/* 
	Copyright (c) 2020 by SCLC
	All Rights Reserved
*/

/* 	Tag Selector Section......................................*/

body {
    width: 100%;
    height: auto;
    position: relative;
    background-color: white;
    margin: 0;
    background-size: 100% 100%;
    background-position: -400px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-sizing: border-box;

}

header {
    width: 100%;
    margin-right: 0em;
        
}



h1 {
    color: #bbe7ff;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1em;
    margin-bottom: 0.6em;
    font-size: 1.8em;
}

h2 {
    color: #336798;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1em;
    margin-bottom: 0.6em;
    font-size: 1.2em;
}

p, ul, ol, td, form {
    color: #001f55;
    
    line-height: 1.5em;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

nav {
    
}

ol{
    padding-left: 0em;
    margin-left: 0em;
    /* list-style-image: url('../images/hex_bullet5.svg'); */
}

ul{
    padding-left: 0em;
    list-style-type: none;
    text-align: left;
    margin-bottom: 0em;
    margin-left: 0em;
    /* list-style-image: url('../images/hex_bullet5.svg'); */
}

li{
    padding-left: 0em;
    padding-right: .6em;
    margin-left: 0em;
}


a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #65eb65;
    text-decoration: underline;
}

a:active {
    color: #fff;
    text-decoration: underline;
}

hr {
    border-bottom-width: 2px;
    color: #001f55;
}

video {
    
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin-top: 0rem;
    margin-bottom: 0rem;
    
}

label {
    white-space: normal;
}

picture > img {
    width: 100%;
    height: auto;
}

span {
    white-space: nowrap;
}

iframe {
    border-style: hidden;
    margin: 0rem;
    overflow: hidden;
}


/*	Class Selector Section...................................*/


.link-white-bg {
    color: #339833;
}

.link-white-bg:link {
    color: #339833;
    text-decoration: none;
}

.link-white-bg:visited {
    color: #339833;
    text-decoration: none;
}

.link-white-bg:hover {
    color: #289bdb;
    text-decoration: underline;
}

.link-white-bg:active {
    color: #bbb;
    text-decoration: underline;
}


.active {
    color: #b6cbdc;
}

.disabled {
    color: #b6cbdc;
}

.dropdown-menu > .active {
    color: #b6cbdc;
    
}

.dropdown-menu > .active:link {
    color: #b6cbdc;
    
}

.dropdown-menu > .active:visited {
    color: #b6cbdc;
    
}

.logo {
    width: 100%;
    max-width: 300px;
    min-width: 260px;
    height: auto;
    margin: 0em 0em 0em -0.3em;
    padding: 0.4em 0em 0.4em 0em;
}

.top-buttons-container {
    float: right;
    margin-top: 3em;
    margin-right: 0em;
    padding-right: 0em;

    
}

.top-buttons {
    display: flex;
    align-items: flex-end;

}


.nav-link {
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8em;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    margin-left: 0em;
    
}

.nav-item {
    padding-right: 2rem;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0em;
    padding-bottom: 0px;
    padding-left: 0em;
    font-size: 1.2em; 
    
}

.navbar {
    padding-left: 0px;
    margin-left: 0px;
}

.nav-link {
    white-space: nowrap;
}

.h1-top {
    font-size: 1.6em;
    color: white;
    font-weight: 300;
}

.img-circle {
    margin: 1em;
    border-radius: 50%;
}

.aside-box {
    border-radius: 2em 0em 2em 0em;
    padding: 1em 4em 1em 4em;
}

.img-rnd {
    border-radius: 2em 0em 2em 0em;
}


.text-large {
    font-size: 1.4em;
}

.bullets {
    list-style-type: disc;
}

.float {
    float: none;
}

.fb-footer {
    float: right;
}

.box {
    width: 100%;
    margin: auto;
    padding: 0em;
    text-align: center;
}


.split-bg {
    background-image: url("../images/split-bg.svg");
    background-size: 100%;
    margin: 2.4em 0em 0em 0em;
    padding: 0em;
}


.blue-box2 {
    background-color: #18467c;
    height: 2.4em;
    width: 100%;
}

.tagline {
    font-size: 2em;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    background-color: #339833; 
    border-radius: 1000px 0px;
    padding: 1.2em 1em;
    margin: 0em;
    
    
    

}

