/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the Less CSS pre-processor.
 */


/* Homepage slideshow */

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.file-size {
  display: none;
}

.lightgallery li {
  list-style-type: none;
}

/*Bootstrap Overrides*/

blockquote,
.blockquote {
    border-left: 1px solid #1058a4;
}
p{
    word-break: break-word;
}
.clearfix {
    clear: both;
}
.region-sidebar-second ul.menu,
.blockquote {
    border-left: 1px solid #1058a4;
    list-style: none;
    padding: 0 15px;
    margin-bottom: 30px;
    color: #1470C2;
}

.blockquote li {
    line-height: 12px;
    margin-top: 12px;
}

.blockquote a {
    font-size: 11px;
    font-weight: bold;
    height: auto;
    /*line-height: 22px;*/
    text-decoration: none;
    color: #333;
}

.blockquote a.is-active {
    background: url(../images/small-blue.jpg) no-repeat;
    padding-left: 15px;
}

.btn-primary {
    background: #24408e;
}

.form-control {
    font-size: 12px;
    line-height: 24px;
}

.carousel-control {
    top: 0 !important;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 100px;
    margin-top: -100px;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
    text-shadow: -1px 2px 10px black;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: left;
    padding: 20px;
    background: rgba(31, 68, 169, 0.65);
    text-shadow: none;
    font-size: 12px;
    bottom: -400px;
    -webkit-transition: bottom 0.5s;
}

.carousel .item:hover .carousel-caption {
    bottom: 0;
    -webkit-transition: bottom 0.5s;
}


/*Announcement Blocks*/

.color-box h2 {
    display: block;
    padding: 15px 10px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}

.color-box ul {
    margin: 5px;
    padding: 0;
    list-style-type: none;
}

.color-box ul li {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    line-height: 22px;
    text-decoration: none;
    padding-left: 5px;
    margin-bottom: 4px;
}

.home-r-orange-box h2 {
    background-color: #f05a27;
    color: #fff;
    text-transform: uppercase;
}
.orange-box span {
  font-size: 1.5em;
 text-align: center;
 color: #fff;
 padding: .2em;
 margin-top: .5em;
}

.region-announcements .block {
    margin-bottom: 0 !important;
}


/* Left Navigation */
/*.menu-block-2>ul>li.first .sub-menu{
    display:block;
    border-left: 1px solid #23527c;
    padding-left: 15px;
    margin-left: 3px;
}
.menu-block-2>ul>li.first .sub-menu .menu-mlid-1669 a{
    color: #4CAA52;
    background: url(../images/small-green.jpg) no-repeat;
    padding-left: 15px;
}*/
.modal-header .field--name-field-pop-title{
    float:left;
}
.region-sidebar-first .menu-block-wrapper ul,
.region-sidebar-second .menu-block-wrapper ul {
    list-style: none;
    width: 100%;
    /*padding: 0;*/
}

.region-sidebar-first .menu {
    padding-left: 0;
}

.region-sidebar-first .menu-block-wrapper ul li,
.region-sidebar-second .menu-block-wrapper ul li {
    float: none;
}
.region-sidebar-first .menu-block-wrapper ul li a,
.region-sidebar-second .menu-block-wrapper ul li a {
    padding: 0px;
    line-height: 28px;
}

.region-sidebar-first .dropdown-menu,
.region-sidebar-first .caret {
    display: none;
}

.region-sidebar-first .dropdown-menu {
    position: relative;
    z-index: 10;
}

.region-sidebar-first .active .dropdown-menu,
.region-sidebar-first .active-trail.dropdown-menu,
.region-sidebar-first li.expanded.dropdown.first > a.is-active + ul.dropdown-menu {
    display: block;
    border: none;
    border-left: 1px solid #23527c;
    padding-left: 15px;
    margin-left: 3px;
}

.region-sidebar-first .menu-block-wrapper ul a,
.region-sidebar-second .menu-block-wrapper ul a {
    color: #1470C2;
    font-size: 12.8px;
    font-weight: bold;
    height: auto;
    line-height: 22px;
    text-decoration: none;
}

.region-sidebar-first .menu-block-wrapper ul .active>a.is-active,
.region-sidebar-first .menu-block-wrapper ul .first .is-active,
.region-sidebar-first .menu-block-wrapper ul .dropdown-menu a.is-active,
.region-sidebar-second .menu-block-wrapper ul .active>a.is-active,
.article-type .region-sidebar-first .menu-block-wrapper ul .article-type,
.leaf.active-trail>a.is-active-trail,
.active-trail>a.active-trail {
    color: #4CAA52;
    background: url(../images/small-green.jpg) no-repeat 0 6px;
    padding-left: 15px;
}

