/* @override 
	http://metalmaster.b-v.design/wp-content/themes/bvd_theme/style.css?ver=3267b2dca73564ebd3e3b233eb0f8d3b
	http://metalmaster.b-v.design/wp-content/themes/bvd_theme/style.css?ver=f45bc2bfd747c6ca3341656231593b3b
	http://metalmaster.b-v.design/wp-content/themes/bvd_theme/style.css?ver=cfbbbafed41e7fa104bddc08c9afaf76 */

/*
Theme Name: bvd_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bvd_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bvd_theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
        ## Asides
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: "acumin-pro",sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

#colophon div.footer-menu.flex-col.col-md-4.col-sm-5 div.footer-menu-wrapper div.footer-menu-inner ul.footer-menu li a span.footer-menu-item-icon img {
	
}

.style-svg svg{
	fill: red;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

span.sidebar-menu-item-icon .style-svg.replaced-svg, span.footer-menu-item-icon .style-svg.replaced-svg, span.sidebar-menu-item-icon img, span.footer-menu-item-icon img {
	width: 20px;
	margin-right: 4px;
	opacity: 1;
	display: inline-block;
	vertical-align: middle;
}

.footer-right-image-inner svg, .footer-right-image-inner svg path {
	fill: #930101;
}


.footer-right-image-inner svg, .footer-right-image-inner svg path {
	
}

.hp-news-item-image {
	-ms-flex-preferred-size: 14% !important;
	flex-basis: 14% !important;
	max-width: 14% !important;
	padding-right: 5px;
	padding-left: 5px;
}

div.col-md-8.col-sm-8.flex-col.hp-news-item-title {
	-ms-flex-preferred-size: 76% !important;
	flex-basis: 76% !important;
	max-width: 76% !important;
}

div.col-md-2.col-sm-2.flex-col.hp-news-item-arrow {
	-ms-flex-preferred-size: 10% !important;
	flex-basis: 10% !important;
	max-width: 10% !important;
}

span.personnel-list-item-title {
	text-transform: uppercase;
	font-size: 10px;

}

.contact-page-personnel-list-wrapper {
		padding-top: 1em;
	}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

div.comm-roof-image {
	background-size: contain;
	background-repeat: no-repeat;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 1.4vw;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*clear: both;*/
}

p {
    margin-bottom: 1.5em;
    margin-top: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a.mm-next {
	background-color: #8f8f8f;
}

div#mm-3.mm-panel.mm-vertical, div#mm-2.mm-panel.mm-vertical{
	background-color: #8d8d8d;
}



.mm-menu{
	background-color: #504e4e;
}




/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}*/

/*button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}*/

/*button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}*/

/*input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}*/

/*input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}*/

/*input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}*/

/*textarea {
    padding-left: 3px;
    width: 100%;
}*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/******* BVD Styles *******/

/*.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.row {
    margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 0;
	padding-left: 0;
}*/

div#primary, .hp-content-wrapper, footer#colophon {
	border-right: 15px solid white;
}

div#primary {
	position: relative;
}

.nano > .nano-content {
	overflow: auto;
	overflow-x: hidden;
}



h1 {
    font-size: 2.7vw;
    margin-top: 0;
    font-weight: normal;
}

h2 {
    font-size: 2.2vw;
    margin-top: 0;
    font-weight: normal;
}

.page-id-308 .default-page-main-content.content-center-main-content {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 5em;
	   -moz-column-gap: 5em;
	        column-gap: 5em;
	margin: 3em;
	orphans: 2;
	widows: 2;
}

.page-id-308 .default-page-main-content.content-center-main-content p{
	margin-bottom: 0;
	padding-bottom: 4em;
	margin-right: 3em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.page-id-308 .default-page-main-content.content-center-main-content p:before{
	 content: "";
	 font: font;
}

h3 {
    margin-top: 0;
    font-size: 1.8vw;
    font-weight: normal;
}

a, a:visited {
    color: #62b6ee;
}

a:hover {
    color: #E81C22;
    text-decoration: none;
}

ul.footer-menu a {
	color: white;
}

ul.footer-menu a:hover {
	color: #C1C1C1;
}

#masthead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin-left: 0;
    margin-right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid white;
    padding-top: 2%;
    padding-bottom: 2%;
}

header#masthead h1 {
    margin-bottom: 0;
}

.no-header-image #masthead {
    position: static;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: initial;
    border-bottom: none;
}

.no-header-image .main-navigation a {
    color: #666;
}

.error404 #masthead {
    position: static;
    padding: 15px;
}

.error404 #masthead .main-navigation a {
    color: black;
}

h1.site-title {
    margin-top: 0;
}

.hp-header-image-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.hp-header-image {
    padding-top: 43%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hp-header-image-text {
    position: absolute;
    right: 7%;
    top: 69%;
    font-size: 4vw;
    color: white;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
}

.site-branding {
    float: left;
    width: 25%;
}

h1.site-title {
    margin-top: 0;
    clear: none;
}

nav#site-navigation {
    float: right;
    clear: none;
    text-align: right;
    font-size: 1.3vw;
    background-color: transparent;
    box-shadow: none;
    height: auto;
    line-height: initial;
}

nav#site-navigation ul li {
    float: none;
}

nav ul li:hover, nav ul li.active {
    background-color: initial;
}

header#overlay-masthead {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px 20px;
}

.main-navigation a {
    color: white;
    font-size: 1.5vw;
}

.main-navigation a:hover {
    color: #666;
    text-decoration: none;
}

.hp-featured-section-wrapper {
    margin-top: 6%;
    margin-bottom: 4%;
    padding-left: 4%;
    padding-right: 4%;
}

