@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,900);
@font-face {
    font-family: 'Metric';

    src: url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Black.eot');
    src: local('☺'), url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Black.woff') format('woff'), url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Black.ttf') format('truetype'), url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Black.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Metric';
    src: url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Bold.eot');
    src: local('☺'), url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Bold.woff') format('woff'), url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Bold.ttf') format('truetype'), url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Metric';
    src: url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Medium.eot');
    src: local('☺'), url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Medium.woff') format('woff'), url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Medium.ttf') format('truetype'), url('https://s3.amazonaws.com/atlantic.truthlabs.com/fonts/Metric-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

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

#galleries {
    visibility: hidden;
    position: absolute;
}

#section-one,
#section-zero {
    text-align: center;
}

#section-zero {
    margin-top: 5em;
}

#section-zero .section-break:before {
    left: 50%;
    margin-left: -1rem;
}

#section-zero p {
    font-size: 16px;
}

body {
    font-size: 18px;
    font-family: 'Roboto', Roboto, sans-serif;
    color: #393649;
    background-color: #F6F6EC;
    -webkit-font-smoothing: antialiased;
    max-width: 100vw;
    overflow-x: hidden;
}

h1 {
    font-family: 'Metric', Metric;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

h2 {
    font-family: 'Metric', Metric;
    font-size: 26px;
    line-height: 1.25em;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

h4 {
    font-family: 'Metric', Metric;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.section-caption {
    font-size: 13px;
    line-height: 18px;
}

p {
    font-size: 18px;
    line-height: 1.6em;
    margin: 0 auto 30px;
    max-width: 600px;
}

img {
    width: 100%;
}

.articles-btn {
    padding: 6px 8px;
    background-color: #40baa2;
    color: #fff !important;

    margin: 0 auto 1em;
    width: 150px !important;
    border-radius: 4px;

}

.image.mobileOnly ul {
    font-size: 13px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    list-style-type: none;
}

.section-info .break {
    height: 1px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    width: 200px;
    margin-top: -20px;
    margin-bottom: 10px;
}

.legend-bubble {
    width: 8px;
    height: 8px;
    margin-right: 7px;
    display: inline-block;
    border-radius: 50%;
}

.legend-bubble.purple {
    background-color: #863375;
}

.legend-bubble.orange {
    background-color: #DE890A;
}

.legend-bubble.blue {
    background-color: #27aae0;
}

.legend-bubble.gray {
    background-color: #8D9C9D;
}

.legend-bubble.red {
    background-color: #FF4C3B;
}

.legend-bubble.yellow {
    background-color: #ecce31;
}

.legend-bubble.outline {
    width: 12px;
    height: 12px;
    background-color: #002C2E;
    border: solid 2px #fff;
}

.legend-gradient {
    height: 10px;
    width: 25px;
    margin-right: 7px;
    display: inline-block;
    background-image: linear-gradient(-90deg, #054749 0%, #075354 33%, #096161 34%, #095E5E 66%, #0E7F7E 67%, #108988 100%);
}

.legend-square {
    width: 8px;
    height: 8px;
    margin-right: 7px;
    display: inline-block;
}

.legend-square.one {
    background-color: #1C4A6A;
}

.legend-square.two {
    background-color: #24597D;
}

.legend-square.three {
    background-color: #2D6990;
}

.legend-square.four {
    background-color: #3677A4;
}

.legend-square.five {
    background-color: #3D87B6;
}

.image.mobileOnly {
    width: 100vw;
    position: relative;
    margin-left: -1rem;
    height: 120vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    color: #393649;
    overflow: hidden;
}

.image.mobileOnly:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: auto;
    bottom: -50px;
    left: -50%;
    background-color: #f6f6ec;
    width: 200%;
    height: 80px;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.image.mobileOnly.dark {
    color: #fff;
}

.dark .image.mobileOnly:after {
    background-color: #19364D;
}

.image.mobileOnly > div {
    position: absolute !important;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 1rem;
}

.section-break {
    position: relative;
    max-width: 600px;
    margin: 2em auto;
    display: block;
    height: 2px;
}

.section-break:before {
    position: absolute;
    display: block;
    content: '';
    width: 2rem;
    height: 3px;
    background-color: #40baa2;
    margin-bottom: 30px;
}

.dark {
    color: #fff;
    background-color: #19364D;
}

.article-content .section {
    padding: 0 1rem 3rem;
}

a {
    text-decoration: none;
    color: inherit;
}

.link {
    background-color: rgba(245, 231, 179, 0.5);
    padding: 15px 20px 8px;
    display: block;
    margin-bottom: 1em;
    min-height: 90px;
    text-decoration: none;
    border: 1px solid rgba(242, 224, 156, 0.5);
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.section.dark .link {
    background-color: rgba(31, 67, 96, 0.7);
    border-color: rgba(12, 27, 39, 0.7);
}

.link h2 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}

.link p {
    font-size: 16px;
    opacity: 0.75;
    line-height: 1.3em;
    margin: 0;
    width: 100%;
}

.link .arrow {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 12px;
    vertical-align: top;
    top: 1px;
    left: 5px;
    z-index: 1000;
}

.link .arrow:after,
.link .arrow:before {
    display: block;
    content: '';
    position: absolute;
}

.link .arrow:before {
    border: 2px solid #3B336B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    top: 4px;
    width: 8px;
    height: 8px;
    right: 0;
}

.dark .link .arrow:before {
    border-color: #fff;
}

.link .arrow:after {
    border-top: 2px solid #3B336B;
    width: 9px;
    height: 0;
    right: 1px;
    top: 7px;
}

.dark .link .arrow:after {
    border-color: #fff;
}

/* QUOTES */
.quote {
    position: relative;
    margin: 60px 0;
    height: auto;
    padding: 0 1em;
    -webkit-font-smoothing: auto;
    overflow-x: hidden;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.quote h6 {
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 20px;
}

.quote .emphasis {
    font-weight: bold;
}

.quote-left {
    font-family: 'Metric', Metric, sans-serif;
    font-weight: normal;
    display: block;
    width: 65%;
    padding: 0;
    vertical-align: bottom;
}

.quote h3 {
    font-weight: normal;
    text-indent: -0.39em;
    font-size: 26px;
    line-height: 32.5px;
    font-family: 'Metric',tric;
    margin: 0 0 20px;
}

.quote-right {
    display: block;
    position: absolute;
    right: -206px;
    width: 100%;
    top: 0;
    height: 100%;
    padding: 0;
    vertical-align: middle;
}

#quote-one {
    margin-top: 0;
}

.quote-one {
    width: 100%;
    height: 100%;
    background-image: url('https://s3.amazonaws.com/atlantic.truthlabs.com/Chapter-Three-Mobile/mobile_assets/cleveland-quote-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: relative;
    left: -90px;
    transform: scale(0.7);
}
/* HEADER STYLES */
.center.sub-lead {
    text-transform: uppercase;
    font-family: 'Metric';
    margin-bottom: 0.75rem;
    font-size: 16px;
    color: #29234E;
    letter-spacing: 0.25px;
    line-height: 49px;
}

.article-content .lead-header p {
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 26px;
    margin: -1.5em auto 0;
    text-align: center;
}

.lead-header .box .sub-lead {
    margin-top: 0;
    margin-bottom: 2em;
}

.article-content .lead-header .section-break {
    margin: 3em auto;
}

.lead-header .title {
    display: table;
    width: 100%;
    height: 200px;
}

.maine-icon {
    background-image: url('https://s3.amazonaws.com/atlantic.truthlabs.com/Chapter-Three-Mobile/mobile_assets/cleveland-icon.svg');
    background-repeat: no-repeat;
    width: 46px;
    height: 39px;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
}

.lead-header .title .table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 100px;
}

.lead-header .header-particles {
    height: 230px;
    width: 300px;
    margin: 0 auto;
    background-image: url('https://s3.amazonaws.com/atlantic.truthlabs.com/img/lowell/lowell-header-particles.svg');
    background-size: contain;
    background-position: center -7px;
    background-repeat: no-repeat;
}

.lead-header h4 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Metric';
    position: absolute;
    text-align: center;
    font-weight: 900;
    line-height: 24px !important;
    max-width: 100%;
    margin-top: 0;
    font-size: 24px;
    width: 100%;
    top: 108px;

}

#section-zero {
    padding-bottom: 0;
}

#section-one {
    background-image: url('https://s3.amazonaws.com/atlantic.truthlabs.com/Chapter-Three-Mobile/mobile_assets/mobile_landing.jpg');
    background-size: cover;
    background-position: top center;
    padding-top: 3em;
}
/* Image gallery styles */
a.img-link {
    outline: none;
    text-decoration: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    transition: none !important;
    display: block;
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section a.img-link:before {
    position: absolute;
    content: 'View Gallery';
    display: block;
    width: 144px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3em;
    font-weight: 700;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('https://s3.amazonaws.com/atlantic.truthlabs.com/img/lowell/gallery.svg');
    bottom: 40px;
    left: 15px;
    opacity: 1;
    z-index: 1;
}

.fluid-img {
    margin-bottom: 30px;
    transition: all 0.25s ease-out;
    border: solid 1px #eeeedb;
    border-radius: 2px;
}
/* FOOTER STYLES */
#toc {
    padding: 2em 1em;
}

#toc h2 {
    margin: 2em auto;
    max-width: 600px;

}

