/*-----------------common colors---------------------------------------------------------------------*/
/* link blue #0061aa;*/
/*
profile #002039 - header  #007ddb - menu links
selfReg #009FDB
newControl #009FDB
DeviceRepair #0078D7
mobile #ff009f
boeing #0066B3
myovs #284393 - header   #2c5ae1 - menu links
music #be1e2d
wired #358E92 - header  #0bafb6 - menu links
logosAndIllustration #5d296d - header    #762b8d - menu links
*/

/*-----------------2020 colors---------------------------------------------------------------------*/

/*background-color: #b1262d  red*/
/*background-color: #0f4c81  classic blue */
/*background-color: #628ec2 *provence blue */
/*background-color: #255a58 green*/
/*background-color: #ba9239 honey*/
/*background-color: #78202f rhubarb */
/*background-color: #b85f42 mango*/
/*background-color:#cdce99 */

/*--------------! normalize.css v1.1.2 | MIT License | git.io/normalize----------------------------- */

/*Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section,
summary {display: block}

/*Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.*/
audio, canvas, video {display: inline-block; *display: inline; *zoom: 1}

/*Prevent modern browsers from displaying `audio` without controls.Remove excess height in iOS 5 devices.*/
audio:not([controls]) {display: none; height: 0}

/*Address `outline` inconsistency between Chrome and other browsers.*/
a:focus {outline:none !important}

/*Improve readability when focused and also mouse hovered in all browsers.*/
a:active, a:hover {outline: 0 !important}


/*-------------------comon stuff----------------------------------*/

.skillsList {
    margin:0;
    paddomg:0;
}
.skillsList {
    margin:0 0 0 -1rem;
    paddomg:0;
    line-height: 1.5rem;
    font-size: 1rem;
}


/*-----------------fix-------------------------------------*/

@media all and (max-width:959px) {
   #selfregpro {display:none} 
}
@media all and (min-width:960px) {
   #selfregpro {display:block} 
}
@media all and (max-width:539px) {
   .backgroundHP {
       position:absolute;
       top:324px;
       left:0;
        height: 60px;
       width:100%;
        background-color: #fff; /* For browsers that do not support gradients */
        background-image: linear-gradient(rgba(224,233,225,.95), #fff);
        z-index: 0;
    } 
}
@media all and (min-width:540px) {
   .backgroundHP {
        position:absolute;
       top:0;
       left:0;
        height: 200px;
       width:100%;
        background-color: #fff; /* For browsers that do not support gradients */
        background-image: linear-gradient(rgba(224,233,225,.95), #fff);
        z-index: 0;
    } 
}
.background {
    position:absolute;
   top:0;
   left:0;
    height: 200px;
   width:100%;
    background-color: #fff; /* For browsers that do not support gradients */
    background-image: linear-gradient(rgba(224,233,225,.95), #fff);
    z-index: 0;
} 
@media all and (max-width:539px) {
    #controlpro {
        display:none;
    } 
}
@media all and (min-width:540px) {
    #controlpro {
        display:block;
    } 
}



/*--------------------breakpoint - 1200----------------------------*/

@media all and (min-width:1200px) {
    
#shield {
    position:absolute;
    top:179px;
    left:50%;
    margin:0 0 0 -110px;
    z-index: 5;
    width:220px;
    height:220px;
    border-radius: 50%;
}
#shield.profileHovered {
     -webkit-animation: profileHover 50ms ease-in 1 forwards;
    -moz-animation: profileHover 50ms ease-in 1 forwards;
    -o-animation: profileHover 50ms ease-in 1 forwards;
    animation: profileHover 50ms ease-in 1 forwards;
}
#shield.profileUnselected {
     -webkit-animation: profileUnselect 50ms ease-in 1 forwards;
    -moz-animation: profileUnselect 50ms ease-in 1 forwards;
    -o-animation: profileUnselect 50ms ease-in 1 forwards;
    animation: profileUnselect 50ms ease-in 1 forwards;
}
.shadow.ShadowHover {
    -webkit-animation: shadowHovered 50ms ease-in 1 forwards !important;
    -moz-animation: shadowHovered 50ms ease-in 1 forwards !important;
    -o-animation: shadowHovered 50ms ease-in 1 forwards !important;
    animation: shadowHovered 50ms ease-in 1 forwards !important;
}
.shadow {
    position:absolute;
    top:200px;
    left:50%;
    margin:0 0 0 -92px;
    z-index: 4;
    background-color:rgba(0,0,0,0.35);
    border-radius:120px;
    width:230px;
    height:200px;
    -webkit-filter: blur(12px);  
    filter: blur(12px); 
    transform: rotate(20deg);
    opacity:0;
}
.shadow.close {
    
    top:196px;
    margin:0 0 0 -94px;
    width:212px;
    height:212px;
    -webkit-filter: blur(6px);  
    filter: blur(6px); 
}
.heroBox {
    display:block;
    position:absolute;
    top:0;
    left:50%;
    width:1048px;
    margin:0 0 0 -524px;
}
.heroBoxMobile {
    display:none;
    position:absolute;
    top:0;
    left:50%;
    width:1048px;
    margin:0 0 0 -524px;
}
.selectedTile {
    opacity:1 !important;
    border-color: #babdbb !important;
}

#profileTile {
    float:left;
    width:520px;
    height:289px;
    background-image: url("../images/ProfileSprite.jpg");
    background-size: 520px 867px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-right:4px solid #888;
    border-bottom:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#profileTile:hover {
    cursor: pointer;
    background-position: 0 -578px;
    opacity:1;
    border-color: #babdbb !important;
}
.profileSelected {
    background-image: url("../images/prototypingTileSelected.jpg") !important;
    opacity:1 !important;
}    

#UXTile img, #UITile img, #researchTile img, #profileTile img {
    width:100%;
    height:auto;
    opacity:0;
}
#UXTile {
    float:left;
    width:520px;
    height:289px;
    background-image: url("../images/UXSprite.jpg");
    background-size: 520px 867px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-left:4px solid #888;
    border-bottom:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#UXTile:hover {
    cursor: pointer;
    background-position: 0 -578px;
    opacity:1;
    border-color: #babdbb !important;
}
.UXselected {
    background-image: url("../images/UXTileSelected.jpg") !important;
    background-size: 520px 289px;
    opacity:1 !important;
}
#UITile {
    float:left;
    width:520px;
    height:289px;
    background-image: url("../images/UISprite.jpg");
    background-size: 520px 867px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-right:4px solid #888;
    border-top:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#UITile:hover {
    cursor: pointer;
    background-position: 0 -578px;
    opacity:1;
    border-color: #babdbb !important;
}
.UIselected {
    background-image: url("../images/UITileSelected.jpg") !important;
    opacity:1 !important;
}
#researchTile {
    float:left;
    width:520px;
    height:289px;
    background-image: url("../images/SpriteForResearch.jpg");
    background-size: 520px 867px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-left:4px solid #888;
    border-top:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#researchTile:hover {
    cursor: pointer;
    background-position: 0 -578px;
    opacity:1;
    border-color: #babdbb !important;
}
.researchSelected {
    background-image: url("../images/researchTileSelected.jpg") !important;
    opacity:1 !important;
}


 #bottomBox {
    display: block;
    position:absolute;
    top:612px;
    left:50%;
    width:1048px;
    margin-left:-524px;
    bottom:0;
    z-index: 30;
    /*background-color:yellow;*/
}
 #eyBrowLg {
    float:left;
     clear: none;
    font-size:1rem;
    color:#666;
    font-weight: bold;
     margin:1.25rem 0 0 0;
     padding:0;
     width:72%;
     opacity:1;
     line-height: 1rem;
     /*background-color:yellow;*/
}
#successQoute {
    float:left;
    clear: none;
    font-size:2rem;
    color:#000;
    line-height: 3rem;
    width:72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0;
    padding:0;
    font-weight: bold;
    opacity:1;
    /*background-color:orange;*/
}
.buttonBox {
    float:left;
    clear: none;
    width:72%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin:-.25rem 0 0 0;
    padding:0;
   /* background-color:blue;*/
}
    #clientBox {
        float:right;
        clear: none;
        width:24%;
        min-height: 180px;
        padding:0;
        margin:1.25rem 0 0 0;
       /* background-color:yellow;*/
    }
    #processBox {
        float:left;
        clear: none;
        width:92%;
        min-height: 180px;
        padding:0;
        margin:0 0 0 4%;
        /*background-color:orange;*/
    }
    #skillsBox {
        float:right;
        clear: none;
        width:24%;
        min-height: 180px;
        padding:0;
        margin:4rem 0 0 0;
        /*background-color:beige;*/
    }
    
}

/*-------------------breakpoint - 960--------------------------------*/

@media all and (min-width:960px) and (max-width:1199px) {

    
#shield {
    position:absolute;
    top:134px;
    left:50%;
    margin:0 0 0 -82px;
    z-index: 5;
    width:165px;
    height:165px;
    border-radius: 50%;
}
#shield.profileHovered {
     -webkit-animation: profileHover 50ms ease-in 1 forwards;
    -moz-animation: profileHover 50ms ease-in 1 forwards;
    -o-animation: profileHover 50ms ease-in 1 forwards;
    animation: profileHover 50ms ease-in 1 forwards;
}
#shield.profileUnselected {
     -webkit-animation: profileUnselect 50ms ease-in 1 forwards;
    -moz-animation: profileUnselect 50ms ease-in 1 forwards;
    -o-animation: profileUnselect 50ms ease-in 1 forwards;
    animation: profileUnselect 50ms ease-in 1 forwards;
}
.shadow.ShadowHover {
    -webkit-animation: shadowHovered960 50ms ease-in 1 forwards !important;
    -moz-animation: shadowHovered960 50ms ease-in 1 forwards !important;
    -o-animation: shadowHovered960 50ms ease-in 1 forwards !important;
    animation: shadowHovered960 50ms ease-in 1 forwards !important;
}
.shadow {
    position:absolute;
    top:152px;
    left:50%;
    margin:0 0 0 -74px;
    z-index: 4;
    background-color:rgba(0,0,0,0.35);
    border-radius:120px;
    width:176px;
    height:154px;
    -webkit-filter: blur(9px);  
    filter: blur(9px); 
    transform: rotate(20deg);
}
.shadow.close {
/*    -webkit-animation: shadowClose960 50ms ease-in 1 forwards !important;
    -moz-animation: shadowClose960 50ms ease-in 1 forwards !important;
    -o-animation: shadowClose960 50ms ease-in 1 forwards !important;
    animation: shadowClose960 50ms ease-in 1 forwards !important;*/
    
    top:144px;
    margin:0 0 0 -69px;
    width:160px;
    height:160px;
    -webkit-filter: blur(5px);  
    filter: blur(5px); 
}
.heroBox {
    display:block;
    position:absolute;
    top:0;
    left:50%;
    width:788px;
    margin:0 0 0 -394px;
}
.heroBoxMobile {
    display:none;
    position:absolute;
    top:0;
    left:50%;
    width:788px;
    margin:0 0 0 -394px;
}
.selectedTile {
    opacity:1 !important;
}
    
#profileTile {
    float:left;
    width:390px;
    height:216px;
    background-image: url("../images/ProfileSprite.jpg");
    background-size: 390px 648px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-right:4px solid #888;
    border-bottom:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#profileTile:hover {
    cursor: pointer;
    background-position: 0 -432px;
    opacity:1;
    border-color: #babdbb !important;
}
.profileSelected {
    background-image: url("../images/prototypingTileSelected.jpg") !important;
    opacity:1 !important;
}    
    
#UXTile img, #UITile img, #researchTile img, #profileTile img {
    width:100%;
    height:auto;
    opacity:0;
}
#UXTile {
    float:left;
    width:390px;
    height:216px;
    background-image: url("../images/UXSprite.jpg");
    background-size: 390px 648px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-left:4px solid #888;
    border-bottom:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#UXTile:hover {
    cursor: pointer;
    background-position: 0 -432px;
    opacity:1;
    border-color: #babdbb !important;
}
.UXselected {
    background-image: url("../images/UXTileSelected.jpg") !important;
    background-size: 390px 216px;
    opacity:1 !important;
}
#UITile {
    float:left;
    width:390px;
    height:216px;
    background-image: url("../images/UISprite.jpg");
    background-size: 390px 648px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-right:4px solid #888;
    border-top:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#UITile:hover {
    cursor: pointer;
    background-position: 0 -432px;
    opacity:1;
    border-color: #babdbb !important;
}
.UIselected {
    background-image: url("../images/UITileSelected.jpg") !important;
    opacity:1 !important;
}
#researchTile {
    float:left;
    width:390px;
    height:216px;
    background-image: url("../images/SpriteForResearch.jpg");
    background-size: 390px 648px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-left:4px solid #888;
    border-top:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#researchTile:hover {
    cursor: pointer;
    background-position: 0 -432px;
    opacity:1;
    border-color: #babdbb !important;
}
.researchSelected {
    background-image: url("../images/researchTileSelected.jpg") !important;
    opacity:1 !important;
}


 #bottomBox {
    display: block;
    position:absolute;
    top:486px;
    left:50%;
    width:788px;
    margin:0 0 0 -394px;
    bottom:0;
    z-index: 30;
    /*background-color:yellow;*/
}
 #eyBrowLg {
    float:left;
     clear: none;
    font-size:1rem;
    color:#666;
    font-weight: bold;
     margin:1.25rem 0 0 0;
     padding:0;
     width:72%;
     opacity:1;
     line-height: 1rem;
     /*background-color:yellow;*/
}
#successQoute {
    float:left;
    clear: none;
    font-size:2.25rem;
    color:#000;
    line-height: 3rem;
    width:22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:.5rem 0 .75rem 0;
    padding:0;
    font-weight: bold;
    opacity:1;
    /*background-color:orange;*/
}
.buttonBox {
    float:left;
    clear: none;
    width:72%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin:-.25rem 0 0 0;
    padding:0;
   /* background-color:blue;*/
}
    #clientBox {
        float:right;
        clear: none;
        width:28%;
        min-height: 180px;
        padding:0;
        margin:1.25rem 0 0 0;
       /* background-color:yellow;*/
    }
    #processBox {
        float:left;
        clear: none;
        width:92%;
        min-height: 180px;
        padding:0;
        margin:0 0 0 4%;
        /*background-color:orange;*/
    }
    #skillsBox {
        float:right;
        clear: none;
        width:28%;
        min-height: 180px;
        padding:0;
        margin:3.5rem 0 0 0;
        /*background-color:beige;*/
    }
    
    
}

