/*
Theme Name:   NPSNT Child
Description:  Child theme of Twenty Sixteen, styled to match the original NPSNT theme by Chilli Chocolate Marketing.
Author:       Northern Profile Services
Template:     twentysixteen
Version:      1.0
*/

@import url("../twentysixteen/style.css");

/* ================================================
   Base
   ================================================ */

body {
	background: #FFF;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
}

a img {
	border: none;
}

a:focus, a:hover, a:active {
	outline: none;
}

.clear {
	clear: both;
}

/* ================================================
   Header
   ================================================ */

.site-header {
	background: none;
	padding: 0;
}

.site-branding {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	padding-bottom: 6px;
	overflow: hidden;
	color: #FFFFFF;
}

.site-title a,
.site-title a:visited {
	letter-spacing: -1px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #CCCCCC;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000000 0px -2px 2px;
}

.site-title a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.site-description {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-style: italic;
	text-shadow: #000000 0px -2px 2px;
	margin: 0;
	padding: 0;
}

/* ================================================
   Navigation
   ================================================ */

.main-navigation {
	background: url(images/nav.png);
}

.main-navigation ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.main-navigation li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation a,
.main-navigation a:link,
.main-navigation a:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 30px 0 0;
	padding: 15px 0;
}

.main-navigation a:hover,
.main-navigation a:active {
	color: #CCCCCC;
	text-decoration: none;
}

/* Dropdown */
.main-navigation ul ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul a,
.main-navigation ul ul a:link,
.main-navigation ul ul a:visited {
	background: #777777;
	width: 130px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-transform: none;
	float: none;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:active {
	background: #888888;
	color: #FFFFFF;
}

.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
	left: auto;
}

/* ================================================
   Content area
   ================================================ */

.site-content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0;
	line-height: 22px;
}

.content-area {
	float: left;
	width: 660px;
	margin: 0;
	padding: 0 0 5px 10px;
}

.widget-area {
	float: right;
	width: 270px;
	margin: 0;
	padding: 0 0 20px 0;
}

/* Post */
.post {
	margin: 0 0 40px 0;
	padding: 0;
}

.post a,
.post a:visited {
	color: #264c55;
	text-decoration: none;
}

.post a:hover {
	color: #264c55;
	text-decoration: underline;
}

.post p {
	margin: 0;
	padding: 0 0 15px 0;
}

.post ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
}

.post ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.post ol {
	margin: 0;
	padding: 0 0 15px 0;
}

.post ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

/* Headings in content */
.entry-title,
.entry-title a,
.entry-title a:visited {
	letter-spacing: -1px;
	color: #333333;
	font-size: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.entry-title a:hover {
	color: #264c55;
	text-decoration: none;
}

.entry-content h2 {
	letter-spacing: -1px;
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

.entry-content h3 {
	letter-spacing: -1px;
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
}

.entry-content h4 {
	letter-spacing: -1px;
	color: #333333;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

/* Blockquote */
.entry-content blockquote {
	background: #F4F4F4;
	margin: 0 25px 15px 25px;
	padding: 10px 20px 0 15px;
	border-radius: 3px;
}

.entry-content blockquote p {
	margin: 0;
	padding: 0 0 15px 0;
}

/* Post meta */
.entry-meta {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #CCCCCC;
}

/* More link */
a.more-link,
a.more-link:link,
a.more-link:visited {
	letter-spacing: -1px;
	font-style: italic;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: url(images/navhov.png);
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #555555;
	border-radius: 3px;
}

a.more-link:hover {
	background: url(images/nav.png);
	border: 1px solid #555555;
	border-radius: 3px;
}

/* Breadcrumb */
.breadcrumb {
	background: #F4F4F4;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 5px 10px;
	border-radius: 3px;
}

.breadcrumb a,
.breadcrumb a:visited {
	color: #264c55;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #264c55;
	text-decoration: underline;
}

/* ================================================
   Sidebar
   ================================================ */

.widget {
	margin: 0 0 30px 0;
	padding: 0 10px;
	border-radius: 3px;
}

.widget-title {
	letter-spacing: -1px;
	color: #333333;
	display: block;
	font-size: 16px;
	font-family: Helvetica, Arial, Verdana, sans-serif!important;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #CCCCCC;
	text-transform: none!important;
}

h2.widget-title {
	font-family: Helvetica, Arial, sans-serif;
}

.widget a,
.widget a:visited {
	color: #333333;
	text-decoration: none;
}

.widget a:hover {
	color: #264c55;
	text-decoration: underline;
}

.widget p {
	margin: 0;
	padding: 0;
}

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.widget ul li ul li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0 0 3px 12px;
	margin: 0;
	border-bottom: 1px dotted #CCCCCC;
}

/* ================================================
   Images
   ================================================ */

img.centered {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
}

img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}

img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}

