.uppercase {
    text-transform: uppercase;
}
#bannerTitle > div {
    padding: 0 1em;
}
#bannerTitle > div:nth-child(2) {
    top: 13vw;
    font-size: 1em;
}
#bannerTitle > div:nth-child(3) {
    display: none;
}
.filterSearch {
    margin-top: 20px;
}
.filterSearch input[type=text] {
    padding: 8px 16px;
    margin-top: -5px;
    font-family: rmedium;
    color: rgba(2, 55, 95, 1);
    border: 2px solid rgba(240, 240, 240, 1);
    border-radius: 3px;
}
.filterSearch input[type=submit] {
    padding: 15px 20px;
    width: 145px;
}
.filterSearch > .center, #filterBlogs, #searchBlogs {
    display: inline-block;
    vertical-align: middle;
}
.filterSearch .filterText {
    color: #02375f;
}
#searchBlogs {
    position: absolute;
    right: 0;
}
.filterWidth {
    width: 15%;
    margin: 0 20px;
    min-width: 250px;
}
.searchBox {
    padding: 3px;
    margin-top: 10px;
}
.searchBox > .floatleft > select {
    padding: 8px 16px;
    margin-top: -5px;
    font-family: rmedium;
    color: rgba(2, 55, 95, 1);
    border: 2px solid rgba(240, 240, 240, 1);
    border-radius: 3px;
    background: url(../images/selectDownArrow.png) no-repeat right #fff;
}
#searchBlogAppend {
    position: absolute;
    right: 23px;
    bottom: 0px;
}
#searchBlogAppend button {
    background: rgba(2, 55, 95, 1);
    width: 45px;
    height: 45px;
    padding: 8px;
    border-radius: 0px 5px 5px 0px;
    border: 0.032em solid #fff;
    cursor: pointer;
}
#searchBlogAppend img {
    vertical-align: middle;
}
#blogSearchResults {
    padding-bottom: 80px;
}
#blogSearchResults .searchResult {
    width: 360px;
    height: 630px;
    margin: 0 calc((100% - 1080px) / 6) 3em calc((100% - 1080px) / 6);
}
.latestBlogWrapper, .relatedArticleWrapper {
    width: 100%;
    padding: 0 2em;
    height: 108px;
    margin-bottom: 1em;
}
.latestBlogBox, .relatedArticleBox {
    margin: 0 auto !important;
    width: 100% !important;
    height: 108px;
    position: relative;
    display: block;
    text-align: left;
    transition: all 0.2s ease-out;
    overflow: hidden;
}
.latestBlogBox:hover, .relatedArticleBox:hover {
    background: #f2f2f2;
    color: #464646 !important;
}
.latestBlogBox::before, .relatedArticleBox::before {
    content: '';
    background: rgba(255,255,255,0.08);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
}
.latestBlogBox .latestBlogThumbnail, .relatedArticleBox .relatedArticleThumbnail {
    width: 30%;
    height: 100%;
    display: inline-block;
    transition: filter 0.2s ease;
}
.latestBlogBox .latestBlogTitleWrapper, .relatedArticleBox .relatedArticleTitleWrapper {
    width: 65%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
    padding: 21.6px 0;
}
.latestBlogBox .latestBlogTitle, .relatedArticleBox .relatedArticleTitle {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogBox {
    margin: 0 auto !important;
    width: 100% !important;
    height: 630px;
    position: relative;
    display: block;
    text-align: left;
    border: 1px solid #007ba7;;
    transition: all 0.2s ease-out;
    overflow: hidden;
}
.blogBox::before {
    content: '';
    background: rgba(255,255,255,0.08);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
}
.blogBox .blogThumbnail {
    width: 100%;
    height: 300px;
    display: block;
    transition: filter 0.2s ease;
}
.blogBox .blogCategories {
    color: rgba(96, 178, 216, 1);
    font-weight: normal;
    margin-top: 1em;
    text-align: center;
    font-size: 14px;
    height: 22px;
}
.blogBox .blogCategories > a:nth-child(2)::before, .blogBox .blogCategories > a:nth-child(3)::before {
    content: ' | ';
    color: #ff5400;
}
.blogBox .blogDate {
    margin-top: 2em;
    color: gray;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}
.blogBox .blogTitle {
    margin-top: 0.25em;
    text-align: center;
    font-size: 24px;
    color: black;
    font-weight: bold;
    padding: 0 1em;
    height: 96px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogBox .blogContent {
    margin-top: 1em;
    font-size: 16px;
    color: gray;
    text-align: center;
    padding: 0 1em;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogBox .blogLink {
    margin-top: 1em;
    font-size: 16px;
    color: #ff5400;
    font-weight: bold;
    text-align: center;
    display: block;
}
#blogPagination .blogPagination {
    height: 23px;
    width: 23px;
    margin: 0 0.3em;
    border: 1px solid #007ba7;
    color: white;
    background: #007ba7;
    display: inline-block;
    box-sizing: content-box;
    line-height: 22px;
}
#blogPagination .blogPagination.active {
    color: #007ba7;
    background: white;
}
#blogPagination div.center > a:first-child {
    background: url(https://www.andersonvacation.com/css/images/AV_Blog_Sprite.png) no-repeat;
    background-position: -5px -5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}
#blogPagination div.center > a:last-child {
    background: url(https://www.andersonvacation.com/css/images/AV_Blog_Sprite.png) no-repeat;
    background-position: -33px -5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}
#blogPostContent, #relatedBlogs {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#blogPostContent {
    display: inline-block;
    width: 60%;
}
#blogPostContent #blogContent img {
    max-width: 100%;
    /* width: auto;
    height: auto; */
}
#blogContent ol {
    list-style-type: decimal;
    list-style-position: inside;
}
#blogContent ol > li > * {
    display: inline;
}
#blogContent ol > li {
    margin: 1em 0;
}
#blogContent ul {
    list-style-type: disc;
    list-style-position: inside;
}
#blogContent h2 {
    font-size: 26px;
    font-family: 'rcregular';
    font-weight: normal;
    color: #02375f;
}
#blogContent h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: 'rcregular';
    color: #02375f;
    margin-top: 0;
}
#blogContent h4 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'rcregular';
    color: #02375f;
}
#blogContent h5 {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    font-family: 'rcregular';
    margin-top: 0;
}
#blogContent h6 {
    font-family: 'rcregular';
    font-weight: normal;
    font-size: 16px;
}
#blogContent table {
    table-layout: fixed;
    white-space: normal;
}
#relatedBlogs {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}
#relatedBlogs > div {
    width: 90%;
    margin: 0 0 0 auto;
}
#blogPostBreadcrumbs {
    color: rgba(96, 178, 216, 1);
    margin-top: 1em;
    font-size: 16px;
}
#blogPostBreadcrumbs > span.active {
    font-weight: bold;
    color: #01a9bd;
}
#blogPostBreadcrumbs > span:nth-child(n+2)::before {
    content: ' | ';
    color: #ff5400;
}
#blogDateCategories {
    margin-top: 2em;
    font-size: 16px;
}
#blogDateCategories > div:first-child {
    float: left;
    color: gray;
}
#blogDateCategories > div:last-child {
    float: right;
    color: rgba(96, 178, 216, 1);
}
#blogDateCategories > div:last-child > a:nth-child(n+2)::before {
    content: '  |  ';
    color: #ff5400;
    font-weight: bold;
}
#blogPostContent #blogContent {
    padding: 2em 2em 0 2em;
}
#blogSocials {
    padding: 60px 0;
    text-align: center;
}
#blogSocials > h6 {
    font-style: italic;
    margin-bottom: 0.5em;
}
#blogSocials #blogFacebook {
    background: url(https://www.andersonvacation.com/css/images/AV_Blog_Sprite.png) no-repeat;
    background-position: -10px -50px;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
}
#blogSocials #blogTwitter {
    background: url(https://www.andersonvacation.com/css/images/AV_Blog_Sprite.png) no-repeat;
    background-position: -59px -50px;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    display: inline-block;
}
#blogContentTourHeader {
    color: rgba(2, 55, 95, 1);
    font-weight: bold;
}
#blogContentTourInfo > div {
    margin-bottom: 2em;
}
#nextPreviousBlogs {
    margin-top: 0;
    padding-top: 0;
}
#nextPreviousBlogsInContent {
    display: none;
}
#nextPreviousBlogs hr, #nextPreviousBlogsInContent hr {
    background-color: gray;
    margin: 20px 0;
    height: 2px;
}
#previousBlog {
    float: left;
    color: #60b2d8;
    width: 40%;
}
#nextBlog {
    float: right;
    color: #60b2d8;
    width: 40%;
    text-align: right;
}
#previousBlog:hover, #nextBlog:hover {
    opacity: 0.75;
}
#previousBlog span.arrow, #nextBlog span.arrow {
    color: rgba(2, 55, 95, 1);
    font-weight: bold;
}
#previousBlog span.arrow > span {
    background: url(https://www.andersonvacation.com/css/images/AV_Blog_Sprite.png) no-repeat;
    background-position: -74px -5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}