/*-------------------breakpoint - 720--------------------------------*/

@media all and (min-width:720px) and (max-width:959px) {


#shield {
    position:absolute;
    top:114px;
    left:50%;
    margin:0 0 0 -70px;
    z-index: 5;
    width:140px;
    height:140px;
    border-radius: 50%;
}
#shield.profileHovered {
     -webkit-animation: profileHover 50ms ease-in 1 forwards;
    -moz-animation: profileHover 50ms ease-in 1 forwards;
    -o-animation: profileHover 50ms ease-in 1 forwards;
    animation: profileHover 50ms ease-in 1 forwards;
}
#shield.profileUnselected {
     -webkit-animation: profileUnselect 50ms ease-in 1 forwards;
    -moz-animation: profileUnselect 50ms ease-in 1 forwards;
    -o-animation: profileUnselect 50ms ease-in 1 forwards;
    animation: profileUnselect 50ms ease-in 1 forwards;
}
.shadow.ShadowHover {
    -webkit-animation: shadowHovered720 50ms ease-in 1 forwards !important;
    -moz-animation: shadowHovered720 50ms ease-in 1 forwards !important;
    -o-animation: shadowHovered720 50ms ease-in 1 forwards !important;
    animation: shadowHovered720 50ms ease-in 1 forwards !important;
}
.shadow {
    position:absolute;
    top:128px;
    left:50%;
    margin:0 0 0 -64px;
    z-index: 4;
    background-color:rgba(0,0,0,0.35);
    border-radius:120px;
    width:148px;
    height:128px;
    -webkit-filter: blur(6px);  
    filter: blur(6px); 
    transform: rotate(20deg);
}
.shadow.close {
    
    top:121px;
    margin:0 0 0 -58px;
    width:134px;
    height:134px;
    -webkit-filter: blur(3px);  
    filter: blur(3px); 
    transform: rotate(0deg);
}
.heroBox {
    display:block;
    position:absolute;
    top:0;
    left:50%;
    width:648px;
    margin:0 0 0 -324px;
}
.heroBoxMobile {
    display:none;
    position:absolute;
    top:0;
    left:50%;
    width:648px;
    margin:0 0 0 -324px;
}
.selectedTile {
    opacity:1 !important;
}
    
#profileTile {
    float:left;
    width:320px;
    height:177px;
    background-image: url("../images/ProfileSprite.jpg");
    background-size: 320px 531px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-right:4px solid #888;
    border-bottom:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#profileTile:hover {
    cursor: pointer;
    background-position: 0 -354px;
    opacity:1;
    border-color: #babdbb !important;
}
.profileSelected {
    background-image: url("../images/prototypingTileSelected.jpg") !important;
    opacity:1 !important;
}    
    
    
#UXTile img, #UITile img, #researchTile img, #profileTile img {
    width:100%;
    height:auto;
    opacity:0;
}
#UXTile {
    float:left;
    width:320px;
    height:177px;
    background-image: url("../images/UXSprite.jpg");
    background-size: 320px 531px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-left:4px solid #888;
    border-bottom:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#UXTile:hover {
    cursor: pointer;
    background-position: 0 -354px;
    opacity:1;
    border-color: #babdbb !important;
}
.UXselected {
    background-image: url("../images/UXTileSelected.jpg") !important;
    background-size: 320px 177px;
    opacity:1 !important;
}
#UITile {
    float:left;
    width:320px;
    height:177px;
    background-image: url("../images/UISprite.jpg");
    background-size: 320px 531px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-right:4px solid #888;
    border-top:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#UITile:hover {
    cursor: pointer;
    background-position: 0 -354px;
    opacity:1;
    border-color: #babdbb !important;
}
.UIselected {
    background-image: url("../images/UITileSelected.jpg") !important;
    opacity:1 !important;
}
#researchTile {
    float:left;
    width:320px;
    height:177px;
    background-image: url("../images/SpriteForResearch.jpg");
    background-size: 320px 531px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-left:4px solid #888;
    border-top:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#researchTile:hover {
    cursor: pointer;
    background-position: 0 -354px;
    opacity:1;
    border-color: #babdbb !important;
}
.researchSelected {
    background-image: url("../images/researchTileSelected.jpg") !important;
    opacity:1 !important;
}


#bottomBox {
    display: block;
    position:absolute;
    top:408px;
    left:50%;
    width:648px;
    margin:0 0 0 -324px;
    bottom:0;
    z-index: 30;
    /*background-color:yellow;*/
}
 #eyBrowLg {
    float:left;
     clear: none;
    font-size:1rem;
    color:#666;
    font-weight: bold;
     margin:1.25rem 0 0 0;
     padding:0;
     width:72%;
     opacity:1;
     line-height: 1rem;
     /*background-color:yellow;*/
}
#successQoute {
    float:left;
    clear: none;
    font-size:2.25rem;
    color:#000;
    line-height: 3rem;
    width:22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0;
    padding:0;
    font-weight: bold;
    opacity:1;
    /*background-color:orange;*/
}
.buttonBox {
    float:left;
    clear: none;
    width:72%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin:-.25rem 0 0 0;
    padding:0;
   /* background-color:blue;*/
}
    #clientBox {
        display:none;
        float:right;
        clear: none;
        width:100%;
        min-height: 180px;
        padding:0;
        margin:1.25rem 0 0 0;
       /* background-color:yellow;*/
    }
    #processBox {
        float:left;
        clear: none;
        width:92%;
        min-height: 180px;
        padding:0;
        margin:0 0 0 4%;
        /*background-color:orange;*/
    }
    #skillsBox {
        display:none;
        float:right;
        clear: none;
        width:24%;
        min-height: 180px;
        padding:0;
        margin:4rem 0 0 0;
        /*background-color:beige;*/
    }
    
    
}

/*-------------------breakpoint - 540--------------------------------*/

@media all and (min-width:540px) and (max-width:719px) {
  
#shield {
    position:absolute;
    top:82px;
    left:50%;
    margin:0 0 0 -70px;
    z-index: 5;
    width:140px;
    height:140px;
    border-radius: 50%;
}
#shield.profileHovered {
     -webkit-animation: profileHover 50ms ease-in 1 forwards;
    -moz-animation: profileHover 50ms ease-in 1 forwards;
    -o-animation: profileHover 50ms ease-in 1 forwards;
    animation: profileHover 50ms ease-in 1 forwards;
}
#shield.profileUnselected {
     -webkit-animation: profileUnselect 50ms ease-in 1 forwards;
    -moz-animation: profileUnselect 50ms ease-in 1 forwards;
    -o-animation: profileUnselect 50ms ease-in 1 forwards;
    animation: profileUnselect 50ms ease-in 1 forwards;
}
.shadow.ShadowHover {
    -webkit-animation: shadowHovered540 50ms ease-in 1 forwards !important;
    -moz-animation: shadowHovered540 50ms ease-in 1 forwards !important;
    -o-animation: shadowHovered540 50ms ease-in 1 forwards !important;
    animation: shadowHovered540 50ms ease-in 1 forwards !important;
}
.shadow {
    position:absolute;
    top:96px;
    left:50%;
    margin:0 0 0 -64px;
    z-index: 4;
    background-color:rgba(0,0,0,0.35);
    border-radius:120px;
    width:148px;
    height:128px;
    -webkit-filter: blur(6px);  
    filter: blur(6px); 
    transform: rotate(20deg);
}
.shadow.close {
    top:89px;
    margin:0 0 0 -58px;
    width:134px;
    height:134px;
    -webkit-filter: blur(3px);  
    filter: blur(3px); 
    transform: rotate(0deg);
}
.heroBox {
    display:block;
    position:absolute;
    top:0;
    left:50%;
    width:540px;
    margin:0 0 0 -270px;
}
.heroBoxMobile {
    display:none;
    position:absolute;
    top:0;
    left:50%;
    width:540px;
    margin:0 0 0 -270px;
}
.selectedTile {
    opacity:1 !important;
}
#UXTile img, #UITile img, #researchTile img, #profileTile img {
    width:100%;
    height:auto;
    opacity:0;
}
    
#profileTile {
    float:left;
    width:266px;
    height:148px;
    background-image: url("../images/ProfileSprite.jpg");
    background-size: 266px 444px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-right:4px solid #888;
    border-bottom:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#profileTile:hover {
    cursor: pointer;
    background-position: 0 -296px;
    opacity:1;
    border-color: #babdbb !important;
}
.profileSelected {
    background-image: url("../images/prototypingTileSelected.jpg") !important;
    opacity:1 !important;
}    
    
#UXTile {
    float:left;
    width:266px;
    height:148px;
    background-image: url("../images/UXSprite.jpg");
    background-size: 266px 444px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-left:4px solid #888;
    border-bottom:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#UXTile:hover {
    cursor: pointer;
    background-position: 0 -296px;
    opacity:1;
    border-color: #babdbb !important;
}
.UXselected {
    background-image: url("../images/UXTileSelected.jpg") !important;
    background-size: 266px 148px;
    opacity:1 !important;
}
#UITile {
    float:left;
    width:266px;
    height:148px;
    background-image: url("../images/UISprite.jpg");
    background-size: 266px 444px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-right:4px solid #888;
    border-top:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#UITile:hover {
    cursor: pointer;
    background-position: 0 -296px;
    opacity:1;
    border-color: #babdbb !important;
}
.UIselected {
    background-image: url("../images/UITileSelected.jpg") !important;
    opacity:1 !important;
}
#researchTile {
    float:left;
    width:266px;
    height:148px;
    background-image: url("../images/SpriteForResearch.jpg");
    background-size: 266px 444px;
    background-repeat: no-repeat;
    background-position: top left;
    opacity:.5;
    border-left:4px solid #888;
    border-top:4px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
}
#researchTile:hover {
    cursor: pointer;
    background-position: 0 -296px;
    opacity:1;
    border-color: #babdbb !important;
}
.researchSelected {
    background-image: url("../images/researchTileSelected.jpg") !important;
    opacity:1 !important;
}


 #eyBrowLg {
    float:left;
     clear: none;
    font-size:1rem;
    color:#666;
    font-weight: bold;
     margin:1.25rem 0 0 0;
     padding:0;
     width:100%;
     opacity:1;
     line-height: 1rem;
     /*background-color:yellow;*/
}
#successQoute {
    float:left;
    clear: none;
    font-size:2.25rem;
    color:#000;
    line-height: 3rem;
    width:22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0;
    padding:0;
    font-weight: bold;
    opacity:1;
    /*background-color:orange;*/
}
.buttonBox {
    float:left;
    clear: none;
    width:100%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin:-.25rem 0 0 0;
    padding:0;
   /* background-color:blue;*/
}
    #clientBox {
        display:none;
        float:right;
        clear: none;
        width:100%;
        min-height: 180px;
        padding:0;
        margin:1.25rem 0 0 0;
       /* background-color:yellow;*/
    }
    #processBox {
        float:left;
        clear: none;
        width:92%;
        min-height: 180px;
        padding:0;
        margin:0 0 0 4%;
        /*background-color:orange;*/
    }
    #skillsBox {
        display:none;
        float:right;
        clear: none;
        width:24%;
        min-height: 180px;
        padding:0;
        margin:4rem 0 0 0;
        /*background-color:beige;*/
    }
    
}

@media all and (min-width:641px) and (max-width:719px) {
    #bottomBox {
    display: block;
    position:absolute;
    top:354px;
    left:50%;
    width:648px;
    width:540px;
    margin:0 0 0 -270px;
    bottom:0;
    z-index: 30;
    }
}

@media all and (min-width:540px) and (max-width:640px) {
    #bottomBox {
        display: block;
        position:absolute;
        top:354px;
        left:44px !important;
        right:44px !important;
        margin:0 !important;
        bottom:0;
        z-index: 30;
        /*background-color:yellow;*/
    }
}


/*-------------------breakpoint - 360--------------------------------*/

@media all and (max-width:539px) {


#prototyping_workBox {
    position:absolute;
    top:364px;
    left:50%;
    width:230px;
    margin:0 0 0 -115px;
    min-height: 200px;
}
    