.hp-featured-section-image {
    float: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.hp-featured-section-image-placeholder {
    padding-top: 100%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    background-color: #ccc;
}

.hp-featured-section-text-wrapper {
    width: 85%;
    float: none;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
}

.hp-about-section-wrapper {
    background-color: #efefef;
}

.hp-about-section-image {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}


.hp-about-section-image-placeholder {
    padding-top: 56%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    background-color: #ccc;
}

.hp-about-section-text {
    padding: 3% 4% 3% 5%;
}

.hp-social-section-wrapper {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.hp-social-section-twitter-wrapper {
    margin-top: 30px;
}

.sf-facebook-feed-header, .sf-twitter-feed-header {
    background-color: #B6B6B6;
    padding: 10px 20px;
    font-size: 1.7vw;
    color: white;
}

.site-info, .footer-lower {
    background-color: #aaa;
    padding-left: 50px;
    padding-right: 50px;
}

.site-info {
    padding-top: 20px;
}

.social-icons {
    text-align: right;
}

.footer-social-icon {
    display: inline-block;
    padding-right: 10px;
	opacity: 1;
	color: #fcfcfc;
}

#menu-sidebar div.menu-bottom div.menu-social-icons div.footer-social-icon a i {
	color: #575353;
}

.footer-social-icon:last-of-type {
    padding-right: 0;
}

.footer-social-icon a {
    color: #949494;
}

.footer-social-icon a:hover {
	color: white;
}

.footer-lower img {
    max-width: 30px;
    vertical-align: middle;
}

.footer-lower a {
    color: white;
    text-decoration: none;
    vertical-align: middle;
}

.footer-lower a:hover {
    color: #414141;
}

.hp-social-section-right-gallery-image {
    width: 70%;
    margin-bottom: 30px;
    margin-left: auto;
}

.hp-social-section-right-gallery-image-placeholder {
    width: 70%;
    padding-top: 45%;
    background-color: #ccc;
    margin-bottom: 30px;
    margin-left: auto;
}

.page-header-image-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.contact-page-lower-text-wrapper {
    padding-right: 4%;
    padding-left: 0;
}

.contact-page-content {
    padding: 4% 4% 0;
}

.page-header-image {
    position: relative;
    padding-top: 30%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.about-page-content-wrapper {
    margin-top: 3%;
    padding-left: 4%;
    padding-right: 4%;
}

.about-page-gallery-image-placeholder {
    width: 100%;
    padding-top: 47%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    background-color: #ccc;
    margin-bottom: 8%;
}

.about-page-gallery-image {
    width: 100%;
    margin-bottom: 30px;
}

.about-page-content {
    padding-right: 5%;
}

.acf-map {
    height: 400px;
    border: #ccc solid 1px;
}

.contact-page-address-content {
    padding-right: 4%;
    padding-left: 4%;
    margin-top: 4%;
    margin-bottom: 4%;
}

.page-title-wrapper {
    margin-top: 3%;
    padding-left: 4%;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

.no-header-image .page-title-wrapper {
    border-bottom: none;
    background-color: #ccc;
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    padding: 4%;
    margin-top: 1%;
}

.no-header-image .page-title-wrapper h1 {
    margin-bottom: 0;
}

.mobile-menu-toggle {
    display: none;
}

#page #mobile-menu {
    display: none;
}

section.error-404.not-found {
    margin-bottom: 30px;
}

.default-page-content-wrapper {
    
}

.default-page-content {
	overflow: auto;
}

.default-page-content-wrapper.no-columns-page {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
}

.hp-featured-section-item {
    visibility: hidden;
}

.animated.hp-featured-section-item {
    visibility: visible;
}

.two-col-top-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.two-col-top-title, .two-col-top-text {
    float: none; /****** These elements can not be floated. ******/
    display: table-cell; /******* This keeps the two columns at equal height *******/
    vertical-align: middle;
}

.two-col-top-text {
    padding: 4% 7% 4% 0;
}

.two-col-top-title {
    padding-left: 4%;
}

.two-col-top-text-inner {
    border-left: 1px solid white;
    padding-left: 10%;
}

.two-col-top-text p, .two-col-top-title h1 {
    margin-bottom: 0;
}

.two-col-top-wrapper {
    background-color: #ccc;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}



.flex-row.flex-row-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.flex-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.flex-col.col-md-1 {
	-ms-flex-preferred-size: 8.333%;
	flex-basis: 8.333%;
	max-width: 8.333%;
}

.flex-col.col-md-2 {
	-ms-flex-preferred-size: 16.667%;
	flex-basis: 16.667%;
	max-width: 16.667%;
}

.flex-col.col-md-3 {
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	max-width: 35%;
}

.flex-col.col-md-4 {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	max-width: 33%;
}

.flex-col.col-md-5 {
	-ms-flex-preferred-size: 41.667%;
	flex-basis: 41.667%;
	max-width: 41.667%;
}

.flex-col.col-md-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.flex-col.col-md-7 {
	-ms-flex-preferred-size: 58.333%;
	flex-basis: 58.333%;
	max-width: 58.333%;
}

.flex-col.col-md-8 {
	-ms-flex-preferred-size: 63%;
	flex-basis: 63%;
	max-width: 63%;
}

.flex-col.col-md-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}

.flex-col.col-md-10 {
	-ms-flex-preferred-size: 88.333%;
	flex-basis: 88.333%;
	max-width: 88.333%;
}

.flex-col.col-md-11 {
	-ms-flex-preferred-size: 91.667%;
	flex-basis: 91.667%;
	max-width: 91.667%;
}

.flex-col.col-md-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.footer-right-text.flex-col p {
	margin-bottom: 5px;
}

.footer-right-text.flex-col p a {
	color: white;
}

.footer-right-text.flex-col p a:hover {
	color: #ccc;
}



footer#colophon {
	background: url(images/menu-bk.png) right center no-repeat #746b69;
    color: white;
    padding: 3em;
	border-top: 5px solid white;
}



div.footer-right-text.flex-col.col-md-8.col-sm-8 {
	font-size: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

div.footer-right-image-inner img {

	max-width: 200px;
	opacity: 0.48;
	width: 178px;
}

.footer-right-text.flex-col {
	padding-left: 0;
}

div#menu-sidebar {
	padding: 0;

	background-size: cover;
	webkit-flex-basis: 17.5%;
    -ms-flex-preferred-size: 17.5%;
    flex-basis: 17.5%;
    max-width: 17.5%;
	position: relative;
	border-right: 5px solid white;
	-webkit-transition: flex-basis 1.25s;
    -webkit-transition: -webkit-flex-basis 1.25s;
    transition: -webkit-flex-basis 1.25s;
    transition: flex-basis 1.25s;
    transition: flex-basis 1.25s, -webkit-flex-basis 1.25s, -ms-flex-preferred-size 1.25s;
	background-color: #8c8583;
	margin-left: 4px;

}

div.tiled-gallery.type-rectangular {
	margin-bottom: -3px;
}

div#menu-sidebar.collapsed {
	-ms-flex-preferred-size: 5%;
	    flex-basis: 5%;
}

div#menu-sidebar.collapsed.expanding {
	-ms-flex-preferred-size: 17.5%;
	    flex-basis: 17.5%;
	max-width: 17.5%;
}

div#main-content-area {
	padding: 0;
	webkit-flex-basis: 82.5%;
    -ms-flex-preferred-size: 82.5%;
    flex-basis: 82.5%;
	max-width: 82.5%;
	overflow: hidden; /**** This is important DO NOT remove ****/
	-webkit-transition: flex-basis 1.25s;
    -webkit-transition: -webkit-flex-basis 1.25s;
    transition: -webkit-flex-basis 1.25s;
    transition: flex-basis 1.25s;
    transition: flex-basis 1.25s, -webkit-flex-basis 1.25s, -ms-flex-preferred-size 1.25s;
}

div#main-content-area.expanded {
	-ms-flex-preferred-size: 95%;
	    flex-basis: 95%;
	max-width: 95%;
}