#nextBlog span.arrow > span {
    background: url(https://www.andersonvacation.com/css/images/AV_Blog_Sprite.png) no-repeat;
    background-position: -102px -5px;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}
#relatedBlogs > #relatedArticles {
    margin-bottom: 60px;
}
#latestPosts h6, #relatedArticles h6 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #007ba7;
    font-family: 'rcregular';
}
#latestPosts hr, #relatedArticles hr {
    height: 2px;
    margin: 20px 0;
    background-color: #007ba7;
}
.latestBlogWrapper a, .relatedArticleWrapper a {
    color: black;
}
figure.image {
    display: table;
    margin: 0 auto;
}
figure.image > figcaption {
    text-align: left;
    font-size: 12px;
}

@media only screen and (max-width: 1350px) {
    #bannerTitle.blogHome > div:first-child, #bannerTitle.blogHome > div:nth-child(2) {
        display: none;
    }
    #bannerTitle > div:nth-child(3) {
        display: block;
    }
    .filterSearch > .center, #filterBlogs, #searchBlogs {
        display: block;
    }
    .filterSearch {
        margin-top: 1em;
    }
    .filterSearch > .center > div {
        text-align: center !important;
    }
    #filterBlogs > .searchBox > div {
        margin-top: 0;
        margin-bottom: 0;
        float: none;
        display: inline-block;
    }
    #searchBlogs {
        position: relative;
        right: unset;
        width: 100%;
        margin-top: 1em;
    }
    #searchBlogs > .searchBox > div {
        float: none;
        display: inline-block;
        margin-top: 0;
    }
    #searchBlogAppend {
        position: absolute;
        right: 0;
        left: 207px;
        bottom: 3px;
    }
    #searchBlogAppend button {
        width: 44px;
        height: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    #blogSearchResults .searchResult {
        margin: 0 calc((100% - 720px) / 4) 3em calc((100% - 720px) / 4);
    }
}
@media only screen and (max-width: 1000px) {
    .filterWidth {
        width: 25%;
        margin: 0 20px;
        min-width: unset;
    }
    #searchBlogs .filterWidth {
        width: 50%;
    }
    #searchBlogAppend {
        left: 44%;
    }
    #blogPostContent, #relatedBlogs {
        width: 100%;
        display: block;
        margin-bottom: 60px;
    }
    .relatedArticleWrapper, .latestBlogWrapper {
        padding: 0;
    }
    #blogPostBreadcrumbs {
        text-align: center;
    }
    #blogDateCategories > div {
        float: none !important;
        text-align: center;
    }
    #blogDateCategories > div:first-child {
        margin-bottom: 0.5em;
    }
    #nextPreviousBlogs {
        display: none;
    }
    #nextPreviousBlogsInContent {
        display: block;
    }
    #relatedBlogs > div {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 800px) {
    #bannerTitle > div {
        font-size: 0.8em;
    }
    #blogSearchResults .searchResult {
        margin: 0 calc((100% - 360px) / 2) 3em calc((100% - 360px) / 2);
    }
}
@media only screen and (max-width: 650px) {
    #blogSearchResults {
        margin-top: 30px;
    }
    #filterBlogs > .searchBox > div {
        width: 30%;
        margin: 0 5px;
        font-size: 12px;
    }
    #searchBlogs > .searchBox > div {
        font-size: 12px;
    }
    #searchBlogAppend > button {
        width: 35px;
        height: 35px;
    }
}