/* Start CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End CSS Reset */
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu.eot'); /* here you go, IE */
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu.ttf') format('truetype');
}
body {
    color: #888888;
    font-size: 14px;
    line-height: 1.5em;
    background: #f7f7f7;
    padding-right: 0 !important;
    /* padding-top: 52px !important; */
}
body section {
    margin-top: 48px;
}
a {
    color: #066196;
    text-decoration: none;
    outline: 0 none;
}
a:hover {
    color: #323F55;
}
p {
    padding: 0 0 10px 0;
}
b,
strong {
    font-weight: bold;
}
ul.horizontal-list li {
    float: left;
    padding: 0 5px 0 0;
    margin: 0 10px 0 0;
    background: url('images/divider.gif') no-repeat right 7px;
}
ul.horizontal-list li.last {
    background: none !important;
}
h1, h2, h3, h4, h5, h6 {
    padding: 10px 0 10px 0;
    line-height: 1.4;
    color: #151515;
}
h1 {
    font-size: 34px;
}
h1.first {
    padding-top: 0;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 15px;
}
input,
button,
select,
textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #414141;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
}
input[type="submit"], input[type="reset"], input[type=button] {color: #414141;}
textarea {color: #7d7d7d;}
select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 7px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #7d7d7d;
    line-height: 28px !important;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 
}
input:focus,
select:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox],
button {
    width: auto;
}
input[type=radio] {
    float: left;
    margin: 3px 10px 3px 0;
    padding: 0;
    border: 0 none;
}
input[type=checkbox] {
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
    border: 0 none;
}
input[type=text] {
    line-height: 17px;
}
.loginbutton,
.loginbutton:link,
.loginbutton:hover,
.loginbutton:visited {
    display: block;
    float: left;
    color: transparent;
    height: 26px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 189px;
}
.loginbutton:hover {
    text-decoration: underline;
}
button[disabled=disabled],
input[disabled=disabled] {
    opacity: 0.6;
    cursor: default;
}
.ie7 button,
.ie8 button {
    border: 1px solid #DDDDDD;
}
input[name="access_signup"]:focus {
    border-color: #CCCCCC;
    box-shadow: none;
}
input[type=submit]:hover,
input[type=reset]:hover, button[name="recipient_save"]:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}
textarea {
    height: 113px;
}
button[disabled=disabled]:hover,
input[disabled=disabled]:hover {
    background: #F5F5F5;
}
legend {
    display: none;
}
@media (min-width:768px){
    .news_section h3{
          padding: 0 0 10px 0;
    }
}