div#main-content-area.expanding {
	-ms-flex-preferred-size: 82.5%;
	    flex-basis: 82.5%;
	max-width: 95%;
}

.collapsed .menu-logo-wrapper, .collapsed div.menu-tagline-wrapper, .collapsed .menu-bottom, .collapsed span.sidebar-menu-item-text, .collapsed span.sidebar-menu-item-arrow {
	display: none;
}

.collapsed .small-menu-logo-wrapper {
	display: block;
}

.small-menu-logo-wrapper {
	display: none;
	background-color: #E2E2E2;
    text-align: center;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
	padding: 10px 0;
}

.collapsed .menu-collapse-icon {
	display: block;
    position: static;
    background-color: #aca5a3;
    color: #ccc;
    text-align: center;
}

.collapsed ul.sidebar-menu li {
	text-align: center;
}

.menu-collapse-icon {
	position: absolute;
	right: 5px;
	top: 0;
	color: #ACA5A3;
	cursor: pointer;
	z-index: 1000;
}

.menu-logo-wrapper {
	background-color: white;
	text-align: center;
}

.menu-logo-wrapper img {
	max-height: 120px;
}

img.site-logo {
	padding: 1.5em 1em 1em;
}

.menu-tagline-wrapper {
	background-color: #a89e90;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: .65em;
    padding: 1.1em .85em;
    line-height: 1;
}



.menu-bottom {
	text-align: center;
	color: #949494;
	background-color: #8c8684;
	padding: 1em;
	margin-top: auto;
}

div.site-copyright.micro {
	color: #575352;
}

.site-logo-small {
	padding: 0 10px;
}

.menu-social-icons {
	padding-bottom: .5em;
}

.collapsed ul.sidebar-menu {
	padding-left: .5em;
	padding-right: .5em;
}

ul.sidebar-menu {
	margin: 0;
	padding: 1em;
	list-style: none;
	background: url(images/menu-bk.png) center top no-repeat #413b39;
	border-bottom: 5px solid #ffffff;
	
	display: -webkit-box;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;

}

div.menu-menu-inner, div.menu-menu-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}



div.menu-divider {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: 1px;
}

ul.sidebar-menu li {

	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 0;
	font-size: .85em;
	position: relative;
}

div.menu-divider:last-of-type {
	display: none;
}

ul.sidebar-menu li:last-of-type {
	border-bottom: none;
}

ul.sidebar-menu li ul li.menu-submenu-item {
	margin-bottom: 0;
	padding: .5em 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

ul.sidebar-menu li ul li.menu-submenu-item:last-of-type {
	border-bottom: none;
}

ul.sidebar-menu li a, ul.sidebar-menu li {
	color: rgb(255, 255, 255);
	display: block;
	cursor: pointer;
}

ul.sidebar-menu li a:hover, ul.sidebar-menu li:hover {
	color: #c30208;
	
}

span.sidebar-menu-item-arrow {
	display: inline-block;
	float: right;
}



.menu-submenu {
	display: none;
	position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 107%;
    bottom: -120%;
    z-index: 100;
    background-color: #514D51;
    font-size: 1.25em;
    min-width: 155px;
}

.nano > .nano-pane {
	background: black;
 border-radius: 0;
	z-index: 1000;
}

.nano > .nano-pane > .nano-slider {
	background: #a21115;
 border-radius: 0;
}

div#hp-gallery-section {
	background-color: #E8E8E8;
	
}

div.hp-gallery-inner {
	
}

div#hp-company-section {
	border-top: 5px solid white;
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
}

.hp-red-background-text-wrapper {
    color: white;
    text-transform: uppercase;
    font-size: .75em;
    text-align: center;
    position: absolute;
	left: 0;
    right: 0;
	z-index: 100;
	top: -3.5%;
}

.hp-red-background-text-wrapper p {
	margin-bottom: 0;
    background-color: #A21115;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: .75em;
    border: 3px solid white;
}

.hp-company-text-wrapper {
	margin: 8em;
    background-color: rgba(0, 0, 0, 0.74);
	color: white;
}

.hp-company-text-inner {
	padding: 3em 5em;
}

.hp-company-button {
	text-align: center;
}

.hp-company-button a {
	color: white;
    border: 1px solid white;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 30px;
}

.hp-company-button a:hover {
	background-color: #A21115;
}

div#hp-roofing-services-section {
	background-color: #E4E4E4;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 5px solid white;
	padding-bottom: 25%;
	background-position: center bottom;
}

.hp-rs-col-left {
	color: white;
}

.hp-rs-row-conent {
	padding: 3em;
}

ul.hp-rs-list-left {
	list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
}

ul.hp-rs-list-left:first-of-type {
	padding-right: 25px;
}

ul.hp-rs-list-left:last-of-type {
	padding-left: 25px
}

ul.hp-rs-list-left li {
	padding-left: 20px;
	margin-bottom: 9px;
	display: block;
}

ul.hp-rs-list-left li i {
	margin-left: -18px;
}

ul.hp-rs-list-left li h4 {
	display: inline;
	padding-left: 7px;
}

.hp-rs-col-right-link {
	margin-top: auto;
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.hp-rs-col-right-link a {
	display: block;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    text-transform: uppercase;
	color: black;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 5px;
	z-index: 1000;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

div#hp-news-section {
	border-top: 5px solid white;
}

.hp-news-col {
	background-color: rgb(159, 153, 149);
    color: rgba(255, 255, 255, 0.78);
	padding-top: 1em;
}

h2.hp-news-title {
	/*-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: .65em;*/
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	margin-bottom: 0 !important;
	margin-left: 29%;
	margin-right: 0;
	margin-top: .75em !important;
	letter-spacing: 1px !important;
}

.hp-lower-links-item {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}



.hp-lower-links-item-col.hp-lower-links-item-image img {
	max-width: 80px;

}

#hp-news-section div.col-md-1.col-sm-1.flex-col.hp-news-col div.hp-news-col-icon img {
	opacity: 0.65;
}

#hp-news-section div.col-md-1.col-sm-1.flex-col.hp-news-col div.hp-news-col-icon img {
	width: 48px;


}

div.hp-news-col-icon {

	text-align: center;
	margin-top: 20px;
}
h3.hp-awards-title {
	letter-spacing: 4px;
}


.hp-news-list-col {
	background-color: rgba(172, 165, 163, 0.45);
    border-right: 5px solid white;
}

.hp-lower-links-item{
	background-color: #dba354;
}

.hp-lower-links-item:first-of-type {
	background-color: rgb(100, 130, 89);
}

.hp-lower-links-item-col.hp-lower-links-item-image img {
		opacity: 0.46;
}

.hp-lower-links-item img{

}

.hp-lower-links-item:last-of-type {
	background-color: rgb(48, 129, 153);
}

.hp-lower-links-item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    color: rgba(255, 255, 255, 0.81);
	padding: 1.5em 1em;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

}

