
.grecaptcha-badge {
    visibility: hidden;
}

.searchbar {
    display: flex;
    transition: all .15s ease-in-out;
    max-width: 878px;
    margin: 0 auto;
    margin-bottom: 67px;
}
.lp-headline-available .searchbar,
.lp-headline-registered .searchbar,
.lp-headline-reserved .searchbar {
    margin-bottom: 32px;
}

@media(max-width:1200px) {
    .searchbar {
        margin-bottom: 30px;
    }
}

.searchbar .search_input:focus {
    color: #525349;
}

.searchbar .search_input {
    position: relative;
    border-radius: 12px 0 0 12px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #C3C2BE;
    color: #525349;
    min-height: 72px;
    font-size: 22px;
    padding-left: 62px;
}

@media(max-width:660px) {
    .searchbar .search_input {
        border-radius: 12px 0 0 12px;
        margin: 0;
        background: #FFFFFF;
        border: 1px solid #C3C2BE;
        min-height: 48px;
        font-size: 12px;
        padding-left: 15px;
    }
}

.searchbar .fa-sm::before {
    content: "Search";
    color: #525349;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
}

@media(max-width:660px) {
    .searchbar .fa-sm::before {
        font-family: "Font Awesome 5 Free";
        content: '\f002';
    }
}

.searchbar .fa-lg {
    position: absolute;
    padding: 27px 23px;
    color: #C3C2BE;
    font-size: 23px;
}

@media(max-width:660px) {
    .searchbar .fa-lg {
        display: none;
    }
}

.searchbar .search_input:hover {
    border-radius: 12px 0 0 12px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #C3C2BE;
}

.searchbar .search_input::placeholder {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    color: #525349;
}

@media(max-width:660px) {
    .searchbar .search_input::placeholder {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        color: black;
    }
}

.searchbar .search_input:placeholder-shown {
    font-size: 22px;
}

@media(max-width:660px) {
    .searchbar .search_input:placeholder-shown {
        font-size: 12px;
    }
}
.searchbar button:hover {
    color: white;
    background-color: #588998;
    transition: all .15s ease-in;
}
.searchbar button:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: #95D5CA;
}

.searchbar button:hover .fa-sm::before {
    color: white;
    transition: all .15s ease-in;
}

.searchbar button {
    display: flex;
    align-items: center;
    background-color: #95D5CA;
    border-radius: 0 12px 12px 0;
    text-align: center;
    font-size: 24px;
    min-width: 150px;
    justify-content: center;
    border: none;
    box-shadow: none;
}

@media(max-width:660px) {
    .searchbar button {
        display: flex;
        align-items: center;
        border-radius: 0 12px 12px 0;
        text-align: center;
        font-size: 24px;
        min-width: unset;
    }
}

/* styles for the home sold domains header ticker */

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-60%, 0, 0);
    }
}
body:not(.homepage) .ticker-wrap {
    display: none;
}
.ticker-wrap {
    width: 100%;
    overflow: hidden;
    height: 92px;
    background-color: #525349;
    box-sizing: content-box;
}
@media(max-width:660px) {
    .ticker-wrap {
        height: 32px;
    }
}
.ticker-wrap .ticker-recently-sold {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    color: white;
    width: 170px;
    height: 91px;
    z-index: 2;
    background-color: #525349;
}
@media(max-width:660px){
    .ticker-wrap .ticker-recently-sold {
        font-size: 8px;
        line-height: 9px;
        width: 62px;
        height: 31px;
    }
}
.ticker-wrap .ticker-recently-sold::before {
    content: "";
    background: white;
    position: absolute;
    right: 1px;
    height: 30%;
    width: 1px;
}
.ticker-wrap .ticker {
    display: inline-block;
    height: 92px;
    line-height: 92px;
    white-space: nowrap;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 70s;
}
.ticker-wrap .ticker:hover {
    animation-play-state: paused;
}
@media(max-width:660px) {
    .ticker-wrap .ticker {
        height: 32px;
        line-height: 28px;
    }
}
.ticker-wrap .ticker .fa-circle {
    color: #C3C2BE;
    font-size: 12px;
}
@media(max-width:660px) {
    .ticker-wrap .ticker .fa-circle {
        font-size: 5px;
    }
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 18px;
    color: white;
}
@media(max-width:660px) {
    .ticker-wrap .ticker__item {
        font-size: 10px;
    }
}

.homepage .lookup-default-title,
.homepage h2.lookup-default-title {
    color: white;
}
.lookup-default-title,
h1.lookup-default-title,
h2.lookup-default-title {
    font-size: 56px;
    font-weight: 900;
    color: #525349;
    line-height: 66px;
    text-align: center;
    margin-bottom: 18px;
}
h2.lookup-default-title {
	font-size: 40px;
	font-weight: bold;
	line-height: 47px;
	margin-bottom: 70px;
}
@media(max-width:950px) {
	.lookup-default-title,
    h1.lookup-default-title {
        font-size: 36px;
    }
    h2.lookup-default-title {
        font-size: 30px;
    }
}
@media(max-width:660px) {
	.lookup-default-title,
    h1.lookup-default-title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 18px;
    }
    h2.lookup-default-title {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 18px;
    }
}

/* domain signpost styles  */
.domain-investors-signposts {
    margin: 133px 60px 90px;
}
@media(max-width:660px) {
    .domain-investors-signposts {
        margin: 25px 16px 56px;
    }
}

.domain-investors-signposts .card-wrapper {
    margin: 28px 0;
}
.domain-investors-signposts .card-wrapper a {
    outline: none;
    text-decoration: none;
}

.domain-investors-signposts .card {
    border-radius: 20px;
    height: 100%;
    background-color: #95D5CA;
    border: 0px;
}
.domain-investors-signposts .sold-prem .card {
    background-color: rgba(88,137,152, 0.5);
}


.domain-investors-signposts .card .card-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 45px 32px;
}
@media(min-width:1424px) {
    .domain-investors-signposts .card .card-body {
        padding: 0 65px 58px;
    }
}
@media(min-width:1500px) {
    .domain-investors-signposts .card .card-body {
        padding: 0 75px 58px;
    }
}
.domain-investors-signposts .card .card-body:hover a {
    text-decoration: none;
}

.domain-investors-signposts .card .card-img-top {
    margin-top: 48px;
    margin-bottom: 34px;
    max-height: 64px;
    width: auto;
}

@media(max-width:660px) {
    .domain-investors-signposts .card .card-img-top {
        margin-top: 30px;
        margin-bottom: 16px;
        max-height: 48px;
        width: auto;
    }
}

.domain-investors-signposts .card .card-title {
    font-size: 1.44em;
	margin-bottom: 24px;
	line-height: 30px;
}
@media(max-width:660px) {
    .domain-investors-signposts .card .card-title {
        font-size: 1.25em;
    }
}

.domain-investors-signposts .card .card-text {
	font-size: 1em;
	margin: 0;
	margin-bottom: 40px;
	color: #4a4a4a;
	line-height: 21px;
}
@media(max-width:660px) {
    .domain-investors-signposts .card .card-text {
        font-size: 0.88em;
    }
}

.domain-investors-signposts .card .btn {
    min-width: 125px;
    max-height: 45px;
    font-size: 1.125em;
    background-color: #525349;
    color: white;
    margin: 0 auto;
    border-radius: 6px;
    border: none;
    background-color: #EE6221;
}
@media(max-width:660px) {
    .domain-investors-signposts .card .btn {
        font-size: 1em;
        margin-bottom: 32px;
    }
}
.domain-investors-signposts .card .btn:hover {
    background-color: #525349;
}

.domain-investors-signposts .card .btn:focus {
    box-shadow: none;
}

/* Site of the week view styles */
.site-of-the-week {
    margin: 0 170px;
    margin-bottom: 64px;
    text-align: center;
}
@media(max-width:660px){
    .site-of-the-week {
        margin: 0 16px;
        margin-bottom: 23px;
    }
}

.site-of-the-week .sotw-title {
    font-size: 3em;
    font-weight: bold;
    line-height: 56px;
    padding-bottom: 24px;
    display: inline-block;
    position: relative;
    margin-bottom: 32px;
    color: #525349 ;
}
@media(max-width:660px) {
    .site-of-the-week .sotw-title {
        font-size: 1.25em;
        margin-bottom: 32px;
        line-height: 23px;
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

.site-of-the-week .sotw-title::before {
    content: "";
    position: absolute;
    width: 21.5%;
    height: 1px;
    bottom: 0;
    left: 39%;
    border-bottom: 1px solid #C3C2BE;
}

.site-of-the-week .sotw-sub-title {
    font-size: 1.5em;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 33px;
}
@media(max-width:660px) {
    .site-of-the-week .sotw-sub-title {
        font-size: 1em;
        margin-bottom: 16px;
        line-height: 19px;
    }
}

.site-of-the-week .sotw-domain {
    font-size: 2em;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    color: #EE6221;
    margin-bottom: 40px;
}
@media(max-width:660px) {
    .site-of-the-week .sotw-domain {
        font-size: 1em;
        margin-bottom: 16px;
        line-height: 19px;
    }
}

.site-of-the-week .sotw-image-wrapper {
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 32px;
    box-shadow: 0px 3.55477px 2.48764px rgba(0, 0, 0, 0.2);
}
@media(max-width:660px) {
    .site-of-the-week .sotw-image-wrapper {
        padding: 10px;
        margin: 0;
    }
}
.site-of-the-week .sotw-image-wrapper a {
    width: 100%;
}

.site-of-the-week .sotw-image-wrapper .sotw-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 647px;
    background-position: top;
}
@media(max-width: 860px) {
    .site-of-the-week .sotw-image-wrapper .sotw-image {
        min-height: 200px;
    }
}

/* homepage featured site view styles */
.featured-sites-wrapper {
    margin: 0 56.5px 100px;
    text-align: center;
}
@media(max-width:660px) {
    .featured-sites-wrapper {
        margin: 0 16px 50px;
    }
}

.featured-sites-wrapper .row {
    justify-content: center;
}

.featured-sites-wrapper .all-featured {
    margin-top: 55px;
    font-style: normal;
    font-weight: bold;
    font-size: 1.125em;
    line-height: 19px;
    background-color: #EE6221;
    border-radius: 10px;
    min-width: 192px;
    padding: 24px 43px;
    color: white;
}
.featured-sites-wrapper .all-featured:hover {
    background-color: #525349;
    color: white;
}

@media(max-width:660px){
    .featured-sites-wrapper .all-featured {
        margin-top: 40px;
        font-style: normal;
        font-weight: bold;
        font-size: 1em;
        line-height: 19px;
        border-radius: 10px;
        min-width: 192px;
        padding: 10px 32px;
    }
}

.featured-sites-wrapper .card-wrapper {
    background-color: white;
    padding: 15px;
    margin: 12px;
    box-shadow: 0px 5.70384px 5.92615px rgba(0, 0, 0, 0.2);
}

@media(max-width:660px) {
    .featured-sites-wrapper .card-wrapper {
        padding: 6px;
        margin: 7px auto;
    }
}

.featured-sites-wrapper .card-wrapper .featured-image#bg-image.lazy {
   background-image: none;
   background-color: #F1F1FA;
}
.featured-sites-wrapper .card-wrapper .featured-image#bg-image {
   background-image: initial;
}

.featured-sites-wrapper .card-wrapper .featured-image {
    background-size: cover;
    background-position: top;
    min-height: 90px;
}
.featured-sites-wrapper .card-wrapper .card a:focus {
    outline: none !important;
}
@media(min-width:800px) {
    .featured-sites-wrapper .card-wrapper .featured-image {
        min-height: 200px;
    }
}
@media(min-width:1140px) {
    .featured-sites-wrapper .card-wrapper .featured-image {
        min-height: 300px;
    }
}
@media(min-width:2000px) {
    .featured-sites-wrapper .card-wrapper .featured-image {
        min-height: 500px;
    }
}

.featured-sites-wrapper .feat-img {
    display: none;
}
.featured-sites-wrapper .feat-img.show_featured_card {
	display: block;
}
.search-result-registrars .card {
    display: none;
}
.lp-headline-registrar .search-result-registrars .card {
    display: block;
}
.featured-sites-wrapper .lazyDiv {
    opacity: 0;
    transition: opacity 1s;
}
.search-result-registrars .lazyDiv {
    opacity: 0;
    transition: opacity 1s;
}


/* lookup reserved view styles */
.lp-headline-registered {
    background-color: white;
    margin-top: 208px !important;
}

.lp-headline-registered .domain-unavailable-baloon {
    position: relative;
	background: rgb(235,87,87, 0.8);
    border-radius: .4em;
    max-width: 878px;
    margin: 0 auto 60px;
}
@media(max-width:660px) {
   .lp-headline-registered .domain-unavailable-baloon {
       margin-bottom: 32px;
   }
}
.lp-headline-registered .domain-unavailable-baloon::after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: rgb(235,87,87, 0.8);
	border-bottom: 0;
	margin-left: -12px;
    margin-bottom: -12px;
}

.lp-headline-registered .domain-unavailable-baloon .domain-searched-name {
    color: white;
    font-weight: 500;
    font-size: 1.33em;
    line-height: 28px;
    text-align: center;
    padding: 30px;
}
@media(max-width:660px){
    .lp-headline-registered .domain-unavailable-baloon .domain-searched-name {
        font-size: .8em;
        padding: 11px;
    }
}

.domain-unavailable-check-out {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 21px;
    text-align: center;
    color: #525349;
    margin-bottom: 100px;
}
@media(max-width:660px) {
    .domain-unavailable-check-out {
        margin-bottom: 33px;
    }
}

/* table styles */
.lp-headline-registered .dataTables_wrapper {
    background-color: white;
    padding: 0 55px !important;
}
@media(max-width:660px) {
    .lp-headline-registered .dataTables_wrapper {
        padding: 0 16px !important;
    }
}
.lp-headline-registered table.dataTable thead th {
  border-bottom: none !important;
}

.lp-headline-premium table.dataTable thead th {
  border-bottom: none !important;
  padding: 24px;
  white-space: nowrap;
}

.lp-headline-registered table.dataTable.no-footer {
  border-bottom: none !important;
}

.lp-headline-registered .card-table {
  width : 100% !important;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.lp-headline-registered .card-table thead {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    display: none;
}
.lp-headline-registered .card-table thead    tr {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lp-headline-registered .card-table thead    th {
    width : auto !important;
    border: none !important;
}

.lp-headline-registered .card-table tbody {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 0 87px 0;
}
@media(max-width:660px) {
    .lp-headline-registered .card-table tbody {
        padding-bottom: 40px;
    }
}

.lp-headline-registered .card-table tbody tr {
    display: inline-block;
    position: relative;
    flex: 0 1 calc(100%);
    border: 1px solid #f2f2f2;
    background-color: white;
}
@media(min-width: 768px) {
    .lp-headline-registered .card-table tbody tr {
        flex: 0 1 calc(50%);
    }
}
@media(min-width: 992px) {
    .lp-headline-registered .card-table tbody tr {
        flex: 0 1 calc(33.33%);
    }
}

.lp-headline-registered .card-table tbody tr td {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 30px !important;
}
@media(max-width: 660px) {
    .lp-headline-registered .card-table tbody tr td {
        padding: 20px 0 !important;
    }
}

.lp-headline-registered .card-table tbody tr td.premium {
    position: absolute;
    background-color : #666;
    color: #fff;
    top :0;
    right: 0;
}

.lp-headline-registered .card-table tbody tr td a {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 21px;
    color: #000000;
}

.lp-headline-registered .card-table tbody tr td a .fa-chevron-right::before {
    color: #FD5A1F;
}
.lp-headline-registered .card-table tbody tr td a .fa-chevron-right {
    padding-left: 9px;
}

.lp-headline-registered .card-table tbody tr td a .fa-gem {
    padding-right: 11px;
}
.lp-headline-registered .card-table tbody tr td a .fa-gem::before {
    color: #588998;
}

.lp-headline-registered .dataTables_paginate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.dataTables_wrapper .dataTables_paginate span {
	display: flex;
}
.lp-headline-registered .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button {
    background-color: white !important;
    color: #EE6221 !important;
    font-weight: bold;
    font-size: 0.77em;
    width: 72px;
    height: 51px;
    display: table-cell !important;
    vertical-align: middle;
    padding: 1em 1em !important;
    border: 1px solid #C3C2BE !important;
    margin: 0 !important;
}
.lp-headline-registered .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled {
    background-color: white !important;
    color: #EE6221 !important;
    border: 1px solid #C3C2BE !important;
}
.lp-headline-registered .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.current {
    color: white !important;
    background: #EE6221 !important;
    border: none;
}
.lp-headline-registered .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    background: #EE6221 !important;
    border: 1px solid #C3C2BE !important;
}
.lp-headline-registered .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: #EE6221 !important;
    border: 1px solid #C3C2BE !important;
}
.lp-headline-registered .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled:hover {
    color: white !important;
    background: #EE6221 !important;
    border: 1px solid #C3C2BE !important;
}

/* domain searched details styles section  */
.domain-searched-details {
    padding: 0  170px 90px;
    background-color: white;
}
@media(max-width:660px) {
    .domain-searched-details {
        padding: 0  15px 60px;
    }
}
.domain-searched-details .domain-searched-website-details {
    font-size: 3.1666666666666665em;
    font-style: normal;
    font-weight: bold;
    line-height: 56px;
    text-align: center;
    margin-bottom: 64px;
    color: #525349;
}
@media(max-width:660px) {
    .domain-searched-details .domain-searched-website-details {
        font-size: 1em;
        margin-bottom: 32px;
    }
}
.domain-searched-details #screenshot_container {
    text-align: center;
    margin-bottom: 85px;
}
@media(max-width:660px) {
    .domain-searched-details #screenshot_container {
        margin-bottom: 32px;
    }
}
.domain-searched-details #screenshot_container img {
    background-color: white;
    padding: 32px;
    width: 90% !important;
    object-fit: cover;
    object-position: top;
    max-height: 900px;
}
@media(max-width:660px) {
    .domain-searched-details #screenshot_container img {
        padding: 10px;
        width: 100% !important;
        max-height: 600px;
    }
}

/* domain who is styles */
.domain-data-wrap {
    margin-bottom: 60px;
}
@media(max-width:660px){
    .domain-data-wrap {
        margin-bottom: 40px;
    }
}

.domain-data-wrap .domain-data-value {
    margin-bottom: 48px;
    display: flex;
}
@media(max-width:660px) {
    .domain-data-wrap .domain-data-value {
        display: block;
        margin-bottom: 24px;
    }
}

.domain-data-wrap .domain-data-value .data-title {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 32px;
}
@media (max-width:660px) {
    .domain-data-wrap .domain-data-value .data-title {
        margin-bottom: 12px;
    }
}
.domain-data-wrap .domain-data-value-second .data-title {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 32px;
    margin: 0 auto;
    margin-bottom: 16px;
}

@media (min-width:660px) {
    .domain-data-wrap .domain-data-value-second .data-title {
        margin-bottom: 32px;
    }
}

.domain-data-wrap .domain-data-value-second .data-status-wrapper {
    margin: 0 auto;
}

.domain-data-wrap .domain-data-value-second .data-status {
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid black;
    text-align: left;
    line-height: 1.5rem;
    padding: .875rem 1.5rem;
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.domain-data-wrap .domain-data-value-second .data-status .fa-exclamation-circle {
    float: right;
    vertical-align: middle;
    background-color: black;
    border-radius: 50%;
    color: #EDEDEB;
    border: 1px solid black;
}

.domain-data-wrap .domain-data-value-second .data-status-more {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 19px;
    margin: 0 auto;
}

.domain-data-wrap .domain-data-value-second .data-status-url {
    display: flex;
    margin: 0 auto;
}

.domain-data-wrap .domain-data-value .data-reg-wrapper .data-reg {
    font-style: normal;
    font-weight: normal;
    font-size: 1.44em;
    line-height: 32px;
    color: #525349;
}
@media(max-width:660px){
    .domain-data-wrap .domain-data-value .data-reg-wrapper .data-reg {
        font-size: 1.33em;
    }
}

.domain-data-wrap .domain-data-value .data-reg-wrapper .data-difference {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 32px;
    color: #525349;
}

.whois-information {
    text-align: center;
}
.whois-information .whois-button {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 27px;
    border: 1px solid #525349;
    border-radius: 20px;
    width: 70%;
    min-height: 75px;
    box-shadow: none;
    color: #525349;
}
@media (max-width:660px) {
    .whois-information .whois-button {
        font-style: normal;
        font-weight: bold;
        font-size: 0.77em;
        line-height: 27px;
        min-height: 56px;
        width: 100%;
    }
}
.whois-information .whois-button .fa-angle-down {
    color: #EE6221;
    padding-left: 14px;
}
.whois-information .whois-area {
    text-align: center;
}
.whois-information .whois-area .data-raw{
    text-align: left;
    background-color: white;
    border: none;
}

/* premium domain list styles  */
.lp-headline-premium {
    background-color: white;
}
.premium-content-info .premium-title {
    padding: 140px 0 47px;
    margin: 0;
    font-weight: bold;
}
@media(max-width:660px) {
    .premium-content-info .premium-title {
        padding: 36px 0 24px;
    }
}
.premium-content-info .premium-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 29px;
    text-align: center;
    color: #525349;
    margin-bottom: 40px;
}
@media(max-width:660px) {
    .lp-headline-premium .premium-content-info .premium-subtitle {
        display: none;
    }
}
.lp-headline-premium .premium-content-info .filter-bar {
    margin-bottom: 85px;
}
@media(max-width:660px) {
    .lp-headline-premium .premium-content-info .filter-bar {
        margin-bottom: 33px;
    }
}

.lp-headline-premium .premium-content-info .searchbar .search_filter:focus {
    color: black;
}

.lp-headline-premium .premium-content-info .searchbar .search_filter {
    position: relative;
    border-radius: 12px 0 0 12px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #C3C2BE;
    color: black;
    min-height: 72px;
    font-size: 22px;
    padding-left: 62px;
    width: 100%;
}
.lp-headline-premium .premium-content-info .searchbar .search_filter:focus {
    outline: none;
}

@media(max-width:660px) {
    .lp-headline-premium .premium-content-info .searchbar .search_filter {
        border-radius: 12px 0 0 12px;
        margin: 0;
        background: #FFFFFF;
        border: 1px solid #C3C2BE;
        min-height: 48px;
        font-size: 12px;
        padding-left: 15px;
    }
}

.lp-headline-premium .premium-content-info .searchbar .fa-lg {
    position: absolute;
    padding: 27px 23px;
    color: #C3C2BE;
    font-size: 23px;
    z-index: 2;
}

@media(max-width:660px) {
    .lp-headline-premium .premium-content-info .searchbar .fa-lg {
        display: none;
    }
}

/* premium table styles  */
.lp-headline-premium .premium-table-wrapper {
    padding: 0 55px !important;
}
@media (max-width: 660px) {
    .lp-headline-premium .premium-table-wrapper {
        padding: 0 16px !important;
    }
}
.lp-headline-premium .premium-table-wrapper .legend-buttons-wrapper {
    display: flex;
    justify-content: space-between;
}
.lp-headline-premium .premium-table-wrapper .legend-buttons-wrapper .legend {
    font-style: normal;
    font-weight: normal;
    font-size: .8em;
    line-height: 26px;
    color: #525349;
}
@media (max-width: 660px) {
    .lp-headline-premium .premium-table-wrapper .legend-buttons-wrapper .legend {
        display: none;
    }
}
.lp-headline-premium .premium-table-wrapper .legend-buttons-wrapper .download-buttons {
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #C3C2BE;
}
.lp-headline-premium .premium-table-wrapper .legend-buttons-wrapper .download-buttons .dt-buttons .buttons-csv {
    padding: 0;
    margin: 0;
    border: none;
    background-color: white;
}
.lp-headline-premium .premium-table-wrapper .legend-buttons-wrapper .download-buttons .dt-buttons .buttons-csv span {
    display: none;
}
.lp-headline-premium .premium-table-wrapper .legend-buttons-wrapper .download-buttons .dt-buttons .buttons-csv .csv {
    background-color: white;
}