#toc div.td-link h2 {
    margin: 0 auto;
    max-width: 600px;
    font-size: 20px;
    line-height: 1.25em;
}

.container-fluid {
    max-width: 1040px;
    height: 100%;
    position: relative;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100001 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lightbox .dimmer {
    width: 100%;
    height: 100%;
    background-color: #19364D;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    padding-top: 44px;
}

#lightbox .dimmer .mask,
#lightbox .dimmer .mask2 {
    width: 120%;
    position: absolute;
    background-color: #19364D;
    left: -5px;
    top: 0;
    z-index: 10;
}

#lightbox .dimmer .mask2 {
    height: 300px;
    bottom: 0;
}

#lightbox .dimmer .close,
#lightbox .dimmer .next,
#lightbox .dimmer .prev {
    width: 44px;
    height: 44px;
    top: 4rem;
    right: 1rem;
    position: absolute;
    cursor: pointer;
    background-image: url('https://atlantic.truthlabs.com/img/lowell/close-btn.svg');
    background-size: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    opacity: 0.8;
    z-index: 10;
}

#lightbox .dimmer .close:hover,
#lightbox .dimmer .next:hover,
#lightbox .dimmer .prev:hover {
    opacity: 1;
}

#lightbox .dimmer .close {
    z-index: 3000;
}