.hp-lower-links-item a:hover {
	color: white;
}

.hp-lower-links-item-col.hp-lower-links-item-arrow {
	text-align: right;
	opacity: 0.55;
}

i.fa.fa-chevron-circle-right {
	font-size: 17px;
	opacity: 0.49;
}

div#bottom-image-section {
	padding-top: 21%;
    border-top: 5px solid white;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

div#hp-awards-title-section {
	border-top: 5px solid white;
    background-color: #A21115;
    color: white;
}

.hp-awards-col-right {
	background-color: #710D10;
}

h3.hp-awards-title {
	margin-bottom: 0;
	text-transform: uppercase;
}

.hp-awards-col-left, .hp-awards-col-right a {
	padding: 1.5em;
}

#colophon div.footer-menu.flex-col.col-md-6.col-sm-6 div.footer-menu-wrapper div.footer-menu-inner ul.footer-menu li a span.footer-menu-item-text h3 {
	margin: 0;
	font-size: 13px;
	color: #cfcdcd;
}

#colophon div.footer-menu.flex-col.col-md-6.col-sm-6 div.footer-menu-wrapper div.footer-menu-inner ul.footer-menu li {
	margin-bottom: 1em;
}

.hp-awards-col-right a {
	color: white;
	display: block;
}

.hp-news-item.row.flex-row a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.2em 2em;
	color: #808080;
	width: 100%;
}

.hp-news-item-image img {
	flex-shrink: 0;
}

.hp-news-item.row.flex-row a:hover {
	color: #4E4E4E;
}

.hp-news-item {
	border-bottom: 1px solid #ADADAD;
	flex-shrink: 0;
}

.hp-news-item:last-of-type {
	border-bottom: none;
}

.hp-news-item-arrow {
	text-align: right;
}

main#main, div#primary, .default-page-content-wrapper {
	height: 100%;
}
.hp-news-item-image {
	-ms-flex-preferred-size: 20% !important;
	flex-basis: 20% !important;
	max-width: 20% !important;
}

.nano-content.default-page-inner-content {
	left: 15px;
	text-align: center;
	padding: 0 2em 0 1.5em;
	margin-top: 4em;
	margin-bottom: 2.5em;
}

h1.default-page-title {
	color: white;
    border-bottom: 1px solid #B7B7B7;
	padding-bottom: .75em;
	margin-bottom: .75em;
}

.default-page-main-content, .content-center-content-lower-wrapper, .office-personnel-container {
	color: #bfbebe;
}

.default-page-main-content.awards-page-main-content {
	color: #616161;
}

.default-page-background-caption-wrapper {
	position: absolute;
    right: 0;
    bottom: 100px;
    background-color: #A21115;
    color: white;
    padding: 1em;
	z-index: 100;
}

.default-page-background-caption-wrapper p {
	margin-bottom: 0;
}

.default-page-main-content img {
	margin: 0 25px;
}

div#content {
	position: relative;
}

.default-page-buttons-wrapper {
	position: absolute;
	right: 0;
	left: 32.75%;
	bottom: 50px;
	z-index: 1000;
}

.default-page-button {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	max-width: 50%;
}

.page-button-inner {
	margin-left: 1em;
    margin-right: 1em;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.page-button-inner:last-of-type{
	
}

.default-page-button.default-page-button-1 .page-button-inner {
	background-color: #A21115;
}

.default-page-button.default-page-button-1 .page-button-inner .page-button-icon-col {
	background-color: #710D10;
}

.default-page-button.default-page-button-2 .page-button-inner {
	background-color: #0084b5;
}

.default-page-button.default-page-button-2 .page-button-inner .page-button-icon-col {
	background-color: #00adef;
}

.page-button-icon-col, .page-button-text-col {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.page-button-text-col {
	padding: 1em 1.5em;
}

.page-button-icon-col {
	width: 20%;
	padding: .85em;
}

.page-button-inner a {
	color: white;
}

.default-page-button .page-button-inner {
	color: white;
}

.page-button-text-col {
	line-height: 1.45;
}

.flex-col.hp-gallery-col {
	padding: 0;
}

div#hp-gallery-caption {
	position: absolute;
    background-color: rgba(0, 0, 0, 0.73);
    right: 89px;
    top: 0;
	z-index: 100;
    width: 33%;
    color: white;
    text-align: center;
    padding: 2em 2.5em;
	font-size: .9em;
	line-height: 1.7em;
}



.hp-gallery-caption-description {
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 1em;
	color: #ccc;
	line-height: 1.5em;
}

.hp-gallery-caption-description p {
	margin-bottom: 0;
}

h2.hp-gallery-caption-title {
	margin-bottom: .15em;
	font-size: 29px;
	line-height: 33px;
}

h3.hp-gallery-caption-subtitle {
	text-transform: uppercase;
	color: #fe2e2e;
}



.hp-gallery-caption-links {
	margin-top: 2em;
	margin-bottom: 2em;
}

.hp-gallery-caption-links a {
	color: white;
	margin-right: 5px;
}

span.hp-gallery-control-span {
	margin-right: 10px;
	cursor: pointer;
}

span.hp-gallery-control-next.hp-gallery-control-span {
	margin-right: 0;
	margin-left: 10px;
}

span.hp-gallery-control-prev.hp-gallery-control-span {
	margin-right: 20px;
}

.default-page-content.nano {
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.66);
	-webkit-transition: flex-basis 1.25s;
    -webkit-transition: -webkit-flex-basis 1.25s;
    transition: -webkit-flex-basis 1.25s;
    transition: flex-basis 1.25s;
    transition: flex-basis 1.25s, -webkit-flex-basis 1.25s, -ms-flex-preferred-size 1.25s;
}

.default-page-content.nano.content-collapsed {
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	padding: 0;
}

ul.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.flex-col.default-page-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

#header-mobile {
	display: none;
}

