/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

/* Developing CSS - Delete */
.view-frontpage .view-empty .links {
    display: none;
}

.feed-icons {
    display: none;
}


/*Global Styling*/
body {
    padding: 0;
    margin: 0;
	overflow: hidden;
}
html, body, #leaflet-map-view-companies-page-1 {
    height: 100%;
}


.form-inline .form-control {
    width: 100%;
}


.form-inline .control-label {
    font-size: 24px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    color: #000;
}

label {
    display: block;
    color: #000;
    font-size: 15px;
}
label {
    margin-bottom: .5rem;
}

input{
	margin-bottom: 15px;
}

.box-shadow{
    padding: 20px;
    margin: 10px 15px;
    -webkit-box-shadow: 0 8px 19px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    box-shadow: 0 8px 19px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    display: inline-table;
}


@media (max-width: 760px){
    .box-shadow {
        margin: 10px 0;
        padding: 0;
    }
}

.icons.icon {
    width: 80px;
    float: left;
    margin-right: 15px;
}

.icon-small {
    fill: #C8102E;
}

li.nav-item-highlighted a {
    color: #FFF9D9 !important;
}

.content-padding-margin {
    margin-bottom: 50px;
}


.view-taxonomy-term {
    padding-bottom: 50px;
}


/* Front Page */
#tech-map-front-page-body {
    overflow-y: scroll;
}


/*Header*/
.header-wrapper {
    background: #c8102e;
    min-height: 100px;
    display: flex;
    align-items: center;
}

#navbar {
    background: #c8102e;
    margin-bottom: 0;
}

.navbar-header {
    display: flex;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}

@media (max-width: 400px){
    .navbar-default .navbar-brand {
        font-size: 18px;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 24px;
}


/*Hero*/
section#block-frontpageheroimage img {
    width: 1920px;
    height: auto;
	background-repeat: no-repeat;
    background-position: center;
}

#front-page-hero {
    display: flex;
    justify-content: center;
}

.hero-wrapper{
    position: relative;
}

.hero-content-wrapper {
    background: #00866c;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 30px;
    border-radius: 60px;
    box-shadow: 0px 0px 0px 8px rgba(6, 6, 6, 0.3);
    width: 600px;
}

.hero-content-wrapper h1 {
    margin-bottom: 0;
}

.call-to-action-links a {
    color: #FFF9D9;
    font-size: 24px;
    border-bottom: #FFF9D9 solid 1px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
 }

.call-to-action-links a:hover {
    color: #eee;
    text-decoration: none;
}

.hero-content-wrapper p {
    font-size: 25px;
    font-weight: 600;
    color: #f7f39c;
}

@media (max-width: 768px){
	
    .hero-content-wrapper {
        top: 60px;
        padding: 15px 0;
		left: 0;
        width: 350px;
    }

    .hero-content-wrapper h1 {
        font-size: 30px;
		white-space: nowrap;
    }
    .hero-content-wrapper p {
        font-size: 20px;
    }

    .call-to-action-links {
        display: flex;
        flex-direction: column;
    }

    .call-to-action-links a {
        border-bottom: none;
		font-size: 20px;
        white-space: nowrap;
        line-height: 1.2em;
    }
}

@media (max-width: 690px){

    .hero-content-wrapper {
        min-width: 275px;
        top: 50px;
    }

    .hero-content-wrapper p {
        font-size: 20px;
    }

    .call-to-action-links a {
        font-size: 16px;
    }
}


@media (max-width: 480px){
	
    .hero-content-wrapper {
        width: 100%;
    }

}


/*Header End*/

/* Front Page Intro */
.intro-wrapper {
    position: relative;
}

#front-page-intro-background {
    background: url('/themes/contrib/bootstrap_subtheme/images/backgrounds/intro-background.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-top: 5px #558180 solid;
}
#front-page-intro-background::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .8;
}

.intro-content-wrapper {
    position: absolute;
    top: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    margin: auto;
}


.intro-content-wrapper img {
    max-width: 150px;
    margin-right: 30px;
    margin-top: 30px;
}

.intro-text-wrapper h2{
    color: #fff;
}

.intro-text-wrapper p {
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
}

.intro-content-wrapper .intro-text-wrapper {
    width: 500px;
}


