/*header 1 2 3*/
body header {
    background: url(/themes/custom/bot_custom/images/tile-menu-pattern.jpg) repeat center center;
    padding-bottom: 3px;
/*    margin-bottom: 1em;*/
}
.breadcrumb {
    margin-bottom: 3em;
    left: 51%;
    margin-left: -50vw;
    width: 100vw;
    position: relative;
}
.path-member-directory .breadcrumb li:last-child {
    display: none;
}
body:not(.header_1_view_mode):not(.header_3_view_mode):not(.viewheader) header .container-fluid {
   background: #fff;
}
body:not(.header_1_view_mode):not(.header_3_view_mode):not(.header_2_view_mode):not(.viewheader).page-node-type-page header {
    margin-bottom: 50px;
}
/*.header_1_view_mode header, .header_2_view_mode header, .header_3_view_mode header {*/
/*    background: none;*/
/*}*/
.header-view-container .field--name-field-header-image:after,
.header-four .field--name-field-media-image:after {
   content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b2434+7,1b2434+98&0.8+0,0.21+100 */
background: -moz-linear-gradient(top,  rgba(27,36,52,0.8) 0%, rgba(27,36,52,0.76) 7%, rgba(27,36,52,0.22) 98%, rgba(27,36,52,0.21) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(27,36,52,0.8) 0%,rgba(27,36,52,0.76) 7%,rgba(27,36,52,0.22) 98%,rgba(27,36,52,0.21) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(27,36,52,0.8) 0%,rgba(27,36,52,0.76) 7%,rgba(27,36,52,0.22) 98%,rgba(27,36,52,0.21) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1b2434', endColorstr='#361b2434',GradientType=0 ); /* IE6-9 */

    display: block;
    z-index: 100;
  position: absolute;
  transition: all .5s ease;
}
.header-view-container .field--name-field-header-image img,
.header-four .field--name-field-media-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.node--type-landing-page > .bs-region--top:after {
    display: table;
    clear: both;
    content: "";
}
.header-view-container .field--name-field-header-image .field--item,
.header-four .field--name-field-media-image .field--item {
    width: 100%;
}
.header-view-container .field--name-field-header-image img,
.header-four .field--name-field-media-image img {
    object-fit: cover;
    width: 100%;
    /* min-height: 850px; */
}
.header-view-container {
    position: relative;
    color: #fff;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin: 0 -15px;
     -webkit-mask-image: url(/themes/custom/bot_custom/images/header-angle.svg);
  mask-image: url(/themes/custom/bot_custom/images/header-angle.svg);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
    -webkit-mask-size: cover;

}
body.header_1_view_mode .header-view-container {
    background: url(/themes/custom/bot_custom/images/tile-menu-pattern.jpg) repeat center center;
}
/*header  1 and 3 */
.header_1_view_mode a.cart-block--link__expand img,
.header_3_view_mode a.cart-block--link__expand img,
.viewheader a.cart-block--link__expand img {
    filter: none;
}
.header_1_view_mode .navbar-default .navbar-toggle .icon-bar,
.header_3_view_mode .navbar-default .navbar-toggle .icon-bar,
.viewheader .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.header_1_view_mode header nav a,
.header_3_view_mode header nav a,
.viewheader header nav a {
    color: #fff;
}
.header_1_view_mode .navbar,
.header_3_view_mode .navbar,
.viewheader .navbar {
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.header_1_view_mode header nav a:hover,
.header_3_view_mode header nav a:hover,
.viewheader header nav a:hover {
    color: var(--secondary-color) !important;
}
.header_1_view_mode #navbar .alert-messages ~ .container-fluid,
.header_3_view_mode #navbar .alert-messages ~ .container-fluid,
.viewheader #navbar .alert-messages ~ .container-fluid {
    /* top:69px; */
}
.header_1_view_mode #navbar .container-fluid,
.header_3_view_mode #navbar .container-fluid,
.viewheader #navbar .container-fluid {
        position: absolute;
        top: 0;
        width: 100%;
}
.header_1_view_mode .header-view-container,
.header_3_view_mode .header-view-container{
    min-height: 600px;
}
@media screen and (min-width:1200px) {
    .header_1_view_mode .header-view-container,
    .header_3_view_mode .header-view-container {
        min-height: 800px;
    }
}
@media screen and (min-width:768px) {
    .header_1_view_mode .navbar-default .navbar-nav > li > a,
    .header_3_view_mode .navbar-default .navbar-nav > li > a,
    .viewheader .navbar-default .navbar-nav > li > a {
        color:#fff;
    }
}
@media screen and (max-width:600px) {
    .header_3_view_mode .header-view-container{
        min-height: 450px;
    }
}
.header_1_view_mode .header-text-container,
.header_3_view_mode .header-text-container {
    padding: 50px 30px;
    position: relative;
    z-index: 200;
    width: 100%;
}
.header_1_view_mode .header-text-container,
.header_3_view_mode .header-text-container {
    max-width: 1140px;
    margin: 50px auto 0;
    padding: 0 15px;
    position: relative;
    z-index: 999;
}
h1.default-header {
    max-width: 1140px;
    margin: 50px auto 0;
    position: relative;
    z-index: 999;
}
/*
.header_1_view_mode .header-text-container *,
.header_3_view_mode .header-text-container *,
.header-four * {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
 */