.lp-headline-premium .premium-table-wrapper .table-premium {
    margin-bottom: 33px;
}
.lp-headline-premium .premium-table-wrapper .table-premium thead {
    background-color: #525349;
    color: white;
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .reset_column .reset_table {
    color: #FD5A1F;
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .reset_table {
    color: #FD5A1F;
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
}
@media(max-width:660px){
    .lp-headline-premium .premium-table-wrapper .table-premium thead .reset_column .reset_table {
        display: none;
    }
}
@media(max-width:660px){
    .lp-headline-premium .premium-table-wrapper .table-premium thead .reset_table {
        display: none;
    }
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .reset_column .reset_table:focus {
	box-shadow: none;
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .reset_table:focus {
	box-shadow: none;
}

.lp-headline-premium .premium-table-wrapper .table-premium thead .reset_column.sorting::after {
	content: '';
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .reset_column.sorting_asc::after {
	content: '';
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .reset_column.sorting_desc::after {
	content: '';
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .sorting {
    background-image: none;
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .sorting_desc {
    background-image: none;
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .sorting_asc {
    background-image: none;
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .sorting::after {
    font-family: "Font Awesome 5 Free";
    content: '\f078  \00a0  \f077';
    padding-left: 1em;
    color: #EE6221;
    white-space: nowrap;
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .sorting_desc::after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    padding-left: 1em;
    color: #EE6221;
}
.lp-headline-premium .premium-table-wrapper .table-premium thead .sorting_asc::after {
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    padding-left: 1em;
    color: #EE6221;
}
.lp-headline-premium .premium-table-wrapper .table-premium tbody tr {
    outline: thin solid #C3C2BE;
    font-size: 1em;
}
.lp-headline-premium .premium-table-wrapper .table-premium tbody td {
    padding: 13px 10px 13px;
    font-weight: 500;
}
@media(max-width:660px) {
    .lp-headline-premium .premium-table-wrapper .table-premium thead tr th {
        padding: 17px;
    }
}
.lp-headline-premium .premium-table-wrapper .table-premium tbody td .fa-chevron-right {
    color: #FD5A1F;
}
.lp-headline-premium .premium-table-wrapper .table-premium tbody tr .register-button {
    background-color: #95D5CA;
    color: #525349;
    font-size: 0.87em;
    font-weight: bold !important;
    padding: 12px 32px;
    border-radius: 6px;
}
.lp-headline-premium .premium-table-wrapper .table-premium tbody tr .register-button:hover {
    background-color: #588998;
    color: white;
}
.lp-headline-premium .premium-table-wrapper .TandC {
    color: #525349;
    margin-bottom: 56px;
}
@media(max-width:660px) {
    .lp-headline-premium .premium-table-wrapper .TandC {
        display: none;
    }
}
/* pagination premium */
.lp-headline-premium .dataTables_paginate {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 97px;
}
@media(max-width:660px) {
    .lp-headline-premium .dataTables_paginate {
        margin-bottom: 64px;
    }
}
.lp-headline-premium .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button {
    background-color: white !important;
    color: #EE6221 !important;
    font-weight: bold;
    font-size: 0.77em;
    width: 72px;
    height: 51px;
    display: table-cell !important;
    vertical-align: middle;
    padding: 1em 1em !important;
    border: 1px solid #C3C2BE !important;
    margin: 0 !important;
}
@media(max-width:660px) {
	.lp-headline-premium .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button {
		padding: 1em 0 !important;
		width: 45px;
	}
	.dataTables_wrapper .dataTables_paginate span .ellipsis {
		display: none;
	}
}
.lp-headline-premium .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled {
    background-color: white !important;
    color: #EE6221 !important;
    border: 1px solid #C3C2BE !important;
}
.lp-headline-premium .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.current {
    color: white !important;
    background: #EE6221 !important;
    border: none;
}
.lp-headline-premium .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    background: #EE6221 !important;
    border: 1px solid #C3C2BE !important;
}
.lp-headline-premium .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: #EE6221 !important;
    border: 1px solid #C3C2BE !important;
}
.lp-headline-premium .dataTables_wrapper.no-footer .dataTables_paginate .paginate_button.disabled:hover {
    color: white !important;
    background: #EE6221 !important;
    border: 1px solid #C3C2BE !important;
}

/* featured sites page styles  */
.featured-sites-header {
    text-align: center;
}
.featured-sites-header .featured-sites-title {
    font-style: normal;
    font-weight: bold;
    font-size: 3.1em;
    line-height: 66px;
    margin: 140px 0 47px;
}
@media(max-width:660px) {
    .featured-sites-header .featured-sites-title {
        margin: 30px 0 15px;
        font-size: 1.3em;
    }
}
.featured-sites-header .featured-sites-subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 21px;
    margin-bottom: 100px;
}
@media(max-width:660px) {
    .featured-sites-header .featured-sites-subtitle {
        margin-bottom: 40px;
        font-size: 1em;
        padding: 0 15px;
    }
}
.featured-sites-header .featured-sites-subtitle::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 109px;
    opacity: 0.5;
    border: 1px solid #C3C2BE;
    transform: translate(0, 60px);
}
@media(max-width:660px) {
    .featured-sites-header .featured-sites-subtitle::after {
        transform: translate(0, 45px);
    }
}

.filter-wrapper {
    text-align: center;
}
.filter-wrapper .filter-text {
    font-style: normal;
    font-weight: 500;
    font-size: 1em;
    line-height: 21px;
}
.filter-wrapper .filterby {
    font-style: normal;
    font-weight: 900;
    font-size: 1em;
    line-height: 21px;
    padding: 12px;
    background-color: white;
    border-radius: 11px;
    outline: none;
    margin-bottom: 80px;
    max-width: 200px;
}
.filter-wrapper .filterby-price {
    font-style: normal;
    font-weight: 900;
    font-size: 1em;
    line-height: 21px;
    padding: 12px;
    background-color: white;
    border-radius: 11px;
    outline: none;
    margin-bottom: 80px;
}

.filter-wrapper-mobile .filter-wrapper .filter-text {
    display: none;
}
.filter-wrapper-mobile .filter-wrapper .filterby {
    font-style: normal;
    font-weight: 900;
    font-size: .7em;
    line-height: 21px;
    padding: 12px;
    background-color: white;
    border-radius: 11px;
    outline: none;
    width: 45%;
    direction: ltr;
    margin-bottom: 23px;
}
.filter-wrapper-mobile .filter-wrapper .filterby-price {
    font-style: normal;
    font-weight: bold;
    font-size: .7em;
    line-height: 21px;
    padding: 12px;
    background-color: white;
    border-radius: 11px;
    outline: none;
    width: 45%;
    direction: ltr;
    margin-bottom: 23px;
}

.filter-wrapper-mobile .filter-wrapper .filterby.industries {
    margin-right: 20px;
}
.filter-wrapper-mobile .filter-wrapper .filterby.continent {
    margin-right: 20px;
}

/* Available domains results page styles */
.lp-headline-available {
    background-color: white;
    padding-top: 208px;
}
@media(max-width:660px) {
    .lp-headline-available {
        padding-top: 36px;
    }
}
.lp-headline-available .domain-unavailable-baloon {
    position: relative;
	background: rgb(114,201,150);
    border-radius: .4em;
    max-width: 878px;
    margin: 0 auto 60px;
}
@media(max-width:660px) {
   .lp-headline-available .domain-unavailable-baloon {
       margin-bottom: 32px;
   }
}
.lp-headline-available .domain-unavailable-baloon::after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: rgb(114,201,150);
	border-bottom: 0;
	margin-left: -12px;
    margin-bottom: -12px;
}
.lp-headline-available .domain-unavailable-baloon .domain-searched-name {
    color: white;
    font-weight: 500;
    font-size: 1.33em;
    line-height: 28px;
    text-align: center;
    padding: 30px;
}
@media(max-width:660px){
    .lp-headline-available .domain-unavailable-baloon .domain-searched-name {
        font-size: .8em;
        padding: 11px;
    }
}
/* cards styles  */
.cards-section {
    background-color: white;
    padding: 0 56.5px 100px !important;
    text-align: center;
}
@media(max-width:660px){
    .cards-section {
        padding: 0 16px 50px !important;
    }
}

.search-result-registrars .card {
    background-color: white;
	border: none;
}
.search-result-registrars .card.show_registrar_card {
	display: block;
}
.p-search-result-registrar {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: 10px;
    border: 1px solid #C3C2BE;
}
@media(min-width:4rem){
    .p-search-result-registrar {
        margin-bottom: 30px;
    }
}
#FilterContainerAvailable .card.flip .p-search-result-registrar__front {
    z-index: 2;
	transform: rotateY(180deg);
}
#FilterContainerAvailable .card.flip .p-search-result-registrar__back {
    z-index: 3;
	transform: rotateX(0deg) rotateY(0deg);
}
.p-search-result-registrar__back,
.p-search-result-registrar__front {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.p-search-result-registrar__front {
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	border-radius: 10px;
    transition: all .4s ease-in-out;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.75);
}

.p-search-result-registrar__promo {
    position: absolute;
    padding: .25rem 0;
    top: 7%;
    right: -13%;
    width: 50%;
    display: block;
    transform: rotate(45deg);
    background-color: #EE6221;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.p-search-result-registrar__front-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    flex: 1 1;
}
.p-search-result-registrar__front-logo > * {
    width: auto;
    height: auto;
    max-width: 100%;
    text-align: center;
}
.p-search-result-registrar__front-amount {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    line-height: 20px;
    margin: 0;
    text-align: center;
    color: black !important;
    background-color: transparent;
}
 /* back of the cards  */
.p-search-result-registrar__back {
    background-color: #588998;
    padding: 2rem;
    justify-content: space-between;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: 3;
	text-align: left;
	border-radius: 10px;
}
.p-search-result-registrar__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-search-result-registrar__back-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: #fff;
    font-size: 1.125rem;
    flex: 1 1;
}
.p-search-result-registrar__back-content_reg-name-front {
    font-style: normal;
    font-weight: bold;
    font-size: 2em;
    line-height: 32px;
    color: black;
}
.p-search-result-registrar__back-content_reg-name {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 32px;
    color: white;
}
.p-search-result-registrar__back-content_register_for,
.p-search-result-registrar__back-content_renew_for,
.p-search-result-registrar__back-content_transfer_for {
    color: white;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: 32px;
}

.p-search-result-registrar__back-content_register_button {
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: white !important;
    width: 50%;
}

/* styles to load more button/cards */
.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.totop .back-to-top {
    color: black;
}
#loadMore {
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 19px;
    background-color: #EE6221;
    border-radius: 10px;
    min-width: 192px;
    padding: 12px 32px;
    color: white;
    transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #525349;
    color: white;
}
#loadMore:focus {
	outline: none;
	box-shadow: none;
}

 /* styles for the reserved view  */
 .lp-headline-reserved {
    margin-top: 208px;
 }
 .lp-headline-reserved.lp-headline-registered .domain-unavailable-baloon::after {
    content: none !important;
 }

 /* styles for the registrar view */
 .lp-headline-registrar {
     padding-top: 50px;
 }

 /*
    Old Styles.css file addition
    old_styles.css - deleted
 */

 :root {
	font-size: 16px;
}

body {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}

.lp-module h1,
.lp-module h2,
.lp-module h3,
.lp-module h4,
.lp-module p {
	line-height: 1.618
}

.lp-module h1,
.lp-module h2,
.lp-module h3,
.lp-module h4 {
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

/* .lp-module h1 {
	font-size: 47px
}

.lp-module h2 {
	font-size: 32px;
	letter-spacing: -.025em
} */

@media (max-width:660px) {
	.lp-module h2 {
		font-size: 24px
	}
}

.lp-module h3 {
	font-size: 24px
}

@media (max-width:660px) {
	.lp-module h3 {
		font-size: 21px
	}
}

.lp-module h4 {
	font-size: 21px
}

.lp-module h5 {
	font-size: 21px
}

.lp-module h6 {
	font-size: 16px
}

.lp-module p,
.lp-module ul,
.lp-module ol {
	font-size: 16px;
	font-weight: 300
}

.lp-faq.is-long h4 {
	font-size: 16px
}

.legacy-footer {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}

.legacy-footer h4 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em
}

.legacy-footer li {
	font-size: 13px;
	line-height: 16px
}

button {
	background: 0 0;
	border: none;
	outline: 0;
	padding: 0;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: baseline
}

.button,
.lp-showcase__theme-list a span,
.legacy-footer .button-primary {
	background: #fff;
	border-color: #c8d7e1;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #2e4453;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 21px;
	border-radius: 4px;
	padding: 7px 14px 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: auto
}

.button:hover,
.lp-showcase__theme-list a span:hover,
.legacy-footer .button-primary:hover {
	border-color: #a8bece;
	color: #2e4453
}

.button:active,
.lp-showcase__theme-list a span:active,
.legacy-footer .button-primary:active {
	border-width: 2px 1px 1px
}

.button:visited,
.lp-showcase__theme-list a span:visited,
.legacy-footer .button-primary:visited {
	color: #2e4453
}

.button[disabled],
.lp-showcase__theme-list a span[disabled],
.legacy-footer [disabled].button-primary,
.button:disabled,
.lp-showcase__theme-list a span:disabled,
.legacy-footer .button-primary:disabled {
	color: #e9eff3;
	background: #fff;
	border-color: #e9eff3;
	cursor: default
}

.button[disabled]:active,
.lp-showcase__theme-list a span[disabled]:active,
.legacy-footer [disabled].button-primary:active,
.button:disabled:active,
.lp-showcase__theme-list a span:disabled:active,
.legacy-footer .button-primary:disabled:active {
	border-width: 1px 1px 2px
}

.button:focus,
.lp-showcase__theme-list a span:focus,
.legacy-footer .button-primary:focus {
	border-color: #00aadc;
	box-shadow: 0 0 0 2px #78dcfa
}

.button.is-compact,
.lp-showcase__theme-list a span.is-compact,
.legacy-footer .is-compact.button-primary {
	padding: 7px;
	color: #668eaa;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase
}

.button.is-compact .gridicon,
.lp-showcase__theme-list a span.is-compact .gridicon,
.legacy-footer .is-compact.button-primary .gridicon {
	top: 4px;
	margin-top: -8px
}

.button.hidden,
.lp-showcase__theme-list a span.hidden,
.legacy-footer .hidden.button-primary {
	display: none
}

.button .gridicon,
.lp-showcase__theme-list a span .gridicon,
.legacy-footer .button-primary .gridicon {
	position: relative;
	top: 4px;
	margin-top: -2px;
	width: 18px;
	height: 18px
}

.button.is-primary,
.lp-showcase__theme-list a span,
.legacy-footer .button-primary {
	background: #00aadc;
	border-color: #0087be;
	color: #fff
}

.button.is-primary:hover,
.lp-showcase__theme-list a span:hover,
.legacy-footer .button-primary:hover,
.button.is-primary:focus,
.lp-showcase__theme-list a span:focus,
.legacy-footer .button-primary:focus {
	border-color: #005082;
	color: #fff
}

.button.is-primary[disabled],
.lp-showcase__theme-list a span[disabled],
.legacy-footer [disabled].button-primary {
	background: tint(#78dcfa, 50%);
	border-color: tint(#0087be, 55%);
	color: #fff
}

.button.is-primary.is-compact,
.lp-showcase__theme-list a span.is-compact,
.legacy-footer .is-compact.button-primary {
	color: #fff
}

.button.is-scary,
.lp-showcase__theme-list a span.is-scary,
.legacy-footer .is-scary.button-primary,
.button.is-dangerous,
.lp-showcase__theme-list a span.is-dangerous,
.legacy-footer .is-dangerous.button-primary {
	color: #d94f4f
}

.button.is-scary[disabled],
.lp-showcase__theme-list a span.is-scary[disabled],
.legacy-footer .is-scary[disabled].button-primary,
.button.is-dangerous[disabled],
.lp-showcase__theme-list a span.is-dangerous[disabled],
.legacy-footer .is-dangerous[disabled].button-primary {
	color: #f4cdcd
}

.button.is-primary.is-scary,
.lp-showcase__theme-list a span.is-scary,
.legacy-footer .is-scary.button-primary,
.button.is-destructive,
.lp-showcase__theme-list a span.is-destructive,
.legacy-footer .is-destructive.button-primary {
	background: #d94f4f;
	border-color: #a02222;
	color: #fff
}

.button.is-primary.is-scary:hover,
.lp-showcase__theme-list a span.is-scary:hover,
.legacy-footer .is-scary.button-primary:hover,
.button.is-primary.is-scary:focus,
.lp-showcase__theme-list a span.is-scary:focus,
.legacy-footer .is-scary.button-primary:focus,
.button.is-destructive:hover,
.lp-showcase__theme-list a span.is-destructive:hover,
.legacy-footer .is-destructive.button-primary:hover,
.button.is-destructive:focus,
.lp-showcase__theme-list a span.is-destructive:focus,
.legacy-footer .is-destructive.button-primary:focus {
	border-color: #761919
}

.button.is-primary.is-scary[disabled],
.lp-showcase__theme-list a span.is-scary[disabled],
.legacy-footer .is-scary[disabled].button-primary,
.button.is-destructive[disabled],
.lp-showcase__theme-list a span.is-destructive[disabled],
.legacy-footer .is-destructive[disabled].button-primary {
	background: #eba3a3;
	border-color: tint(#d94f4f, 30%)
}

.button.is-link,
.lp-showcase__theme-list a span.is-link,
.legacy-footer .is-link.button-primary {
	background: 0 0;
	border: none;
	border-radius: 0;
	padding: 0;
	color: #00aadc;
	font-weight: 400;
	font-size: inherit;
	line-height: 1.65
}

.button.is-link:hover,
.lp-showcase__theme-list a span.is-link:hover,
.legacy-footer .is-link.button-primary:hover,
.button.is-link:focus,
.lp-showcase__theme-list a span.is-link:focus,
.legacy-footer .is-link.button-primary:focus,
.button.is-link:active,
.lp-showcase__theme-list a span.is-link:active,
.legacy-footer .is-link.button-primary:active {
	color: tint(#00aadc, 20%);
	box-shadow: none
}

.button.noticon,
.lp-showcase__theme-list a span.noticon,
.legacy-footer .noticon.button-primary {
	line-height: inherit
}

.button.noticon:before,
.lp-showcase__theme-list a span.noticon:before,
.legacy-footer .noticon.button-primary:before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400
}

.wp-content input[type=reset],
.wp-content input[type=reset]:hover,
.wp-content input[type=reset]:active,
.wp-content input[type=reset]:focus {
	background: 0 0;
	border: 0;
	padding: 0 2px 1px;
	width: auto;
	box-shadow: none
}

.wp-content p .button,
.wp-content p .lp-showcase__theme-list a span,
.lp-showcase__theme-list a .wp-content p span,
.wp-content p .legacy-footer .button-primary,
.legacy-footer .wp-content p .button-primary {
	vertical-align: baseline
}

.wp-content button::-moz-focus-inner,
.wp-content input[type=reset]::-moz-focus-inner,
.wp-content input[type=button]::-moz-focus-inner,
.wp-content input[type=submit]::-moz-focus-inner {
	border-width: 1px 0;
	border-style: solid none;
	border-color: transparent;
	padding: 0
}

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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	background-color: #EDEDEB;
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,
th,
td {
	font-weight: 400;
	text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: ""
}

blockquote,
q {
	quotes: "" ""
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0
}

a img {
	border: 0
}

input,
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=radio],
input[type=checkbox] {
	-webkit-appearance: none
}

html {
	box-sizing: border-box
}

*,
*:before,
*:after {
	box-sizing: inherit
}

body {
	background: #2e4453;
	margin: 0;
	padding: 0 !important
}

a:link,
a:visited,
h2 a:visited {
	color: #005082
}

.lp-module {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff
}

/* .lp-module:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
} */

/* .lp-module h2 {
	padding: .4em 0;
	margin: 0;
	text-align: center;
	color: #2e4453
} */

.lp-module h3,
.lp-module h4 {
	color: #253643
}

.lp-module h5 {
	color: #4f748e;
	font-weight: 400
}

.lp-module p {
	color: #4f748e
}

.lp-module.is-dark h2,
.lp-module.is-dark h3 {
	color: #fff
}

.lp-module.is-dark h4,
.lp-module.is-dark h5,
.lp-module.is-dark p {
	color: #d9e3ea
}

.lp-module.is-dark .button.is-primary:hover,
.lp-module.is-dark .lp-showcase__theme-list a span:hover,
.lp-showcase__theme-list a .lp-module.is-dark span:hover,
.lp-module.is-dark .legacy-footer .button-primary:hover,
.legacy-footer .lp-module.is-dark .button-primary:hover {
	border-color: #00609c
}

.lp-module.is-blue {
	background-color: #0087be
}

.lp-module.is-blue h1,
.lp-module.is-blue h2,
.lp-module.is-blue h3 {
	color: #fff
}

.lp-module.is-blue h4,
.lp-module.is-blue h5,
.lp-module.is-blue p {
	color: #e9eff3
}

.lp-module.is-grey {
	background-color: #2e4453
}

.lp-module.is-light {
	background-color: #fff
}

.lp-module.is-light-grey {
	background-color: #f3f6f8
}

.lp-module.is-light h2,
.lp-module.is-light h3,
.lp-module.is-light-grey h2,
.lp-module.is-light-grey h3 {
	color: #2e4453
}

.lp-module.is-light h4,
.lp-module.is-light h5,
.lp-module.is-light p,
.lp-module.is-light-grey h4,
.lp-module.is-light-grey h5,
.lp-module.is-light-grey p {
	color: #4f748e
}

.lp-module.header-extra-padding {
	padding-top: 3.5rem
}

.is-fullscreen {
	height: 100vh
}

.lp-container,
.wpcom-navigation,
.wpcom-masterbar .wpcom-navigation {
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 20px;
	overflow: visible
}

@media (max-width:660px) {
	.lp-container,
	.wpcom-navigation,
	.wpcom-masterbar .wpcom-navigation {
		padding: 25px 10px
	}
}

.lp-container.is-divider:before,
.is-divider.wpcom-navigation:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	content: " ";
	background: -webkit-linear-gradient(left, rgba(200, 215, 225, 0) 0%, #c8d7e1 50%, rgba(200, 215, 225, 0) 100%);
	background: linear-gradient(to right, rgba(200, 215, 225, 0) 0%, #c8d7e1 50%, rgba(200, 215, 225, 0) 100%);
	opacity: .75
}

.lp-module.is-dark .is-divider:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	content: " ";
	background: -webkit-linear-gradient(left, rgba(28, 41, 50, 0) 0%, rgba(28, 41, 50, .7) 50%, rgba(28, 41, 50, 0) 100%);
	background: linear-gradient(to right, rgba(28, 41, 50, 0) 0%, rgba(28, 41, 50, .7) 50%, rgba(28, 41, 50, 0) 100%);
	opacity: .75
}

.lp-small-block {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 41.6666666667%;
	float: left
}

@media (max-width:660px) {
	.lp-small-block {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 100%;
		float: left
	}
}

.lp-small-block.align-right {
	float: right
}

@media (max-width:660px) {
	.lp-small-block.align-right {
		float: none
	}
}

.lp-large-block {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 58.3333333333%;
	float: left
}

@media (max-width:660px) {
	.lp-large-block {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 100%;
		float: left
	}
}

.lp-one-third-block,
.lp-faq__item .lp-faq__question {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 33.3333333333%;
	float: left
}

@media (max-width:660px) {
	.lp-one-third-block,
	.lp-faq__item .lp-faq__question {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 100%;
		float: left
	}
}

.lp-half-block,
.lp-faq.is-long .lp-faq__item {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 50%;
	float: left
}

@media (max-width:660px) {
	.lp-half-block,
	.lp-faq.is-long .lp-faq__item {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 100%;
		float: left
	}
}

.lp-two-thirds-block,
.lp-faq__item .lp-faq__response {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 66.6666666667%;
	float: left
}

@media (max-width:660px) {
	.lp-two-thirds-block,
	.lp-faq__item .lp-faq__response {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 100%;
		float: left
	}
}

.lp-full-block,
.lp-faq__row {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%;
	float: left;
	position: relative
}

.lp-cta-area {
	overflow: auto;
	padding: 30px 0 0;
	text-align: center
}

.lp-cta {
	padding: 30px 0;
	text-align: center
}

.lp-cta.double-cta .button,
.lp-cta.double-cta .lp-showcase__theme-list a span,
.lp-showcase__theme-list a .lp-cta.double-cta span,
.lp-cta.double-cta .legacy-footer .button-primary,
.legacy-footer .lp-cta.double-cta .button-primary {
	margin: 0 5px
}

@media (max-width:660px) {
	.lp-cta.double-cta .button,
	.lp-cta.double-cta .lp-showcase__theme-list a span,
	.lp-showcase__theme-list a .lp-cta.double-cta span,
	.lp-cta.double-cta .legacy-footer .button-primary,
	.legacy-footer .lp-cta.double-cta .button-primary {
		margin: 0 0 20px
	}
}

.lp-module-notes:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.lp-small-text p,
.lp-small-text ul,
.lp-small-text ol {
	font-size: 14px
}

.is-small-only {
	display: none
}

@media (max-width:660px) {
	.is-small-only {
		display: inline-block
	}
}

.is-large-only {
	display: none
}

@media (min-width:661px) {
	.is-large-only {
		display: block
	}
}

button,
a.button,
.legacy-footer a.button-primary {
	padding: .5em 1em .6em;
	color: #2e4453;
	font-weight: 600 !important
}

button.is-medium,
a.button.is-medium,
.legacy-footer a.is-medium.button-primary {
	font-size: 16px
}

@media (max-width:660px) {
	button.is-medium,
	a.button.is-medium,
	.legacy-footer a.is-medium.button-primary {
		font-size: 16px
	}
}

button.is-large,
a.button.is-large,
.legacy-footer a.is-large.button-primary {
	font-size: 18px;
	color: #415e74
}

button.is-large.is-primary,
a.button.is-large.is-primary,
.legacy-footer a.is-large.button-primary {
	color: #fff
}

.wpcom-masterbar {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 48px;
	background-color: #0087be;
	border-bottom: 1px solid #0079aa;
	z-index: 9998;
	color: #fff;
	font-size: .9em;
	box-shadow: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.wpcom-masterbar.is-transparent {
	background: 0 0;
	border-bottom: 1px solid transparent
}

.wpcom-masterbar.is-transparent .button,
.wpcom-masterbar.is-transparent .lp-showcase__theme-list a span,
.lp-showcase__theme-list a .wpcom-masterbar.is-transparent span,
.wpcom-masterbar.is-transparent .legacy-footer .button-primary,
.legacy-footer .wpcom-masterbar.is-transparent .button-primary {
	opacity: 0
}

.wpcom-masterbar .wpcom-logo {
	display: block;
	width: 150px;
	height: 48px;
	background: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/wpcom-white.svg) no-repeat left center;
	background-size: 100% auto;
	color: #fff;
	font-weight: 100;
	font-size: 17px;
	text-indent: -50000px;
	text-decoration: none
}

.wpcom-masterbar .wpcom-logo.is-blue {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/wpcom-blue.svg)
}

.wpcom-masterbar .wpcom-logo.is-dark {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/wpcom-gray.svg)
}

.wpcom-masterbar .wpcom-navigation {
	padding: 0 20px;
	font-size: 15px
}

.wpcom-masterbar .button,
.wpcom-masterbar .lp-showcase__theme-list a span,
.lp-showcase__theme-list a .wpcom-masterbar span,
.wpcom-masterbar .legacy-footer .button-primary,
.legacy-footer .wpcom-masterbar .button-primary {
	float: right;
	margin: 4px 0;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.wpcom-masterbar ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0
}

.wpcom-masterbar ul li {
	float: left
}

.wpcom-masterbar ul a {
	display: block;
	height: 48px;
	line-height: 48px;
	margin: 0;
	padding: 0 10px;
	outline: 0;
	-webkit-transition: background .1s ease-in-out, color 80ms ease-in-out;
	transition: background .1s ease-in-out, color 80ms ease-in-out;
	color: #fff;
	text-decoration: none
}

.wpcom-masterbar ul a:hover {
	background: #00aadc;
	color: #fff;
	cursor: pointer;
	box-shadow: inset 0 -2px rgba(0, 86, 132, .2)
}

