﻿html, body {
    background-color: #FFFFFF;
    font-family: ProximaNova,sans-serif;
    font-size: 14px;
    text-rendering: optimizelegibility;
    line-height: 18px;
    padding: 0px !important;
    margin: 0px;
    height: 100%;
}

.Page_Div{
    height: 100%
}

html .ThemeGrid_Container {
    
}

.phone .LeftPlaceHolder{
     margin-top: 0px
}

.tablet .LeftPlaceHolder{
    margin-top: 80px
}

.desktop .LeftPlaceHolder{
    margin-top: 80px
}

.phone .Page_LeftPanel{
    color:  #003161;
    width: 100%;
    padding: 65px;
}

.tablet .Page_LeftPanel{
    color:  #003161;
    height: 100%;
    padding: 35px;
}

.desktop .Page_LeftPanel{
    color:  #003161;
    height: 100%;
    padding: 65px;
}

.Page_LeftPanel .Heading1{
    color: #003161;
}

.Page_LeftPanel .Heading2{
    color: #003161;
}

.phone RrightPlaceHolder{
     margin-top: 0px
}

.tablet .RightPlaceHolder{
    margin-top: 145px
}

.desktop .RightPlaceHolder{
    margin-top: 145px
}

.phone .Page_RightPanel{
    background-color: #0D2239;
    color: white;
    width: 100%;
    padding: 65px;
    margin-left: 0px;
}

.tablet .Page_RightPanel{
    background-color: #0D2239 ;
    color: white;
    height: 100%;
    padding: 35px;
}

.desktop .Page_RightPanel{
    background-color: #0D2239;
    color: white;
    height: 100%;
    padding: 65px;
}


.Page_RightPanel a, a:link, a:visited {
    color: #ffffff;
    text-decoration: underline;
}

.Page_RightPanel .Heading2{
    color: #ffffff;
}

.Page_RightPanel .Heading3{
    color: #ffffff;
}