#lightbox .dimmer .container-fluid {
    max-width: 1040px;
    height: 100%;
    position: relative;
}

#lightbox .dimmer .container-fluid .row {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0;
}

#lightbox .dimmer .container-fluid .row > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

#lightbox .dimmer .container-fluid .row > div .image-slide {
    position: relative;
    opacity: 0;
}

#lightbox .dimmer .container-fluid .row > div .image-slide .below-image {
    position: relative;
    padding-top: 2rem;
    z-index: 20;
}

#lightbox .dimmer .container-fluid .row > div .navigation {
    float: right;
    position: relative;
    top: -7px;
    right: -7px;
}

#lightbox .dimmer .container-fluid .row > div .navigation .counter {
    top: 2px;
    position: relative;
}

#lightbox .dimmer .container-fluid .row > div .next,
#lightbox .dimmer .container-fluid .row > div .prev {
    top: 0;
    right: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url('https://atlantic.truthlabs.com/img/lowell/next-btn.svg');
}

#lightbox .dimmer .container-fluid .row > div .prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#lightbox .dimmer .container-fluid .row > div h4 {
    text-align: left;
    color: #fff;
    font-family: 'Metric';
    margin: 0;
    font-weight: 700;
}

#lightbox .dimmer .container-fluid .row > div p {
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    height: 50px;
    display: block;
    overflow: visible;
    margin-left: 0 !important;
}

#lightbox .dimmer .container-fluid .row > div .image {
    width: 100%;
    height: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#lightbox .dimmer .container-fluid .row > div img {
    width: auto;
    height: auto;
    max-height: 70vh;
    max-width: 100%;
}

.maine-franklin-co-graph {
    background-image: url('https://s3.amazonaws.com/atlantic.truthlabs.com/img/maine/franklin_county_stats.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 280px;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ARTICLE MENU */
#article-menu {
    position: relative;
    z-index: 100000;
}

#dimmer {
    height: 60px;
    position: relative;
    top: 120px;
    left: 0;
    opacity: 1;
}

