/* 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, 
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%;
    font: inherit;
    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.6;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
fieldset {
    float: left;
    width: 100%;
}
ul,
ol {
   padding-left: 20px;
}
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: #2a2a2a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background: #EEEDEE;
}
body a {
    color: #6b7fa2;
    text-decoration: none;
    outline: 0 none;
}
body a:hover, body a:focus {
    color: #6b7fa2;
    text-decoration: none;
    outline: 0 none;
}
body p {
    margin: 0 0 0px;
    padding: 0 10px 38px 0;
}
b,
strong {
    font-weight: bold;
}
ul.horizontal-list li {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    background: none;
}
ul.horizontal-list li.last {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    padding: 10px 0 10px 0;
    line-height: 1.4;
    color: #6b7fa2;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 45px;
}
h1.first {
    padding-top: 0;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 15px;
}
input {color: #7d7d7d;}
input,
button,
select,
textarea {
    display: block;
    width: 100%;
    height: 47px;
    padding: 6px 12px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.42857143;
    color: #7e7e7e;
    background-color: #ffffff;
    background-image: none;
    border:none;
}
input[type=submit],
input[type=button],
input[type=reset],
button,.btn-default:focus, .btn-default:active{
    border: 0;
    border-radius: 0;
    background-color: #6b7fa2;
    color:#fff;
    outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{outline: none;}
textarea {color: #7d7d7d;}
select.form-control {
    padding: 7px 8px;
    color: #7d7d7d;
    font-size: 13px;
    font-weight: normal;
}
select {
    display: block;
    width: 100%;
    padding: 7px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #7d7d7d;
    line-height: 28px !important;
    background-color: #ffffff;
    background-image: none;
}
input:focus,
select:focus,
textarea:focus {
    border-color: #66afe9;
    outline: 0;
}
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;
    clear: both;
}
input[type=checkbox] {
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
    border: 0 none;
}
input[type=text] {
    line-height: 17px;
}
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, #podcast input:hover {
    background-color: #6b7fa2;
    border: none;
    color: #fff;
}
textarea {
    height: 92px;
}
button[disabled=disabled]:hover,
input[disabled=disabled]:hover {
    background: #F5F5F5;
}
legend {
    display: none;
}
h1, .h1, h2, .h2, h3, .h3 {margin-top: 0;margin-bottom: 0;}
fieldset .radio input[type="radio"],fieldset .radio-inline input[type="radio"],fieldset .checkbox input[type="checkbox"],fieldset .checkbox-inline input[type="checkbox"]{margin-left: -17px;}
fieldset .radio label,fieldset .checkbox label {
    padding-left: 17px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
/**/
html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}
h1 {
    font-size: 34px;
    margin: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    color: #7e7e7e;
    font-size: 16px;
    margin: 0;
}
h1,
.h1 {
    font-size: 45px;
}
h2,
.h2 {
    font-size: 35px;
    padding-bottom: 20px;
}
h3,
.h3 {
    font-size: 26px;
     padding-bottom: 20px;
}
h4,
.h4 {
    font-size: 17px;
     padding-bottom: 20px;
}
h5,
.h5 {
    font-size: 16px;
}
h6,
.h6 {
    font-size: 15px;
}
.text-primary, .text-success, .text-info, .text-warning, .text-danger  {
    padding: 0;
    margin: 0;
}
legend {
    display: none;
    padding-bottom: 5px;
}
.label:empty {
    display: block;
}
::-webkit-input-placeholder {
   color: #7e7e7e;
}
:-moz-placeholder { /* Firefox 18- */
   color: #7e7e7e;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #7e7e7e;  
}
:-ms-input-placeholder {  
   color: #7e7e7e;  
}