﻿/*

    PHD Consulting
    Updated 2018/12

*/

html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    margin: 0 0;
    padding: 0 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    background-color: #F0F0F0;
}

#frmMaster {
    display: block;
    height: 100%;
    min-height: 100%;
}

/* 

    Layout

*/

.wrapper {
    margin: 40px auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.33);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.33);
}

@media (max-width : 767px) {

    .wrapper {
        margin: 0 auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

}

@media (min-width : 768px) And (max-width : 991px) {

    .wrapper {
        width: 720px;
    }

}

@media (min-width : 992px) And (max-width : 1199px) {

    .wrapper {
        width: 960px;
    }

}

@media (min-width : 1200px) And (max-width : 1279px) {

    .wrapper {
        width: 1170px;
    }

}

@media (min-width : 1280px) {

    .wrapper {
        width: 1200px;
    }

}

.header {
    margin: 0 -15px;
    background-color: #005EAD;
}

.content {
    margin: 0 -15px;
    padding: 30px 30px;
}

.content.grey-bg {
    background-color: #E0E0E0;
    border-bottom: 1px solid #CCCCCC;
}

.content.alert-bg {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #EE0000;
}

.footer {
    margin: 0 -15px;
    padding: 30px 30px;
    /*color: #CCCCCC;*/
    color: #E6E6E6;
    background-color: #666666;
}

.footer ul.list-inline {
    margin-bottom: 10px;
}

.footer ul.list-inline:last-child {
    margin-bottom: 0;
}

    .footer a, .footer a:visited {
        /*color: #CCCCCC;*/
        color: #E6E6E6;
    }

.footer a:hover {
    color: #FFFFFF;
}

@media (max-width : 991px) {

    .footer .img-fluid {
        margin-bottom: 30px;
    }

}

/* Top Menu */

.navbar-dark {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.navbar-dark .navbar-nav li:not(:last-child) {
    margin-right: 15px;
}

.navbar-dark .navbar-nav .navbar-text {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:visited,
.navbar-dark .navbar-nav .dropdown {
    color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .dropdown.show {
    color: #FFFFFF;
    background-color: #004680;
}

.navbar-dark .navbar-nav .dropdown.show {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.navbar-dark .navbar-nav .nav-link.facebook:hover, .navbar-dark .navbar-nav .nav-link.telephone:hover {
    background-color: transparent;
}

.navbar-dark .dropdown-menu {
    margin-top: 0;
    color: #FFFFFF;
    background-color: #004680;
    border-color: #004680;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

.navbar-dark .dropdown-item, .navbar-dark .dropdown-item:visited {
    color: #FFFFFF;
}

.navbar-dark .dropdown-item:hover {
    color: #FFFFFF;
    background-color: #005396;
}

@media (max-width : 767px) {

    .navbar-dark ul.navbar-nav {
        margin-top: 5px;
    }

    .navbar-dark ul.navbar-nav li {
        margin-right: 0 !important;
    }

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .dropdown.show {
        color: #FFFFFF;
        background-color: transparent;
    }

    .navbar-dark .navbar-nav .dropdown-menu {
        color: #FFFFFF;
        background-color: transparent;
        border: 0 none;
    }

    .navbar-dark .navbar-nav .dropdown-item:hover {
        background-color: transparent;
    }

}

/* Typography */

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    text-wrap: balance;
}

.content h1 {
    margin-bottom: 16px;
    font-size: 200%;
    font-weight: bold;
    line-height: 100%;
}

.content h2 {
    margin-bottom: 16px;
    font-size: 150%;
    font-weight: bold;
    line-height: 100%;
}

.content h3 {
    margin-bottom: 16px;
    font-size: 125%;
    font-weight: bold;
    line-height: 100%;
}

.content h4 {
    margin-bottom: 8px;
    font-size: 110%;
    font-weight: bold;
    line-height: 100%;
}

.content ul.services {
    margin-bottom: 24px;
    padding-left: 24px;
}

.content a:not(.btn), .content a:not(.btn):visited {
    color: #005EAD;
}

.contact-h4 {
    margin-bottom: 8px !important;
    font-size: 110% !important;
    font-weight: bold !important;
    line-height: 100% !important;
}

/* Big Photo */

.big-photo {
    margin: 0 -15px;
    background-position: center top;
    background-size: cover;
}

    .big-photo h1, .big-photo h2, .big-photo h3, .big-photo h4, .big-photo h5, .big-photo h6 {
        text-wrap: balance;
    }

    .big-photo h1 {
        margin: 0 0;
        padding-top: 48px;
        color: #FFFFFF;
        font-size: 300%;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 100%;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    }

.big-photo h2 {
    margin: 0 0;
    padding-top: 12px;
    color: #FFFFFF;
    font-size: 200%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.big-photo h2.smaller {
    font-size: 125%;
    font-weight: bold;
    line-height: 1.2;
}

/* Home Page */

    .big-photo.lighthouse {
        height: 400px;
        padding-left: 15px;
        padding-right: 15px;
        background-image: url('/images/home/lighthouse.jpg');
    }

    .big-photo.lighthouse-large {
        height: 500px;
        padding-left: 15px;
        padding-right: 15px;
        background: url("/images/home/lighthouse-xtend.jpg") !important;
        background-position: center top !important;
        background-size: cover !important;
    }

.big-photo.lighthouse h1, .big-photo.lighthouse h2,
.big-photo.lighthouse-large h1, .big-photo.lighthouse-large h2 {
    color: #464F56;
    text-shadow: none;
}

.welcome-video {
    border: 1px solid #000000;
}

.featured-sites {
    margin-bottom: -30px;
}

.featured-site {
    padding: 0 15px;
    margin-bottom: 30px;
}

.featured-site.img-thumbnail {
    background-color: #F8F8F8;
}

.featured-site .img-fluid {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #CCCCCC;
}

.featured-site .featured-site-content {
    padding: 10px 10px;
}

.featured-site h2 {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    margin-bottom: 12px;
}

.featured-site h2 a, .featured-site h2 a:visited {
    color: #000000;
}
    
.featured-site p {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .big-photo.lighthouse,
    .big-photo.lighthouse-large {
        background-position: center center !important;
    }

        .big-photo.lighthouse .big-photo-title,
        .big-photo.lighthouse-large .big-photo-title {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 30px 30px;
            background-color: rgba(0,0,0,0.60);
        }

    .big-photo.lighthouse h1,
    .big-photo.lighthouse-large h1 {
        padding-top: 0;
        margin-top: -50px;
    }

        .big-photo.lighthouse h1,
        .big-photo.lighthouse-large h1,
        .big-photo.lighthouse h2,
        .big-photo.lighthouse-large h2 {
            color: #FFFFFF;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
        }

}

@media (max-width : 767px) {

    .featured-site {
        padding: 0 0;
    }

}

/* Services Page */

.big-photo.mountains {
    height: 330px;
    background-image: url('/images/services/mountains-2.jpg');
    background-color:#000000;
}

.big-photo.mountains h1, .big-photo.mountains h2 {
    color: #FFFFFF;
}

.big-photo.mountains h1 {
    padding-top: 48px;
}

/* Blog Pages */

.big-photo.blog {
    height: 300px;
    background-image: url('/images/blog/blog.jpg');
}

.big-photo.blog h1, .big-photo.blog h2 {
    color: #FFFFFF;
}

.big-photo.blog h1 {
    padding-top: 96px;
}

ul.blog-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

ul.blog-list li {
    padding-bottom: 4px;
}

ul.blog-list li:last-child {
    padding-bottom: 0;
}

ul.blog-list li .badge {
    position: relative;
    top: -2px;
}

.post-grid {

}

.post-grid .post {
    margin-bottom: 1.5rem;
}

.post-grid .post:last-child {
    margin-bottom: 0;
}

.post-grid .post .featured-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.post-grid .post .post-title {
    margin-bottom: 0.5rem !important;
    line-height: 125% !important;
}

.post-grid .post .post-info {
    margin-bottom: 1.5rem;
    color: #606060;
}

.post-grid .post .post-info .post-category {
    font-weight: bold;
}

.post-grid .post .post-info .post-published {
    font-weight: bold;
}

.post-grid .post .post-excerpt {
    margin-bottom: 1.5rem;
}

.post-grid .post .post-continue {
    text-align: right;
}

.single-post .featured-image-wrapper {
    margin-bottom: 1.5rem;
    border: 1px solid #CCCCCC;
}

.single-post {
    margin-bottom: 1.5rem;
}

.single-post .featured-image {
    background-size: cover;
    background-position: center center;
}

.single-post .post-title {
    margin-bottom: 0.5rem !important;
    text-align: center;
    line-height: 125% !important;
}

.single-post .post-info {
    margin-bottom: 1.5rem;
    color: #606060;
    text-align: center;
}

.single-post .post-info .post-category {
    font-weight: bold;
}

.single-post .post-info .post-published {
    font-weight: bold;
}

.single-post .post .post-excerpt {
    margin-bottom: 1.5rem;
}

.post-nav {
    margin-top: 1.5rem;
}

/* Portfolio Pages */

.big-photo.katahdin {
    height: 330px;
    background-image: url('/images/portfolio/katahdin-2.jpg');
    background-color:#000000;
}

.big-photo.katahdin h1, .big-photo.katahdin h2 {
    color: #FFFFFF;
}

.big-photo.katahdin h1 {
    padding-top: 48px;
}

.all-sites-list {
    margin-left:1em;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    color: #005EAD;
}

.all-sites-list li {
    margin: 0 1em 4px 1em;
}

.all-sites-list .fa-bullseye {
    color: #ec2027;
}

@media (max-width : 767px) {

    .all-sites-list {
        columns: initial;
        -webkit-columns: initial;
        -moz-columns: initial;
    }

}

@media (min-width : 768px) And (max-width : 991px) {

    .all-sites-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

}

/* Reviews Page */

/* Portfolio Pages */

.big-photo.sunset {
    height: 300px;
    background-image: url('/images/reviews/sunset.jpg');
}

.big-photo.sunset h1, .big-photo.sunset h2 {
    color: #FFFFFF;
}

.big-photo.sunset h1 {
    padding-top: 48px;
}

/* Hosting Agreement Page */

.hosting-terms {
}

.hosting-terms h4 {
    font-size: 100%;
    line-height: 150%;
}

/* Contact Page */

.big-photo.office {
    height: 300px;
    background-image: url('/images/contact/office.jpg');
    background-color:#000000;
}

.big-photo.office h1, .big-photo.office h2 {
    color: #FFFFFF;
}

.big-photo.office h1 {
    padding-top: 48px;
}

.form-group label {
    margin-bottom: 0.25rem;
    font-weight: bold;
}

.map {
    margin: 0 -15px;
    background-color: #DDDDDD;
}

.embed-google-map {
    padding-bottom: 33%;
    border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 1200px) {

    .embed-google-map {
        padding-bottom: 42%;
    }
}

@media only screen and (max-width: 992px) {

    .embed-google-map {
        padding-bottom: 56%;
    }
}

@media only screen and (max-width: 768px) {

    .embed-google-map {
        padding-bottom: 75%;
    }
}


/* Margin & Padding Helpers */

@media (max-width : 767px) {

    .mb-xs-1 {
        margin-bottom: 8px !important;
    }

    .mb-xs-2 {
        margin-bottom: 12px !important;
    }

    .mb-xs-3 {
        margin-bottom: 16px !important;
    }

    .mb-xs-4 {
        margin-bottom: 24px !important;
    }

    .mb-xs-5 {
        margin-bottom: 48px !important;
    }
}

/* reCaptcha Badge Fix */

.grecaptcha-badge {
    z-index: 99999;
}


.content .notice a, .content .notice a:visited {
    color: yellow;
}

.content.blue-bg {
    background-color: #005EAD;
    color: #ffffff !important;
}

    .content.blue-bg a {
        color: #fFF000 !important;
        font-weight: bold;
        /*text-decoration: underline;*/
    }

.content.grey-bg-nb {
    border-bottom: none !important;
}

.pb-200 {
    padding-bottom: 200px;
}

.pt-200 {
    padding-top: 200px;
}

/* ADA Skip Links */

.skip_links {
    text-align: left;
    position: fixed;
    z-index: 99999;
}

    .skip_links a {
        position: absolute;
        left: -10000px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        .skip_links a:focus, .skip_links a:active {
            position: static;
            left: 5px;
            top: 5px;
            width: auto;
            height: auto;
            padding: 10px 10px;
            overflow: visible;
            text-decoration: none;
            color: #000000;
            border: 1px solid #FFFFFF;
            background-color: #FCFCFC;
        } 
