﻿body
{
    background-color: #242A2E;
    align-content: center;
    margin: 0px;
    font-family: "FS Albert Web Regular", Calibri, Tahoma, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #313131;
  }

/* --- START HEADER --- */

.HeaderDiv
{
    width: 100%;
    background-color: #1C2124;
    align-content: center;
}

.HeaderContentDiv
{
    min-width: 590px;
    height: 20px;
    margin: auto;
}

.HeaderSpacerDiv
{
    height: 10px;
}

/* --- END HEADER --- */


/* --- START CONTENT --- */

.ContentDiv
{
    min-width: 600px;
    margin: auto;
    /* margin bottom is the height of the footer (required by the position fixed of it) */
    margin-bottom: 80px;
	background-color: #242A2E;
}


.ContentTopSpacerDiv:first-child
{
display: none
}

.ContentTopSpacerDiv:last-child
{
display: none
}

.ContentTopSpacerDiv
{
margin: 0px 25% 0px 25%;
padding: 0 0;
background-color: #1C2124;
background-image: url('https://www.rcplondon.ac.uk/sites/all/themes/bootstrap_rcp_london/logo.png');
background-position: 17% 100%;
background-repeat: no-repeat;
max-height: 52px;
min-height: 52px;
}

.ContentDiv img#imgLogo
{
display:none;
}

.ContentTitle
{ 
    font-size: 40px;
    background-image: url('https://www.rcplondon.ac.uk/sites/all/themes/bootstrap_rcp_london/images/search-backgrounds/search-bg--global.jpg');
    color: #53a0d7;
    font-weight: normal;
    line-height: .9;
    padding: 40px 0px 40px 15%;
   
}

.ContentSubTitle
{    
    font-size: 32px;
    color: #53a0d7;
    margin: 40px 0 30px 15%;
}

.ContentMainDiv
{
    background-color: #1C2124;
    margin: 0% 25% 10% 25%;
    /* padding: 0 15% 15% 15%; */
    padding:0;
}

.ContentTitleText
{
    font-size: 17px;
    color: #fff;
    margin: 0 15% 0 15%;
    font-weight: normal;
}

p.ContentBodyText
{    
     font-size: 16px;
     margin: 0 15% 0 15%;
     color: #fff;
}

.ContentBodyText
{    
     font-size: 16px;
     margin: 0 15% 0 15%;
     color: #fff;
}


.ContentBodyTextBold
{ 
    font-size: 24px;
    color: #fff;      
    margin: 40px 15% 0 15%;
    display: block;
}

.ContentBodyTextItalicSmall
{
    font-size: 9px;
    color: #fff;
    margin: 0 15% 0 15%;
    text-align: left;
    font-style: italic;
}


p#cntMain_subscriberName.ContentTitleText 
{
     font-size:24px;
     margin: 0 15% 0 15%;
}


p#cntMain_unsubscribeText1.ContentBodyText 
{
      margin: 0 0 30px 15%;
}

/* --- END CONTENT --- */


/* --- START FOOTER --- */

.FooterDiv
{
    /*display: none;*/
    width: 100%;
    height: 80px;
    background-color: #3D434B;
    align-content: center;
    position: fixed;
    bottom: 0px;
}

.FooterContentDiv
{
    width: 600px;
    min-height: 20px;
    margin: auto;
}

.FooterSpacerDiv
{
    height: 30px;
}

/* --- END FOOTER --- */