.hp-awards-slider {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bx-wrapper .bx-viewport {
 box-shadow: none;
    border: none;
    left: 0;
}

.hp-awards-col {
	padding-left: 0;
	padding-right: 0;
}

.bx-wrapper {
	padding: 2em 4em;
	width: 100%;
	max-width: 5000px !important;
}

.slide.hp-awards-slider-slide {
	float: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	padding: 0 1.5em;
	border-right: 1px solid #ccc;
}

.bx-wrapper img {
	margin-right: auto;
	margin-left: auto;
}

/*.content-center-content-wrapper {
	height: 100%;
	align-items: center;
}*/

/*.content-center-content-wrapper {
	max-width: 100%;
}*/

.content-center-content {
	height: 60%;
    /*background-color: rgba(0, 0, 0, 0.8);
	margin: 5em;*/
	padding: 5em;
	max-width: 100%;
	flex-shrink: 0;
}

.content-center-content-inner {
	/*padding: 0 3em;
    margin: 3em 0;*/
	padding: 3em;
	background-color: rgba(0, 0, 0, 0.8);
}

/*.content-center-content-inner {
	margin: 6em;
    background-color: rgba(0, 0, 0, 0.72);
    padding: 3em;
}*/

.default-page-content.awards-page-content {
	background-color: transparent;
}

h1.default-page-title.awards-page-title {
	color: #800304;
    text-align: left;
}


.page-id-42  h1.default-page-title.awards-page-title, .page-id-40 h1.default-page-title.tour-page-title {
	border-bottom-style: none;
	margin: 0 0 3px;
	background-color: #6a6a6a;
	padding: .5em;
	color: #ffffff;
}

.awards-page-inner-content {
	padding: 2em 3em;
	background-color: #F1F1F1;
}



.page-id-42 .awards-page-inner-content, .page-id-40 div.tour-page-inner-content  {
	padding: 0em 0em;
}

.award-grid-item {
	text-align: center;
	padding: 3em;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.award-grid-item-name {
	padding-top: 1em;
}

.hp-rs-col-right {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.checkbox-row label {
	margin-right: 15px;
}

.contact-page-map-share {
	position: absolute;
    right: 6%;
    top: 50px;
	width: 55%;
}

.contact-page-map-share iframe {
	width: 100%;
}

div#primary.content-center-page {
	height: auto !important;
	background-attachment: fixed;
}

.default-page-main-content.content-center-main-content iframe {
	width: 55%;
	margin-left: 20px;
}

ul.personnel-list-section-list {
	padding: 0;
	margin-bottom: 0;
}

h3.personnel-list-section-title {
	margin-top: 25px;
	margin-bottom: 1.5em;
}

h3.personnel-list-section-title:first-of-type {
	margin-top: 0;
}

ul.personnel-list-section-list li {
	line-height: 15px;
	margin-bottom: 1em;
}

.hp-awards-col-left {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.hp-news-col-title-mobile, .phone-buttons-container {
	display: none;
}


/*.gallery-page-container {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}*/

.gallery-page-container a {
	margin-bottom: 15px;
	display: inline-block;
}

a#lg-download {
	display: none;
}

/**** To Change Height of HP Slider ****/
.sy-box.pictures-slider {
	max-height: 600px;
	overflow: hidden;
}

.page-content-close-wrapper {
	text-align: right;
	color: #D6D6D6;
}

.page-content-close-btn {
	display: inline-block;
	padding: .5em 1.5em;
	cursor: pointer;
}

.page-content-collapsed-wrapper.flex-col {
	display: none;
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	max-width: 0;
	background-color: #2c2d2c;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: display 1.25s;
    transition: display 1.25s;
	cursor: pointer;
	margin-left: -24px;
}

.page-content-collapsed-wrapper.flex-col.collapsed-wrapper-expanded {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 2.5%;
	    flex-basis: 2.5%;
    max-width: 2.5%;
}

.page-content-collapsed-button {
	position: relative;
	height: 50px;
}

.page-content-collapsed-button-inner {
	background-color: #2d2d2d;
    position: absolute;
    top: 0;
    right: -2em;
    bottom: 0;
    width: 25px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;

}

.modal-header {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0.78);
    color: white;
	text-align: left;
}

#tourPanorama {
	width: 100%;
	height: 600px;
}

.default-page-title.tour-page-title {
	color: #800304;
}

.tour-page-inner-content {
	padding: 2em 3em;
}

.modal-dialog.modal-lg {
	margin-top: 5%;
}

.modal-content {
	border-radius: 0;
}

.panorama-view .area.hotspot {
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	width: 20px !important;
	height: 20px !important;
	background-image: url('/wp-content/themes/bvd_theme/tour/target.svg');
	opacity: 1;
	background-color: white;
}

button.close {
	color: white;
	text-shadow: none;
	opacity: 1;
	font-size: .9em;
    line-height: 2;
}

button.close:hover {
	color: white;
}

a.carousel-control {
	color: white;
}

.carousel-inner .item img.img-responsive {
	margin: 0 auto;
}

h1.default-page-title, .default-page-main-content {
	overflow: hidden;
}

span.hp-header-share-social-icon a {
	color: #585858;
    font-size: 2.5em;
}

div#galleryModal .modal-dialog {
	width: 60%;
}

div#galleryModal .modal-header {
	position: static;
	background-color: #6A6A6A;
}

div#galleryModal ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	padding: 0;
}

button.btn.btn-default.pull-right {
	margin-top: .25em;
    margin-right: 2em;
    font-size: .45em;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #444;
    color: white;
    border-color: white;
}

button.btn.btn-default.pull-right:hover {
	background-color: #e6e6e6;
    color: #333;
}

.page-button-icon-col img {
	max-height: 61px;
}

.default-page-main-content img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1340px) {
	.page-content-collapsed-button-inner {
		right: -2.45em;
	}
}

@media (max-width: 1170px) {
	div#hp-gallery-caption {
		padding: 3em;
	}
	
	h2.hp-gallery-caption-title {
		font-size: 2em;
	}
	
	h3.hp-gallery-caption-subtitle {
		font-size: 1.05em;
	}
	
	.hp-gallery-caption-description {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	
	.hp-gallery-caption-links {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	
}

@media (max-width: 1140px) {
	.page-content-collapsed-button-inner {
		right: -2.65em;
	}
} 

/******* Tablets ********/
@media (max-width: 992px) {
 
 
 
 .page-id-308 .default-page-main-content.content-center-main-content {
 	-webkit-column-count: 2;
 	   -moz-column-count: 2;
 	        column-count: 2;
 	-webkit-column-gap: 2em;
 	   -moz-column-gap: 2em;
 	        column-gap: 2em;
 	margin: 0;
 }

.page-id-308 .default-page-main-content.content-center-main-content p{
	margin-bottom: 2em;
	margin-right: 0em;
}

.page-id-140 div.content-center-content-lower-wrapper h2, .page-id-35 h2 {
	margin-top: 35px;
}

#main div.row.flex-row.content-center-content-wrapper div.flex-col.content-center-content div.content-center-content-inner div.default-page-main-content.content-center-main-content p iframe {
	height: 160px;
}

div#hp-gallery-caption {
	padding: 32px 19px 19px;
}

#header-mobile div.header-menu-toggle.col-sm-6.col-xs-3.flex-col div a i.fa.fa-bars {
	color: #a5a5a5;
}

