/*For each rule in this file:
1. Does the HTML have any elements to which this rule would apply? If not, then the rule is not necessary. 
2. Is the rule redundant with other rules? If so, simplify that. 
3. If the HTML has elements to which this rule would apply, then is the rule overcomplicated? If so, then uncomplicate it. 
*/

.active-search-bar {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0
}

.active-search-bar .mv-homeRow {
    position: relative;
}

@media screen and (min-width: 48em) {
    .active-search-bar .mv-homeRow {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 460px;
    }
}



.active-search-bar .searchInput {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 50px;
    resize: none;
    white-space: pre-wrap;
    width: 100%;
    word-wrap: break-word
}

.active-search-bar .searchInput:focus {
    color: #fff;
    outline: none
}
@media screen and (min-width: 48em) {
    .active-search-bar .searchInput {
        font-size: 60px
    }
}

.active-search-bar .searchInput-icon {
    color: #fff;
    font-size: 175%;
    left: 5px;
    opacity: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.active-search-bar .has-searchInput {
    border-bottom: 4px solid #fff;
    margin: 0 auto;
    position: relative
}
@media screen and (min-width: 31.25em) {
    .active-search-bar .has-searchInput {
        width: 520px
    }
}

.active-search-bar .mbm {
    margin-bottom: 1.25em;
    margin-left: 10px;
    margin-right: 10px;
}

.active-search-bar .well1 {
    margin-bottom: 0.625em;
    margin-top: 0.625em
}
@media screen and (min-width: 48em) {
    .active-search-bar .well1 {
        margin-bottom: 1.25em;
        margin-top: 1.25em
    }
}


.active-search-bar .searchrow {
    overflow: hidden;
    padding: 0 0.625em
    position: relative;
    /*background: -webkit-linear-gradient(90deg, #52cae2,#6a61b3);
    background: linear-gradient(0deg, #52cae2, #6a61b3);*/
}

@media screen and (min-width: 48em) {
    .active-search-bar .searchrow {
        padding: 0 2.5em;
    }
}


.active-search-bar .mv-homeRow::before {
    /*background-image: url("img/bg1.jpg");*/
  /*  background-repeat: repeat;
    background-position: center;*/
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    /*FOLLOWING CODE TO ROTATE BACKGROUND IMAGE*/
   /* -webkit-transform: rotate(-15deg) scale(2.2);
    -ms-transform: rotate(-15deg) scale(2.2);
    transform: rotate(-15deg) scale(2.2);*/
    width: 100%
}
.active-search-bar .mv-homeRow.is-active .mv-homeRow-pin {
    opacity: 0;
    visibility: hidden
}
.active-search-bar .mv-homeRow-content {
    position: relative;
    text-align: center;
    z-index: 3;
}
.active-search-bar .mv-homeRow-text {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
}

.active-search-bar .content {
    clear: both;
    min-height: 100%
}

/*
.active-search-bar .list--divided>.list-item {
    border-bottom: 1px solid #e2e8e9;
    margin: 0;
    padding: 0.625em
}
@media screen and (min-width: 48em) {
    .active-search-bar .list--divided>.list-item {
        padding: 0.625em 1.25em
    }
}



.active-search-bar .list--numbered>.list-item+.list-item {
    border-top: 1px solid #e2e8e9
}

.active-search-bar .list--divided--s>.list-item {
    padding: 0.625em
}
.active-search-bar .list--divided--m>.list-item,
.active-search-bar .list--numbered--m>.list-item {
    padding: 1.25em
}
.active-search-bar .list--divided--l>.list-item {
    padding: 1.25em 0
}
@media screen and (min-width: 48em) {
    .active-search-bar .list--divided--l>.list-item {
        padding: 2.5em
    }
}
.active-search-bar .list--divided--f>.list-item {
    padding-left: 0;
    padding-right: 0
}


.active-search-bar .list--object>.list-item {
    float: left;
    margin-bottom: 0.625em;
    margin-right: 0.625em
}

*/

.active-search-bar .list-item--label {
    font-weight: bold;
    margin-right: 1.25em;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.0125em;
    text-transform: uppercase;
    color: #fff;
     /*USE FOR LIGHTER SHADE*/  /*color: #aebdc1;*/


}
@media screen and (min-width: 48em) {
    .active-search-bar .list-item--label {
        margin-top: 0.3125em;
        margin-bottom: 1.25em;
    }
}






/*.active-search-bar .dif--s {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }*/

/*
.active-search-bar .dn {
    display: none
}*/
/*
.active-search-bar .fxaib {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}
*/


/*.active-search-bar .ts90 {
    font-size: 90%
}*/

@media screen and (min-width: 48em) {
    .active-search-bar .tsl {
        font-size: 115%
    }
    .active-search-bar .tsxl {
        font-size: 130%
    }
    .active-search-bar .ts95--m {
        font-size: 95%
    }
}








/*.active-search-bar .label {
    color: #aebdc1;
    font-size: 75%;
    font-weight: 600;
    letter-spacing: 0.0125em;
    text-transform: uppercase
}
@media screen and (min-width: 48em) {
    .active-search-bar .label {
        margin-bottom: 1.25em
    }
}*/

/*.active-search-bar .tci {
    color: #fff
}*/

.active-search-bar .list--inlineFlex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 90%;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 0;
    margin-right: 1.25em;
    margin-right: 0;
    margin-right: 0.3125em;


}