.aligncenter {
	display: block;
	margin: 0 auto 10px auto;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 7px 2px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/* ================================================
   Comments
   ================================================ */

#author, #email, #url {
	background: #FFFFFF;
	width: 250px;
	color: #333333;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 3px 0 3px 5px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
}

#comment {
	background: #FFFFFF;
	width: 95%;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0 1px 0;
	padding: 5px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
}

#submit {
	background: url(images/nav.png);
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 8px;
	border: 1px solid #555555;
	border-radius: 3px;
}

.commentlist li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
}

.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 3px;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	display: block;
}

.reply a,
.reply a:visited {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 3px 8px;
	border: 1px solid #555555;
	border-radius: 3px;
}

.reply a:hover {
	background: url(images/navhov.png);
	color: #FFFFFF;
	border: 1px solid #555555;
	border-radius: 3px;
}

.thread-alt {
	background: #FFFFFF;
}

.thread-even {
	background: #F4F4F4;
}

.depth-1,
.even,
.alt {
	border: 1px dotted #CCCCCC;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

/* ================================================
   Search form
   ================================================ */

#s {
	background: #FFFFFF;
	width: 175px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0 3px 3px;
	margin: 5px 1px 0 0;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
}

#searchsubmit {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 5px;
	border: 1px solid #555555;
	border-radius: 3px;
}

/* ================================================
   Footer
   ================================================ */

.site-footer {
	background: url(images/footer.png) repeat-x;
	height: 80px;
}

.site-info {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 20px;
}

.site-info p,
.site-info a,
.site-info a:visited {
	color: #CCCCCC;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.site-info a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.footerleft {
	width: 770px;
	float: left;
	margin: 0;
	padding: 0;
}

.footerright {
	width: 180px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

/* ================================================
   Author box
   ================================================ */

.authorbox {
	background: #F4F4F4;
	margin: 0 0 40px 0;
	padding: 10px;
	border-radius: 3px;
}

.authorbox p {
	margin: 0;
	padding: 0;
}

.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

/* ================================================
   Header phone number (right side)
   ================================================ */

.headerright {
	width: 250px;
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	text-align: right;
}

.header-phone-label {
	color: #264c55;
	font-size: 13px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}

.header-phone-number {
	color: #264c55;
	font-size: 28px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.header-phone-number a,
.header-phone-number a:visited {
	color: #264c55;
	text-decoration: none;
}

.header-phone-number a:hover {
	text-decoration: underline;
}

/* ================================================
   Hero section background
   ================================================ */

#hpmainbg {
	background: #D5D5D5;
	width: 100%;
}

.hpmain {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	line-height: 25px;
}

.hpmainleft {
	width: 44%;
	float: left;
	margin: 0;
	padding: 30px 20px 15px 0;
	box-sizing: border-box;
}

.hpmainleft h2,
.hpmainleft h2 a,
.hpmainleft h2 a:visited {
	letter-spacing: -1px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #264c55;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.hpmainleft p {
	margin-bottom: 5px;
	line-height: 25px;
	color: #000;
	padding: 0;
}

.hpmainright {
	width: 56%;
	float: right;
	margin: 0;
	padding: 20px 0 15px 0;
	box-sizing: border-box;
}

.hpmainright iframe {
	width: 100% !important;
	max-width: 100% !important;
	height: 295px;
	border: 5px solid #fff;
	margin: 0;
	padding: 0;
	display: block;
	box-sizing: border-box;
}

/* ================================================
   Three-column bottom
   ================================================ */

#hpbottombg {
	background: #f3f3f3;
	border-top: 1px solid #e0e0e0;
}

#hpbottom {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#hpbottom h2,
#hpbottom h2 a,
#hpbottom h2 a:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #264c55;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
}

#hpbottom h2 a:hover {
	text-decoration: underline;
}

#hpbottom p {
	color: #000;
	margin: 0;
	padding: 0;
}

#hpbottom a,
#hpbottom a:visited {
	color: #264c55;
	text-decoration: none;
}

#hpbottom a:hover {
	text-decoration: underline;
}