#dimmer .tab {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 145px;
    height: 36px;
    background-color: #40baa2;
    color: #fff;
    line-height: 40px;
    font-family: 'Metric';
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    -webkit-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform: translateX(-115px);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    border-right: 2px solid #339481;
    cursor: pointer;
}

#dimmer .tab,
#dimmer .tab.show,
#dimmer .tab:hover {
    margin: 0 auto;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;
}

#dimmer .tab .title-holder {
    display: none;
    position: absolute;
    width: 100%;
    top: 10px;
    height: 100px;
}

#dimmer .tab .plus {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 36px;
    position: absolute;
    border-color: #fff;
    left: 0;
    top: 0;
    -webkit-transform: scale(0.666) translateX(167px);
    -ms-transform: scale(0.666) translateX(167px);
    transform: scale(0.666) translateX(167px);
}

.tab.show .plus {
    -webkit-transform: scale(0.666) translateX(160px);
    -ms-transform: scale(0.666) translateX(160px);
    transform: scale(0.666) translateX(160px);
}

#dimmer .tab .plus,
#dimmer .tab.show .plus,
#dimmer .tab:hover .plus {
    border: none;
}

#dimmer .tab .plus:after,
#dimmer .tab .plus:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 18px;
    border-color: inherit;
    border-style: solid;
    border-width: 0 3px 0 0;
    top: 9px;
    left: 16px;
}

#dimmer .tab .plus:after {
    -webkit-transform: rotate(90deg) translateX(0.5px);
    -ms-transform: rotate(90deg) translateX(0.5px);
    transform: rotate(90deg) translateX(0.5px);
}

#dimmer .tab nav {
    display: none;
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
    bottom: 0;
    overflow-y: scroll;
    padding: 40px;
}

#dimmer .tab .article_menu {
    display: block;
    text-align: center;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

/* Menu visible */
#dimmer.fullDisplay .tab,
#dimmer.fullDisplay .tab.show,
#dimmer.fullDisplay .tab.show:hover,
#dimmer.fullDisplay .tab:hover {
    transition: none;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    height: 600px;
    margin-top: -280px;
    -webkit-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    background-color: #F6F6EC;
    cursor: default;
    color: #393649;
    border-right: none;
}

#dimmer.fullDisplay {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

#dimmer .tab .title-holder {
    display: none;
    position: absolute;
    width: 100%;
    top: 10px;
    height: 100px;
}

#dimmer.fullDisplay .tab .header-particles,
#dimmer.fullDisplay .tab.show .header-particles,
#dimmer.fullDisplay .tab.show:hover .header-particles,
#dimmer.fullDisplay .tab:hover .header-particles {
    position: absolute;
}

#dimmer.fullDisplay .tab .btn.btn-primary,
#dimmer.fullDisplay .tab h4,
#dimmer.fullDisplay .tab.show .btn.btn-primary,
#dimmer.fullDisplay .tab.show h4,
#dimmer.fullDisplay .tab.show:hover .btn.btn-primary,
#dimmer.fullDisplay .tab.show:hover h4,
#dimmer.fullDisplay .tab:hover .btn.btn-primary,
#dimmer.fullDisplay .tab:hover h4 {
    top: 80px;
    margin: 0;
    max-width: 100%;
}

#dimmer.fullDisplay .tab .article_menu,
#dimmer.fullDisplay .tab.show .article_menu,
#dimmer.fullDisplay .tab.show:hover .article_menu,
#dimmer.fullDisplay .tab:hover .article_menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 170px;
    width: 100%;
    color: #40baa2;
}

#dimmer .tab .title-holder .btn.btn-primary,
#dimmer .tab .title-holder h4 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Metric';
    font-size: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 80px;
    font-weight: 900;
    line-height: 24px !important;
}

#dimmer .tab .title-holder .header-particles {
    height: 180px;
    width: 100%;
    margin: 0 auto;
    background-image: url('https://s3.amazonaws.com/atlantic.truthlabs.com/img/lowell/lowell-header-particles.svg');
    background-size: contain;
    background-position: center -7px;
    background-repeat: no-repeat;
}

