@charset "UTF-8";

/*  Font Awesome CDN Import */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.css);

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../design/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'), url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\2190';
}

[dir='rtl'] .slick-prev:before {
    content: '\2192';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\2192';
}

[dir='rtl'] .slick-next:before {
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*------ Q4 Preview Toolbar ------*/
body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #283033;
    font-size: 0;
    text-align: left;
    color: #ffffff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #283033;
    transform: translate(0, -100%);
    font-size: 24px;
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .q4-icon_clock-line:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\f00d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label+input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #ffffff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #2296bc;
    color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}

.PreviewBody {
    margin-top: 0 !important;
    background-position: 0 0 !important;
}

body>#ui-datepicker-div {
    display: none;
}

.hidden {
    display: none !important;
}

@keyframes headerSlideDown {
    from {
        top: -100%;
    }

    to {
        top: 0;
    }
}

.js--header-fixed .pane--header {
    animation-name: headerSlideDown;
    animation-duration: 0.5s;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    box-shadow: rgba(40, 48, 51, 0.2) 0px 2px 20px;
    z-index: 501;
}

.js--secondary-sticky .ir-horizontal-nav {
    position: fixed;
}

@font-face {
    font-family: "Flaticon";
    src: url('../fonts/flaticon.eot');
    src: url('../fonts/flaticon.eot?#iefix') format("embedded-opentype"),
        url('../fonts/flaticon.woff') format("woff"),
        url('../fonts/flaticon.ttf') format("truetype"),
        url('../fonts/flaticon.svg#flaticon') format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url('../fonts/flaticon.svg#flaticon') format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal
}

.flaticon-calendar:before {
    content: "\f100"
}

#irwWrapper .timeline {
    margin: 0;
    padding: 0;
    list-style: none
}

#irwWrapper .timeline:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 15px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 1px
}

#irwWrapper .timeline>li {
    position: relative;
    margin-right: 10px
}

#irwWrapper .timeline>li:before,
#irwWrapper .timeline>li:after {
    display: table;
    content: " "
}

#irwWrapper .timeline>li:after {
    clear: both
}

#irwWrapper .timeline li:before {
    border-top: 1px solid #ddd;
    height: 0;
    top: 0;
    width: 15px
}

#irwWrapper .timeline>li>.timeline-item {
    margin-bottom: 15px;
    margin-left: 30px;
    margin-top: -12px;
    position: relative
}

#irwWrapper .timeline {
    padding: 30px 0 0
}

#irwWrapper .timeline>li.treeline {
    margin-bottom: 20px;
    margin-left: 15px
}

#irwWrapper .timeline li.treeline.last:before {
    border-left: 1px dotted #ddd;
    border-top: 0 none
}

#irwWrapper .timeline li.treeround:before {
    border: 0 none;
    padding: 10px 0 30px
}

#irwWrapper .timeline>li>.fa,
.timeline>li>.glyphicon,
#irwWrapper .timeline>li>.ion {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    color: #ddd;
    font-size: 15px;
    height: 13px;
    left: 9px;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px
}

#irwWrapper .timeline>li.treeround>span.tree-primary {
    background-color: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    left: 30px;
    margin-left: 0;
    margin-top: 0;
    padding: 2px 15px;
    position: absolute;
    top: -3px;
    cursor: pointer
}

#irwWrapper .timeline>li.treeround>span.tree-primary:hover,
#irwWrapper .timeline>li.treeround>span.tree-primary:focus {
    background-color: #428bca
}

#irwWrapper .timeline>li.treeround>span.tree-primary.active {
    background-color: #428bca
}

#irwWrapper #irwUploadDocs .timeline li:before {
    width: 30px
}

#irwWrapper #irwUploadDocs .timeline {
    padding: 0
}

#irwWrapper #irwUploadDocs .timeline .timeline li:before {
    width: 15px
}

#irwWrapper .timeline .timeline>li.treeline {
    margin-left: 30px
}

#irwWrapper .timeline .timeline:before {
    left: 30px
}

#irwWrapper .timeline .timeline>li>.fa,
#irwWrapper .timeline .timeline>li>.glyphicon,
#irwWrapper .timeline .timeline>li>.ion {
    left: 24px
}

#irwWrapper .timeline .timeline>li.treeround>span.tree-primary {
    top: -5px;
    left: 45px
}

#irwWrapper .timeline .timeline {
    margin-top: -7px;
    padding-top: 0
}

#irwWrapper .timeline .irwULNone:before {
    background-color: transparent
}

#irwWrapper .timeline .timeline>li.treeline:last-child,
#irwWrapper .timeline .timeline>li>.timeline-item {
    margin-bottom: 0
}