.header_1_view_mode .header-text-container h1 {
    font-size: calc(28px + (90 - 28) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.header_1_view_mode .header-text-container h1:after {
    content: '';
    display: none;
}
.header_1_view_mode .header-text-container .field--name-field-tag-line
 {
    font-size: calc(28px + (70 - 28) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 1;
}
.header-four h1 {
    font-size: calc(45px + (60 - 45) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700;
    line-height: 1;
}
.header_1_view_mode .header-text-container .field--name-field-call-to-action a,
.header_3_view_mode .header-text-container .field--name-field-call-to-action a {
    background: var(--secondary-color);
    display: inline-block;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    box-shadow: 0 30px 20px -20px rgba(0,0,0,.35);
    position: relative;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 20px 50px 20px 30px;
    letter-spacing: 2px;
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 20px;
}
@media screen and (max-width:600px) {
    .header_1_view_mode .header-text-container .field--name-field-call-to-action a,
    .header_3_view_mode .header-text-container .field--name-field-call-to-action a {
        padding: 10px 30px 10px 20px;
    }
}
.header_1_view_mode .logo.navbar-btn img,
.header_3_view_mode .logo.navbar-btn img,
.viewheader .logo.navbar-btn img {
    filter: brightness(0) invert(1);
    z-index: 99;
    position: relative;
    max-height: 70px;
}

.logo.navbar-btn img {
    max-height: 70px;
}

.header_1_view_mode a.cart-block--link__expand,
.header_3_view_mode a.cart-block--link__expand,
.viewheader a.cart-block--link__expand{
  color: white;
}


/*header 3*/
.header_3_view_mode .breadcrumb {
    display: none;
}
/*
.header_3_view_mode .header-text-container h1 {
    font-size: calc(26px + (50 - 26) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400 !important;
    text-transform: none;
    margin-right: 50%;
    font-family: 'Lato', sans-serif;
}
 */
@media screen and (max-width:600px) {
    .header_3_view_mode .header-text-container h1 {
        margin-right: 0;
    }
}
.header_3_view_mode .header-text-container h1:after {
    display: none;
}
.header_3_view_mode .header-text-container h2 {
    font-weight: 700;
    font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.header_3_view_mode .header-text-container h2:after {
    content: '';
    height: 2px;
    background: var(--secondary-color);
    width: 80px;
    display: block;
    margin-top: 10px;
}

/*green slice over logo*/
.header_1_view_mode .region-navigation,
.header_3_view_mode .region-navigation,
.viewheader .region-navigation {
    position: relative;
}
/*
.header_1_view_mode header .logo.navbar-btn:after,
.header_3_view_mode header .logo.navbar-btn:after,
.viewheader header .logo.navbar-btn:after{
    z-index: 1;
    top: -25px;
    left: -24px;
    content: '';
    transform: rotate(45deg);
    height: 0;
    width: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid var(--primary-color);
    position: absolute;
}
 */
/*quote*/

.header_1_view_mode .field--name-field-quote {
    bottom: -150px;
}
.header_3_view_mode .field--name-field-quote {
    bottom: 0;
}

@media screen and (min-width:768px) {
    .header_1_view_mode .field--name-field-quote,
    .header_3_view_mode .field--name-field-quote {
        width: 400px;
        padding: 50px;
    }
}
@media screen and (min-width:900px) {
    .header_1_view_mode .field--name-field-quote,
    .header_3_view_mode .field--name-field-quote {
        width: 488px;
        padding: 70px;
        min-height: 400px
    }
}
@media screen and (min-width:1100px) {
    .header_1_view_mode .field--name-field-quote,
    .header_3_view_mode .field--name-field-quote {
        width: 650px;
        padding: 70px;
        min-height: 400px
    }
}
.header_1_view_mode .field--name-field-quote,
.header_3_view_mode .field--name-field-quote {
    position: absolute;
    z-index: 9999;
    right: -20px;
    background: #fff;
    transform: rotate(5deg);

}
.header_1_view_mode .field--name-field-quote .field--name-field-element-body,
.header_3_view_mode .field--name-field-quote .field--name-field-element-body {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: calc(24px + (50 - 24) * ((100vw - 320px) / (1920 - 320)));
    max-width: 85%;
    line-height: 1.1;
    font-weight: 700;
}
.header_1_view_mode .field--name-field-quote .field--name-field-element-body span,
.header_3_view_mode .field--name-field-quote .field--name-field-element-body span {
    color: var(--secondary-color);
}
.header_1_view_mode .field--name-field-quote .field--name-field-elem-attribution,
.header_3_view_mode .field--name-field-quote .field--name-field-elem-attribution {
    font-size:20px;
    margin-top: 20px;
}
.header_1_view_mode .field--name-field-quote:before, .header_3_view_mode .field--name-field-quote:before {
    content: '"';
    position: absolute;
    z-index: 2;
    padding: 10px;
    top: -1px;
    left: 0;
    color: #fff;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
}
.header_1_view_mode .field--name-field-quote:after, .header_3_view_mode .field--name-field-quote:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -40px;
    left: -10px;
    transform: rotate(45deg);
    height: 0;
    width: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-right: 60px solid var(--primary-color);
}
@media screen and (max-width:768px) {
    .header_1_view_mode .field--name-field-header-image {
        clip-path:none;
        margin-top: -510px;
    }
    .node--view-mode-header-1 > .bs-region--top, .node--view-mode-header-3 > .bs-region--top, .node--view-mode-header-2 > .bs-region--top {
        margin-bottom: 0;
    }
    .header_1_view_mode .field--name-field-quote, .header_3_view_mode .field--name-field-quote {
        position: relative;
        z-index: 500;
        bottom: auto;
        right: 0;
        background: #fff;
        transform: none;
        padding: 30px 70px;
        width: 90%;
        margin: 40px auto;
    }
    .breadcrumb {
    	margin-bottom: 0;
    }
}


/*header 2*/
.header_2_view_mode .breadcrumb {
    display: none;
}
.header_2_view_mode header {
    margin-bottom: 0 !important;
}
.header_2_view_mode .header-view-container {
    min-height: 400px;
}
@media screen and (max-width:600px) {
    .header_2_view_mode .header-view-container {
        min-height: 250px;
    }
}
@media screen and (min-width:1100px) {
    .header_2_view_mode .header-view-container {
        min-height: 850px;
    }
}


.header_2_view_mode .header-text-container h2 {
    font-weight: 700;
    font-size: calc(22px + (40 - 22) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    text-transform: uppercase;
}
.header_2_view_mode .header-text-container .field--name-field-tag-line,
.header-text-container .field--name-field-tag-line {
    font-size: calc(26px + (50 - 26) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400 !important;
    text-transform: none;
    font-family: 'Lato', sans-serif;
}
@media screen and (min-width:768px){
	.header_3_view_mode .field--name-field-tag-line {
		max-width: 50%;
	}
}
@media screen and (max-width:600px) {
    .header_2_view_mode .header-text-container .field--name-field-tag-line {
        padding: 0 30px;
    }
}
.header_2_view_mode .header-text-container {
    padding: 50px 30px;
    position: relative;
    z-index: 200;
    width: 100%;
    max-width: 760px;
    text-align: center;
    margin: -15% auto 0;
}

.header_2_view_mode .header-text-container h2:after,
.header_2_view_mode .header-text-container h1:after,
.header_3_view_mode .header-text-container h1:after {
    content: '';
    height: 2px;
    background: var(--secondary-color);
    width: 80px;
    display: block;
    margin: 10px auto 0;
}
.header_2_view_mode .header-text-container h2:after,
.header_2_view_mode .header-text-container h1:after {
    text-align: center;
}
.header_3_view_mode .header-text-container h1:after{
	text-align: left;
	margin: 10px 0;
}



/*shopping cart*/
a.cart-block--link__expand {
    display: flex;
    align-items: center;
    margin: 0 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: calc(12px + (23 - 12) * ((100vw - 320px) / (1920 - 320)));
}
a.cart-block--link__expand img {
    filter: invert(1);
}
a.cart-block--link__expand .cart-block--summary__icon {
    order: 2;
    margin: 0 5px;
}
.header_1_view_mode a.cart-block--link__expand img {
    filter: none;
}

.header_1_view_mode .navbar-default .navbar-toggle .icon-bar {
    background-color:#fff;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border: none;
    margin: 0;
    background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#272c39;
}
/***mobile nav****/
@media screen and (max-width:768px) {
    .navbar-header {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin: 0 !important;
    }
    .navbar-header > div {
        flex-basis: 100%;
    }
    .navbar-default > .container-fluid {
        flex-wrap: wrap;
    }
    .navbar-default > .container-fluid > .navbar-collapse {
        overflow: visible;
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .navbar-default > .container-fluid {
        position: relative;
    }
    .search-trigger {
        padding: 15px;
    }
    .navbar-collapse .nav > li {
        border-bottom: 1px solid #e1e1e1;
    }
    .block-commerce-cart {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
	.header_1_view_mode .header-view-container{
		min-height: 380px;
	}
	.component--type-text-and-video .bs-region--top .text-container{
		padding: 2em 0 !important;
	}
}


/*search bar*/
#block-exposedformsearch-contentpage-1 {
  align-items: center;
  background: rgba(39,44,57,0.95);
  height: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: all 0.5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;

}
#block-exposedformsearch-contentpage-1:target {
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 999;
    top: 0;
    left: 0;
}
#block-exposedformsearch-contentpage-1:target .close-btn {
  display: block;
    font-size: 0;
}
#block-exposedformsearch-contentpage-1:target .close-btn:before {
    content: "\e014";
    position: relative;
    top: 10px;
    right: 10px;
    font-size: 20px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#searchbox {
  background: transparent;
  border: solid #fff;
  border-width: 0 0 1px 0;
  color: #fff;
  flex: 1 0 auto;
  font-size: 2rem;
  height: 2rem;
  max-width: 50%;
  outline: 0;
  padding: 2rem 1rem;
}
.close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
}
#block-exposedformsearch-contentpage-1.fade {
  height: 100vh;
  width: 100vw;
  transition: opacity 0.5s;
}
.search-trigger a {
    background: var(--secondary-color);
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    width: 40px;
    display: block;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#block-exposedformsearch-contentpage-1 label {
    display: none;
}
#block-exposedformsearch-contentpage-1 .form--inline {
    border-radius: 50px;
    background:var(--primary-color);
    border:4px solid #006e34;
    display: flex;
    justify-content: center;
    align-items: center;
}
#block-exposedformsearch-contentpage-1 input {
    min-width: 300px;
    color: #fff;
    text-indent: 30px;
}
#block-exposedformsearch-contentpage-1 input,
#block-exposedformsearch-contentpage-1 .btn {
    background:none;
    border: none;
    box-shadow: none;
    padding: 0;
}
#block-exposedformsearch-contentpage-1 .btn {
    font-size: 0;
    min-width: 20px;
    width: auto;
    margin-right: 30px;
}
#block-exposedformsearch-contentpage-1 .btn span {
    font-size: 14px;
}

