@import url(https://fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,700i);


html
{
	font-size: 62.5%;
}

html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #3a3f44;
    position: relative;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body:not(.opening ):before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 899;
    background-color: #f0f3f5;
}


/* Float Clearing
--------------------------------------------- */

.clear:before
{
	content: " ";
	display: table;
}

.clear:after
{
	clear: both;
	content: " ";
	display: table;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;

}

/* General Transition
--------------------------------------------- */

.mapDivWrp {
	-webkit-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition:    all .5s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition:     all .5s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition:      all .5s cubic-bezier(0.23, 1, 0.32, 1);
	transition:         all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Futura', sans-serif;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 0.37rem;
}

h1 {
    line-height: 1.1;
    color: #f04854;
    font-weight: 200;
    font-size: 3rem;
    letter-spacing: .01em;
    word-spacing: .2em;
    margin-bottom: 1em;
    margin-top: 0;
    text-transform: uppercase;
}

h2 {
    line-height: 1.3;
    color: #f3796a;
    font-weight: 200;
    font-size: 3.4rem;
    letter-spacing: .05em;
    word-spacing: .2em;
    margin-bottom: .8em;
    text-transform: uppercase;
}
	p + h2
	{
		margin-top: 36px;
	}

h3 {
	font-size: 1.1rem;
}

h4 {
	font-size: 1.2rem;
	margin-bottom: 3px;
}

h5{
    text-transform: none;
    font-size: 1rem;
    letter-spacing: .03rem;
    font-family: 'Open Sans', sans-serif;
    color: #ced8e0;
}

hr {
    border-top: 1px solid #d5dade;
    max-width: 150px;
    display: block;
    margin: 30px 0;
    text-align: left;
}

p.subP {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

small {
    display: block;
    line-height: 1.1;
}

ul {
    padding-left: 20px;
}

.hidden {
    display: none;
}

input, select, textarea {
    border: 1px solid rgba(204, 209, 216, 0.8);
    padding: 6px 7px;
    margin-bottom: 11px;
    display: block;
    width: 100%;
    border-radius: 1px;
}

/*--- Table ---*/


table {
    width: 100%;
}
    table tr {
        border-bottom: 1px solid #c8d3d6;
    }
    table td {
        padding: 2px;
    }


/*--- Button ---*/
.button {
    padding: 7px 14px;
    display: inline-block;
    background: rgba(48, 55, 56, 0);
    border-bottom: 3px solid #d2d3d3;
    margin-bottom: 12px;
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-right: -3px;
}
    .button:hover {
        cursor: pointer;
    }


.filterInputs {
    padding-top: 17px;
}
    .filterInputs > div {
        padding-top: 10px;
        padding-left: 45px;
        position: relative;
    }
    .filterInputs h4 {
        position: relative;
        font-size: 1.4rem;
        margin-bottom: 3px;
        letter-spacing: .03em;
        font-weight: 200;
        padding: 6px 18px 6px 0;
        text-transform: uppercase;
        color: #ee3a5e;
    }
    .filterInputs svg {
        position: absolute;
        left: 0;
        top: 9%;
        width: 28px;
    }
        .filterInputs svg path {
            fill:#F27900;
            display:inline;
        }



.checkBoxWrp {
    padding-bottom: 9px;
}
.checkBoxes{
    display: none;
}
    .checkBoxes div,
    .radioButtons div {
        min-height: 22px;
        padding-left: 33px;
        font-size: 1.25rem;
    }
        .checkBoxes > div:last-child {
            padding-bottom: 8px;
        }
    .checkBoxWrp h4,
    .radioButtons h4 {
        padding-bottom: 6px;
    }
        .checkBoxWrp h4:hover,
        .radioButtons h4 :hover {
            cursor: pointer;
        }

    .checkBoxes label,
    .radioButtons label {
        font-style: normal;
        margin-bottom: 6px;
        position: relative;
    }
        .checkBoxes label:hover,
        .radioButtons label:hover {
            cursor: pointer;
        }
        .checkBoxes input[type="checkbox"],
        .radioButtons input[type="radio"]{
            display: none;
        }

        .checkBoxes label span,
        .radioButtons label span {
            background: #dadddf;
            box-shadow: none;
            margin-right: 9px;
            height: 18px;
            width: 18px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 2px;
            position: absolute;
            left: -25px;
            top: -1px;
        }
            /*.checkBoxes input[type="checkbox"]:checked + label span,*/
            .radioButtons input[type="radio"]:checked + label span {
                background: #ee3a5e;
            }


.checkBoxes label span:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px;
    left: 3px;
    opacity: 0;
    color: #ee3a5e;
}
.checkBoxes input[type="checkbox"]:checked + label span {
    background: transparent;
}
    .checkBoxes input[type="checkbox"]:checked + label span:before {
        opacity: 1;
    }