.btn-primary {
    background-color: #339833; 
    border-radius: 0.8em;
    border: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    
    font-size: 0.6em;
    width: 8em;
    padding: 0.4em 0em;
    margin-top: 0.5em;
    margin-right: 0em;
}

.btn-body {
    background-color: #339833; 
    border-radius: 0.8em;
    border: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    
    font-size: 0.7em;
    width: 8em;
    padding: 0.4em 0em;
    margin-top: 0em;
    color: white;
}

.bar {
    background-color: #001f55;
}

.icon {
    max-width: 7em;
    width: 80%;
    margin: auto;
    margin-bottom: 0px;
    text-align: center;
}

.cards {
    padding: 2em;
    margin-top: -5.5em;
}

.h1card {
    font-size: 1.2em;
}

.card-copy {
    color: #fff;
}

.main-img-home {
    
    min-height: 40em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: flex-end;
}

.cope-img-bg {
    
    min-height: 30em;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    align-items: flex-end;
    margin-top: 0px;
}


.dark-bg {
    background-color: #001f55;
}

.medium-bg {
    background-color: #336798;
}

.light-bg {
    background-color: #d6e1ea;
}

.color-dark {
    color: #001f55;
}

.color-medium {
    color: #336798;
}

.color-light {
    color: #bde1ff;
}

.color-white {
    color: #fff;
}

.centered {
    display:flex;
    margin: auto;
    text-align: center;
}

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

.bar-margins {
    margin-top: 4em;
    margin-bottom: 4em;
}

.promo-vid {
    width: 80%;
    display:flex;
    margin: auto;
    
}

.address {
    color: white;
    font-weight: 400;
    font-size: 1em;
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0em;
    line-height: 1.3em;
}

.icon-top {
    color: #fff;
    font-size: 1.8em;
    margin-top: 0.35em;
    margin-right: 1.2em;
}

.icon-bottom {
    font-size: 2em;
    text-align: center;
    display: inline-block;
    width: 100%;

}

.footerText {
    color: white;
    font-size: 0.8em;
    font-size: 0.8em;
}

.arrow {
    max-width: 12em;
    width: 100%;
    min-width: 8em;
    margin-top: 0.6em;
}

.blue-bg {
    background-color: rgba(51, 103, 152, .9);
    border-top: 2px solid #336798;
    border-bottom: 2px solid #336798;
    text-align: center;
    width: 100%;
}

.dropdown-menu {
    background-color: #336798;
    color: #fff;
    border-radius: 1em 0em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 0.8em;
    margin-left: -1.6em;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.7em;
    
}

.big-image {
    width: 100%;
    padding: 0em;
    margin: 0em;

}

.icon-button:link {
    opacity: 1;
    color: #fff;
    font-size: 0.9em;
}

.icon-button:hover {
    opacity: 0.7;
    color: #fff;
    
}

.footer-link {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.hover-icon, .icon-link:hover .normal-icon {
  display: none;
}

.icon-link:hover .hover-icon {
  display: inline;
}


.dropdown-menu > a:hover {
    background-color: #339833;
    color: #fff;
}

.map-container {
    overflow:hidden;
    position: relative;
}

.maps {
    width: 100%;
    height: 20rem;
}

.bulleted {
    list-style-type: disc;
}

.news {
   
}

.facebook-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 40rem;
    overflow: hidden;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:absolute;
}



.label-wrap {
    padding-left: 1.5rem;
    white-space: normal;
    text-indent: -1.5rem;
}

.input-box {
    width: 100%;
}

.inline-block {
    display: inline-block;
    vertical-align: bottom;
    align-items: flex-end;
}

.button {
    
    background-color: #339833; 
    color: #fff;
    border-radius: 0.8em;
    border: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    
    font-size: 0.7em;
    width: 8em;
    padding: 0.3em 2em;
    margin-top: 0.5em;
    margin-right: 0em;

}

.button:hover {
    background-color: #336798; 
}

.gutter.row {
    margin-right: -2rem;
    margin-left: -2rem;
}

.gutter > [class^="col-"], .gutter > [class^=" col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
}

.hr {
    height: 2px;
    background-color: #fff;
}