#irwWrapper .timeline .timeline li.treeround:before {
    padding-bottom: 20px
}

#irwWrapper .timeline .timeline>li.treeline {
    margin-top: 12px
}

#irwWrapper .timeline .timeline>li.treeround>span.tree-primary.active,
#irwWrapper .timeline .timeline>li.treeround>span.tree-primary {
    background-color: transparent;
    color: gray;
    border: 1px solid #eee
}

#irwWrapper .timeline .timeline>li.treeround>span.tree-primary.active,
#irwWrapper .timeline .timeline>li.treeround>span.tree-primary:hover {
    background-color: #e1e1e1;
    color: gray
}

#irwWrapper .irwMonth {
    margin: 0 0 10px
}

#irwWrapper .irwtreeEnd {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    clear: both;
    color: #ddd;
    height: 24px;
    line-height: 23px;
    margin-bottom: -15px;
    margin-left: 3px;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 25px
}

#irwWrapper .irwODBoxTrigger {
    cursor: auto;
}

#irwWrapper .irwODBoxTrigger.irwEventHandler {
    cursor: pointer;
}

/** hide last column on Insider Ownership table **/
.footable td.footable-hidden {
    display: none !important;
}

/** END hide last column on Insider Ownership table **/

/** Popup modal fixes **/
.fancybox-button::before,
.fancybox-button::after {
    color: #ddd !important;
    opacity: 1;
}

#irwWrapper .fancybox-close-small {
    background-color: transparent;
    color: #fff;
}

#irwWrapper .modal-header button.close {
    color: #fff !important;
    border: 0px solid !important;
    opacity: 1 !important;
    text-shadow: 0 0px 0 #fff;
    outline: none !important;
}

/** END Popup modal fixes **/

/**Fixes mobile pagination bug in insider and sec pages**/
.footable-pagination-wrapper .footable-page {
    display: none !important;
}

.footable-pagination-wrapper .footable-page.visible,
.footable-pagination-wrapper .footable-page-nav {
    display: inline-block !important;
}

/** END Fixes mobile pagination bug in insider and sec pages**/

.irwFilingTopLinks a.Descriptions {
    cursor: pointer;
}

p.irwFilingAbstract {
    margin-bottom: 0px !important;
}

.module-news-details h2.module-details_title {
    font-size: 220% !important;
}

.irwIRSearch .fa-search {
    right: 14px !important;
}

#irwFinlHighlights td {
    text-align: right;
}

#peer-analysis table thead tr th:nth-child(2) {
    text-transform: uppercase;
}

.InstitutionalOwnershipForm li.irwInstOwnNoLink {
    pointer-events: none;
}

#irwWrapper ul.bwlistdisc li,
#irwWrapperPR ul.bwlistdisc li {
    color: initial;
    list-style: disc;
    font-size: 1rem;
}

#irwWrapper ul.bwlistdisc,
#irwWrapperPR ul.bwlistdisc {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 15px;
}

/** IRW THEME BELOW **/

#irwWrapperPR .module_date-time {
    display: block;
}

#irwWrapperPR .module_body img[src*="whitestone-reit-logo"] {
    float: none;
    margin: 0;
    padding: 0;
}

/* #pageClass:not(.landing-page) #irwWrapper {
    margin-top: 80px;
} */

#presentationiframe .cp-desc-box {
    margin-bottom: 30px;
}

p.module_message.module_message--success {
    padding-left: 15px;
}

p.color--success {
    padding-left: 15px;
}

tr#memberLink4 > td {
    border-bottom: none !important;
}

.irwODPersonDetail {
    margin-left: 5px;
}

footer#main-footer {
    padding: 0px;
}

#HistoricPricePanel ul.pagination.IrwPaginationCustom > li {
    margin-left: 5px;
}

a.text-primary.returnToList {
    cursor: pointer;
}

#newsForm ul.pagination.IrwPaginationCustom.pull-right {
    margin-right: -6px !important;
}


#cssmenu ul ul li {
    height: auto;
}
#cssmenu ul ul li a {
    margin-top: 0 !important;
    line-height: normal;
}
#cssmenu li:hover > ul > li {
    height: auto !important;
}


/*-- 00201509 --*/
.irwCommitteeTable .faBox {
    display: flex;
    width: 100% !important;
    justify-content: center;
}


.irwCommitteeTable .fa-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 40px;
}

    .module-subscribe_first-name .module_required {
    margin-right: 13.9%;
}
     .module-subscribe_last-name .module_required {
    margin-right: 14%;
}
     .module-subscribe_company label {
    margin-right: 16.6%;
}
     .module-subscribe_title label {
    margin-right: 20.7%;
    }
    
    span#_ctrl0_ctl36_lblRequiredEmailAddress {
    margin-right: 10px;
}