@media (max-width: 1066px){
    .intro-content-wrapper {
        top: 100px;
    }

    .intro-content-wrapper .intro-text-wrapper {
        width: 600px;
    }

}

@media (max-width: 760px){
    .intro-content-wrapper {
        top: 80px;
        margin-left: -6px;
    }

    .intro-content-wrapper .intro-text-wrapper {
        width: 250px;
    }

    .intro-content-wrapper img {
        max-width: 75px;
        margin-right: 15px;
        margin-top: 0px;
    }

    .intro-text-wrapper h2{
        color: #fff;
        margin: .2rem 0;
    }

    .intro-text-wrapper p {
        color: #fff;
        font-size: 16px;
        line-height: 1.2em;
    }

}

@media (max-width: 760px){
    .intro-content-wrapper {
        top: 80px;
        margin-left: -6px;
    }

    .intro-content-wrapper .intro-text-wrapper {
        width: 250px;
    }

    .intro-content-wrapper img {
        max-width: 65px;
        margin-right: 15px;
        margin-top: 0px;
    }

    .intro-text-wrapper h2{
        color: #fff;
        margin: .2rem 0;
    }

    .intro-text-wrapper p {
        color: #fff;
        font-size: 16px;
        line-height: 1.2em;
    }

}




/*Filters*/
#views-exposed-form-companies-page-1 {
    background-color: transparent;
    padding: 30px;
    color: #fff;
 }

#block-exposedformcompaniespage-1-2 {
    background-color: rgba(240,240,240,.95);
}

@media (max-width: 959px){
    #views-exposed-form-companies-page-1 .form-inline {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 960px){
    #views-exposed-form-companies-page-1 .form-inline {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}


#views-exposed-form-companies-page-1 ul {
    list-style: none;
}


/*Filters End*/

/*Footer*/
.footer {
    margin-top: 0;
    background: #54585a;
    /* position: absolute;
    left: 0;
    bottom: 0; */
    height: 100px;
    width: 100%;
    overflow: hidden;
    z-index: 999;
}
#block-poweredbytheuniversityofhouston {
    color: #c8102e;
}
#block-poweredbytheuniversityofhouston a{
    color: #fff;
    text-decoration: none;
}
#block-poweredbytheuniversityofhouston a:hover{
    color: #888b8d;
    text-decoration: none;
}
/*Footer End*/


/*a.anchorHome {*/
    /*color: #005950;*/
/*}*/

section#block-insidepageheaderhouselogo {
    margin-top: 50px;
}


span#fontawesome-home-icon {
    color: #005950;
    font-size: 60px;
}

span#fontawesome-home-icon:hover {
    color: #00866C;
    font-size: 60px;
}

a.anchorHome {
    color: #000;
    font-size: 50px;
    font-family: "League Gothic", Milo, san-serif;
}

a.anchorHome:hover {
    color: #000;
    text-decoration: none;
}

a.anchorHome h2 {
    display: inline-block;
    text-decoration: none;
	color: #000000;
}

a.anchorHome h2:hover {
    color: #000;
    text-decoration: none;
}

#bodyAddCompany a i.fas.fa-home {
    font-size: 60px;
    margin-top: 50px;
    margin-left: 15px;
}

section#block-editmapheader, section#block-sendusamessage {
    margin-top: 20px;
}

section#block-sendusamessage h1 {
    margin-top: 50px;
    margin-bottom: 0;
}

section#block-editmapheader p, section#block-sendusamessage p {
    font-size: 20px;
}

div#updateFormHeaderWrapper a:hover {
    color: #54585a;
    text-decoration: none;
}

#webform-submission-edit-tech-map-marker-add-form button {
    margin-top: 30px;
    min-height: 75px;
}

form#node-company-form {
    background: #eff7d0;;
    padding: 25px;
    margin-bottom: 200px;
    color: #fff;
    max-width: 600px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px;
}

.form-item.js-form-item.form-type-url.js-form-type-url.form-item-website-0-uri.js-form-item-website-0-uri.form-group {
    margin-top: 15px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #00866C;
    border-color: #00866C;
}

#edit-address-0--content {
    background: #eff7d0;
}

#block-editmapheader h3 {
    color: #000;
}

button#edit-submit {
    background: #d2e7ca;
    width: 100%;
    height: 65px;
    max-width: 350px;
    border-radius: 10px;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 10px;
    border-color: #54585a;
}

