.pageBody {
    color: white;
    font-family: 'Montserrat';
    background-color: white;
}

.pageHeader {
    background-color: #131313;
}

.blogCategories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
    
.blogCategory {
    width: 45%;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    background-color: #ddd;
    height: auto;
}

.blogCategory:hover {
    background-color: #8895a7;
    color: #e3e3e3;
}

.blogCatInner {
    width: 100%;
    height: 95%;
    display: flex;
}

.blogCatInnerLeft {
    width:120px;
    padding-right: 15px;
    padding-top: 5px;
}

.blogTileImage {
    width:120px;
}

.blogH2 {
    margin-top: 5px;
}

.blogH3 {
    margin-top:0px;
    margin-bottom: 0px;
}

.blogTileReadTime {
    font-size: 14px;
    font-style: italic;
}

.blogTileDesc {
    margin-top: 0px !important;
}


.blogContainer {
    max-width: 1000px;
    min-height: 90vh;
    margin: auto;
    padding: 10px 15px 30px 15px;
    background-color: white;
    font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;
    color: #383838;
    font-size: 18px;
    line-height: 30px;
    overflow-wrap: break-word;
}

.blogContainer p {
    font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;
    color: #383838;
    font-size: 18px;
    line-height: 30px;
    overflow-wrap: break-word;
}

.blogMainTitle {
    top: 5px;
    position: relative;
}

.blogMainContent {
    padding: 1px 2px 50px;
    margin-bottom: 60px;
    background-color: #ffffff;
    position: relative;
    top: 10px;
}

.readingTime {
    font-size: 15px;
    font-style: italic;
    color: #747474;
    line-height: 22px;
}

.articleAuthor {
    font-size: 18px;
    color: #585858;
    line-height: 22px;
}

.blogWrittenBy {
    margin: 0px;
    font-size: 14px !important;
    line-height: 20px !important;
}

.blogAuthorName {
    margin: 0px;
    font-size: 18px !important;
    line-height: 24px !important;
}

.articleAuthor {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.articleAuthorImage {
    float: left;
    padding: 5px;
}

.blogAuthorThumbnail {
    width: 50px;
}

.blogSecondLevelContent {
    padding: 0px 10px;
}

.blogSecondLevelContent {
    padding: 0px 0px;
}

figure {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

figure img {
    width:100%;
}

.blogImage {
    width:50%;
}

.blogDesktopImage {
    display: flex;
    justify-content: center;
}

.blogDesktopImage img {
    width: 100%;
}

.blogMobileImage {
    display: none;
}

.blogMobileImage img {
    width: 100%;
}

figcaption {
    text-align: center;
    font-style: italic;
    margin-top: 15px;
    font-size: 15px;
}

p a:link {
    text-decoration: underline;
    cursor: pointer;
    color: inherit;
}

/*p a:after {
    content: " " url(/images/internal-link-icon-dark.png);
}*/

.blogTweetEmbed {
    display: flex;
    justify-content: center;
}

.blogBenefitCallout {
    border: 1px solid #536a86;
    padding: 1px 20px 20px;
    margin-top: 25px;
    border-radius: 5px;
}

h1 {
    color: inherit;
    font-size: 26px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 0px;
}

h2 {
    font-size: 20px;
    color: inherit;
    font-family: 'Montserrat';
    font-weight: 400;
}

h3 {
    margin-top: 16px;
    margin-bottom: 15px;
    font-size: 20px;
    color: inherit;
    font-family: 'Montserrat';
    font-weight: 400;
}

h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    color: inherit;
    font-family: 'Montserrat';
    font-weight: 400;
}

.blogBreadcrumbLink {
    font-size: 12px;
    font-family: 'Montserrat';
}

.blogBreadcrumbs p {
    margin: 0;
    font-size: 14px;
    font-family: 'Montserrat';
} 

.blogCTA {
    width:100%;
    text-align: center;
}

.blogCTAButton {
    width: auto;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: white;
    background-color: #232a33;
    font-family: inherit;
    outline: none;
    border: none;
    margin-top: 10px;
    cursor:pointer;
    border-radius: 5px;
    padding: 1px 10px;
}

.blogCTAButton:hover {
    background-color: #8895a7; 
}

.newsletterSignUpCallout {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.newsletterSignupButton {
    width: 220px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: #232a33;
    font-family: 'Montserrat';
    outline: none;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.newsletterSignupButton:hover {
    background-color: #8895a7;
}
    

@media screen and (max-width: 420px) {

.blogContainer {
    padding: 0px 10px 30px 10px;
}

.blogBreadcrumbs {
    padding: 15px 0px;
}

.blogH2 {
    margin-top: 0px;
}

.blogMainTitle {
    margin-left: 5px;
}

.blogCatInner {
    flex-direction: column;
}

.blogMainContent {
    border-radius: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

.newsletterSignupButton {
    width: 100%;
}

.blogCategory {
    width: 90%;
}

.blogSecondLevelContent {
    padding: 0px 5px;
}

figure {
    margin: 0px;
}

.blogImage {
    width:100%;
}

.blogDesktopImage {
    display: none;
}

.blogMobileImage {
    display: flex;
}

.blogCTAButton {
    font-size: 15px;
    padding: 1px 8px;
}
    

}
