﻿html, body {
  height: 100%;
  font-family: futura-pt,kozuka-gothic-pro,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
}

p, span {
 line-height: 1.3em;
}

i, em, .i, .em {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 14px;
}

strong, .strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: inherit;
}

h1, .h1 {
font-weight: 500;
font-size: 23px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 17px;
}

h4, .h4 {
  font-size: 17px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}


a {
text-decoration: none;
color: #006a4d;
}

a:hover {
text-decoration: underline;
color: #69be28;
}


/* Sitefinity & EA Classes/IDs ------------------- */

.sfPublicWrapper {
width: 100%;
min-height: 100%;
overflow: hidden;
background-image: url("Background/portal_bg_1.jpg");
background-color: rgb(247,247,247); /* KB added 23Dec */
background-position: center top;
background-repeat: repeat-y;
}

.container {
  max-width: 1024px;
  padding: 0;
}

/* don't think the following line will work for .header_bg below in this structure
   background-image: linear-gradient(#fff, #fff, transparent);
   will using a real bg image instead */

/* Emily, we need another layer to hold this BG image (I moved it to DEV)
   Let me know if you need more details ------------------------------ */
#header_bg {
width: 100%;
background-image: url("Background/header_bg.png");
background-position:  left top;
background-repeat: repeat-x;}

.header_topband {
width: 100%;
background-color: rgb(0,106,77);
height: 12px;
}


/* don't think this will work for .footer_bg below in this structure
   background-color: rgb(0,106,77); because it is dependent on a fixed height
   which can't be done in this structure. Can do it with an actual
   background image instead */

.footer_bg {
  width:100%;
  height:110px;
  background-color: rgb(0, 106, 77);
  background-image: url("footer_bg.jpg");
  background-position: left bottom;
  background-repeat: repeat-x;
  text-align:center;
}

.footer_bg .row{
    margin-left: 0px;
    margin-right: 0px;
}

/* you can put a fairly large min-width on this to stop some
   of the bootstrap behaviors temporarily */
#content_wrapper {
  max-width:1024px;
  min-height: 100%;
  margin: 0 auto;
}


.btn,
.btn-default,
.btn-primary {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background-color: rgb(0, 106, 77);
  border: 0 #fff none;
  border-radius: 0;
  line-height: 25px;
  padding: 0 10px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus, .btn.focus {
  background-color: rgb(105, 190, 40);
}


#footer_links {
    display: inline-block;
    margin-left: 250px;
}

#footer_links a {
    margin: 15px;
    padding-top: 5px;
    color: #ffffff;
}

#footer_links a:hover {
    text-decoration: none;
}

.footer{
    display:inline-block;
}
    .footer .navbar-nav .active a {
        background-color: #006a4d;
    }

    .footer nav {
        background-color: #006a4d;
        border: 0px;
    }

        .footer nav ul {
            width: 815px;
            border-bottom: 1px solid #127847;
        }

            .footer nav ul li {
                margin-right: -5px;
                white-space: nowrap;
                margin-top: 12px;      
            }

                .footer nav ul li::after {
                    margin-left: -10px;
                    color: #BFDAD3;
                    /*font-size: large;*/
                    content: "|";
                }

                .footer nav ul li:last-child::after {
                    content: '';
                }

                .footer nav ul li a {
                    display: inline-block;
                    color: #69be28 !important;
                    margin-top: -4px;
                }

                    .footer nav ul li a:hover {
                        color: white !important;
                    }

    .footer ul {
        margin-left: 60px;
    }

    .footer .social ul {
        margin-top: 0px;
        padding-left: 90px;
    }

    .footer .social li {
        margin-right: 35px;
        white-space: nowrap;
    }

    .footer .social {
        display: inline-block;
    }


/* about menu ------------------------- */

.about_menu {
  padding-top: 0;
}

.about_menu div {
  text-align: center;
}

.about_menu nav {
  border: 0px;
  background-color: transparent;
  text-transform: uppercase;
}

.about_menu nav .navbar-header {
  display: none;
}

.about_menu nav ul {
  display: inline-block;
  float: none;
}

.about_menu nav ul li {
  margin-right: -10px;
  white-space: nowrap;
  float: left;
  /*padding: 0px 6px 0px 1px;*/
}

.about_menu nav ul li::after {
  margin-left: -10px;
  /*font-size: large;*/
  color: #262626;
  content: '|';
}

.about_menu nav ul li:last-child::after {
  content: '';
}

.about_menu nav ul li:last-child {
  padding-right: 20px;
}

.about_menu nav ul a {
    display: inline-block;
    padding: 5px 20px !important;
    /*padding-left: 18px;*/
    /*padding-right: 13px;*/
}

.about_menu nav ul .active a {
  /*margin: 0px 8px 0px 3px;*/
  background-color: transparent !important;
  color: #69be28 !important;
}


.navbar-nav li a:hover {
  color: #69be28 !important;
}

.event_list {
    border: 1px solid lightgray;
    padding-top: 35px;
}

    .event_list span {
        display: block;
        text-align: center;
        font-weight: bold;
    }

        .event_list span:not(.title),
        .event_list p {
            font-size: 15px;
            font-style: italic; 
        }

    .event_list .title {
        font-size: 20px;
    }

    .event_list ul {
        text-align: center;
    }