.hpbottom1 {
	width: 280px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0 19px 0 0;
	line-height: 20px;
	border-right: 1px solid #ddd;
}

.hpbottom2 {
	width: 280px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0 19px 0 20px;
	line-height: 20px;
	border-right: 1px solid #ddd;
}

.hpbottom3 {
	width: 280px;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0 19px 0 20px;
	line-height: 20px;
}

.thumb-hpbottom {
	background: #fff;
	display: block;
	width: 100%;
	height: 130px;
	object-fit: cover;
	margin: 0 0 10px 0 !important;
	border: 4px solid #fff !important;
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	box-sizing: border-box;
}

.excerpt {
	margin: 0;
	padding: 0 0 10px 0;
}

/* ================================================
   Specificity overrides — beat Twenty Sixteen
   ================================================ */

/* Nav background */
#navbarbg {
	background: url(images/nav.png) !important;
}

/* Nav links — override Twenty Sixteen's #1a1a1a color and border-top */
#navbarbg .main-navigation li {
	border-top: none !important;
	float: left;
}

#navbarbg .main-navigation a,
#navbarbg .main-navigation a:link,
#navbarbg .main-navigation a:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif !important;
	color: #FFFFFF !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	margin: 0 30px 0 0 !important;
	padding: 15px 0 !important;
	line-height: normal !important;
	border-top: none !important;
	display: block !important;
}

#navbarbg .main-navigation a:hover,
#navbarbg .main-navigation a:active {
	color: #CCCCCC !important;
	text-decoration: none !important;
}

/* Dropdown items */
#navbarbg .main-navigation ul ul {
	display: none;
	position: absolute;
	left: -999em;
	margin: 0 !important;
}

#navbarbg .main-navigation li:hover > ul,
#navbarbg .main-navigation li.focus > ul {
	display: block;
	left: auto;
}

#navbarbg .main-navigation ul ul li {
	float: none !important;
	border-top: none !important;
}

#navbarbg .main-navigation ul ul a,
#navbarbg .main-navigation ul ul a:link,
#navbarbg .main-navigation ul ul a:visited {
	background: #777777 !important;
	width: 130px !important;
	color: #FFFFFF !important;
	font-size: 11px !important;
	text-transform: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 5px 10px !important;
	border-bottom: 1px solid #555555 !important;
	border-left: 1px solid #555555 !important;
	border-right: 1px solid #555555 !important;
}

#navbarbg .main-navigation ul ul a:hover {
	background: #888888 !important;
}

/* Footer — override Twenty Sixteen */
#footerbg {
	background: url(images/footer.png) repeat-x !important;
	height: 80px !important;
}

#footerbg #footer p,
#footerbg #footer a,
#footerbg #footer a:visited {
	color: #CCCCCC !important;
	font-size: 10px !important;
	font-family: Arial, Tahoma, Verdana !important;
	text-decoration: none !important;
}

#footerbg #footer a:hover {
	color: #CCCCCC !important;
	text-decoration: underline !important;
}

/* ================================================
   Homepage layout fixes
   ================================================ */

/* Constrain hero and bottom sections on large screens */
.hpmain,
#hpbottom {
	max-width: 960px;
}

/* Continue Reading links in bottom columns */
#hpbottom .excerpt + p a,
#hpbottom > div > p:last-child a {
	color: #264c55 !important;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-decoration: none;
}

#hpbottom > div > p:last-child a:hover {
	text-decoration: underline !important;
}

/* Beat Twenty Sixteen's iframe max-width rule */
.hpmainright iframe,
#hpmainbg iframe {
	max-width: none !important;
}

/* Tighten bottom column padding on the outer edges */
.hpbottom1 {
	padding-left: 0;
}

.hpbottom3 {
	padding-right: 0;
}

/* ================================================
   Suppress Twenty Sixteen header elements
   that bleed through alongside our header.php
   ================================================ */

/* Hide TwentySixteen's site-branding and its secondary nav */
.site-header .site-branding,
.site-header .site-title,
.site-header .site-description,
#masthead > .site-branding {
	display: none !important;
}

/* Hide any secondary header widget area TwentySixteen injects */
.header-widget-region {
	display: none !important;
}

/* Constrain header inner div to 960px */
#headerbg {
	background: #fff;
}

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}

.headerleft {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}

.headerleft img {
	max-height: 115px;
	width: auto;
}

/* Navbar inner constraint */
#navbar {
	width: 960px;
	margin: 0 auto;
}