div#hp-roofing-services-section {

	padding-bottom: 35%;
	
}
 
 ul.hp-rs-list-left:last-of-type {
 	padding-left: 0px
 }
 
 .hp-news-item-image {
 	-ms-flex-preferred-size: 20% !important;
 	flex-basis: 20% !important;
 	max-width: 20% !important;
 }
 
 div.col-md-8.col-sm-8.flex-col.hp-news-item-title {
 	-ms-flex-preferred-size: 70% !important;
 	flex-basis: 70% !important;
 	max-width: 70% !important;
 }
 
 div.col-md-2.col-sm-2.flex-col.hp-news-item-arrow {
 	-ms-flex-preferred-size: 10% !important;
 	flex-basis: 10% !important;
 	max-width: 10% !important;
 }
 
 
 .hp-news-item {
 	-webkit-box-flex: 	1;
 	    -ms-flex-positive: 	1;
 	        flex-grow: 	1;
 }
 
 
 .hp-lower-links-item-col.hp-lower-links-item-image img {
 	max-width: 100%;

 	height: 52px;
 	margin-bottom: 6px;
 }
 .hp-lower-links-item a {
   	-ms-flex-wrap: wrap;
   	    flex-wrap: wrap;
 
 }

div.col-md-1.col-sm-2.flex-col.hp-lower-links-item-col.hp-lower-links-item-arrow {
	display: none;
}

div.hp-lower-links-item.row.flex-row {
   	-ms-flex-wrap: wrap;
   	    flex-wrap: wrap;
   	
   }

div.col-md-8.col-sm-8.flex-col.hp-lower-links-item-col.hp-lower-links-item-title, div.col-md-3.col-sm-2.flex-col.hp-lower-links-item-col {
	-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	max-width: 100%;
	text-align: center;
}





.hp-lower-links-item a {

    	padding: 20;

    
    }
    
    
    h1 {
        font-size: 3.5vw;
    }

    h2 {
        font-size: 2.9vw;
    }

    h3 {
        font-size: 2.3vw;
    }

    body, button, input, select, textarea {
        font-size: 1.9vw;
    }

    .mobile-menu-toggle {
        display: block;
        font-size: 3vw;
    }
    
    .main-navigation a {
        font-size: 3vw;
    }

    .menu-main-menu-container {
        display: none;
    }

    .hp-social-section-right-gallery-image-placeholder, .hp-social-section-right-gallery-image {
        width: 90%;
    }

    .sf-facebook-feed-header, .sf-twitter-feed-header {
        font-size: 2vw;
    }

    .sf-facebook-feed-header:before, .sf-twitter-feed-header:before {
        font-size: 2.2vw;
    }

    .footer-social-icon {
        font-size: 3.5vw;
    }
    
    .about-page-content-wrapper {
        margin-top: 5%;
    }
    
    .page-title-wrapper {
        margin-top: 5%;
    }
    
    .contact-page-address-content {
        margin-top: 6%;
    }
    
    .hp-social-section-wrapper {
        padding-left: 3%;
        padding-right: 3%;
    }
    
    .hp-featured-section-wrapper {
        padding-left: 3%;
        padding-right: 3%;
    }
    
    .hp-header-image-text {
        font-size: 5vw;
    }
	
	/*div#menu-sidebar {
		-webkit-flex-basis: 8%;
		-ms-flex-preferred-size: 8%;
		flex-basis: 8%;
		max-width: 17.5%;
	}
	
	div#main-content-area {
		-webkit-flex-basis: 92%;
		-ms-flex-preferred-size: 92%;
		flex-basis: 92%;
		max-width: 92%;
	}
	
	.menu-tagline-wrapper, .menu-bottom, span.sidebar-menu-item-text, span.sidebar-menu-item-arrow, .menu-logo-wrapper {
		display: none;
	}
	
	.small-menu-logo-wrapper {
		display: block;
	}*/
	
	div#menu-sidebar.initial-load {
		-ms-flex-preferred-size: 8%;
		    flex-basis: 8%;
	}
	
	div#main-content-area.initial-load {
		-ms-flex-preferred-size: 92%;
		    flex-basis: 92%;
	}
	
	div#menu-sidebar.collapsed {
		-ms-flex-preferred-size: 8%;
		    flex-basis: 8%;
	}
	
	div#main-content-area.expanded {
		-ms-flex-preferred-size: 92%;
		    flex-basis: 92%;
		max-width: 92%;
	}

	div#main-content-area.expanding {
		max-width: 92%;
	}
	
	.hp-red-background-text-wrapper {
		top: -4%;
	}
	
	.hp-gallery-caption-description {
		padding-top: .5em;
		padding-bottom: .5em;
		margin-top: .5em;
		font-size: .95em;
	}
	
	.hp-gallery-caption-links {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.hp-company-text-wrapper {
		margin: 6.5em 4.5em 4.5em;
	}
	
	.flex-col.col-sm-1 {
		-ms-flex-preferred-size: 8.333%;
		flex-basis: 8.333%;
		max-width: 8.333%;
	}

	.flex-col.col-sm-2 {
		-ms-flex-preferred-size: 16.667%;
		flex-basis: 16.667%;
		max-width: 16.667%;
	}

	.flex-col.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.flex-col.col-sm-4 {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
		max-width: 33%;
	}

	.flex-col.col-sm-5 {
		-ms-flex-preferred-size: 41.667%;
		flex-basis: 41.667%;
		max-width: 41.667%;
	}

	.flex-col.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.flex-col.col-sm-7 {
		-ms-flex-preferred-size: 58.333%;
		flex-basis: 58.333%;
		max-width: 58.333%;
	}

	.flex-col.col-sm-8 {
		-ms-flex-preferred-size: 66.7%;
		flex-basis: 66.7%;
		max-width: 66.7%;
	}

	.flex-col.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}

	.flex-col.col-sm-10 {
		-ms-flex-preferred-size: 88.333%;
		flex-basis: 88.333%;
		max-width: 88.333%;
	}

	.flex-col.col-sm-11 {
		-ms-flex-preferred-size: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}

	.flex-col.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.default-page-buttons-wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		left: 41%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.default-page-button {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%;
	}
	
	.page-button-inner {
		margin: 0;
	}
	
	.default-page-button.default-page-button-1 {
		margin-bottom: 2em;
	}
	
	.content-center-content {
		/*margin-left: 6em;
		margin-right: 6em;*/
	}
	
	.page-content-collapsed-wrapper.flex-col.collapsed-wrapper-expanded {
		-ms-flex-preferred-size: 4%;
		    flex-basis: 4%;
		max-width: 4%;
	}
	
	.collapsed .menu-collapse-icon {
		display: none;
	    position: static;
	    background-color: #aca5a3;
	    color: #ccc;
	    text-align: center;
	}
	
	h2.hp-news-title {
		margin-left: 10%;
	}
	
	div#galleryModal .modal-dialog {
		width: 85%;
	}
	
	.page-content-collapsed-button-inner {
		right: -1.9em;
	} 
}

/******* Phones ********/
@media (max-width: 767px) {


#hp-news-section div.col-md-1.col-sm-1.flex-col.hp-news-col div.hp-news-col-title-mobile img {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
	margin-left: 20px;
}

