/* Copyright Guide Pages - Standalone Responsive Styles */
/* Self-contained: does not depend on #cssmenu, menumaker.js, bootstrap, or style.css */

@font-face {
  font-family: 'Lato-Black';
  src: url('/responsive/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),  url('/responsive/fonts/Lato-Black.woff') format('woff'), url('/responsive/fonts/Lato-Black.ttf')  format('truetype'), url('/responsive/fonts/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('/responsive/fonts/Lato-Regular.eot');
	src: url('/responsive/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		url('/responsive/fonts/Lato-Regular.woff2') format('woff2'),
		url('/responsive/fonts/Lato-Regular.woff') format('woff'),
		url('/responsive/fonts/Lato-Regular.ttf') format('truetype'),
		url('/responsive/fonts/Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ── Reset & Base ── */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #e8726e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 16px;
}

h1, h2, h3 {
	font-family: 'Lato-Black', Arial, sans-serif;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 10px;
}

hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 30px 0;
}

ul {
    margin-bottom: 16px;
    padding-left: 20px;
}

ul li {
    margin-bottom: 8px;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

/* Blue arrow lists (from original site) */
.blue-arrows {
    list-style: none;
    padding-left: 40px;
}

.blue-arrows li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 15px;
}

.blue-arrows li::before {
    content: '';
    background: url(/responsive/images/arrow.gif) no-repeat;
    display: inline-block;
    width: 30px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 6px;
}

/* ── Header ── */
.guide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.guide-header-top {
    background: #2d3038;
}

.guide-header-top-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

.guide-header-logo {
    display: block;
    padding: 26px 0 23px;
}

.guide-header-logo img {
    height: 59px;
    width: auto;
    display: block;
}

/* Nav bar */
.guide-nav {
    background: #32353d;
    position: relative;
	box-shadow: -2px 4px 10px 0px rgba(2, 2, 2, 0.2);
}

.guide-nav-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.guide-nav ul li {
    margin-bottom: 0;
	background: url("../images/pipe.jpg") no-repeat scroll right center;
}

.guide-nav ul li:last-child {
    background: none;
}

.guide-nav ul li a {
    display: block;
    padding: 17px 24px 18px 25.19px;
    color: #fff;
    text-decoration: none;
    font-family: 'Lato-Black', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.2s;
}

.guide-nav ul li a:hover {
    color: #e8726e;
    text-decoration: none;
	background: url(../images/arrow.jpg) no-repeat scroll center bottom;
}

/* Hamburger button - hidden on desktop */
.guide-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 14px 0;
    margin-left: auto;
}

.guide-menu-toggle span,
.guide-menu-toggle span::before,
.guide-menu-toggle span::after {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    position: relative;
    transition: all 0.3s;
}

.guide-menu-toggle span::before,
.guide-menu-toggle span::after {
    content: '';
    position: absolute;
    left: 0;
}

.guide-menu-toggle span::before {
    top: -7px;
}

.guide-menu-toggle span::after {
    top: 7px;
}

/* Animate to X when open */
.guide-menu-toggle.open span {
    background: transparent;
}

.guide-menu-toggle.open span::before {
    top: 0;
    transform: rotate(45deg);
}

.guide-menu-toggle.open span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* ── Content ── */
.guide-body {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 20px 60px;
    margin-top: 163px;
}

.guide-body h1 {
    line-height: 32px;
    font-size: 26px;
    padding: 0 80px 26px 0;
    text-transform: uppercase;
	margin: 0;
}

.guide-body h2 {
    font-size: 26px;
    text-transform: uppercase;
}

/* ── Footer ── */
.guide-footer {
	padding: 36px 0 27px;
    background: #2d3038;
    float: left;
    width: 100%;
    color: #fff;
	text-align: center;
}

.guide-footer .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
}

/* ── Tablet: ≤ 900px ── */
@media (max-width: 900px) {
    .guide-nav ul li a {
        padding: 14px 14px;
        font-size: 12px;
        letter-spacing: 1.5px;
    }
}

/* ── Mobile nav: ≤ 768px ── */
@media (max-width: 768px) {
    .guide-nav-inner {
        justify-content: flex-end;
    }

    .guide-menu-toggle {
        display: block;
    }

    .guide-nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #32353d;
        z-index: 99;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .guide-nav ul.open {
        display: flex;
    }

    .guide-nav ul li {
        background: none;
		width: 100%;
		text-align: center;
    }

    .guide-nav ul li a {
        padding: 16px 20px;
        font-size: 13px;
        letter-spacing: 2px;
    }

    .guide-body {
        padding: 30px 20px 50px;
    }

    .guide-body h1 {
        font-size: 24px;
    }

    .guide-body h2 {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .guide-header-logo img {
        height: 30px;
    }

    .guide-body {
        margin-top: 95px;
        padding: 25px 15px 40px;
    }

    .guide-body h1 {
        font-size: 21px;
    }

    .guide-body h2 {
        font-size: 18px;
    }
}