.dropdown-toggle.is-active {
    color: #1470C2 !important;
    background: none !important;
    padding-left: 0px !important;
}

.region-sidebar-first .form-item-between-date-filter-value-year select,
.region-sidebar-first .form-item-between-date-filter-1-value-year select {
    border-right: 0;
}

.region-sidebar-first .no-border {
    border-left: 0 !important;
}

.feed-icons {
  display: none;
}

/*Comment Form*/

#edit-comment-body .filter-wrapper {
    display: none;
}
.views-field-field-right-navigation-links>div>ul{
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

/* MegaMenu */

.tb-megamenu {
    background: white;
    padding: 20px 0 40px;
}

.tb-megamenu .nav {
    border-bottom: 1px solid #24408e;
}

.tb-megamenu .nav>li {
    width: 16.6%;
    text-align: center;
}
.tb-megamenu .nav>li:hover>a {
    background: url(../images/menu_arrow.png) bottom center no-repeat;
    background-size: 8px;
}

.tb-megamenu .nav>li>a {
    color: #333;
    border-right: 0;
    font-size: 1em;
}

.tb-megamenu .dropdown-menu a {
    color: #1470C2
}

.tb-megamenu .nav>li>a:focus,
.tb-megamenu .nav>li>a:hover,
.tb-megamenu .nav li.dropdown.open>.dropdown-toggle,
.tb-megamenu .dropdown-menu li>a:hover,
.tb-megamenu .dropdown-menu li>a:focus,
.tb-megamenu .dropdown-submenu:hover>a {
    color: #ffc513;
}
.tb-megamenu .dropdown-menu {
    border-bottom: 3px solid #374171;
}

/*.tb-megamenu-submenu {
    width: 100% !important;
}*/

.tb-megamenu .nav>li>.tb-megamenu-submenu {
    border-top: 1px solid #24408e;
}

.tb-megamenu .dropdown-menu .active>a,
.tb-megamenu .dropdown-menu .active>a:hover {
    background: none;
    /*border-top: 1px solid #24408e;*/
    color: #1470C2;
}

.tb-megamenu .dropdown-menu .level-2.active>a,
.tb-megamenu .dropdown-menu .level-2.active>a:hover {
    border-top: 0;
}

.tb-megamenu .dropdown-menu .view a {
    padding: 0;
    white-space: normal;
}

.tb-megamenu .nav li.dropdown.active>.dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active>.dropdown-toggle,
.tb-megamenu .nav>li.dropdown.open.active>a:hover {
    background-color: transparent;
    color: #ffc513;
}

.tb-megamenu .nav>li.active {
    background: url(../images/menu_arrow.png) bottom center no-repeat;
    background-size: 8px;
}

.tb-megamenu .dropdown-menu .view a,
.tb-megamenu .mega-nav>li a,
.tb-megamenu .dropdown-menu .mega-nav>li a {
    color: #1470C2;
    font-size: 11px;
    font-weight: bold;
    height: auto;
    line-height: 22px;
    text-decoration: none;
    padding: 0;
    border: 0;
}

.tb-megamenu .tb-megamenu-subnav .level-2.mega>a {
    padding: 0 0 10px 10px !important;
    text-transform: uppercase;
}
.tb-megamenu .tb-megamenu-subnav .level-2.mega-group>a {
    padding: 0 0 0 10px !important;
}
.tb-megamenu .dropdown-menu .mega-nav.level-2 {
    padding-left: 15px;
}

.tb-megamenu .dropdown-menu .mega-nav.level-2 li {
    color: green;
    list-style: disc;
    display: list-item;
}

.tb-megamenu .nav li.dropdown>.dropdown-toggle .caret {
    display: none;
}
.view .progress-disabled{
    float:left;
}

/* Node CSS */

h1.page-header {
    color: #40ad48;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 0.6em;
    padding: 0 0 10px 0;
}


/* Views Overrides */

.region-sidebar-first .views-exposed-widget {
    padding-right: 0;
    width: 100%;
}

.region-sidebar-first .container-inline-date>.form-item {
    margin: 0;
    width: 100%;
}

.region-sidebar-first .views-exposed-form .container-inline-date .date-padding {
    width: 100%;
}

.region-sidebar-first .container-inline-date .form-item .form-item {
    width: 50%;
}
.region-sidebar-first .views-exposed-form select{
    width: 100%;
}
.region-sidebar-first .views-exposed-form select+select {
    margin-top: 15px;
}
.article-box {
    padding: 15px;
}

.view-article .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.view-article .row .col {
    margin-bottom: 30px;
}

h4.box-title {
    font-size: 16px!important;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 26px;
}

.full-image,.full-image img{
    width: 100%;
}

/* Activities Grid Page */
.select-error{
    background: #f2dede !important;
    border-color: #a94442 !important;
}
.activity-box {
    border: 1px solid #3A82B5;
    padding: 15px 15px 0;
    height: 520px;
    margin-bottom: 30px;
    font-size: 15px;
}

.activity-box .event-date {
    background-color: #25408E;
    text-align: center;
    color: #fff;
    padding: 5px;
}

.activity-box .event-title {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
}

.article-box img {
    max-height: 160px;
    margin: 0 auto 10px;
}
.view-id-article_category_pages .article-box{
    border: 1px solid #3A82B5;
    word-wrap: break-word;
}

#views-exposed-form-search-the-wbfn-archives-page .views-submit-button,
#views-exposed-form-search-the-wbfn-archives-page .views-reset-button{
    float: left;
    width: 50%;
}
#views-exposed-form-search-the-wbfn-archives-page .views-reset-button button{
    width:100%;
}
.view-article .views-field-nothing{
    word-wrap: break-word;
    border: 1px solid #3A82B5;
    padding: 0px 0px;
    height: 100%;
}
.view-id-article.view-display-id-block_1 .views-field-nothing{
    border: 0;
}
.region-sidebar-second .atc-style-icon{
    float: right;
    margin: -5px 0;
}
.region-sidebar-second .atcb-list{
    margin-left: -145px;
    border: 1px solid #24408e;
}
.upcoming-events-section .glyphicon{
    display: inline-block;
    line-height: 25px;
    margin-right: 10px;
}
.lightgallery a{
    display:block;
}
.lightgallery a img{
    width: 23%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 10px solid #fff;
    box-shadow: 1px 1px 5px #bfbfbf;
}