#hp-news-section div.col-md-6.col-sm-8.flex-col.hp-news-list-col div.hp-news-item.row.flex-row a div.col-md-8.col-sm-8.flex-col.hp-news-item-title h4 {
	text-align: left;
}

div.hp-news-col-title-mobile {
	text-align: left;
}

div.nano-content.default-page-inner-content {
	margin-top: 46px;
}

.page-id-308 .default-page-main-content.content-center-main-content {
	-webkit-column-count: 1;
	   -moz-column-count: 1;
	        column-count: 1;
	-webkit-column-gap: 0em;
	   -moz-column-gap: 0em;
	        column-gap: 0em;
	margin: 0;
	text-align: left;
}


.content-center-content {
	height: 60%;
    /*background-color: rgba(0, 0, 0, 0.8);*/
	margin: 0em;
	padding: 0;
}
div.header-logo-mobile.col-sm-6.col-xs-9.flex-col {
	width: 200px;
}

div.page-content-close-wrapper {
	display: none;
}

img.site-logo {
   	margin: 13px 0 10px;
	padding: 5px 0;
}
   
    h1 {
        font-size: 5.2vw;
    } 

    h2 {
        font-size: 4.2vw;
    }

    h3 {
        font-size: 3.7vw; 
    }

    body, button, input, select, textarea {
        font-size: 3.2vw;
    }

    #masthead {
        position: static;
        padding: 5% 2%;
        background-color: initial;
    } 
	
	#header-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
	}
	
	.header-menu-toggle {
		text-align: right;
		font-size: 2.25em;
	}
	
	.header-menu-toggle, .header-logo-mobile {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	
	.header-logo-mobile p {
		margin: 0;
	}

    .site-branding {
        width: 75%;
    }

    nav#site-navigation {
        width: 25%;
    }

    .main-navigation a {
        color: black;
        font-size: 4vw;
    }

    .mobile-menu-toggle {
        font-size: 4vw;
    }

    .hp-featured-section-item {
        margin-bottom: 25px;
    }

    .hp-featured-section-wrapper {
        margin-bottom: 25px;
    }

    .hp-social-section-right {
        display: none;
    }

    .hp-about-section-text {
        text-align: center;
    }

    .sf-facebook-feed-header, .sf-twitter-feed-header {
        font-size: 3.6vw;
    }

    .sf-facebook-feed-header:before, .sf-twitter-feed-header:before {
        font-size: 3.8vw;
    }

    .social-icons, footer#colophon {
        text-align: center;
    }

    .social-icons {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .footer-social-icon {
        font-size: 4.5vw;
    }

    .footer-social-icon:last-of-type {
        padding-right: 0;
    }

    .hp-about-section-text {
        padding: 5%;
    }

    .hp-header-image {
        padding-top: 55%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    }

    .about-page-content {
        padding-right: 15px;
        text-align: center;
    }

    .page-title-wrapper {
        padding-left: 0;
        text-align: center;
        margin-top: 7%;
    }

    .page-header-image {
        padding-top: 50%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    }

    .contact-page-lower-text-wrapper {
        text-align: center;
    }

    .site-info, .footer-lower {
        padding-left: 0;
        padding-right: 0;
    }

    .default-page-content-wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    
    .default-page-content-wrapper.no-columns-page {
         -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
    .acf-map {
        margin-top: 20px;
    }
    
    .wpb_column.vc_column_container {
        margin-bottom: 30px;
    }
    
    .two-col-top-title, .two-col-top-text {
        display: block;
    }
    
    .two-col-top-text {
        padding-left: 9%;
        padding-right: 9%;
        padding-top: 5%;
    }
    
    .two-col-top-text-inner {
        border-left: none;
        border-top: 1px solid white;
        padding-left: 0;
        padding-top: 4%;
    }
    
    .two-col-top-title {
        padding-left: 6%;
        padding-right: 6%;
        text-align: center;
        padding-top: 5%;
    }
    
    .about-page-content-wrapper {
        margin-top: 7%;
    }
    
    .hp-about-section-image {
        padding-top: 40%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    }
    
    .hp-header-image-text {
        font-size: 6vw;
    }
    
    .no-header-image #masthead {
        margin-top: 5%;
        margin-bottom: 5%;
    }
	
	div#menu-sidebar {
		display: none;
	}
	
	div#main-content-area.nano .nano-content {
		position: static;
	}
	
	div#main-content-area {
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
		max-width: 100% !important;
	}
	
	div#main-content-area .nano-content {
		margin-right: 0 !important;
	}
	
	div#primary {
		border-right: none;
	}
	
	div#hp-gallery-caption {
		display: none !important;
	}
	
	div#primary, .hp-content-wrapper, footer#colophon {
		border-right: none !important;
	}
	
	.hp-company-text-wrapper {
		margin: 4.5em 1em 2em;
	}
	
	.hp-red-background-text-wrapper {
		top: -6%;
	}
	
	.hp-company-text-inner {
		padding: 3em;
	}
	
	.flex-col.col-md-1, .flex-col.col-md-2, .flex-col.col-md-3, .flex-col.col-md-4, .flex-col.col-md-5, .flex-col.col-md-6, .flex-col.col-md-7, .flex-col.col-md-8, .flex-col.col-md-9, .flex-col.col-md-10, .flex-col.col-md-11, .flex-col.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.hp-rs-row-conent, div#hp-news-section, footer#colophon, .footer-right-inner-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.hp-rs-col-right {
		margin-top: 3em;
		flex-basis: 90% !important;
		max-width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}

span.footer-menu-item-icon {
	display: none;
}

div.footer-right-text.flex-col.col-md-8.col-sm-8 {
	margin-right: 0;
	padding-right: 0;
	font-size: 1em;
}

#hp-news-section div.col-md-5.col-sm-3.flex-col.hp-lower-links-col div.hp-lower-links-item.row.flex-row a div.col-md-8.col-sm-8.flex-col.hp-lower-links-item-col.hp-lower-links-item-title h3 {
	text-align: left;
}

#colophon div.footer-menu.flex-col.col-md-6.col-sm-6 div.footer-menu-wrapper div.footer-menu-inner ul.footer-menu li a span.footer-menu-item-text h3 {
	font-size: 1.2em;
}