/*.active-search-bar .list--inlineFlex>.list-item {
    margin-bottom: 0;
    margin-right: 1.25em
}*/
/*.active-search-bar .list--inlineFlex>.list-item:last-child {
    margin-right: 0
}*/
/*.active-search-bar .list--inlineFlex--xs>.list-item {
    margin-right: 0.3125em
}*/
@media screen and (min-width: 48em) {
    .active-search-bar .list--inlineFlex>.list-item {
        margin-right: 0.625em
    }
    .active-search-bar .list--inlineFlex>.list-item{
        text-align: center
    }
    .active-search-bar .list--inlineFlex>.list-item{
        text-align: left;
    }
    .active-search-bar .list--inlineFlex>.list-item{
        text-align: right
    }
}


/*
.active-search-bar .list--object--m>.list-item {
    margin-bottom: 1.25em;
    margin-right: 1.25em
}
.active-search-bar .list--object--m>.list-item:last-child {
    margin-right: 0
}
.active-search-bar .list--object--l>.list-item {
    margin-bottom: 1.25em;
    margin-right: 1.25em
}
@media screen and (min-width: 64em) {
    .active-search-bar .list--object--l>.list-item {
        margin-bottom: 2.5em;
        margin-right: 2.5em
    }
}

.active-search-bar .list--object--single .list-item {
    margin-bottom: 0
}

.active-search-bar .list--styled .list-item {
    display: list-item
}

.active-search-bar .list--l>.list-item {
    margin-bottom: 2.5em
}*/
.active-search-bar .list-item {
    display: block
}

.active-search-bar {
    /*background: #f6f8f8;*/
    color: #393d40;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    font-feature-settings: "kern";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    min-height: 100%;
    position: relative
    font-size: 100%
}







/*@media screen and (min-width: 48em) {
    body {
        margin-bottom: 33.25em
    }
}
@media screen and (min-width: 68.75em) {
    body {
        margin-bottom: 21.5625em
    }
}`*/
.active-search-bar dl,
.active-search-bar ul,
.active-search-bar ol,
.active-search-bar p {
    margin-bottom: 1.25em;
    margin-top: 0
}
.active-search-bar dd,
.active-search-bar li {
    margin-bottom: 0.625em;
    margin-top: 0
}
.active-search-bar dd {
    margin-left: 0
}
.active-search-bar li,
.active-search-bar p {
    font-size: 90%
}
@media screen and (min-width: 48em) {
    .active-search-bar li,
    .active-search-bar p {
        font-size: 100%
    }
}

.active-search-bar h1,
.active-search-bar h2,
.active-search-bar h3,
.active-search-bar h4,
.active-search-bar .h {
    color: #575a5b;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0.3125em;
    margin-top: 0
}

.active-search-bar a,
.active-search-bar .link {
    color: #21abc7;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.active-search-bar .icn--search::before,
.active-search-bar .search.is-empty .search-icn::before,
.active-search-bar .search-icn::before,
.active-search-bar .searchInput-icon::before,
.active-search-bar .icn--search--after::after {
    /*content: "\f150"*/
    content: "\f002";
}





.active-search-bar .tag {
    /*background: #21abc7;*/
    border: 1px solid #e2e8e9;
  /*  border-color: transparent;*/
    border-radius: 3px;
    font-size: 75%;
    font-weight: 600;
    padding: 0.3125em 0.9375em;
    z-index: 2;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    opacity: 0.75;
    text-transform: none;


}
/*
.active-search-bar .tag--invert {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}*/


.active-search-bar .tag:active,
.active-search-bar .tag:focus,
.active-search-bar .tag:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
    opacity: 1;
}

.searchInput-icon::before{
    /*font-family: icons;*/
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.9em;
}






/*.active-search-bar .tag--invert--full {
    border-color: #fff
}

*/
/*.active-search-bar .tag--invert.is-active,
.active-search-bar .tag--invert.is-active:hover,
.active-search-bar .tag--invert.is-active:focus {
    background: transparent;
    border-color: #fff;
    color: #fff
}*/

/*.active-search-bar .optq {
    opacity: 0.75
}*/

/*.active-search-bar .opf-h:active,
.active-search-bar .opf-h:focus,
.active-search-bar .opf-h:hover {
    opacity: 1
}
*/

/*.active-search-bar .ttn {
    text-transform: none
}*/