@media (max-width:480px) {
	.wpcom-masterbar {
		left: 0;
		padding: 0 10px
	}
	.wpcom-masterbar .wpcom-navigation {
		padding: 0
	}
}

.loggedin .wpcom-masterbar {
	top: 32px
}

@media (max-width:782px) {
	.loggedin .wpcom-masterbar {
		top: 46px;
		position: absolute
	}
}

@media (max-width:660px) {
	.wpcom-nav .wpcom-pages .pages-menu {
		display: none
	}
	.wpcom-nav .wpcom-pages .pages-menu.toggled-on {
		display: none;
		background: #fff;
		float: none;
		line-height: 46px;
		min-width: 220px;
		overflow: visible;
		padding: 0;
		position: absolute;
		width: auto;
		z-index: 1;
		box-sizing: border-box;
		box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 3px 8px rgba(0, 0, 0, .1);
		display: block;
		top: 44px;
		right: 10px
	}
	.wpcom-nav .wpcom-pages .pages-menu.toggled-on li {
		display: block;
		float: none
	}
	.wpcom-nav .wpcom-pages .pages-menu.toggled-on a {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		color: #0085be;
		display: block;
		float: none;
		height: auto;
		margin: 0;
		padding: 0 14px;
		text-align: left
	}
	.wpcom-nav .wpcom-pages .pages-menu.toggled-on:after {
		position: absolute;
		top: -12px;
		left: auto;
		right: 26px;
		height: 0;
		width: 0;
		border: 6px solid transparent;
		border-bottom-color: #fff;
		content: ' '
	}
}

.menu-toggle {
	cursor: pointer;
	display: none;
	vertical-align: top;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 46px;
	margin: 0;
	padding: 0 10px
}

@media (max-width:660px) {
	.menu-toggle {
		display: block
	}
	.menu-toggle:after {
		font-weight: 400;
		content: '\f431';
		display: inline-block;
		font: normal 16px/1 "Noticons";
		margin: -4px -2px 0 2px;
		vertical-align: middle;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
}

.wpcom-title {
	display: inline-block
}

.newdash-welcome .wpcom-masterbar .wpcom-title a.wpcom-logo span {
	line-height: 46px
}

.wpcom-nav .wpcom-title a:before {
	color: #fff
}

.wpcom-nav .wpcom-title span {
	line-height: 46px
}

.wpcom-nav .wpcom-pages {
	float: right
}

.wpcom-nav .wpcom-pages .menu-toggle {
	left: auto;
	right: 0
}

.lp-headline {
	margin-top: 0;
	background-color: #00aadc;
	color: #f3f6f8;
	border: 0;
	text-align: left;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in
}

.lp-headline .lp-container h1,
.lp-headline .wpcom-navigation h1,
.lp-headline .lp-container h3,
.lp-headline .wpcom-navigation h3,
.lp-headline .lp-container p,
.lp-headline .wpcom-navigation p {
	color: #f3f6f8
}

.lp-headline .lp-container h1,
.lp-headline .wpcom-navigation h1,
.lp-headline .lp-container h2,
.lp-headline .wpcom-navigation h2,
.lp-headline .lp-container h3,
.lp-headline .wpcom-navigation h3,
.lp-headline .lp-container p,
.lp-headline .wpcom-navigation p,
.lp-headline .lp-container img,
.lp-headline .wpcom-navigation img {
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in
}

.lp-headline .lp-container h1,
.lp-headline .wpcom-navigation h1 {
	font-size: 54px;
	letter-spacing: -.02em;
	line-height: 1.3
}

.lp-headline .lp-container h3,
.lp-headline .wpcom-navigation h3 {
	margin: 0;
	padding: 1em 0 1.75em;
	line-height: 1.4;
	font-size: 24px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-weight: 400
}

.lp-headline .lp-container p,
.lp-headline .wpcom-navigation p {
	font-size: 21px;
	line-height: 2.5;
	color: rgba(255, 255, 255, .7);
	font-weight: 300
}

.lp-headline .lp-container span,
.lp-headline .wpcom-navigation span {
	display: block
}

@media (min-width:661px) {
	.lp-headline .lp-container,
	.lp-headline .wpcom-navigation {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media (max-width:782px) {
	.lp-headline .lp-container h1,
	.lp-headline .wpcom-navigation h1 {
		font-size: 47px
	}
}

@media (max-width:660px) {
	.lp-headline .lp-container,
	.lp-headline .wpcom-navigation {
		position: absolute;
		bottom: 6%;
		left: 0;
		right: 0
	}
	.lp-headline .lp-container h1,
	.lp-headline .wpcom-navigation h1 {
		font-size: 32px
	}
	.lp-headline .lp-container h3,
	.lp-headline .wpcom-navigation h3 {
		font-size: 18px
	}
	.lp-headline .lp-container span,
	.lp-headline .wpcom-navigation span {
		display: inline
	}
}

.lp-headline.is-light {
	color: #2e4453
}

.lp-headline.is-light h1,
.lp-headline.is-light h3,
.lp-headline.is-light p {
	color: #2e4453
}

.lp-headline.is-blue h1,
.lp-headline.is-blue h3,
.lp-headline.is-blue p {
	color: #0087be
}

.lp-headline.is-fullscreen {
	height: 100vh
}

.lp-headline.is-fullscreen .lp-headline__more {
	display: block
}

@media (max-width:660px) {
	.lp-headline.is-fullscreen {
		height: auto;
		min-height: 100vh
	}
}

.lp-headline.is-threequarters {
	height: 75vh;
	min-height: 400px
}

@media (max-width:660px) {
	.lp-headline.is-threequarters {
		min-height: 100vh;
		height: auto
	}
}

.lp-headline.is-half {
	height: 50vh;
	min-height: 400px
}

@media (max-width:660px) {
	.lp-headline.is-half {
		min-height: 100vh;
		height: auto
	}
}

.lp-headline.is-short {
	height: 45vh;
	min-height: 400px
}

@media (max-width:660px) {
	.lp-headline.is-short {
		min-height: 100vh;
		height: auto
	}
}

.lp-headline.is-centered h1,
.lp-headline.is-centered h3,
.lp-headline.is-centered p {
	text-align: center
}

@media (min-width:661px) {
	.lp-headline.is-right-aligned .lp-container h1,
	.lp-headline.is-right-aligned .wpcom-navigation h1,
	.lp-headline.is-right-aligned .lp-container h3,
	.lp-headline.is-right-aligned .wpcom-navigation h3,
	.lp-headline.is-right-aligned .lp-container p,
	.lp-headline.is-right-aligned .wpcom-navigation p {
		text-align: right
	}
}

@media (min-width:661px) {
	.lp-headline.is-aligned-bottom .lp-container,
	.lp-headline.is-aligned-bottom .wpcom-navigation {
		position: absolute;
		top: auto;
		bottom: 6%;
		left: 0;
		right: 0;
		-webkit-transform: none;
		transform: none;
		padding: 25px
	}
}

.lp-headline.is-theme-entrepreneur {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-creativeguy.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-entrepreneur {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-creativeguy-2x.jpg)
	}
}

.lp-headline.is-theme-entrepreneur h3 {
	max-width: 500px
}

@media (max-width:660px) {
	.lp-headline.is-theme-entrepreneur {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-creativeguy-small.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center
	}
}

@media only screen and (max-width:660px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min--moz-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min-resolution:144dpi),
only screen and (max-width:660px) and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-entrepreneur {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-creativeguy-small-2x.jpg)
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-entrepreneur h1,
	.lp-headline.is-theme-entrepreneur h3 {
		text-shadow: 0 1px 5px rgba(0, 0, 0, .5)
	}
}

.lp-headline.is-theme-business {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-smallbizguy.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-business {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-smallbizguy-2x.jpg)
	}
}

@media (max-width:960px) {
	.lp-headline.is-theme-business {
		background-position: center center
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-business {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-smallbizguy-small.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center
	}
}

@media only screen and (max-width:660px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min--moz-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min-resolution:144dpi),
only screen and (max-width:660px) and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-business {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-smallbizguy-small-2x.jpg)
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-business h1,
	.lp-headline.is-theme-business h3 {
		text-shadow: 0 1px 5px rgba(0, 0, 0, .5)
	}
}

.lp-headline.lp-headline.is-theme-resolutions-a {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-entrepeneursmilling.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.lp-headline.is-theme-resolutions-a {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-entrepeneursmilling-2x.jpg)
	}
}

@media (max-width:960px) {
	.lp-headline.lp-headline.is-theme-resolutions-a {
		background-position: 20% center
	}
}

@media (max-width:660px) {
	.lp-headline.lp-headline.is-theme-resolutions-a {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-entrepeneursmilling-small.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center
	}
}

@media only screen and (max-width:660px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min--moz-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min-resolution:144dpi),
only screen and (max-width:660px) and (min-resolution:1.5dppx) {
	.lp-headline.lp-headline.is-theme-resolutions-a {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-entrepeneursmilling-small-2x.jpg)
	}
}

@media (max-width:660px) {
	.lp-headline.lp-headline.is-theme-resolutions-a h1,
	.lp-headline.lp-headline.is-theme-resolutions-a h3 {
		text-shadow: 0 1px 5px rgba(0, 0, 0, .5);
		color: #fff
	}
}

.lp-headline.is-theme-easy {
	background-color: #00aadc;
	text-align: center;
	min-height: 850px
}

.lp-headline.is-theme-easy .lp-container h2,
.lp-headline.is-theme-easy .wpcom-navigation h2,
.lp-headline.is-theme-easy .lp-container h3,
.lp-headline.is-theme-easy .wpcom-navigation h3,
.lp-headline.is-theme-easy .lp-container p,
.lp-headline.is-theme-easy .wpcom-navigation p {
	color: #fff
}

.lp-headline.is-theme-easy .lp-container h1,
.lp-headline.is-theme-easy .wpcom-navigation h1 {
	font-size: 32px
}

.lp-headline.is-theme-easy .lp-container h2,
.lp-headline.is-theme-easy .wpcom-navigation h2 {
	font-size: 21px;
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif
}

.lp-headline.is-theme-easy .lp-container h3,
.lp-headline.is-theme-easy .wpcom-navigation h3 {
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
	font-weight: 400
}

.lp-headline.is-theme-easy .lp-container p,
.lp-headline.is-theme-easy .wpcom-navigation p {
	font-size: 16px;
	line-height: 1.618;
	font-weight: 300
}

@media (max-width:660px) {
	.lp-headline.is-theme-easy .lp-container,
	.lp-headline.is-theme-easy .wpcom-navigation {
		position: static;
		padding: 10rem 20px
	}
	.lp-headline.is-theme-easy .lp-container h1,
	.lp-headline.is-theme-easy .wpcom-navigation h1 {
		font-size: 24px;
		max-width: 400px;
		margin: 0 auto
	}
}

@media (min-height:1000px) and (orientation:landscape) {
	.lp-headline.is-theme-easy .lp-container h1,
	.lp-headline.is-theme-easy .wpcom-navigation h1 {
		font-size: 36px
	}
	.lp-headline.is-theme-easy .lp-container h2,
	.lp-headline.is-theme-easy .wpcom-navigation h2 {
		font-size: 24px
	}
	.lp-headline.is-theme-easy .lp-container p,
	.lp-headline.is-theme-easy .wpcom-navigation p {
		font-size: 18px
	}
}

.lp-headline.is-theme-easy .lp-headline__more a {
	font-weight: 600
}

@media (min-width:661px) {
	.lp-headline.is-theme-artist-v1 h1,
	.lp-headline.is-theme-artist-v2 h1,
	.lp-headline.is-theme-artist-v3 h1,
	.lp-headline.is-theme-business-v1 h1,
	.lp-headline.is-theme-business-v2 h1,
	.lp-headline.is-theme-business-v3 h1,
	.lp-headline.is-theme-consultant-v1 h1 {
		max-width: 65%;
		line-height: 1.2;
		font-size: 54px;
		text-shadow: 0 1px 30px rgba(255, 255, 255, .5)
	}
	.lp-headline.is-theme-artist-v1 h3,
	.lp-headline.is-theme-artist-v2 h3,
	.lp-headline.is-theme-artist-v3 h3,
	.lp-headline.is-theme-business-v1 h3,
	.lp-headline.is-theme-business-v2 h3,
	.lp-headline.is-theme-business-v3 h3,
	.lp-headline.is-theme-consultant-v1 h3 {
		text-shadow: 0 1px 20px rgba(255, 255, 255, .8)
	}
	.lp-headline.is-theme-artist-v1 h1,
	.lp-headline.is-theme-artist-v1 h3,
	.lp-headline.is-theme-artist-v1 p,
	.lp-headline.is-theme-artist-v2 h1,
	.lp-headline.is-theme-artist-v2 h3,
	.lp-headline.is-theme-artist-v2 p,
	.lp-headline.is-theme-artist-v3 h1,
	.lp-headline.is-theme-artist-v3 h3,
	.lp-headline.is-theme-artist-v3 p,
	.lp-headline.is-theme-business-v1 h1,
	.lp-headline.is-theme-business-v1 h3,
	.lp-headline.is-theme-business-v1 p,
	.lp-headline.is-theme-business-v2 h1,
	.lp-headline.is-theme-business-v2 h3,
	.lp-headline.is-theme-business-v2 p,
	.lp-headline.is-theme-business-v3 h1,
	.lp-headline.is-theme-business-v3 h3,
	.lp-headline.is-theme-business-v3 p,
	.lp-headline.is-theme-consultant-v1 h1,
	.lp-headline.is-theme-consultant-v1 h3,
	.lp-headline.is-theme-consultant-v1 p {
		color: #2e4453
	}
}

@media (min-width:961px) {
	.lp-headline.is-theme-artist-v1 h1,
	.lp-headline.is-theme-artist-v2 h1,
	.lp-headline.is-theme-artist-v3 h1,
	.lp-headline.is-theme-business-v1 h1,
	.lp-headline.is-theme-business-v2 h1,
	.lp-headline.is-theme-business-v3 h1,
	.lp-headline.is-theme-consultant-v1 h1 {
		max-width: 50%;
		font-size: 62px
	}
}

.lp-headline.is-theme-artist-v1 {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-artist-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-artist-v1 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-artist-1-2x.jpg)
	}
}

.lp-headline.is-theme-artist-v2 {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-artist-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-artist-v2 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-artist-2-2x.jpg)
	}
}

.lp-headline.is-theme-artist-v3 {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-artist-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-artist-v3 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-artist-3-2x.jpg)
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-artist-v1,
	.lp-headline.is-theme-artist-v2,
	.lp-headline.is-theme-artist-v3 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-artist-small.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center
	}
}

@media only screen and (max-width:660px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min--moz-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min-resolution:144dpi),
only screen and (max-width:660px) and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-artist-v1,
	.lp-headline.is-theme-artist-v2,
	.lp-headline.is-theme-artist-v3 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-artist-small-2x.jpg)
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-artist-v1 h1,
	.lp-headline.is-theme-artist-v1 h3,
	.lp-headline.is-theme-artist-v2 h1,
	.lp-headline.is-theme-artist-v2 h3,
	.lp-headline.is-theme-artist-v3 h1,
	.lp-headline.is-theme-artist-v3 h3 {
		text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
		color: #fff
	}
}

.lp-headline.is-theme-business-v1 {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-coffee-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-business-v1 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-coffee-1-2x.jpg)
	}
}

.lp-headline.is-theme-business-v2 {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-coffee-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-business-v2 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-coffee-2-2x.jpg)
	}
}

.lp-headline.is-theme-business-v3 {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-coffee-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-business-v3 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-coffee-3-2x.jpg)
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-business-v1,
	.lp-headline.is-theme-business-v2,
	.lp-headline.is-theme-business-v3 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-coffee-small.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center
	}
}

@media only screen and (max-width:660px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min--moz-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min-resolution:144dpi),
only screen and (max-width:660px) and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-business-v1,
	.lp-headline.is-theme-business-v2,
	.lp-headline.is-theme-business-v3 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-coffee-small-2x.jpg)
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-business-v1 h1,
	.lp-headline.is-theme-business-v1 h3,
	.lp-headline.is-theme-business-v2 h1,
	.lp-headline.is-theme-business-v2 h3,
	.lp-headline.is-theme-business-v3 h1,
	.lp-headline.is-theme-business-v3 h3 {
		text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
		color: #fff
	}
}

.lp-headline.is-theme-consultant-v1 {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-consultant-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-consultant-v1 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-consultant-1-2x.jpg)
	}
}

@media (min-width:961px) {
	.lp-headline.is-theme-consultant-v1 h1,
	.lp-headline.is-theme-consultant-v1 h3,
	.lp-headline.is-theme-consultant-v1 p {
		color: #2e4453
	}
}

.lp-headline.is-theme-consultant-v2 h1,
.lp-headline.is-theme-consultant-v2 h3,
.lp-headline.is-theme-consultant-v2 p,
.lp-headline.is-theme-consultant-v3 h1,
.lp-headline.is-theme-consultant-v3 h3,
.lp-headline.is-theme-consultant-v3 p {
	color: #fff
}

@media (max-width:960px) {
	.lp-headline.is-theme-consultant-v2 h1,
	.lp-headline.is-theme-consultant-v3 h1 {
		font-size: 47px
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-consultant-v2 h1,
	.lp-headline.is-theme-consultant-v3 h1 {
		font-size: 32px
	}
}

.lp-headline.is-theme-consultant-v2 {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-consultant-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.lp-headline.is-theme-consultant-v2 h1,
.lp-headline.is-theme-consultant-v2 h3 {
	text-shadow: 0 1px 20px rgba(0, 0, 0, .4)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-consultant-v2 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-consultant-2-2x.jpg)
	}
}

.lp-headline.is-theme-consultant-v3 {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-consultant-3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.lp-headline.is-theme-consultant-v3 h1,
.lp-headline.is-theme-consultant-v3 h3 {
	text-shadow: 0 0 15px rgba(0, 0, 0, .6)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-consultant-v3 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-consultant-3-2x.jpg)
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-consultant-v1,
	.lp-headline.is-theme-consultant-v2,
	.lp-headline.is-theme-consultant-v3 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-consultant-small.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center
	}
}

@media only screen and (max-width:660px) and (-webkit-min-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min--moz-device-pixel-ratio:1.5),
only screen and (max-width:660px) and (min-resolution:144dpi),
only screen and (max-width:660px) and (min-resolution:1.5dppx) {
	.lp-headline.is-theme-consultant-v1,
	.lp-headline.is-theme-consultant-v2,
	.lp-headline.is-theme-consultant-v3 {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-consultant-small-2x.jpg)
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-consultant-v1 h1,
	.lp-headline.is-theme-consultant-v1 h3,
	.lp-headline.is-theme-consultant-v2 h1,
	.lp-headline.is-theme-consultant-v2 h3,
	.lp-headline.is-theme-consultant-v3 h1,
	.lp-headline.is-theme-consultant-v3 h3 {
		text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
		color: #fff
	}
}

.lp-headline.is-theme-icons {
	background: -webkit-radial-gradient(center ellipse, #00aadc 50%, rgba(0, 170, 220, .65) 100%);
	background: radial-gradient(ellipse at center, #00aadc 50%, rgba(0, 170, 220, .65) 100%);
	overflow: hidden
}

.lp-headline.is-theme-icons .background-overlay:before {
	content: "";
	position: absolute;
	height: 150%;
	width: 150%;
	top: -50%;
	left: -50%;
	z-index: -1;
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/background-icons.svg);
	background-repeat: repeat;
	background-size: 75% auto;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}

@media (max-width:660px) {
	.lp-headline.is-theme-icons .background-overlay:before {
		background-size: 150% auto;
		width: 200%;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg)
	}
}

.lp-headline.is-theme-personal {
	height: 60vh;
	min-height: 400px
}

@media (max-width:660px) {
	.lp-headline.is-theme-personal {
		min-height: 95vh;
		height: auto
	}
	.lp-headline.is-theme-personal .lp-container,
	.lp-headline.is-theme-personal .wpcom-navigation {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-website {
		min-height: 95vh;
		height: auto
	}
	.lp-headline.is-theme-website .lp-container,
	.lp-headline.is-theme-website .wpcom-navigation {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute
	}
}

.lp-headline .video-overlay {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: hidden
}

.lp-headline .video-overlay video {
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:661px) {
	.lp-headline {
		min-height: 600px
	}
}

@media (min-width:1441px) {
	.lp-headline {
		min-height: 800px
	}
}

@media (max-width:660px) {
	.lp-headline {
		min-height: 100vh;
		height: auto;
		text-align: center
	}
}

.lp-headline__more {
	display: none;
	position: absolute;
	right: 0;
	bottom: 1em;
	left: 0;
	text-align: center
}

.lp-headline__more a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none
}

.lp-headline__more a span {
	display: block;
	padding: 5px 0
}

.lp-headline__more a svg {
	display: inline-block;
	height: 8px;
	color: #fff
}

.lp-headline__more a:nth-child(1) {
	margin-right: 5px
}

.lp-headline__more a:nth-child(2) {
	margin-left: 5px;
	color: #fff;
	text-decoration: underline
}

@media (max-width:660px) {
	.lp-headline__more {
		display: block;
		opacity: .8
	}
}

.enable-more .lp-headline__more {
	display: block
}

.lp-wizzard {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%;
	float: left;
	margin: 4rem 0;
	padding: 1.875rem 0
}

.lp-wizzard h2,
.lp-wizzard p {
	padding: 0;
	margin-left: auto;
	margin-right: auto
}

.lp-wizzard__step {
	position: relative;
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 66.6666666667%;
	float: left;
	float: none;
	overflow: auto;
	margin: 0 auto 2rem;
	text-align: left;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.lp-wizzard__step h2 {
	text-align: left;
	color: #2e4453
}

@media (max-width:960px) {
	.lp-wizzard__step {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 83.3333333333%;
		float: left;
		float: none;
		margin-left: auto;
		margin-right: auto
	}
}

.lp-wizzard__art {
	position: relative;
	float: left;
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 25%;
	float: left
}

.lp-wizzard__art span {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	text-align: center
}

@media (min-height:1000px) and (orientation:landscape) {
	.lp-wizzard__art span {
		font-size: 16px
	}
}

@media (max-width:660px) {
	.lp-wizzard__art {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 100%;
		float: left
	}
	.lp-wizzard__art span {
		top: 36%;
		font-size: 18px
	}
}

.lp-wizzard__img {
	display: block;
	margin: 0 auto;
	height: 100px;
	border: 5px solid #fff;
	background-color: #2e4453;
	border-radius: 50%
}

@media (max-width:660px) {
	.lp-wizzard__img {
		height: 150px
	}
}

@media (min-height:1000px) and (orientation:landscape) {
	.lp-wizzard__img {
		height: 125px
	}
}

.lp-wizzard__step__copy {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 66.6666666667%;
	float: left;
	margin-left: 25% !important
}

@media (max-width:660px) {
	.lp-wizzard__step__copy {
		position: relative;
		-webkit-transform: none;
		transform: none;
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 100%;
		float: left;
		margin: 0 auto !important;
		padding: 10px 0 20px
	}
	.lp-wizzard__step__copy h2,
	.lp-wizzard__step__copy p {
		text-align: center
	}
}

@media (max-width:660px) {
	.loggedin .lp-headline.is-short {
		min-height: 93vh
	}
}

.loggedin .lp-headline.is-fullscreen {
	height: 98vh
}

.lp-plans {
	background-color: #f3f6f8
}

.lp-plans .lp-container,
.lp-plans .wpcom-navigation {
	text-align: center
}

.lp-plans .lp-container h2,
.lp-plans .wpcom-navigation h2 {
	max-width: 720px;
	margin-right: auto;
	margin-left: auto
}

.lp-plans .lp-small-block,
.lp-plans .lp-large-block {
	padding-top: 50px;
	padding-bottom: 20px
}

@media (max-width:660px) {
	.lp-plans .lp-small-block,
	.lp-plans .lp-large-block {
		padding-top: 20px
	}
}

.plans-table {
	display: inline-block;
	min-width: 50%;
	margin: 50px auto 20px;
	padding-bottom: 5px;
	overflow: auto
}

@media (max-width:660px) {
	.plans-table {
		margin: 30px 4px 0
	}
}

@media (max-width:660px) {
	.plans {
		margin: 0
	}
}

.plan {
	position: relative;
	max-width: 364px;
	width: 100%;
	margin: 4px 0 0 1%;
	float: left;
	text-align: left;
	background-color: #fafbfc
}

.plan:first-child {
	margin: 4px 0 0
}

.plan.not-suited {
	margin-top: 20px
}

.plan .best-suited {
	background-color: #2e4453;
	color: #fff;
	font-size: 10px;
	line-height: 2;
	text-align: center;
	text-transform: uppercase
}

.plan .plan-header {
	background-color: #fff;
	border-bottom: 2px solid #d2dee6
}

.plan .details {
	padding: 20px;
	text-align: center
}

.plan .details h3,
.plan .details h4,
.plan .details h5 {
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: auto
}

.plan .details h3 {
	margin: 0;
	padding: 0;
	color: #0087be;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-size: 17px;
	font-weight: 400
}

.plan .details h4 {
	margin: 0;
	color: #87a6bc;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1
}

.plan .details h5 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.5;
	color: #3d596d
}

.plan .details h5 sup {
	margin: 0 0 0 2px;
	font-size: .45em;
	font-weight: 600;
	vertical-align: super
}

.plan .details h5 sup:first-child {
	margin: 0 2px 0 0;
	color: #87a6bc
}

.plan .details h5 sup:nth-child(2) {
	margin: 0 0 0 2px
}

.plan .details .plan-timeframe {
	display: block;
	color: #779ab3;
	font-size: 12px;
	font-style: italic;
	font-weight: 400
}

.plan .details .lp-icon {
	width: 110px;
	height: 110px;
	margin: 20px auto;
	background: #d2dee6;
	border: 6px solid #f3f6f8;
	border-radius: 50%
}

.plan .details .lp-icon img {
	width: 100%
}

.plan .details .toggle {
	display: none
}

.plan .details-short {
	position: relative;
	min-height: 102px;
	padding: 12px 15px;
	text-align: left
}

.plan .details-short h3,
.plan .details-short h5,
.plan .details-short p {
	margin: 0 0 0 77px
}

.plan .details-short h3 {
	margin-top: 6px;
	font-size: 22px;
	line-height: .7em
}