.hr-dark {
    width: 100%;
    height: 2px;
    background-color: #d6e1ea;
}

.tools-image {
    border-radius: 100%;
    display: block;
    margin: auto;
    vertical-align: middle;

}

.slide-container {
    width: 80%;
    max-width: 400px;
    display: block;
    margin: auto;
    
}

.bottom-border {
    border-bottom: 2px solid #336798;
    padding-bottom: 0.4rem;
}

.pp-sub {
    font-size: 0.8em;
    font-weight: 500;
    color: #336798;
    margin-top: 1em;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid #d6e1ea;
    font-family: 'Roboto Slab', serif;
 
}

.pp-address {
    font-size: 1rem;
    color: #336798;
    margin-bottom: 4rem;
}





/*	ID Selector Section...................................*/


#networx-logo {
    width: 50%;
    max-width: 250px;
    display: block;
    margin: auto;
    margin-bottom: 5rem;
}

#networx-logo-home {
    width: 50%;
    max-width: 250px;
    margin-bottom: 1rem;
}


#metz-logo {
    width: 50%;
    max-width: 240px;
    display: block;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 2rem;
    
    
}

#htlc-logo{
    width: 55%;
    max-width: 240px;
    display: block;
    margin: auto;
    margin-bottom: 1.52em;
    margin-top: 2rem;
    
}

#pfumc-logo {
    width: 55%;
    max-width: 240px;
    display: block;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 1em;
    
}


#fillstation-logo {
    width: 45%;
    max-width: 200px;
    display: block;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    
}

#unitedway-logo {
    width: 50%;
    max-width: 220px;
    display: block;
    margin: auto;
    margin-bottom: 4rem;
    margin-top: 5rem;
}

#map_canvas {
    width:100%;
    height:400px;
}

#map_canvas2 {
    width:100%;
    height:400px;
}












/*	Media Queries......................................*/


@media screen and (min-width: 0px) {
    
    .cope-img-bg {
        background-image: linear-gradient(rgba(22, 28, 35, 0), rgba(22, 28, 35, 0.56)), url("../images/pic3_cope_sm.jpg");
    }
    
    .tagline {
            font-size: 1.2em;
            padding: 1.2em 1em;
            


    }
    
    .icon {
        max-width: 5em;
        width: 80%;
        margin-bottom: 0px;
        margin-top: 4em;
    }
    
    .arrow {
        max-width: 8em;
        width: 100%;
        min-width: 8em;
    }
    
    .fb-footer {
        float: left;
    }
    
    .first-icon {
        margin-top: 7em;
    } 
    
    .blue-bg {
        background-color: rgba(51, 103, 152, 10);

    }
    
    .big-image {
        visibility: visible;
        display: block;
    }
    
    .icon-top {
        margin-top: 0.5em;
    }
    
    #logo1 {
        display: none;
        
    }
    
    #logo2 {
        display: inline;
        width: 100%;
        max-width: 8em;
        margin-left: 1em;
    }
    
    .top-buttons {
        margin-top: -1.2em;
        margin-right: 0em;
        padding-right: 0em;
    }
    


}

/*	Media Queries......................................*/


@media screen and (min-width: 320px) {
    
    .cope-img-bg {
        background-image: linear-gradient(rgba(22, 28, 35, 0), rgba(22, 28, 35, 0.70)), url("../images/pic3_sm.jpg");
        min-height: 20em;
    }
    
    .tagline {
            font-size: 1.2em;
            padding: 1.2em 1em;
            
    }
    
    .icon {
        max-width: 5em;
        width: 80%;
        margin-bottom: 0px;
        margin-top: 4em;
    }
    
    .arrow {
        max-width: 8em;
        width: 100%;
        min-width: 8em;
    }
    
    .fb-footer {
        float: left;
    }
    
    .first-icon {
        margin-top: 7em;
    } 
    
    .blue-bg {
        background-color: rgba(51, 103, 152, 10);

    }
    
    .big-image {
        visibility: visible;
        display: block;
    }
    
    .icon-top {
        margin-top: 0.5em;
    }
    
    #logo1 {
        display: none;
        
    }
    
    #logo2 {
        display: inline;
        width: 100%;
        max-width: 10em;
        margin-left: 1em;
    }
    
    .top-buttons {
        margin-top: -1.2em;
    }
    
    


}

