/*
FONTS  ---------

font-family: Equip-Light, "Helvetica Neue",Helvetica,Arial,sans-serif;
font-family: Equip-Medium, "Helvetica Neue",Helvetica,Arial,sans-serif;

Weights:
400 regular
700 bold
900 black


COLORS  --------- */
/* ---------- GLOBAL  --------- */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
.visible_on_sticky {
    opacity: 0.0;
    transition: opacity .2s ease-out;
}
body.header_fixed .visible_on_sticky {
    opacity: 1.0;
}
body.header_fixed .hide_on_sticky {
    display: none;
}
body {
    background-color: #ccc;
    color: #565a5c;
}
dl, ol, p, ul {
    line-height: 1.4;
}
body, h1, h2 {
    font-family: Equip-Light, "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
h3, h4, h5, h6 {
    font-family: Equip-Medium, "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.button {
    padding: .65em 1em .5em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #bc9c36;
    text-transform: uppercase;
}
.button:hover {
    background-color: #a4882f;
}
.metalocator a.button {
    color: white;
    text-decoration: none !important;
}
.callout {
    border-color: transparent;
    color: #115740;
}
.callout.warning {
    background-color: #f6d857;
}
.metalocator .com_locator_entry.single > #locator_map_canvas, .metalocator .com_locator_entry.single > #locator_map_directions {
    display: none;
}
.outer_wrap {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}
.outer_wrap {
    background-color: white;
}
.locator_back {
    padding: .25rem 1rem;
    background-color: #115740;
    color: white;
}
.locator_back a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}
.locator_back a::before {
    content: "\E5CB";
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    line-height: 0px;
    top: .2em;
    position: relative;
    margin-left: -12px;
}
.locator_back a:hover {
    color: white;
}
.header {
    border-bottom: solid 4px #115740;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    transition: box-shadow .2s ease-out;
}
.header .logo {
    max-width: 220px;
}
.header .link_call {
    font-size: 1.5rem;
    position: absolute;
    top: 48%;
    right: 1.5rem;
    transform: translateY(-50%);
    text-decoration: none;
    border-bottom: solid 1px #115740;
    transition: border-color .2s ease-out, border-color .35s ease-out;
}
.header .link_call:hover {
    border-color: transparent;
}
.header .header_directions {
    margin-right: 18rem;
}
.header.fixed {
    position: fixed;
    z-index: 99999;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    left: 0;
}
.com_locator_address > .row {
    margin-left: 0;
}
.row.collapse > .columns.sec_address_text {
    padding-left: 2rem;
    padding-right: .9375rem;
}
.sec_address_text {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.sec_address_text .directions {
    clear: left;
    display: block;
}
.sec_address {
    background-color: #f2f0ed;
    background-image: url(//d23g0hayoxy5dh.cloudfront.net/ul/3960/images/bulk/gallery/nt_anchor_light.png), url(//d23g0hayoxy5dh.cloudfront.net/ul/3960/images/bulk/gallery/nt_anchor_light.png);
    background-repeat: no-repeat;
    background-position: 15% -50px, 75% -50px;
    background-size: 32%;
}
.sec_address_text {
    color: #115740;
    font-size: 1.125rem;
    line-height: 1.2;
}
.sec_address_text h1 {
    font-size: 2.5rem;
}
div.com_locator_entry .sec_address_text .line_item {
    font-size: 1.125rem;
}
.metalocator a.button.locator_directions {
    margin-top: 1rem;
}
.image .thumbnail {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.sec_lower {
    padding-top: 2rem;
}
.sec_lower ul:not(.tabs) {
    margin-left: 2em;
    list-style: none;
}
.sec_lower ul:not(.tabs) li {
    position: relative;
    margin-bottom: .5em;
}
.sec_lower ul:not(.tabs) li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #115740;
    position: absolute;
    left: -1.75em;
    top: .25em;
}
.sec_breadcrumbs {
    margin-bottom: 1.5rem;
    margin-top: -.5rem;
    font-size: 1rem;
}
.sec_breadcrumbs .sep i {
    font-size: 1.1em;
    position: relative;
    top: .25em;
}
.callout {
    text-align: center;
    font-size: 1rem;
    padding: .75rem;
    margin-bottom: 1.5rem;
}
.wrap_hours_map {
    padding-bottom: 2rem;
}
.sec_hours, .sec_atms, .sec_services {
    margin-bottom: 2rem;
}
.sec_hours .ml_tagtext, .sec_atms .ml_tagtext, .sec_services .ml_tagtext {
    margin-left: 0;
}
.sec_hours h4, .sec_atms h4, .sec_services h4 {
    font-size: 1rem;
    margin-bottom: 2rem;
    position: relative;
}
.sec_hours h4::after, .sec_atms h4::after, .sec_services h4::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    left: 0;
    bottom: -.65em;
    background-color: #115740;
}
.sec_hours .inner, .sec_map .inner {
    padding: 1.5rem 2rem;
}
.sec_hours .inner {
    background-color: #cdebe6;
}
.sec_hours .inner h5 {
    font-size: 1.1rem;
    margin-top: 1rem;
}
.sec_map {
    position: relative;
}
.sec_map .inner {
    background-color: #f2f0ed;
    position: absolute;
    padding: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 1rem);
}
.sec_map .inner .ml_static {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    max-width: none;
    transform: translate(-50%, -50%);
}
.sec_map .inner .button {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    width: calc(100% - 4rem);
    left: 2rem;
    right: auto;
    bottom: 1rem;
    background-color: #115740;
}
.sec_map .inner .button:hover {
    background-color: #0c3d2d;
}
.sec_hours table {
    width: 100%;
    border-color: transparent;
}
.sec_hours tbody, .sec_hours tfoot, .sec_hours thead {
    background-color: transparent;
    color: #565a5c;
    border-color: transparent;
}
.sec_hours thead th {
    text-transform: uppercase;
    font-size: .875em;
}
.sec_hours thead th, .sec_hours tbody td {
    padding: .375rem .625rem .325rem;
}
.sec_hours thead th:first-child, .sec_hours tbody td:first-child {
    padding-left: 0;
}
.sec_hours tbody tr {
    border-top: solid 1px rgba(86, 90, 92, 0.15);
}
.sec_hours tbody tr:nth-child(even) {
    background-color: transparent;
}
.sec_hours .tabs, .sec_hours .tabs-content {
    background-color: transparent;
    border: none;
}
.sec_hours .tabs .tabs-title > a, .sec_hours .tabs-content .tabs-title > a {
    padding: .6rem 1.25rem .5rem;
    text-decoration: none;
    text-transform: uppercase;
}
.sec_hours .tabs .tabs-title > a:hover, .sec_hours .tabs-content .tabs-title > a:hover {
    background-color: rgba(86, 90, 92, 0.1);
}
.sec_hours .tabs .tabs-title > a[aria-selected=true], .sec_hours .tabs-content .tabs-title > a[aria-selected=true] {
    background-color: rgba(86, 90, 92, 0.2);
}
.sec_hours .tabs {
    border-bottom: solid 1px rgba(86, 90, 92, 0.2);
}
.column-block {
    margin-bottom: 1.25rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
.column-block {
    margin-bottom: 1.875rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
}
.persons_wrap_all .ml_related > h4 {
    display: none;
}
.ml_directory_breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
}
.ml_directory_breadcrumb a {
    background-color: transparent;
    padding-left: 10px;
}
.ml_directory_breadcrumb a::before {
    display: none;
}
.ml_directory_breadcrumb a::after {
    content: "\E5CC";
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    display: inline;
    top: 60px;
    position: absolute;
    display: block;
    border: none;
    float: left;
    left: auto;
    right: -26px;
    background: white;
    height: 20px;
    width: 24px;
    text-align: center;
}
.ml_directory_breadcrumb a:first-child {
    margin-left: 0;
    padding-left: 0;
}
.ml_directory_breadcrumb a:last-child::after {
    display: none !important;
}
.ml_related > .column {
    float: left;
    width: 100%;
}
.ml_related > .column:nth-of-type(1n) {
    clear: none;
}
.ml_related > .column:nth-of-type(1n+1) {
    clear: both;
}
.ml_related > .column:last-child {
    float: left;
}