.plan .details-short h4 {
	display: none
}

.plan .details-short .plan-timeframe {
	line-height: 1em
}

.plan .details-short .lp-icon {
	position: absolute;
	top: 12px;
	left: 15px;
	margin-top: 0;
	float: left;
	max-width: 62px;
	max-height: 62px
}

.plan .features-list {
	padding: 0 24px;
	background-color: #fafbfc;
	border-top: 1px solid #d2dee6;
	color: #2e4453
}

.plan .features-list.has-cta {
	padding-bottom: 80px
}

.plan .features-list li {
	position: relative;
	padding: 12px 20px 12px 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #d2dee6
}

.plan .features-list li:last-child {
	border-bottom: none
}

.plan .features-list li strong {
	font-weight: 600
}

.plan .description {
	padding: 24px;
	background-color: #fafbfc
}

.plan .description p {
	margin: 24px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #87a6bc
}

.plan .description p:first-child {
	margin: 0
}

@media (max-width:660px) {
	.plan .description p:first-child {
		min-height: 65px
	}
}

.plan .description p.lp-cta.is-mobile-only {
	display: none
}

@media (max-width:660px) {
	.plan .description p.lp-cta.is-mobile-only {
		display: block !important
	}
}

.plan .description strong {
	display: block;
	color: #5c86a4;
	font-weight: 600
}

.plan .description .duration {
	margin-top: 10px;
	text-align: center;
	font-style: italic
}

.plan .description.pre-features {
	position: relative
}

.plan .description.pre-features p {
	min-height: 0
}

.plan .description.pre-features .lp-cta {
	margin-bottom: 0;
	text-align: center
}

.plan .description.post-features {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	padding: 0 24px 24px
}

.plan .description.post-features .lp-cta {
	padding-top: 20px
}

.plan .button,
.plan .lp-showcase__theme-list a span,
.lp-showcase__theme-list a .plan span,
.plan .legacy-footer .button-primary,
.legacy-footer .plan .button-primary {
	width: 100%;
	max-width: 340px;
	margin: 0 auto
}

@media (max-width:660px) {
	.plan {
		float: left;
		width: 100% !important;
		max-width: 100%;
		margin: 4px 0 20px;
		cursor: pointer
	}
	.plan:first-child {
		margin: 4px 0 20px
	}
	.plan .details {
		position: relative;
		min-height: 102px;
		padding: 12px 15px;
		text-align: left
	}
	.plan .details h3,
	.plan .details h5,
	.plan .details p {
		margin: 0 0 0 77px
	}
	.plan .details h3 {
		margin-top: 6px;
		font-size: 22px;
		line-height: .7em
	}
	.plan .details h4 {
		display: none
	}
	.plan .details .plan-timeframe {
		line-height: 1em
	}
	.plan .details .lp-icon {
		position: absolute;
		top: 12px;
		left: 15px;
		margin-top: 0;
		float: left;
		max-width: 62px;
		max-height: 62px
	}
}

.features-list__item-checkmark {
	position: absolute;
	left: 0;
	top: 14px;
	fill: #0087be
}

.features-list__item-tooltip {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -9px;
	width: 18px;
	height: 18px
}

.features-list__item-tooltip:active svg,
.features-list__item-tooltip.is-active svg {
	color: #2e4453
}

.features-list__item-tooltip-gridicon {
	cursor: pointer;
	color: #b8cad7;
	fill: currentColor;
	-webkit-transition: color .1s ease-in;
	transition: color .1s ease-in
}

.features-list__item-tooltip-container {
	position: absolute;
	top: -200px;
	right: auto;
	left: -500;
	padding: 10px;
	font-size: 11px;
	opacity: 0;
	z-index: 1000
}

.features-list__item-tooltip-container .tip-arrow {
	position: absolute;
	left: 3px;
	top: 50%;
	height: 14px;
	width: 14px;
	margin-top: -6px;
	background-color: #fff;
	border-bottom: 1px solid #c8d7e1;
	border-left: 1px solid #c8d7e1;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.features-list__item-tooltip-container.is-reversed .tip-arrow {
	position: absolute;
	right: 3px;
	left: auto;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg)
}

.features-list__item-tooltip-content {
	max-width: 220px;
	padding: 16px;
	background-color: #fff;
	border: 1px solid #c8d7e1;
	color: #4f748e;
	font-size: 13px;
	text-align: left;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1), 0 0 56px rgba(0, 0, 0, .075)
}

.plan-free .plan-header {
	border-bottom: 2px solid #d2dee6
}

.plan-personal .plan-header {
	border-bottom: 2px solid #f0b849
}

.plan-premium .plan-header {
	border-bottom: 2px solid #4ab866
}

.plan-business .plan-header {
	border-bottom: 2px solid #855da6
}

.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right
}

[dir=rtl] .ribbon {
	left: -5px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.ribbon__title {
	font-size: 10px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #00aadc;
	position: absolute;
	top: 19px;
	right: -21px;
	text-transform: uppercase
}

.ribbon__title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #005082;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #005082
}

.ribbon__title:after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #005082;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #005082
}

[dir=rtl] .ribbon__title {
	right: -21px
}

.plans-single .plan {
	float: none;
	width: 100%;
	margin: 0 auto 30px
}

.plans-single .lp-container,
.plans-single .wpcom-navigation {
	overflow: auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.plans-single-containner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.plans-two {
	max-width: 728px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:660px) {
	.plans-two {
		display: block
	}
}

.plans-two .plan {
	width: 49%
}

.plans-three {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:660px) {
	.plans-three {
		display: block
	}
}

.plans-three .plan {
	width: 32%
}

.plans-four {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:782px) {
	.plans-four {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.plans-four .plan {
	width: 25%
}

@media (max-width:960px) {
	.plans-four .plan {
		margin: 4px 0 0
	}
	.plans-four .plan .lp-icon {
		display: none
	}
	.plans-four .plan h3 {
		margin: 6px 0 0
	}
	.plans-four .plan h5,
	.plans-four .plan p {
		margin: 0
	}
	.plans-four .plan .pre-features p.lp-cta {
		margin: 24px 0 0
	}
}

@media (max-width:782px) {
	.plans-four .plan {
		-ms-flex-preferred-size: calc(48%);
		flex-basis: calc(48%);
		margin: 0 0 2% 2%
	}
	.plans-four .plan .lp-icon {
		display: block
	}
	.plans-four .plan h3 {
		margin: 6px 0 0 77px
	}
	.plans-four .plan h5,
	.plans-four .plan p {
		margin: 0 0 0 77px
	}
	.plans-four .plan .lp-cta {
		margin: 0 auto
	}
	.plans-four .plan:nth-child(odd) {
		margin: 0 0 2%
	}
}

@media (max-width:660px) {
	.plans-four .plan {
		margin: 4px auto 20px !important;
		float: none
	}
}

@media (max-width:660px) {
	.plans-four {
		display: block
	}
}

@media (min-width:661px) {
	.plans-two.has-features-list .plan-free,
	.plans-two.has-features-list .plan-personal,
	.plans-two.has-features-list .plan-premium,
	.plans-three.has-features-list .plan-free,
	.plans-three.has-features-list .plan-personal,
	.plans-three.has-features-list .plan-premium {
		position: relative
	}
	.plans-two.has-features-list .plan-free .post-features,
	.plans-two.has-features-list .plan-personal .post-features,
	.plans-two.has-features-list .plan-premium .post-features,
	.plans-three.has-features-list .plan-free .post-features,
	.plans-three.has-features-list .plan-personal .post-features,
	.plans-three.has-features-list .plan-premium .post-features {
		position: absolute;
		bottom: 0
	}
}

.plans-single-description {
	position: absolute !important;
	right: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 0 !important
}

.plans-single-description h3 {
	padding-bottom: 15px
}

.plans-single-description p {
	font-size: 21px;
	font-weight: 400
}

.plans-single-description.align-right {
	left: 0
}

@media (max-width:660px) {
	.plans-single-description {
		position: static !important;
		-webkit-transform: none;
		transform: none
	}
}

.plans-features {
	margin: 50px 0 40px;
	padding: 20px
}

.plans-features ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #d2dee6
}

.plans-features ul.compare-head {
	border-bottom: 2px solid #d2dee6
}

.plans-features ul.compare-head li {
	font-size: 18px;
	color: #0087be
}

.plans-features ul.compare-head li span {
	font-size: 14px;
	color: #90aec2;
	display: block;
	line-height: 20px
}

@media (max-width:660px) {
	.plans-features ul.compare-head li {
		background-size: auto 90%;
		background-repeat: no-repeat;
		background-position: center top;
		text-indent: -300000px
	}
	.plans-features ul.compare-head li span {
		display: none
	}
	.plans-features ul.compare-head li.plan-free {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/css/img/plans_free.svg)
	}
	.plans-features ul.compare-head li.plan-premium {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/css/img/plans_premium.svg)
	}
	.plans-features ul.compare-head li.plan-business {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/css/img/plans_business.svg)
	}
}

.plans-features ul.feature:hover {
	background: rgba(255, 255, 255, .5)
}

.plans-features ul li {
	display: table-cell;
	width: 20%;
	height: 54px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2e4453;
	font-size: 14px;
	line-height: 1.25;
	vertical-align: middle
}

.plans-features ul li.none {
	color: #87a6bc
}

.plans-features ul li.title {
	width: 40%;
	min-height: 40px;
	padding: 10px 0;
	text-align: left;
	color: #2e4453
}

.plans-features ul li.tick:before {
	color: #4ab866;
	content: '\f418';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 24px/1 'Noticons'
}

.plans-features ul li.none {
	color: #668eaa;
	font-size: 24px
}

.plans-features ul li span {
	color: #87a6bc
}

.plans-features ul li .button,
.plans-features ul li .lp-showcase__theme-list a span,
.lp-showcase__theme-list a .plans-features ul li span,
.plans-features ul li .legacy-footer .button-primary,
.legacy-footer .plans-features ul li .button-primary {
	margin: 10px 2px 0;
	font-size: 12px
}

.plans-features ul li .button span,
.plans-features ul li .lp-showcase__theme-list a span span,
.lp-showcase__theme-list a .plans-features ul li span span,
.plans-features ul li .legacy-footer .button-primary span,
.legacy-footer .plans-features ul li .button-primary span {
	color: #fff
}

@media (max-width:660px) {
	.plans-features ul li .button span,
	.plans-features ul li .lp-showcase__theme-list a span span,
	.lp-showcase__theme-list a .plans-features ul li span span,
	.plans-features ul li .legacy-footer .button-primary span,
	.legacy-footer .plans-features ul li .button-primary span {
		display: none
	}
}

@media (max-width:660px) {
	.plans-features ul li {
		font-size: 12px;
		width: 20%
	}
	.plans-features ul li.title {
		width: 35%
	}
}

.plans-features .compare-foot {
	padding: 20px 0 0;
	border-bottom: none
}

.plans-features .compare-foot li {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #2e4453
}

.plans-features .compare-foot li span {
	color: #2e4453
}

.plans-features .compare-foot li em {
	display: block;
	margin: 10px 0 0;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
	color: #87a6bc
}

.plans-features ul li .primary-button,
.plans-features ul li .secondary-button {
	line-height: 1
}

.plans-features ul.compare-buttons {
	padding: 10px 0;
	border-bottom: none
}

@media (max-width:660px) {
	.plans-features {
		display: none
	}
}

.plan-view-switcher {
	text-align: center
}

.plan-switch-compare,
.plan-switch-simple {
	display: none;
	font-size: 14px
}

.plan-switch-compare.is-active,
.plan-switch-simple.is-active {
	display: inline-block
}

.plan-switch-compare:before {
	content: '\f425';
	display: inline-block;
	float: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/20px 'Noticons'
}

.plans-compare {
	display: none
}

.plans-compare.is-active.plans-table {
	display: inline-block
}

.plans-compare.is-active.plans-features {
	display: block
}

@media (max-width:660px) {
	.loggedin .lp-plans:first-child {
		margin-top: 48px
	}
}

.lp-showcase {
	min-height: 50vh;
	background-color: #2e4453;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	padding: 20px 0;
	border-color: rgba(0, 0, 0, .1);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.lp-showcase .lp-container,
.lp-showcase .wpcom-navigation {
	position: relative;
	padding-bottom: 35%
}

@media (max-width:960px) {
	.lp-showcase .lp-container,
	.lp-showcase .wpcom-navigation {
		padding-bottom: 48%
	}
}

@media (max-width:782px) {
	.lp-showcase .lp-container,
	.lp-showcase .wpcom-navigation {
		padding-bottom: 0
	}
}

.lp-showcase .lp-container.is-divider,
.lp-showcase .is-divider.wpcom-navigation {
	padding-top: 140px
}

@media (max-width:782px) {
	.lp-showcase .lp-container.is-divider,
	.lp-showcase .is-divider.wpcom-navigation {
		padding-top: 50px
	}
}

.lp-showcase h2,
.lp-showcase h3,
.lp-showcase p {
	color: #fff;
	text-align: left
}

@media (max-width:960px) {
	.lp-showcase h2 {
		font-size: 28px
	}
}

.lp-showcase p {
	font-size: 21px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lp-showcase.is-white h2,
.lp-showcase.is-white h3,
.lp-showcase.is-white p {
	color: #2e4453;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto
}

.lp-showcase.is-center-aligned h2,
.lp-showcase.is-center-aligned h3,
.lp-showcase.is-center-aligned p {
	text-align: center
}

.lp-showcase .lp-small-block {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}

.lp-showcase .lp-small-block h3 {
	font-size: 24px
}

@media (max-width:782px) {
	.lp-showcase .lp-small-block {
		position: static;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		margin: 0 0 40px;
		padding: 0
	}
}

@media (max-width:782px) {
	.lp-showcase h2,
	.lp-showcase p {
		text-align: center
	}
}

@media (min-width:783px) {
	.lp-showcase__showcase {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
		left: 50.5%;
		width: 48%;
		padding: 0
	}
}

.lp-showcase__showcase:last-child {
	margin-bottom: 60px
}

.is-left-aligned .lp-showcase__showcase {
	right: 50.5%;
	left: auto
}

.is-left-aligned .lp-small-block {
	right: 0
}

@media (min-width:783px) {
	.is-left-aligned .showcase-container {
		float: right
	}
}

.showcase-container {
	position: relative;
	max-width: 600px
}

@media (max-width:782px) {
	.showcase-container {
		margin: 0 auto
	}
}

.showcase-browser {
	width: 100%
}

.showcase-examples {
	position: absolute;
	overflow: hidden;
	top: 5%;
	bottom: 5px;
	left: 2px;
	right: 2px
}

@media (max-width:782px) {
	.showcase-examples {
		top: auto;
		bottom: 5px;
		left: 2px;
		right: 2px
	}
}

.showcase-examples img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.lp-showcase-feature {
	position: relative;
	min-height: 10vh;
	padding: 8rem 0 4rem;
	text-align: center
}

.lp-showcase-feature .lp-container,
.lp-showcase-feature .wpcom-navigation {
	overflow: auto;
	padding-bottom: 0
}

.lp-showcase-feature .lp-small-block {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.showcase-feature-img {
	max-width: 250px;
	min-width: 150px;
	width: 100%;
	height: auto;
	background-color: #2e4453;
	border-radius: 50%;
	border: 5px solid #fff
}

@media (max-width:660px) {
	.showcase-feature-img {
		display: none
	}
}

.lp-showcase-themes .lp-container,
.lp-showcase-themes .wpcom-navigation {
	padding-bottom: 50px
}

.lp-showcase__theme-list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px
}

.lp-showcase__theme-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

@media (max-width:660px) {
	.lp-showcase__theme-list {
		padding-top: 0
	}
}

.lp-showcase__theme-list li {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 33.3333333333%;
	float: left
}

@media (max-width:960px) {
	.lp-showcase__theme-list li {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 50%;
		float: left
	}
}

@media (max-width:660px) {
	.lp-showcase__theme-list li {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 100%;
		float: left;
		float: none;
		margin: 0 auto
	}
}

.lp-showcase__theme-list a {
	display: block;
	margin: 0 2% 7%;
	padding: 3.5% 2px 2px;
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/browser.svg);
	background-size: 100% auto;
	background-repeat: no-repeat
}

.lp-showcase__theme-list a .showcase-browser {
	position: relative;
	width: 100%
}

.lp-showcase__theme-list a .showcase-browser div {
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .1s ease-in;
	transition: opacity .1s ease-in
}

.lp-showcase__theme-list a .showcase-browser img {
	-webkit-transition: -webkit-filter .2s ease-in;
	transition: -webkit-filter .2s ease-in;
	transition: filter .2s ease-in;
	transition: filter .2s ease-in, -webkit-filter .2s ease-in
}

.lp-showcase__theme-list a:hover .showcase-browser img,
.lp-showcase__theme-list a:focus .showcase-browser img {
	-webkit-filter: grayscale(100%) brightness(50%);
	filter: grayscale(100%) brightness(50%)
}

.lp-showcase__theme-list a:hover .showcase-browser div,
.lp-showcase__theme-list a:focus .showcase-browser div {
	opacity: 1
}

.lp-showcase__theme-list img {
	display: block;
	width: 100%;
	height: auto
}

.lp-featuresset {
	background-color: #fff
}

.lp-featuresset h5 {
	text-align: center
}

@media (max-width:660px) {
	.lp-featuresset .lp-cta-area {
		padding-top: 0
	}
}

.lp-featuresset__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px 0 0;
	padding: 0;
	overflow: hidden
}

@media (max-width:660px) {
	.lp-featuresset__list {
		margin-top: 0
	}
}

.lp-feature {
	width: 32%;
	padding: 0 0 80px;
	min-height: 200px;
	float: left;
	margin: 0 0 0 2%;
	list-style: none;
	text-align: center
}

.lp-feature:first-child,
.lp-feature:nth-child(4) {
	margin: 0
}

.lp-feature h3 {
	padding: 10px 20px;
	margin: 0;
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #375163;
	text-align: center
}

.lp-feature p {
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5
}

@media (max-width:660px) {
	.lp-feature {
		width: 100%;
		margin: 0 0 2%;
		padding: 0 0 60px
	}
}

.lp-feature__art {
	position: relative;
	text-align: center
}

.lp-feature__art span {
	position: absolute;
	top: 56px;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: 400
}

.lp-feature__art img {
	height: 150px;
	border: 5px solid #e9eff3;
	background-color: #c8d7e1;
	overflow: hidden
}

.lp-feature__art img.is-circle {
	border-radius: 50%
}

.lp-feature__art img.is-feature-domain {
	background-color: #00aadc
}

.lp-featuresset.is-expanded .lp-featuresset__list {
	margin-top: 0
}

.lp-featuresset.is-expanded .lp-feature {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	min-height: 320px
}

.lp-featuresset.is-expanded .lp-feature:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	width: 100%;
	content: " ";
	background: -webkit-linear-gradient(left, rgba(28, 41, 50, 0) 0%, rgba(28, 41, 50, .2) 50%, rgba(28, 41, 50, 0) 100%);
	background: linear-gradient(to right, rgba(28, 41, 50, 0) 0%, rgba(28, 41, 50, .2) 50%, rgba(28, 41, 50, 0) 100%);
	opacity: .75
}

.lp-featuresset.is-expanded .lp-feature:last-child:before {
	background: 0 0
}

@media (min-width:661px) {
	.lp-featuresset.is-expanded .lp-feature:nth-child(even) .lp-feature__art {
		right: 0
	}
	.lp-featuresset.is-expanded .lp-feature:nth-child(even) h3,
	.lp-featuresset.is-expanded .lp-feature:nth-child(even) p {
		float: left
	}
	.lp-featuresset.is-expanded .lp-feature:nth-child(odd) .lp-feature__art {
		left: 0
	}
	.lp-featuresset.is-expanded .lp-feature:nth-child(odd) h3,
	.lp-featuresset.is-expanded .lp-feature:nth-child(odd) p {
		float: right
	}
}

.lp-featuresset.is-expanded .lp-feature__art {
	padding-left: .9375rem;
	padding-right: .9375rem;
	width: 100%;
	float: left;
	float: none
}

.lp-featuresset.is-expanded .lp-feature__art span {
	top: 36%;
	font-size: 25px
}

@media (max-width:660px) {
	.lp-featuresset.is-expanded .lp-feature__art span {
		font-size: 16px
	}
}

@media (min-width:661px) {
	.lp-featuresset.is-expanded .lp-feature__art {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 41.6666666667%;
		float: left;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute !important
	}
	.lp-featuresset.is-expanded .lp-feature__art img {
		max-width: 250px;
		min-width: 150px;
		width: 100%;
		height: auto
	}
}

.lp-featuresset.is-expanded .lp-feature__art.is-circle {
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, .8)
}

@media (min-width:661px) {
	.lp-featuresset.is-expanded h3,
	.lp-featuresset.is-expanded p {
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 58.3333333333%;
		float: left;
		text-align: left
	}
	.lp-featuresset.is-expanded h2 {
		padding-top: 40px
	}
	.lp-featuresset.is-expanded h3 {
		padding-top: 30px;
		font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
		font-size: 24px
	}
	.lp-featuresset.is-expanded p {
		padding-bottom: 30px;
		font-size: 18px;
		font-weight: 300
	}
}

.lp-featuresset.is-expanded .lp-cta-area h4,
.lp-featuresset.is-expanded .lp-cta-area .lp-cta {
	width: 100%;
	text-align: center
}

.lp-featuresset.is-expanded.is-single {
	padding-top: 48px
}

.lp-featuresset.is-expanded.is-single .lp-feature .lp-feature__art {
	right: 0;
	left: auto
}

.lp-featuresset.is-expanded.is-single p {
	padding-bottom: 0;
	font-size: 18px
}

@media (min-width:661px) {
	.lp-featuresset.is-expanded.is-single h2 {
		padding-top: 20px;
		text-align: left;
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 58.3333333333%;
		left: 8.3333333333%;
		right: auto;
		float: left
	}
	.lp-featuresset.is-expanded.is-single p {
		position: relative;
		padding-left: .9375rem;
		padding-right: .9375rem;
		width: 50%;
		left: 8.3333333333%;
		right: auto;
		float: left;
		font-size: 21px
	}
	.lp-featuresset.is-expanded.is-single h2,
	.lp-featuresset.is-expanded.is-single p {
		float: left !important;
		clear: both
	}
}

.lp-featuresset.is-light-grey .lp-feature__art img {
	border-color: #fff
}

.featureset-expanded__easy img {
	background-color: #415e74;
	border: 5px solid #0083a9
}

.lp-featureset-expanded__design img {
	background-color: #415e74
}

.lp-domains {
	text-align: center
}

.lp-domains .lp-container,
.lp-domains .wpcom-navigation {
	overflow: auto
}

.lp-domains .lp-small-text {
	text-align: left
}

.lp-domains .lp-full-block,
.lp-domains .lp-faq__row {
	padding: 20px 0 0
}

.lp-domains .lp-one-third-block,
.lp-domains .lp-faq__item .lp-faq__question,
.lp-faq__item .lp-domains .lp-faq__question {
	margin-top: 50px
}

.lp-domains__domain-window {
	position: relative;
	overflow: auto;
	min-height: 120px;
	background-color: #f0f4f6;
	border-radius: 6px 6px 0 0;
	border: 2px solid #d9e3ea;
	border-bottom: 0
}

@media (max-width:660px) {
	.lp-domains__domain-window {
		min-height: 80px;
		max-width: 420px;
		margin: 0 auto;
		background-color: #668eaa;
		border: 0;
		border-radius: 4px 4px 0 0
	}
}

.lp-domains__domain-window__buttons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 42px;
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/browser-buttons.svg);
	background-color: #d9e3ea;
	background-position: 15px 12px;
	background-repeat: no-repeat
}

@media (max-width:660px) {
	.lp-domains__domain-window__buttons {
		background: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/mobile-status-bar.svg) no-repeat;
		height: 16px;
		width: 26px;
		right: 8px;
		top: 5px;
		left: auto;
		opacity: .5
	}
}

.domains__domain-window__chrome {
	position: relative;
	height: 58px;
	margin-top: 40px;
	background-color: #e9eff3
}

@media (max-width:660px) {
	.domains__domain-window__chrome {
		margin-top: 24px;
		height: 46px
	}
}

.lp-domains__domain-browser__controls {
	position: absolute;
	top: 18px;
	left: 16px;
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/browser-controls.svg);
	width: 81px;
	height: 25px
}

@media (max-width:660px) {
	.lp-domains__domain-browser__controls {
		top: 10px;
		left: 5px;
		width: 12px
	}
}

.lp-domains__domain-input {
	position: absolute;
	top: 5px;
	left: 113px;
	right: 16px;
	padding: 7px 10px 3px;
	text-align: left;
	background-color: #fff;
	border: 2px solid #c8d7e1;
	border-radius: 4px;
	color: #2e4453;
	font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 21px !important;
	line-height: 32px !important;
	overflow: hidden
}

@media (max-width:660px) {
	.lp-domains__domain-input {
		top: 5px;
		left: 28px;
		right: 5px;
		padding: 4px 6px;
		font-size: 16px !important;
		line-height: 24px !important
	}
}

@media (max-width:480px) {
	.lp-domains__domain-input {
		font-size: 14px !important;
		letter-spacing: -.025em
	}
}

.lp-domains__fade {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 18px;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #fff 100%)
}

@media (max-width:660px) {
	.lp-domains__fade {
		height: 10px;
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, #fff 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0%, #fff 100%)
	}
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .7s infinite;
	animation: blink .7s infinite
}

@keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

#domain-strings {
	display: none
}

.lp-faq .lp-container,
.lp-faq .wpcom-navigation {
	overflow: auto
}

.lp-faq h2 {
	margin-bottom: 50px
}

.lp-faq__item {
	margin-bottom: 50px;
	overflow: auto
}

@media (min-width:661px) {
	.lp-faq__item .lp-faq__response {
		padding-left: 0
	}
	.lp-faq__item .lp-faq__response p {
		padding-left: .9375rem;
		border-left: 3px solid #e9eff3
	}
}

.lp-faq__item h4 {
	color: #4f748e
}

.lp-faq.is-long .lp-faq__question {
	width: 100%;
	padding: 0
}

.lp-faq.is-long .lp-faq__response {
	width: 100%;
	padding: 0
}