.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 2em;
}
#block-views-exp-taxonomy-term-block-1 .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 2.3em;
}

#edit-field-location-tid-wrapper {
    margin-bottom: 10px;
}

#edit-field-events-date-value-wrapper {
    clear: both;
    width: 65%;
}

#edit-field-events-date-value-wrapper .control-label {
    margin-right: 10px;
    float: left;
}

#edit-field-events-date-value-min-wrapper {
    width: 50%;
    float: left;
    clear: left;
}

#edit-field-events-date-value-max-wrapper {
    width: 50%;
    float: left;
}

.view-taxonomy-term form {
    padding: 10px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
}

.change {
    position: absolute;
    top: 466px;
    left: 50%;
    margin-left: -30px;
    width: 50px;
    background: rgba(0, 0, 0, 0);
    border: 0;
    outline: 0;
    border: 1px solid #2B5FA9;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background-color: white;
}

.ajax-progress.ajax-progress-throbber {
    margin-left: 10px;
}

.more-info {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.front-box,.back-box{
    background:#fff;
}
.flip_desc{
    overflow-y: auto;
    max-height: 430px;
}
.flip-container {
    height: 503px;
    overflow: hidden;
}
.flip-container .glyphicon{
    margin-right: 5px;
    line-height: 25px;
    float: left;
}
.flip-address {
    display: inline-flex;
    width: calc(100% - 20px);
}

.popup-content {
    width: 99%;
}

.change img {
    margin-top: -18px;
}

.login-info {
    border: 2px solid #d65555;
    padding: 5px;
    margin-top: 10px;
}

.sign-in-link {
    color: #ff002d;
}

.address-box {
    margin-top: 10px;
}
/* #views-exposed-form-search-the-wbfn-archives-page .control-label{display: none} */

/* Event Landing Page */

.node--type-event .field--name-field-event-image {
    margin-bottom: 10px;
}

#block-views-events-upcomingevents {
    padding: 5px;
}

.view-display-id-upcomingevents {
    padding: 0 10px 10px;
}

.view-display-id-upcomingevents .views-field-title-1 {
    text-transform: uppercase;
    font-weight: bold;
}

.view-display-id-upcomingevents .views-label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}


/** Accordion on Resource page **/

.accordion-expand-holder a {
    text-decoration: none;
    margin-right: 15px;
    border: 1px solid;
    font-size: 11px;
    padding: 3px;
    font-weight: bold;
    color: #D2232C;
}

.bs-example h3,
.panel-title a {
    font-size: 0.8em;
    font-weight: bold;
}

.panel-title a:focus,
.panel-title a:hover {
    text-decoration: none;
}