@media print, screen and (min-width: 40em) {
.ml_related > .column {
    float: left;
    width: 50%;
}
.ml_related > .column:nth-of-type(1n) {
    clear: none;
}
.ml_related > .column:nth-of-type(2n+1) {
    clear: both;
}
.ml_related > .column:last-child {
    float: left;
}
.sec_hours .inner {
    min-height: 20rem;
}
}

@media print, screen and (min-width: 72em) {
.ml_related > .column {
    float: left;
    width: 33.33333%;
}
.ml_related > .column:nth-of-type(1n) {
    clear: none;
}
.ml_related > .column:nth-of-type(3n+1) {
    clear: both;
}
.ml_related > .column:last-child {
    float: left;
}
}
.person_wrap .inner {
    background-color: #f2ebd7;
    overflow: hidden;
    min-height: 130px;
}
.person_wrap h2 {
    font-size: 1.25rem;
}
.person_wrap h2.com_locator_title a {
    font-size: inherit;
    color: inherit;
}
.person_wrap p {
    font-size: 1rem;
    margin: 0;
    color: rgba(86, 90, 92, 0.7);
}
.person_wrap p > span {
    padding-left: 1rem;
}
.person_wrap .button {
    margin-top: -.5rem;
}
.metalocator .person_wrap a.ml_details_link {
    background: initial;
    display: inline-block;
    background-color: transparent;
    color: #115740;
    border-color: #115740;
    border-width: 2px;
    padding: .65em 1em .5em;
    margin: 1rem 0 0 1rem;
    font-size: .9rem !important;
    line-height: 1em;
    border-style: solid;
    text-decoration: none !important;
    text-transform: uppercase;
}
.metalocator .person_wrap a.ml_details_link:hover {
    background-color: rgba(17, 87, 64, 0.1);
}
.headshot {
    float: left;
    margin: 0;
    max-width: 130px;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer_nav {
    background-color: #2C2E2E;
    color: white;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.footer_nav > .columns {
    border-left: solid 1px white;
    padding-left: 2rem;
}
.footer_nav > .columns:first-child {
    border-left: none;
}
.footer_nav h5 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.footer_nav p {
    margin-bottom: 1rem;
    font-size: .875rem;
}
.footer_nav a {
    color: white;
}
.footer_nav a:hover {
    color: #69be00;
}
.footer {
    background-color: #115740;
    overflow: hidden;
    color: white;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.footer .social {
    text-align: center;
}
.footer .social li {
    display: inline-block;
}
.menu > li > a > span {
	display: inline-block;
    margin-right: .25rem;
	vertical-align: middle;
}
.footer .social a i, 
.footer .social a span {
    background: url("//d23g0hayoxy5dh.cloudfront.net/ul/3960/images/bulk/gallery/nt-sprite.png") no-repeat;
    width: 32px;
    height: 32px;
}
.footer .social a i.nt-icon-facebook,
.footer .social a .nt-icon-facebook {
    background-position: 0 -160px;
}
.footer .social a i.nt-icon-twitter,
.footer .social a .nt-icon-twitter {
    background-position: 0 -1133px;
}
.footer .social a i.nt-icon-linkedin,
.footer .social a .nt-icon-linkedin {
    background-position: 0 -537px;
}
.footer .social a i.nt-icon-youtube,
.footer .social a .nt-icon-youtube {
    background-position: 0 -1133px;
}

.footer .menu.social > li:not(.menu-text) > a {
    padding-right: .25rem;
    padding-left: .25rem;
}

@media screen and (min-width: 640px) {
.person_wrap .inner {
    min-height: 110px;
}
.sec_photo {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.sec_photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
}
body.no_photo .sec_address {
    background-position: 75% -50px, 75% -50px;
}
.sec_map .inner {
    left: 1rem;
    width: calc(100% - 2rem);
}
.header .logo {
    float: left;
}
.header_address {
    float: left;
    padding-top: .8rem;
    padding-left: 1rem;
    font-size: .75rem;
}
.metalocator.foundation .line_item.directions .header_directions a {
    margin-top: 0;
    margin-bottom: 0;
}
}

@media screen and (min-width: 800px) {
.row.collapse > .columns.sec_address_text {
    padding-left: 4rem;
}
.person_wrap .inner {
    min-height: 130px;
}
}

@media screen and (max-width: 600px) {
body[data-curr-breakpoint="small"] .header .logo {
    max-width: 180px;
}
.header .link_call {
    right: 1rem;
    font-size: .9rem;
}
.row.collapse > .columns.sec_address_text {
    padding-bottom: 2.25rem;
    padding-left: 2.25rem;
}
}

@media screen and (max-width: 639px) {
.sec_address {
    background-position: 90% -1000px, 90% -40px;
    background-size: 55%;
}
.sec_map {
    position: relative;
    height: 100vw !important;
}
.sec_map .inner {
    left: .625rem;
    height: 100%;
    width: calc(100% - 1.25rem);
}
body.header_fixed .visible_on_sticky {
    display: none;
}
.header_directions,  .header_address {
    display: none;
}
}

@media screen and (min-width: 640px) and (max-width: 800px) {
.person_wrap h2 {
    font-size: 1.1rem;
}
.person_wrap p {
    font-size: .9rem;
}
.headshot {
    max-width: 110px;
}
.header .header_directions {
    display: none;
}
.metalocator.foundation .line_item.directions a {
    font-size: .8rem;
}
}
.metalocator.foundation .locator_back a {
    background-color: #115740;
    color: rgba(255, 255, 255, 0.5);
    padding: .3rem 1rem;
    font-size: 1rem;
}
.metalocator.foundation .locator_back a:hover {
    color: white;
}
.metalocator .com_locator_address {
    padding: 0;
}
.foundation .com_locator_address .row {
    margin-top: 0;
}
.metalocator.foundation .line_item.directions a {
    padding: .65em 1em .5em;
    margin: 1rem 0;
    font-size: .9rem;
    line-height: 1em;
    background-color: #bc9c36;
    border: none !important;
}
.metalocator.foundation .sec_map .inner > .line_item.directions a {
    background-color: #115740;
    z-index: 899;
}
.metalocator.foundation .sec_map .inner > .line_item.directions a:hover {
    background-color: #0a3527;
}
.single .com_locator_address .line_item a {
    font-size: 1.125rem;
}
table.ml_hours th, table.ml_hours td {
    border: none;
}
.com_locator_entry h2.com_locator_title {
    margin: .5rem 0 0 !important;
}
.com_locator_entry .person_wrap h2.com_locator_title {
    margin: .5rem 0 0 1rem !important;
}
div.com_locator_entry .line_item {
    font-size: inherit;
}
.button.hollow, .metalocator.foundation .button.hollow {
    background-color: transparent;
    color: #115740;
    border-color: #115740;
    border-width: 2px;
    padding: .65em 1em .5em;
    margin: 1rem 0;
    font-size: .9rem;
    line-height: 1em;
}
.button.hollow:hover,  .metalocator.foundation .button.hollow:hover {
    background-color: rgba(17, 87, 64, 0.1);
}

/*# sourceMappingURL=nt_custom_llp.css.map */