#shield {
    position:absolute;
    top:84px;
    left:50%;
    margin:0 0 0 -76px;
    z-index: 5;
    width:152px;
    height:152px;
    border-radius: 50%;
}
#shield.profileHovered {
     -webkit-animation: profileHover 50ms ease-in 1 forwards;
    -moz-animation: profileHover 50ms ease-in 1 forwards;
    -o-animation: profileHover 50ms ease-in 1 forwards;
    animation: profileHover 50ms ease-in 1 forwards;
}
#shield.profileUnselected {
     -webkit-animation: profileUnselect 50ms ease-in 1 forwards;
    -moz-animation: profileUnselect 50ms ease-in 1 forwards;
    -o-animation: profileUnselect 50ms ease-in 1 forwards;
    animation: profileUnselect 50ms ease-in 1 forwards;
}
.shadow.ShadowHover {
    -webkit-animation: shadowHovered360 50ms ease-in 1 forwards !important;
    -moz-animation: shadowHovered360 50ms ease-in 1 forwards !important;
    -o-animation: shadowHovered360 50ms ease-in 1 forwards !important;
    animation: shadowHovered360 50ms ease-in 1 forwards !important;
}
.shadow {
    position:absolute;
    top:96px;
    left:50%;
    margin:0 0 0 -70px;
    z-index: 4;
    background-color:rgba(0,0,0,0.35);
    border-radius:120px;
    width:160px;
    height:140px;
    -webkit-filter: blur(6px);  
    filter: blur(6px); 
    transform: rotate(20deg);
}
.shadow.close {
    top:98px;
    margin:0 0 0 -62px;
    width:140px;
    height:140px;
    -webkit-filter: blur(3px);  
    filter: blur(3px); 
    transform: rotate(0deg);
}
.heroBox {
    display:none;
    position:absolute;
    top:112px;
    left:50%;
    width:360px;
    margin:0 0 0 -180px;
}
.selectedTile {
    opacity:1 !important;
}
 .selectedTileP {
    background-image: url("../images/p.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:1 !important;
}   
.selectedTileX {
    background-image: url("../images/x.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:1 !important;
}
.selectedTileI {
    background-image: url("../images/i.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:1 !important;
}
.selectedTileR {
    background-image: url("../images/r.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:1 !important;
}



    
/*------------------------mobile-----------------------*/
.heroBoxMobile {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    margin:0;
    /*background-color:yellow;*/
}
    
#profileTileMobile {
    overflow: hidden;
    float:left;
    width:49.25%;
    height:160px;
    opacity:.5;
    border-right:2px solid #888;
    border-bottom:2px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
    background-color:#595959;
    font-size: 1.25rem;
    text-align: center;
    vertical-align:middle;
    line-height: 160px;
    font-weight: bold;
    color:#fff;
    cursor:pointer;
}
#profileTileMobile:hover {opacity:1}
#profileTileMobile .profilehMobileSelected {
    background-image: url("../images/UXSprite.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}    
    
#UXTileMobile {
    overflow: hidden;
    float:left;
    width:49.25%;
    height:160px;
    opacity:.5;
    border-left:2px solid #888;
    border-bottom:2px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
    background-color:#595959;
    font-size: 1.25rem;
    text-align: center;
    vertical-align:middle;
    line-height: 160px;
    font-weight: bold;
    color:#fff;
    cursor:pointer;
}
#UXTileMobile:hover {opacity:1}
#UXTileMobile .UXMobileSelected {
    background-image: url("../images/UXSprite.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
       
#UITileMobile {
    overflow: hidden;
    float:left;
    width:49.25%;
    height:160px;
    opacity:.5;
    border-right:2px solid #888;
    border-top:2px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
    background-color:#595959;
    font-size: 1.25rem;
    text-align: center;
    vertical-align:middle;
    line-height: 160px;
    font-weight: bold;
    color:#fff;
    cursor:pointer;
}
#UITileMobile:hover {opacity:1}
#UITileMobile .UIMobileSelected {
    background-image: url("../images/UXSprite.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}  

#researchTileMobile {
    overflow: hidden;
    float:left;
    width:49.25%;
    height:160px;
    opacity:.5;
    border-left:2px solid #888;
    border-top:2px solid #888;
    padding:0;
    margin:0;
    z-index: 20;
    background-color:#595959;
    font-size: 1.25rem;
    text-align: center;
    vertical-align:middle;
    line-height: 160px;
    font-weight: bold;
    color:#fff;
    cursor:pointer;
}
#researchTileMobile:hover {opacity:1}
#researchTileMobile .researchMobileSelected {
    background-image: url("../images/UXSprite.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
} 
    
/*------------------------common-----------------------*/
#bottomBox {
    display: block;
    position:absolute;
    top:364px;
    left:50%;
    width:328px;
    margin:0 0 0 -164px;
    bottom:0;
    z-index: 30;
}
 #eyBrowLg {
    float:left;
     clear: none;
    font-size:1rem;
    color:#666;
    font-weight: bold;
     margin:1.25rem 0 0 0;
     padding:0;
     width:100%;
     opacity:1;
     line-height: 1rem;
     /*background-color:yellow;*/
}
#successQoute {
    float:left;
    clear: none;
    font-size:2rem;
    color:#000;
    line-height: 3rem;
    width:19rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0;
    padding:0;
    font-weight: bold;
    opacity:1;
    /*background-color:orange;*/
}
.buttonBox {
    float:left;
    clear: none;
    width:100%;
    height: 1.5rem;
    line-height: 1.5rem;
    margin:-.25rem 0 0 0;
    padding:0;
   /* background-color:blue;*/
}
    #clientBox {
        display:none;
        float:right;
        clear: none;
        width:100%;
        min-height: 180px;
        padding:0;
        margin:1.25rem 0 0 0;
       /* background-color:yellow;*/
    }
    #processBox {
        float:left;
        clear: none;
        width:92%;
        min-height: 180px;
        padding:0;
        margin:0 0 0 4% !important;
        /*background-color:orange;*/
    }
    #skillsBox {
        display:none;
        float:right;
        clear: none;
        width:24%;
        min-height: 180px;
        padding:0;
        margin:4rem 0 0 0;
        /*background-color:beige;*/
    }
    
}



/*----------------------dec styles-----------------------------------------------------*/
html {
    font-family: 'Titillium Web', sans-serif;
	font-weight:400;
    color:#666;
    line-height:1.5rem;
	text-shadow:none;
	margin:0;
	padding:0;
}
@media all and (min-width:1440px) {
	html {font-size:19px}
}
@media all and (min-width:960px) and (max-width:1439px) {
	html {font-size:18px}
}
@media all and (max-width:959px) {
	html {font-size:17px}
}
.ghost {opacity:0}
.hide {display:none !important}

/*----------------------animations styles-------------------------------------*/

#bars {
    position:absolute;
    top:76px;
    left:0;
    width:100%;
    height: 66px;
    z-index: 34;
     -webkit-animation: showBars .5s ease-in 1 forwards;
    -moz-animation: showBars .5s ease-in 1 forwards;
    -o-animation: showBars .5s ease-in 1 forwards;
    animation: showBars .5s ease-in 1 forwards;
}













body {
	width:100%;
    min-width: 640px;
	height:100%;
	margin:0;
	padding:0;
    
}
.btw {
    float:left;
    clear:both;
    margin:0 0 .5rem 0;
    padding:0;
    font-size: 1rem;
    color:#333;
    line-height: 1.25rem;
}
#homeBox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background-color: #fff;
	z-index: 10;
	margin:0 0 80px 0;
    padding:0;
    overflow-y:auto;
    overflow-x:hidden;
}
@media all and (max-width:420px) {
   .footer {
        float:left;
        clear:both;
        width:100%;
        background-color:#ddd;
        color:#333;
        font-size: .75rem;
        line-height: 48px;
        height: 48px;
        padding:0 24px 0 24px;
        margin:80px 0 0 0;
       opacity:0;
    } 
}
@media all and (min-width:421px) {
   .footer {
        float:left;
        clear:both;
        width:100%;
        background-color:#ddd;
        color:#333;
        font-size: .85rem;
        line-height: 48px;
        height: 48px;
        padding:0 24px 0 24px;
        margin:80px 0 0 0;
       opacity:0;
    } 
}

.logoList {
    display:block;
    float:left;
    clear:both;
    margin:0 0 24px 0;
    padding:0;
}

.Recap {
    position:relative;
    display:inline-block;
    padding:0;
    margin:8px 4% 0 4%;
    top:0;
    left:0;
    width:92%;
    /*background-color: orange;*/
}
.Recap img {
	float:left;
    display:inline-block;
    padding:0;
    margin:6px 20px 0 0;
    top:0;
    left:0;
    /*background-color:blue;*/
    vertical-align: top;
}
@media all and (min-width:680px) {
	.RecapText {
		float:left;
		clear:none;
		display:inline-block;
		/*background-color:yellow;*/
		margin:0;
		padding:0 0 0 16px;
		border-left:1px solid #ccc;
	}
}
@media all and (max-width:679px) {
	.RecapText {
		float:left;
		clear:both;
		display:inline-block;
		/*background-color:yellow;*/
		margin:.5rem 0 0 0;
		padding:0;
		border-left:none;
	}
}

.RecapText p {
    font-size: 1.25rem;
	line-height: 3rem;
    padding:0;
    margin:0;
    color:#666;
	vertical-align:middle !important;
}
a.linkBtn, #BoeingBtn {
    font-size: 1.25rem;
    line-height: 3rem;
    font-weight: normal;
    display:inline-block;
    padding-right:20px;
    margin:0;
    text-align: center;
    color:#0078d4;
    text-decoration: none;
    cursor: pointer; 
    background-image: url("../svg/linkCarrots.svg");
    background-repeat: no-repeat;
    background-size: 12px 18px;
    background-position: 98% 20px;
}
a.linkBtn:hover, #BoeingBtn:hover {
    /*padding-right:20px;*/ 
	background-position: 100% 20px;
}


@media all and (min-width:920px) {
	a.protoBtn {
		font-size: 1.25rem;
		line-height: 3rem;
		font-weight: normal;
		float:right;
		display:inline-block;
		padding-right:20px;
		margin:0;
		text-align: center;
		color:#0078d4;
		text-decoration: none;
		cursor: pointer; 
		background-image: url("../svg/linkCarrots.svg");
		background-repeat: no-repeat;
		background-size: 12px 18px;
		background-position: 98% 20px;
	}
	a.protoBtn:hover {
		/*padding-right:20px;*/ 
		background-position: 100% 20px;
	}
}
@media all and (max-width:919px) {
	a.protoBtn {
		font-size: 1.25rem;
		line-height: 3rem;
		font-weight: normal;
		float:left;
		clear:both;
		display:inline-block;
		padding-right:20px;
		margin:0;
		text-align: center;
		color:#0078d4;
		text-decoration: none;
		cursor: pointer; 
		background-image: url("../svg/linkCarrots.svg");
		background-repeat: no-repeat;
		background-size: 12px 18px;
		background-position: 98% 20px;
	}
	a.protoBtn:hover {
		/*padding-right:20px;*/ 
		background-position: 100% 20px;
	}
}

@media all and (min-width:768px) {
	.procBtn {
		font-size: 1.25rem;
		line-height: 2rem;
		font-weight: normal;
		float:right;
		clear:none;
		display:inline-block;
		padding-right:20px;
		margin:0;
		text-align: center;
		color:#0078d4;
		text-decoration: none;
		cursor: pointer; 
		background-image: url("../svg/linkCarrots.svg");
		background-repeat: no-repeat;
		background-size: 12px 18px;
		background-position: 98% 10px;
	}
	.procBtn:hover {
		/*padding-right:20px;*/ 
		background-position: 100% 10px;
	}
}
@media all and (max-width:767px) {
	.procBtn {
		font-size: 1.25rem;
		line-height: 2rem;
		font-weight: normal;
		float:left;
		clear:both;
		display:inline-block;
		padding-right:20px;
		margin:1rem 0 0 0;
		text-align: center;
		color:#0078d4;
		text-decoration: none;
		cursor: pointer; 
		background-image: url("../svg/linkCarrots.svg");
		background-repeat: no-repeat;
		background-size: 12px 18px;
		background-position: 98% 10px;
	}
	.procBtn:hover {
		/*padding-right:20px;*/ 
		background-position: 100% 10px;
	}
}

.journeyHeadBox {
	float:left;
	/*height:2rem;*/
	width:92%;
	margin:5rem 0 1.25rem 4%;
	/*background-color: orange;*/
}

h2 {
	font-weight: bold;
	font-size: 1.5rem;
	color:#000;
	padding:0;
	line-height: 1.5rem;
	margin:3.5rem 0 0 4%;
}
.journeyHeadBox h2 {
	font-weight: bold;
	font-size: 1.5rem;
	color:#000;
	padding:0;
	line-height: 2rem;
	margin:0;
	float:left;
	clear:none;
	width:auto;
}
.fullImage {
	width:100%;
	height:auto;
	border:1px solid #ccc;
	float:left;
	padding:0;
	margin:0 0 .5rem 0;
	display:inline-block;
}
.inlineImage {
	width:92%;
	height:auto;
	border:none;
	float:left;
	padding:0;
	margin:1rem 0 0 4%;
	display:inline-block;
}