table.module-subscribe_table.module-subscribe_email {
    margin-bottom: 12px;
}
    
    table#_ctrl0_ctl36_tableMailingLists {
        margin: 20px 0;
    }

table.module-subscribe_table.module-subscribe_form .module_input {
    width: 70%;
    font-size: 14px!important;
}    
    table.module-subscribe_table.module-subscribe_email .module_input {
        width: 70%;
        font-size: 14px!important;
    }

#irwWrapper .IntroTextColumn {
    display: none;
}
#irwWrapper .module-subscribe_table-wrap table, #irwWrapper .module-subscribe_table-wrap table tbody, #irwWrapper .module-subscribe_table-wrap table tr, #irwWrapper .module-subscribe_table-wrap table td:not(.IntroTextColumn) {
    display: block;
}
#irwWrapper .module-subscribe_table-wrap .ModuleInnerContainer {
    border: 1px solid #E1E1E8;
    border-radius: 12px;
    padding: 12px;
}
#irwWrapper .module-subscribe_table-wrap table {
    width: 100%;
}
#irwWrapper .module-subscribe_table-wrap table[id$="chkLists"] tr td {
    border-bottom: 1px solid #E1E1E8;
}
#irwWrapper .module-subscribe_table-wrap table[id$="chkLists"] tr td:before {
    content: attr(data-heading);
    font-weight: 600;
    margin-right: 16px;
    width: 50%;
    display: inline-block;
    max-width: 250px;
}
#irwWrapper .module-subscribe_table-wrap table[id$="chkLists"] tr td label {
    font-weight: 400;
    margin-top: 5px;
}
#irwWrapper .module-subscribe_table-wrap table[id$="chkLists"] tr td label::before {
    content: "Notify me of  ";
    display: inline-block;
    margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
    table.module-subscribe_table.module-subscribe_email .module_input {
    width: 68%;
}
    .module-subscribe_title label {
    margin-right: 22%;
}
    .module-subscribe_company label {
    margin-right: 17.1%;
}
}

@media only screen and (max-width: 768px) {
    table.module-subscribe_table.module-subscribe_form .module_input {
    width: 56%;
}
    .module-subscribe_last-name .module_required {
    margin-right: 23.2%;
}
    .module-subscribe_company label {
    margin-right: 27.3%;
}
    .module-subscribe_title label {
    margin-right: 34.2%;
}
    table.module-subscribe_table.module-subscribe_email .module_input {
    width: 55%;
}
    .module-subscribe_first-name .module_required {
    margin-right: 22.9%;
}
}
@media only screen and (max-width: 414px) {
  table.module-subscribe_table.module-subscribe_form .module_input {
    width: 100%; }
  .module-subscribe_last-name .module_required {
    margin-right: 10%; }
  .module-subscribe_company label {
    margin-right: 16%; }
  .module-subscribe_title label {
    margin-right: 26%; }
  table.module-subscribe_table.module-subscribe_email .module_input {
    width: 100%;
    }
  .module-subscribe_first-name .module_required {
    margin-right: 10%; }
  #irwWrapper .module-subscribe_table-wrap table[id$="chkLists"] tr td:before {
    content: '';
    font-weight: 600;
    margin-right: 0;
    width: 0;
    display: inline-block;
    max-width: 0; } 
}

/* 00320899 */
#irwWrapper .upcoming-earnings .item {
    margin: 0;
    vertical-align: top;
}

#irwWrapper .upcoming-earnings .item:nth-child(2) {
    border: 1px solid #fff;
    border-width: 1px 0 1px 0;
    /*margin: 15px 0;*/
    padding: 15px 0;
/*    font-size: 16px;*/
}

.boxcontent .upcoming-earnings .item {
    font-size:16px;
}

#irwWrapper .upcoming-earnings .boxcontent .item .subitem {
    float:left;
    width:80%;
}
/* 00320899 */

/* 00350425 */
#presentationsec .upcoming-earnings{
	    display:flex;
    flex-direction: column;
    height: 90%;
    justify-content:center;
}
/* 00350425 */

/* 00532532 */

/*#irwWrapper .upcoming-earnings .item:nth-child(2) {
    border-bottom: none;
}*/

/* 00532532 */

/* 00648893 */
.person li {
    margin-left: 20px !important;
    list-style-type: disc !important;
}
.pull-left .irwOfficerImg {
    margin-right: 20px !important;
}
#irwWrapper .irwOfficerImg {
    margin: 0 25px 5px 0;
}
.irwOfficerImgSmall {
    height: 100% !important;
    width: 44px !important;
    padding-right: 15px !important;
}