.node .panel-default>.panel-heading {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.node .panel-default {
    border-color: #ffffff !important;
}


/* Comments Block */

.view-comments-block {
    margin-bottom: 15px;
}

.footer-banner {
    background: #F4F4F4;
}

.title.comment-form {
    display: none;
}

.comment-form .user_profile {
    text-align: center;
    width: 20%;
    float: left;
}

.comment-form .field--name-comment-body {
    float: left;
    width: 80%;
}

.comment-form .field--name-comment-body textarea {
    min-height: 150px;
}

.comment-form .form-actions {
    float: right;
}


/* Other pages */

i.indicator {
    margin-right: 10px;
}

.comment-form .form-type-textarea {
    margin-bottom: 0;
}

.node_comment_count {
    background: #cbcccc;
    width: 80px;
    padding: 20px;
    margin: 15px auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.view-id-comments_block .comment_body {
    float: left;
    margin-top: 35px;
    margin-left: 15px;
    max-width: 75%;
}

.view-id-comments_block .user_profile {
    padding-top: 15px;
    border-top: 1px solid #e4e4e4;
}

.node_comment_count:after {
    content: " ";
    width: 20px;
    height: 20px;
    display: block;
    background: rgba(0, 0, 0, 0);
    border: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #cbcccc;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 90px;
    margin-top: 32px;
}

.copy-right-txt {
    margin-top: 5px;
    font-size: 12px;
}

.hidden-form,
#edit-field-wbfn-user-or-not {
    display: none;
}

.mfn {
    width: 90%;
    margin: auto;
    border: 1px solid #333;
}

.mfn tr {
    border-bottom: 1px solid #333;
}

.mfn td {
    padding: 0;
}

.mfn .date-form-element-content-multiline {
    padding: 0;
    border: 0;
}

.mfn div > label.control-label {
    display: none;
}
.mfn .field--name-field-children div > label.control-label,
.mfn .field--name-field-parents div > label.control-label {
    display: block;
}

.mfn .date-no-float,
.mfn .container-inline-date .date-padding,
.mfn .container-inline-date .form-item .form-item {
    width: 100%;
    float: none;
}

.mfn td.table-label,
.mfn .remaining .field-label {
    padding: 0 10px;
    line-height: 24px;
    vertical-align: middle;
    border-top: 0;
}

.mfn td label {
    margin: 0;
    line-height: 24px;
}

.mfn td .form-item {
    margin: 0;
}

.mfn td .form-item input {
    border: 0;
    width: 100%;
}

.mfn td .form-item select {
    border: 0;
}

.mfn .multiselect-container {
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

.mfn .multiselect-selected-text {
    float: left;
    font-size: 12px;
    line-height: 24px;
}

.mfn .multiselect.btn {
    border: 0;
    box-shadow: none !important;
}

.mfn .multiselect.btn {
    background-color: #FFF !important;
}

.mfn .multiselect-container>li>a>label.checkbox {
    font-size: 12px;
    line-height: 24px;
}

.mfn .caret {
    float: right;
    margin-top: 8px;
    margin-right: -8px;
}

.mfn td .form-item input[type="radio"],
.mfn td .form-item input[type="checkbox"] {
    width: auto;
}

.mfn .form-radios label {
    margin-left: 10px;
}

.mfn tr td:first-child {
    width: 49%;
    border-right: 1px solid #333;
}

.mfn .group-title {}

.mfn .group-title h3,
.mfn .remaining .form-item-title {
    background: #E6E6E6;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    display: block;
}

.mfn .remaining .form-item-title {
    border-bottom: 1px solid #333;
}

.mfn .remaining .form-group {
    margin-bottom: 0;
}

.mfn .remaining .field-label+td {
    padding: 0;
    border-top: 0;
    vertical-align: middle;
    line-height: 24px;
}

.mfn .form-actions {
    padding: 10px;
    border-top: 1px solid #333;
    text-align: right;
}

.mfn .field-type-field-collection .form-item>.clearfix {
    padding: 10px;
}

.mfn .field-type-field-collection .form-item>.date-padding {
    padding: 0;
}

.mfn .field--name-field-comments- {
    border: 1px solid;
    display: table;
    width: 100%;
    border-right: 0;
    border-left: 0;
}

.mfn .field--name-field-comments- .control-label {
    width: 50%;
    float: left;
    padding: 5px 10px;
    line-height: 24px;
}

.mfn .field--name-field-comments- .form-textarea-wrapper {
    width: 50%;
    float: left;
    border-left: 1px solid #333;
}

.mfn tr td.remove-button {
    border-top: 1px solid #333;
    border-right: 0;
}


/*Voluteer Form */

.vol {
    width: 100%;
}

table.vol tr td {
    border: 1px solid #333;
    padding: 0;
}

.vol .table>thead>tr>th {
    border: 0;
}

.vol .col-td-4 td {
    width: 25%;
}

.vol .col-td-4 td label {
    display: none;
}

.vol .form-group {
    margin: 0;
    width: 100%;
}

.vol .container-inline-date .date-padding {
    float: none;
}

.vol input,
.vol select {
    width: 100% !important;
    border: 0;
    margin: 0;
    padding: 10px;
}

.vol label {
    padding: 5px 10px;
    margin: 0;
}

.vol #edit-field-vlf-comp-skill-other-und-0-value,
.vol #edit-field-vlf-interest-other-und-0-value {
    width: 50% !important;
    float: right;
    border-left: 1px solid #333;
}

.vol input[type="checkbox"],
.vol input[type="radio"] {
    width: auto !important;
    margin: 0 5px 0 0;
    position: initial;
    height: 24px;
    float: left;
    position: static;
}

.vol .form-checkboxes>.form-item {
    width: 25%;
    display: inline-block;
}

.vol #edit-field-vlf-your-interest-und.form-checkboxes>.form-item {
    width: 50%;
}

