@charset "UTF-8";
/* Giving Template 3 - Overwrite CSS Document 
-----------------------------------------------------
This CSS file will overwrite all other stylesheets
for this template.

Update this file as needed and then upload it to the
following directory in the Document Manager:
editor_documents/override

You will want to check the box:
"Overwrite if file exists"

Be sure to keep a backup of your recent version in
the event that you may need to revert back.
-----------------------------------------------------
PAGE SPECIFIC STYLING - styling can be applied to
a specific page by using the class .IMOD(PageID),
replacing "(PagID)" with the Page ID of the page
you  are targeting.
For example, the class .IMOD61 would target the
homepage.
-----------------------------------------------------
*/
/*C_1679 -- Simon - Website Form*/
.IMOD844 .header{background-color: #ffc326; /*Background color for top banner*/
    border-bottom:#FFF; /*On template 3, this is the small white stripe between the header and the yellow below*/
      box-shadow: 0px 2px 0px 0px #003d66;/*this is the colored content below the header color and border*/
    height: 85px; /*Height of header area*/
}

.IMOD844 #ContentLogo > a > img {display: none;} /*Hides the default logo*/
.IMOD844 .logo_h {background-image: url("/s/1676/images/gid2/editor/giving_form_assets/schools/simon/simon_logo_full_programs.png"); /*New UR logo*/
} 

.IMOD844 .footer {  box-shadow: 0px -2px 0px 0px #003d66;} /*This is the strip of color above the footer*/

.IMOD844 .footer {background-color: #003d66;} /*background color for footer text*/

/*With proposed new class*/
.IMOD844 .CustomLogoImage{
    background-image: url("/s/1676/images/gid2/editor/giving_form_assets/schools/simon/simon_logo_full_programs.png"); /*Image URL*/
    display: -webkit-inline-box;
    background-repeat: no-repeat;
    width: 184px; /*This is important! Change to the image properties*/
    height: 62px; /*This is important! Change to the image properties*/
    overflow: hidden;
    float: none;    
}

