* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #525252;
    font: 16px/22px 'San Francisco', Helvetica, Arial, san-serif;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

.container {
    width: 840px;
    margin: 0 auto;
    padding-inline: 15px;
    box-sizing: border-box;
}

.inner-container {
    width: 674px;
    margin: 0 auto;
}

.dir-center {
    margin: 0 auto;
}

h1 {
    font-size: 28px;
    font-weight: 600;
    color: #6199be;
    text-align: center;
}

h2, .h2 {
    font-size: 24px;
    margin: 10px auto;
    display: inline-block;
    color: #525252;
    font-weight: normal;
}

h3 {
    font-size: 22px;
    margin: 10px auto;
}

h4 {
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
}

p {
    margin: 0;
    font-size: 15px;
}

.lightText {
    font: 12px/22px Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-style: italic;
    color: #8A8A8A;
}

.bold {
    font-weight: bold;
}

sup {
    top: -0.6em;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

p sup {
    top: -0.4em;
    font-size: 12px;
}

.trsc-07 {
    -ms-transform: scale(0.9, 0.7); /* IE 9 */
    -webkit-transform: scale(0.9, 0.7); /* Safari */
    transform: scale(0.9, 0.7);
}

.trsc-06 {
    -ms-transform: scale(0.5, 0.4); /* IE 9 */
    -webkit-transform: scale(0.5, 0.4); /* Safari */
    transform: scale(0.5, 0.4);
    margin-left: -8px;
}

.trsc-03 {
    font-size: 8px;
}

.black {
    color: #000;
}

.header-image {
    margin: 16px auto 33px;
}

.m-5-5 {
    margin: -5px -5px 25px -5px;
}

.ml-6 {
    margin-left: -6px;
}

.mbt-8_15 {
    margin-top: -8px;
    margin-bottom: 15px;
}

.m-auto {
    margin: 0 auto;
}

.mt-10 {
    margin-top: 10px;
    margin-bottom: 6px;
}

.mt-20 {
    margin: 20px 0;
}

.mt-30_10 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-16 {
    margin-top: 16px;
}

.mb-27 {
    margin-bottom: 27px;
}

.mb-6 {
    margin-bottom: 6px;
}

.col-xs-8 {
    width: 60%;
}

.col-xs-4 {
    width: 40%;
}

.fl-l {
    float: left;
    margin-right: 23px;
}

.fl-r {
    float: right;
    margin-left: 23px;
    margin-right: 6px;
}

.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.posr {
    position: relative;
    top: -15px;
}

.posr {
    position: relative;
    top: -15px;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


.footer {
    color: #252525;
    font-size: 11px;
    line-height: 15px;
    padding: 15px 0;
    margin-top: 65px;
    border-top: solid 1px #adadad;
    font-family: 'Webfont-myriadpro-regular', Helvetica, Arial, san-serif;
}

.footer p {
    box-sizing: border-box;
    font-size: 11px;
    display: inline-block;
    width: 83%;
    padding-right: 15px;
    padding-left: 0;

}

.footer > a {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 14%;
    padding-right: 15px;
    padding-left: 24px;
}

.w100 {
    width: 100%;
}

.w580 {
    width: 550px;
    display: inline-block;
}

.w466 {
    width: 466px;
    display: inline-block;
}

.w450 {
    width: 450px;
    display: inline-block;
}

.w380 {
    width: 380px;
    display: inline-block;
}


.redBloc, .orangeBloc, .greenBloc {
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    margin-right: 20px;
    width: 85px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: white;
    font-weight: bold;
    position: relative;
    top: 5px;

}

.redBloc {
    background: red;
}

.orangeBloc {
    background: orange;
}

.greenBloc {
    background: green;
}

.familySearch_logo {
    width: 190px;
    height: 65px;
    margin: 0 20px 15px 0;
    display: inline-block;
    float: left;
}

.feature-list {
    margin-top: 20px;
}

.feature-list p {
    display: inline-block;
    width: 382px;
}

.feature-list img {
    float: right;
    margin-top: -22px;
}

.feature-list h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #6199be;
}

.page-link {
    text-decoration: none;
    color: #6199be;
}

.page-link:hover {
    text-decoration: underline;
    color: #6199be;
}

#privacyLine a {
    font-size: 11px;
    color: #343434;
    text-decoration: underline;
    width: auto;
}

#privacyLine a:hover {
    color: #343434;
    text-decoration: none;
}


