/* Find your cause collapsable grid component heading fix */
.collapsiblegrid .displayContainer .title h1 a {color:#ffffff;}
.collapsiblegrid .displayContainer .title h1 a:hover {color:#ffffff;border-bottom-color:#ffffff;}

/* - SPOTLIGHT STYLING ---------------- */

/* ----- COLUMN CONTROLS - */

.spotlight-right .parsys_column div.cq-colctrl-6-6-c0, 
.spotlight-left .parsys_column div.cq-colctrl-6-6-c1 {
    width: 36%;
    padding-left: 75px;
    padding-right: 0px;    
    position: relative;
    z-index: 2;
}
    
.spotlight-right .parsys_column div.cq-colctrl-6-6-c1, 
.spotlight-left .parsys_column div.cq-colctrl-6-6-c0 {
    width: 55%;
    padding-right: 0px;
    margin-bottom: 0px;    
}    

    
    
/* ----- SPOTLIGHT TEXT - */
    
.spotlight-right .title h3, 
.spotlight-left .title h3 {
    font-weight: 900;
    text-transform: uppercase;
    color: #949494;
    font-size: 12.4em;
    letter-spacing: -0.08em;
    margin-bottom: -80px;
    position: relative;
    z-index: 1;
}
    
.spotlight-left .title h3 {
    text-align: right;
}

.spotlight-right .title h3 {
    text-align: left;
}    

.spotlight-right .parsys_column .title h4,
.spotlight-left .parsys_column .title h4 {
    font-weight: 900;
    font-size: 5em;
    line-height: 0.9em;
    letter-spacing: -0.05em;
    margin-top: 17px;
}
    
.transform .title h4 {
    color: #00a69c;
}

.empower .title h4 {
    color: #2f9fd0;
}

.improve .title h4 {
    color: #e56a54;
}    
    

.spotlight-right .text p,
.spotlight-left .text p
 {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.5em;
    width: 75%;
    margin-left: 36px;
}
    
.spotlight-right .cq-colctrl-6-6-c0 .image img,
.spotlight-left .cq-colctrl-6-6-c1 .image img
 {
    display: block;
    width: 13px;
    height: auto;
    margin-top: 9px;
}    

.spotlight-right .buttoncomponent a,
.spotlight-left .buttoncomponent a
 {
    font: 16px/1.2 Sofia, Arial, sans-serif;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .07em;
}    
 

/* ----- SPOTLIGHT IMAGES - */

/* ---------- CIRCLE IMAGES - */
    
.spotlight-right .circle .image-container,
.spotlight-left .circle .image-container
 {
    position: relative;
    z-index: 0;
}  

.spotlight-left .circle .image-container {
    right: -100px;
}    
    
.spotlight-right .circle .image-container img,
.spotlight-left .circle .image-container img {
    border-radius: 50%;
    height: 470px;
    width: 470px;
}   

/* ---------- CUTOUT IMAGES - */
    
.spotlight-right .cutout .image-container img,
.spotlight-left .cutout .image-container img {
    width: 152px;
    height: auto;
}    

.empower .cutout .image-container img {
    width: 182px;
    height: auto;
}

.spotlight-right .cutout,
.spotlight-left .cutout
 {
    position: relative;
    top: 0px;
    z-index: 2;
    margin-top: -500px;
}   


/* - MOBILE ----------- */

@media screen and (max-width: 720px) {    

/* MOBILE TEXT */
.spotlight-right .title h3,
.spotlight-left .title h3 {
    font-size: 3.5em;
    letter-spacing: -0.07em;
    margin-bottom: 0px;
}
        
.spotlight-right .parsys_column .title h4, 
.spotlight-left .parsys_column .title h4 {
    font-size: 2em;
    line-height: 0;
    margin-top: 12px;
    margin-bottom: 20px;
}

.spotlight-left .title h3 {
    text-align: left;
}

.spotlight-right .text p,
.spotlight-left .text p {
    width: 100%;
    margin-left: 0px;
}        

        
/* MOBILE COL-CTRL*/
.spotlight-right .parsys_column div.cq-colctrl-6-6-c0, 
.spotlight-left .parsys_column div.cq-colctrl-6-6-c1 {
    width: 100%;
    padding-left: 0px;
}

.spotlight-right .parsys_column div.cq-colctrl-6-6-c1, 
.spotlight-left .parsys_column div.cq-colctrl-6-6-c0 {
    width: 100%;
}


/* MOBILE IMAGES */

.appendaround-container.circle {
    border-bottom: 1px dotted #666666;
    padding-bottom: 20px;
}

.spotlight-right .circle .image-container img,
.spotlight-left .circle .image-container img {
    height: auto;
    width: 100%;
}
        
.spotlight-left .circle .image-container {
    right: 0px;
}
        
.image-container-140 {
    width: 30%;
}    
        
.spotlight-right .cutout .image-container img,
.spotlight-left .cutout .image-container img {
    width: auto;
    height: 380px;
}    

.spotlight-right .cutout,
.spotlight-left .cutout {
    top: 0px;
    float: right;
    margin-top: -380px;
    display: none;
}

.image-float-right {
    float: none;
}   

.image-container-16 {
    display: none;
    }      


}


<!-- Header/Sticky CSS -->


/* NON-STICKY */

.homepage header  {
    margin-bottom: 0px;
    margin-top: 0px;
}    
    
.homepage .innerheader {
    padding-top: 146px;
}    

.homepage header .par.parsys {
    position: relative;
    top: -70px;
}

.homepage .header {
    position: relative;
    top: -76px;
    margin-bottom: -240px;
}


/* - Do we need 134px anywhere? */ 
.homepage .header .main {
    height: 92px;
} 



.homepage .topnav {
    position: relative;
    left: 0px;
    width: 880px;
    margin-top: 0px;
    top: 53px;
}
    
.homepage .breadcrumbs {
    display: none;
}    



/* STICKY */

.homepage .sticky .innerheader .par.parsys {
    position: fixed;
    z-index: 9999;
    top: 76px;
    transition: top 300ms ease;
}

.homepage .sticky .topnav {
    left: 190px;
    width: 660px;
    margin-top: 3px;
}


.homepage .header h1, .homepage .header-sitelogo {
    display: none;
}

.homepage .sticky .header-sitelogo {
        margin-top: -5px;    
        display: block;
}    

.homepage .sticky .header-sitelogo img{
     width: 150px;
}
    
.homepage .topnav-inner .main .menu span.container {
    font-size: 18px;
}

.homepage .topnav .main > ul > li {
    margin: 0 70px 0 0;
}


/* - Header Styling - */ 

.theme-blue .icon, 
.theme-blue .logo {
    z-index: 1;
}   
    
header  {
    margin-bottom: 200px;
        margin-top: -5px;
    }
    
.header .top.theme-gray {
    background: none;
    top: -40px;
}

.header .top.theme-gray:before {
    background: none;
}
    
.header .social {
    display: none;
}

.header .tasknav {
    top: 14px;
    width: 100px;
}

.header .main {
    height: 92px;
}

.header .main, .header .main:before {
    background: #ffffff;
}
    
.header-sitelogo img{
     width: 150px;
}

.header-sitelogo {
        margin-top: -5px;    
}    
    
.innerheader {
    padding-top: 5px;
}
    
.innerheader .par.parsys {
    position: fixed;
    z-index: 9000;
}


/* TOP NAV */

    .topnav,
    .sticky .topnav {
    border-bottom: none;
    position: relative;
    left: 190px;
    z-index: 7001;
    width: 660px;
    margin-top: 76px;
}

.topnav-inner .main .menu span.container,
.sticky .topnav-inner .main .menu span.container {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
}


ul.submenu.clearfix {
    box-shadow: 0px 2px 10px #999999;
}


/* - - -  HOVER - */

li.theme-lake-lasalle {
    border-bottom: 2px solid #ffffff;
}    
    
li.theme-lake-lasalle.hover {
    border-bottom: 2px solid #2f9fd0;
}


/* - - -  ACTIVE - */    
   
.topnav .main > ul > li.active-trail {
    height: 40px;
    border-bottom: 2px solid #2f9fd0;
}

.topnav .main > ul > li.active-trail > a span {
    box-shadow: none;
}
    
.topnav .main > ul > li,    
.sticky .topnav .main > ul > li {
    margin: 0 15px;
}

.topnav .main > ul > li > a {
    margin: 0 -10px;
    height: 40px;
}

.topnav .main > ul > li > a span {
    padding: 0;
    height: 40px;
}

.topnav .main > ul > li > div {
    top: 42px;
    border: none;
    width: 100%;    
}    


/*--- Kill animation ---*/

.topnav .main > ul > li.theme-lake-lasalle > a span:before, .topnav .main > ul > li.theme-lake-lasalle > a span:after {
    display: none;
}

.topnav .main > ul > li:hover > a span, .topnav .main > ul > li.hover > a span, .topnav .main > ul > li.active-trail > a span {
    line-height: 46px;
}    


/* TASK NAV */   


.tasknav .buttoncomponent a {
    min-width: 65px;
    border: 2px solid #00a69c;
    font-size: 16px;
    padding: 10px 0px;
    border-radius: 0;
    background: none;
    color: #00a69c;
    font-weight: 900;
    text-transform: uppercase;
}  
    
.tasknav .buttoncomponent a:hover {
    min-width: 65px;
    border: 2px solid #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    border-radius: 0;
    background: #00a69c;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}      

.header .tasknav .buttoncomponent.gray a {
    border-color: #00a69c;
}


/* BREADCRUMBS */

.breadcrumbs {
    margin-top: 15px;
    position: relative;
    z-index: 7000;
    transition: margin-top 300ms ease;
}

.sticky .breadcrumbs {
    margin-top: -30px;
    z-index: 6999;
    transition: margin-top 300ms ease;
}

    
/* TYPE STYLES */    
    
.title h1 {
    font: 44px/1.3 Sofia, Arial, sans-serif;
    color: #005bbb;
    font-weight: 900;
    text-transform: uppercase;
}    


/* MOBILE */

@media screen and (max-width: 720px){    

.homepage header .par.parsys {
    top: 0px
}        
        
.homepage .mobilemenu {
    display: block;
    top: 99px;
    position: relative;
    margin-bottom: 99px;
}        
        
.homepage .header,
.sticky .homepage .header {
    position: absolute;
    top: 0px;
}         

.homepage .innerheader {
    padding-top: 0px;
}        
        
.header h1,
.sticky .header h1 {
    margin: 10px 10px 16px;
    width: auto;     
}

.homepage .header h1,
.sticky .homepage .header h1 {
    display: block;
}
       
.mobile-sitelogo img {
    xwidth: 80%; 
    height: 30px;
    padding: 10px 10px 5px;
}
        
header {
    margin-bottom: 0px;
    margin-top: 0px;
}

.homepage .innerheader .par.parsys, 
.homepage .sticky .innerheader .par.parsys,
.innerheader .par.parsys,
.sticky .innerheader .par.parsys  {
    width: 100%;
    position: relative;
}

body .mobilemenu .menu .menu-inner {
    background: #fff;
}    

.mobile-sitelogo {
    background: #fff;
}

        
}    

<!-- END STICKY/HEADER STYLING -->