/*
Theme Name: National Security Language Initiative for Youth
Theme URI: https://www.social-ink.net
Description: Architecture + Code based on Old Design from NSLI-Y
Version: 1
Author: Social Ink
Author URI: https://www.social-ink.net
*/
* {
    box-sizing: border-box;
}
.onepage {
    clear: both;
    min-height: 600px;
    margin-bottom: 10em;
}
section.carousel {
    position: relative;
}
.content {}
.sidebar-on .content {
    max-width: 70%;
}
.onepage.sidebar-off .content {
    max-width: 100%;
}
.content .text {}
.content.nosidebar {
    float: none;
    width: 100%;
}
.fb_container {
    display: none;
}
.sink_dropdown li {
    margin-left: 0;
}
.pageinfo {}
.hero-exists .pageinfo {
    display: none !important;
}
.expander_section {}
.expander_section header a:after {
    content: " +";
}
.expander_section header a.activated:after {
    content: " -";
}
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    margin-top: 0;
    line-height: 1.5em;
    margin-top: 0;
}
.fancyfont {}
.pageinfo h1 {}
.text {}
.text p {}
.text p:last-child {
    margin-bottom: 0;
}
.text h1 {}
.text h2 {}
.text h3 {}
.text ul {
    margin-bottom: 1em;
    margin-left: 2em;
    font-size: 1.1em;
}
.text ul li {
    list-style-type: disc;
    margin-left: 1em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}
