/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  /* MARGIN COMMENTED OUT FOR STATE LANDING PAGE */
    /*margin-bottom: 1.5em;*/
}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.block.odd /* Zebra striping for each block in the region */ {
}

.block.even /* Zebra striping for each block in the region */ {
}

h2.block-title /* Block title */ {
}

.block .content /* Block's content wrapper */ {
}

#block-aggregator-category-1 /* Block for the latest news items in the first category */ {
}

#block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
}

#block-block-1 /* First block created with "Add block" link */ {
}

#block-blog-recent /* "Recent blog posts" block */ {
}

#block-book-navigation /* "Book navigation" block for the current book's table of contents */ {
}

#block-comment-recent /* "Recent comments" block */ {
}

#block-forum-active /* "Active forum topics" block */ {
}

#block-forum-new /* "New forum topics" block */ {
}

#block-locale-language /* Language switcher block */ {
}

#block-menu-menu-NAME /* Custom menu block  */ {
}

#block-node-recent /* "Recent content" block */ {
}

#block-node-syndicate /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */ {
}

#block-poll-recent /* "Most recent poll" block */ {
}

#block-profile-author-information /* "Author information" block for the profile of the page's author */ {
}

#block-search-form /* "Search form" block */ {
}

#block-shortcut-shortcuts /* "Shortcuts" block */ {
}

#block-statistics-popular /* "Popular content" block */ {
}

#block-system-main-menu /* "Main menu" block */ {
}

#block-system-management /* "Management" block for Drupal management menu */ {
}

#block-system-navigation /* "Navigation" block for Drupal navigation menu */ {
}

#block-system-user-menu /* "User menu" block for Drupal user menu */ {
}

#block-system-help /* "System help" block */ {
}

#block-system-main /* "Main page content" block */ {
}

#block-system-powered-by /* "Powered by Drupal" block */ {
}

#block-user-login /* "User login form" block */ {
}

#block-user-new /* "Who's new" block for a list of the newest users */ {
}

#block-user-online /* "Who's online" block for a list of the online users */ {
}

#meerkat-container {
    height: 100% !important;
    padding-left: 40px;
}


.ask-an-expert-promo {
    background: url("../images/border-header.png") repeat-x scroll center top #F6F6F6;
}

.ask-an-expert-promo h2.block-title {
    font-size: 18px;
    color: #2f2e23;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-top: 28px;
    line-height: 24px;
    margin-bottom: 0;
    text-transform: uppercase;

}

.ask-an-expert-promo .content p {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #2f2e23;
}

.block.condition-and-state {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 45px;
    /* ADDED FOR CONDITION LANDING PAGE */
    float: left;
    width: calc(100% - 80px);
}

.block.condition-and-state h3 {
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #2f2e23;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px
}

.block.condition-and-state p {
    padding-top: 0;
}

.condition-and-state .two-button {
    display: flex;
    justify-content: space-between;
}

.condition-and-state .two-button .condition {
    min-width: 47.5%;
    background-color: #57ccc2;
}

.condition-and-state .two-button .state {
    min-width: 47.5%;
    background-color: #EEBD38;
}

.condition-and-state .two-button .state:hover, .condition-and-state .two-button .condition:hover {
    background-color: #422c19;
}

.condition-and-state .two-button .wysiwyg-button {
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.condition-and-state .two-button img {
    margin-left: 10px;
    box-shadow: none;
    max-height: 30px;
}

.expert-mobile {
    display: none;
}

#block-webform-client-block-497 p, #block-webform-client-block-496 p, #block-block-116 p {
    font-size: 14px;
    line-height:24px;
}

body.page-node-478 #block-webform-client-block-497,body.page-node-478  #block-webform-client-block-496,body.page-node-478  #block-block-116 {
    float: left;
    margin: 0 3.44828% 0 0;
    width: 58.62069%;
    margin-left: 10.3%;
}