ol {
	font-size: 1.25rem;
	margin: 0 0 3rem 0;
}
.scrollBoxH {
	width: 100%;
	height:auto;
	min-height: 100px;
	border:1px solid #ccc;
	overflow-x:auto;
	margin:0 0 .5rem 0;
}
.scrollImageH {
	width: 200%;
	height: auto;
}
.stepBox {
	float:left;
	width:92%;
	height:auto;
	margin:1rem 0 0 4%;
	padding:0;
}
@media all and (min-width:720px) {
	.journeyBtn {
		font-size: 1.25rem;
		line-height: 2rem;
		font-weight: normal;
		display:inline-block;
		float:left;
		padding: 0 20px 0 0;
		margin: 0 0 0 4% !important;
		text-align: center;
		color:#0078d4;
		text-decoration: none;
		cursor: pointer; 
		background-image: url("../svg/linkCarrots.svg");
		background-repeat: no-repeat;
		background-size: 12px 18px;
		background-position: 98% 10px;
	}
	.journeyBtn:hover {
		background-position: 100% 10px;
	}
	.stepNumber {
		float:left;
		clear:none;
		font-weight: bold;
		font-size:1.25rem;
		line-height: 1.75rem;
		width:4%;
		margin:0;
		padding:0;
	}
	.step {
		float:left;
		clear:none;
		font-weight: normal;
		font-size:1.25rem;
		width:96%;
		line-height: 1.75rem;
		margin:0 0 1rem 0;
		padding:0;
	}
	.stepL {
		float:left;
		clear:none;
		font-weight: normal;
		font-size:1.25rem;
		width:96%;
		line-height: 1.75rem;
		margin:0;
		padding:0;
	}
}
@media all and (min-width:480px) and (max-width:719px) {
	.journeyBtn {
		font-size: 1.25rem;
		line-height: 2rem;
		font-weight: normal;
		display:inline-block;
		float:left;
		padding: 0 20px 0 0;
		margin: 0 0 0 6% !important;
		text-align: center;
		color:#0078d4;
		text-decoration: none;
		cursor: pointer; 
		background-image: url("../svg/linkCarrots.svg");
		background-repeat: no-repeat;
		background-size: 12px 18px;
		background-position: 98% 10px;
	}
	.journeyBtn:hover {
		background-position: 100% 10px;
	}
	.stepNumber {
		float:left;
		clear:none;
		font-weight: bold;
		font-size:1.25rem;
		line-height: 1.75rem;
		width:6%;
		margin:0;
		padding:0;
	}
	.step {
		float:left;
		clear:none;
		font-weight: normal;
		font-size:1.25rem;
		width:94%;
		line-height: 1.75rem;
		margin:0 0 1rem 0;
		padding:0;
	}
	.stepL {
		float:left;
		clear:none;
		font-weight: normal;
		font-size:1.25rem;
		width:94%;
		line-height: 1.75rem;
		margin:0;
		padding:0;
	}
}
@media all and (max-width:479px) {
	.journeyBtn {
		font-size: 1.25rem;
		line-height: 2rem;
		font-weight: normal;
		display:inline-block;
		float:left;
		padding: 0 20px 0 0;
		margin: 0 0 0 8% !important;
		text-align: center;
		color:#0078d4;
		text-decoration: none;
		cursor: pointer; 
		background-image: url("../svg/linkCarrots.svg");
		background-repeat: no-repeat;
		background-size: 12px 18px;
		background-position: 98% 10px;
	}
	.journeyBtn:hover {
		background-position: 100% 10px;
	}
	.stepNumber {
		float:left;
		clear:none;
		font-weight: bold;
		font-size:1.25rem;
		line-height: 1.75rem;
		width:8%;
		margin:0;
		padding:0;
	}
	.step {
		float:left;
		clear:none;
		font-weight: normal;
		font-size:1.25rem;
		width:91.5%;
		line-height: 1.75rem;
		margin:0 0 1rem 0;
		padding:0;
	}
	.stepL {
		float:left;
		clear:none;
		font-weight: normal;
		font-size:1.25rem;
		width:91.5%;
		line-height: 1.75rem;
		margin:0;
		padding:0;
	}
}



@media all and (min-width:1024px) {
	.newList {
		display:inline-block;
		font-size: 1.25rem;
		color:#666;
		padding:0;
		margin:1rem 0 0 4%;
		width:92%;
	}
	.newList li {
		line-height: 1.75rem;
		margin: 0 0 .5rem 3%;
	}
	.resultsBox {
		float:left;
		width:97.75%;
		margin:3rem 0 3rem 1%;
		border: 2px solid #4e9547;
		min-height: 50px;
		background-image: url("../svg/success.svg");
		background-size: 2rem 2rem;
		background-repeat: no-repeat;
		background-position: 98% 12px;
	}
	.resultsBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.resultsBox .newList {
		margin:1rem 0 1.5rem 3%;
	}
	.colorBox {
		float:left;
		width:92%;
		margin:1rem 0 3rem 0;
		min-height: 50px;
		background-color: #4e9547;
		padding:1rem 4% 3rem 4%;
		color:#fff;
	}
	.colorBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.colorBox .newList {
		margin:1rem 0 1.5rem 3%;
	}
}
@media all and (min-width:700px) and (max-width:1023px) {
	.newList {
		display:inline-block;
		font-size: 1.25rem;
		color:#666;
		padding:0;
		margin:1rem 0 0 4%;
		width:92%;
	}
	.newList li {
		line-height: 1.75rem;
		margin: 0 0 .5rem 3.9%;
	}
	.resultsBox {
		float:left;
		width:97.75%;
		margin:3rem 0 3rem 1%;
		border: 2px solid #4e9547;
		min-height: 50px;
		background-image: url("../svg/success.svg");
		background-size: 2rem 2rem;
		background-repeat: no-repeat;
		background-position: 98% 12px;
	}
	.resultsBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.resultsBox .newList {
		margin:1rem 0 1.5rem 3.25%;
	}
	.colorBox {
		float:left;
		width:92%;
		margin:1rem 0 3rem 0;
		min-height: 50px;
		background-color: #4e9547;
		padding:1rem 4% 3rem 4%;
		color:#fff;
	}
	.colorBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.colorBox .newList {
		margin:1rem 0 1.5rem 3%;
	}
}
@media all and (min-width:580px) and (max-width:699px) {
	.newList {
		display:inline-block;
		font-size: 1.25rem;
		color:#666;
		padding:0;
		margin:1rem 0 0 5%;
		width:92%;
	}
	.newList li {
		line-height: 1.75rem;
		margin: 0 0 .5rem 4.2%;
	}
	.resultsBox {
		float:left;
		width:97.75%;
		margin:3rem 0 3rem 1%;
		border: 2px solid #4e9547;
		min-height: 50px;
		background-image: url("../svg/success.svg");
		background-size: 2rem 2rem;
		background-repeat: no-repeat;
		background-position: 98% 12px;
	}
	.resultsBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.resultsBox .newList {
		margin:1rem 0 1.5rem 3.25%;
	}
	.colorBox {
		float:left;
		width:92%;
		margin:1rem 0 3rem 0;
		min-height: 50px;
		background-color: #4e9547;
		padding:1rem 4% 3rem 4%;
		color:#fff;
	}
	.colorBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.colorBox .newList {
		margin:1rem 0 1.5rem 3%;
	}
}
@media all and (min-width:500px) and (max-width:579px) {
	.newList {
		display:inline-block;
		font-size: 1.25rem;
		color:#666;
		padding:0;
		margin:1rem 0 0 4%;
		width:92%;
	}
	.newList li {
		line-height: 1.75rem;
		margin: 0 0 .5rem 6.5%;
	}
	.resultsBox {
		float:left;
		width:97%;
		margin:3rem 0 3rem 1%;
		border: 2px solid #4e9547;
		min-height: 50px;
		background-image: url("../svg/success.svg");
		background-size: 2rem 2rem;
		background-repeat: no-repeat;
		background-position: 98% 12px;
	}
	.resultsBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.resultsBox .newList {
		margin:1rem 0 1.5rem 3.25%;
	}
	.colorBox {
		float:left;
		width:92%;
		margin:1rem 0 3rem 0;
		min-height: 50px;
		background-color: #4e9547;
		padding:1rem 4% 3rem 4%;
		color:#fff;
	}
	.colorBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.colorBox .newList {
		margin:1rem 0 1.5rem 3%;
	}
}
@media all and (min-width:376px) and (max-width:499px) {
	.newList {
		display:inline-block;
		font-size: 1.25rem;
		color:#666;
		padding:0;
		margin:1rem 0 0 4%;
		width:92%;
	}
	.newList li {
		line-height: 1.75rem;
		margin: 0 0 .5rem 7%;
	}
	.resultsBox {
		float:left;
		width:97%;
		margin:3rem 0 3rem 1%;
		border: 2px solid #4e9547;
		min-height: 50px;
		background-image: url("../svg/success.svg");
		background-size: 2rem 2rem;
		background-repeat: no-repeat;
		background-position: 98% 12px;
	}
	.resultsBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.resultsBox .newList {
		margin:1rem 0 1.5rem 3.25%;
	}
	.colorBox {
		float:left;
		width:92%;
		margin:1rem 0 3rem 0;
		min-height: 50px;
		background-color: #4e9547;
		padding:1rem 4% 3rem 4%;
		color:#fff;
	}
	.colorBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.colorBox .newList {
		margin:1rem 0 1.5rem 3%;
	}
}
@media all and (max-width:375px) {
	.newList {
		display:inline-block;
		font-size: 1.25rem;
		color:#666;
		padding:0;
		margin:1rem 0 0 4%;
		width:92%;
	}
	.newList li {
		line-height: 1.75rem;
		margin: 0 0 .5rem 8.75%;
	}
	.resultsBox {
		float:left;
		width:96.5%;
		margin:3rem 0 3rem 1%;
		border: 2px solid #4e9547;
		min-height: 50px;
		background-image: url("../svg/success.svg");
		background-size: 2rem 2rem;
		background-repeat: no-repeat;
		background-position: 98% 12px;
	}
	.resultsBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.resultsBox .newList {
		margin:1rem 0 1.5rem 3.25%;
	}
	.colorBox {
		float:left;
		width:92%;
		margin:1rem 0 3rem 0;
		min-height: 50px;
		background-color: #4e9547;
		padding:1rem 4% 3rem 4%;
		color:#fff;
	}
	.colorBox h2 {
		margin: 1rem 0 0 2.9%;
	}
	.colorBox .newList {
		margin:1rem 0 1.5rem 3%;
	}
}





.imageBlur {
    -webkit-filter: blur(4px);  
    filter: blur(4px); 
}

.LP_Color {background-color:#421684}

.LP_Color {background-color:#005014}

.MS_Color {

}
.ATT_Color {background-color: rgba(201,213,202,0.25);}
.FB_Color {background-color:#0078d4}
.MyOVS_Color {background-color:#0078d4}
.Music_Color {background-color:#0078d4}



.summaryBlock {
    display:none;
}

.abbrev1, .abbrev2 {
	/*display:none;*/
}
.tileBlur {box-shadow: inset 0px 0px 4px 4px #fff}

/*----------------------NEW NAVIGATION AND LOGO LIST--------------------------*/

.eyeBrow {
    float:left;
    font-size:1rem;
    color:#666;
    font-weight: bold;
     margin:0 0 .75rem 0;
     padding:0;
     width:100%;
}
#selfreg {
    float:left;
    font-size: 1.5rem;
    color:#0078d4;
    font-weight: bold;
    margin:0 3rem 0 0;
    padding:0 20px 0 0;
    line-height: 44px; 
    cursor: pointer; 
    background-image: url("../svg/linkCarrots.svg");
    background-repeat: no-repeat;
    background-size: 11px 17px;
    background-position: 98% 15px;
}
#selfreg:hover {
    background-position: 100% 15px;
}

/*#resumeBtn {
    text-decoration:none;
    float:left;
    font-size: 1.5rem;
    color:#0078d4;
    font-weight: bold;
    margin:0;
    padding:0 20px 0 0;
    line-height: 44px; 
    cursor: pointer; 
    background-image: url("../svg/linkCarrots.svg");
    background-repeat: no-repeat;
    background-size: 11px 17px;
    background-position: 98% 15px;
}
#resumeBtn:hover {
    background-position: 100% 15px;
}*/



.prototypeLink {
    text-decoration: none;
    float:left;
    width:12rem;
    font-size: 1.25rem;
    color:#0078d4;
    font-weight:normal;
    margin:0 2rem 0 0;
    padding:0 16px 0 0;
    line-height: 44px; 
    cursor: pointer; 
    background-image: url("../svg/linkCarrots.svg");
    background-repeat: no-repeat;
    background-size: 11px 17px;
    background-position: 98% 15px;
    /*background-color:yellow;*/
}
.prototypeLink:hover {
    text-decoration: none;
/*    padding:0 20px 0 0;*/
    color:#0093ed;
    background-image: url("../svg/linkCarrotsHover.svg");
    background-repeat: no-repeat;
    background-size: 11px 17px;
    background-position: 100% 15px;
}
#expander {
    display:block;
    width:10.75rem;
    font-size: 1.25rem;
    color:#0078d4;
    padding:0 1rem 0 0;
    margin:1.25rem 0 2rem 4%;
    cursor: pointer;
    background-image: url("../svg/ExpandCollapseCarrots.svg");
    background-repeat: no-repeat;
    background-size: 20px 40px;
    background-position: right -16px;
}
#collapser {
    display:none;
    width:12rem;
    font-size: 1.25rem;
    color:#0078d4;
    padding:0 1rem 0 0;
    margin:1.25rem 0 2rem 4%;
    cursor: pointer;
    background-image: url("../svg/ExpandCollapseCarrots.svg");
    background-repeat: no-repeat;
    background-size: 20px 40px;
    background-position: right 4px;
}
#expanderM {
    display:none;
    width:10.75rem;
    font-size: 1.25rem;
    color:#0078d4;
    padding:0 1rem 0 0;
    margin:1.25rem 0 3rem 4% !important;
    cursor: pointer;
    background-image: url("../svg/ExpandCollapseCarrots.svg");
    background-repeat: no-repeat;
    background-size: 20px 40px;
    background-position: right -16px;
}
#collapserM {
    display:none;
    width:12rem;
    font-size: 1.25rem;
    color:#0078d4;
    padding:0 1rem 0 0;
    margin:1.25rem 0 3rem 4% !important;
    cursor: pointer;
    background-image: url("../svg/ExpandCollapseCarrots.svg");
    background-repeat: no-repeat;
    background-size: 20px 40px;
    background-position: right 4px;
}
.hideMe {
    display:none;
}