@media screen and (min-width: 576px) {
    
    
    .cope-img-bg {
        background-image: linear-gradient(rgba(22, 28, 35, 0), rgba(22, 28, 35, 0.70)), url("../images/pic3_sm.jpg");
        min-height: 20em;
    }
    
    .tagline {
            font-size: 1.2em;
            padding: 1.2em 1em;

    }
    
    
    .icon {
        max-width: 7em;
        width: 80%;
        margin-bottom: 0px;
        margin-top: 4em;
    }
    
    .arrow {
        max-width: 10em;
        width: 100%;
        min-width: 8em;
    }
    
    .fb-footer {
        float: right;
    }
    
    .first-icon {
        margin-top: 8em;
    } 
    
    .blue-bg {
        background-color: rgba(51, 103, 152, 10);

    }
    
    .big-image {
        visibility: visible;
        display: block;
    }
    
    .icon-top {
        margin-top: 0.5em;
    }
    
    #logo1 {
        display: inline;
    }
    
    #logo2 {
        display: none;
        max-width: 10em;
    }
    
    .top-buttons {
        margin-top: 0em;
    }



}

@media screen and (min-width: 768px) {
    
    .main-img-home {
        background-image: url("../images/pic1_biggoup_md.jpg");
    }
    
    .cope-img-bg {
        background-image: linear-gradient(rgba(22, 28, 35, 0), rgba(22, 28, 35, 0.70)), url("../images/pic3_md.jpg");
        min-height: 25em;
    }
    
    .tagline {
        font-size: 2em;
        padding: 1.2em 1em;
        
    }
    
    .icon {
        max-width: 6em;
        width: 80%;
        margin-bottom: 0px;
        margin-top: 0.4em;
    }
    
    .first-icon {
        margin-top: 0.4em;
    } 
    
    .arrow {
        max-width: 12em;
        width: 100%;
        min-width: 8em;
    }
    
    .nav-link {
        
        font-size: 0.8em;

    }
    
    .blue-bg {
        background-color: rgba(51, 103, 152, .9);

    }
    
    .big-image {
        visibility: hidden;
        width: 0em;
        height: 0em;
        display: none;

    }
    
    .icon-top {
        margin-top: 0.28em;
    }

    #logo1 {
        display: inline;
    }
    
    #logo2 {
        display: none;
        max-width: 10em;
    }
    
    .top-buttons {
        margin-top: 0em;
    }
    


    
}

@media screen and (min-width: 992px) {
    
    .main-img-home {
        background-image: url("../images/pic1_biggoup_lg.jpg");
    }
    
    .cope-img-bg {
        background-image: url("../images/pic3_cope_lg.jpg");
    }
    
    .cope-img-bg {
        background-image: linear-gradient(rgba(22, 28, 35, 0), rgba(22, 28, 35, 0.70)), url("../images/pic3_lg.jpg");
        min-height: 35em;
    }
    
    .icon {
        max-width: 7em;
        width: 80%;
        margin-bottom: 0px;
        margin-top: 0em;
    }
    
    .nav-link {
        
        font-size: 0.8em;

    }
    
    .big-image {
        visibility: hidden;
        width: 0em;
        height: 0em;
        display: none;

    }
    
    .icon-top {
        margin-top: 0.28em;
    }
    
    #logo1 {
        display: inline;
    }
    
    #logo2 {
        display: none;
        max-width: 10em;
    }
    
    .top-buttons {
        margin-top: 0em;
    }
    
}

@media screen and (min-width: 1200px) {
    
    .main-img-home {
        background-image: url("../images/pic1_biggoup_lg.jpg");
    }
    
    .cope-img-bg {
        background-image: linear-gradient(rgba(22, 28, 35, 0), rgba(22, 28, 35, 0.70)), url("../images/pic3_lg.jpg");
        min-height: 35em;
    }
    
    .big-image {
        visibility: hidden;
        width: 0em;
        height: 0em;
        display: none;

    }
    
    .icon-top {
        margin-top: 0.28em;
    }
    
    #logo1 {
        display: inline;
    }
    
    #logo2 {
        display: none;
        max-width: 10em;
    }
    
    .top-buttons {
        margin-top: 0em;
    }
}