/*alert*/
.alert-messages {
    margin: 0 auto;
    padding: 0;
    min-height: 0;
    float: none;
	display: block;
}
.alert-messages p {
    margin: 0 !important;
}
/* .region-alert-messages */
.field--name-field-alert-message {
    font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
    padding: 20px;
    text-align: center;
    z-index: 999;
    position: relative;
    background: url(/themes/custom/bot_custom/images/tile-menu-pattern.jpg) repeat center center;
}
.field--name-field-alert-message .button {
    margin: 4px 0;
}

/*view header*/
.header-four {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    color: #fff;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
.header-four .block-content {
    width: 100%;
}
.header-four .block-content .contextual-region {
    position: unset;
}

.header-four h1 {
    width:100%;
    position: relative;
    z-index: 200;
    max-width: 90%;
    margin: 0 auto;
    padding: 150px 15px 50px;
}
@media screen and (min-width: 1300px) {
    .header-four h1 {
        max-width: 1140px;
        padding-left: 0;
        padding-right: 0;
    }
}

.header-four h1:after {
    display: none;
}
/*.viewheader .region-content-top {
    margin-top: 0px;
    clear: both;
    background:#eaeaec;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
@media screen and (min-width:768px) {
    .viewheader .region-content-top {
        margin-top: 230px;
    }
}*/
.view-header-content-block {
    margin-left: -15px;
    margin-right: -15px;
    background: #f4f4f4;
    padding: 40px 30px;
}
.view-header-content-block .field--name-body {
        max-width: 1140px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
}
.view-header-content-block .field--name-body * {
    margin: 0;
}

.viewheader .region-content-top {
    clear: both;
}
.path-events .region-content-top {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 40px 0;
}
@media screen and (min-width:1300px) {
    .region-content-top {
        max-width: 1140px !important;
        margin: 0 auto;
    }
}
.path-events .region-content-top form label {
    position: relative;
    font-size: 22px;
    margin-right: 10px;
}
.path-events .region-content-top:before {
    background: #f4f4f4;
    height: 100%;
    display: flex;
    position: absolute;
    left: -200%;
    content: '';
    top: 0;
    width: 600%;
}
.block-facet-blockcategory-event-type-facet {
    position: relative;
}
body { overflow-x: hidden; }

.maintenance-page #navbar .container-fluid {
    position: relative;
    top: auto;
}
.maintenance-page .logo.navbar-btn img {
    filter: none;
}
.maintenance-page .main-container {
    max-width: 760px;
    padding: 5% 0;
}
.maintenance-page .navbar-brand {
    display: none;
}
.user-logged-in .view-header-content-block {
    display: none;
}
/* ADMIN IMAGE DISPLAY FIX */
.header-view-container .contextual-region {
    position: unset;
}
@media screen and (max-width:767px){
	.view-header-content-block {
		padding: 15px 30px;
	}
}