.logoFloater {
    display:inline-block;
    float:left;
    clear:both;
    line-height: 44px;
    padding:0;
    margin:10px 0 24px 0;
}

@media all and (min-width:361px) {
    .NoBull {
        float:left;
        clear:both;
        width:100%;
        font-size:1.5rem;
        color:#333;
        line-height: 2rem;
        padding:0;
        margin:12px 0 0 24px;
    }
    .type {
        display:block;
        font-size:1rem;
        float:left;
        clear:both;
        padding:0;
        margin:0 0 0 24px;
    }
}

.featured {
    background-image:url("../svg/featured.svg") !important;
}

@media all and (min-width:321px) and (max-width:360px) {
    .NoBull {
        float:left;
        clear:both;
        width:100%;
        font-size:1.25rem;
        color:#333;
        line-height: 2rem;
        padding:0;
        margin:12px 0 0 24px;
    }
    .type {
        display:block;
        font-size:.9rem;
        float:left;
        clear:both;
        padding:0;
        margin:0 0 0 24px;
    }
}
@media all and (max-width:320px) {
    .NoBull {
        float:left;
        clear:both;
        width:100%;
        font-size:1.2rem;
        color:#333;
        line-height: 84px;
        padding:0;
        margin:0 0 0 24px;
    }
    .type {
        display:none;
        font-size:.9rem;
        float:left;
        clear:both;
        padding:0;
        margin:0 0 0 24px;
    }
}



@media all and (min-width:1680px) {
    
    .backBar {
        position: absolute;
        top:64px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        background-repeat: no-repeat;
        z-index: 300;      
        background-image: url("../svg/backBtn4.svg");
        background-position: 19.5% 17px;
        background-size: 36px 36px;
        background-color:transparent !important;
    }
    
    .backBar p {
        font-size: 2.2rem;
        color:#000;
        position: absolute;
        top:0;
        left:50%;
        width:900px;
        margin:0 0 0 -450px;
        padding:0;
        line-height: 66px;
        font-weight: bold;
    }
    .backBar p span {
        font-size: 26px;
        color:#fff;
        margin:0 0 0 24px;
        padding:0;
        line-height: 62px;
    }
    .backBar:hover {
        background-position: 
            19% 17px;
    }
}
@media all and (min-width:1560px) and (max-width:1679px) {
      .backBar {
        position: absolute;
        top:64px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        background-repeat: no-repeat;
        z-index: 300; 
        background-image: url("../svg/backBtn4.svg");
        background-position: 17.5% 17px;
        background-size: 36px 36px;
    }
    .backBar p {
        font-size: 2.2rem;
        color:#000;
        position: absolute;
        top:0;
        left:50%;
        width:900px;
        margin:0 0 0 -450px;
        padding:0;
        line-height: 66px;
        font-weight: bold;
    }
    .backBar p span {
        font-size: 26px;
        color:#fff;
        margin:0 0 0 24px;
        padding:0;
        line-height: 62px;
    }
    .backBar:hover {
        background-position: 
            17% 17px;
    }  
}
@media all and (min-width:1440px) and (max-width:1559px) {
       .backBar {
        position: absolute;
        top:64px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        background-repeat: no-repeat;
        z-index: 300;      
        background-image:url("../svg/backBtn4.svg");
        background-position: 14.5% 17px;
        background-size: 36px 36px;
    }
    .backBar p {
        font-size: 2.2rem;
        color:#000;
        position: absolute;
        top:0;
        left:50%;
        width:900px;
        margin:0 0 0 -450px;
        padding:0;
        line-height: 66px;
        font-weight: bold;
    }
    .backBar p span {
        font-size: 26px;
        color:#fff;
        margin:0 0 0 24px;
        padding:0;
        line-height: 62px;
    }
    .backBar:hover {
        background-position: 
            14% 17px;
    } 
}
@media all and (min-width:1366px) and (max-width:1439px) {
    .backBar {
        position: absolute;
        top:64px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        background-repeat: no-repeat;
        z-index: 300;      
        background-image:url("../svg/backBtn4.svg");
        background-position: 12.5% 17px;
        background-size: 36px 36px;
        
    }
    .backBar p {
        font-size: 2.2rem;
        color:#000;
        position: absolute;
        top:0;
        left:50%;
        width:900px;
        margin:0 0 0 -450px;
        padding:0;
        line-height: 66px;
        font-weight: bold;
    }
    .backBar p span {
        font-size: 26px;
        color:#fff;
        margin:0 0 0 24px;
        padding:0;
        line-height: 62px;
    }
    .backBar:hover {
        background-position: 
            12% 17px;
    } 
}
@media all and (min-width:1200px) and (max-width:1365px) {
    .backBar {
        position: absolute;
        top:64px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        background-repeat: no-repeat;
        z-index: 300;      
        background-image:url("../svg/backBtn4.svg");
        background-position: 9.5% 17px;
        background-size: 36px 36px;
        
    }
    .backBar p {
        font-size: 2.2rem;
        color:#000;
        position: absolute;
        top:0;
        left:50%;
        width:900px;
        margin:0 0 0 -450px;
        padding:0;
        line-height: 66px;
        font-weight: bold;
    }
    .backBar p span {
        font-size: 26px;
        color:#fff;
        margin:0 0 0 24px;
        padding:0;
        line-height: 62px;
    }
    .backBar:hover {
        background-position: 
            9% 17px;
    } 
}

.BKswitcher {
    background-image: url("../images/RoyCoinShadow2.gif") !important;
}

@media all and (min-width:1200px) {
    
    h1.profileContent {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin:0 0 .5rem 0;;
        padding:0;
    }
    .profileBody {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin:0 !important;
        padding:0;
    }
    .tasks {
        display: inline-block;
        font-size: .75rem;
        padding:0;
        margin: 1rem 0 -.25rem 0 !important;
        color:#666;
        line-height: .5rem;
        font-weight: bold;
    }
    .profileContent {
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 7% 1.5rem 0;
        padding:0;
    }

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:112px 0 0 0;
        text-align: center;
    }
    .myTitle {
        float:left;
        font-size: 1.5rem;
        color:#000;
        margin:.75rem 0 0 0;
        padding:0;
        width:100%;
        /*font-weight: bold;*/
        line-height: 2rem;
    }
    .leftCol {
/*        scroll-snap-align: start;
        scroll-padding:1rem;*/
        float:left;
        width:72%;
        margin:.75rem 8% 0 0;
        min-height: 300px;
        /*background-color:yellow;*/
    }
    .rightCol {
        float:left;
        width:19%;
        margin:.75rem 0 0 0;
        min-height: 300px;
        /*background-color:orange;*/
    }
    .carrier {
        float:left;
        width:46.5%;
        height:142px;
        margin:30px 3% 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecond {
        float:left;
        width:46.5%;
        height:142px;
        margin:30px 3% 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecondary {
        float:left;
        width:46.5%;
        height:88px;
        margin:0 3% 20px 0;
    }
     .triggerBtn {
        float:left;
        margin:0;
        padding:0;
        width:100%;
        height:84px;
        border:2px solid #ccc;
        cursor: pointer;
        border-radius: 8px;
        background-image: url("../svg/forward_Btn.svg");
        background-size: 20px 20px;
        background-position: 97% center;
        background-repeat: no-repeat;
    }
     
    .triggerBtn:hover {
        border:2px solid #0078d4;
        background-image: url("../svg/forwardBtn_Hover.svg");
        background-size: 20px 20px;
        background-position: 98% center;
        background-repeat: no-repeat;
    }
    
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 1.5rem;
        font-size:1rem;
        color:#333;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        /*height:520px;*/
        height:452px;
        border:none;
        margin:0 !important;
        padding:0 !important;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        /*background-image:url("../psd/istockphoto-157424484-1024x1024.jpg");*/
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right bottom;
    }
    .newIcon {
        display:block;
        position:absolute;
        width:900px;
        margin-left:-502px;
        height:212px;
        top:4px;
        left:50%;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 212px 212px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:32px;
        left:60px;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
        font-weight: bold;
    }

    #pageTitle {
        position:absolute;
        font-size: 1rem;
        color:#666;
        top:64px;
        left:0;
        margin:0;
        padding:0;
        font-weight:bold;
    }
    .resumeLink {
		position:absolute;
		margin:0 0 0 240px;
        width:100px;
		line-height:32px;
		top:90px;
		left:50%;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
        opacity:1;
        z-index: 1300;
	}
    .resumeLink:hover {
        text-decoration: underline;
        color:#0093ed;
    }
    #designerTitleTop {
		position:absolute;
		margin:0;
		line-height:32px;
		top:28px;
		right:120px;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		z-index:100;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
	}
    #designerTitleTop:hover {
        text-decoration: underline;
    }
    #skill_List {
        position:absolute;
        top:44px;
        left:50%;
        margin-left:-220px;
    }
    .topBoxParent {
        display: block;
        position:fixed;
        top:0;
        left:50%;
        width:900px;
        margin-left:-450px;
        height:78px;
        z-index: 1000;
        /*background-color:rgba(255,255,255,0.97);*/
    }
    #MyQoute {
        position:absolute;
        z-index: 100;
        top:0;
        left:78px;
        font-size:1.75rem;
        color:#fff;
        line-height: 2.4rem;
        width:75%;
    }
    .topBox {
        display: block;
        position:relative;
        top:0;
        left:50%;
        width:900px;
        margin-left:-450px;
        height:78px;
        z-index: 35;
    }
    .MyName {
        display: block;
        position:relative;
        top:30px;
        left:50%;
        width:900px;
        margin:0 0 0 -450px;
        font-weight: normal;
        color:#333;
        font-size:1.25rem;
    }
    .trigger {
        width:30%;
        float:left;
        height:200px;
        cursor: pointer;
        margin: 42px 3.3% 0 0; 
        /*background-color:#e5e5e5;*/
    }
     .colorBlock {
        float:left;
        margin:0 0 8px 0;
        padding:0;
        width:100%;
        height:140px;
        line-height: 88px;
    } 
    .colorBlock span {
        font-size: 1.5rem;
        padding:0 1.25rem;
        color:#fff;
        float:left;
        opacity:.8;
        line-height: 2.5rem;
        margin-top:1.5rem;
    }

    .date {
        float:left;
        display: block;
        margin:8px 0 0 16px;
        padding:0 0 0 16px;
        border-left:1px solid #aaa;
        line-height: 16px;

    }
    .logoBlock {
        float:left;
        margin:0 0 0 23px;
        padding:0;
        height:48px;
        line-height: 48px;
        /*background-color:orange;*/
    }
    .logoBlock img {
        float:left;
        margin:0;
        padding:0;
        /*background-color: yellow;*/
        line-height: 40px;
    }
    .tileTitle {
        font-size: 2rem;
        float:left;
        clear:both;
        margin: 12px 0 .5rem 40px;
        padding:0;
        line-height: 2rem;
        color:#fff;
        vertical-align: middle;
    }
    .scroller {
        width:100%;
        position:absolute;
        top:154px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .page2Content {
        position:absolute;
        top:0;
        left:50%;
        width:900px;
        margin-left:-450px;
        background-color:#fff;
		padding:0;
		-moz-box-shadow:    0 0 4px 2px rgb(80,80,80,0.12);
  		-webkit-box-shadow: 0 0 4px 2px rgb(80,80,80,0.12);
  		box-shadow:         0 0 4px 2px rgb(80,80,80,0.12);
    }
}