/*---------------------------------------*/
/*------ Map ------*/
/*---------------------------------------*/

#cbre-logo {
    height: 13px;
    width: 54px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 400;
}
    #cbre-logo path {
        fill: #006a4d;
    }


#cbre-logo-section path {
    fill:#006a4d;
}

#mapDiv_zoom_slider {
}


.mapDivWrp {
    position: fixed;
    z-index: 1;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
}
    #mapDiv {
        min-height: 100px;
        height: 100%;
    }

    .section-1-active .mapDivWrp,
    .section-2-active .mapDivWrp {
        filter:blur(0);
        visibility: visible;
        opacity: 1;
    }

    /*used to force map update-end event*/
    .section-1-active .mapDivWrp {
        right: -1px;
        left: 400px;
    }

    .section-2-active .mapDivWrp {
        left: 580px;
        bottom: 0;
    }

    .esriControlsBR {
        display: none;
    }

    .layer-1 path{
        stroke: #ffffff;
        fill: #f04854;
    }
        .layer-1 path:hover {
            cursor: pointer;
        }

    #mapDiv_layer0 {
        opacity: .6 !important;
    }

    .layerLegend {
        background: #ea0889;
        background: linear-gradient(45deg, #f47f24 0%, #ea0889 100%);
        color: #fff;
        padding: 1px 4px;
        display: none;
        margin-top: 9px;
        margin-bottom: -10px;
    }
    .layerLegend span:last-child {
        float: right;
    }

/*---------------------------------------*/
/*------ Left Content ------*/
/*---------------------------------------*/



/*---------------------------------------*/
/*------ Section Panels ------*/
/*---------------------------------------*/


.section-panels section {
    visibility: hidden;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;

    -webkit-transition: opacity 1.5s ease-out;
    -moz-transition:    opacity 1.5s ease-out;
    -ms-transition:     opacity 1.5s ease-out;
    -o-transition:      opacity 1.5s ease-out;
    transition:         opacity 1.5s ease-out;
}

    .section-1-active .filters,
    .section-2-active .marketTiles {
        -webkit-animation: fade-in-up 2s cubic-bezier(0.23, 1, 0.32, 1);
        animation:         fade-in-up 2s cubic-bezier(0.23, 1, 0.32, 1);
    }





/* END Specificly target */


.filters {
    position: fixed;
    max-width: 400px;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 80px 60px 41px 60px;
    display: none;
    overflow: auto;
    max-height: 100%;
}
    .filter-count {
        float: right;
        font-weight: 300;
        color: #f3796a;
    }
    .section-1-active .filters {
        display: block;
    }

.filters h2 {
    font-size: 2rem;
    color: #919ba1;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1;
}
.layerToggleWrp h2 {
    margin-bottom: 0;
    font-size: 1.5rem;
}



.filterInputs .checkBoxes > div:not(.availFilter) {
    opacity: .3;
    pointer-events: none;
}

/*--- Market Profiles ---*/

.backToSortBtn,
.backBtn {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    font-size: 1.3em;
    top: 12px;
    line-height: 1;
    background: #e6e9e9;
    padding: 8px 20px;
    z-index: 2;
    color: #ed2670;
    cursor: pointer
}

.section-1-active .backToSortBtn,
.section-2-active .backBtn {
    display: block;
    opacity: 1;
}

.backToSortBtn {
    z-index: 4;
    text-decoration: none;
}

.section-2-active .marketTiles,
.section-2-active .marketStats {
    display: block;
}

.marketTiles,
.marketStats {
    position: fixed;
    padding: 60px;
    display: none;
    overflow: auto;
}

.hlTxt-1 { color: #ee2e69; }
.hlTxt-2 { color: #ee2e69; }
.hlTxt-3 { color: #ee2e69; }
.hlTxt-4 { color: #ee2e69; }
.hlTxt-5 { color: #ee2e69; }
.hlTxt-6 { color: #ee2e69; }


.profileHeader div {
    font-size: 3em;
    color: #141415;
    font-family: 'Futura', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
}
.profileHeader .city {
    font-family: 'Futura', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1;
    color: #d2d3d3;
}
    .profileHeader .city span {
        font-size: 12rem;
        padding-top: .3em;
        display: block;
        line-height: .8;
        letter-spacing: -.1em;
        color: #f04d4f;
    }
.profileHeader .scoreVal {
    line-height: 1;
    color: #d2d3d3;
}
    .profileHeader .scoreVal span {
        font-size: 9rem;
        letter-spacing: -.1em;
    }

.marketStats {
    width: 580px;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1;

    font-size: 1.1rem;
    line-height: 1.3;
}

    .statsNav {
        margin-top: 2em;
        border-top: 1px solid #d9dee1;
        padding-top: 2em;
    }
        .statsNav .active {
            border-bottom: 3px solid #f04d4f;
        }

    .statContainer  {
        margin-top: 2em;
        display: none;
    }
        .statContainer.active {
            display: block;
        }

    .marketStats h3 {
        font-size: 1.9rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-weight: 200;
        color: #ed3264;
        line-height: 1.2;
        margin-bottom: .8em;
    }
        .marketStats h3 span:first-child {
            font-weight: 100;
            color: #f15944;
        }


    .marketStats h4 {
        font-size: 1.3rem;
        font-weight: 400;
        color: #90979c;
    }
    .marketStats p {
        margin: 0;
        line-height: 1.4;
    }


    .marketStats table {
        width: 100%;
    }
        .marketStats table tr {
        }
        .marketStats table td {
            padding: 2px;
        }
            .marketStats table thead,
            .marketStats table td:not( :first-child ) {
                text-align: right;
            }


        .marketStats small {
            display: block;
            text-align: right;
            margin-top: .5em;
            font-weight: 600;
            color: #acb3b7;
        }



.profile-stats-3 .living-wrp,
.profile-stats-3 .business-wrp {
    display: inline-block;
    width: 50%;
    padding: 1em 0;
    vertical-align: top;
    font-size: 1.3rem;
}
#house-svg,
#build-svg {
    width: 19%;
    float: left;
    margin-right: 15px;
}
.living-cost span,
.business-cost span {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}


.edu-attain,
.tech-dive {
    display: inline-block;
    width: 50%;
    margin: 2em 0 0 0;
    vertical-align: top;
}
.edu-attain {
    padding-right: 5%;
    border-right: 1px solid #c8ced2;
}
.edu-attain-val {
    margin-bottom: 10px;
}
.tech-dive {
    padding-left: 5%;
}
    .techBarDiv {
        position: relative;
        max-width: 108px;
        margin: 10px auto;
    }
    .tech-dive-val .female {
        color: rgb(238, 60, 158);
        position: absolute;
        right: 15%;
        top: 25%;
    }
    .tech-dive-val .male {
        color: rgb(255, 134, 42);
        position: absolute;
        left: 24%;
        top: 55%;
    }

    .techBarDiv path:nth-child(1) {
        stroke: rgb(255, 134, 42);
    }
    .techBarDiv path:nth-child(2) {
        stroke: rgb(238, 60, 158);
    }


    .edu-attain-val span,
    .tech-dive-val .male span,
    .tech-dive-val .female span {
        font-size: 2rem;
        font-weight: 600;
        line-height: .7;
        display: block;
    }


#hat-svg {
    width: 100%;
    max-width: 80px;
    margin: 10px auto;
    display: block;
}





.profile-stats-4 p {
    font-size: 1.5em;
    margin-bottom: 1em;
}
    .profile-stats-4 p span {
        color: #f04d4f;
        font-weight: 600;
    }


.marketTiles {
    position: fixed;
    max-width: 250px;
    width: 100%;
    top: 150px;
    background: #ffffff;
    padding: 0;
    right: 0;
    z-index: 1;
    display: none;
    overflow: auto;
    max-height: 50%;
}
.layerToggleWrp {
    padding: 25px 30px;
    max-height: 100%;
    overflow: auto;
    font-size: .9em;
}





.layerDiv {
    margin-bottom: 6px;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}

.badge
{
    vertical-align: middle;
    background-color: #d2d3d3;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
}
.badge.on {
    background-color: #eb0d86;
}
.badge:hover {
    cursor: pointer;
}


.esriAttributionLastItem {
    font-size: 9px;
}
.map .logo-med {
    width: 44px;
    height: 23px;
    background-size: 100%;
}




/*---------------------------------------*/
/*--- pop ups ---*/
/*---------------------------------------*/

.esriPopup .titleButton.maximize {
    display: none;
}

.esriPopup .titleButton.close {
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    opacity: 1;
}
.esriPopupWrapper .content > div:first-child {
    max-width: none;
    padding: 8px 15px;
}

.esriPopupWrapper .contentPane > div {
    vertical-align: top;
    text-align: center;
    padding: 15px;
}

.esriPopupWrapper .contentPane > div:not(:last-child) {
    border-bottom: 1px solid #ccd1d8;
}
.esriPopupWrapper .title {
    font-size: 1.3rem;
    font-family: 'Futura', sans-serif;
    font-weight: 200;
    word-spacing: .2em;
    margin: 0;
    text-transform: uppercase;
    padding: 8px 10px;
}
.esriPopupWrapper h3,
.esriPopupWrapper .popVal {
    display: block;
}
.esriPopupWrapper h3 {
    font-size: 1rem;
    line-height: 1.1;
    color: #383838;
    font-weight: 300;
    word-spacing: .2em;
    margin: 0;
    text-transform: uppercase;
}
.esriPopupWrapper .popVal {
    font-size: 2em;
    font-weight: 200;
    color: #ef3e5b;
    font-family: 'Futura', sans-serif;
    letter-spacing: -.05em;
    line-height: 1;
    padding-bottom: 6px;
}
#mapDiv_graphics_layer path[stroke="rgb(0, 255, 255)" ][dojoGfxStrokeStyle="solid"]{
    display: none !important;
}

.esriPopup .esriPopupWrapper {
    box-shadow: 20px 20px 2.75em rgba(31, 42, 42, 0.18);
    -webkit-box-shadow: 20px 20px 2.75em rgba(31, 42, 42, 0.18);
}

.esriPopup .pointer,
.esriPopup .outerPointer {
    background: #ffffff;
}

.esriPopup .titlePane,
.esriPopup.light .titlePane,
.titlePane {
    background: #ea0889;
    background: linear-gradient(45deg, #f47f24 0%, #ea0889 100%);
}

.mapDivWrp .esriPopup .pointer,
.mapDivWrp .esriPopup .outerPointer {
    box-shadow: none;
}

.mapDivWrp .esriPopup .pointer.topRight,
.mapDivWrp .esriPopup .pointer.topLeft,
.mapDivWrp .esriPopup .pointer.top {
    height: 0;
    width: 0;
    border-bottom: 8px solid orange;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: transparent;
}