.lp-faq.is-long .lp-faq__response p {
	padding-left: 0;
	border: 0
}

.lp-trusted {
	padding: 180px 20px;
	width: auto;
	background: -webkit-linear-gradient(top, #00aadc 0%, rgba(0, 170, 220, 0) 30%, rgba(0, 170, 220, 0) 70%, #00aadc 100%), #00aadc url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/trusted-by-brands.svg) fixed;
	background: linear-gradient(to bottom, #00aadc 0%, rgba(0, 170, 220, 0) 30%, rgba(0, 170, 220, 0) 70%, #00aadc 100%), #00aadc url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/trusted-by-brands.svg) fixed;
	background-size: 100% auto;
	background-position: left center;
	border: 0;
	color: #fff;
	text-align: center
}

@media (max-width:660px) {
	.lp-trusted {
		background: #00aadc url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/trusted-by-brands.svg) fixed;
		background-size: 300% auto;
		background-position: center;
		padding: 50px 20px
	}
}

.lp-trusted h3 {
	margin-bottom: 0;
	font-size: 32px;
	color: #fff
}

.lp-trusted p,
.lp-trusted ul {
	margin: 0
}

.lp-footer {
	background-color: #000;
	margin-bottom: -20px
}

.lp-footer:after {
	content: ""
}

.lp-footer .lp-container,
.lp-footer .wpcom-navigation {
	padding-bottom: 50px;
	overflow: auto
}

.lp-footer p {
	padding: 0;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-weight: 300
}

.lp-footer a {
	color: #fff
}

.lp-footer__nav {
	float: left;
	margin: 0;
	font-size: 14px !important
}

@media (max-width:660px) {
	.lp-footer__nav {
		line-height: 3;
		text-align: center
	}
}

.lp-footer__nav li {
	display: inline-block;
	padding: 0 10px 0 0;
	list-style: none
}

.lp-footer__nav a {
	color: #fff;
	font-weight: 300;
	text-decoration: none
}

.lp-footer__credits {
	float: right;
	margin-left: -5px;
	padding-bottom: 5px
}

@media (max-width:660px) {
	.lp-footer__credits {
		float: none;
		padding-top: 100px !important;
		text-align: center
	}
}

.lp-footer-automattic {
	display: inline-block;
	height: 23px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTI3cHgiIGhlaWdodD0iMTFweCIgdmlld0JveD0iMCAwIDEyNyAxMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI3IDExIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnIGlkPSJBdXRvbWF0dGljX2xvZ28iPg0KCQk8Zz4NCgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00Ni4zNDQsMC42OTRjLTMuMTY5LDAtNS4yMjMsMi4yNDMtNS4yMjMsNC42NnYwLjI5NWMwLDIuMzc2LDIuMDU0LDQuNjU4LDUuMjIzLDQuNjU4DQoJCQkJYzMuMTgyLDAsNS4yMzYtMi4yODEsNS4yMzYtNC42NThWNS4zNTRDNTEuNTgxLDIuOTM3LDQ5LjUyNiwwLjY5NCw0Ni4zNDQsMC42OTR6IE00OS44ODgsNS41OTVjMCwxLjczMy0xLjI2MywzLjMwNC0zLjU0NCwzLjMwNA0KCQkJCWMtMi4yODIsMC0zLjUzMS0xLjU3LTMuNTMxLTMuMzA0VjUuMzhjMC0xLjczMSwxLjI0OS0zLjI3NCwzLjUzMS0zLjI3NGMyLjI4MSwwLDMuNTQ0LDEuNTQzLDMuNTQ0LDMuMjc0VjUuNTk1eiBNNi4wNTIsMS4wMTcNCgkJCQlMMS4yMTksOS45NTloMS43NzJsMS4xNDEtMi4yMTdoNS4yNWwxLjE4MiwyLjIxN2gxLjhMNy40NDksMS4wMTdINi4wNTJ6IE00Ljc2NCw2LjUyMUw2LjcxLDIuNzYybDIuMDE0LDMuNzU5SDQuNzY0eg0KCQkJCSBNMjMuMTAzLDYuMjY2YzAsMS42NTItMC44NzIsMi42MzMtMi45OTMsMi42MzNjLTIuMDY3LDAtMy4xNTUtMC45NzktMy4xNTUtMi42MzNWMS4wMTdIMTUuMjl2NS4yMjENCgkJCQljMCwyLjMyNCwxLjQ5LDQuMDY4LDQuNjk5LDQuMDY4YzMuMzcsMCw0Ljc5My0xLjg1Myw0Ljc5My00LjA2OFYxLjAxN2gtMS42NzlWNi4yNjZ6IE0yOC41NDEsMi40MTNoMy45MDd2Ny41NDZoMS42NzhWMi40MTMNCgkJCQloMy45MDdWMS4wMTZoLTkuNDkyVjIuNDEzTDI4LjU0MSwyLjQxM3ogTTYyLjQyNyw3LjE1MmwtMC40MTUsMC43NTJsLTAuNDE3LTAuNzUybC0zLjUzMS02LjEzNWgtMi4zMjF2OC45NDJoMS42MzdWMi44ODINCgkJCQlsMC40NDMsMC43NzhsMy43MDYsNi4yOThoMC44MThsMy43NDctNi4yOThsMC40NDMtMC43Nzh2Ny4wNzdoMS42NzhWMS4wMTdoLTIuMjk3TDYyLjQyNyw3LjE1MnogTTc2LjM5MSwxLjAxN2wtNC44MzQsOC45NDINCgkJCQloMS43NzNsMS4xNDEtMi4yMTdoNS4yNWwxLjE4MiwyLjIxN2gxLjhsLTQuOTE0LTguOTQySDc2LjM5MXogTTc1LjEwMiw2LjUyMWwxLjk0Ny0zLjc1OWwyLjAxNCwzLjc1OUg3NS4xMDJ6IE04My44ODMsMi40MTMNCgkJCQloMy45MDZ2Ny41NDZoMS42OFYyLjQxM2gzLjkwNlYxLjAxNmgtOS40OTJWMi40MTN6IE05Ni4xOTUsMi40MTNoMy45MDZ2Ny41NDZoMS42NzhWMi40MTNoMy45MDZWMS4wMTZoLTkuNDlWMi40MTNMOTYuMTk1LDIuNDEzDQoJCQkJeiBNMTA5LjgyLDEuODY0djguMDk3aDEuNjUyVjEuMDE4aC0wLjcxMUMxMTAuNzYyLDEuNDk5LDExMC40OTIsMS44NjQsMTA5LjgyLDEuODY0eiBNMTIxLjE1Miw4Ljg5OA0KCQkJCWMtMi40OTYsMC0zLjg1NC0xLjU4NC0zLjg1NC0zLjI3NVY1LjQ0OGMwLTEuNzA1LDEuMzQ1LTMuMzQyLDMuNzMxLTMuMzQyYzEuNTk5LDAsMi43NzksMC42OTYsMy41ODcsMS40MzZsMS4wNDctMS4wNjENCgkJCQljLTAuOTI3LTAuOTk0LTIuNjQ2LTEuNzg3LTQuNTM5LTEuNzg3Yy0zLjI3NCwwLTUuNTE5LDIuMjgyLTUuNTE5LDQuN1Y1LjY5YzAsMi40MTYsMi4wNTYsNC42MTcsNS40MzgsNC42MTcNCgkJCQljMS45NzYsMCwzLjY0LTAuODE3LDQuNjE5LTEuNzg1bC0xLjAwOS0xLjA2MUMxMjMuODc5LDguMTg2LDEyMi42NDMsOC44OTgsMTIxLjE1Miw4Ljg5OHogTTQ3LjQ0OSwzLjgwNg0KCQkJCUM0Ny4xNDcsMy42MSw0Ni43NDMsMy43LDQ2LjU0Niw0LjAwM2wtMS41MywyLjM2OGMtMC4xOTcsMC4zMDktMC4xMSwwLjcxMywwLjE5LDAuOTA4YzAuMzAzLDAuMTk1LDAuNzA3LDAuMTA2LDAuOTA0LTAuMTk3DQoJCQkJbDEuNTMtMi4zNzJDNDcuODM3LDQuNDA3LDQ3Ljc1Miw0LDQ3LjQ0OSwzLjgwNnoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K") no-repeat 1px 6px;
	display: inline-block;
	min-width: 131px;
	text-indent: -600em
}

.legacy-footer {
	box-sizing: border-box;
	background-color: #fff
}

.legacy-footer .group {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0
}

.legacy-footer .group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.legacy-footer .c0,
.legacy-footer .c1,
.legacy-footer .c2,
.legacy-footer .c3,
.legacy-footer .c4 {
	float: left;
	width: 20%
}

@media (max-width:960px) {
	.legacy-footer .c0,
	.legacy-footer .c1,
	.legacy-footer .c2,
	.legacy-footer .c3,
	.legacy-footer .c4 {
		width: 50%;
		margin-bottom: 16px
	}
}

@media (max-width:660px) {
	.legacy-footer .c0,
	.legacy-footer .c1,
	.legacy-footer .c2,
	.legacy-footer .c3,
	.legacy-footer .c4 {
		width: 100%
	}
}

.legacy-footer h4 {
	margin-bottom: 24px;
	margin: 0 0 16px;
	color: #444;
	border: none
}

.legacy-footer ul {
	list-style: none;
	margin: 0
}

.legacy-footer li {
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 0 8px;
	color: #888;
	margin-bottom: 0;
	white-space: nowrap
}

.legacy-footer li a {
	border: none;
	color: #0087be;
	text-decoration: none
}

.legacy-footer p.automattic {
	width: 100%;
	float: left;
	bottom: 0;
	clear: both;
	font-size: 11px;
	line-height: 16px;
	color: #888;
	margin-left: 0;
	margin-top: 34px
}

.legacy-footer .automattic-logo {
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 102px;
	height: 16px;
	vertical-align: bottom;
	background-image: url("//web-archive.nli.org.il/National_Library/oe_///s1.wp.com/wp-content/themes/h4/tabs/images/automattic.png");
	background-position: center center;
	background-size: 102px 9px;
	background-repeat: no-repeat;
	margin: 0 3px;
	border: none
}

.legacy-footer .button-primary {
	color: #fff !important
}

.show {
	/* opacity: 0; */
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.show.is-visible {
	opacity: 1
}

.show-bottom {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out
}

.show-bottom.is-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.show-left {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out
}

.show-left.is-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.show-right {
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out
}

.show-right.is-visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

@supports (-ms-accelerator:true) {
	.lp-wizzard__step {
		overflow: hidden !important
	}
	.lp-wizzard__art span {
		top: 36%
	}
	.lp-showcase__theme-list a {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/browser.png)
	}
	.plans-single .lp-container,
	.plans-single .wpcom-navigation {
		overflow: hidden
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.lp-wizzard__step {
		overflow: hidden !important
	}
	.lp-wizzard__art span {
		top: 36%
	}
	.lp-showcase__theme-list a {
		background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/mlp/img/browser.png)
	}
	.plans-single .lp-container,
	.plans-single .wpcom-navigation {
		overflow: hidden
	}
}

*[dir=rtl] a.button.is-large,
*[dir=rtl] .legacy-footer a.is-large.button-primary,
.legacy-footer *[dir=rtl] a.is-large.button-primary {
	min-width: 150px;
	text-align: center
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif
}

body {
	margin: 0
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .83em;
}

h6 {
	font-size: .75em;
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

blockquote {
	margin: 1em 40px
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

p,
pre {
	margin: 1em 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,
q:after {
	content: '';
	content: none
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

dl,
menu,
ol,
ul {
	margin: 1em 0
}

dd {
	margin: 0 0 0 40px
}

menu,
ol,
ul {
	padding: 0 0 0 40px
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled],
input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html,
button,
input,
select,
textarea {
	color: #4a4a4a;
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased
}

body {
	font-size: 1em;
	font-size: 1rem;
	font-size: 18px;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", Georgia, serif;
	font-weight: 700;
	color: #4a4a4a
}

a {
	color: #ee6221;
	-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-ms-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	text-decoration: none
}

a:hover {
	color: #9d3a0c
}

a:focus {
	outline: none;
}

address {
	margin: 0 0 1.5em
}

abbr[title],
acronym {
	cursor: help
}

ins {
	background: #eee;
	text-decoration: none
}

img {
	vertical-align: middle
}

dt {
	font-weight: 700
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #9b9b9b;
	margin: 1em 0;
	padding: 0
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0
}

.main-navigation li {
	float: left;
	position: relative
}

.main-navigation a {
	display: block;
	text-decoration: none
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0
}

.main-navigation ul ul a {
	width: 200px
}

.main-navigation ul li:hover>ul {
	left: auto
}

.main-navigation ul ul li:hover>ul {
	left: 100%
}

.menu-toggle {
	display: none
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.button,
button,
input[type=submit],
.navright a,
.navleft a {
	font-family: "Roboto", Georgia, serif;
	font-weight: 700;
	background: #f3f6f8;
	border: none;
	border-radius: 2px;
	color: tint(#3d596d, 30%);
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	outline: 0;
	overflow: hidden;
	padding: .4em .9em;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.navright a:hover,
.navright a:focus,
.navleft a:hover,
.navleft a:focus {
	color: #3d596d
}

.button.hidden,
button.hidden,
input[type=submit].hidden,
.navright a.hidden,
.navleft a.hidden {
	display: none
}

.button.button-white,
button.button-white,
input[type=submit].button-white,
.navright a.button-white,
.navleft a.button-white {
	background: #fff
}

.button[disabled],
.button:disabled,
button[disabled],
button:disabled,
input[type=submit][disabled],
input[type=submit]:disabled,
.navright a[disabled],
.navright a:disabled,
.navleft a[disabled],
.navleft a:disabled {
	color: #aaa !important;
	border-color: #ddd !important;
	text-shadow: 0 1px 0 #fff !important;
	cursor: default
}

.button.button-primary,
input[type=submit].button.button-primary {
	background: #ee6221;
	color: #fff
}

.button.button-primary:hover,
.button.button-primary:focus,
input[type=submit].button.button-primary:hover,
input[type=submit].button.button-primary:focus {
	background: #ef6c2f
}

.button.button-primary[disabled],
input[type=submit].button.button-primary[disabled] {
	background: #298cba !important;
	border-color: #1b607f !important;
	color: #94cde7 !important;
	cursor: default;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .1) !important
}

.button.button-large,
.button-group.button-large .button,
input[type=submit].button.button-large {
	height: 36px;
	line-height: 36px;
	padding: 0 16px 2px;
	font-size: 18px
}

.button.button-small,
.button-group.button-small .button,
input[type=submit].button.button-small {
	height: 24px;
	line-height: 22px;
	padding: 0 8px 1px;
	font-size: 11px
}

.button.button-hero,
.button-group.button-hero .button,
input[type=submit].button.button-hero {
	font-size: 15px;
	font-weight: 600;
	height: 46px;
	line-height: 44px;
	padding: 0 23px
}

input[type=reset],
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus {
	background: 0 0;
	border: 0;
	padding: 0 2px 1px;
	width: auto
}

p .button {
	vertical-align: baseline
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	padding: 0
}

#post-navigation {
	width: 100%
}

#post-navigation .navright {
	float: right
}

form ul {
	margin: 0;
	padding: 0;
	list-style: none
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
	margin: 0;
	padding: 10px 12px;
	width: 100%;
	color: #555;
	font-size: 15px;
	line-height: 1.4;
	border: 1px solid #c8d7e1;
	background: #fff;
	transition: all .15s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
	color: #aaa
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=number]:hover,
textarea:hover {
	border-color: #00aadc;
	background: #fff
}

input[type=text]:hover::placeholder,
input[type=email]:hover::placeholder,
input[type=password]:hover::placeholder,
input[type=number]:hover::placeholder,
textarea:hover::placeholder {
	color: #888
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
	color: #5c6671;
	border-color: #0085be;
	background: #fff;
	outline: none;
	box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .3)
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=number]:focus::placeholder,
textarea:focus::placeholder {
	color: #888
}

textarea {
	min-height: 150px
}

fieldset,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea,
select,
label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
	border: 1px solid #bbb;
	background: #fff;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=radio] {
	border-radius: 50%;
	margin-right: 4px;
	line-height: 10px
}

input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:checked:before,
input[type=radio]:disabled:checked:before {
	opacity: .7
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	font: 400 23px/1 Genericons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #0085be;
	-webkit-animation: grow .2s ease-in-out;
	animation: grow .2s ease-in-out
}

input[type=checkbox]:checked:before {
	content: '\f418';
	margin: -4px 0 0 -5px
}

input[type=radio]:checked:before {
	float: left;
	display: inline-block;
	content: '\2022';
	margin: 3px;
	width: 8px;
	height: 8px;
	text-indent: -9999px;
	background: #0085be;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-animation: grow .2s ease-in-out;
	animation: grow .2s ease-in-out
}

@-webkit-keyframes grow {
	0% {
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
	60% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes grow {
	0% {
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3)
	}
	60% {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	display: none;
	width: 100%;
	z-index: 100
}

.modal .modal-overlay {
	background: rgba(255, 255, 255, .9);
	height: 100%;
	opacity: 0;
	width: 100%
}

.modal .modal-content {
	background: #3d596d;
	color: #fff;
	padding: 60px 30px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	width: 100%
}

@media only screen and (min-width:600px) {
	.modal .modal-content {
		top: 100px;
		left: calc(50% - 250px);
		height: auto;
		padding: 60px 60px 30px;
		width: 500px
	}
}

.modal .modal-content .close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 28px;
	line-height: 1;
	color: #fff
}

.modal .modal-content h2 {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	margin: 0
}

.modal .modal-content .form {
	font-size: 16px;
	margin: 20px 0 0
}

.modal .modal-content input[type=text],
.modal .modal-content input[type=email] {
	margin: 0 0 15px
}

.modal .modal-content input[type=submit].button.button-primary {
	display: block;
	margin-top: 10px;
	padding: 20px;
	height: auto;
	width: 100%;
	background: #00aadc;
	font-size: 16px;
	line-height: 1;
	white-space: normal
}

@media only screen and (max-width:600px) {
	.modal .modal-content input[type=submit].button.button-primary span {
		display: block
	}
}

.modal .modal-content .footnote {
	font-size: 13px;
	font-style: italic;
	margin: 30px 0 0;
	padding: 0 10px
}

.modal .modal-content .footnote a {
	color: #fff;
	text-decoration: underline
}

.cd-container {
	max-width: 960px;
	margin: 0 auto;
	width: 90%
}

.cd-container:after {
	clear: both;
	content: '';
	display: table
}

#cd-timeline {
	padding: 20px 0;
	position: relative
}

@media only screen and (min-width:960px) {
	#cd-timeline {
		margin-top: 3em;
		padding: 2em 0 5em
	}
}

#cd-timeline:before {
	background: #eee8eb;
	content: '';
	height: 100%;
	position: absolute;
	left: 14px;
	top: 0;
	width: 4px
}

@media only screen and (min-width:960px) {
	#cd-timeline:before {
		left: 50%;
		margin-left: -2px
	}
}

.cd-timeline-block {
	color: #4a4a4a;
	margin: 2em 0;
	position: relative;
	text-align: left
}

.cd-timeline-block:after {
	clear: both;
	content: "";
	display: table
}

.cd-timeline-block:first-child {
	margin-top: 0
}

.cd-timeline-block:last-child {
	margin-bottom: 0
}

.cd-timeline-img {
	background: #55808f;
	border-radius: 50%;
	height: 30px;
	position: absolute;
	left: 0;
	top: 40px;
	width: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

@media only screen and (min-width:960px) {
	.cd-timeline-img {
		left: 50%;
		margin-left: -15px;
		top: 42px;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-backface-visibility: hidden
	}
}

.cd-timeline-img .gridicon {
	margin: auto;
	fill: #fff
}

.cd-timeline-content {
	background: #f9f7f8;
	border-radius: .25em;
	box-shadow: 0 2px 0 #eee8eb;
	margin-left: 60px;
	padding: 14px;
	position: relative
}

@media only screen and (min-width:960px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 22px;
		width: 45%
	}
}

.cd-timeline-content:after {
	clear: both;
	content: "";
	display: table
}

.cd-timeline-content:before {
	content: '';
	position: absolute;
	top: 50px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid #fff
}

@media only screen and (min-width:960px) {
	.cd-timeline-content:before {
		left: 100%;
		border-color: transparent;
		border-left-color: #fff
	}
}

.cd-timeline-content h3 {
	background: #97d0bf;
	border-radius: 4px 4px 0 0;
	color: #4a4a4a;
	font-size: 17px;
	padding: 10px 20px;
	margin: -14px;
	margin-bottom: 20px
}

@media only screen and (min-width:960px) {
	.cd-timeline-content h3 {
		margin: -22px;
		margin-bottom: 20px
	}
}

.cd-timeline-content p,
.cd-timeline-content .cd-date {
	font-size: 13px
}

.cd-timeline-content .cd-date {
	display: block;
	opacity: .7;
	padding: .8em 0
}

@media only screen and (min-width:960px) {
	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 32px;
		font-size: 16px
	}
}

.cd-timeline-content p {
	font-size: 14px;
	margin: 20px 0
}

.cd-timeline-content .button {
	float: right
}

@media only screen and (min-width:960px) {
	.cd-timeline-content .button {
		float: none
	}
}

.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb
}

@media only screen and (min-width:960px) {
	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content:before {
		top: 50px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: #fff
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right
	}
	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right
	}
	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden
	}
	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 .6s;
		-moz-animation: cd-bounce-2 .6s;
		-o-animation: cd-bounce-2 .6s;
		animation: cd-bounce-2 .6s
	}
}

@media only screen and (min-width:960px) {
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden
	}
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 .6s;
		-moz-animation: cd-bounce-1 .6s;
		-o-animation: cd-bounce-1 .6s;
		animation: cd-bounce-1 .6s
	}
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse .6s;
		-moz-animation: cd-bounce-2-inverse .6s;
		-o-animation: cd-bounce-2-inverse .6s;
		animation: cd-bounce-2-inverse .6s
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@-o-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px)
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px)
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

.timeline .entry-title {
	font-size: 28px;
	line-height: 130%
}

@media screen and (min-width:572px) {
	.timeline .entry-title {
		font-size: 40px
	}
}

.timeline p,
.cd-timeline-content {
	font-size: 16px
}

@media screen and (min-width:572px) {
	.timeline p,
	.cd-timeline-content {
		font-size: 18px
	}
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .7s infinite;
	-moz-animation: blink .7s infinite;
	-o-animation: blink .7s infinite;
	animation: blink .7s infinite
}

@-webkit-keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes blink {
	0% {
		opacity: 1
	}
	50% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.loading-overlay {
	background: #f3f6f8;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 100
}

.loading-overlay .the-w {
	background: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/w-icon-white.svg) no-repeat;
	background-size: cover;
	position: absolute;
	left: calc(50% - 150px);
	top: calc(50% - 150px);
	height: 300px;
	width: 300px
}

@-webkit-keyframes animLoadedContent {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 200px, 0) scale(.8);
		-moz-transform: translate3d(0, 200px, 0) scale(.8);
		-ms-transform: translate3d(0, 200px, 0) scale(.8);
		-o-transform: translate3d(0, 200px, 0) scale(.8);
		transform: translate3d(0, 200px, 0) scale(.8)
	}
}

@-moz-keyframes animLoadedContent {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 200px, 0) scale(.8);
		-moz-transform: translate3d(0, 200px, 0) scale(.8);
		-ms-transform: translate3d(0, 200px, 0) scale(.8);
		-o-transform: translate3d(0, 200px, 0) scale(.8);
		transform: translate3d(0, 200px, 0) scale(.8)
	}
}

@-o-keyframes animLoadedContent {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 200px, 0) scale(.8);
		-moz-transform: translate3d(0, 200px, 0) scale(.8);
		-ms-transform: translate3d(0, 200px, 0) scale(.8);
		-o-transform: translate3d(0, 200px, 0) scale(.8);
		transform: translate3d(0, 200px, 0) scale(.8)
	}
}

@keyframes animLoadedContent {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 200px, 0) scale(.8);
		-moz-transform: translate3d(0, 200px, 0) scale(.8);
		-ms-transform: translate3d(0, 200px, 0) scale(.8);
		-o-transform: translate3d(0, 200px, 0) scale(.8);
		transform: translate3d(0, 200px, 0) scale(.8)
	}
}

.browser.is-loaded {
	-webkit-animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both;
	-moz-animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both;
	-o-animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both;
	animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both;
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.browser.is-loaded .fake-image,
.browser.is-loaded .browser h2,
.browser.is-loaded .browser p {
	-webkit-animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both;
	-moz-animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both;
	-o-animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both;
	animation: animLoadedContent 1s cubic-bezier(.7, 0, .3, 1) both
}

.browser.is-loaded .fake-image {
	-webkit-animation-delay: .25s;
	animation-delay: .25s
}

.browser.is-loaded h2 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.browser.is-loaded p {
	-webkit-animation-delay: .35s;
	animation-delay: .35s
}

.page-id-192 .download-cta {
	background: #f3f6f8;
	display: block;
	font-size: 14px;
	margin: 0 0 45px;
	padding: 25px 15px;
	box-shadow: 0 2px #e3eaef;
	position: relative
}

.page-id-192 .download-cta a {
	text-decoration: underline
}

.page-id-192 .download-cta .cta-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 2px;
	display: block
}

.page-id-192 .download-cta p {
	margin-bottom: 0
}

@media (min-width:600px) {
	.page-id-192 .download-cta {
		font-size: 16px;
		margin: 0 0 45px;
		padding: 25px 20px 25px 100px
	}
	.page-id-192 .download-cta:before {
		content: "";
		background: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/clipboard.svg) no-repeat;
		background-size: contain;
		display: inline-block;
		height: 52px;
		padding: 0 45px 0 0;
		position: absolute;
		bottom: 0;
		left: 30px;
		top: 0;
		margin: auto;
		vertical-align: middle;
		width: 45px
	}
	.page-id-192 .download-cta .cta-title {
		font-size: 17px
	}
}

.page-id-192 h2 {
	margin-top: 60px
}

.page-id-192 .fact-table {
	width: 100%
}

.page-id-192 .fact-table tr:nth-child(1) {
	border-top: 2px solid #00aadc
}