@media all and (min-width:1140px) and (max-width:1199px) {

     h1.profileContent {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin:0 0 .5rem 0;
        padding:0;
    }
    .profileBody {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin:0 !important;
        padding:0;
    }
    .tasks {
        display: inline-block;
        font-size: .75rem;
        padding:0;
        margin: 1rem 0 -.25rem 0 !important;
        color:#666;
        line-height: .5rem;
        font-weight: bold;
    }
    .profileContent {
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 7% 1.5rem 0;
        padding:0;
    }
    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:112px 0 0 0;
        text-align: center;
    }
    .myTitle {
        float:left;
        font-size: 1.5rem;
        color:#000;
        margin:.75rem 0 0 0;
        padding:0;
        width:100%;
        line-height: 2rem;
    }
    .leftCol {
/*        scroll-snap-align: start;
        scroll-padding:1rem;*/
        float:left;
        width:72%;
        margin:.75rem 8% 0 0;
        min-height: 300px;
        /*background-color:yellow;*/
    }
    .rightCol {
        float:left;
        width:19%;
        margin:.75rem 0 0 0;
        min-height: 300px;
        /*background-color:orange;*/
    }
    .carrier {
        float:left;
        width:46.5%;
        height:142px;
        margin:30px 3% 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecond {
        float:left;
        width:46.5%;
        height:142px;
        margin:30px 3% 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecondary {
        float:left;
        width:46.5%;
        height:88px;
        margin:0 3% 20px 0;
    }
     .triggerBtn {
        float:left;
        margin:0;
        padding:0;
        width:100%;
        height:84px;
        border:2px solid #ccc;
        cursor: pointer;
        border-radius: 8px;
        background-image: url("../svg/forward_Btn.svg");
        background-size: 20px 20px;
        background-position: 97% center;
        background-repeat: no-repeat;
    }
    .triggerBtn:hover {
        border:2px solid #0078d4;
        background-image: url("../svg/forwardBtn_Hover.svg");
        background-size: 20px 20px;
        background-position: 98% center;
        background-repeat: no-repeat;
    }
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 1.5rem;
        font-size:1rem;
        color:#333;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:424px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right bottom;
    }
    .newIcon {
        display:block;
        position:absolute;
        width:212px;
        height:212px;
        top:4px;
        left:148px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 212px 212px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:32px;
        left:60px;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
        font-weight: bold;
    }
    #pageTitle {
        position:absolute;
        font-size: 1rem;
        color:#666;
        top:64px;
        left:0;
        margin:0;
        padding:0;
        /*line-height: 1.8rem;*/
        font-weight:bold;
    }
    .resumeLink {
		position:absolute;
		margin:0;
        padding:0;
		line-height:32px;
		top:90px;
		right:25.5%;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
        opacity:1;
        z-index: 1300;
	}
    .resumeLink:hover {
        text-decoration: underline;
        color:#0093ed;
    }
    #designerTitleTop {
		position:absolute;
		margin:0;
		line-height:32px;
		top:28px;
		right:120px;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		z-index:100;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
	}
    #designerTitleTop:hover {
        text-decoration: underline;
    }
    .scrollerPg1 {
        width:100%;
        position:absolute;
        top:230px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .topBoxParent {
        display: block;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:78px;
        z-index: 1000;
        /*background-color:rgba(255,255,255,0.97);*/
    }
    #MyQoute {
        position:absolute;
        z-index: 100;
        top:0;
        /*left:79px;*/
        left:7.2%;
        font-size:1.75rem;
        color:#fff;
        line-height: 2.4rem;
        width:75%;
    }
    .topBox {
        display: block;
        position:absolute;
        top:0;
        left:200px;
        right:200px;
        height:78px;
        margin-left:0;
        /*background-color:orange;*/
    }
    .MyName {
        display: block;
        position:relative;
        top:29px;
        left:200px;
        margin:0;
        font-weight: normal;
        color:#333;
        font-size:1.25rem;
    }
    .trigger {
        width:30%;
        float:left;
        height:200px;
        cursor: pointer;
        margin: 42px 3.3% 0 0; 
        /*background-color:#e5e5e5;*/
    }
     .colorBlock {
        float:left;
        margin:0 0 8px 0;
        padding:0;
        width:100%;
        height:140px;
        line-height: 88px;
    } 
    .colorBlock span {
        font-size: 1.5rem;
        padding:0 1.25rem;
        color:#fff;
        float:left;
        opacity:.8;
        line-height: 2.5rem;
        margin-top:1.5rem;
    }
    .date {
        float:left;
        display: block;
        margin:8px 0 0 16px;
        padding:0 0 0 16px;
        border-left:1px solid #aaa;
        line-height: 16px;

    }
    .logoBlock {
        float:left;
        margin:0 0 0 23px;
        padding:0;
        height:48px;
        line-height: 48px;
        /*background-color:orange;*/
    }
    .logoBlock img {
        float:left;
        margin:0;
        padding:0;
        /*background-color: yellow;*/
        line-height: 40px;
    }
    .tileTitle {
        font-size: 2rem;
        float:left;
        clear:both;
        margin: 12px 0 .5rem 40px;
        padding:0;
        line-height: 2rem;
        color:#fff;
        vertical-align: middle;
    }
    .scroller {
        width:100%;
        position:absolute;
        top:146px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .page2Content {
        position:absolute;
        top:0;
        left:200px;
        right:200px;
       	background-color:#fff;
		-moz-box-shadow:    0 0 4px 2px rgb(80,80,80,0.12);
  		-webkit-box-shadow: 0 0 4px 2px rgb(80,80,80,0.12);
  		box-shadow:         0 0 4px 2px rgb(80,80,80,0.12);
    }
    .backBar {
        position: absolute;
        top:64px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        background-repeat: no-repeat;
        z-index: 300;      
        background-image:url("../svg/backBtn4.svg");
        background-position: 10.5% 17px;
        background-size: 36px 36px;
        /*background-color:orange;*/
    }
    .backBar p {
        font-size: 2.2rem;
        color:#000;
        position: absolute;
        top:0;
        left:200px;
        margin:0;
        padding:0;
        line-height: 66px;
        font-weight: bold;
    }
    .backBar p span {
        font-size: 26px;
        color:#fff;
        margin:0 0 0 24px;
        padding:0;
        line-height: 62px;
    }
    .backBar:hover {
        background-position: 
            10% 17px;
    }
}

@media all and (min-width:921px) and (max-width:1139px) {

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:112px 0 0 0;
        text-align: center;
    }
    .myTitle {
        float:left;
        font-size: 1.5rem;
        color:#000;
        margin:.75rem 0 0 0;
        padding:0;
        width:100%;
        line-height: 2rem;
    }
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 1.5rem;
        font-size:1rem;
        color:#333;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:364px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right bottom;
        /*border:1px solid red;*/
    }
    .newIcon {
        display:block;
        position:absolute;
        width:212px;
        height:212px;
        top:4px;
        left:48px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 212px 212px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:24px;
        left:60px;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
    }
}
@media all and (min-width:821px) and (max-width:920px) {

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:112px 0 0 0;
        text-align: center;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:320px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right -32px bottom;
        
    }
    .newIcon {
        display:block;
        position:absolute;
        width:212px;
        height:212px;
        top:4px;
        left:48px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 212px 212px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:24px;
        left:52px;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
    }
}

@media all and (min-width:768px) and (max-width:820px) {

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:112px 0 0 0;
        text-align: center;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:270px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right -20px bottom;
    }
    .newIcon {
        display:block;
        position:absolute;
        width:212px;
        height:212px;
        top:4px;
        left:48px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 212px 212px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:24px;
        left:52px;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
        /*color:orange;*/
    }
}


@media all and (min-width:981px) and (max-width:1139px) {
    .leftCol {
/*        scroll-snap-align: start;
        scroll-padding:1rem;*/
        float:left;
        width:74%;
        margin:1.5rem 7% 0 0;
        min-height: 300px;
    }
    .rightCol {
        float:left;
        width:19%;
        margin:1.5rem 0 0 0;
        min-height: 300px;
        /*background-color:yellow;*/
    } 
    
    .carrier {
        float:left;
        width:46.5%;
        height:142px;
        margin:30px 3% 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecond {
        float:left;
        width:46.5%;
        height:142px;
        margin:30px 3% 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecondary {
        float:left;
        width:46.5%;
        height:88px;
        margin:0 3% 20px 0;
    }
     .triggerBtn {
        float:left;
        margin:0;
        padding:0;
        width:100%;
        height:84px;
        border:2px solid #ccc;
        cursor: pointer;
        border-radius: 8px;
        background-image: url("../svg/forward_Btn.svg");
        background-size: 20px 20px;
        background-position: 97% center;
        background-repeat: no-repeat;
    }
    
    .triggerBtn:hover {
        border:2px solid #0078d4;
        background-image: url("../svg/forwardBtn_Hover.svg");
        background-size: 20px 20px;
        background-position: 98% center;
        background-repeat: no-repeat;
    }
}
@media all and (min-width:768px) and (max-width:980px) {
    .leftCol {
/*        scroll-snap-align: start;
        scroll-padding:1rem;*/
        float:left;
        width:59%;
        margin:1rem 10% 0 0;
        min-height: 300px;
    }
    .rightCol {
        float:left;
        width:31%;
        margin:1rem 0 0 0;
        min-height: 300px;
    }
    .ghost{
        display:none;
        opacity:0;
    }
    .carrier {
        float:left;
        width:99%;
        height:142px;
        margin:30px 0 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecond {
        float:left;
        width:99%;
        height:88px;
        margin:0 0 20px 0;
        /*background-color:red;*/
    }
    .carrierSecondary {
        float:left;
        width:99%;
        height:88px;
        margin:0 0 20px 0;
        /*background-color:orange;*/
    }
     .triggerBtn {
        float:left;
        margin:0;
        padding:0;
        width:100%;
        height:84px;
        border:2px solid #ccc;
        cursor: pointer;
        border-radius: 8px;
        background-image: url("../svg/forward_Btn.svg");
        background-size: 20px 20px;
        background-position: 97% center;
        background-repeat: no-repeat;
    }
    .triggerBtn:hover {
        border:2px solid #0078d4;
        background-image: url("../svg/forwardBtn_Hover.svg");
        background-size: 20px 20px;
        background-position: 98% center;
        background-repeat: no-repeat;
    }
}

@media all and (min-width:768px) and (max-width:1139px) {

    h1.profileContent {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin:0 0 .5rem 0;
        padding:0;
    }
    .profileBody {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin:0 !important;
        padding:0;
    }
    .tasks {
        display: inline-block;
        font-size: .75rem;
        padding:0;
        margin: 1rem 0 -.25rem 0 !important;
        color:#666;
        line-height: .5rem;
        font-weight: bold;
    }
    .profileContent {
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 7% 1.5rem 0;
        padding:0;
    }
    .myTitle {
        float:left;
        font-size: 1.5rem;
        color:#000;
        margin:.75rem 0 0 0;
        padding:0;
        width:100%;
        line-height: 2rem;
    }
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 1.5rem;
        font-size:1rem;
        color:#333;
    }
    #pageTitle {
        position:absolute;
        font-size: 1rem;
        color:#666;
        top:60px;
        left:0;
        margin:0;
        padding:0;
        /*line-height: 1.8rem;*/
        font-weight: bold;
    }
    .resumeLink {
		position:absolute;
		margin:0;
        padding:0;
		line-height:32px;
		top:90px;
		right:21%;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
        opacity:1;
        z-index: 1300;
	}
    .resumeLink:hover {
        text-decoration: underline;
        color:#0093ed;
    } 
     #designerTitleTop {
		position:absolute;
		margin:0;
		line-height:32px;
		top:28px;
		right:92px;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		z-index:100;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
	}
    #designerTitleTop:hover {
        text-decoration: underline;
    }
   .scrollerPg1 {
        width:100%;
        position:absolute;
        top:216px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .topBoxParent {
        display: block;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:78px;
        margin-left:0;
        z-index: 35;
        /*background-color:rgba(255,255,255,0.97);*/
        
    }
    #MyQoute {
        position:absolute;
        z-index: 100;
        top:0;
        /*left:58px;*/
        left:7.5%;
        font-size:1.75rem;
        color:#fff;
        line-height: 2.4rem;
        width:75%;
    }
    .topBox {
        display: block;
        position:absolute;
        top:0;
        left:100px;
        right:100px;
        height:78px;
        margin-left:0;
        z-index: 35;
       /* background-color:yellow;*/
    }
    .MyName {
        display: block;
        position:relative;
        top:29px;
        left:100px;
        margin:0;
        font-weight: normal;
        color:#333;
        font-size:1.25rem;
    }
    .trigger {
        width:45.75%;
        float:left;
        height:200px;
        cursor: pointer;
        margin: 42px 4.25% 0 0; 
        /*background-color:#e5e5e5;*/
    }
     .colorBlock {
        float:left;
        margin:0 0 8px 0;
        padding:0;
        width:100%;
        height:140px;
        line-height: 88px;
    } 
    .colorBlock span {
        font-size: 1.5rem;
        padding:0 1.25rem;
        color:#fff;
        float:left;
        opacity:.8;
        line-height: 2.5rem;
        margin-top:1.5rem;
    }
    .date {
        float:left;
        display: block;
        margin:8px 0 0 16px;
        padding:0 0 0 16px;
        border-left:1px solid #aaa;
        line-height: 16px;

    }
    .logoBlock {
        float:left;
        margin:0 0 0 23px;
        padding:0;
        height:48px;
        line-height: 48px;
        /*background-color:orange;*/
    }
    .logoBlock img {
        float:left;
        margin:0;
        padding:0;
        /*background-color: yellow;*/
        line-height: 40px;
    }
    .tileTitle {
        font-size: 2rem;
        float:left;
        clear:both;
        margin: 12px 0 .5rem 40px;
        padding:0;
        line-height: 2rem;
        color:#fff;
        vertical-align: middle;
    }
    .scroller {
        width:100%;
        position:absolute;
        top:136px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
     .page2Content {
        position:absolute;
        top:0;
        left:100px;
        right:100px;
        background-color:#fff;
		-moz-box-shadow:    0 0 4px 2px rgb(80,80,80,0.12);
  		-webkit-box-shadow: 0 0 4px 2px rgb(80,80,80,0.12);
  		box-shadow:         0 0 4px 2px rgb(80,80,80,0.12);
    }

    .backBar {
        position: absolute;
        top:58px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        background-repeat: no-repeat;
        z-index: 300;      
        background-image:url("../svg/backBtn4.svg");
        background-position: 4.5% 17px;
        background-size: 36px 36px;
    }
    .backBar p {
        font-size: 2.2rem;
        color:#000;
        position: absolute;
        top:0;
        left:100px;
        margin:0;
        padding:0;
        line-height: 66px;
        font-weight: bold;
    }
    .backBar p span {
        font-size: 26px;
        color:#fff;
        margin:0 0 0 24px;
        padding:0;
        line-height: 62px;
    }
    .backBar:hover {
        background-position: 
            4% 17px;
    }
}