.content .col-xs-12.col-sm-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.text ul li ul {
    margin-top: 5px;
}
.text ul li ul li {
    font-size: .9em;
    list-style: circle;
}
.text ol li {
    margin-bottom: 0.5em;
}
.module_wys a.button,
.text a.button {
    background: transparent;
    color: #74c046;
    text-align: center;
}
.backgrounded_image {
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    width: 100%;
}
.backgrounded_image:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.backgrounded_image>div {
    position: relative;
}
.ie8,
.ie9 {}
.ie7 {}
input[type="text"] {
    padding: 0.5em;
}
.button,
.wpcf7 input[type="submit"],
input[type="submit"] {
    background: none repeat scroll 0 0 #44d1ff;
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 0.75em;
}
.button:hover,
input[type="submit"]:hover {
    box-shadow: 0 0 1px #111;
    text-decoration: none;
}
.button:active,
input[type="submit"]:active {
    box-shadow: inset 0 0 1px #222;
    outline: 0;
}
.button:focus,
input[type="submit"]:focus {
    outline: 0;
}
.mobile_expansion {
    visibility: hidden;
}
.mobile_expansion+label.mobile_expand_search {
    border: none;
}
.mobile_expansion:checked+label {
    border: 0.2em solid;
    height: 0.78em;
    width: 0.78em;
    border-radius: 100%;
}
.mobile_expansion+label.icon-search {
    border: 0 !important;
    margin-top: -5px;
}
.menu_horizontal li {
    display: inline-block;
    list-style: none;
}
#header {
    width: 100%;
}
.header_inner.desktop_only {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1em;
    height: 50px;
    font-size: 1.05em;
}
.logo {
    width: 120px;
    text-transform: uppercase;
}
.logo a {
    display: flex;
    align-items: center;
}
.logo img {
    width: 40px;
}
.logomark {
    font-size: 1.4em;
    display: inline-block;
    margin-left: 0.5em;
}
.sink_dropdown_container {
    margin-left: auto;
    margin-right: auto;
}
.topmenu {
    margin-left: auto;
}
.topmenu ul {
    display: flex;
    justify-content: space-between;
}
.header_inner.desktop_only .sink_dropdown>li>a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 11px;
}
.header_inner.desktop_only .sink_dropdown>li>a:hover {
    background: rgba(115, 189, 69, 1);
}
.sink_dropdown>li.hover>ul {
    background: #fff;
}
.btn-interactive,
a.button,
button {
    border: 2px solid #74c046;
    color: #fff;
    padding: 0.4em 1em;
    margin-left: auto;
}
a.hero-button {
    border: 2px solid #fff;
    color: #fff;
    padding: 0.5em 0.75em;
    margin-left: auto;
    display: inline-block;
    margin-right: 1em;
    font-size: 1.1em;
}
a.hero-button:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}
.topmenu li {
    margin-right: 1em;
}
.topmenu li:after {}
.topmenu li.last_item {
    margin-right: 0;
}
.topmenu li a {}
.topmenu li[class*="current"] a,
.topmenu li:hover a {
    text-decoration: none;
}
.socialmedia {}
.socialmedia ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
    margin: auto;
}
.socialmedia ul li {
    margin-left: 0;
    flex: 1;
    flex-basis: 10px;
}
.socialmedia ul li.media-link-discord {
    margin-top: 2px;
}
.socialmedia a {}
.socialmedia svg {
    width: 20px;
    fill: #fff;
}
.addthis_toolbox {
    display: flex;
    justify-content: center;
}
#footer .action-item.connect h3 {
    margin-top: 16px;
}
header ul.sink_dropdown>li.menu-item-has-children>a:after {
    content: " ▼";
    font-size: 7px;
    margin-left: 4px;
    vertical-align: middle;
}
.crumbs {
    margin-bottom: 1em;
    font-size: 12px;
}
.crumbs.menu_horizontal li {
    margin-left: 0;
}
.crumbs li:after {
    content: ">";
    margin-left: 1em;
}
.crumbs li a {}
.crumbs li:last-child:after {
    content: "";
}
.crumbs li:last-child a {
    color: inherit;
}
.sidebar {
    width: 260px;
}
.updates {
    background: rgba(0, 0, 0, 0.1);
    padding: 2em;
    margin-bottom: 2em;
}
.updates h3 {}
.updates label {
    color: inherit;
    font-size: 1em;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.updates button {
    color: #74c046;
    display: inline-block;
    margin-top: 1em;
    background: transparent;
    padding: 0.7em 1em;
}
.updates button:hover {
    color: #fff;
    background: #74c046;
}
.updates .row.flexible {
    margin-bottom: 1em;
}
.updates .row.flexible>div {}
.updates .row.flexible>div input {
    width: 100%;
}
.socialink-tab-container>nav ul {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
}
.socialink-tab-container>nav ul li {
    list-style: none;
    margin-right: 0;
    margin-left: 0;
    flex-grow: 1;
    border-bottom: 2px solid #ddd;
}
.socialink-tab-container>nav ul li.active {
    border-bottom: none;
}
.socialink-tab-container>nav ul li a {
    display: block;
    font-size: 1.1em;
    text-align: center;
    font-weight: 300;
    padding: 1em 0;
    color: #007ac2;
}
.socialink-tab-container>nav ul li.active a,
.socialink-tab-container>nav ul li:hover a {
    text-decoration: none;
    color: #555;
    border-color: #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
}
.socialink-tab-container .tab-contents {
    height: 600px;
    overflow-y: auto;
    margin-top: -1px;
}
.socialink-tab-container .tab-contents .tab {
    display: none;
}
.socialink-tab-container .tab-contents .tab.active {
    display: block;
}
.home .carousel {
    padding-top: 50px;
}
.herospot {
    background-position: center center;
    background-size: cover;
    height: 400px;
    height: calc(100vw / 4);
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #67983f;
}
.home .herospot {
    height: calc(100vw / 4);
}
.title_holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.title_holder h1 {
    font-size: 5em;
    max-width: 70%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}
.notitle .title_holder {
    display: none;
}
.herospot.contained {}
.herospot.semantic:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.herospot.semantic>article,
.herospot.semantic>div,
.herospot.semantic>section {
    position: relative;
}
.slides li {
    margin: 0;
    list-style: none;
}
.socialink-module .slideshow_area {
    max-height: 400px;
    height: calc(100vw / 5);
    min-height: 280px;
}
.socialink-module .slideshow_area div.slide {
    background-position: center center;
    background-size: cover;
    height: calc(100vw / 5);
    width: 100%;
    position: relative;
    min-height: 280px;
}
.slideshow_area div.slide .centering_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: 70%;
    color: #fff;
}
#header .slideshow_area {
    position: absolute;
    top: 0;
    height: 600px;
    left: 0;
    max-height: 600px;
}
#header .slideshow_area div.slide {
    max-height: 600px;
    height: 600px;
}
#header.nsli-blue-bg {
    position: fixed;
    z-index: 9999;
}
.slidecontent {
    margin: 1em 0;
}
.socialink-module section.carousel {
    height: calc(100vw / 5);
    position: relative;
    min-height: 280px;
}
.home .slick-slide img {
    max-width: 370px;
}
.slide_dots {
    color: #fff;
    font-size: 2em;
    left: 2%;
    position: absolute;
    z-index: 300;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -85px;
}
ul.socialink-dots {
    display: flex !important;
    align-items: center;
}
.slide_dots li {
    cursor: pointer;
    list-style: circle;
}
.slide_dots li.slick-active {
    font-size: 32px;
    line-height: 1.3;
    list-style: disc;
}
.slide_dots li button {
    display: none;
}
.slide_dots li button::before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}
.slide_dots li.slick-active button:before {}
.slide_nav {
    color: #fff;
    font-size: 2em;
    left: 2%;
    position: absolute;
    z-index: 300;
    top: 45%;
}
.slide_nav a:before {
    text-shadow: 1px 1px 3px #111;
}
.home .slide_nav {}
.slide_nav a {
    color: #fff;
}
.slide_nav a:active,
.slide_nav a:focus,
.slide_nav a:hover {
    text-decoration: none;
    color: #2d2c28;
}
.slide_nav.left {}
.slide_nav.right {
    left: auto;
    right: 2%;
}
.home header+.centering_box {
    max-width: inherit;
}
.home .onepage {
    padding-top: 0;
    margin-bottom: 0;
}
.onepage.bg_image_fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.middlepage .inner {
    background: rgba(0, 122, 194, 0.8);
    width: 480px;
    margin-left: auto;
    margin-top: 3em;
    color: #fff;
    padding: 3em;
    margin-right: 2em;
}
.middlepage {
    padding: 4em 0;
}
.middlepage.lower .inner {}
.middlepage.lower .inner label {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}
.form-group .row {
    display: flex;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.middlepage.lower .inner p {
    font-size: 1.2em;
}
.btn.btn-white {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.col-sm-6 {
    width: 50%;
    padding-right: 1em;
}
.col-sm-6:last-child {
    padding-right: 0;
}
.onepage .middlepage .inner a {
    color: #fff;
    text-decoration: underline;
}
.onelink {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
}
.onelink .langlink_circle {
    transition: all 0.2s ease;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px;
    border: 3px solid #111;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.onelink .langlink_circle:hover {
    border: 3px solid #fff;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.onelink .langlink_circle a {
    display: block;
    width: 100%;
    height: 100%;
}
.onelink h2 {
    font-size: 1.4em;
    margin-top: 1em;
}
.onelink h2 a {
    color: #fff;
}
.bg-blue80 p {
    font-size: 1.5em;
}
p.lead {
    text-align: center;
    font-size: 1.5em;
}
.bottom.letter_background h1 {
    text-align: center;
    font-size: 2.25em;
}
.bottom.letter_background .field_wysiwyg p {
    text-align: center;
}
.lang_links {
    justify-content: center;
}
.innerpage.flexible {
    flex-wrap: nowrap;
}
.content blockquote {
    quotes: "“""”""‘""’";
    padding: 20px;
    font-size: 1em;
    color: #007ac2;
    position: relative;
    border: 0;
    margin: 30px;
    font-weight: normal;
    text-align: center;
    font-size: 1.4em;
    font-style: inherit;
}
blockquote::before {
    content: open-quote;
    top: 20px;
    left: -20px;
}
blockquote::after,
blockquote::before {
    font-size: 5em;
    display: block;
    position: absolute;
    font-family: serif;
    line-height: 0;
    color: #ccc;
}
blockquote::after {
    content: close-quote;
    bottom: 0;
    right: -20px;
}
.alert-info {
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
    border: 1px solid;
    padding: 2em;
}
.module-blueblocks .onecolumn {
    width: 24%;
    background: #08abd6;
    text-align: center;
    padding: 1em;
    color: #fff;
}
.module-blueblocks .onecolumn h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
.module-imageblocks .onecolumn {
    border: 1px solid #08abd6;
    text-align: center;
    width: 32%;
}
.module-imageblocks .onecolumn img {
    width: 100%;
}
.module-imageblocks .onecolumn h3 {
    color: #08abd6;
    padding: 1em;
    font-size: 1.3em;
    margin: 0;
}
.module-slideshow .slide {
    background: #fff;
}
.module-slideshow .slide_nav a {}
.module-slideshow .slide_dots {
    color: #111;
}
.carousel .header {
    text-align: center;
}
.carousel .header h1 {
    font-size: 4em;
}
.carousel .slidecontent p {
    text-align: center;
}
.carousel .slidecontent blockquote {
    font-size: 1.25em;
    text-align: center;
    color: #007ac2;
}
.carousel .slidecontent blockquote:before {
    content: "“";
    color: #eaeaea;
    font-family: Georgia, serif;
    font-size: 5em;
}
.carousel .slidecontent blockquote:after {
    content: "”";
    color: #eaeaea;
    font-family: Georgia, serif;
    font-size: 5em;
}
.onequestion h3 {
    font-size: 1em;
    font-weight: bold;
    padding: 0.75em 2em;
    margin-bottom: 0.25em;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0.5em center;
    background-color: #f1f1f1;
    cursor: click;
    background-image: url("assets/icons/icon-arrow_right.svg");
    background-size: 10px;
}
.onequestion .module_wys {
    padding: 1em 2em;
    display: none;
}
.onequestion.activated .module_wys {
    display: block;
    margin-bottom: 0;
}
.onequestion.activated .module_wys p:last-child {
    margin-bottom: 0.2em;
}
.onequestion.activated h3 {
    background-image: url("assets/icons/icon-arrow-down.svg");
}
.socialink-module h2 {
    margin-bottom: 0.2em;
}
.socialink-module {
    margin-bottom: 0;
    margin-top: 0;
}
.socialink-module.module-slideshow {
    padding-top: 0;
}
.module-linkedblocks .flexible {
    justify-content: flex-start;
}
.module-linkedblocks .onecolumn {
    border: 1px solid #007ac2;
    width: 31%;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
    margin-right: 16px;
}
.module-linkedblocks .onecolumn h3 {
    margin-bottom: 0;
    font-size: 1.3em;
    line-height: 1.2;
}
.home .slide_nav svg path {
    fill: #fff !important;
}
.stories_content {
    justify-content: flex-start;
}
.stories_content .oneperson {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 2%;
    border: 1px solid #73bd45;
    display: flex;
    flex-direction: column;
}
.stories_content .oneperson h2 {
    background: #73bd45;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    display: block;
    text-align: center;
    padding: 1em 0.75em;
    margin-bottom: 0;
}
.person_detail_popup .desc,
.stories_content .oneperson .desc {
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #111;
}
.stories_content .oneperson .person_inner {
    flex-wrap: nowrap;
    padding: 1em;
}
.stories_content .oneperson .person_inner .left {
    flex-shrink: 4;
    padding-right: 1em;
    font-size: .95em;
}
.stories_content .oneperson .person_inner .right {
    width: 150px;
}
.stories_content .oneperson .person_more {
    background: #00aad4;
    color: #fff;
    text-align: center;
    margin-top: auto;
}
.stories_content .oneperson .person_more a {
    display: block;
    color: #fff;
    padding: 0.5em;
}
.person_detail_popup {
    width: 60%;
    padding: 0;
}
.person_detail_popup .inner {}
.person_detail_popup h4 {
    color: #003468;
    text-transform: inherit;
    font-size: 2em;
    border-bottom: 1px solid#ccc;
    text-transform: inherit;
    font-size: 2em;
    padding: 0.5em;
    margin-bottom: 0.5em;
}
.person_detail_popup .detail_expanded .left {
    flex-shrink: 4;
    padding-right: 1em;
    margin-bottom: 2em;
}
.person_detail_popup .detail_expanded .right {
    width: 150px;
}
.person_detail_popup .closeall {
    background: #003468;
    padding: 1em;
    display: flex;
    justify-content: flex-end;
}
.person_detail_popup .detail_expanded.flexible {
    flex-wrap: nowrap;
    padding: 1em 1em 0;
}
.person_detail_popup .closeall a {
    color: #fff;
    display: inline-block;
    padding: 0.5em 0.75em;
    border: 1px solid #fff;
}
.person_detail_popup .closeall a:hover {
    color: #003468;
    text-decoration: none;
    background: #fff;
}
.person_detail_popup a.story_url {
    color: #73bd45;
    display: inline-block;
    padding: 0.5em 0.75em;
    border: 1px solid #73bd45;
}
.person_detail_popup a.story_url:hover {
    color: #73bd45;
    text-decoration: none;
    background: #fff;
}
.subfooter {
    margin: 2em 0;
}
.subfooter p a {
    text-decoration: underline;
}
.subfooter .footer_logos {
    justify-content: center;
}
.subfooter .footer_text {
    text-align: center;
    font-size: 1.1em;
    margin: 1em 0;
}
.subfooter .footer_logos a {
    display: inline-block;
    width: 200px;
    margin-right: 2em;
}
.subfooter .footer_partners {
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
}
.subfooter .footer_partners a {
    width: 32%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    margin-bottom: 2em;
    margin-right: 1%;
    text-align: center;
}
.subfooter .footer_partners a:nth-child(2) img {
    margin-top: 40px;
    max-width: 250px;
}
.subfooter .footer_partners a:nth-child(4) {
    margin-top: -80px;
}
.subfooter .footer_partners a:nth-child(5) {
    margin-top: -94px;
}
.subfooter .footer_partners a img {
    width: 100%;
    padding: 0 2em;
    max-width: 300px;
}
.subfooter .footer_partners a:hover {
    -webkit-filter: inherit;
    filter: inherit;
    opacity: 1;
}
#footer,
.letter_background {
    clear: both;
    background: url("images/languages-background-nslibg.png");
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0;
    background-position-y: 0;
    background-size: auto;
    color: #fff;
    background-size: auto;
    background-color: #007ac2;
    background-position: top center;
    padding: 4em 0 1em;
}
#footer h3 {
    color: #fff;
    margin-top: 0.8em;
    margin-bottom: 0.5em;
}
.footer_module {
    width: 20%;
    text-align: center;
}
.footer_module a:hover {
    text-decoration: none;
    color: #fff;
}
.footer_module .action-item>.sink_icon {
    height: 30px;
}
.footer_module .action-item.connect {}
.footer_inner {}
.footermenu {
    flex-wrap: nowrap;
}
.footercredits {
    margin-top: 3em;
    text-align: right;
    font-size: 0.9em;
    max-width: 95%;
}
.footercredits a {}
.sitecredits {}
.sitecredits p {}
.sitecredits a {}
.sinkcredits {}
.sinkcredits p {
    margin-bottom: 0;
}
.sinkcredits a:hover {
    color: inherit;
}
.a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
}
.a2a_svg.a2a_s__default.a2a_s_email {
    background-color: transparent !important;
}
.footer_module.socialize {
    margin-top: 11px;
}
.related_content {
    text-align: center;
    margin: 2em 0;
}
.related_content .field_divlist {
    display: flex;
    margin: 2em 0;
}
.related_content .field_divlist>div {
    background: #ccc none repeat scroll 0 0;
    border-right: 1px solid #fff;
    height: 250px;
    min-width: 25%;
    padding: 1em 2%;
}
.metadatum {
    margin-bottom: 2em;
}
.metadatum .meta_item {
    margin-bottom: 1em;
}
.metadatum .meta_item .lbl {}
.metadatum .meta_item .val {}
.content article.archive_post {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #003468;
    flex-wrap: nowrap;
}
aside.readmore {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    justify-content: flex-start;
    padding: 1em 0;
}
.archives_list article.archive_post:last-child,
.content article.archive_post.archivepost_last,
section.content article.archive_post:last-child {
    border-bottom: 0;
}
.archive_post .featimg {
    margin-right: 1em;
    width: 150px;
}
.archive_post.thumb_exists .mainpost {
    flex-shrink: 4;
}
.content article.archive_post h2 {
    margin-bottom: 0.25em;
    font-size: 1.5em;
}
.content article.archive_post p.post_header_meta {
    font-size: 90%;
}
article.archive_post .excerpt {
    margin-bottom: 0.5em;
}
.content article.archive_post .post_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    font-size: 90%;
}
.content article.archive_post a.readmore {
    font-size: 90%;
    text-transform: uppercase;
}
.content article.archive_post a.readmore:after {
    content: ">";
    padding-left: 2px;
}
.relatedposts {
    clear: both;
    border-top: 5px solid #d2d2d2;
    padding-top: 1em;
    font-size: 1.5em;
    text-transform: uppercase;
}
.relatedposts ul {
    display: flex;
    margin: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.relatedposts li {
    list-style: none outside none !important;
}
.relatedposts .prev {
    margin-right: auto;
}
.relatedposts .next {
    margin-left: auto;
}
.single_relatedposts {}
.archive_relatedposts {}
p.readmore {
    margin-bottom: 0;
}
/************************************
INPAGE NAV
*************************************/
.inpagenav-container {
    position: relative;
    width: 250px;
    margin-right: 2em;
}
.inpage-nav {
    margin-top: 2px;
}
.report-sidebar-at-top .inpage-nav {
    position: fixed;
    top: 100px;
}
.inpage-nav ul {}
.inpage-nav ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: .5em;
}
/************************************
TWEANER WIDTH MODS
*************************************/
@media (min-width: 768px) and (max-width: 1080px) {
    .onepage {
        padding: 0;
    }
    .desktop_only,
    .header_inner.desktop_only {
        display: none;
    }
    .header_inner.mobile_only {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #003468;
        display: flex;
        justify-content: space-between;
    }
    /* burger time */
    .burger-wrap {
        padding: 10px;
    }
    .burger-container {
        width: 30px;
        height: 26px;
        position: relative;
        margin: 10px;
        cursor: pointer;
        margin-bottom: 0;
    }
    .burger-container span {
        background: #fff;
        display: block;
        position: absolute;
        height: 5px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all .25s cubic-bezier(0.22, 0.61, 0.36, 1);
        opacity: 1;
        width: 100%;
    }
    .burger span {
        border-radius: 10px;
        left: 0;
    }
    .burger span:nth-child(1) {
        top: 0px;
    }
    .burger span:nth-child(2),
    .hamburger span:nth-child(3) {
        top: 10px;
    }
    .burger span:nth-child(4) {
        top: 20px;
    }
    #btnControl {
        display: none;
    }
    #btnControl:checked+.add-heat label>div>span:nth-child(1) {
        width: 0%;
        left: 50%;
    }
    #btnControl:checked+.add-heat label>div>span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
    }
    #btnControl:checked+.add-heat label>div>span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px;
    }
    #btnControl:checked+.add-heat label>div>span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .burger-time label {}
    .burger-time ul#menu-main {
        display: none;
    }
    #btnControl:checked+.add-heat ul#menu-main {
        display: block;
        background: #003468;
        position: absolute;
        padding: 1em;
        z-index: 999;
        left: 0;
        right: 0;
    }
    #btnControl:checked+.add-heat ul#menu-main a {
        color: #fff;
    }
    .burger-time label:active .add-heat ul#menu-main {
        display: none;
    }
    .burger-time .text_assist {
        font-size: 11px;
        line-height: 2;
        text-align: center;
        display: block;
        width: 50px;
    }
    /* end burger service*/
    ul#menu-main li {
        list-style: none;
        margin-left: 0;
        margin-bottom: .5em;
        display: block;
        float: none;
    }
    .mobile_expansion:checked+label .text_assist {
        margin-top: 20px;
        margin-top: 20px;
        margin-left: -9px;
    }
    .mobile_expand {
        background: none repeat scroll 0 0 #f2f2f2;
        left: 0;
        padding-bottom: 2%;
        padding-left: 2%;
        padding-right: 2%;
        position: absolute;
        top: 73px;
        width: 100%;
        z-index: 50;
    }
    input#mobile_expand_search {
        height: 0;
        width: 0;
    }
    .mobile_expand.right {
        right: 0;
        left: inherit;
    }
    .mobile_expand input {
        padding: 1em;
        width: 100%;
        border: 0;
        border-top: 2px solid #111;
    }
    .mobile_expand ul {
        margin-bottom: 0;
    }
    .mobile_expand li {
        list-style: outside none none;
    }
    .mobile_expand li a {}
    .sink_dropdown_container .sink_dropdown>li.hover>ul {
        background: #003468;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: static;
        height: auto;
        display: block;
        z-index: 99999;
        border-left: 2px solid #2279ff;
        padding-left: 1em;
        margin-left: 10px;
        margin-top: -10px;
    }
    ul#menu-main li {
        height: inherit;
    }
    .home .carousel,
    .carousel {
        padding-top: 80px;
    }
    .slick-slide img {
        max-width: 250px;
    }
    .herospot {
        min-height: 315px;
    }
    .slide_nav {
        top: 55%;
    }
}
@media (min-width: 1180px) {
    .header_inner.desktop_only .sink_dropdown>li>a {
        font-size: 12.25px;
    }
}
/***************************
 end tweaners ****************/