.page-id-192 .fact-table tr:nth-child(odd) {
	background: #f3f6f8
}

.page-id-192 .fact-table tr:nth-child(even) {
	background: #e9eff3
}

.page-id-192 .fact-table td {
	padding: 10px;
	vertical-align: top
}

.page-id-192 .fact-table.title-col td:nth-child(1) {
	font-weight: 700
}

@media (max-width:500px) {
	.page-id-192 .fact-table td {
		display: block;
		width: 100% !important
	}
	.page-id-192 .fact-table td:nth-child(1) {
		padding-bottom: 0
	}
}

.page-id-192 .bare-table {
	width: 100%
}

.page-id-192 .bare-table tr {
	background: 0 0;
	border: 0;
	border-bottom: 1px dashed #b4c7d5
}

.page-id-192 .bare-table td {
	padding: 10px 0
}

.page-id-192 .bare-table td:nth-child(2) {
	text-align: right
}

.page-id-192 .pricing-table td:nth-child(1) {
	width: 40%;
	min-width: 230px
}

.page-id-192 .schedule-table td:nth-child(1) {
	width: 40%;
	min-width: 230px
}

@media print {
	.page-id-192 * {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact
	}
	.page-id-192 p,
	.page-id-192 li {
		font-size: 12px !important
	}
	.page-id-192 h2 {
		margin: 30px 0 10px
	}
	.page-id-192 table {
		font-size: 11px !important
	}
	.page-id-192 table td {
		padding-top: 5px !important;
		padding-bottom: 5px !important
	}
	.page-id-192 .site-header {
		position: fixed;
		top: 0;
		width: 100%
	}
	.page-id-192 .content-section {
		margin-top: 50px !important
	}
	.page-id-192 .entry-title {
		position: fixed;
		top: 20px;
		right: 25px;
		color: #fff;
		font-size: 18px !important
	}
	.page-id-192 .download-cta,
	.page-id-192 .footer-cta,
	.page-id-192 footer,
	.page-id-192 .buy-button {
		display: none !important
	}
	.page-id-192 .content-section.content-section__narrow .content-section__body {
		padding-top: 20px !important
	}
	.page-id-192 .site-header {
		min-height: 60px !important
	}
	.page-id-192 .site-header .logo {
		margin-top: 20px !important
	}
	.page-id-192 .site-header .logo img {
		width: 90px
	}
	.page-id-192 .page-break {
		page-break-before: always;
		margin-top: 85px
	}
}

.registrars-list {
	list-style: none;
	margin: 0;
	padding: 0
}

@media (min-width:600px) {
	.registrars-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
}

.registrars-list li {
	display: block;
	margin: 0 0 16px
}

@media (min-width:600px) {
	.registrars-list li {
		flex: 0 1 194px;
		width: 194px
	}
}

.registrars-list a {
	color: #3d596d
}

.registrars-list a:hover .registrar-logo {
	border-top: 2px solid #00aadc
}

.registrars-list a .registrar-logo {
	align-content: center;
	align-items: center;
	background: #f3f6f8;
	border-top: 2px solid #fff;
	display: flex;
	min-height: 120px;
	padding: 20px;
	text-align: center;
	transition: all .3s ease-in-out
}

.registrars-list a strong {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 0
}

.registrars-list a em {
	opacity: .7
}

.registrars-list a img {
	height: auto;
	margin: 0 auto;
	max-height: 50px;
	max-width: 100%;
	width: auto
}

.registrars-list .registrar-launch-phases span {
	background: #b3c6d2;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	margin: 5px 5px 5px 0;
	padding: 2px 5px;
	text-transform: uppercase
}

.registrars-list .registrar-launch-phases span svg {
	fill: #fff;
	margin: 0 5px 0 0;
	vertical-align: middle
}

.registrars-list.founders a .registrar-logo {
	height: 125px;
	overflow: hidden;
	padding: 0
}

.registrars-list.founders a img {
	max-height: none;
	width: 100%
}

.founders-grid {
	display: block;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap
}

.founders-grid .founders-grid--item {
	position: relative;
	-webkit-box-flex: 1 100%;
	-moz-box-flex: 1 100%;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
	padding: 0;
	width: 100%;
	height: 200px;
	border-radius: 4px;
	background: #f9f7f8;
	overflow: hidden;
	border: 2px solid #fff;
	background: center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.founders-grid .founders-grid--item:hover .founders-grid--label {
	background: rgba(238, 98, 33, .8)
}

.landing-features .founders-grid .founders-grid--item {
	border: 2px solid #f9f8f8
}

.founders-grid .founders-grid--label {
	-webkit-transition: all, .2s;
	-moz-transition: all, .2s;
	-ms-transition: all, .2s;
	-o-transition: all, .2s;
	transition: all, .2s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 6px 8px 8px;
	color: #fff;
	background: rgba(0, 0, 0, .6)
}

@media screen and (min-width:380px) {
	.founders-grid .founders-grid--item {
		-webkit-box-flex: 1 33.33%;
		-moz-box-flex: 1 33.33%;
		-webkit-flex: 1 33.33%;
		-ms-flex: 1 33.33%;
		flex: 1 33.33%;
		max-width: 33.33%
	}
}

@media screen and (min-width:680px) {
	.founders-grid .founders-grid--item {
		-webkit-box-flex: 1 25%;
		-moz-box-flex: 1 25%;
		-webkit-flex: 1 25%;
		-ms-flex: 1 25%;
		flex: 1 25%;
		max-width: 25%
	}
}

@media screen and (min-width:960px) {
	.landing-features .founders-grid .founders-grid--item {
		-webkit-box-flex: 1 16.66%;
		-moz-box-flex: 1 16.66%;
		-webkit-flex: 1 16.66%;
		-ms-flex: 1 16.66%;
		flex: 1 16.66%;
		max-width: 16.66%
	}
}

.post {
	margin: 0 auto;
	max-width: 720px;
	margin-bottom: 65px
}

.entry-thumbnail {
	margin: -20px 0 40px
}

.entry-thumbnail img {
	max-width: 100%
}

.entry-content .entry-thumbnail {
	margin: 40px 0
}

h1.entry-title {
	font-weight: 600
}

.entry-meta {
	border-bottom: 1px solid #e3eaef;
	font-size: 16px;
	margin-bottom: 30px;
	padding-bottom: 20px
}

.entry-footer span {
	margin-right: 1em
}

.content .navigation {
	margin: 0 auto;
	max-width: 720px
}

.navigation .nav-links>div {
	float: left;
	width: 50%
}

.navigation .nav-next {
	text-align: right
}

.navigation a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 2
}

.navigation .nav-previous a:before {
	content: "\00ab";
	padding-right: .25em
}

.navigation .nav-next a:after {
	content: "\00bb";
	padding-left: .25em
}

@font-face {
	font-family: 'Blokk';
	src: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/font/BLOKKRegular.eot);
	src: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/font/BLOKKRegular.eot#iefix) format("embedded-opentype"), url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/font/BLOKKRegular.woff) format("woff"), url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/font/BLOKKRegular.ttf) format("truetype"), url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/font/BLOKKRegular.svg#svgFontName) format("svg")
}

body {
	background-color: white;
	color: #4a4a4a;
	padding: 0;
	overflow-x: hidden
}

h1,
h2,
h3 {
	font-family: "Roboto", Georgia, serif;
	font-weight: 700;
	color: #4a4a4a
}

h2 {
	font-size: 28px
}

@media screen and (min-width:572px) {
	h2 {
		font-size: 32px
	}
}

h3 {
	font-size: 18px
}

@media screen and (min-width:572px) {
	h3 {
		font-size: 21px
	}
}

hr {
	border-color: #9b9b9b
}

a:link,
a:visited,
h2 a:visited {
	color: #ee6221
}

.hide {
	display: none
}

.site-header {
    display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 4;
}
@media(max-width:660px) {
	.site-header {
		background-color: white;
		position: relative;
	}
}

.homepage .site-header .logo {
	background-color: white;
}

.site-header .logo {
	background-color: black;
	-webkit-mask-image: url(/National_Library/oe_/https://get.my.blog/assets/images/logo.svg);
	mask-image: url(/National_Library/oe_/https://get.my.blog/assets/images/logo.svg);
    display: block;
    height: 42px;
    width: 87px;
    margin: 38px 57px;
}

@media(max-width:660px) {
    .site-header .logo {
		background-color: black;
        -webkit-mask-image: url(/National_Library/oe_/https://get.my.blog/assets/images/logo.svg);
		mask-image: url(/National_Library/oe_/https://get.my.blog/assets/images/logo.svg);
		-webkit-mask-size: 3em 3em;
		mask-size: 3em 3em;
    	-webkit-mask-repeat: no-repeat;
    	mask-repeat: no-repeat;
        background-size: contain;
        display: block;
        margin: 20px 16px;
    }
}
@media(max-width:660px) {
    .homepage .site-header .logo {
		background-color: black;
    }
}

.site-header .logo:hover {
	opacity: .9
}

.site-header .buy-button {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	display: inline-block;
	margin: 15px 20px 0 0;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase
}

.content {
	box-sizing: border-box;
	margin: 0 15px;
	padding: 0;
	position: relative;
	text-align: center;
	width: calc(100% - 30px)
}

@media screen and (min-width:960px) {
	.content {
		margin: 0 auto;
		width: 960px
	}
}

.main.main-home {
	padding: 70px 0 30px;
	background: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/bg-geometric-dark.png) center bottom #3d596d
}

@media screen and (min-width:960px) {
	.main.main-home {
		padding: 60px 0
	}
}

.main .content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center
}

.main .content-heading h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	margin: 0 0 20px
}

@media screen and (min-width:572px) {
	.main .content-heading h1 {
		font-size: 64px;
		margin: 0
	}
}

.main .content-heading h1 .dotblog {
	content: '.blog';
	color: #78dcfa;
	margin-left: -15px
}

@media screen and (min-width:572px) {
	.main .content-heading h1 .dotblog {
		margin-left: -20px
	}
}

.main .content-heading p {
	color: #fff;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	margin: 0
}

@media screen and (min-width:572px) {
	.main .content-heading p {
		margin: 0 auto;
		max-width: 800px;
		font-size: 20px
	}
}

.main .content-heading .registrar-onboarding,
.main .content-heading .registrar-signup,
.footer-cta .registrar-onboarding,
.footer-cta .registrar-signup {
	font-size: 17px;
	height: auto;
	line-height: 120%;
	margin: 20px 5px 0;
	padding: 15px 20px
}

@media screen and (max-width:572px) {
	.main .content-heading .registrar-onboarding,
	.main .content-heading .registrar-signup,
	.footer-cta .registrar-onboarding,
	.footer-cta .registrar-signup {
		display: block
	}
}

.main .content-heading .registrar-onboarding.button-dark,
.main .content-heading .registrar-signup.button-dark,
.footer-cta .registrar-onboarding.button-dark,
.footer-cta .registrar-signup.button-dark {
	background: #4a4a4a
}

.footer-cta .registrar-actions .registrar-onboarding,
.footer-cta .registrar-actions .registrar-signup {
	margin: -20px 5px 20px
}

@media screen and (max-width:572px) {
	.footer-cta .registrar-actions .registrar-onboarding,
	.footer-cta .registrar-actions .registrar-signup {
		margin: 10px 0
	}
}

.footer-cta .registrar-actions .registrar-onboarding.button-dark,
.footer-cta .registrar-actions .registrar-signup.button-dark {
	background: #4a4a4a
}

.main-cta {
	background: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/bg-geometric-dark.png) center top #3d596d;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.main-cta .content {
	margin: 0;
	width: 100%;
	background: rgba(0, 0, 0, .1)
}

a.button-primary.reserve-button,
.reserve-domain input[type=submit].button-primary {
	border: 3px solid transparent;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	height: 51px;
	margin: 0;
	outline: none;
	padding: 5px 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a.button-primary.reserve-button:hover,
.reserve-domain input[type=submit].button-primary:hover {
	background: #00b2e6
}

.become-registrar {
	margin: 0 auto;
	padding: 15px;
	position: relative;
	max-width: 800px;
	width: 100%
}

.become-registrar form {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (min-width:572px) {
	.become-registrar form {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.become-registrar input[type=submit].button-primary {
	flex: 1 0 auto;
	width: 100%;
	height: 50px;
	font-size: 14px;
	overflow: visible;
	text-transform: uppercase
}

@media screen and (min-width:572px) {
	.become-registrar input[type=submit].button-primary {
		width: auto
	}
}

.become-registrar p {
	display: block;
	color: #4a4a4a;
	font-style: italic;
	margin: 10px 0 0
}

.become-registrar p a {
	color: #4a4a4a;
	text-decoration: underline
}

.become-registrar .success-message {
	font-size: 20px;
	opacity: 0;
	padding: 25px;
	position: absolute;
	top: 0;
	z-index: 0
}

input[type=email].input__email,
input[type=text] {
	border: none;
	border-radius: 2px;
	font-size: 15px;
	height: 50px;
	margin: 0 0 10px;
	padding: 13px;
	width: 100%
}

@media screen and (min-width:572px) {
	input[type=email].input__email,
	input[type=text] {
		margin: 0 10px 0 0
	}
}

@media screen and (min-width:960px) {
	input[type=email].input__email,
	input[type=text] {
		font-size: 16px
	}
}

input[type=email].input__email[disabled],
input[type=text][disabled] {
	opacity: .7
}

@media screen and (min-width:572px) {
	input[type=email].input__email.input__domain,
	input[type=text].input__domain {
		min-width: 275px
	}
}

.notice {
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 2px;
	color: #fff;
	font-size: 18px
}

.notice.is-success {
	background: #4ab866
}

.notice.is-error {
	background: #d94f4f
}

.content-section {
	position: relative
}

.content-section .content-section__left-text {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.content-section.content-section__narrow .content-section__body {
	max-width: 600px;
	margin: 0 auto;
	padding: 50px 0
}

.content-section .content-section__body {
	padding: 30px 0 0;
	text-align: left
}

@media screen and (min-width:572px) {
	.content-section .content-section__body {
		padding: 60px 0 30px
	}
}

.content-section .content-section__body h1 {
	font-size: 28px;
	line-height: 130%;
	margin: 0 0 25px
}

@media screen and (min-width:572px) {
	.content-section .content-section__body h1 {
		font-size: 40px
	}
}

.content-section .content-section__body p {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 20px
}

@media screen and (min-width:572px) {
	.content-section .content-section__body p {
		font-size: 18px
	}
}

.home-b2c h1 em {
	color: #00aadc;
	font-style: normal
}

.browser-left-copy {
	margin: 0
}

@media screen and (min-width:960px) {
	.browser-left-copy {
		margin: 0 420px 0 0
	}
}

.browser {
	background: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/browser.png) no-repeat center top;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #b3c6d2;
	content: '';
	display: none;
	font-family: 'Blokk', Arial, sans-serif;
	height: 230px;
	padding: 35px 20px;
	position: absolute;
	bottom: 0;
	text-align: left;
	width: 100%;
	overflow: hidden;
	z-index: 0
}

@media screen and (min-width:960px) {
	.browser {
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		display: block;
		height: 305px;
		bottom: auto;
		right: 0;
		top: 80px;
		width: 370px
	}
}

.browser.is-hidden {
	visibility: hidden
}

.browser.is-ipad {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/ipad.svg);
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 250px;
	left: calc(50% - 175px);
	padding: 65px 32px;
	width: 350px
}

@media screen and (min-width:960px) {
	.browser.is-ipad {
		height: 350px;
		bottom: 0;
		left: auto;
		top: auto
	}
}

.browser .fake-image {
	background: #e3eaef;
	height: 50px
}

@media screen and (min-width:572px) {
	.browser .fake-image {
		height: 100px
	}
}

.browser h2 {
	color: #e3eaef;
	margin: 5px 0
}

@media screen and (min-width:960px) {
	.browser h2 {
		font-size: 40px;
		margin: 0
	}
}

.browser p {
	margin: 0
}

.browser h2,
.browser p {
	color: #e3eaef;
	max-width: 100%;
	overflow: hidden
}

.timeline,
.landing-faq {
	position: relative
}

.timeline .content,
.landing-faq .content {
	padding: 20px 0
}

@media screen and (min-width:572px) {
	.timeline .content,
	.landing-faq .content {
		padding: 50px 0
	}
}

.landing-faq h3 {
	margin: 0 0 15px
}

.timeline+.landing-faq {
	background: #fff
}

.timeline+.landing-faq .faq-container .faq-post {
	background: #f3f6f8
}

.faq-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.faq-container .faq-post {
	width: 100%;
	margin-bottom: 2em;
	padding: 1.5em;
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px #e3eaef;
	-moz-box-shadow: 0 2px #e3eaef;
	box-shadow: 0 2px #e3eaef;
	text-align: left;
	line-height: 1.5
}

@media screen and (min-width:572px) {
	.faq-container .faq-post {
		width: 48%;
		margin: 0 1% 2em 0
	}
}

.landing-features .features-container {
	border-top: 1px solid #f3f6f8;
	padding: 0
}

@media screen and (min-width:572px) {
	.landing-features .features-container {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		padding: 60px 0
	}
}

.landing-features .feature {
	margin: 40px auto;
	max-width: 300px
}

@media screen and (min-width:572px) {
	.landing-features .feature {
		-webkit-box-flex: 1 1 33.3333%;
		-moz-box-flex: 1 1 33.3333%;
		-webkit-flex: 1 1 33.3333%;
		-ms-flex: 1 1 33.3333%;
		flex: 1 1 33.3333%;
		margin: 0 2%;
		max-width: auto
	}
}

.landing-features .feature .feature-icon {
	fill: #87a6bc
}

.landing-features .feature .feature-icon img {
	height: 48px;
	opacity: .5;
	width: auto
}

.landing-features .feature h3 {
	color: #3d596d
}

.landing-news .content {
	text-align: left
}

.news-container {
	margin: 0 auto 30px auto;
	max-width: 960px;
	text-align: left
}

.news-container .news-post {
	float: left;
	margin-right: 30px;
	width: 300px
}

.news-container .news-post a {
	display: block
}

.news-container .news-post:nth-child(3n) {
	margin-right: 0
}

.news-container .news-post img {
	max-width: 300px
}

.news-container hr {
	border: none;
	border-top: 2px solid #fff;
	margin: 20px auto;
	width: 80px
}

.news-container h3 {
	margin-bottom: 0
}

.news-container p {
	font-size: 15px
}

.news-container .more {
	clear: both;
	display: block
}

.news-container .more a {
	font-size: 18px;
	font-weight: 600
}

@media screen and (max-width:960px) {
	.landing-news .content {
		margin: 0 10%;
		width: 80%
	}
	.news-container .news-post {
		clear: both;
		float: none;
		margin: 0 0 3.5em;
		max-width: 768px;
		width: 100%
	}
	.news-container .news-post>a {
		float: left;
		margin: 0 2em 3em 0;
		width: 40%
	}
	.news-container .news-post>a img {
		height: auto;
		width: 100%
	}
}

@media screen and (max-width:720px) {
	.news-container .news-post>a {
		float: none;
		margin: 0 0 1em;
		width: 100%
	}
}

@media screen and (max-width:380px) {
	.landing-news .content {
		margin: 0 5%;
		width: 90%
	}
}

.footer-cta {
	padding: 15px 0;
	background: #97d0bf
}

.become-registrar__footer h2 {
	margin: 0
}

.become-registrar__footer h3 {
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: 400;
	margin: 5px auto 30px auto;
	max-width: 600px;
	font-size: 16px
}

.become-registrar__footer form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.become-registrar__footer form .input__email {
	max-width: none
}

.become-registrar__footer form input[type=submit].button-primary {
	background: #3d596d
}

footer {
	color: #4a4a4a;
	font-family: "Roboto", Georgia, serif;
	font-weight: 700;
	overflow: hidden;
	padding: 0;
	position: relative
}

footer .logo {
	background: url(/National_Library/oe_/https://get.my.blog/assets/images/logo.svg) no-repeat center center;
	background-size: contain;
	display: block;
	height: 55px;
	width: 113px;
    margin: 45px auto;
    margin-top: 95px;
}

@media(max-width:660px) {
    footer .logo {
        background: url(/National_Library/oe_/https://get.my.blog/assets/images/logo.svg) no-repeat center center;
        background-size: contain;
        display: block;
        height: 31px;
        width: 64px;
        margin: 31px auto 42px;
    }
}

footer .logo:hover {
	opacity: .9;
}

footer .kkwt-footer {
    font-family: "Roboto", Helvetica, sans-serif;
	color: #525349;
	text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 8px;
    padding-bottom: 30px;
    text-align: center;
}

footer .kkwt-cookie {
	font-family: "Roboto", Helvetica, sans-serif;
	color: #525349;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 8px;
	padding-bottom: 30px;
	text-align: center;
}



@media(max-width:660px) {
    footer .kkwt-footer {
        font-size: 12px;
    }
}


footer a:link,
footer a:visited {
	color: #4a4a4a
}

@media(min-width:660px) and (max-width:1200px) {
    footer .footer-nav ul {
        padding: 0 72px;
    }
}

footer .footer-nav ul {
	font-size: 18px;
	list-style: none;
	margin: 0 0 52px;
    padding: 0;
    text-align: center;
}

@media(max-width:1200px) {
    footer .footer-nav ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        padding: 0;
        text-align: left;
    }
}

footer .footer-nav ul li {
	display: inline-block;
    padding: 0 20px;
    position: relative;
}

@media (min-width:990px) and (max-width:1200px) {
    footer .footer-nav ul li {
        display: block;
        margin-bottom: 24px;
        margin-right: 0;
        margin: 0px 0px 24px 150px;
    }
}

@media (max-width:990px) {
    footer .footer-nav ul li {
        display: block;
        padding: 0;
        margin-bottom: 24px;
        margin-right: 0;
        margin: 0px 0px 24px 33px;
    }
}

@media (min-width:1200px) {
    footer .footer-nav ul li:not(:first-child)::before {
        content: "";
        background: #C3C2BE;
        position: absolute;
        bottom: 4px;
        left: 0;
        height: 50%;
        width: 1px;
    }
}

footer .footer-nav ul li a:link,
footer .footer-nav ul li a:visited {
	font-family: "Roboto", Helvetica, sans-serif;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height:  7.94px;
    padding: 0;
    color: #525349 ;
}

@media (max-width:1200px) {
    footer .footer-nav ul li a:link,
    footer .footer-nav ul li a:visited {
        font-size: 14px;
    }
}

footer .footer-nav ul li a:link:hover,
footer .footer-nav ul li a:visited:hover {
	border-bottom: 1px solid #525349;
}

@media screen and (max-width:960px) {
	.line-break {
		display: block
	}
}

.page-template-page-founders article .entry-title {
	margin-bottom: 10px;
	margin-top: 25px
}

.page-template-page-founders .founders-link {
	font-weight: 600;
	margin-top: 12px
}

@media screen and (min-width:360px) {
	.page-template-page-founders .founders-link {
		float: right
	}
}

@media screen and (min-width:572px) {
	.page-template-page-founders .founders-link {
		margin-top: 24px
	}
}

.page-template-page-founders .content-section .content-section__body h1.founders-title {
	margin: 0 0 10px
}

.page-template-page-founders .founders-description {
	margin: 0 0 25px
}

#wpstats,
.sharedaddy {
	display: none
}

.light-theme {
	font-family: "Roboto", Helvetica, sans-serif
}

.light-theme button,
.light-theme input,
.light-theme select,
.light-theme textarea {
	font-family: "Roboto", Helvetica, sans-serif
}

.light-theme .site-header,
.light-theme .main.main-home,
.light-theme .main-cta {
	background: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/bg-geometric-light.png) center top #87a6bc
}

.light-theme .site-header .logo {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/logo-dotBlog-light.svg)
}

.light-theme .main .content-heading h1:after {
	color: #a0e5fa
}

.light-theme .button.button-primary,
.light-theme input[type=submit].button.button-primary {
	background: #416985
}

.light-theme .footer-cta {
	background: #00aadc
}

.light-theme .content-heading h1,
.light-theme h2,
.light-theme h1.entry-title {
	font-weight: 300
}

.lp-module h1,
.lp-module h2,
.lp-module h3 {
	font-family: "Roboto", Georgia, serif
}

a.button.is-large,
button.is-large {
	color: #fff;
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400 !important;
	line-height: 24px;
	transition: none;
	border-radius: 6px
}

@media (max-width:1140px) {
	a.button.is-large,
	button.is-large {
		font-size: 20px;
		letter-spacing: normal;
		line-height: 1
	}
}

@media (max-width:660px) {
	a.button.is-large,
	button.is-large {
		font-size: 18px
	}
}

.lp-container {
	padding: 50px 20px
}

.lp-featuresset__list {
	margin-top: 0
}

.lp-feature {
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	width: 50%
}

@media (max-width:1200px) {
	.lp-feature {
		padding-bottom: 0
	}
	.lp-feature .lp-feature__art img {
		min-width: 300px;
		min-height: 300px
	}
}

@media (max-width:1140px) {
	.lp-feature {
		width: 50%
	}
}

@media (max-width:660px) {
	.lp-feature {
		width: 100%
	}
}

.lp-feature .lp-feature__art img {
	background-color: transparent;
	border: none;
	height: auto;
	left: 0;
	opacity: .15;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

.lp-feature h3 {
	font-size: 24px;
	letter-spacing: normal;
	color: #ee6221;
	line-height: 1;
	padding: 3em 1em .5em;
	position: relative;
	z-index: 2
}

.lp-feature p {
	font-family: Roboto, sans-serif;
	color: #4a4a4a;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.5;
	max-width: 325px;
	margin: 0 auto;
	padding: 0 3em;
	position: relative;
	z-index: 2
}

@media (max-width:660px) {
	.lp-feature p {
		font-size: 16px;
		letter-spacing: normal
	}
}

#features h2 {
	display: none
}

#features .lp-container {
	max-width: 1680px
}

.landing-features {
	background: #f9f8f8
}

.landing-features h2 {
	margin: 0;
	padding: .83em
}

.landing-features .more {
	padding: 1.285em;
	text-align: right
}

.landing-features .more a {
	font-weight: 700
}

.lp-headline {
	min-height: 580px
}

@media (max-width:660px) {
	.lp-headline.is-simple {
		min-height: initial
	}
}

.lp-headline.is-aligned-top .lp-container {
	position: inherit;
	top: inherit;
	-webkit-transform: inherit;
	transform: inherit
}

.lp-headline-default.is-hero {
	display: flex;
	align-items: center;
	background: #EDEDEB url(/National_Library/oe_/https://get.my.blog/assets/images/home_header_v2.png);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	min-height: initial;
}
@media (min-width:660px) {
	.lp-headline-default.is-hero {
		min-height: 570px;
	}
}
@media (min-width:770px) {
	.lp-headline-default.is-hero {
		min-height: 720px;
	}
}
@media (min-width:1200px) {
	.lp-headline-default.is-hero {
		/*min-height: 1000px;*/
    }
}

.contentinfo {
	background: white;
}
.contentinfo::before {
	content: "";
    position: absolute;
    width: 35%;
    height: 1px;
    left: 32%;
    border: 1px solid #C3C2BE;
}

@media(max-width:375px){
	.contentinfo {
        background: #EDEDEB;
    }
}
@media(max-width:375px){
	.contentinfo::before {
		width: 70%;
		left: 15%;
        background: #EDEDEB;
    }
}

.lp-headline.is-hero h1 {
	color: #4a4a4a;
	font-weight: 400;
	letter-spacing: -1.2px;
	font-size: 64px;
	margin: .334em 0
}

@media (max-width:1440px) {
	.lp-headline.is-hero h1 {
		font-size: 48px
	}
}

@media (max-width:660px) {
	.lp-headline.is-hero h1 {
		font-size: 36px;
		line-height: 1;
		margin-top: 2em
	}
}

.lp-headline.is-hero .lp-container h3 {
	font-family: Roboto, sans-serif;
	color: #4a4a4a;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.5;
	font-size: 22px;
	letter-spacing: normal;
	padding: 0 0 1em
}

@media (max-width:660px) {
	.lp-headline.is-hero .lp-container h3 {
		font-size: 16px;
		letter-spacing: normal
	}
}

.is-hero .domain-lookup {
	margin: 1em auto;
	min-width: 480px;
	position: relative;
	text-align: center;
	width: 50%
}

.is-hero .domain-lookup #domain-lookup-response {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 0 0 2px 2px;
	display: none;
	padding: 20px
}