#dimmer.fullDisplay .tab .title-holder,
#dimmer.fullDisplay .tab nav,
#dimmer.fullDisplay .tab.show .title-holder,
#dimmer.fullDisplay .tab.show nav,
#dimmer.fullDisplay .tab.show:hover .title-holder,
#dimmer.fullDisplay .tab.show:hover nav,
#dimmer.fullDisplay .tab:hover .title-holder,
#dimmer.fullDisplay .tab:hover nav {
    display: block;
}

#dimmer.fullDisplay .tab .plus,
#dimmer.fullDisplay .tab.show .plus,
#dimmer.fullDisplay .tab.show:hover .plus,
#dimmer.fullDisplay .tab:hover .plus {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 20px;
    top: 15px;
}

#dimmer.fullDisplay .tab,
#dimmer.fullDisplay .tab.show,
#dimmer.fullDisplay .tab.show:hover,
#dimmer.fullDisplay .tab:hover {
    width: 100vw;
    margin-left: -50vw;
    height: 100vh;
    overflow-y: auto;
    top: 0;
    margin-top: 0;
}

#dimmer.fullDisplay .tab .plus,
#dimmer.fullDisplay .tab.show .plus,
#dimmer.fullDisplay .tab.show:hover .plus,
#dimmer.fullDisplay .tab:hover .plus {
    transition: none;
    right: 15px;
    opacity: 0.2;
    border-color: #393649;
    cursor: pointer;
}

#dimmer.fullDisplay .tab .plus:after,
#dimmer.fullDisplay .tab .plus:before,
#dimmer.fullDisplay .tab.show .plus:after,
#dimmer.fullDisplay .tab.show .plus:before,
#dimmer.fullDisplay .tab.show:hover .plus:after,
#dimmer.fullDisplay .tab.show:hover .plus:before,
#dimmer.fullDisplay .tab:hover .plus:after,
#dimmer.fullDisplay .tab:hover .plus:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#dimmer.fullDisplay .tab .plus:after,
#dimmer.fullDisplay .tab.show .plus:after,
#dimmer.fullDisplay .tab.show:hover .plus:after,
#dimmer.fullDisplay .tab:hover .plus:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#dimmer.fullDisplay .tab nav a,
#dimmer.fullDisplay .tab.show nav a,
#dimmer.fullDisplay .tab.show:hover nav a,
#dimmer.fullDisplay .tab:hover nav a {
    height: auto !important;
    padding: 15px 0 5px;
    line-height: 24px;
    font-size: 18px;
}

#dimmer .tab nav a {
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    color: #393649;
    font-size: 20px;
    font-family: 'Metric';
    padding: 0.5em 0;
    line-height: 1.25em;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    letter-spacing: 0.5px;
}

#dimmer .tab nav a:last-child {
    border-bottom: none;
}

p.lead {
    font-family: 'Metric';
    font-size: 32px;
    line-height: 1.2em;
}

.img-fix {
    background-color: #193E60;
    background-position: center -75px !important;
}
/*--------------------------------Mobile Styles ---------------------------*/
@media screen and (max-width: 500px) {
    .navigation {
        float: none;
        top: -10px;
        right: 0;
    }

    p.lead {
        font-size: 28px;
    }
}
@media only screen and (min-device-width: 768px) {
    .quote-table .quote-right div {
        left: -10px;
        transform: scale(1);
    }

    .image.mobileOnly > div {
        bottom: 40px;
    }

    #section-two .image.mobileOnly .section-caption {
        padding-right: 35%;
    }
}
@media only screen and (min-device-width: 768px) and (orientation: landscape) {
    .image.mobileOnly {
        max-height: 100vmin;
    }

    #section-two .image.mobileOnly .section-caption {
        padding-right: 35%;
    }

    #section-three .image.mobileOnly {
        background-image: url('mobile_assets/mobile_accountability_wide.jpg')!important;
    }

    #section-eight .image.mobileOnly {
        background-image: url('mobile_assets/mobile_aging_wide.jpg')!important;
    }

    .image.mobileOnly:after {
        bottom: -40px;
    }

    .image.mobileOnly > div {
        bottom: 50px;
    }
}