div#hp-roofing-services-section {
		padding-bottom: 4%;
	}
	
	.hp-news-col-icon, h2.hp-news-title {
		display: none;
	}
	
	.hp-news-col-title-mobile, .hp-news-col-title-mobile h2.hp-news-title {
		display: block;
	}
	
	.hp-news-col-title-mobile img {
		max-width: 14%;
	}
	
	.hp-news-col-title-mobile h2.hp-news-title {
		display: inline-block;
		margin: 0 .5em !important;
		vertical-align: middle;
		-webkit-transform: initial;
		transform: initial;
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	
	.hp-news-col {
		padding: 1em;
	}
	
	.hp-news-item-title {
		-ms-flex-preferred-size: 60% !important;
		flex-basis: 60% !important;
		max-width: 60% !important;
	}
	
	.hp-news-item-arrow {
		-ms-flex-preferred-size: 10% !important;
		flex-basis: 10% !important;
		max-width: 10% !important;
	}
	
	.hp-news-item-image {
		-ms-flex-preferred-size: 20% !important;
		flex-basis: 20% !important;
		max-width: 20% !important;
	}

#hp-news-section div.col-md-6.col-sm-8.flex-col.hp-news-list-col div.hp-news-item.row.flex-row a div.col-md-8.col-sm-8.flex-col.hp-news-item-title h4 {
	font-size: 1em;
}

.hp-lower-links-item-col.hp-lower-links-item-title {
		-ms-flex-preferred-size: 70% !important;
		flex-basis: 70% !important;
		max-width: 70% !important;
	}
	
	.hp-lower-links-item-col.hp-lower-links-item-image {
		-ms-flex-preferred-size: 20% !important;
		flex-basis: 20% !important;
		max-width: 20% !important;
	}



.hp-lower-links-item-col.hp-lower-links-item-arrow {
		-ms-flex-preferred-size: 10% !important;
		flex-basis: 10% !important;
		max-width: 10% !important;
	}
	
	.hp-awards-col-right {
		-ms-flex-preferred-size: 40% !important;
		flex-basis: 40% !important;
		max-width: 40% !important;
	}
	
	.hp-awards-col-left {
		-ms-flex-preferred-size: 60% !important;
		flex-basis: 60% !important;
		max-width: 60% !important;
	}
	
	.hp-news-list-col {
		border-right: none;
	}
	
	.footer-right-text-inner p {
		text-align: center !important;
	}
	
	.footer-right {
		margin-top: 3em;
	}
	
	ul.footer-menu {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.default-page-background-caption-wrapper, .default-page-buttons-wrapper {
		display: none;
	}
	
	.phone-buttons-container {
		display: block;
	}
	
	.phone-buttons-container .default-page-buttons-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: static;
	}
	
	.default-page-button {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.default-page-button.default-page-button-1 {
		margin-bottom: 0;
	}
	
	.flex-col.page-button-text-col a {
		display: inline;
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
	}
	
	.default-page-content-wrapper.no-columns-page {
		margin-left: 0;
		margin-right: 0;
	}
	
	.content-center-content {
		margin-right: 0;
		margin-left: 0;
	}
	
	.gallery-page-container {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	#tourPanorama {
		height: 500px;
	}
	
	main#main {
		overflow: hidden;
	}
	
	div#galleryModal .modal-dialog {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	div#galleryModal ul {
		webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	button.btn.btn-default.pull-right {
		margin-right: 0;
	}
	
	.footer-right-image-inner svg {
		max-width: 30%;
	}
}

/******* Phones ********/
@media (max-width: 480px) {
   

   
   
   
div#hp-roofing-services-section {
	background-color: #E4E4E4;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 5px solid white;
	padding-bottom: 25%;
	background-position: center bottom;
}

   #hp-roofing-services-section div.col-md-12.flex-col.hp-rs-col div.row.flex-row.hp-rs-row-conent div.col-md-7.col-sm-7.flex-col.hp-rs-col-left h2.hp-rs-title {
   	margin-bottom: 30px;
   	margin-top: 30px;
   }

div.col-md-5.col-sm-5.flex-col.hp-rs-col-right {
	height: 160px;
	margin: 35px auto 373px;
	padding: 0;
}

h1 {
        font-size: 6.7vw;
    }

    h2 {
        font-size: 6.1vw;
    }

    h3 {
        font-size: 5.3vw; 
    }

    body, button, input, select, textarea {
        font-size: 4.5vw;
    }

    .mobile-menu-toggle {
        font-size: 7.5vw;
    }
    
    .main-navigation a {
        font-size: 7.5vw;
    }

    .sf-facebook-feed-header, .sf-twitter-feed-header {
        font-size: 5.3vw;
    }

    .sf-facebook-feed-header:before, .sf-twitter-feed-header:before {
        font-size: 5.5vw;
    }

    .footer-social-icon {
        font-size: 8.5vw;
    }

    .hp-featured-section-wrapper, .hp-social-section-wrapper, .about-page-content-wrapper, .contact-page-address-content {
        padding-left: 4%;
        padding-right: 4%;
    }

    .hp-featured-section-image {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .hp-featured-section-text-wrapper {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    #page {
        text-align: center;
    }

    .site-branding {
        text-align: left;
    }

    .sf-facebook-feed-item-photo, .sf-twitter-feed-item-photo {
        margin-bottom: 20px;
    }

    .default-page-content-wrapper {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
    .about-page-content-wrapper {
        margin-top: 10%;
    }
    
    .page-title-wrapper {
        margin-top: 10%;
    }
    
    .contact-page-address-content {
        margin-top: 9%;
    }
    
    .hp-header-image {
        padding-top: 70%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    }
    
    .hp-about-section-image {
        padding-top: 45%; /*** This will control the height of the div. DO NOT use the height attribute. This allows the div to resize proportionally like an image ***/
    }
    
    .hp-header-image-text {
        font-size: 7vw;
    }
	
	.hp-company-text-wrapper {
		margin: 0;
	}
	
	.hp-company-col {
		padding-left: 0;
		padding-right: 0;
	}
	
	.hp-red-background-text-wrapper {
		top: -7%;
	}
	
	ul.hp-rs-list-left {
		width: 100%;
		float: none;
	}
	
	ul.hp-rs-list-left:first-of-type {
		padding-right: 0;
	}
	
	ul.hp-rs-list-left:last-of-type {
		padding-left: 0;
	}
	
	.hp-rs-row-conent {
		padding: 2em;
	}
	
	h1.default-page-title.awards-page-title {
		text-align: center;
	}
	
	.content-center-content-inner ul {
		list-style-position: inside;
		margin: 0;
		padding: 0;
	}
	
	.default-page-main-content.content-center-main-content iframe {
		float: none !important;
		width: 100%;
		margin-left: 0;
	}
	
	.contact-page-personnel-list-wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;

	}
	
	.gallery-page-container {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	
	ul.hp-rs-list-left li {
		padding-left: 0;
	}

	ul.hp-rs-list-left li i {
		display: none;
	}

	ul.hp-rs-list-left li h4 {
		padding-left: 0;
	}
	
	div#galleryModal ul {
		webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		list-style-position: inside;
		margin-left: 0;
	}
	
	.page-id-42 h1.default-page-title.awards-page-title {
		text-align: left;
	}
	
	.footer-right-image-inner svg {
		max-width: 55%;
	}
	
	.hp-awards-col-left, .hp-awards-col-right a {
		padding: 1em;
	}
}