.is-hero .domain-lookup #domain-lookup-message p {
	color: #4a4a4a;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 1em
}

@media screen and (max-width:660px) {
	.is-hero .domain-lookup {
		min-width: 320px
	}
	.is-hero .domain-lookup #domain-lookup {
		margin-bottom: 10px
	}
	.is-hero .domain-lookup #domain-lookup-search {
		border-radius: 2px;
		left: 0;
		position: relative;
		width: 100%
	}
}

@media screen and (max-width:480px) {
	.is-hero .domain-lookup {
		width: 75%
	}
}

@media screen and (max-width:360px) {
	.is-hero .domain-lookup {
		min-width: 240px;
		width: 100%
	}
}

.lp-headline.is-theme-comment-box {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/headline-bg-comment-box.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.lp-headline.is-theme-comment-box h1,
.lp-headline.is-theme-comment-box h3 {
	color: #4a4a4a
}

.lp-headline.is-theme-tapes {
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/headline-bg-tapes.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.lp-headline.is-theme-tapes h1,
.lp-headline.is-theme-tapes.is-theme-half-size h3 {
	color: #fff;
	max-width: 400px
}

.lp-headline.is-simple {
	background: #fff;
	max-width: 700px
}

.lp-headline.is-simple h1,
.lp-headline.is-simple h3 {
	color: #4a4a4a
}

.lp-headline.is-simple h1 {
	font-size: 30px;
	letter-spacing: normal
}

@media (max-width:660px) {
	.lp-headline.is-simple h1 {
		font-size: 24px;
		letter-spacing: normal
	}
}

.lp-headline.is-simple h3 {
	font-family: Roboto, sans-serif;
	color: #4a4a4a;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.5
}

@media (max-width:660px) {
	.lp-headline.is-simple h3 {
		font-size: 16px;
		letter-spacing: normal
	}
}

.lp-headline.is-theme-half-size {
	padding-left: 15%;
	padding-right: 15%;
	min-height: 480px
}

@media (max-width:1440px) {
	.lp-headline.is-theme-half-size {
		padding-left: 10%;
		padding-right: 10%
	}
}

@media (max-width:960px) {
	.lp-headline.is-theme-half-size {
		padding-left: 10%;
		padding-right: 10%;
		min-height: 560px
	}
}

@media (max-width:782px) {
	.lp-headline.is-theme-half-size {
		min-height: initial;
		height: auto
	}
}

.lp-headline.is-theme-half-size h3 {
	font-family: Roboto, sans-serif;
	color: #4a4a4a;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.5;
	padding-right: 15%
}

@media (max-width:660px) {
	.lp-headline.is-theme-half-size h3 {
		font-size: 16px;
		letter-spacing: normal
	}
}

@media (max-width:1440px) {
	.lp-headline.is-theme-half-size h3 {
		padding-right: 10%
	}
}

@media (max-width:660px) {
	.lp-headline.is-theme-half-size h3 {
		padding-right: 0
	}
}

.lp-headline .lp-container {
	top: 50%
}

.lp-headline .lp-container h3 {
	padding: .5em 0 1em
}

.lp-headline.is-theme-half-size .lp-container h1 {
	font-size: 30px;
	letter-spacing: normal
}

@media (max-width:660px) {
	.lp-headline.is-theme-half-size .lp-container h1 {
		font-size: 24px;
		letter-spacing: normal
	}
}

.why-dot-blog .lp-headline {
	height: 46.5vh
}

.why-dot-blog .lp-headline .lp-container {
	top: 45%
}

.why-dot-blog .lp-headline .lp-container h3 {
	padding: .5em 3em 1em
}

.why-dot-blog .lp-container {
	padding: 0
}

@media (max-width:660px) {
	.why-dot-blog .is-simple {
		height: auto
	}
	.why-dot-blog .lp-headline .lp-container {
		top: 0;
		padding: 2rem 0 1rem
	}
}

@media (max-width:960px) {
	.half-size-wrap.why-dot-blog {
		float: none;
		width: 100%
	}
}

@media (max-width:480px) {
	.landrush .lp-headline.is-theme-half-size .lp-container h1 {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto
	}
}

@media (max-width:660px) {
	.lp-headline .lp-container {
		position: inherit;
		bottom: inherit;
		left: inherit;
		right: inherit
	}
}

.half-size-wrap {
	float: left;
	width: 50%
}

@media (max-width:782px) {
	.half-size-wrap {
		float: none;
		width: 100%
	}
}

.whydotblog-artwork {
	width: 137px;
	height: 142px;
	background-image: url(/National_Library/oe_/https://get.my.blog/wp-content/themes/a8c/dotblog-refresh-2018/images/why-box.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0 auto
}

.lp-headline__more {
	display: none
}

.site-header .buy-button {
	display: none
}

ul.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto 84px;
	padding: 0
}

ul.social-icons>li {
	display: inline-block;
	margin: 0 24px;
}

@media (max-width:660px) {
	ul.social-icons>li {
		margin: 0 15px;
	}
}

ul.social-icons>li>a.genericon {
	font-size: 32px !important;
	color: #ee6221;
}

ul.social-icons a:hover {
    opacity: .6;
    text-decoration: none;
}

.contentinfo .kkwt-footer {
    padding-bottom: 110px;
}

@media(max-width:1200px){
    .contentinfo .kkwt-footer {
        padding-bottom: 40px;
    }
}

iframe[name=google_conversion_frame] {
	height: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin-top: -13px;
	float: left
}

.cf:before,
.cf:after {
	content: " ";
	display: table
}

.cf:after {
	clear: both
}

.cf {
	*zoom: 1;
}

.hamburger-menu-button {
    display: flex;
    margin: 35px 20px 0 0;
}

@media (max-width:660px) {
    .hamburger-menu-button {
        display: flex;
        margin: 16px 13px;
    }
}

.homepage .hamburger-menu-button .hamburger-menu-title {
	color: white;
}

.hamburger-menu-button .hamburger-menu-title {
	display: flex;
    align-items: center;
	background-color: transparent;
	margin: 0;
	font-family: "Roboto", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #525349;
    font-style: normal;
    padding-right: 23px;
}
@media (max-width:660px) {
    .hamburger-menu-button .hamburger-menu-title{
		background-color: white;
        font-size: 12px;
        line-height: 32px;
        color: black;
        padding-right: 16px;
    }
}
@media (max-width:660px) {
    .homepage .hamburger-menu-button .hamburger-menu-title{
		background-color: white;
        color: black;
    }
}

.hamburger-menu-button .hamburger-menu-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.hamburger-menu-button .hamburger-menu-icon input
{
  display: flex;
  width: 36px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

@media(max-width:660px) {
    .hamburger-menu-button .hamburger-menu-icon input {
		position: fixed;
        width: 24px;
    }
}

.homepage .hamburger-menu-button .hamburger-menu-icon span {
	background-color: white;
}

.hamburger-menu-button .hamburger-menu-icon span
{
  display: flex;
  width: 36px;
  height: 5px;
  margin-bottom: 5px;
  position: relative;
  background-color: #525349;
  border-radius: 20px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

@media(max-width:660px) {
    .hamburger-menu-button .hamburger-menu-icon span {
        width: 24px;
        margin-bottom: 4px;
    }
}
@media(max-width:660px) {
    .homepage .hamburger-menu-button .hamburger-menu-icon span {
        background-color: black;
    }
}

.hamburger-menu-button .hamburger-menu-icon span:nth-last-child(1) {
    margin-bottom: 0;
}

.hamburger-menu-button .hamburger-menu-icon span:first-child
{
  transform-origin: 0% 0%;
}

.hamburger-menu-button .hamburger-menu-icon span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

.hamburger-menu-button .hamburger-menu-icon input:checked ~ span
{
  opacity: 1;
  transform: rotate(-45deg) translate(-3px, -1px);
  background: #36383F;
}
.hamburger-menu-button .hamburger-menu-icon input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.hamburger-menu-button .hamburger-menu-icon input:checked ~ span:nth-last-child(2)
{
  transform: rotate(45deg) translate(-9px, -8px);
}

@media(max-width:660px) {
    .hamburger-menu-button .hamburger-menu-icon input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(45deg) translate(-3px, -3px);
    }
}

.hamburger-menu-button .hamburger-menu-icon input:checked ~ ul
{
  transform: none;
}

.hamburger-menu {
	position: fixed;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #97d0bf;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: left;
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: 500 !important;
	font-size: 20px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	opacity: 0;
	margin-right: -100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-align: center;
}

.hamburger-menu .menu {
	padding: 0
}

.hamburger-menu .menu .menu-item {
    margin: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
}

.hamburger-menu a:visited,
.hamburger-menu a:link {
	color: #4a4a4a;
	font-weight: 500;
}

.hamburger-menu a:hover {
	color: #ee6221
}

.hamburger-menu .footer-nav,
.hamburger-menu .social-icons {
	-webkit-box-flex: 1 0 100%;
	-moz-box-flex: 1 0 100%;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}

.hamburger-menu .social-icons {
    margin-top: 40px;
	margin-bottom: 0;
}

.hamburger-menu .social-icons li {
	margin-top: 10px
}

@media (min-width:800px) {
	.hamburger-menu {
		min-width: 400px;
		width: auto;
		box-shadow: -2px 0px 10px 0px rgba(0, 0, 0, .1)
	}
}

@media (min-width:800px) {
	body.home.admin-bar .hamburger-menu {
		top: 0;
	}
	body.home .hamburger-menu {
		position: absolute;
		min-height: 720px;
	}
}
@media (min-width:1200px) {
	body.home.admin-bar .hamburger-menu {
		top: 0;
	}
}

body.hamburger-open .hamburger-menu {
	margin-right: 0;
	opacity: 1;
}
body.hamburger-open .site-header {
	position: fixed;
}
@media (min-width:1200px) {
	body.hamburger-open .site-header {
		position: absolute;
	}
}

#wpadminbar {
	position: fixed !important;
}

body.admin-bar .hamburger-menu {
	top: 46px
}

@media (min-width:783px) {
	body.admin-bar .hamburger-menu {
		top: 32px
	}
}

@font-face {
	font-family: "Noticons";
	src: url(/National_Library/oe_/https://get.my.blog/i/noticons/Noticons.eot) format("embedded-opentype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "Noticons";
	src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(/National_Library/oe_/https://get.my.blog/i/noticons/Noticons.ttf) format("truetype"), url(/National_Library/oe_/https://get.my.blog/i/noticons/Noticons.svg#Noticons) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Noticons";
		src: url(/National_Library/oe_/https://get.my.blog/i/noticons/Noticons.svg#Noticons) format("svg")
	}
}

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none
}

.noticon-404:before {
	content: "\f423"
}

.noticon-activity:before {
	content: "\f508"
}

.noticon-add:before {
	content: "\f8b3"
}

.noticon-add-media:before {
	content: "\f8d9"
}

.noticon-akismet:before {
	content: "\f8d2"
}

.noticon-anchor:before {
	content: "\f509"
}

.noticon-art:before {
	content: "\f8b4"
}

.noticon-aside:before {
	content: "\f101"
}

.noticon-atsign:before {
	content: "\f814"
}

.noticon-attachment:before {
	content: "\f416"
}

.noticon-audio:before {
	content: "\f109"
}

.noticon-automattic:before {
	content: "\f815"
}

.noticon-automattic-blip:before {
	content: "\f817"
}

.noticon-automattic-ring:before {
	content: "\f816"
}

.noticon-bell:before {
	content: "\f8d4"
}

.noticon-bold:before {
	content: "\f471"
}

.noticon-book:before {
	content: "\f444"
}

.noticon-bug:before {
	content: "\f50a"
}

.noticon-bullhorn:before {
	content: "\f8a5"
}

.noticon-bullseye:before {
	content: "\f8a0"
}

.noticon-cart:before {
	content: "\f447"
}

.noticon-category:before {
	content: "\f301"
}

.noticon-chat:before {
	content: "\f108"
}

.noticon-checkmark:before {
	content: "\f418"
}

.noticon-close:before {
	content: "\f405"
}

.noticon-close-alt:before {
	content: "\f406"
}

.noticon-cloud:before {
	content: "\f426"
}

.noticon-cloud-download:before {
	content: "\f440"
}

.noticon-cloud-upload:before {
	content: "\f441"
}

.noticon-code:before {
	content: "\f462"
}

.noticon-codepen:before {
	content: "\f216"
}

.noticon-cog:before {
	content: "\f445"
}

.noticon-collapse:before {
	content: "\f432"
}

.noticon-colors:before {
	content: "\f8a7"
}

.noticon-comment:before {
	content: "\f300"
}

.noticon-compact:before {
	content: "\f807"
}

.noticon-day:before {
	content: "\f305"
}

.noticon-digg:before {
	content: "\f221"
}

.noticon-document:before {
	content: "\f443"
}

.noticon-dot:before {
	content: "\f428"
}

.noticon-downarrow:before {
	content: "\f502"
}

.noticon-download:before {
	content: "\f50b"
}

.noticon-draggable:before {
	content: "\f436"
}

.noticon-dribbble:before {
	content: "\f201"
}

.noticon-dropbox:before {
	content: "\f225"
}

.noticon-dropdown:before {
	content: "\f433"
}

.noticon-dropdown-left:before {
	content: "\f434"
}

.noticon-edit:before {
	content: "\f411"
}

.noticon-ellipsis:before {
	content: "\f476"
}

.noticon-eventbrite:before {
	content: "\f8a6"
}

.noticon-expand:before {
	content: "\f431"
}

.noticon-external:before {
	content: "\f442"
}

.noticon-facebook:before {
	content: "\f203"
}

.noticon-facebook-alt:before {
	content: "\f204"
}

.noticon-fastforward:before {
	content: "\f458"
}

.noticon-features:before {
	content: "\f8a8"
}

.noticon-feed:before {
	content: "\f413"
}

.noticon-flag:before {
	content: "\f468"
}

.noticon-flickr:before {
	content: "\f211"
}

.noticon-follow:before {
	content: "\f801"
}

.noticon-following:before {
	content: "\f803"
}

.noticon-fonts:before {
	content: "\f8b5"
}

.noticon-foursquare:before {
	content: "\f226"
}

.noticon-fullscreen:before {
	content: "\f474"
}

.noticon-gallery:before {
	content: "\f103"
}

.noticon-ghost:before {
	content: "\f8d5"
}

.noticon-gift:before {
	content: "\f8a4"
}

.noticon-github:before {
	content: "\f200"
}

.noticon-googleplus:before {
	content: "\f206"
}

.noticon-googleplus-alt:before {
	content: "\f218"
}

.noticon-gravatar:before {
	content: "\f8d0"
}

.noticon-gridview:before {
	content: "\f808"
}

.noticon-handset:before {
	content: "\f50c"
}

.noticon-heart:before {
	content: "\f461"
}

.noticon-help:before {
	content: "\f457"
}

.noticon-hide:before {
	content: "\f404"
}

.noticon-hierarchy:before {
	content: "\f505"
}

.noticon-home:before {
	content: "\f409"
}

.noticon-horizon:before {
	content: "\f8d8"
}

.noticon-image:before {
	content: "\f102"
}

.noticon-info:before {
	content: "\f455"
}

.noticon-instagram:before {
	content: "\f215"
}

.noticon-italic:before {
	content: "\f472"
}

.noticon-jetpack:before {
	content: "\f8d3"
}

.noticon-key:before {
	content: "\f427"
}

.noticon-layouts:before {
	content: "\f8a9"
}

.noticon-leftarrow:before {
	content: "\f503"
}

.noticon-lightbulb:before {
	content: "\f8a1"
}

.noticon-link:before {
	content: "\f107"
}

.noticon-linkedin:before {
	content: "\f207"
}

.noticon-linkedin-alt:before {
	content: "\f208"
}

.noticon-localization:before {
	content: "\f8b2"
}

.noticon-location:before {
	content: "\f417"
}

.noticon-lock:before {
	content: "\f470"
}

.noticon-mail:before {
	content: "\f410"
}

.noticon-maximize:before {
	content: "\f422"
}

.noticon-medium:before {
	content: "\f8d6"
}

.noticon-menu:before {
	content: "\f419"
}

.noticon-microphone:before {
	content: "\f50d"
}

.noticon-milestone:before {
	content: "\f806"
}

.noticon-minimize:before {
	content: "\f421"
}

.noticon-minus:before {
	content: "\f50e"
}

.noticon-month:before {
	content: "\f307"
}

.noticon-move:before {
	content: "\f50f"
}

.noticon-next:before {
	content: "\f429"
}

.noticon-notice:before {
	content: "\f456"
}

.noticon-notification:before {
	content: "\f800"
}

.noticon-paintbrush:before {
	content: "\f506"
}

.noticon-path:before {
	content: "\f219"
}

.noticon-pause:before {
	content: "\f448"
}

.noticon-phone:before {
	content: "\f437"
}

.noticon-picture:before {
	content: "\f473"
}

.noticon-pinned:before {
	content: "\f308"
}

.noticon-pinterest:before {
	content: "\f209"
}

.noticon-pinterest-alt:before {
	content: "\f210"
}

.noticon-play:before {
	content: "\f452"
}

.noticon-plugin:before {
	content: "\f439"
}

.noticon-plus:before {
	content: "\f510"
}

.noticon-pocket:before {
	content: "\f224"
}

.noticon-polldaddy:before {
	content: "\f217"
}

.noticon-portfolio:before {
	content: "\f460"
}

.noticon-previous:before {
	content: "\f430"
}

.noticon-price:before {
	content: "\f8b0"
}

.noticon-print:before {
	content: "\f469"
}

.noticon-promoted:before {
	content: "\f812"
}

.noticon-quote:before {
	content: "\f106"
}

.noticon-rating-empty:before {
	content: "\f511"
}

.noticon-rating-full:before {
	content: "\f512"
}

.noticon-rating-half:before {
	content: "\f513"
}

.noticon-reader:before {
	content: "\f8a2"
}

.noticon-reader-alt:before {
	content: "\f8a3"
}

.noticon-reblog:before {
	content: "\f805"
}

.noticon-reddit:before {
	content: "\f222"
}

.noticon-refresh:before {
	content: "\f420"
}

.noticon-reply:before {
	content: "\f412"
}

.noticon-reply-alt:before {
	content: "\f466"
}

.noticon-reply-single:before {
	content: "\f467"
}

.noticon-rewind:before {
	content: "\f459"
}

.noticon-rightarrow:before {
	content: "\f501"
}

.noticon-search:before {
	content: "\f400"
}

.noticon-send-to-phone:before {
	content: "\f438"
}

.noticon-send-to-tablet:before {
	content: "\f454"
}

.noticon-share:before {
	content: "\f415"
}

.noticon-show:before {
	content: "\f403"
}

.noticon-shuffle:before {
	content: "\f514"
}

.noticon-sitemap:before {
	content: "\f507"
}

.noticon-skip-ahead:before {
	content: "\f451"
}

.noticon-skip-back:before {
	content: "\f450"
}

.noticon-skype:before {
	content: "\f220"
}

.noticon-spam:before {
	content: "\f424"
}

.noticon-spike:before {
	content: "\f811"
}

.noticon-spotify:before {
	content: "\f515"
}

.noticon-squarespace:before {
	content: "\f8d7"
}

.noticon-standard:before {
	content: "\f100"
}

.noticon-star:before {
	content: "\f408"
}

.noticon-status:before {
	content: "\f105"
}

.noticon-stop:before {
	content: "\f449"
}

.noticon-stumbleupon:before {
	content: "\f223"
}

.noticon-subscribe:before {
	content: "\f463"
}

.noticon-subscribed:before {
	content: "\f465"
}

.noticon-summary:before {
	content: "\f425"
}

.noticon-tablet:before {
	content: "\f453"
}

.noticon-tag:before {
	content: "\f302"
}

.noticon-time:before {
	content: "\f303"
}

.noticon-title:before {
	content: "\f8b6"
}

.noticon-top:before {
	content: "\f435"
}

.noticon-trapper:before {
	content: "\f810"
}

.noticon-trash:before {
	content: "\f407"
}

.noticon-trophy:before {
	content: "\f804"
}

.noticon-tumblr:before {
	content: "\f214"
}

.noticon-twitch:before {
	content: "\f516"
}

.noticon-twitter:before {
	content: "\f202"
}

.noticon-types:before {
	content: "\f8b1"
}

.noticon-unapprove:before {
	content: "\f446"
}

.noticon-unfollow:before {
	content: "\f802"
}

.noticon-unsubscribe:before {
	content: "\f464"
}

.noticon-unzoom:before {
	content: "\f401"
}

.noticon-uparrow:before {
	content: "\f500"
}

.noticon-user:before {
	content: "\f304"
}

.noticon-vaultpress:before {
	content: "\f8d1"
}

.noticon-video:before {
	content: "\f104"
}

.noticon-videocamera:before {
	content: "\f517"
}

.noticon-vimeo:before {
	content: "\f212"
}

.noticon-warning:before {
	content: "\f414"
}

.noticon-website:before {
	content: "\f475"
}

.noticon-week:before {
	content: "\f306"
}

.noticon-wordads:before {
	content: "\f813"
}

.noticon-wordpress:before {
	content: "\f205"
}

.noticon-xpost:before {
	content: "\f504"
}

.noticon-youtube:before {
	content: "\f213"
}

.noticon-zoom:before {
	content: "\f402"
}

.noticon-like:before {
	content: "\f408"
}

@font-face {
	font-family: "Genericons";
	src: url(/National_Library/oe_/https://get.my.blog/wp-content/mu-plugins/genericons/genericons/Genericons.eot);
	src: url(/National_Library/oe_/https://get.my.blog/wp-content/mu-plugins/genericons/genericons/Genericons.eot) format("embedded-opentype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "Genericons";
	src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(/National_Library/oe_/https://get.my.blog/wp-content/mu-plugins/genericons/genericons/Genericons.ttf) format("truetype"), url(/National_Library/oe_/https://get.my.blog/wp-content/mu-plugins/genericons/genericons/Genericons.svg#Genericons) format("svg");
	font-weight: 400;
	font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Genericons";
		src: url(/National_Library/oe_/https://get.my.blog/wp-content/mu-plugins/genericons/genericons/Genericons.svg#Genericons) format("svg")
	}
}

.genericon {
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
    display: flex;
    align-items: center;
	font-family: "Genericons";
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}

.genericon-404:before {
	content: "\f423"
}

.genericon-activity:before {
	content: "\f508"
}

.genericon-anchor:before {
	content: "\f509"
}

.genericon-aside:before {
	content: "\f101"
}

.genericon-attachment:before {
	content: "\f416"
}

.genericon-audio:before {
	content: "\f109"
}

.genericon-bold:before {
	content: "\f471"
}

.genericon-book:before {
	content: "\f444"
}

.genericon-bug:before {
	content: "\f50a"
}

.genericon-cart:before {
	content: "\f447"
}

.genericon-category:before {
	content: "\f301"
}

.genericon-chat:before {
	content: "\f108"
}

.genericon-checkmark:before {
	content: "\f418"
}

.genericon-close:before {
	content: "\f405"
}

.genericon-close-alt:before {
	content: "\f406"
}

.genericon-cloud:before {
	content: "\f426"
}

.genericon-cloud-download:before {
	content: "\f440"
}

.genericon-cloud-upload:before {
	content: "\f441"
}

.genericon-code:before {
	content: "\f462"
}

.genericon-codepen:before {
	content: "\f216"
}

.genericon-cog:before {
	content: "\f445"
}

.genericon-collapse:before {
	content: "\f432"
}

.genericon-comment:before {
	content: "\f300"
}

.genericon-day:before {
	content: "\f305"
}

.genericon-digg:before {
	content: "\f221"
}

.genericon-document:before {
	content: "\f443"
}

.genericon-dot:before {
	content: "\f428"
}

.genericon-downarrow:before {
	content: "\f502"
}

.genericon-download:before {
	content: "\f50b"
}

.genericon-draggable:before {
	content: "\f436"
}

.genericon-dribbble:before {
	content: "\f201"
}

.genericon-dropbox:before {
	content: "\f225"
}

.genericon-dropdown:before {
	content: "\f433"
}

.genericon-dropdown-left:before {
	content: "\f434"
}

.genericon-edit:before {
	content: "\f411"
}

.genericon-ellipsis:before {
	content: "\f476"
}

.genericon-expand:before {
	content: "\f431"
}

.genericon-external:before {
	content: "\f442"
}

.genericon-facebook {
    font-size: 22px !important;
}

.genericon-facebook:before {
    /* font-family: "Font Awesome 5 Brands";
    content: "\f09a"; */
    content: "\f203";
}

.genericon-facebook-alt:before {
	content: "\f204"
}

.genericon-fastforward:before {
	content: "\f458"
}

.genericon-feed:before {
	content: "\f413"
}

.genericon-flag:before {
	content: "\f468"
}

.genericon-flickr:before {
	content: "\f211"
}

.genericon-foursquare:before {
	content: "\f226"
}

.genericon-fullscreen:before {
	content: "\f474"
}

.genericon-gallery:before {
	content: "\f103"
}

.genericon-github:before {
	content: "\f200"
}

.genericon-googleplus:before {
	content: "\f206"
}

.genericon-googleplus-alt:before {
	content: "\f218"
}

.genericon-handset:before {
	content: "\f50c"
}

.genericon-heart:before {
	content: "\f461"
}

.genericon-help:before {
	content: "\f457"
}

.genericon-hide:before {
	content: "\f404"
}

.genericon-hierarchy:before {
	content: "\f505"
}

.genericon-home:before {
	content: "\f409"
}

.genericon-image:before {
	content: "\f102"
}

.genericon-info:before {
	content: "\f455"
}

.genericon-instagram:before {
    /* font-family: "Font Awesome 5 Brands";
	content: "\f16d"; */
	content: "\f215"
}

.genericon-italic:before {
	content: "\f472"
}

.genericon-key:before {
	content: "\f427"
}

.genericon-leftarrow:before {
	content: "\f503"
}

.genericon-link:before {
	content: "\f107"
}

.genericon-linkedin:before {
	/* font-family: "Font Awesome 5 Brands";
	content: "\f08c"; */
	content: "\f207";
}

.genericon-linkedin-alt:before {
	content: "\f208"
}

.genericon-location:before {
	content: "\f417"
}

.genericon-lock:before {
	content: "\f470"
}

.genericon-mail:before {
	content: "\f410"
}

.genericon-maximize:before {
	content: "\f422"
}

.genericon-menu:before {
	content: "\f419"
}

.genericon-microphone:before {
	content: "\f50d"
}

.genericon-minimize:before {
	content: "\f421"
}

.genericon-minus:before {
	content: "\f50e"
}

.genericon-month:before {
	content: "\f307"
}

.genericon-move:before {
	content: "\f50f"
}

.genericon-next:before {
	content: "\f429"
}

.genericon-notice:before {
	content: "\f456"
}

.genericon-paintbrush:before {
	content: "\f506"
}

.genericon-path:before {
	content: "\f219"
}

.genericon-pause:before {
	content: "\f448"
}

.genericon-phone:before {
	content: "\f437"
}

.genericon-picture:before {
	content: "\f473"
}

.genericon-pinned:before {
	content: "\f308"
}

.genericon-pinterest:before {
	content: "\f209"
}

.genericon-pinterest-alt:before {
	content: "\f210"
}

.genericon-play:before {
	content: "\f452"
}

.genericon-plugin:before {
	content: "\f439"
}

.genericon-plus:before {
	content: "\f510"
}

.genericon-pocket:before {
	content: "\f224"
}

.genericon-polldaddy:before {
	content: "\f217"
}

.genericon-portfolio:before {
	content: "\f460"
}

.genericon-previous:before {
	content: "\f430"
}

.genericon-print:before {
	content: "\f469"
}

.genericon-quote:before {
	content: "\f106"
}

.genericon-rating-empty:before {
	content: "\f511"
}

.genericon-rating-full:before {
	content: "\f512"
}

.genericon-rating-half:before {
	content: "\f513"
}

.genericon-reddit:before {
	content: "\f222"
}

.genericon-refresh:before {
	content: "\f420"
}

.genericon-reply:before {
	content: "\f412"
}

.genericon-reply-alt:before {
	content: "\f466"
}

.genericon-reply-single:before {
	content: "\f467"
}

.genericon-rewind:before {
	content: "\f459"
}

.genericon-rightarrow:before {
	content: "\f501"
}

.genericon-search:before {
	content: "\f400"
}

.genericon-send-to-phone:before {
	content: "\f438"
}

.genericon-send-to-tablet:before {
	content: "\f454"
}

.genericon-share:before {
	content: "\f415"
}

.genericon-show:before {
	content: "\f403"
}

.genericon-shuffle:before {
	content: "\f514"
}

.genericon-sitemap:before {
	content: "\f507"
}

.genericon-skip-ahead:before {
	content: "\f451"
}

.genericon-skip-back:before {
	content: "\f450"
}

.genericon-skype:before {
	content: "\f220"
}

.genericon-spam:before {
	content: "\f424"
}

.genericon-spotify:before {
	content: "\f515"
}

.genericon-standard:before {
	content: "\f100"
}

.genericon-star:before {
	content: "\f408"
}

.genericon-status:before {
	content: "\f105"
}

.genericon-stop:before {
	content: "\f449"
}

.genericon-stumbleupon:before {
	content: "\f223"
}

.genericon-subscribe:before {
	content: "\f463"
}

.genericon-subscribed:before {
	content: "\f465"
}

.genericon-summary:before {
	content: "\f425"
}

.genericon-tablet:before {
	content: "\f453"
}

.genericon-tag:before {
	content: "\f302"
}

.genericon-time:before {
	content: "\f303"
}

.genericon-top:before {
	content: "\f435"
}

.genericon-trash:before {
	content: "\f407"
}

.genericon-tumblr:before {
	content: "\f214"
}

.genericon-twitch:before {
	content: "\f516"
}

.genericon-twitter:before {
	content: "\f202"
}

.genericon-unapprove:before {
	content: "\f446"
}

.genericon-unsubscribe:before {
	content: "\f464"
}

.genericon-unzoom:before {
	content: "\f401"
}

.genericon-uparrow:before {
	content: "\f500"
}

.genericon-user:before {
	content: "\f304"
}

.genericon-video:before {
	content: "\f104"
}

.genericon-videocamera:before {
	content: "\f517"
}

.genericon-vimeo:before {
	content: "\f212"
}

.genericon-warning:before {
	content: "\f414"
}

.genericon-website:before {
	content: "\f475"
}

.genericon-week:before {
	content: "\f306"
}

.genericon-wordpress:before {
	content: "\f205"
}

.genericon-xpost:before {
	content: "\f504"
}

.genericon-youtube:before {
	content: "\f213"
}

.genericon-zoom:before {
	content: "\f402"
}

.geolocation-chip .noticon {
	display: inline-block;
	vertical-align: middle
}

.geolocation-chip {
	margin-bottom: 1em
}

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0
}

.reblogger-note-content {
	margin: 0 0 20px
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em
}

.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important
}

.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1
}

.reblog-source .more-words {
	color: #668eaa
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px
}

.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em;
	overflow: hidden
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0
}

div#actionbar * {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
	-webkit-user-select: none
}

div#actionbar {
	background: #fff;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: solid 1px #c8d7e1;
	border-radius: 3px;
	opacity: .98;
	height: 35px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1;
	z-index: 50000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	user-select: none;
	-webkit-user-select: none
}