.social-share-blog {
    width: 190px !important;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 10px 0px;
}

    .social-share-blog td {
        width: 140px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .social-share-blog span {
        color: black;
    }

    .social-share-blog a:hover {
        color: black;
        text-decoration: underline;
        cursor: pointer;
    }

/* ---------------------------------------------------------------
  Emily, I removed all font-family references, 
  replacing with font weights
  Need to use the futura-pt web fonts, but should just rely on
  the defaults specified above for <body> & <h1>-<h6> tags
  above, when possible...
  ------------------------------------------------------------- */
.sidebar {
  float: right;
  width: 180px;
  margin-right: 100px;
}

.sidebar div {
  width: 100%;
}

.sidebar_blog {
  padding-bottom: 20px;
}

.sidebar_blog h3 {
  /* font-family: "Futura Hv BT"; */
  font-size: 15px;
  /* font-weight: bold; */
  font-weight: 700;
}

.sidebar_blog a {
  /* color: #000000; */
  color: #262626;
}

.blogpost_sidebar {
    border-bottom: 1px solid lightgray;
    padding: 15px 0px 5px 15px;
}

.blogpost_sidebar span {
    /*font-weight: bold;*/
    font-weight: 700;
    font-size: 14px;
    /*font-family: "Futura Hv BT";*/
}

.blogpost_sidebar ul {
    padding-left: 18px;
}

.blogpost_sidebar li {
    margin-top: 15px;
    list-style-type: disc;
}

.blogpost_sidebar div {
    font-size: 13px;
    /* font-family: "Futura Bk BT" */
}

.blogpost_sidebar h3 {
    margin-top: -10px;
}

.blogpost_sidebar a {
    /* font-family: "Futura Md BT"; */
    font-weight: 500;
    font-size: 15px;
    color: #006a4d;
}

.blogpost_sidebar a:hover {
    color: #69be28 !important;
    text-decoration: underline;
}

.ea_blogpost_list li {
    padding-top: 35px;
}

.ea_blogpost_list {
  padding: 20px 30px;
  /*border: 1px #ccc solid;*/
  /*margin-top: 34px;*/
}

.ea_blogpost_list div {
    /* font-family: "Futura Bk BT"; */
}

.ea_blogpost_list h3 {
    margin-top: 10px;
}

.ea_blogpost_list span {
    /* font-family: "Futura Hv BT"; */
    font-weight: 700;
    /* color: #006a4d;*/
    font-size: 18px;
}

/*.ea_blogpost_list input {
    margin-top: 10px;
    background-color: #006a4d;
    border: 1px solid #006a4d;
    font-family: 'Futura Md BT';
    color: #FFFFFF;
}*/


/* .btn classes are covered at the top
    keeping the margin-top spec below */
.ea_blogpost_list .btn {
    margin-top: 10px;
    /* width: 93px; */
    /* height: 24px; */
    /* background-color: #006a4d; */
    /* border: 1px solid #006a4d;*/
    /* border-radius: 0px; */
    /* padding: 0px; */
    /* font-family: 'Futura Md BT'; */
    /* color: #FFFFFF; */
}

.client_home {
    float: left;
    margin: 0px 30px 0px 85px;
    width: 699px;
    border-radius: 0px;
    padding: 0px 10px;
}

.feedback_form {
    width: 315px;
    border: 1px solid darkgray;
    padding: 25px 38px 55px 38px;
}

.feedback_form .header {
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    font-size: x-large;
}

.feedback_form label {
    float: left;
    margin-top: 3px;
    width: 85px;
    white-space: nowrap;
}

.feedback_form input {
    width: 150px;
    height: 25px;
    border-radius: 0px;
}

.feedback_form select {
    border-radius: 0px;
    height: 25px;
    padding: 0px 10px;
}

.feedback_form textarea {
    width: 100%;
    height: 75px;
}

.feedback_form img {
    width: 100%;
}

.feedback_form button {
    float: right;
    border-radius: 0px;
    background-color: #006a4d;
    padding: 0px 10px;
    text-transform: uppercase;
}

#Textbox-7 {
    width: 100%;
}


/* for bios ---------------- */

.bioRow {
  margin-left: 0;
  margin-right: 0;
}

.bioRow > .col-md-3 {
  margin-bottom:20px;
  padding: 0;
  max-width: 1024px;
}

.eaTeamCard {
  height: 450px;
  max-width: 234px;
  float: left;
  margin: 0 10px;
  border-radius: 0;
}

.eaTeamCard > .caption {
  height: 150px;
  position: relative;
}

.eaTeamCard > .caption > p:last-child {
  position: absolute;
  bottom: 0;
}


/* fancy heading with line on left & right */

.heading_wLine > h1 {
  overflow: hidden;
  text-align: center;
}

.heading_wLine > h1:before,
.heading_wLine > h1:after {
  background-color: #262626;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.heading_wLine > h1:before {
  right: 0.5em;
  margin-left: -50%;
}

.heading_wLine > h1:after {
  left: 0.5em;
  margin-right: -50%;
}

.iProjects_title {
    margin-bottom: 30px;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    font-size: x-large;
}

.iProject_subtitle {
    font-weight: bold;
}

.iProjects_doc {
    margin-bottom: 30px;
}

    .iProjects_doc .media {
        margin-top: 0px;
    }

    .iProjects_doc strong {
        padding: 0px 20px 0px 35px;
        font-weight: 500;
    }

.demo-video video {
    width: 100%;
}

.div-explore-all {
    text-align: center;
}

.blog-banner {
    width: 80%;
}

.blog-col {
    float: left;
    width: 60%;
    padding-right: 2%;
}

.blog-author-col {
    float: left;
    width: 20%;
}

.cbre-urbanicity iframe{
    border-style: none;
    width:100%;
    height:450px;
}

.btn .icon, .content-block__cta-mini--alt .btn .icon {
    fill: #fff;
    color: #fff;
    height: 15px;
    font-size: 15px;
    margin: -4px 0 0 6px;
    vertical-align: middle;
    width: 15px;
}