@media all and (min-width:641px) and (max-width:767px) {

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:112px 0 0 0;
        text-align: center;
    }
    .myTitle {
        float:left;
        font-size: 1.5rem;
        color:#000;
        margin:.75rem 0 0 0;
        padding:0;
        width:100%;
        line-height: 2rem;
    }
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 1.5rem;
        font-size:1rem;
        color:#333;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:224px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right -36px bottom;
        
    }
    .newIcon {
        display:block;
        position:absolute;
        width:212px;
        height:212px;
        top:4px;
        left:8px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 212px 212px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:34px;
        left:10%;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
        /*color:orange;*/
    }
}

@media all and (min-width:560px) and (max-width:640px) {

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:112px 0 0 0;
        text-align: center;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:200px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right -24px bottom;
    }
    .newIcon {
        display:block;
        position:absolute;
        width:212px;
        height:212px;
        top:4px;
        left:8px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 212px 212px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:34px;
        left:10%;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
    }
}
@media all and (min-width:480px) and (max-width:559px) {

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:92px 0 0 0;
        text-align: center;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:200px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right -76px bottom;
    }
    .newIcon {
        display:block;
        position:absolute;
        width:212px;
        height:212px;
        top:4px;
        left:8px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 212px 212px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:34px;
        left:10%;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
    }
}

@media all and (min-width:480px) and (max-width:767px) {
    
    h1.profileContent {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin:0 0 .5rem 0;
        padding:0;
    }
    .profileBody {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin:0 !important;
        padding:0;
    }
    .tasks {
        display: inline-block;
        font-size: .75rem;
        padding:0;
        margin: 1rem 0 -.25rem 0 !important;
        color:#666;
        line-height: .5rem;
        font-weight: bold;
    }
    .profileContent {
        font-size: 1rem;
        line-height: 1.5rem;
        margin: 0 7% 1.5rem 0;
        padding:0;
    }
    .myTitle {
        float:left;
        font-size: 1.5rem;
        color:#000;
        margin:.75rem 0 0 0;
        padding:0;
        width:100%;
        line-height: 2rem;
        /*font-weight: bold;*/
    }
    .leftCol {
/*        scroll-snap-align: start;
        scroll-padding:1rem;*/
        float:left;
        width:100%;
        margin:.75rem 0 0 0;
        min-height: 300px;
        /*background-color:yellow;*/
    }
    .rightCol {
        float:left;
        clear:both;
        width:100%;
        margin:.75rem 0 0 0;
        min-height: 300px;
        /*background-color:orange;*/
    }
    .ghost{
        display:none;
        opacity:0;
    }
    .carrier {
        float:left;
        width:99%;
        height:142px;
        margin:30px 0 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecond {
        float:left;
        width:99%;
        height:88px;
        margin:0 0 20px 0;
        /*background-color:red;*/
    }
    .carrierSecondary {
        float:left;
        width:99%;
        height:88px;
        margin:0 0 20px 0;
        /*background-color:orange;*/
    }
     .triggerBtn {
        float:left;
        margin:0;
        padding:0;
        width:100%;
        height:84px;
        border:2px solid #ccc;
        cursor: pointer;
        border-radius: 8px;
        background-image: url("../svg/forward_Btn.svg");
        background-size: 20px 20px;
        background-position: 97% center;
        background-repeat: no-repeat;
    }
    .triggerBtn:hover {
        border:2px solid #0078d4;
        background-image: url("../svg/forwardBtn_Hover.svg");
        background-size: 20px 20px;
        background-position: 98% center;
        background-repeat: no-repeat;
    }
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 2rem;
        font-size:1.5rem;
        color:#333;
    }    
	#pageTitle {
        position:absolute;
        font-size:.8rem;
        color:#666;
        top:56px;
        left:0;
        margin:0;
        padding:0;
        line-height: 1.5rem;
        font-weight: bold;
        width:200px;
    }
    .resumeLink {
		position:absolute;
		margin:0;
        padding:0;
		line-height:32px;
		top:90px;
		left:56%;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
        opacity:1;
        z-index: 1300;
	}
    .resumeLink:hover {
        text-decoration: underline;
        color:#0093ed;
    }
    #designerTitleTop {
        display:block;
		position:absolute;
		margin:0;
		line-height:32px;
		top:28px;
		right:0;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		z-index:100;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
	}
    #designerTitleTop:hover {
        text-decoration: underline;
    }
    .scrollerPg1 {
        width:100%;
        position:absolute;
        top:216px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .topBoxParent {
        display: block;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:78px;
        margin-left:0;
        z-index: 35;
        /*background-color:rgba(255,255,255,0.97);*/
    }
    #MyQoute {
        position:absolute;
        z-index: 100;
        top:0;
        left:36px;
        font-size:1.5rem;
        color:#fff;
        line-height: 2rem;
        width:75%;
    }
    .topBox {
        display: block;
        position:absolute;
        top:0;
        left:60px;
        right:60px;
        height:78px;
        margin-left:0;
        z-index: 35;
    }
    .MyName {
        display: block;
        position:relative;
        top:29px;
        left:60px;
        margin:0;
        font-weight: normal;
        color:#333;
        font-size:1.25rem;
    }
    .trigger {
        width:98.75%;
        float:left;
        height:200px;
        cursor: pointer;
        margin: 24px 0 0 0; 
        /*background-color:#e5e5e5;*/
    }
     .colorBlock {
        float:left;
        margin:0 0 8px 0;
        padding:0;
        width:100%;
        height:140px;
        line-height: 88px;
    } 
    .colorBlock span {
        font-size: 1.5rem;
        padding:0 1.25rem;
        color:#fff;
        float:left;
        opacity:.8;
        line-height: 2.5rem;
        margin-top:1.5rem;
    }
    .date {
        float:left;
        display: block;
        margin:8px 0 0 16px;
        padding:0 0 0 16px;
        border-left:1px solid #aaa;
        line-height: 16px;

    }
    .logoBlock {
        float:left;
        margin:0 0 0 23px;
        padding:0;
        height:48px;
        line-height: 48px;
        /*background-color:orange;*/
    }
    .logoBlock img {
        float:left;
        margin:0;
        padding:0;
        /*background-color: yellow;*/
        line-height: 40px;
    }
    .tileTitle {
        font-size: 2rem;
        float:left;
        clear:both;
        margin: 12px 0 .5rem 40px;
        padding:0;
        line-height: 2rem;
        color:#fff;
        vertical-align: middle;
    }
    .scroller {
        width:100%;
        position:absolute;
        top:140px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .page2Content {
        position:absolute;
        top:0;
        left:60px;
        right:60px;
        background-color:#fff;
		-moz-box-shadow:    0 0 4px 2px rgb(80,80,80,0.12);
  		-webkit-box-shadow: 0 0 4px 2px rgb(80,80,80,0.12);
  		box-shadow:         0 0 4px 2px rgb(80,80,80,0.12);
    }
    .backBar {
        position: absolute;
        top:64px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        background-repeat: no-repeat;
        z-index: 300;      
        background-image:url("../svg/backBtn4.svg");
        background-position: 3% 19px;
        background-size: 32px 32px;
    }
    .backBar p {
        font-size: 1.9rem;
        color:#000;
        position: absolute;
        top:0;
        left:60px;
        margin:0;
        padding:0;
        line-height: 66px;
        font-weight: bold;
    }
    .backBar p span {
        font-size: 26px;
        color:#fff;
        margin:0 0 0 24px;
        padding:0;
        line-height: 62px;
    }
    .backBar:hover {
        background-position: 
            2.5% 19px;
    }
}

@media all and (min-width:400px) and (max-width:479px) {

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:92px 0 0 0;
        text-align: center;
    }
    .myTitle {
        float:left;
        font-size: 1.25rem;
        color:#000;
        margin:.5rem 0 0 0;
        padding:0;
        width:100%;
        line-height: 1.75rem;
        /*font-weight: bold;*/
    }
    .leftCol {
/*        scroll-snap-align: start;
        scroll-padding:1rem;*/
        float:left;
        width:100%;
        margin:.5rem 0 0 0;
        min-height: 300px;
        /*background-color:yellow;*/
    }
    .rightCol {
        float:left;
        clear:both;
        width:100%;
        margin:1.5rem 0 0 0;
        min-height: 300px;
        /*background-color:orange;*/
    }
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 1.5rem;
        font-size:1rem;
        color:#333;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:180px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right -56px bottom;
    }
    .newIcon {
        display:block;
        position:absolute;
        width:200px;
        height:200px;
        top:4px;
        left:-16px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 200px 200px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:28px;
        left:10%;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
        /*color:orange;*/
    }
}
@media all and (min-width:360px) and (max-width:399px) {

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:92px 0 0 0;
        text-align: center;
    }
    .myTitle {
        float:left;
        font-size: 1.25rem;
        color:#000;
        margin:0 0 0 0;
        padding:0;
        width:100%;
        line-height: 1.75rem;
    }
    .leftCol {
/*        scroll-snap-align: start;
        scroll-padding:1rem;*/
        float:left;
        width:100%;
        margin:0 0 0 0;
        min-height: 300px;
        /*background-color:yellow;*/
    }
    .rightCol {
        float:left;
        clear:both;
        width:100%;
        margin:1rem 0 0 0;
        min-height: 300px;
        /*background-color:orange;*/
    }
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 1.5rem;
        font-size:1rem;
        color:#333;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:138px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right -18px bottom;
    }
    .newIcon {
        display:block;
        position:absolute;
        width:200px;
        height:200px;
        top:4px;
        left:-20px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 200px 200px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:16px;
        left:16px;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1.5rem;
        margin:0;
        padding:0;
        /*color:orange;*/
    }
     .LP_HeroText2 {
        position:absolute;
        bottom:8px;
        left:16px;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1.5rem;
        margin:0;
        padding:0;
         /*color:yellow;*/
    }
}
@media all and (min-width:320px) and (max-width:359px) {

    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:76px 0 0 0;
        text-align: center;
    }
    .myTitle {
        float:left;
        font-size: 1.25rem;
        color:#000;
        margin:0 0 0 0;
        padding:0;
        width:100%;
        line-height: 1.75rem;
    }
    .leftCol {
/*        scroll-snap-align: start;
        scroll-padding:1rem;*/
        float:left;
        width:100%;
        margin:0 0 0 0;
        min-height: 300px;
        /*background-color:yellow;*/
    }
    .rightCol {
        float:left;
        clear:both;
        width:100%;
        margin:1rem 0 0 0;
        min-height: 300px;
        /*background-color:orange;*/
    }
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 1.5rem;
        font-size:1rem;
        color:#333;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:138px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right -44px bottom;
    }
    .newIcon {
        display:block;
        position:absolute;
        width:200px;
        height:200px;
        top:4px;
        left:-20px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 200px 200px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:absolute;
        top:18px;
        left:12px;
        color:#fff;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        margin:0;
        padding:0;
        /*color:orange;*/
    }
}

@media all and (max-width:319px) {
     
    .skillTitle {
        font-size:1rem;
        color:#fff;
        margin:76px 0 0 0;
        text-align: center;
    }
    .myTitle {
        float:left;
        font-size: 1.25rem;
        color:#000;
        margin:.75rem 0 0 0;
        padding:0;
        width:100%;
        line-height: 1.75rem;
    }
    .leftCol {
        /*scroll-snap-align: start;
        scroll-padding:1rem;*/
        float:left;
        width:100%;
        margin:0 0 0 0;
        min-height: 300px;
        /*background-color:yellow;*/
    }
    .rightCol {
        float:left;
        clear:both;
        width:100%;
        margin:0 0 0 0;
        min-height: 300px;
        /*background-color:orange;*/
    }
    .addSkills {
        float:left;
        clear:both;
        width:100%;
        list-style: none;
        margin:.0;
        line-height: 1.5rem;
        font-size:1rem;
        color:#333;
    }
    .heroHPBox {
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        width:100%;
        height:120px;
        border:none;
        margin:0;
        padding:0;
        overflow-y:hidden;
        background-image:url("../images/Kameleon1240_520.jpg");
        background-repeat: no-repeat;
        background-size:auto 100%;
        background-position: right -40px bottom;
    }
    .newIcon {
        display:block;
        position:absolute;
        width:200px;
        height:200px;
        top:4px;
        left:-20px;
        background-image:url("../images/RoyCoinShadow.gif");
        background-repeat: no-repeat;
        background-size: 200px 200px;
        background-position:left top;
        box-shadow:none;
        z-index: 1200;
        opacity:1;
        cursor: pointer;
    }
    .LP_HeroText {
        position:relative;
        top:24px;
        left:5%;
        color:#fff;
        margin:0 0 .75rem 0;
        padding:0;
        z-index: 50;
        font-size: 1rem;
        line-height: 1rem;
        /*color:orange;*/
    }
}