div#actionbar.actnbr-hidden {
	-webkit-transform: translate3d(0, 150px, 0);
	-moz-transform: translate3d(0, 150px, 0);
	-o-transform: translate3d(0, 150px, 0);
	-ms-transform: translate3d(0, 150px, 0);
	transform: translate3d(0, 150px, 0)
}

div#actionbar.actnbr-folded {
	opacity: .7
}

div#actionbar.actnbr-folded:hover {
	opacity: 1
}

div#actionbar ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left
}

div#actionbar li {
	list-style-type: none;
	display: inline-block;
	min-width: 30px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 1
}

div#actionbar li:before {
	display: none
}

div#actionbar li.actnbr-btn {
	margin: 0 2px 0 6px
}

div#actionbar.actnbr-has-customize.actnbr-has-edit li.actnbr-edit {
	margin-right: 5px;
	margin-left: -5px
}

div#actionbar.actnbr-folded li.actnbr-btn {
	margin-right: -5px
}

div#actionbar.actnbr-folded.actnbr-has-customize.actnbr-has-edit li.actnbr-edit {
	margin-right: -3px;
	margin-left: 0
}

div#actionbar li.actnbr-btn>a {
	display: block;
	color: #2e4453;
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	line-height: 1;
	vertical-align: middle;
	transition: none;
	position: relative;
	padding: 10px 8px 10px 32px;
	border: none;
	box-shadow: none
}

div#actionbar li.actnbr-btn>a:hover {
	color: #00aadc;
	background: 0 0
}

div#actionbar li.actnbr-btn>a .gridicon {
	fill: #87a6bc;
	position: absolute;
	top: 6px;
	left: 5px
}

div#actionbar li.actnbr-btn a:hover .gridicon {
	fill: #00aadc
}

div#actionbar li.actnbr-btn a.actnbr-actn-following,
div#actionbar li.actnbr-btn a.actnbr-actn-following:hover {
	color: #4ab866
}

div#actionbar li.actnbr-btn a.actnbr-actn-following .gridicon,
div#actionbar li.actnbr-btn a.actnbr-actn-following:hover .gridicon {
	fill: #4ab866
}

div#actionbar.actnbr-folded li.actnbr-btn a.actnbr-action .gridicon {
	top: 2px
}

div#actionbar.actnbr-folded .actnbr-btn span {
	display: none
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-customize {
	display: none
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-stats {
	display: none
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-edit a .gridicon,
div#actionbar.actnbr-has-customize.actnbr-folded .actnbr-customize a .gridicon {
	top: 2px
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-edit a .gridicon {
	left: 10px
}

div#actionbar li.actnbr-ellipsis {
	position: relative;
	top: 1px;
	right: 2px;
	cursor: pointer;
	padding: 3px 5px 0 8px
}

div#actionbar.actnbr-folded li.actnbr-ellipsis {
	top: 2px
}

div#actionbar .actnbr-ellipsis>.gridicon {
	fill: #4f748e;
	transition: all .15s cubic-bezier(.175, .885, .32, 1.275);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

div#actionbar .actnbr-ellipsis.actnbr-hidden>.gridicon {
	fill: #87a6bc;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

div#actionbar .actnbr-ellipsis.actnbr-hidden>.gridicon:hover {
	fill: #4f748e
}

div#actionbar .actnbr-ellipsis .tip-inner .gridicon {
	margin: 0 5px 0 0;
	vertical-align: middle;
	position: relative
}

div#actionbar .actnbr-popover {
	font-size: 14px;
	padding: 10px;
	z-index: 1000;
	margin-left: 15px;
	position: absolute;
	bottom: 40px;
	right: -13px;
	max-width: 320px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}

div#actionbar li.actnbr-btn .actnbr-popover {
	bottom: 47px;
	right: 26px
}

div#actionbar.actnbr-folded li.actnbr-btn .actnbr-popover {
	right: 21px
}

div#actionbar .actnbr-hidden .actnbr-popover {
	display: none
}

div#actionbar .actnbr-popover.tip-top-left .tip-arrow {
	bottom: 0;
	right: 21px;
	margin-left: -7px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent
}

div#actionbar li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
	left: 74%
}

div#actionbar.actnbr-folded li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
	left: 85%
}

div#actionbar .actnbr-popover .tip-arrow {
	border: 10px dashed #c8d7e1;
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0
}

div#actionbar .actnbr-popover.tip-top-left .tip-arrow:before {
	bottom: 2px;
	border: 10px solid #fff;
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent
}

div#actionbar .actnbr-popover .tip-inner {
	background-color: #fff;
	border: 1px solid #c8d7e1;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1), 0 0 56px rgba(0, 0, 0, .075);
	text-align: center
}

div#actionbar li.actnbr-btn .actnbr-popover .tip-inner .actnbr-reader a {
	display: block;
	margin: 0 0 4px;
	font-weight: 400;
	text-decoration: none;
	color: #00aadc;
	border: none
}

div#actionbar li.actnbr-btn .actnbr-popover .tip-inner .actnbr-reader a:before {
	content: '\f8a3';
	font-family: 'Noticons';
	font-size: 25px;
	margin-right: 3px;
	line-height: 1;
	top: 7px;
	position: relative
}

div#actionbar .tip ul {
	margin-bottom: 10px
}

div#actionbar .tip li {
	display: block;
	border: none
}

div#actionbar .tip li>a {
	position: relative;
	background: inherit;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #2e4453;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 10px 16px;
	text-align: left;
	transition: all .05s ease-in-out;
	min-width: 250px;
	outline: none;
	text-decoration: none
}

div#actionbar li.actnbr-sitename {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px
}

div#actionbar .actnbr-ellipsis .actnbr-fold,
div#actionbar .actnbr-notice .actnbr-login-nudge {
	border-top: 1px solid #f0f0f0;
	margin-top: 10px
}

div#actionbar .actnbr-ellipsis .actnbr-folded-following,
div#actionbar .actnbr-ellipsis .actnbr-folded-follow {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 10px
}

div#actionbar .actnbr-notice .actnbr-follow-count {
	margin-bottom: 10px
}

div#actionbar .actnbr-ellipsis li a:hover .gridicon {
	fill: #fff
}

div#actionbar .actnbr-notice form,
div#actionbar .actnbr-notice .actnbr-login-nudge {
	font-size: 12px;
	color: #2e4453;
	line-height: 17px
}

div#actionbar .actnbr-notice form {
	padding: 2px 16px 6px
}

div#actionbar .actnbr-notice .actnbr-login-nudge {
	padding: 10px 16px 5px
}

div#actionbar .actnbr-notice form input {
	background: #fff;
	border: 1px solid #a8bece;
	font-family: inherit;
	font-size: 14px;
	text-indent: 10px;
	height: 40px;
	width: 100%;
	margin-bottom: 12px;
	padding: 0;
	user-select: text;
	-webkit-user-select: text
}

div#actionbar .actnbr-notice form button {
	background: #00aadc;
	border-color: #008ab3;
	color: #fff;
	border-style: solid;
	border-width: 1px 1px 2px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	overflow: hidden;
	font-weight: 500;
	text-overflow: ellipsis;
	text-decoration: none;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 21px;
	border-radius: 4px;
	padding: 7px 14px 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	text-transform: none;
	-webkit-font-smoothing: auto;
	height: auto;
	width: 100%
}

div#actionbar .actnbr-notice form button[disabled] {
	background: #bceefd;
	border-color: #8cc9e2;
	color: #fff
}

div#actionbar .actnbr-notice .actnbr-button-wrap {
	text-align: right
}

div#actionbar .actnbr-notice form button:hover {
	border-color: #005082;
	color: #fff
}

div#actionbar .actnbr-notice form button:focus {
	border-color: #005082;
	box-shadow: 0 0 0 2px #78dcfa
}

div#actionbar .actnbr-notice .actnbr-login-nudge a {
	color: inherit;
	text-decoration: underline
}

div#actionbar .actnbr-notice .actnbr-login-nudge a:hover {
	color: #00aadc
}

div#actionbar li.actnbr-sitename a {
	font-size: 14px;
	font-weight: 700;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	color: #2e4453;
	text-decoration: none;
	text-align: left;
	border: none;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.7
}

div#actionbar li.actnbr-sitename img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: -1px 5px 0 0;
	display: inline;
	border-radius: 0;
	padding: 0
}

div#actionbar .actnbr-ellipsis li a:hover {
	background: #00aadc;
	color: #fff;
	text-decoration: none;
	border: 0;
	box-shadow: none
}

div#actionbar li.actnbr-sitename a:hover {
	background: 0 0;
	color: #2e4453;
	margin: 0
}

div#actionbar .actnbr-fold {
	padding-top: 10px
}

div#actionbar .actnbr-ellipsis li.actnbr-folded-customize {
	display: none
}

div#actionbar.actnbr-folded.actnbr-has-customize.actnbr-has-edit .actnbr-ellipsis li.actnbr-folded-customize {
	display: block
}

div#actionbar.actnbr-has-follow .actnbr-ellipsis li.actnbr-folded-follow {
	display: none
}

div#actionbar .actnbr-notice .tip-inner {
	padding: 0
}

div#actionbar .actnbr-notice .actnbr-message {
	padding: 15px 20px 20px;
	width: 250px;
	text-align: center;
	line-height: 20px;
	color: #2e4453
}

div#actionbar .actnbr-notice .actnbr-message h3 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 400;
	font-family: inherit;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #2e4453;
	padding: 0;
	line-height: 1em
}

div#actionbar .actnbr-notice .actnbr-message a {
	color: inherit;
	text-decoration: underline
}

div#actionbar .actnbr-notice .actnbr-message a:hover {
	color: #00aadc
}

div#actionbar .actnbr-theme a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

@media (max-width:660px) {
	div#actionbar {
		bottom: 0;
		right: 0;
		padding: 5px 13px;
		border-radius: 0;
		width: 100%;
		height: 44px
	}
	div#actionbar.actnbr-folded {
		opacity: .9;
		width: auto;
		padding: 5px 10px
	}
	div#actionbar>ul {
		text-align: right
	}
	div#actionbar .actnbr-popover {
		right: -10px
	}
	div#actionbar .actnbr-popover.tip-top-left .tip-arrow {
		right: 17px
	}
	div#actionbar li.actnbr-btn .actnbr-popover {
		right: -3px
	}
	div#actionbar li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
		left: 53%
	}
	div#actionbar.actnbr-folded li.actnbr-btn {
		margin-right: 3px !important
	}
}

div#actionbar.actnbr-premium-espresso {
	right: 70px
}

div#actionbar.actnbr-premium-shelf {
	left: 10px;
	right: auto
}

div#actionbar.actnbr-premium-shelf .actnbr-popover {
	right: auto;
	left: -35px
}

div#actionbar.actnbr-premium-shelf .actnbr-popover.tip-top-left .tip-arrow {
	right: auto;
	left: 29px
}

div#actionbar.actnbr-premium-shelf li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow,
div#actionbar.actnbr-premium-shelf.actnbr-folded li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
	left: 26px
}

div#actionbar.actnbr-premium-shelf li.actnbr-btn .actnbr-popover,
div#actionbar.actnbr-premium-shelf.actnbr-folded li.actnbr-btn .actnbr-popover {
	right: 102px;
	left: -26px
}

body.has-playbar div#actionbar.actnbr-premium-obsidian {
	bottom: 50px
}

div#actionbar.actnbr-pub-boardwalk {
	display: none
}

body #habla_window_div.habla_window_div_base {
	margin-right: 160px !important
}

div#translator-launcher {
	bottom: 67px;
	right: 10px;
	left: auto
}

@media (min-width:876px) {
	div#o2-dock {
		right: 230px
	}
}

@media (max-width:876px) {
	div#o2-dock {
		z-index: 50001
	}
}

#scrollUp,
.to-top,
#back-to-top {
	bottom: 55px;
	right: 18px
}

#colophon #searchform input.search-field {
	bottom: 65px
}

#container #masthead #site-branding {
	z-index: 49999;
	bottom: 65px
}

li#wp-admin-bar-follow,
li#wp-admin-bar-admin-bar-likes-widget,
li#wp-admin-bar-wpr-reblog,
ul#wp-admin-bar-blog-secondary {
	display: none !important
}

@media print {
	#actionbar {
		display: none !important
	}
}

/*  4-2-1 */
#jp-post-flair {
	padding-top: .5em
}

div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: 700
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0, 0, 0, .2)
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255, 255, 255, .4)
}

.sd-sharing {
	margin-bottom: 1em
}

.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important
}

.sd-content ul li {
	display: inline-block
}

.sd-content ul li.share-deprecated {
	opacity: .5
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through
}

.sd-block.sd-gplus {
	margin: 0 0 .5em
}

.sd-gplus .sd-content {
	font-size: 12px
}

.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button>a {
	text-decoration: none !important;
	display: inline-block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	border-radius: 3px;
	color: #656565 !important;
	background: #f8f8f8;
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0 5px
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button>a span {
	line-height: 23px
}

.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none;
	vertical-align: top
}

.sd-social-official .sd-content ul li a.sd-button>span {
	line-height: 17px
}

.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .16)
}

.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center
}

.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0
	}
}

.sd-content ul li {
	margin: 0 5px 5px 0;
	padding: 0
}

.jp-sharing-input-touch .sd-content ul li {
	padding-left: 10px
}

.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0
}

.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none
}

body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px
	}
}

@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px
}

.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469'
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410'
}

.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207'
}

.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202'
}

.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222'
}

.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607'
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224'
}

.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210'
}

.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203'
}

.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205'
}

.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb
}

.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606'
}

.sd-social-official .sd-content li.share-telegram a:before {
	color: #08c
}

.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220'
}

.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415'
}

.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608'
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854
}

.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important
}

.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
	width: 1em;
	height: 1em;
	content: "\1F6AB"
}

.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1
}

.sd-social-official .sd-content ul,
.sd-social-official .sd-content ul li {
	line-height: 25px !important
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px
}

.sd-social-official .fb-share-button>span {
	vertical-align: top !important
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px
}

.reddit_button iframe {
	margin-top: 1px
}

.pocket_button iframe,
.pinterest_button,
.twitter_button,
.linkedin_button>span {
	margin: 0 !important
}

.linkedin_button>span,
.pinterest_button a {
	display: block !important
}

.sd-social-official .sd-content .share-skype {
	width: 55px
}

body .sd-social-official li.share-print,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a {
	position: relative;
	top: 0
}

body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0;
	position: relative;
	top: 4px
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span {
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important
}

.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, .2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px
}

.sharing-hidden .inner ul {
	margin: 0 !important
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important
}

.sharing-hidden .inner:before,
.sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff
}

.sharing-hidden ul {
	margin: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a,
.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*=share-] div.option a span {
	line-height: 1
}

.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
	border: none;
	opacity: .6
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
	top: 1px;
	top: 0\9
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
	padding: 8px 8px 6px;
	top: 5px
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0
}

.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0
}

.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
	background: #1877f2;
	color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button {
	color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button {
	background: #08c;
	color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button {
	background: #00aff0;
	color: #fff !important
}

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, .2);
	text-align: left
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: 700;
	display: block;
	padding: 0 0 4px;
	text-align: left;
	text-shadow: none
}

#sharing_email form {
	margin: 0
}

#sharing_email input[type=text],
#sharing_email input[type=email] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px
}

#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em
}

.sd-content .share-customize-link {
	margin-top: 0;
	line-height: 11px
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif
}

@font-face {
	font-family: "social-logos";
	src: url(/National_Library/oe_/https://get.my.blog/wp-content/mu-plugins/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "social-logos";
	src: url(/National_Library/oe_/https://get.my.blog/wp-content/mu-plugins/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);
	src: url(/National_Library/oe_/https://get.my.blog/wp-content/mu-plugins/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6#iefix) format("embedded-opentype"), url("data:application/font-woff;charset=utf-8;base64,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") format("woff"), url(/National_Library/oe_/https://get.my.blog/wp-content/mu-plugins/social-logos/social-logos.ttf?5d3b4da4f6c2460dd842dbf9e0992ea6) format("truetype");
	font-weight: 400;
	font-style: normal
}

.social-logo {
	font-family: "social-logos";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.social-logo__amazon:before {
	content: "\f600"
}

.social-logo__behance:before {
	content: "\f101"
}

.social-logo__blogger-alt:before {
	content: "\f601"
}

.social-logo__blogger:before {
	content: "\f602"
}

.social-logo__codepen:before {
	content: "\f216"
}

.social-logo__dribbble:before {
	content: "\f201"
}

.social-logo__dropbox:before {
	content: "\f225"
}

.social-logo__eventbrite:before {
	content: "\f603"
}

.social-logo__facebook:before {
	content: "\f203"
}

.social-logo__feed:before {
	content: "\f413"
}

.social-logo__flickr:before {
	content: "\f211"
}

.social-logo__foursquare:before {
	content: "\f226"
}

.social-logo__ghost:before {
	content: "\f61c"
}

.social-logo__github:before {
	content: "\f200"
}

.social-logo__google-plus-alt:before {
	content: "\f218"
}

.social-logo__google-plus:before {
	content: "\f206"
}

.social-logo__instagram:before {
	content: "\f215"
}

.social-logo__linkedin:before {
	content: "\f207"
}

.social-logo__mail:before {
	content: "\f410"
}

.social-logo__medium:before {
	content: "\f623"
}

.social-logo__path-alt:before {
	content: "\f604"
}

.social-logo__path:before {
	content: "\f219"
}

.social-logo__pinterest-alt:before {
	content: "\f210"
}

.social-logo__pinterest:before {
	content: "\f209"
}

.social-logo__pocket:before {
	content: "\f224"
}

.social-logo__polldaddy:before {
	content: "\f217"
}

.social-logo__print:before {
	content: "\f469"
}

.social-logo__reddit:before {
	content: "\f222"
}

.social-logo__share:before {
	content: "\f415"
}

.social-logo__skype:before {
	content: "\f220"
}

.social-logo__spotify:before {
	content: "\f515"
}

.social-logo__squarespace:before {
	content: "\f605"
}

.social-logo__stumbleupon:before {
	content: "\f223"
}

.social-logo__telegram:before {
	content: "\f606"
}

.social-logo__tumblr-alt:before {
	content: "\f607"
}

.social-logo__tumblr:before {
	content: "\f214"
}

.social-logo__twitch:before {
	content: "\f516"
}

.social-logo__twitter-alt:before {
	content: "\f202"
}

.social-logo__twitter:before {
	content: "\f610"
}

.social-logo__vimeo:before {
	content: "\f212"
}

.social-logo__whatsapp:before {
	content: "\f608"
}

.social-logo__wordpress:before {
	content: "\f205"
}

.social-logo__xanga:before {
	content: "\f609"
}

.social-logo__youtube:before {
	content: "\f213"
}

img.latex {
	border: none;
	vertical-align: middle
}

.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%
}

.hidden {
	display: none
}

.screen-reader-text {
	position: absolute;
	left: -1000em
}

.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%
}

.simple-homepage {
	display: none
}