.vol .headbox {
    background: #E6E6E6;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    margin: 0;
}

.vol .table-label {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
}

.vol .date-form-element-content-multiline {
    padding: 0;
    margin: 0;
    border: 0;
}

.vol .container-inline-date {
    width: 100%;
    margin: 0;
}

.vol .date-form-element-content-multiline label,
.vol .tabledrag-toggle-weight-wrapper,
.vol .field-multiple-drag {
    display: none;
}

table.vol table tr td {
    border-left: 0;
}

.vol .form-submit {
    margin: 10px;
}

.vol #edit-actions {
    text-align: right;
}

.vol #eve_volunteer_back {
    background: #333;
}

.vol #edit-draft {
    margin-right: 0;
}

.vol #edit-submit {
    background: #5cb85c;
    border: transparent;
}

.tabs--primary.nav-tabs {
    margin-bottom: 20px;
}

.page-user-register-mfn .custom_login_container form input[type="submit"] {
    color: white;
    background-color: #8AC43E;
    border: none;
    padding: 5px;
}

.has-error .form-control {
    background: #f2dede;
}


/*Login Page*/

.not-logged-in .page-user .region-content,
.page-user-register .region-content {
    max-width: 50%;
}

.page-user-mfn .region-content {
    max-width: 100%;
}

.page-user-register .date-form-element-content-multiline {
    padding: 0;
    border: 0;
}


/** Article next and Prev **/
#block-wbfnhelper-article-next-prev-navigation{
    position: fixed;
    z-index: 100;
    left: 1%;
    width: 98%;
    top: 205px;
}

/*.pin-wrapper{float:left;width:50%;}*/
.article_next,
.article_prev {
    /*top: 100px;*/
    /*position: fixed;*/
    display: inline-block;
    text-indent: -9999px;
    width: 40px;
    height: 50px;
}

.article_next {
    background: url("../images/right__arrow.jpg") no-repeat;
    /*left: 93%;*/
    float: right;
    /*margin-right:-40px;*/
}

.article_prev {
    background: url("../images/left__arrow.jpg") no-repeat;
    /*left: 26%;*/
    float:left;
    /*margin-left:-40px;*/
}
.page-from-the-presidents-desk .node-header>h2{
    display: none;
}

/*Footer */

footer {
    clear: both;
}

.region.region-footer:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}

.menu-name-menu-footer ul li {
    border-right: 1px solid #333;
    padding-right: 10px;
    line-height: 12px;
}

.menu-name-menu-footer ul li.last {
    border-right: 0;
}


/*Comments Page */

.page-comments .views-field-comment-body {
    vertical-align: middle;
}

.page-comments .views-field--name-1,
.page-comments .user-picture img {
    margin: 0 auto;
    text-align: center;
}

.page-comments .back-btn {
    padding: 10px 20px;
    background: #000;
    color: #FFF;
}

.more-comments {
    clear: both;
    width: 100%;
}

.more-comments .btn {
    width: 100%;
}


/*Share icons*/

.ssc-container {
    padding: 10px;
}

.ssc-sticky {
    position: static;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    text-align: left;
}

.ssc-container .expanded-text,
.ssc-container .expanded-text-twitter {
    color: transparent;
}

.ssc-container .secondary {
    display: inline-block;
}

.ssc-container .switch,
.ssc-container .switch2 {
    display: none;
}

/*.ssc-container .fa-twitter:before,
.ssc-container .fa-facebook-square:before {
    position: relative;
    left: 7px;
}*/
.share-button-wrapper .fa,.share-button-wrapper .fa:hover{
    padding: 10px;
    background:#fff !important;
    border-right: 1px solid #333;
    border-radius: 0;
    line-height: initial;
}
.share-button-wrapper .fa.fa-facebook{
    color:#3b5998;
}
.share-button-wrapper .fa.fa-twitter{
    color: #0eaad6;
}
.share-button-wrapper .fa.fa-google-plus{
    color: #e93f2e;
}
.share-button-wrapper .fa.fa-linkedin{
    color:#257BBA
}
#block-social-share-counter-ssc-block {
    position: fixed;
    left: -10px;
    width: 20px;
    top: 220px;
    bottom: 200;
    margin-top: 10px;
    z-index: 1;
}