/* Footer inner constraint */
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 22px 0;
	overflow: hidden;
}

/* ================================================
   Header layout fix — contain headerright within headerbg
   ================================================ */

/* Prevent header from overflowing its container */
#masthead {
	overflow: hidden;
}

#headerbg {
	overflow: hidden;
	width: 100%;
}

#header {
	overflow: hidden;
}

/* Push headerright down to vertically centre in 120px header */
.headerright {
	padding-top: 20px !important;
}

/* Kill any Twenty Sixteen absolute/fixed positioning on header elements */
#masthead .site-branding,
#masthead > .col-full,
.header-widget-region,
#masthead .custom-header-media {
	display: none !important;
}

/* ================================================
   RESPONSIVE STYLES
   Added 2026-05-27
   ================================================ */

/* ------------------------------------------------
   Fluid containers — scale below 960px
   ------------------------------------------------ */

@media (max-width: 980px) {

    #header,
    #navbar,
    #footer,
    .site-info,
    .hpmain,
    #hpbottom,
    .main-navigation ul {
        width: 100%;
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .site-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .content-area { width: 66%; }
    .widget-area   { width: 30%; }
    .footerleft    { width: 72%; }
    .footerright   { width: 25%; }
}

/* ------------------------------------------------
   Tablet portrait (768px and below)
   ------------------------------------------------ */

@media (max-width: 768px) {

    /* Header: stack logo and phone */
    #header {
        height: auto;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .headerleft,
    .headerright {
        float: none;
        width: 100%;
        text-align: center;
        padding: 8px 0 !important;
    }

    .headerleft img    { max-height: 90px; width: auto; }
    .header-phone-number { font-size: 22px; }

    /* Navigation: vertical stacked items */
    #navbarbg .main-navigation li {
        float: none !important;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.12) !important;
    }

    #navbarbg .main-navigation a,
    #navbarbg .main-navigation a:link,
    #navbarbg .main-navigation a:visited {
        margin: 0 !important;
        padding: 12px 15px !important;
        display: block !important;
    }

    /* Style Twenty Sixteen's built-in hamburger toggle */
    .main-navigation .menu-toggle,
    button.menu-toggle {
        display: block !important;
        background: transparent !important;
        border: none !important;
        color: #fff !important;
        font-size: 13px !important;
        font-family: Helvetica, Arial, Verdana, sans-serif !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        padding: 13px 15px !important;
        cursor: pointer !important;
        width: 100% !important;
        text-align: left !important;
    }

    /* Hide nav list until toggled by JS */
    #navbarbg .main-navigation ul {
        display: none;
        width: 100% !important;
        padding: 0 !important;
    }

    #navbarbg .main-navigation.toggled-on ul,
    #navbarbg .main-navigation ul.toggled-on {
        display: block !important;
    }

    /* Dropdown: full-width when open */
    #navbarbg .main-navigation ul ul {
        position: static !important;
        left: auto !important;
        width: 100% !important;
    }

    #navbarbg .main-navigation ul ul a,
    #navbarbg .main-navigation ul ul a:link,
    #navbarbg .main-navigation ul ul a:visited {
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 30px !important;
    }

    /* Hero: stack left and right columns */
    .hpmainleft,
    .hpmainright {
        float: none;
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .hpmainright iframe { height: 240px; }

    /* Bottom three columns: stack */
    .hpbottom1,
    .hpbottom2,
    .hpbottom3 {
        float: none;
        width: 100%;
        padding: 0 0 15px 0;
        margin: 10px 0;
        border-right: none;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }

    .hpbottom3 { border-bottom: none; }

    /* Content + sidebar: stack */
    .content-area,
    .widget-area {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    /* Footer: stack and auto height */
    .footerleft,
    .footerright {
        float: none;
        width: 100%;
        text-align: left;
    }

    .site-footer,
    #footerbg {
        height: auto !important;
        padding-bottom: 15px;
    }

    .site-info { padding: 10px 15px; }
}

/* ------------------------------------------------
   Mobile (480px and below)
   ------------------------------------------------ */

@media (max-width: 480px) {

    body { font-size: 14px; }

    .headerleft img      { max-height: 70px; }
    .header-phone-number { font-size: 20px; }

    .hpmainright iframe { height: 195px; }

    img {
        max-width: 100%;
        height: auto;
    }

    .thumb-hpbottom { height: auto; }

    #author, #email, #url,
    #comment, #s {
        width: 100%;
        box-sizing: border-box;
    }
}