@media all and (min-width:361px) and (max-width:479px) {
    
    .ghost{
        display:none;
        opacity:0;
    }
    .carrier {
        float:left;
        width:99%;
        height:142px;
        margin:30px 0 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecond {
        float:left;
        width:99%;
        height:88px;
        margin:0 0 20px 0;
        /*background-color:red;*/
    }
    .carrierSecondary {
        float:left;
        width:99%;
        height:88px;
        margin:0 0 20px 0;
        /*background-color:orange;*/
    }
     .triggerBtn {
        float:left;
        margin:0;
        padding:0;
        width:100%;
        height:84px;
        border:2px solid #ccc;
        cursor: pointer;
        border-radius: 8px;
        background-image: url("../svg/forward_Btn.svg");
        background-size: 20px 20px;
        background-position: 97% center;
        background-repeat: no-repeat;
    }
    .triggerBtn:hover {
        border:2px solid #0078d4;
        background-image: url("../svg/forwardBtn_Hover.svg");
        background-size: 20px 20px;
        background-position: 98% center;
        background-repeat: no-repeat;
    }
    h1.profileContent {
        font-size:1.5rem;
        margin:0 0 .75rem 0;
        padding:0;
    }
    .profileContent {
        margin:0 7% 1.5rem 0;
        padding:0;
    }
 
	#pageTitle {
        display:none;
        position:absolute;
        font-size:.75rem;
        color:#666;
        top:52px;
        left:0;
        margin:0;
        padding:0;
        line-height: 1.5rem;
        font-weight: bold;
        width:200px;
    }
    .resumeLink {
        display:none;
		position:absolute;
		margin:0;
		line-height:32px;
		top:28px;
		right:0;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		z-index:100;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
        opacity:0;
	}
    .resumeLink:hover {
        text-decoration: underline;
        color:#0093ed;
    }
    #designerTitleTop {
        display:block;
		position:absolute;
		margin:0;
		line-height:32px;
		top:24px;
		right:0;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		z-index:100;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
	}
    #designerTitleTop:hover {
        text-decoration: underline;
    }
    .scrollerPg1 {
        width:100%;
        position:absolute;
        top:204px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .topBoxParent {
        display: block;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:76px;
        margin-left:0;
        z-index: 35;
       /*  background-color:rgba(255,255,255,0.97);*/
    }
    #MyQoute {
        position:absolute;
        z-index: 100;
        top:0;
        left:36px;
        font-size:1.3rem;
        color:#fff;
        line-height: 1.8rem;
        width:75%;
    }
    .topBox {
        display: block;
        position:absolute;
        top:0;
        left:32px;
        right:32px;
        height:76px;
        margin-left:0;
        z-index: 35;
        /*background-color:orange;*/
    }
    .MyName {
        display: block;
        position:relative;
        top:1.75rem;
        left:32px;
        margin:0;
        font-weight: normal;
        color:#333;
        font-size:1.25rem;
    }
    .trigger {
        width:98.75%;
        float:left;
        height:172px;
        cursor: pointer;
        margin: 24px 0 0 0; 
        /*background-color:#e5e5e5;*/
    }
     .colorBlock {
        float:left;
        margin:0 0 8px 0;
        padding:0;
        width:100%;
        height:120px;
        line-height: 88px;
    } 
    .colorBlock span {
        font-size: 1.5rem;
        padding:0 1.25rem;
        color:#fff;
        float:left;
        opacity:.8;
        line-height: 2.5rem;
        margin-top:1.5rem;
    }
    .date {
        float:left;
        display: block;
        margin:8px 0 0 16px;
        padding:0 0 0 16px;
        border-left:1px solid #aaa;
        line-height: 16px;

    }
    .logoBlock {
        float:left;
        margin:0 0 0 23px;
        padding:0;
        height:48px;
        line-height: 48px;
        /*background-color:orange;*/
    }
    .logoBlock img {
        float:left;
        margin:0;
        padding:0;
        /*background-color: yellow;*/
        line-height: 40px;
    }
    .tileTitle {
        font-size: 2rem;
        float:left;
        clear:both;
        margin: 12px 0 .5rem 40px;
        padding:0;
        line-height: 2rem;
        color:#fff;
        vertical-align: middle;
    }
    .scroller {
        width:100%;
        position:absolute;
        top:146px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .page2Content {
        position:absolute;
        top:0;
        left:32px;
        right:32px;
        background-color:#fff;
		-moz-box-shadow:    0 0 4px 2px rgb(80,80,80,0.12);
  		-webkit-box-shadow: 0 0 4px 2px rgb(80,80,80,0.12);
  		box-shadow:         0 0 4px 2px rgb(80,80,80,0.12);
    }
    .backBar {
        position: absolute;
        top:68px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        z-index: 300;
        background-image: url("../svg/backBtn4.svg");
        background-position: 6px 23px;
        background-size: 24px 24px;
        background-repeat: no-repeat;
    }
    .backBar p {
        font-size: 1.75rem;
        color:#000;
        position: absolute;
        line-height: 66px;
        left:32px;
        margin:0;
        padding:0;
        font-weight:bold;
    }
    .backBar p span {
        display:none;
         position:absolute;
        top:26px;
        left:0;
        font-size: 15px;
        color:#fff;
        margin:0;
        padding:0;
    }
    .backBar:hover {
        background-position: 
            2px 23px;
    }
}


@media all and (max-width:360px) {
     
    .ghost{
        display:none;
        opacity:0;
    }
    .carrier {
        float:left;
        width:99%;
        height:142px;
        margin:30px 0 20px 0;
        /*background-color:yellow;*/
    }
    .carrierSecond {
        float:left;
        width:99%;
        height:88px;
        margin:0 0 20px 0;
        /*background-color:red;*/
    }
    .carrierSecondary {
        float:left;
        width:99%;
        height:88px;
        margin:0 0 20px 0;
        /*background-color:orange;*/
    }
     .triggerBtn {
        float:left;
        margin:0;
        padding:0;
        width:100%;
        height:84px;
        border:2px solid #ccc;
        cursor: pointer;
        border-radius: 8px;
        background-image: url("../svg/forward_Btn.svg");
        background-size: 20px 20px;
        background-position: 97% center;
        background-repeat: no-repeat;
    }
    .triggerBtn:hover {
        border:2px solid #0078d4;
        background-image: url("../svg/forwardBtn_Hover.svg");
        background-size: 20px 20px;
        background-position: 98% center;
        background-repeat: no-repeat;
    }
    h1.profileContent {
        font-size:1.5rem;
        margin:0 0 .75rem 0;
        padding:0;
    }
    .profileContent {
        margin:0 7% 1.5rem 0;
        padding:0;
    }
 
	#pageTitle {
        display:none;
        position:absolute;
        font-size:.75rem;
        color:#666;
        top:52px;
        left:0;
        margin:0;
        padding:0;
        line-height: .75rem;
        font-weight: bold;
        width:100px;
        background-color: yellow;
        white-space: normal !important;
    }
    .resumeLink {
        display:none;
		position:absolute;
		margin:0;
		line-height:32px;
		top:28px;
		right:0;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		z-index:100;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
        opacity:0;
	}
    .resumeLink:hover {
        text-decoration: underline;
        color:#0093ed;
    }
    #designerTitleTop {
        display:block;
		position:absolute;
		margin:0;
		line-height:32px;
		top:23px;
		right:0;
		font-size:1rem;
        font-weight: bold;
		text-decoration:none;
		z-index:100;
		text-align:center;
		cursor:pointer;
		color:#0078d4;
	}
    #designerTitleTop:hover {
        text-decoration: underline;
    }
    .scrollerPg1 {
        width:100%;
        position:absolute;
        top:204px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .topBoxParent {
        display: block;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:76px;
        margin-left:0;
        z-index: 35;
        /*background-color:rgba(255,255,255,0.97);*/
    }
    #MyQoute {
        position:absolute;
        z-index: 100;
        top:0;
        left:24px;
        right:24px;
        font-size:1rem;
        color:#fff;
        line-height: 1.5rem;
        /*width:88%;*/
    }
    .topBox {
        display: block;
        position:absolute;
        top:0;
        left:28px;
        right:28px;
        height:76px;
        margin-left:0;
        z-index: 35;
    }
    .MyName {
        display: block;
        position:relative;
        top:1.75rem;
        left:28px;
        margin:0;
        font-weight: normal;
        color:#333;
        font-size:20px;
    }
    .trigger {
        width:98.75%;
        float:left;
        height:172px;
        cursor: pointer;
        margin: 24px 0 0 0; 
        /*background-color:#e5e5e5;*/
    }
     .colorBlock {
        float:left;
        margin:0 0 8px 0;
        padding:0;
        width:100%;
        height:120px;
        line-height: 88px;
    } 
    .colorBlock span {
        font-size: 1.5rem;
        padding:0 1.25rem;
        color:#fff;
        float:left;
        opacity:.8;
        line-height: 2.5rem;
        margin-top:1.5rem;
    }
    .date {
        float:left;
        display: block;
        margin:8px 0 0 16px;
        padding:0 0 0 16px;
        border-left:1px solid #aaa;
        line-height: 16px;

    }
    .logoBlock {
        float:left;
        margin:0 0 0 23px;
        padding:0;
        height:48px;
        line-height: 48px;
        /*background-color:orange;*/
    }
    .logoBlock img {
        float:left;
        margin:0;
        padding:0;
        /*background-color: yellow;*/
        line-height: 40px;
    }
    .tileTitle {
        font-size: 2rem;
        float:left;
        clear:both;
        margin: 12px 0 .5rem 40px;
        padding:0;
        line-height: 2rem;
        color:#fff;
        vertical-align: middle;
    }
    .scroller {
        width:100%;
        position:absolute;
        top:148px;
        left:0;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .page2Content {
        position:absolute;
         top:0;
        left:28px;
        right:28px;
        background-color:#fff;
		-moz-box-shadow:    0 0 4px 2px rgb(80,80,80,0.12);
  		-webkit-box-shadow: 0 0 4px 2px rgb(80,80,80,0.12);
  		box-shadow:         0 0 4px 2px rgb(80,80,80,0.12);
    }
    .backBar {
        position: absolute;
        top:68px;
        left:0;
        width:100%;
        height:66px;
        cursor: pointer;
        z-index: 300;
        background-image: url("../svg/backBtn4.svg");
        background-position: 6px 25px;
        background-size: 20px 20px;
        background-repeat:no-repeat;
    }
    .backBar p {
        font-size: 1.75rem;
        color:#000;
        position: absolute;
        line-height: 66px;
        left:28px; 
        margin:0;
        padding:0;
        font-weight: bold;
    }
    .backBar p span {
        display:none;
         position:absolute;
        top:26px;
        left:0;
        font-size: 15px;
        color:#fff;
        margin:0;
        padding:0;
    }
    .backBar:hover {
        background-position: 
            2px 25px;
    }
}


#tabRow {
	display: block;
	border-bottom: 1px solid #888;
}
.tab {
	display: inline-block;
	padding:.5rem 0;
	line-height: 1.2rem;
	text-align: center;
	color:#666;
	margin-right:30px;cursor: pointer;
}
.tabSelected {
	border-bottom: 3px solid #000;
	color:#000 !important;
}

#designerTitle {
    display:none;
	width:9rem;
	text-align: center;
	font-size: 1.24rem;
	font-weight: bold;
	position:absolute;
	color:#000;
	top:420px;
	left:50%;
	margin:0 0 0 -5.3rem;
	z-index: 30;
	font-style: italic;
    /*background-color:yellow;*/
}

#pauseTitle {
    display:none;
	width:400px;
	text-align: center;
	font-size: 1.24rem;
	font-weight: bold;
	position:absolute;
	color:#000;
	top:420px;
	left:50%;
	margin:0 0 0 -207px;
	z-index: 32;
	font-style: italic;
    padding-bottom:5px;
    background-color:#f0ede6;
}
#playTitle {
    display:none;
	width:400px;
	text-align: center;
	font-size: 1.24rem;
	font-weight: bold;
	position:absolute;
	color:#000;
	top:420px;
	left:50%;
	margin:0 0 0 -207px;
	z-index: 32;
	font-style: italic;
    padding-bottom:5px;
    background-color:#f0ede6;
}
#husbandTitle {
    display:none;
	width:400px;
	text-align: center;
	font-size: 1.24rem;
	font-weight: bold;
	position:absolute;
	color:#000;
	top:420px;
	left:50%;
	margin:0 0 0 -207px;
	z-index: 30;
	font-style: italic;
}
#hamburgerTitle {
    display:none;
	width:400px;
	text-align: center;
	font-size: 1.24rem;
	font-weight: bold;
	position:absolute;
	color:#000;
	top:420px;
	left:50%;
	margin:0 0 0 -207px;
	z-index: 30;
	font-style: italic;
}
#coneTitle {
    display:none;
	width:400px;
	text-align: center;
	font-size: 1.24rem;
	font-weight: bold;
	position:absolute;
	color:#000;
	top:420px;
	left:50%;
	margin:0 0 0 -207px;
	z-index: 30;
	font-style: italic;
}
#pickTitle {
    display:none;
	width:400px;
	text-align: center;
	font-size: 1.24rem;
	font-weight: bold;
	position:absolute;
	color:#000;
	top:420px;
	left:50%;
	margin:0 0 0 -207px;
	z-index: 30;
	font-style: italic;
}
#customerList {
    display:block;
    width:100%;
}
#internalList {
    display:none;
    width:100%;
}
#allList {
    display:none;
    width:100%;
}


#NDA_text {
	line-height: 30px;
	margin:7px 0 0 12px;
	padding:0 12px 0 0;
	float:left;
    border:none !important;
    color:#000;
    font-weight: bold;
}
#passwordForm {
    float:left;
    margin:7px 0 0 0;
    width:320px;
    height:30px;
    background-color:biege;
}
#PW {
    width:220px;
    height:24px;
}
input[type=text], select {
    float:left;
    font-size: .9rem;
    text-indent: .5rem;
}
input[type=submit] {
    float:left;
    height:24px !important;
    font-size: .9rem;
    /*background-color:orange;*/
}
 #NDA_ParentBox {
    width:100%;
    min-width:450px;
    float:left;
    height:44px;
    border:1px solid #888;
     background-color:#fff;
    margin: 0;
    cursor:default;
}
 #NDA_ParentBox:hover {
	border:none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#SubmitBtn {
    background-color:#999;
    cursor: default;
}
.SubmitBtnEnabled {
    background-color:#363838 !important;
    cursor: pointer !important;
}