.fa-facebook-square {
    padding-left: 8px;
    padding-right: 9px;
}

#block-social-share-counter-ssc-block .block-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-left: 10px;
}

#views-exposed-form-country-specific-page-block-2 {
    float: right;
    width: 25%;
    padding: 0 10px;
}

table.content-table-Local-Chapters {
    width: 100%;
}

table.content-table-Local-Chapters tr,
table.content-table-Local-Chapters td,
table.content-table-Local-Chapters th {
    border: 1px solid #000;
    padding: 10px;
}

.view-id-executive_committee tr,
.view-id-executive_committee td,
.view-id-executive_committee th {
    border: 1px solid #000 !important;
    background: #fff;
}

.restricted-text {
    color: #f00;
}

.restricted-text a {
    font-weight: bold;
    text-decoration: underline;
}

.image-box {
    position: relative;
    margin-bottom: 10px;
}

.image-quote {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5) inset;
}

.no-style {
    border: none;
    background: none;
    font-size: 12px;
    width: 30px;
    color: #ccc;
    margin-top: 1px;
    outline: none;
}

.no-style:hover {
    color: gray;
}

#csp-leftmenu {
    display: none;
}

.page-country-specific-page #csp-leftmenu {
    display: initial;
}
.image_quote_group{
    position: relative;
    margin-bottom: 15px;
}
.image_quote_group img{
    width:100%;
}
.node--type-country-page .field--name-field-country-quote{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    margin-bottom: 0px;
    width: 100%;
}
.modal-title {
    color: #40ad48;
    font-weight: bold;
    /*font-size: 20px;*/
}

.modal-body h4 {
    font-size: 12px;
    font-weight: bold;
    color: #1470C2;
}

.page-node-288 .alert-success.messages {
    display: none;
}

.region-content {
    min-height: 240px;
}

.small-title h2 {
    font-size: 12px;
    font-weight: bold;
    color: #1470c2;
    margin: 5px 0;
}
.small-title p{margin-bottom: 10px;}
.small-title.black h2 {
    color: #000!important;
    font-size: 1.1em!important;
}

.wbfn-register-update {
    margin-left: 55px;
    margin-bottom: 10px;
}

.wbfn-register-update p {
    margin-bottom: 0;
}

.sharebox i.fa{
    font-size: 16px;
    color: #242c63;
    margin: 10px auto;
    background: #fff;
}











.fa-print {
    content: "\f0d2";
    background-color: #ca212a;
    width: 42px;
}

.fa-print {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 3px;
    margin-left: 2px;
    cursor: pointer;
    color: #FFFFFF;
    height: 36px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

#sharecounter {
    cursor: pointer;
    background: #ddd;
}
#sharecounter i.fa {
    background: #ddd;
}
.counter-box{
    background: #bbb;
    color: #000;
    font-weight: 100;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
}
.counter-box:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 9px 0 9px;
    border-color: #bbb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    position: absolute;
    margin-top: 10px;
    margin-left: -10px;
}
.ssc-container .count a{
    display: block;
    line-height: 18px;
    background: #fff;
}

.ssc-container .count {
    margin-left: 7px;
    line-height: 30px;
}

.ssc-container .sharetext {
    line-height: 13px;
    padding: 0;
}

.ssc-container .share-button-wrapper {
    position: absolute;
    top: 48px;
    width: 155px;
    left: -300px;
    display:none;
    -webkit-transition: all 0.5s;
    background: #fff;
    /* Safari */
    transition: all 0.5s;
}

.ssc-container .share-button-wrapper.showShareIcons {
    display:block;
    left: 60px;
}
.ssc-container .share-button-wrapper.showShareIcons i.fa{
    width: 35px;
    text-align: center;
}

.social-email {
    height: 36px;
    width: 40px;
    background: #0096ce;
    padding: 0;
}

#edit-title-wrapper {
    float: none;
}

#edit-title {
    width: 490px;
}

@media print {
    .footer-links {
        display: none;
    }
}


/*Phone*/

.form-item-field-cellular-phone--und-0-value:after,
.form-item-field-home-phone-with-country-co-und-0-value:after,
.form-item-field-vlf-telephone-und-0-value:after {
    content: "+";
    line-height: 36px;
    padding: 0 10px;
    position: absolute;
    margin-top: -35px;
}

.form-item-field-cellular-phone--und-0-value input,
.form-item-field-home-phone-with-country-co-und-0-value input,
.form-item-field-vlf-telephone-und-0-value input {
    padding-left: 20px;
}

