﻿.Page_Head
{
    margin-bottom: 38px;
    padding-top: 42px;
    min-height: 147px;
    background-repeat: no-repeat;
    background-position: center top;
}
.Page_Wrap h1.page-title
{
    font-size: 24px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    margin: 0;
}
.Page_Wrap h1>span
{
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.92);
    background-color: white \9;
    padding: 17px 38px 17px 18px;
    margin: 0;
}
.Page_Wrap p
{
    padding: 17px 30px 17px 28px;
    background-color: rgba(55, 179, 217, 0.92);
    background-color: #37b3d9 \9;
    color: white;
    margin:0;
}
.Page_Column
{
    width:870px;
    margin-bottom:30px;
    min-height:20px;
}
#Page_Title_Dark>h1
{
    text-transform: capitalize;
    background-color: #394041;
    font-size: 21px;
    line-height: 48px;
    min-height: 53px;
    margin: 0;
    padding: 0 30px 0 20px;
    color: white;
}
.Side_bar
{
    width:270px;
    margin-bottom:30px;
    min-height:20px;
}

section
{
    background-color: white;
    border: 1px solid #dedede;
    padding: 28px 30px;
}

.Side_bar aside, .News_Sidebar aside
{
    border: 1px solid #dedede;
    font-family: "Roboto" , Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    padding: 20px 15px 20px 15px;
    margin-bottom:30px;
}
.Side_bar aside:last-child
{
    margin-bottom:0px;
}
.Side_bar aside .Black
{
    background-color: #394041;
    color: white;
}

.Side_bar article
{
    margin: -20px -15px 16px -15px;
    padding: 15px 16px 16px 16px;
    font-family: "Roboto" , Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    border-bottom: 1px solid #dedede;
    background-color: white;
    line-height: 20px;
    color: #394041;
    text-rendering: optimizelegibility;
}
.Side_bar article .White
{
    background-color:White;
}
.Side_bar input[type=text]
{
    width:226px;
    margin-top:10px;
    z-index:1;
    font-size: 13px;
height: 24px;
font-family: "Roboto", Helvetica, Arial, sans-serif;
box-shadow: inset 0 0 2px #e9e9e9;
border: 1px solid #cdcdcd;
color: #394041;
border-radius: 0;
background-color: white;
webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
display: inline-block;
padding: 4px 6px;
line-height: 20px;
vertical-align: middle;
-webkit-writing-mode: horizontal-tb;
}
.Side_bar .Email
{
    position:relative;
    background: url(../images/icon-mail.png) white no-repeat center 7px;
    width: 30px;
    height: 30px;
    border: none;
    margin-top:-32px;
    font-size: 0px;
    padding: 0;
    z-index:10;
    cursor:pointer;
}
.Side_bar a
{
    max-width:230px;
}
.Side_bar a>img
{
    text-align:center;
    width:240px;
}
.Side_bar a.Special>img
{
    width: 150px;
margin-left: 45px;
margin-right: 45px;
}
.Shift_To_Top125 img
{
    margin-top:-120px;
}
.Side_bar .Title 
{
    display:block;
    color:Black;
    font-weight:bold;
}

.Navigation_Footer
{
    border-top: 1px solid #dedede;
    width:100%;
    margin-top:25px;
    padding-top:25px;
    text-align:center;
}