﻿#side-navigation           { padding-top: 35px; }

#content                  { width: 481px; float: left; margin: 30px 35px; min-height: 800px; margin-bottom: 0px; padding-bottom: 35px;}

* html #content            { height: 800px; }

.edit-mode #components .freeform       { height: 500px; margin-bottom: 120px; position: relative !important; }


#components               { width: 258px; float: right; background-color: #dce0e9; position: relative; }

#components div.freeform::after {
	content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0px;
  left: 22px;
  border-top: 14px solid #dce0e9;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.edit-mode #components      { position: relative !important; }

div.relatedlinks ul           { padding: 14px 52px; padding-right: 35px; } 

.RelatedLinks2_plcSideContent1, .RelatedLinks3_plcSideContent1
                         { background: none !important; color: #000000;  }
.RelatedLinks1_plcSideContent1 h2
                         { background-position:22px bottom !important; }
.RelatedLinks2_plcSideContent1 ul li:before, .RelatedLinks3_plcSideContent1 ul li:before
                         { color: #5487d3 !important; }
.RelatedLinks2_plcSideContent1 a, .RelatedLinks3_plcSideContent1 a
                         { color: #000000 !important; }
.RelatedLinks2_plcSideContent1 a:hover, .RelatedLinks3_plcSideContent1 a:hover
                         { color: #5487d3 !important; }
                         
#components div.freeform {
	/*position: absolute;*/
	bottom: 0;
	width: 188px;
	background-color: #015294;
	padding: 20px 35px 20px 35px;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
}
#components div.freeform-content
{
    color: #fff;
}
#components div.freeform h2 {
	margin: 0;
	color: #96C8FF;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
}
#components div.freeform p {
	margin: 0;
	font-size: 12px;
}
#components div.freeform a {
	color: #fff;
	text-decoration: none;
}

#components div.relatedlinks a {
	padding-left: 5px;
}

@media (max-width: 600px)
{
    #content
    {
        width: 100%;
        margin: 0;
        padding-left: 14px;
        padding-right: 19px;
        padding-bottom: 0;
        min-height: 0;
    }    

    #side-navigation
    {
        display: inline-block;
        margin-top: 0;
    }    

    .RelatedLinks2_plcSideContent1 h2, .RelatedLinks3_plcSideContent1 h2
    {
        background-image: none !important;
        backg
    }

    .RelatedLinks2_plcSideContent1, .RelatedLinks3_plcSideContent1
    {
        background-color: #e2e7ef !important;
    }

    .RelatedLinks2_plcSideContent1 a, .RelatedLinks3_plcSideContent1 a
    {
        color: #005295 !important;
    }

    .RelatedLinks2_plcSideContent1 a:hover, .RelatedLinks3_plcSideContent1 a:hover
    {
        color: #2b90ff !important;
    }
}           