/* Bug Fixes */
.node--type-country-page .col-sm-3{
    margin-top: 45px;
}

.node--type-videos .field-items>.row>.field-item{
    width: 33.33%;
    float: left;
    padding: 15px;
}
.node--type-videos .field--name-field-youtube-title{
    color: #1470C2;
    font-weight: bold;
    margin-bottom: 5px;
}
.node--type-videos .field--name-field-youtube-link .field-item{
   position: relative;
}
.node--type-videos .field--name-field-youtube-link .field-item img{
    width: 100%;
}
.node--type-videos .field--name-field-youtube-link .field-item a:after{
    content: " ";
    background: url(../images/youtube-play.png) center center no-repeat;
    width: 50px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -18px;
}

.home-r-blue-box .view-display-id-block_1  ul li a{
    max-width: 85%;
    display:inline-block;
    line-height: 16px;
}

/*Articles*/
.field--name-field-tags .field-item{
    background: #ececec;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
}

/*Archives*/
#edit-field-article-categories-tid-wrapper,
#edit-field-news-views-category-tid-wrapper{
    display:none;
}
.view-search-the-wbfn-archives .views-row {
    border-bottom: 1px dotted #f1f1f1;
    padding: 10px 0;
}
.archives-block h2.block-title{
    cursor: pointer;
}
#views-exposed-form-search-the-wbfn-archives-page{
    /* display: none; */
}
.page-archives #views-exposed-form-search-the-wbfn-archives-page{
    display: block;
}

/*Videos*/
.field-collection-view{border:0;}


/*Activities Search*/
.shs-select{
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
}

article.node .field--name-field-wbfn-image{
    margin-bottom: 15px;
}

.album-collection ul{
        position: relative;
        height: 240px;
        margin-top: 30px;
    }
    .album-collection ul li img{
        float:left;
    }
    .album-collection .album_title{
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .album-collection ul li{
        border: 10px solid #fff;
        box-shadow: 1px 1px 5px #bfbfbf;
        position: absolute;
        list-style:none;
        min-height: 200px;
        background: #e2e2e2;
    }
    .album-collection ul li:first-child{
        z-index: 5;
    }
    .album-collection ul li:nth-child(2){
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
        margin-left: -15px;
    }
    .album-collection ul li:nth-child(3){
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        margin-right: -15px;
    }


.block-views-exposed-filter-blocktaxonomy-term-block-1 #edit-field-event-date-value-2-wrapper{
    display: block;clear:left;
}
.block-views-exposed-filter-blocktaxonomy-term-block-1 #edit-field-event-date-value-2-wrapper .panel-heading{
    display:none;
}
.block-views-exposed-filter-blocktaxonomy-term-block-1 #edit-field-event-date-value-2-wrapper .views-widget>div{
    float:left;
}
.block-views-exposed-filter-blocktaxonomy-term-block-1 #edit-field-event-date-value-2-wrapper .container-inline-date .date-padding{
    float:none;
}

@media (min-width: 900px) {
    .modal-dialog {
        width: 768px;
    }
}
@media (min-width: 995px) {
    .one-sidebar .flipbox {
        width: 33%;
    }
}
h1, h2, h3 h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
p{margin-bottom: .3em;
}
section h1{
	font-size: 3em;
	line-height: 1.05;
	margin-bottom: 0.3em;
	font-weight: bold;
	font-style: normal;
	color: #40ad48!important;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}
section .region-content h2 {
	font-size: 2.25em;
	line-height: 1.25;
	margin-top: .80em;
	margin-bottom: 0.3em;
	font-style: normal;
	font-weight: bold;
	color: #40ad48;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}
section .region-content
section .region-content h3 {
	font-size: 1.75em;
	line-height: 1.20;
	margin-top: 0.80em;
	margin-bottom: .3em;
	font-weight: bold;
}
section .region-content h4 {
	font-size: 1.50em;
	line-height: 1.15;
	margin-top: 0.80em;
	margin-bottom: .2em;
	font-weight: bold;
}
section .region-content h5 {
	font-size: 1.5em;
	line-height: 1.15;
	margin-top: 0.80em;
	2margin-bottom: .5em;
	font-weight: bold;
}
section .region-content h6 {
	font-size: 1.25em;
	line-height: 1;
	margin-top: 0.80em;
	margin-bottom: .1em;
	font-weight: bold;
}
.intro-text {
	font-family: "PT Serif", Georgia, "Times New Roman";
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 2em;
}
.blue-header {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: .1em;
	color: #0758a4;
}

.megamenu {
    font-size: 1em;
	color: #333;
    font-weight: bold;
}
.left-hand-menu{
	font-size: .8em;
	color: #1470C2;
	font-weight: 600;
	height: auto;
	line-height: 1.7em;
	text-decoration: none;
	list-style: none;
}
.right-hand-menu{
	font-size: .8em;
	color: #333;
	font-weight: 600;
	height: auto;
	line-height: 1.7em;
	text-decoration: none;
	list-style: none;
}

#page-footer {
	background-color: #f05a27;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	padding: .2em;
	margin-top: .5em;
}
p.search-snippet {
    display: none;
}
/* Hiding other blocks on Local chapter event page */
.local-chapter-event #block-menu-block-6,.local-chapter-event #block-views-related-events-block-1{
    display: none;
}