.alert-info {
    color: #000;
	font-size: 16px;
    background-color: #ddedcf;
	border: 2px dashed #565d63;
    margin: 25px 15px 50px 15px;
    max-width: 600px;
}

/*about*/
.about-wrapper {
    padding: 0;
    margin: 20px;
    border-radius: 15px;
    background: #eff7d0;;
}

.about-content-wrapper {
    color: #000;
}

.about-wrapper h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

.about-wrapper h3 {
    color: #718224;
}

.about-wrapper a {
    color: #718224;
}

.about-header-wrapper {
    padding: 30px 30px 0 30px;
    border-radius: 15px;
    background: #eff7d0;;
}

.about-content-wrapper {
    padding: 0 30px 30px 30px
}

#embed-bg {
    background: #ebebb7;
    padding: 20px;
    max-width: 700px;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* InnovationMap News Items */
p.innovationmap-item {
    background: #eee;
    padding: 5px 8px;
    border-radius: 5px;
}

p.innovationmap-item a:before {
    font-family: "Font Awesome 5 Free";
	font-size: 16px;
    font-weight: 400;
    content: "\f1ea ";
	padding-right: 3px;
}

p.innovationmap-item:empty {display:none;}


/* Partners */
.partners-wrapper p {
    font-size: 27px;
    line-height: 1.1em;
}

.activities {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.activities img {
    max-width: 150px;
}


/* About The TECH Map */
.about-the-tech-map-wrapper {
    position: relative;
}

#front-page-about-the-tech-map-background {
    background: url('/themes/contrib/bootstrap_subtheme/images/backgrounds/about-background.jpg');
    background-position: center;
    background-size: 100%;
    width: 100%;
    min-height: 650px;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-top: 25px #eeefef solid;
    margin-bottom: 50px;
}
#front-page-about-the-tech-map-background::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #eee;
    opacity: .6;
}

.about-the-tech-map-content-wrapper {
    position: absolute;
    top: 80px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    margin: auto;
}


.about-the-tech-map-text-wrapper h2{
    color: #000;
}

.about-the-tech-map-text-wrapper p {
    color: #000;
    font-size: 16px;
    line-height: 1.2em;
}

.about-the-tech-map-content-wrapper .about-the-tech-map-text-wrapper {
    width: 500px;
}


@media (max-width: 1066px){
    .about-the-tech-map-content-wrapper {
        top: 100px;
    }

    .about-the-tech-map-content-wrapper .about-the-tech-map-text-wrapper {
        width: 600px;
    }

}


@media (max-width: 760px){
    .about-the-tech-map-content-wrapper {
        top: 80px;
        margin-left: -6px;
    }

    .about-the-tech-map-content-wrapper .about-the-tech-map-text-wrapper {
        width: 500px;
    }


    .about-the-tech-map-text-wrapper h2{
        color: #000;
        margin: .2rem 0;
    }

    .about-the-tech-map-text-wrapper p {
        color: #000;
        font-size: 16px;
        line-height: 1.2em;
    }

}

@media (max-width: 600px){
    .about-the-tech-map-content-wrapper {
        top: 45px;
        margin-left: -6px;
    }

    .about-the-tech-map-content-wrapper .about-the-tech-map-text-wrapper {
        width: 250px;
    }


    .about-the-tech-map-text-wrapper h2{
        color: #000;
        margin: .2rem 0;
    }

    .about-the-tech-map-text-wrapper p {
        color: #000;
        font-size: 13px;
        line-height: 1.2em;
    }

}

/* TECH Map Views */
.tech-map-view-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.map-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.map-views-section-title-wrapper {
    margin-bottom: 70px;
}

.map-views-section-title-wrapper svg {
    margin-top: -20px;
}


.map-wrapper{
    margin-bottom: 30px;
}


.map-thumbnail-heading-wrapper {
    margin-bottom: 5px;
}

.map-thumbnail-heading-wrapper svg {
    max-width: 35px;
    float: left;
    margin-top: -10px;
}

.map-thumbnail-heading-wrapper h3 {
    font-size: 40px;
    margin: 0;
}

.map-inner-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.map-inner-wrapper img {
    margin-bottom: 30px;
    box-shadow: 5px 10px #ddd;
}

