@charset "utf-8";

/* CSS Document */
@media screen {
html, body {
    line-height: 1.75rem;
}
a {
    color: #001347;
}
a[href^=tel] {
    color: #FFF;
    text-decoration: none;
}
.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    clear: both;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.background-video-outer {
    width: 100%;
    /* whatever width you want */
    display: inline-block;
    position: relative;
    line-height: 0px;
}
.background-video-outer:after {
    padding-top: 36.45833333333333%;
    display: block;
    content: '';
}
.background-video-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-content: center;
    display: block;
}
.background-video-text {
    align-self: center;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}
.myvideocaption h2 {
    color: #FFF;
}
.myvideothumb img {
    object-fit: fill !important;
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    transition-duration: .5s;
    max-width: none !important;
}
.myvideothumb h2 {
    font-size: 1rem;
    line-height: 1rem;
}
#videothumbwrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.myvideothumb img:hover {
    transform: scale(1.1);
}
.myvideothumb:hover {
    transform: scale(1.1);
}
.myvideocaption {
    position: absolute;
    background-color: rgba(0,0,0,0.72);
    width: 100%;
    bottom: 0px;
    padding: 5px;
    box-sizing: border-box;
    color: #FFF;
    z-index: 99;
}
.myvideothumb {
    font-size: 12px;
    font-weight: 300;
    background-color: #FF0000;
    background-size: cover;
}
.myvideothumb:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.myvideothumb {
    overflow: hidden;
    position: relative;
    transition-duration: .5s
}
.blog-right-container h2 {
    font-size: 1rem;
}
.blog-right-container {
    font-size: .75rem;
}
.next-posts {
    margin-top: 30px;
}
.my-youtube {
    padding-bottom: 38% !important;
    padding-top: 0px !important;
    height: 0 !important;
    overflow: hidden !important;
}
.my-youtube iframe, .my-youtube object, .my-youtube embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.my-youtube-outer {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 900px !important;
}
.wp-caption {
    background: #ffffff;
    line-height: .75rem;
    margin-bottom: 10px;
    max-width: 100% !important; /* prevent too-wide images from breaking layout */
    padding: 0px;
    text-align: center;
    margin: 0px;
    border-width: 3px;
    border-color: #ffffff;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: .5rem;
    margin: 0px;
    padding: 0px;
}
caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
}
.wp-caption img {
    margin: 0px;
    padding: 0px;
}
.wp-caption img, .wp-caption {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    width: auto;
}
input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    width: auto;
}
input[type=date] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 30px;
}
span.wpcf7-list-item {
    display: block;
    width: 100%;
}
select {
    padding: 8px;
    border: solid;
    border-width: 1px;
    border-color: #555;
    color: #555;
    border-radius: 3px;
}
.ngg-galleryoverview {
    text-align: center;
}
.ngg-gallery-thumbnail-box {
    float: none !important;
    display: inline-block;
}
.entry li {
    padding-bottom: 20px;
}
.side-excerpt {
    font-size: .5rem;
}
.side-excerpt a {
    text-decoration: none;
}
.side-blog-title {
    font-weight: bold;
    text-decoration: none;
    font-family: 'Oswald';
    font-size: 1rem;
}
.coolwrap {
    background-color: #f5f5f5;
    padding: 15px;
    padding-top: 25px;
    margin-bottom: 33px;
    box-sizing: border-box;
    position: relative;
    display: block;
    overflow: auto;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.27);
}
.blogdate {
    background-color: #ddebda;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    text-transform: uppercase;
    line-height: .8rem;
    letter-spacing: 0px;
    font-weight: 700;
    font-style: normal;
    color: #626262;
    font-size: .75rem;
    margin-bottom: 0px;
    display: inline-block;
    margin-top: 15px;
}
.blog-content-container {
    margin-top: 20px;
}
.blogtitle {
    font-family: Oswald;
    font-size: 2rem;
    display: block;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;
}
.blogtitle a {
    text-decoration: none;
}
input[type=submit] {
    transition-duration: .5s;
}
input[type=submit]:hover {
    background-color: #748CE8;
    color: #FFF;
}
iframe {
    box-sizing: border-box;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input, textarea {
    border-radius: 3px;
    line-height: 1.5rem;
    border: solid;
    border-width: 1px;
    border-color: #555;
    color: #555;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0px;
    width: 100%;
}
.myclosebutton {
    position: absolute;
    right: 30px;
    top: 30px;
}
.quick-quote-title {
    font-size: 2rem;
    color: #FFF;
    font-weight: bold;
}
#quick-quote-inner {
    text-align: center;
}
#quick-quote-outer {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.80);
    position: fixed;
    top: -100%;
    left: 0px;
    z-index: 9999999999999999999999999999;
    color: #FFF;
    justify-content: center;
    align-items: center;
}
	.footer .contentcolumn{display:flex;flex-direction:column;}
	#footercontent{width:100%;min-height:80%;}
	#dfi{width:100%;min-height:20%;justify-content: center;align-content: center;display:flex;}
	#dfi a{color:rgba(255,255,255,0.70);font-size:.7rem;align-self:center;}
    .nextgen_pro_grid_album .image_container .image_link_wrapper {height:auto !important;}
    
    
    #service-area-locations{display: flex
;
    justify-content: center;
    grid-row-gap: 2em;
    column-gap: 2em;
    flex-wrap: wrap;
        margin-bottom: 2em;}
    
    #service-area-locations a{
            display: block;
    background-color: #0f5395;
    color: #fff;
    font-weight: 700;
    padding: 1em;
    border-radius: .5em;
        transition: all .2s;}
    
    #service-area-locations a:hover{ transform: scale(1.2);}
}