.lp__banner_landing{
    min-height: 53px;
}
.not-front .h400px{
    height: auto !important;
}
@media (max-width: 979px) {
  header, footer{
    min-width: auto;
  }
  .container,.tb-megamenu .nav>li, #block-menu-block-4, #block-block-7{
    width:100%!important;
  }
  .tb-megamenu .nav-collapse.collapse.in{
    border: 1px solid #c6c6c6;
  }
  .tb-megamenu .nav{border-bottom: none;}
  .search-area{display: none;}
  #block-block-3 p{float: left; padding: 0 20px;}
  .tb-megamenu{padding-bottom: 0;}
}



.para-accordion .panel-title {
    cursor: pointer;
    padding: 15px;
    margin: 0;
    border-top: 0;
}
.para-accordion .panel-content {display: none;padding: 15px;border-top: 1px solid #d2d2d2;}
.para-accordion .panel-title .indicator{
    transition-duration: 0.4s;
    transition-property: transform;
}
.para-accordion .panel-title.active .indicator{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.para-accordion .panel-content .panel-title {
    font-size: 1.3em;
}

/*Members Recommendation Menu*/
.block-views-blockmembers-recommendations-block h2.block-title {
    font-size: 14px;
    font-weight: bold;
    color: #1858a5;
    margin-bottom: 10px;
}

.block-views-blockmembers-recommendations-block{
    background: #e3e7f2;
    padding: 15px;
    /*min-height: 1000px;*/
}

.block-views-blockmembers-recommendations-block .view-content ol{
    /*padding-left: 30px;*/
    /*list-style: none;*/
    padding:0;
    margin-left: -10px;
    /*counter-reset: item*/
}
.block-views-blockmembers-recommendations-block .view-content ol li{
    cursor: pointer;
    display: block;
    font-size: 12.8px;
    font-weight: bold;
    color:#333;
    padding-left: 15px;
}
.block-views-blockmembers-recommendations-block .view-content ol li:before {
  /*content: counters(item, ".") " ";
  counter-increment: item*/
}
.block-views-blockmembers-recommendations-block .view-content>ol>li>ol{
    margin-left: 0;
}
.block-views-blockmembers-recommendations-block .view-content ol li.active{
    color: #4CAA52;
    background: url(../images/small-green-transparent.png) left 7px no-repeat;
    padding-left: 15px;
}

/*#block-views-members-recommendations-block-1 ol li ol,*/
.block-views-blockmembers-recommendations-block ol li ol{
    display: none;
}

/*Members Recommendations Content region*/
#block-views-members-recommendations-block-1 ol{
    /*counter-reset: item*/
}
.block-views-blockmembers-recommendations-block-1 .view-content>ol {
    padding-left: 0;
}
.block-views-blockmembers-recommendations-block-1 ol > li{
    display: block;
    padding-bottom:20px;
}
.block-views-blockmembers-recommendations-block-1 .desc ul > li{
    list-style-type: circle;
}
.block-views-blockmembers-recommendations-block-1 ol li:before{
    float: left;
    margin-right: 10px;
    font-weight: bold;
    /*content: counters(item, ".") " ";*/
    /*counter-increment: item*/
}
.block-views-blockmembers-recommendations-block-1 ol ol,
.block-views-blockmembers-recommendations-block-1 ol .desc {
    padding-left: 20px;
}
.block-views-blockmembers-recommendations-block-1 ol ol .desc {
    padding-left: 33px;
}

.scrollup,.scrollup:hover {
    text-decoration: none;
    margin-right: 15px;
    border: 1px solid;
    font-size: 11px;
    padding: 3px;
    font-weight: bold;
    color: #D2232C;
}
.region-content-bar .block.clearfix {
    clear: none;
}
.region-content-bar {
    margin-right: -15px;
    margin-left: -15px;
}

.hide-block {
	display: none !important; 
}
.view-display-id-registration_list 
{
display:none;
}
.sitelogo{
width: 37%;
}
[data-id="4306"]{
    padding-top: 38% !important;
}


#edit-captcha-response
{
border: solid;
}