.map-views-cta-wrapper .usa-map, .map-views-cta-wrapper .houston-map {
    padding: 17px 10px;
    position: relative;
    border-radius: 20px;
    font-weight: 700;
    font-size: 17px;
    min-width: 225px;
    display: inline-block;
    margin: 0 0 15px 10px;
}

.map-views-cta-wrapper .usa-map {
    background: #C8102E;
    color: #fff;
}

.map-views-cta-wrapper .usa-map:hover {
    background: #960C22;
    color: #fff;
}

.map-views-cta-wrapper .houston-map {
    background: #C8102E;
    color: #fff;
}

.map-views-cta-wrapper .houston-map:hover {
    background: #960C22;
}

.map-wrapper a.navbtn:nth-child(2) {
     background: #54585a;
     color: #fff;
 }

.map-wrapper a.navbtn:nth-child(2):hover {
    background: #000000;
    color: #fff;
}


@media (max-width: 760px){

    .map-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .map-views-section-title-wrapper {
        margin-bottom: 30px;
        display: flex;
        align-items: center;
    }

    .map-views-section-title-wrapper svg {
        margin-top: 0;
    }

    .map-views-section-title-wrapper h2 {
        font: 2.5rem 'League Gothic',sans-serif;
    }

}

/* Get Involved */
.two-column-wrapper{
    background: #e6f8f3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.two-column-wrapper .container {
    padding-left: 2.5em;
    padding-right: 2.5rem;
}



@media (max-width: 760px){
  .two-column-wrapper .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}


#block-frontpagepartnerwithus {
    margin-bottom: 50px;
}

#block-webform {
    margin-bottom: 50px;
	background: #fff;
    padding: 30px;
    border-radius: 15px;
}

form#webform-submission-contact-tech-map-add-form .form-text, form#webform-submission-contact-tech-map-add-form .form-email {
    height: 50px;
}

.webform-button--submit {
    background: #C81034;
    color: #fff;
    margin-top: 15px;
    padding: 7px 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    min-height: 60px;
    border: none;
}

.webform-button--submit:hover, .webform-button--submit:active, .webform-button--submit:active:hover, .webform-button--submit:focus {
    background: #960c22;
}


/* Company Details Sidebar First & Sidebar Second */
#company-details .sidebar-first {
  background-color: #F1F3F4;
 }

#company-details .sidebar-second {
  background: #f1f1f1 url('https://techmap.uh.edu/web/themes/contrib/bootstrap_subtheme/images/uh-technology-bridge-map-v4.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
 }

#company-details .sidebar-first, #company-details .sidebar-second {
    display: flex;
    justify-content: center;
	align-items: center;
    padding: 30px;
	min-height: 600px;
}

.view-sectors-with-count-aggregation ul li {
    list-style-type: square;
}

.view-company-count ul li {
    list-style-type: none;
}

.view-company-count ul li .company-count {
    display: flex;
    flex-direction: column;
    text-align: center;
	font-size: 2rem;
	text-transform: uppercase;
}

.view-company-count ul li .company-count h2 {
    margin-top: -20px;
}

.view-company-count ul li .company-count span {
    font: 9.375rem 'League Gothic',sans-serif;
	color: #C8102E;
}

.view-companies-uh-technology-bridge .view-header h2 {
    color: #000;
}


.view-companies-uh-technology-bridge .views-field-title span a {
    color: #960C22;
	font-size: 20px;
}

.view-companies-uh-technology-bridge .views-field-title span a:hover {
    color: #C8102E;
}

#company-details .content-bottom-container {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
	display: flex;
	align-items: center;
}

#company-details .content-bottom-container .container {
   padding-right: 2.25rem;
   padding-left: 2.25rem;
}

#company-details .views-row {
	padding: 15px 30px 15px 30px;
	min-width: 200px;
    min-height: 100px;
    display: flex;
	justify-content: left;
    align-items: center;
    border-radius: 10px;
	border: 2px solid #eee;
}

#company-details .views-field-title .field-content {
    display: flex;
}

#company-details .sidebar-first aside {
    background: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    border: 2px solid #e3e5e8;
}

#company-details .view-companies-uh-technology-bridge .view-header{
	margin-bottom: 30px;
}

#company-details .view-companies-uh-technology-bridge .view-content {
	margin-bottom: 50px;
}



