.mm-menu, .mm-panels, .mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
}
.mm-btn, .mm-menu {
    box-sizing: border-box;
}
.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none;
}
.mm-hidden {
    display: none!important;
}
.mm-menu, .mm-panels>.mm-panel:not(.mm-hidden) {
    display: block;
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}
.mm-menu {
    padding: 0;
    position: absolute;
}
.mm-panels, .mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
}
.mm-btn, .mm-panel.mm-highest {
    z-index: 1;
}
.mm-panels {
    overflow: hidden;
}
.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}
.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
}
.mm-listview .mm-divider, .mm-listview>li>a, .mm-listview>li>span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px;
}
.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
    content: "";
    display: block;
    height: 20px;
}
.mm-vertical .mm-panel {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
}
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}
.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent;
}
.mm-vertical li.mm-opened>.mm-panel, li.mm-vertical.mm-opened>.mm-panel {
    display: block;
}
.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto;
}
.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto;
}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after, .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px;
}
.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
}
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}
.mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}
.mm-arrow:after, .mm-next:after, .mm-prev:before {
    content: "";
    border: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 23px;
}
.mm-arrow:after, .mm-next:after {
    border-top: none;
    border-left: none;
    right: 23px;
}
.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.mm-navbar>* {
    display: block;
    padding: 10px 0;
}
.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0;
}
.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0;
}
.mm-panel .mm-navbar {
    display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
}
.mm-listview, .mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px;
}
.mm-listview>li {
    position: relative;
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
    border-color: inherit;
}
.mm-listview>li>a, .mm-listview>li>span {
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}
.mm-listview>li>a.mm-arrow, .mm-listview>li>span.mm-arrow {
    padding-right: 50px;
}
.mm-listview>li:not(.mm-divider):after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 20px;
}
.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.mm-listview .mm-next:before {
    content: "";
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.mm-listview .mm-next+a, .mm-listview .mm-next+span {
    margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
    width: 100%}
.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen+a, .mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0;
}
.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px;
}
.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px;
}
.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0;
}
.mm-listview .mm-inset>li {
    padding: 5px 0;
}
.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}
.mm-listview .mm-spacer {
    padding-top: 40px;
}
.mm-listview .mm-spacer>.mm-next {
    top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px;
}
.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .7);
}
.mm-menu .mm-navbar>*, .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, .3);
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3);
}
.mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, .1);
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3);
}
.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: hsla(0, 0%, 100%, .5);
}
.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
    background: hsla(0, 0%, 100%, .5);
}
.mm-menu .mm-divider, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05);
}
.mm-page {
    box-sizing: border-box;
    position: relative;
}
.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1;
}
html.mm-opened {
    overflow-x: hidden;
    position: relative;
}
html.mm-blocking, html.mm-blocking body {
    overflow: hidden;
}
html.mm-background .mm-page {
    background: inherit;
}
#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
html.mm-blocking #mm-blocker {
    display: block;
}
.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}
.mm-menu.mm-offcanvas.mm-current {
    display: block;
}
html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media (max-width:175px) {
    html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}
}@media (min-width:550px) {
    html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
}
}.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
    max-height: 80%}
.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
    max-height: 100%}
.mm-menu.mm-measureheight .mm-panel {
    display: block!important;
}
.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
    bottom: auto!important;
    height: auto!important;
}
.mm-menu.mm-columns {
    -webkit-transition-property: width, max-width, -webkit-transform;
    transition-property: width, max-width, -webkit-transform;
    transition-property: transform, width, max-width;
    transition-property: transform, width, max-width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels>.mm-panel {
    width: 100%;
    right: auto;
    display: none;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform;
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
    border-right: 1px solid;
    border-color: inherit;
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 2;
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
    display: block;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-0 {
    width: 80%;
    min-width: 140px;
    max-width: 0;
}
html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media (max-width:175px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}
}@media (min-width:0px) {
    html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
    display: block;
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-1 {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}
html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media (max-width:175px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}
}@media (min-width:550px) {
    html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
}
}.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
    width: 100%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
    display: block;
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-2 {
    width: 80%;
    min-width: 140px;
    max-width: 880px;
}
html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media (max-width:175px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}
}@media (min-width:1100px) {
    html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
}
}.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
    width: 50%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
    display: block;
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-3 {
    width: 80%;
    min-width: 140px;
    max-width: 1320px;
}
html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media (max-width:175px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}
}@media (min-width:1650px) {
    html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
}
}.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
    width: 33.34%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
    display: block;
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-4 {
    width: 80%;
    min-width: 140px;
    max-width: 1760px;
}
html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media (max-width:175px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}
}@media (min-width:2200px) {
    html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
}
}.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
    width: 25%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0);
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
    display: block;
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-5 {
    width: 80%;
    min-width: 140px;
    max-width: 2200px;
}
html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media (max-width:175px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}
}@media (min-width:2750px) {
    html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0);
}
}.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
    width: 20%}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
    -webkit-transform: translate3d(600%, 0, 0);
    transform: translate3d(600%, 0, 0);
}
.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
    display: block;
    -webkit-transform: translate3d(700%, 0, 0);
    transform: translate3d(700%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-columns-6 {
    width: 80%;
    min-width: 140px;
    max-width: 2640px;
}
html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}
@media (max-width:175px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}
}@media (min-width:3300px) {
    html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0);
}
}.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
    width: 16.67%}
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 45px;
    top: 50%}
em.mm-counter+a.mm-next {
    width: 90px;
}
em.mm-counter+a.mm-next+a, em.mm-counter+a.mm-next+span {
    margin-right: 90px;
}
em.mm-counter+a.mm-fullsubopen {
    padding-left: 0;
}
.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0;
}
.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px;
}
.mm-nosubresults>.mm-counter {
    display: none;
}
.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3);
}
.mm-divider>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}
.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-fixeddivider:after {
    content: none!important;
    display: none!important;
}
.mm-hasdividers .mm-fixeddivider {
    display: block;
}
.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05);
}
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.mm-menu.mm-dropdown {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%}
html.mm-dropdown .mm-slideout {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    z-index: 0;
}
html.mm-dropdown #mm-blocker {
    -webkit-transition-delay: 0s!important;
    transition-delay: 0s!important;
    z-index: 1;
}
html.mm-dropdown .mm-menu {
    z-index: 2;
}
html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
    display: none;
}
.mm-menu.mm-tip:before {
    content: "";
    background: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-menu.mm-tipleft:before {
    left: 22px;
}
.mm-menu.mm-tipright:before {
    right: 22px;
}
.mm-menu.mm-tiptop:before {
    top: -8px;
}
.mm-menu.mm-tipbottom:before {
    bottom: -8px;
}
.mm-iconpanel .mm-panel {
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform;
}
.mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
    left: 0;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
    left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
    left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
    left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
    left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
    left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
    left: 240px;
}
.mm-subblocker {
    background: inherit;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
.mm-subopened .mm-subblocker {
    opacity: .6;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -100000px;
    left: 0;
    z-index: 3;
}
.mm-navbar-bottom, .mm-navbar-top~.mm-navbar-top {
    border-bottom: none;
}
.mm-menu>.mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    top: auto;
    bottom: 0;
}
.mm-navbar-bottom~.mm-navbar-bottom {
    border-top: none;
}
.mm-navbar.mm-hasbtns {
    padding: 0 40px;
}
.mm-navbar[class*=mm-navbar-content-]>* {
    box-sizing: border-box;
    display: block;
    float: left;
}
.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px;
}
.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px;
}
.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0;
}
.mm-navbar-top-1 {
    top: 0;
}
.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
    top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
    top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
    top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
    top: 160px;
}
.mm-navbar-bottom-1 {
    bottom: 0;
}
.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
    bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
    bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
    bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px;
}
.mm-navbar-size-2 {
    height: 80px;
}
.mm-navbar-size-3 {
    height: 120px;
}
.mm-navbar-size-4 {
    height: 160px;
}
.mm-navbar-content-2>* {
    width: 50%}
.mm-navbar-content-3>* {
    width: 33.33%}
.mm-navbar-content-4>* {
    width: 25%}
.mm-navbar-content-5>* {
    width: 20%}
.mm-navbar-content-6>* {
    width: 16.67%}
.mm-sronly {
    text-indent: 10px;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1;
}
.mm-search, .mm-search input {
    box-sizing: border-box;
}
.mm-search {
    height: 40px;
    padding: 7px 10px 0;
    position: relative;
}
.mm-search input {
    border: none!important;
    outline: 0!important;
    box-shadow: none!important;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    display: block;
    width: 100%;
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    margin: 0;
    padding: 0 10px;
}
.mm-search input::-ms-clear {
    display: none;
}
.mm-search .mm-clear, .mm-search .mm-next {
    right: 0;
}
.mm-panel>.mm-search {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mm-panel.mm-hassearch {
    padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
    top: 40px;
}
.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    padding: 40px 0;
}
.mm-noresults .mm-indexer {
    display: none!important;
}
li.mm-nosubresults>a.mm-next {
    display: none;
}
li.mm-nosubresults>a.mm-next+a, li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px;
}
.mm-panels>.mm-resultspanel:not(.mm-opened) {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .7);
}
.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3);
}
.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100px;
    z-index: 3;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%}
.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
    right: 0;
}
.mm-hasindexer .mm-fixeddivider {
    right: 20px;
}
.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, .3);
}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
    -webkit-transition: background .4s ease;
    transition: background .4s ease;
}
.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: hsla(0, 0%, 100%, .5);
}
input.mm-check, input.mm-toggle {
    position: absolute;
    left: -10000px;
}
label.mm-check, label.mm-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 20px;
}
label.mm-check:before, label.mm-toggle:before {
    content: "";
    display: block;
}
label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-top: -15px;
}
label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px;
}
input.mm-toggle:checked~label.mm-toggle:before {
    float: right;
}
label.mm-check {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}
label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input.mm-check:checked~label.mm-check:before {
    opacity: 1;
}
li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
    bottom: auto;
    margin-top: 0;
    top: 5px;
}
label.mm-toggle+a, label.mm-toggle+span {
    padding-right: 80px;
}
label.mm-check+a, label.mm-check+span {
    padding-right: 60px;
}
a.mm-next+label.mm-check, a.mm-next+label.mm-toggle {
    right: 60px;
}
a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span, a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
    margin-right: 50px;
}
a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
    padding-right: 70px;
}
a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span {
    padding-right: 50px;
}
em.mm-counter+a.mm-next+label.mm-check, em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px;
}
em.mm-counter+a.mm-next+label.mm-check+a, em.mm-counter+a.mm-next+label.mm-check+span, em.mm-counter+a.mm-next+label.mm-toggle+a, em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px;
}
.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .1);
}
.mm-menu label.mm-toggle:before {
    background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}
.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, .7);
}
.mm-listview.mm-border-none>li:after, .mm-menu.mm-border-none .mm-listview>li:after {
    content: none;
}
.mm-listview.mm-border-full>li:after, .mm-menu.mm-border-full .mm-listview>li:after {
    left: 0!important;
}
.mm-listview.mm-border-offset>li:after, .mm-menu.mm-border-offset .mm-listview>li:after {
    right: 20px;
}
.mm-menu.mm-effect-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7) translate3d(-30%, 0, 0);
    transform: scale(.7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7) translate3d(30%, 0, 0);
    transform: scale(.7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.mm-menu.mm-effect-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-menu.mm-effect-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
    opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
    -webkit-transform: scale(1.5) translate3d(100%, 0, 0);
    transform: scale(1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7) translate3d(-30%, 0, 0);
    transform: scale(.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
    -webkit-transition: none .4s ease;
    transition: none .4s ease;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:first-child {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
    -webkit-transition-delay: .55s;
    transition-delay: .55s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
    -webkit-transition-delay: .65s;
    transition-delay: .65s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
    -webkit-transition-delay: .75s;
    transition-delay: .75s;
}
.mm-menu.mm-effect-listitems-slide .mm-listview>li {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview>li {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview>li {
    -webkit-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
    opacity: 1;
    top: 0;
}
.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
@media (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
}
}@media (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
}
}html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
@media (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
}
}@media (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
}
}.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none!important;
}
.mm-menu.mm-justified-listview .mm-panels>.mm-panel:after, .mm-menu.mm-justified-listview .mm-panels>.mm-panel:before, .mm-menu .mm-panels>.mm-panel.mm-justified-listview:after, .mm-menu .mm-panels>.mm-panel.mm-justified-listview:before {
    content: none;
    display: none;
}
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview, .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider), .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
}
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span, .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span {
    box-sizing: border-box;
    height: 100%}
.mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before, .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0;
}
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a, .mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span, .mm-menu.mm-multiline .mm-listview>li>a, .mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal;
}
html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
    opacity: 0;
}
html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s;
}
html.mm-pagedim #mm-blocker {
    background: inherit;
}
html.mm-pagedim-white #mm-blocker {
    background: #fff;
}
html.mm-pagedim-black #mm-blocker {
    background: #000;
}
.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%}
.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after {
    content: none;
    display: none;
}
.mm-menu.mm-popup {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
html.mm-popup.mm-opening .mm-menu.mm-popup {
    opacity: 1;
}
html.mm-popup .mm-slideout {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    z-index: 0;
}
html.mm-popup #mm-blocker {
    -webkit-transition-delay: 0s!important;
    transition-delay: 0s!important;
    z-index: 1;
}
html.mm-popup .mm-menu {
    z-index: 2;
}
.mm-menu.mm-offcanvas.mm-right {
    left: auto;
    right: 0;
}
html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
}
@media (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
}
}@media (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
}
}html.mm-front .mm-slideout {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    z-index: 0;
}
html.mm-front #mm-blocker {
    z-index: 1;
}
html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2;
}
.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-offcanvas.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-offcanvas.mm-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto;
    bottom: 0;
}
.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .15);
    color: hsla(0, 0%, 100%, .8);
}
.mm-menu.mm-theme-dark .mm-navbar>*, .mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark em.mm-counter {
    color: hsla(0, 0%, 100%, .4);
}
.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
    border-color: hsla(0, 0%, 100%, .4);
}
.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, .15);
}
.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: hsla(0, 0%, 100%, .4);
}
.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1);
}
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1);
}
.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: hsla(0, 0%, 100%, .05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: hsla(0, 0%, 100%, .8);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}
.mm-menu.mm-theme-dark .mm-search input {
    background: hsla(0, 0%, 100%, .3);
    color: hsla(0, 0%, 100%, .8);
}
.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: hsla(0, 0%, 100%, .4);
}
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .1);
}
.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}
.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6);
}
.mm-menu.mm-theme-white .mm-navbar>*, .mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3);
}
.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3);
}
.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1);
}
.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3);
}
.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05);
}
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05);
}
.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .03);
}
.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6);
}
.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3);
}
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .05);
}
.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff;
}
.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}
.mm-menu.mm-theme-black {
    background: #000;
    border-color: hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .6);
}
.mm-menu.mm-theme-black .mm-navbar>*, .mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black em.mm-counter {
    color: hsla(0, 0%, 100%, .4);
}
.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
    border-color: hsla(0, 0%, 100%, .4);
}
.mm-menu.mm-theme-black .mm-listview {
    border-color: hsla(0, 0%, 100%, .2);
}
.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: hsla(0, 0%, 100%, .4);
}
.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    tap-highlight-color: hsla(0, 0%, 100%, .3);
}
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: hsla(0, 0%, 100%, .3);
}
.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: hsla(0, 0%, 100%, .2);
}
.mm-menu.mm-theme-black label.mm-check:before {
    border-color: hsla(0, 0%, 100%, .6);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none;
}
.mm-menu.mm-theme-black .mm-search input {
    background: hsla(0, 0%, 100%, .3);
    color: hsla(0, 0%, 100%, .6);
}
.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
    color: hsla(0, 0%, 100%, .4);
}
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: hsla(0, 0%, 100%, .3);
}
.mm-menu.mm-theme-black label.mm-toggle {
    background: hsla(0, 0%, 100%, .2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000;
}
.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}
.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
    content: "";
    display: block;
    clear: both;
}
.mm-menu .mm-tileview.mm-listview>li>.mm-next:after, .mm-menu.mm-tileview .mm-listview>li>.mm-next:after, .mm-menu .mm-tileview.mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none;
}
.mm-menu .mm-tileview.mm-listview>li, .mm-menu.mm-tileview .mm-listview>li {
    width: 50%;
    height: 0;
    padding: 50% 0 0;
    float: left;
    position: relative;
}
.mm-menu .mm-tileview.mm-listview>li:after, .mm-menu.mm-tileview .mm-listview>li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1;
}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-s, .mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
    width: 25%;
    padding-top: 25%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-l, .mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
    width: 75%;
    padding-top: 75%}
.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
    width: 100%;
    padding-top: 100%}
.mm-menu .mm-tileview.mm-listview>li>a, .mm-menu.mm-tileview .mm-listview>li>a, .mm-menu .mm-tileview.mm-listview>li>span, .mm-menu.mm-tileview .mm-listview>li>span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0;
}
.mm-menu .mm-tileview.mm-listview>li>.mm-next, .mm-menu.mm-tileview .mm-listview>li>.mm-next {
    width: auto;
}
.mm-menu.mm-tileview .mm-panel {
    padding-left: 0;
    padding-right: 0;
}
.mm-menu.mm-tileview .mm-listview {
    margin: 0;
}
.bootstrap-dialog .modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
    color: #fff;
    display: inline-block;
    font-size: 16px;
}
.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 14px;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
    margin-right: 3px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
    font-size: 20px;
    float: right;
    opacity: .9;
    filter: alpha(opacity=90);
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}
.bootstrap-dialog.type-default .modal-header {
    background-color: #fff;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
    color: #333;
}
.bootstrap-dialog.type-info .modal-header {
    background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
    background-color: #337ab7;
}
.bootstrap-dialog.type-success .modal-header {
    background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
    background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
    background-color: #d9534f;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
    font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
    font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
    font-size: 18px;
}
.bootstrap-dialog .icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-moz-keyframes spin {
    0% {
    -moz-transform: rotate(0deg);
}
to {
    -moz-transform: rotate(359deg);
}
}@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(359deg);
}
}@-o-keyframes spin {
    0% {
    -o-transform: rotate(0deg);
}
to {
    -o-transform: rotate(359deg);
}
}@-ms-keyframes spin {
    0% {
    -ms-transform: rotate(0deg);
}
to {
    -ms-transform: rotate(359deg);
}
}@keyframes spin {
    0% {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1,  CSS: MIT License)
 */@font-face {
    font-family: FontAwesome;
    src: url(../assets/fonts/fontawesome-webfont.eot);
    src: url(../assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(../assets/fonts/fontawesome-webfont.woff2) format("woff2"), url(../assets/fonts/fontawesome-webfont.woff) format("woff"), url(../assets/fonts/fontawesome-webfont.ttf) format("truetype"), url(../assets/svg/fontawesome-webfont.29800836.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0);
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}@keyframes fa-spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
}
}.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000"}
.fa-music:before {
    content: "\f001"}
.fa-search:before {
    content: "\f002"}
.fa-envelope-o:before {
    content: "\f003"}
.fa-heart:before {
    content: "\f004"}
.fa-star:before {
    content: "\f005"}
.fa-star-o:before {
    content: "\f006"}
.fa-user:before {
    content: "\f007"}
.fa-film:before {
    content: "\f008"}
.fa-th-large:before {
    content: "\f009"}
.fa-th:before {
    content: "\f00a"}
.fa-th-list:before {
    content: "\f00b"}
.fa-check:before {
    content: "\f00c"}
.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"}
.fa-search-plus:before {
    content: "\f00e"}
.fa-search-minus:before {
    content: "\f010"}
.fa-power-off:before {
    content: "\f011"}
.fa-signal:before {
    content: "\f012"}
.fa-cog:before, .fa-gear:before {
    content: "\f013"}
.fa-trash-o:before {
    content: "\f014"}
.fa-home:before {
    content: "\f015"}
.fa-file-o:before {
    content: "\f016"}
.fa-clock-o:before {
    content: "\f017"}
.fa-road:before {
    content: "\f018"}
.fa-download:before {
    content: "\f019"}
.fa-arrow-circle-o-down:before {
    content: "\f01a"}
.fa-arrow-circle-o-up:before {
    content: "\f01b"}
.fa-inbox:before {
    content: "\f01c"}
.fa-play-circle-o:before {
    content: "\f01d"}
.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"}
.fa-refresh:before {
    content: "\f021"}
.fa-list-alt:before {
    content: "\f022"}
.fa-lock:before {
    content: "\f023"}
.fa-flag:before {
    content: "\f024"}
.fa-headphones:before {
    content: "\f025"}
.fa-volume-off:before {
    content: "\f026"}
.fa-volume-down:before {
    content: "\f027"}
.fa-volume-up:before {
    content: "\f028"}
.fa-qrcode:before {
    content: "\f029"}
.fa-barcode:before {
    content: "\f02a"}
.fa-tag:before {
    content: "\f02b"}
.fa-tags:before {
    content: "\f02c"}
.fa-book:before {
    content: "\f02d"}
.fa-bookmark:before {
    content: "\f02e"}
.fa-print:before {
    content: "\f02f"}
.fa-camera:before {
    content: "\f030"}
.fa-font:before {
    content: "\f031"}
.fa-bold:before {
    content: "\f032"}
.fa-italic:before {
    content: "\f033"}
.fa-text-height:before {
    content: "\f034"}
.fa-text-width:before {
    content: "\f035"}
.fa-align-left:before {
    content: "\f036"}
.fa-align-center:before {
    content: "\f037"}
.fa-align-right:before {
    content: "\f038"}
.fa-align-justify:before {
    content: "\f039"}
.fa-list:before {
    content: "\f03a"}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"}
.fa-indent:before {
    content: "\f03c"}
.fa-video-camera:before {
    content: "\f03d"}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"}
.fa-pencil:before {
    content: "\f040"}
.fa-map-marker:before {
    content: "\f041"}
.fa-adjust:before {
    content: "\f042"}
.fa-tint:before {
    content: "\f043"}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"}
.fa-share-square-o:before {
    content: "\f045"}
.fa-check-square-o:before {
    content: "\f046"}
.fa-arrows:before {
    content: "\f047"}
.fa-step-backward:before {
    content: "\f048"}
.fa-fast-backward:before {
    content: "\f049"}
.fa-backward:before {
    content: "\f04a"}
.fa-play:before {
    content: "\f04b"}
.fa-pause:before {
    content: "\f04c"}
.fa-stop:before {
    content: "\f04d"}
.fa-forward:before {
    content: "\f04e"}
.fa-fast-forward:before {
    content: "\f050"}
.fa-step-forward:before {
    content: "\f051"}
.fa-eject:before {
    content: "\f052"}
.fa-chevron-left:before {
    content: "\f053"}
.fa-chevron-right:before {
    content: "\f054"}
.fa-plus-circle:before {
    content: "\f055"}
.fa-minus-circle:before {
    content: "\f056"}
.fa-times-circle:before {
    content: "\f057"}
.fa-check-circle:before {
    content: "\f058"}
.fa-question-circle:before {
    content: "\f059"}
.fa-info-circle:before {
    content: "\f05a"}
.fa-crosshairs:before {
    content: "\f05b"}
.fa-times-circle-o:before {
    content: "\f05c"}
.fa-check-circle-o:before {
    content: "\f05d"}
.fa-ban:before {
    content: "\f05e"}
.fa-arrow-left:before {
    content: "\f060"}
.fa-arrow-right:before {
    content: "\f061"}
.fa-arrow-up:before {
    content: "\f062"}
.fa-arrow-down:before {
    content: "\f063"}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"}
.fa-expand:before {
    content: "\f065"}
.fa-compress:before {
    content: "\f066"}
.fa-plus:before {
    content: "\f067"}
.fa-minus:before {
    content: "\f068"}
.fa-asterisk:before {
    content: "\f069"}
.fa-exclamation-circle:before {
    content: "\f06a"}
.fa-gift:before {
    content: "\f06b"}
.fa-leaf:before {
    content: "\f06c"}
.fa-fire:before {
    content: "\f06d"}
.fa-eye:before {
    content: "\f06e"}
.fa-eye-slash:before {
    content: "\f070"}
.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"}
.fa-plane:before {
    content: "\f072"}
.fa-calendar:before {
    content: "\f073"}
.fa-random:before {
    content: "\f074"}
.fa-comment:before {
    content: "\f075"}
.fa-magnet:before {
    content: "\f076"}
.fa-chevron-up:before {
    content: "\f077"}
.fa-chevron-down:before {
    content: "\f078"}
.fa-retweet:before {
    content: "\f079"}
.fa-shopping-cart:before {
    content: "\f07a"}
.fa-folder:before {
    content: "\f07b"}
.fa-folder-open:before {
    content: "\f07c"}
.fa-arrows-v:before {
    content: "\f07d"}
.fa-arrows-h:before {
    content: "\f07e"}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"}
.fa-twitter-square:before {
    content: "\f081"}
.fa-facebook-square:before {
    content: "\f082"}
.fa-camera-retro:before {
    content: "\f083"}
.fa-key:before {
    content: "\f084"}
.fa-cogs:before, .fa-gears:before {
    content: "\f085"}
.fa-comments:before {
    content: "\f086"}
.fa-thumbs-o-up:before {
    content: "\f087"}
.fa-thumbs-o-down:before {
    content: "\f088"}
.fa-star-half:before {
    content: "\f089"}
.fa-heart-o:before {
    content: "\f08a"}
.fa-sign-out:before {
    content: "\f08b"}
.fa-linkedin-square:before {
    content: "\f08c"}
.fa-thumb-tack:before {
    content: "\f08d"}
.fa-external-link:before {
    content: "\f08e"}
.fa-sign-in:before {
    content: "\f090"}
.fa-trophy:before {
    content: "\f091"}
.fa-github-square:before {
    content: "\f092"}
.fa-upload:before {
    content: "\f093"}
.fa-lemon-o:before {
    content: "\f094"}
.fa-phone:before {
    content: "\f095"}
.fa-square-o:before {
    content: "\f096"}
.fa-bookmark-o:before {
    content: "\f097"}
.fa-phone-square:before {
    content: "\f098"}
.fa-twitter:before {
    content: "\f099"}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"}
.fa-github:before {
    content: "\f09b"}
.fa-unlock:before {
    content: "\f09c"}
.fa-credit-card:before {
    content: "\f09d"}
.fa-rss:before {
    content: "\f09e"}
.fa-hdd-o:before {
    content: "\f0a0"}
.fa-bullhorn:before {
    content: "\f0a1"}
.fa-bell:before {
    content: "\f0f3"}
.fa-certificate:before {
    content: "\f0a3"}
.fa-hand-o-right:before {
    content: "\f0a4"}
.fa-hand-o-left:before {
    content: "\f0a5"}
.fa-hand-o-up:before {
    content: "\f0a6"}
.fa-hand-o-down:before {
    content: "\f0a7"}
.fa-arrow-circle-left:before {
    content: "\f0a8"}
.fa-arrow-circle-right:before {
    content: "\f0a9"}
.fa-arrow-circle-up:before {
    content: "\f0aa"}
.fa-arrow-circle-down:before {
    content: "\f0ab"}
.fa-globe:before {
    content: "\f0ac"}
.fa-wrench:before {
    content: "\f0ad"}
.fa-tasks:before {
    content: "\f0ae"}
.fa-filter:before {
    content: "\f0b0"}
.fa-briefcase:before {
    content: "\f0b1"}
.fa-arrows-alt:before {
    content: "\f0b2"}
.fa-group:before, .fa-users:before {
    content: "\f0c0"}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"}
.fa-cloud:before {
    content: "\f0c2"}
.fa-flask:before {
    content: "\f0c3"}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"}
.fa-paperclip:before {
    content: "\f0c6"}
.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"}
.fa-square:before {
    content: "\f0c8"}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"}
.fa-list-ul:before {
    content: "\f0ca"}
.fa-list-ol:before {
    content: "\f0cb"}
.fa-strikethrough:before {
    content: "\f0cc"}
.fa-underline:before {
    content: "\f0cd"}
.fa-table:before {
    content: "\f0ce"}
.fa-magic:before {
    content: "\f0d0"}
.fa-truck:before {
    content: "\f0d1"}
.fa-pinterest:before {
    content: "\f0d2"}
.fa-pinterest-square:before {
    content: "\f0d3"}
.fa-google-plus-square:before {
    content: "\f0d4"}
.fa-google-plus:before {
    content: "\f0d5"}
.fa-money:before {
    content: "\f0d6"}
.fa-caret-down:before {
    content: "\f0d7"}
.fa-caret-up:before {
    content: "\f0d8"}
.fa-caret-left:before {
    content: "\f0d9"}
.fa-caret-right:before {
    content: "\f0da"}
.fa-columns:before {
    content: "\f0db"}
.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"}
.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"}
.fa-envelope:before {
    content: "\f0e0"}
.fa-linkedin:before {
    content: "\f0e1"}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"}
.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"}
.fa-comment-o:before {
    content: "\f0e5"}
.fa-comments-o:before {
    content: "\f0e6"}
.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"}
.fa-sitemap:before {
    content: "\f0e8"}
.fa-umbrella:before {
    content: "\f0e9"}
.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"}
.fa-lightbulb-o:before {
    content: "\f0eb"}
.fa-exchange:before {
    content: "\f0ec"}
.fa-cloud-download:before {
    content: "\f0ed"}
.fa-cloud-upload:before {
    content: "\f0ee"}
.fa-user-md:before {
    content: "\f0f0"}
.fa-stethoscope:before {
    content: "\f0f1"}
.fa-suitcase:before {
    content: "\f0f2"}
.fa-bell-o:before {
    content: "\f0a2"}
.fa-coffee:before {
    content: "\f0f4"}
.fa-cutlery:before {
    content: "\f0f5"}
.fa-file-text-o:before {
    content: "\f0f6"}
.fa-building-o:before {
    content: "\f0f7"}
.fa-hospital-o:before {
    content: "\f0f8"}
.fa-ambulance:before {
    content: "\f0f9"}
.fa-medkit:before {
    content: "\f0fa"}
.fa-fighter-jet:before {
    content: "\f0fb"}
.fa-beer:before {
    content: "\f0fc"}
.fa-h-square:before {
    content: "\f0fd"}
.fa-plus-square:before {
    content: "\f0fe"}
.fa-angle-double-left:before {
    content: "\f100"}
.fa-angle-double-right:before {
    content: "\f101"}
.fa-angle-double-up:before {
    content: "\f102"}
.fa-angle-double-down:before {
    content: "\f103"}
.fa-angle-left:before {
    content: "\f104"}
.fa-angle-right:before {
    content: "\f105"}
.fa-angle-up:before {
    content: "\f106"}
.fa-angle-down:before {
    content: "\f107"}
.fa-desktop:before {
    content: "\f108"}
.fa-laptop:before {
    content: "\f109"}
.fa-tablet:before {
    content: "\f10a"}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"}
.fa-circle-o:before {
    content: "\f10c"}
.fa-quote-left:before {
    content: "\f10d"}
.fa-quote-right:before {
    content: "\f10e"}
.fa-spinner:before {
    content: "\f110"}
.fa-circle:before {
    content: "\f111"}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"}
.fa-github-alt:before {
    content: "\f113"}
.fa-folder-o:before {
    content: "\f114"}
.fa-folder-open-o:before {
    content: "\f115"}
.fa-smile-o:before {
    content: "\f118"}
.fa-frown-o:before {
    content: "\f119"}
.fa-meh-o:before {
    content: "\f11a"}
.fa-gamepad:before {
    content: "\f11b"}
.fa-keyboard-o:before {
    content: "\f11c"}
.fa-flag-o:before {
    content: "\f11d"}
.fa-flag-checkered:before {
    content: "\f11e"}
.fa-terminal:before {
    content: "\f120"}
.fa-code:before {
    content: "\f121"}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"}
.fa-location-arrow:before {
    content: "\f124"}
.fa-crop:before {
    content: "\f125"}
.fa-code-fork:before {
    content: "\f126"}
.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"}
.fa-question:before {
    content: "\f128"}
.fa-info:before {
    content: "\f129"}
.fa-exclamation:before {
    content: "\f12a"}
.fa-superscript:before {
    content: "\f12b"}
.fa-subscript:before {
    content: "\f12c"}
.fa-eraser:before {
    content: "\f12d"}
.fa-puzzle-piece:before {
    content: "\f12e"}
.fa-microphone:before {
    content: "\f130"}
.fa-microphone-slash:before {
    content: "\f131"}
.fa-shield:before {
    content: "\f132"}
.fa-calendar-o:before {
    content: "\f133"}
.fa-fire-extinguisher:before {
    content: "\f134"}
.fa-rocket:before {
    content: "\f135"}
.fa-maxcdn:before {
    content: "\f136"}
.fa-chevron-circle-left:before {
    content: "\f137"}
.fa-chevron-circle-right:before {
    content: "\f138"}
.fa-chevron-circle-up:before {
    content: "\f139"}
.fa-chevron-circle-down:before {
    content: "\f13a"}
.fa-html5:before {
    content: "\f13b"}
.fa-css3:before {
    content: "\f13c"}
.fa-anchor:before {
    content: "\f13d"}
.fa-unlock-alt:before {
    content: "\f13e"}
.fa-bullseye:before {
    content: "\f140"}
.fa-ellipsis-h:before {
    content: "\f141"}
.fa-ellipsis-v:before {
    content: "\f142"}
.fa-rss-square:before {
    content: "\f143"}
.fa-play-circle:before {
    content: "\f144"}
.fa-ticket:before {
    content: "\f145"}
.fa-minus-square:before {
    content: "\f146"}
.fa-minus-square-o:before {
    content: "\f147"}
.fa-level-up:before {
    content: "\f148"}
.fa-level-down:before {
    content: "\f149"}
.fa-check-square:before {
    content: "\f14a"}
.fa-pencil-square:before {
    content: "\f14b"}
.fa-external-link-square:before {
    content: "\f14c"}
.fa-share-square:before {
    content: "\f14d"}
.fa-compass:before {
    content: "\f14e"}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"}
.fa-eur:before, .fa-euro:before {
    content: "\f153"}
.fa-gbp:before {
    content: "\f154"}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"}
.fa-inr:before, .fa-rupee:before {
    content: "\f156"}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"}
.fa-krw:before, .fa-won:before {
    content: "\f159"}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"}
.fa-file:before {
    content: "\f15b"}
.fa-file-text:before {
    content: "\f15c"}
.fa-sort-alpha-asc:before {
    content: "\f15d"}
.fa-sort-alpha-desc:before {
    content: "\f15e"}
.fa-sort-amount-asc:before {
    content: "\f160"}
.fa-sort-amount-desc:before {
    content: "\f161"}
.fa-sort-numeric-asc:before {
    content: "\f162"}
.fa-sort-numeric-desc:before {
    content: "\f163"}
.fa-thumbs-up:before {
    content: "\f164"}
.fa-thumbs-down:before {
    content: "\f165"}
.fa-youtube-square:before {
    content: "\f166"}
.fa-youtube:before {
    content: "\f167"}
.fa-xing:before {
    content: "\f168"}
.fa-xing-square:before {
    content: "\f169"}
.fa-youtube-play:before {
    content: "\f16a"}
.fa-dropbox:before {
    content: "\f16b"}
.fa-stack-overflow:before {
    content: "\f16c"}
.fa-instagram:before {
    content: "\f16d"}
.fa-flickr:before {
    content: "\f16e"}
.fa-adn:before {
    content: "\f170"}
.fa-bitbucket:before {
    content: "\f171"}
.fa-bitbucket-square:before {
    content: "\f172"}
.fa-tumblr:before {
    content: "\f173"}
.fa-tumblr-square:before {
    content: "\f174"}
.fa-long-arrow-down:before {
    content: "\f175"}
.fa-long-arrow-up:before {
    content: "\f176"}
.fa-long-arrow-left:before {
    content: "\f177"}
.fa-long-arrow-right:before {
    content: "\f178"}
.fa-apple:before {
    content: "\f179"}
.fa-windows:before {
    content: "\f17a"}
.fa-android:before {
    content: "\f17b"}
.fa-linux:before {
    content: "\f17c"}
.fa-dribbble:before {
    content: "\f17d"}
.fa-skype:before {
    content: "\f17e"}
.fa-foursquare:before {
    content: "\f180"}
.fa-trello:before {
    content: "\f181"}
.fa-female:before {
    content: "\f182"}
.fa-male:before {
    content: "\f183"}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"}
.fa-sun-o:before {
    content: "\f185"}
.fa-moon-o:before {
    content: "\f186"}
.fa-archive:before {
    content: "\f187"}
.fa-bug:before {
    content: "\f188"}
.fa-vk:before {
    content: "\f189"}
.fa-weibo:before {
    content: "\f18a"}
.fa-renren:before {
    content: "\f18b"}
.fa-pagelines:before {
    content: "\f18c"}
.fa-stack-exchange:before {
    content: "\f18d"}
.fa-arrow-circle-o-right:before {
    content: "\f18e"}
.fa-arrow-circle-o-left:before {
    content: "\f190"}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"}
.fa-dot-circle-o:before {
    content: "\f192"}
.fa-wheelchair:before {
    content: "\f193"}
.fa-vimeo-square:before {
    content: "\f194"}
.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"}
.fa-plus-square-o:before {
    content: "\f196"}
.fa-space-shuttle:before {
    content: "\f197"}
.fa-slack:before {
    content: "\f198"}
.fa-envelope-square:before {
    content: "\f199"}
.fa-wordpress:before {
    content: "\f19a"}
.fa-openid:before {
    content: "\f19b"}
.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"}
.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"}
.fa-yahoo:before {
    content: "\f19e"}
.fa-google:before {
    content: "\f1a0"}
.fa-reddit:before {
    content: "\f1a1"}
.fa-reddit-square:before {
    content: "\f1a2"}
.fa-stumbleupon-circle:before {
    content: "\f1a3"}
.fa-stumbleupon:before {
    content: "\f1a4"}
.fa-delicious:before {
    content: "\f1a5"}
.fa-digg:before {
    content: "\f1a6"}
.fa-pied-piper:before {
    content: "\f1a7"}
.fa-pied-piper-alt:before {
    content: "\f1a8"}
.fa-drupal:before {
    content: "\f1a9"}
.fa-joomla:before {
    content: "\f1aa"}
.fa-language:before {
    content: "\f1ab"}
.fa-fax:before {
    content: "\f1ac"}
.fa-building:before {
    content: "\f1ad"}
.fa-child:before {
    content: "\f1ae"}
.fa-paw:before {
    content: "\f1b0"}
.fa-spoon:before {
    content: "\f1b1"}
.fa-cube:before {
    content: "\f1b2"}
.fa-cubes:before {
    content: "\f1b3"}
.fa-behance:before {
    content: "\f1b4"}
.fa-behance-square:before {
    content: "\f1b5"}
.fa-steam:before {
    content: "\f1b6"}
.fa-steam-square:before {
    content: "\f1b7"}
.fa-recycle:before {
    content: "\f1b8"}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"}
.fa-tree:before {
    content: "\f1bb"}
.fa-spotify:before {
    content: "\f1bc"}
.fa-deviantart:before {
    content: "\f1bd"}
.fa-soundcloud:before {
    content: "\f1be"}
.fa-database:before {
    content: "\f1c0"}
.fa-file-pdf-o:before {
    content: "\f1c1"}
.fa-file-word-o:before {
    content: "\f1c2"}
.fa-file-excel-o:before {
    content: "\f1c3"}
.fa-file-powerpoint-o:before {
    content: "\f1c4"}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"}
.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"}
.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"}
.fa-file-code-o:before {
    content: "\f1c9"}
.fa-vine:before {
    content: "\f1ca"}
.fa-codepen:before {
    content: "\f1cb"}
.fa-jsfiddle:before {
    content: "\f1cc"}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"}
.fa-circle-o-notch:before {
    content: "\f1ce"}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"}
.fa-empire:before, .fa-ge:before {
    content: "\f1d1"}
.fa-git-square:before {
    content: "\f1d2"}
.fa-git:before {
    content: "\f1d3"}
.fa-hacker-news:before {
    content: "\f1d4"}
.fa-tencent-weibo:before {
    content: "\f1d5"}
.fa-qq:before {
    content: "\f1d6"}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"}
.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"}
.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"}
.fa-history:before {
    content: "\f1da"}
.fa-circle-thin:before, .fa-genderless:before {
    content: "\f1db"}
.fa-header:before {
    content: "\f1dc"}
.fa-paragraph:before {
    content: "\f1dd"}
.fa-sliders:before {
    content: "\f1de"}
.fa-share-alt:before {
    content: "\f1e0"}
.fa-share-alt-square:before {
    content: "\f1e1"}
.fa-bomb:before {
    content: "\f1e2"}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"}
.fa-tty:before {
    content: "\f1e4"}
.fa-binoculars:before {
    content: "\f1e5"}
.fa-plug:before {
    content: "\f1e6"}
.fa-slideshare:before {
    content: "\f1e7"}
.fa-twitch:before {
    content: "\f1e8"}
.fa-yelp:before {
    content: "\f1e9"}
.fa-newspaper-o:before {
    content: "\f1ea"}
.fa-wifi:before {
    content: "\f1eb"}
.fa-calculator:before {
    content: "\f1ec"}
.fa-paypal:before {
    content: "\f1ed"}
.fa-google-wallet:before {
    content: "\f1ee"}
.fa-cc-visa:before {
    content: "\f1f0"}
.fa-cc-mastercard:before {
    content: "\f1f1"}
.fa-cc-discover:before {
    content: "\f1f2"}
.fa-cc-amex:before {
    content: "\f1f3"}
.fa-cc-paypal:before {
    content: "\f1f4"}
.fa-cc-stripe:before {
    content: "\f1f5"}
.fa-bell-slash:before {
    content: "\f1f6"}
.fa-bell-slash-o:before {
    content: "\f1f7"}
.fa-trash:before {
    content: "\f1f8"}
.fa-copyright:before {
    content: "\f1f9"}
.fa-at:before {
    content: "\f1fa"}
.fa-eyedropper:before {
    content: "\f1fb"}
.fa-paint-brush:before {
    content: "\f1fc"}
.fa-birthday-cake:before {
    content: "\f1fd"}
.fa-area-chart:before {
    content: "\f1fe"}
.fa-pie-chart:before {
    content: "\f200"}
.fa-line-chart:before {
    content: "\f201"}
.fa-lastfm:before {
    content: "\f202"}
.fa-lastfm-square:before {
    content: "\f203"}
.fa-toggle-off:before {
    content: "\f204"}
.fa-toggle-on:before {
    content: "\f205"}
.fa-bicycle:before {
    content: "\f206"}
.fa-bus:before {
    content: "\f207"}
.fa-ioxhost:before {
    content: "\f208"}
.fa-angellist:before {
    content: "\f209"}
.fa-cc:before {
    content: "\f20a"}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"}
.fa-meanpath:before {
    content: "\f20c"}
.fa-buysellads:before {
    content: "\f20d"}
.fa-connectdevelop:before {
    content: "\f20e"}
.fa-dashcube:before {
    content: "\f210"}
.fa-forumbee:before {
    content: "\f211"}
.fa-leanpub:before {
    content: "\f212"}
.fa-sellsy:before {
    content: "\f213"}
.fa-shirtsinbulk:before {
    content: "\f214"}
.fa-simplybuilt:before {
    content: "\f215"}
.fa-skyatlas:before {
    content: "\f216"}
.fa-cart-plus:before {
    content: "\f217"}
.fa-cart-arrow-down:before {
    content: "\f218"}
.fa-diamond:before {
    content: "\f219"}
.fa-ship:before {
    content: "\f21a"}
.fa-user-secret:before {
    content: "\f21b"}
.fa-motorcycle:before {
    content: "\f21c"}
.fa-street-view:before {
    content: "\f21d"}
.fa-heartbeat:before {
    content: "\f21e"}
.fa-venus:before {
    content: "\f221"}
.fa-mars:before {
    content: "\f222"}
.fa-mercury:before {
    content: "\f223"}
.fa-transgender:before {
    content: "\f224"}
.fa-transgender-alt:before {
    content: "\f225"}
.fa-venus-double:before {
    content: "\f226"}
.fa-mars-double:before {
    content: "\f227"}
.fa-venus-mars:before {
    content: "\f228"}
.fa-mars-stroke:before {
    content: "\f229"}
.fa-mars-stroke-v:before {
    content: "\f22a"}
.fa-mars-stroke-h:before {
    content: "\f22b"}
.fa-neuter:before {
    content: "\f22c"}
.fa-facebook-official:before {
    content: "\f230"}
.fa-pinterest-p:before {
    content: "\f231"}
.fa-whatsapp:before {
    content: "\f232"}
.fa-server:before {
    content: "\f233"}
.fa-user-plus:before {
    content: "\f234"}
.fa-user-times:before {
    content: "\f235"}
.fa-bed:before, .fa-hotel:before {
    content: "\f236"}
.fa-viacoin:before {
    content: "\f237"}
.fa-train:before {
    content: "\f238"}
.fa-subway:before {
    content: "\f239"}
.fa-medium:before {
    content: "\f23a"}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}.owl-height {
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../assets/img/owl.video.play.4a37f800.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%}

/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker-rtl {
    direction: rtl;
}
.datepicker-rtl.dropdown-menu {
    left: auto;
}
.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, .2);
}
.datepicker-dropdown:after, .datepicker-dropdown:before {
    content: "";
    display: inline-block;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer;
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}
.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(180deg, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(180deg, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color: #fdf59a;
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
    background-color: #fbf069\9;
}
.datepicker table tr td.today:hover:hover {
    color: #000;
}
.datepicker table tr td.today.active:hover {
    color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(180deg, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(180deg, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a;
}
.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
    background-color: #efe24b\9;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(180deg, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(180deg, #b3b3b3, grey);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
    background-color: grey;
}
.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
    background-color: #666\9;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(180deg, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(180deg, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #04c;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
    background-color: #039\9;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #eee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(180deg, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(180deg, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c", endColorstr="#0044cc", GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #04c;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #039\9;
}
.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #999;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #eee;
}
.datepicker .next.disabled, .datepicker .prev.disabled {
    visibility: hidden;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer;
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
    margin-top: 3px;
}
.input-daterange input {
    text-align: center;
}
.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
    *, : after, :before {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.navbar {
    display: none;
}
.btn>.caret, .dropup>.btn>.caret {
    border-top-color: #000!important;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse!important;
}
.table td, .table th {
    background-color: #fff!important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #ddd!important;
}
}@font-face {
    font-family: Glyphicons Halflings;
    src: url(../assets/fonts/glyphicons-halflings-regular.eot);
    src: url(../assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../assets/fonts/glyphicons-halflings-regular.woff) format("woff"), url(../assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../assets/svg/glyphicons-halflings-regular.89889688.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a"}
.glyphicon-plus:before {
    content: "\002b"}
.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"}
.glyphicon-minus:before {
    content: "\2212"}
.glyphicon-cloud:before {
    content: "\2601"}
.glyphicon-envelope:before {
    content: "\2709"}
.glyphicon-pencil:before {
    content: "\270f"}
.glyphicon-glass:before {
    content: "\e001"}
.glyphicon-music:before {
    content: "\e002"}
.glyphicon-search:before {
    content: "\e003"}
.glyphicon-heart:before {
    content: "\e005"}
.glyphicon-star:before {
    content: "\e006"}
.glyphicon-star-empty:before {
    content: "\e007"}
.glyphicon-user:before {
    content: "\e008"}
.glyphicon-film:before {
    content: "\e009"}
.glyphicon-th-large:before {
    content: "\e010"}
.glyphicon-th:before {
    content: "\e011"}
.glyphicon-th-list:before {
    content: "\e012"}
.glyphicon-ok:before {
    content: "\e013"}
.glyphicon-remove:before {
    content: "\e014"}
.glyphicon-zoom-in:before {
    content: "\e015"}
.glyphicon-zoom-out:before {
    content: "\e016"}
.glyphicon-off:before {
    content: "\e017"}
.glyphicon-signal:before {
    content: "\e018"}
.glyphicon-cog:before {
    content: "\e019"}
.glyphicon-trash:before {
    content: "\e020"}
.glyphicon-home:before {
    content: "\e021"}
.glyphicon-file:before {
    content: "\e022"}
.glyphicon-time:before {
    content: "\e023"}
.glyphicon-road:before {
    content: "\e024"}
.glyphicon-download-alt:before {
    content: "\e025"}
.glyphicon-download:before {
    content: "\e026"}
.glyphicon-upload:before {
    content: "\e027"}
.glyphicon-inbox:before {
    content: "\e028"}
.glyphicon-play-circle:before {
    content: "\e029"}
.glyphicon-repeat:before {
    content: "\e030"}
.glyphicon-refresh:before {
    content: "\e031"}
.glyphicon-list-alt:before {
    content: "\e032"}
.glyphicon-lock:before {
    content: "\e033"}
.glyphicon-flag:before {
    content: "\e034"}
.glyphicon-headphones:before {
    content: "\e035"}
.glyphicon-volume-off:before {
    content: "\e036"}
.glyphicon-volume-down:before {
    content: "\e037"}
.glyphicon-volume-up:before {
    content: "\e038"}
.glyphicon-qrcode:before {
    content: "\e039"}
.glyphicon-barcode:before {
    content: "\e040"}
.glyphicon-tag:before {
    content: "\e041"}
.glyphicon-tags:before {
    content: "\e042"}
.glyphicon-book:before {
    content: "\e043"}
.glyphicon-bookmark:before {
    content: "\e044"}
.glyphicon-print:before {
    content: "\e045"}
.glyphicon-camera:before {
    content: "\e046"}
.glyphicon-font:before {
    content: "\e047"}
.glyphicon-bold:before {
    content: "\e048"}
.glyphicon-italic:before {
    content: "\e049"}
.glyphicon-text-height:before {
    content: "\e050"}
.glyphicon-text-width:before {
    content: "\e051"}
.glyphicon-align-left:before {
    content: "\e052"}
.glyphicon-align-center:before {
    content: "\e053"}
.glyphicon-align-right:before {
    content: "\e054"}
.glyphicon-align-justify:before {
    content: "\e055"}
.glyphicon-list:before {
    content: "\e056"}
.glyphicon-indent-left:before {
    content: "\e057"}
.glyphicon-indent-right:before {
    content: "\e058"}
.glyphicon-facetime-video:before {
    content: "\e059"}
.glyphicon-picture:before {
    content: "\e060"}
.glyphicon-map-marker:before {
    content: "\e062"}
.glyphicon-adjust:before {
    content: "\e063"}
.glyphicon-tint:before {
    content: "\e064"}
.glyphicon-edit:before {
    content: "\e065"}
.glyphicon-share:before {
    content: "\e066"}
.glyphicon-check:before {
    content: "\e067"}
.glyphicon-move:before {
    content: "\e068"}
.glyphicon-step-backward:before {
    content: "\e069"}
.glyphicon-fast-backward:before {
    content: "\e070"}
.glyphicon-backward:before {
    content: "\e071"}
.glyphicon-play:before {
    content: "\e072"}
.glyphicon-pause:before {
    content: "\e073"}
.glyphicon-stop:before {
    content: "\e074"}
.glyphicon-forward:before {
    content: "\e075"}
.glyphicon-fast-forward:before {
    content: "\e076"}
.glyphicon-step-forward:before {
    content: "\e077"}
.glyphicon-eject:before {
    content: "\e078"}
.glyphicon-chevron-left:before {
    content: "\e079"}
.glyphicon-chevron-right:before {
    content: "\e080"}
.glyphicon-plus-sign:before {
    content: "\e081"}
.glyphicon-minus-sign:before {
    content: "\e082"}
.glyphicon-remove-sign:before {
    content: "\e083"}
.glyphicon-ok-sign:before {
    content: "\e084"}
.glyphicon-question-sign:before {
    content: "\e085"}
.glyphicon-info-sign:before {
    content: "\e086"}
.glyphicon-screenshot:before {
    content: "\e087"}
.glyphicon-remove-circle:before {
    content: "\e088"}
.glyphicon-ok-circle:before {
    content: "\e089"}
.glyphicon-ban-circle:before {
    content: "\e090"}
.glyphicon-arrow-left:before {
    content: "\e091"}
.glyphicon-arrow-right:before {
    content: "\e092"}
.glyphicon-arrow-up:before {
    content: "\e093"}
.glyphicon-arrow-down:before {
    content: "\e094"}
.glyphicon-share-alt:before {
    content: "\e095"}
.glyphicon-resize-full:before {
    content: "\e096"}
.glyphicon-resize-small:before {
    content: "\e097"}
.glyphicon-exclamation-sign:before {
    content: "\e101"}
.glyphicon-gift:before {
    content: "\e102"}
.glyphicon-leaf:before {
    content: "\e103"}
.glyphicon-fire:before {
    content: "\e104"}
.glyphicon-eye-open:before {
    content: "\e105"}
.glyphicon-eye-close:before {
    content: "\e106"}
.glyphicon-warning-sign:before {
    content: "\e107"}
.glyphicon-plane:before {
    content: "\e108"}
.glyphicon-calendar:before {
    content: "\e109"}
.glyphicon-random:before {
    content: "\e110"}
.glyphicon-comment:before {
    content: "\e111"}
.glyphicon-magnet:before {
    content: "\e112"}
.glyphicon-chevron-up:before {
    content: "\e113"}
.glyphicon-chevron-down:before {
    content: "\e114"}
.glyphicon-retweet:before {
    content: "\e115"}
.glyphicon-shopping-cart:before {
    content: "\e116"}
.glyphicon-folder-close:before {
    content: "\e117"}
.glyphicon-folder-open:before {
    content: "\e118"}
.glyphicon-resize-vertical:before {
    content: "\e119"}
.glyphicon-resize-horizontal:before {
    content: "\e120"}
.glyphicon-hdd:before {
    content: "\e121"}
.glyphicon-bullhorn:before {
    content: "\e122"}
.glyphicon-bell:before {
    content: "\e123"}
.glyphicon-certificate:before {
    content: "\e124"}
.glyphicon-thumbs-up:before {
    content: "\e125"}
.glyphicon-thumbs-down:before {
    content: "\e126"}
.glyphicon-hand-right:before {
    content: "\e127"}
.glyphicon-hand-left:before {
    content: "\e128"}
.glyphicon-hand-up:before {
    content: "\e129"}
.glyphicon-hand-down:before {
    content: "\e130"}
.glyphicon-circle-arrow-right:before {
    content: "\e131"}
.glyphicon-circle-arrow-left:before {
    content: "\e132"}
.glyphicon-circle-arrow-up:before {
    content: "\e133"}
.glyphicon-circle-arrow-down:before {
    content: "\e134"}
.glyphicon-globe:before {
    content: "\e135"}
.glyphicon-wrench:before {
    content: "\e136"}
.glyphicon-tasks:before {
    content: "\e137"}
.glyphicon-filter:before {
    content: "\e138"}
.glyphicon-briefcase:before {
    content: "\e139"}
.glyphicon-fullscreen:before {
    content: "\e140"}
.glyphicon-dashboard:before {
    content: "\e141"}
.glyphicon-paperclip:before {
    content: "\e142"}
.glyphicon-heart-empty:before {
    content: "\e143"}
.glyphicon-link:before {
    content: "\e144"}
.glyphicon-phone:before {
    content: "\e145"}
.glyphicon-pushpin:before {
    content: "\e146"}
.glyphicon-usd:before {
    content: "\e148"}
.glyphicon-gbp:before {
    content: "\e149"}
.glyphicon-sort:before {
    content: "\e150"}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"}
.glyphicon-sort-by-order:before {
    content: "\e153"}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"}
.glyphicon-sort-by-attributes:before {
    content: "\e155"}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"}
.glyphicon-unchecked:before {
    content: "\e157"}
.glyphicon-expand:before {
    content: "\e158"}
.glyphicon-collapse-down:before {
    content: "\e159"}
.glyphicon-collapse-up:before {
    content: "\e160"}
.glyphicon-log-in:before {
    content: "\e161"}
.glyphicon-flash:before {
    content: "\e162"}
.glyphicon-log-out:before {
    content: "\e163"}
.glyphicon-new-window:before {
    content: "\e164"}
.glyphicon-record:before {
    content: "\e165"}
.glyphicon-save:before {
    content: "\e166"}
.glyphicon-open:before {
    content: "\e167"}
.glyphicon-saved:before {
    content: "\e168"}
.glyphicon-import:before {
    content: "\e169"}
.glyphicon-export:before {
    content: "\e170"}
.glyphicon-send:before {
    content: "\e171"}
.glyphicon-floppy-disk:before {
    content: "\e172"}
.glyphicon-floppy-saved:before {
    content: "\e173"}
.glyphicon-floppy-remove:before {
    content: "\e174"}
.glyphicon-floppy-save:before {
    content: "\e175"}
.glyphicon-floppy-open:before {
    content: "\e176"}
.glyphicon-credit-card:before {
    content: "\e177"}
.glyphicon-transfer:before {
    content: "\e178"}
.glyphicon-cutlery:before {
    content: "\e179"}
.glyphicon-header:before {
    content: "\e180"}
.glyphicon-compressed:before {
    content: "\e181"}
.glyphicon-earphone:before {
    content: "\e182"}
.glyphicon-phone-alt:before {
    content: "\e183"}
.glyphicon-tower:before {
    content: "\e184"}
.glyphicon-stats:before {
    content: "\e185"}
.glyphicon-sd-video:before {
    content: "\e186"}
.glyphicon-hd-video:before {
    content: "\e187"}
.glyphicon-subtitles:before {
    content: "\e188"}
.glyphicon-sound-stereo:before {
    content: "\e189"}
.glyphicon-sound-dolby:before {
    content: "\e190"}
.glyphicon-sound-5-1:before {
    content: "\e191"}
.glyphicon-sound-6-1:before {
    content: "\e192"}
.glyphicon-sound-7-1:before {
    content: "\e193"}
.glyphicon-copyright-mark:before {
    content: "\e194"}
.glyphicon-registration-mark:before {
    content: "\e195"}
.glyphicon-cloud-download:before {
    content: "\e197"}
.glyphicon-cloud-upload:before {
    content: "\e198"}
.glyphicon-tree-conifer:before {
    content: "\e199"}
.glyphicon-tree-deciduous:before {
    content: "\e200"}
.glyphicon-cd:before {
    content: "\e201"}
.glyphicon-save-file:before {
    content: "\e202"}
.glyphicon-open-file:before {
    content: "\e203"}
.glyphicon-level-up:before {
    content: "\e204"}
.glyphicon-copy:before {
    content: "\e205"}
.glyphicon-paste:before {
    content: "\e206"}
.glyphicon-alert:before {
    content: "\e209"}
.glyphicon-equalizer:before {
    content: "\e210"}
.glyphicon-king:before {
    content: "\e211"}
.glyphicon-queen:before {
    content: "\e212"}
.glyphicon-pawn:before {
    content: "\e213"}
.glyphicon-bishop:before {
    content: "\e214"}
.glyphicon-knight:before {
    content: "\e215"}
.glyphicon-baby-formula:before {
    content: "\e216"}
.glyphicon-tent:before {
    content: "\26fa"}
.glyphicon-blackboard:before {
    content: "\e218"}
.glyphicon-bed:before {
    content: "\e219"}
.glyphicon-apple:before {
    content: "\f8ff"}
.glyphicon-erase:before {
    content: "\e221"}
.glyphicon-hourglass:before {
    content: "\231b"}
.glyphicon-lamp:before {
    content: "\e223"}
.glyphicon-duplicate:before {
    content: "\e224"}
.glyphicon-piggy-bank:before {
    content: "\e225"}
.glyphicon-scissors:before {
    content: "\e226"}
.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227"}
.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5"}
.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd"}
.glyphicon-scale:before {
    content: "\e230"}
.glyphicon-ice-lolly:before {
    content: "\e231"}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232"}
.glyphicon-education:before {
    content: "\e233"}
.glyphicon-option-horizontal:before {
    content: "\e234"}
.glyphicon-option-vertical:before {
    content: "\e235"}
.glyphicon-menu-hamburger:before {
    content: "\e236"}
.glyphicon-modal-window:before {
    content: "\e237"}
.glyphicon-oil:before {
    content: "\e238"}
.glyphicon-grain:before {
    content: "\e239"}
.glyphicon-sunglasses:before {
    content: "\e240"}
.glyphicon-text-size:before {
    content: "\e241"}
.glyphicon-text-color:before {
    content: "\e242"}
.glyphicon-text-background:before {
    content: "\e243"}
.glyphicon-object-align-top:before {
    content: "\e244"}
.glyphicon-object-align-bottom:before {
    content: "\e245"}
.glyphicon-object-align-horizontal:before {
    content: "\e246"}
.glyphicon-object-align-left:before {
    content: "\e247"}
.glyphicon-object-align-vertical:before {
    content: "\e248"}
.glyphicon-object-align-right:before {
    content: "\e249"}
.glyphicon-triangle-right:before {
    content: "\e250"}
.glyphicon-triangle-left:before {
    content: "\e251"}
.glyphicon-triangle-bottom:before {
    content: "\e252"}
.glyphicon-triangle-top:before {
    content: "\e253"}
.glyphicon-console:before {
    content: "\e254"}
.glyphicon-superscript:before {
    content: "\e255"}
.glyphicon-subscript:before {
    content: "\e256"}
.glyphicon-menu-left:before {
    content: "\e257"}
.glyphicon-menu-right:before {
    content: "\e258"}
.glyphicon-menu-down:before {
    content: "\e259"}
.glyphicon-menu-up:before {
    content: "\e260"}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, html {
   /* font-size: 10px;*/
}
body {
    /*font-family: National, sans-serif;*/
    line-height: 1.5;
    color: #747474;
    background-color: #f8f8f8;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #00adf6;
    text-decoration: none;
}
a:focus, a:hover {
    color: #07a;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail>img, .thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role=button] {
    cursor: pointer;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 15px;
    margin-bottom: 7.5px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%}
.h1, h1 {
    font-size: 37px;
}
.h2, h2 {
    font-size: 25px;
}
.h3, h3 {
    font-size: 17px;
}
.h4, h4 {
    font-size: 13px;
}
.h5, h5 {
    font-size: 10px;
}
.h6, h6 {
    font-size: 9px;
}
p {
    margin: 0 0 7.5px;
}
.lead {
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
    font-size: 15px;
}
}.small, small {
    font-size: 90%}
.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #00adf6;
}
a.text-primary:focus, a.text-primary:hover {
    color: #0089c3;
}
.text-success {
    color: #3c763d;
}
a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:focus, a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #00adf6;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0089c3;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 6.5px;
    margin: 30px 0 15px;
    border-bottom: 1px solid #eee;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 7.5px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 15px;
}
dd, dt {
    line-height: 1.5;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width:768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
}abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 7.5px 15px;
    margin: 0 0 15px;
    font-size: 12.5px;
    border-left: 5px solid #eee;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #777;
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "\2014 \00A0"}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ""}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: "\00A0 \2014"}
address {
    margin-bottom: 15px;
    font-style: normal;
    line-height: 1.5;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
code, kbd {
    padding: 2px 4px;
    font-size: 90%}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}
pre {
    display: block;
    padding: 7px;
    margin: 0 0 7.5px;
    font-size: 9px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    color: #747474;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .container {
    width: 750px;
}
}@media (min-width:992px) {
    .container {
    width: 970px;
}
}@media (min-width:1200px) {
    .container {
    width: 1170px;
}
}.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%}
.col-xs-11 {
    width: 91.66666667%}
.col-xs-10 {
    width: 83.33333333%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666667%}
.col-xs-7 {
    width: 58.33333333%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666667%}
.col-xs-4 {
    width: 33.33333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.66666667%}
.col-xs-1 {
    width: 8.33333333%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666667%}
.col-xs-pull-10 {
    right: 83.33333333%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666667%}
.col-xs-pull-7 {
    right: 58.33333333%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666667%}
.col-xs-pull-4 {
    right: 33.33333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.66666667%}
.col-xs-pull-1 {
    right: 8.33333333%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666667%}
.col-xs-push-10 {
    left: 83.33333333%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666667%}
.col-xs-push-7 {
    left: 58.33333333%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666667%}
.col-xs-push-4 {
    left: 33.33333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.66666667%}
.col-xs-push-1 {
    left: 8.33333333%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666667%}
.col-xs-offset-10 {
    margin-left: 83.33333333%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666667%}
.col-xs-offset-7 {
    margin-left: 58.33333333%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.66666667%}
.col-xs-offset-1 {
    margin-left: 8.33333333%}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%}
.col-sm-11 {
    width: 91.66666667%}
.col-sm-10 {
    width: 83.33333333%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666667%}
.col-sm-7 {
    width: 58.33333333%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666667%}
.col-sm-4 {
    width: 33.33333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.66666667%}
.col-sm-1 {
    width: 8.33333333%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-pull-11 {
    right: 91.66666667%}
.col-sm-pull-10 {
    right: 83.33333333%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-8 {
    right: 66.66666667%}
.col-sm-pull-7 {
    right: 58.33333333%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-5 {
    right: 41.66666667%}
.col-sm-pull-4 {
    right: 33.33333333%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-2 {
    right: 16.66666667%}
.col-sm-pull-1 {
    right: 8.33333333%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%}
.col-sm-push-11 {
    left: 91.66666667%}
.col-sm-push-10 {
    left: 83.33333333%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-8 {
    left: 66.66666667%}
.col-sm-push-7 {
    left: 58.33333333%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-5 {
    left: 41.66666667%}
.col-sm-push-4 {
    left: 33.33333333%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-2 {
    left: 16.66666667%}
.col-sm-push-1 {
    left: 8.33333333%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%}
.col-sm-offset-11 {
    margin-left: 91.66666667%}
.col-sm-offset-10 {
    margin-left: 83.33333333%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-8 {
    margin-left: 66.66666667%}
.col-sm-offset-7 {
    margin-left: 58.33333333%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-5 {
    margin-left: 41.66666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-2 {
    margin-left: 16.66666667%}
.col-sm-offset-1 {
    margin-left: 8.33333333%}
.col-sm-offset-0 {
    margin-left: 0;
}
}@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%}
.col-md-11 {
    width: 91.66666667%}
.col-md-10 {
    width: 83.33333333%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666667%}
.col-md-7 {
    width: 58.33333333%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666667%}
.col-md-4 {
    width: 33.33333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.66666667%}
.col-md-1 {
    width: 8.33333333%}
.col-md-pull-12 {
    right: 100%}
.col-md-pull-11 {
    right: 91.66666667%}
.col-md-pull-10 {
    right: 83.33333333%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-8 {
    right: 66.66666667%}
.col-md-pull-7 {
    right: 58.33333333%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-5 {
    right: 41.66666667%}
.col-md-pull-4 {
    right: 33.33333333%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-2 {
    right: 16.66666667%}
.col-md-pull-1 {
    right: 8.33333333%}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%}
.col-md-push-11 {
    left: 91.66666667%}
.col-md-push-10 {
    left: 83.33333333%}
.col-md-push-9 {
    left: 75%}
.col-md-push-8 {
    left: 66.66666667%}
.col-md-push-7 {
    left: 58.33333333%}
.col-md-push-6 {
    left: 50%}
.col-md-push-5 {
    left: 41.66666667%}
.col-md-push-4 {
    left: 33.33333333%}
.col-md-push-3 {
    left: 25%}
.col-md-push-2 {
    left: 16.66666667%}
.col-md-push-1 {
    left: 8.33333333%}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%}
.col-md-offset-11 {
    margin-left: 91.66666667%}
.col-md-offset-10 {
    margin-left: 83.33333333%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-8 {
    margin-left: 66.66666667%}
.col-md-offset-7 {
    margin-left: 58.33333333%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-5 {
    margin-left: 41.66666667%}
.col-md-offset-4 {
    margin-left: 33.33333333%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-2 {
    margin-left: 16.66666667%}
.col-md-offset-1 {
    margin-left: 8.33333333%}
.col-md-offset-0 {
    margin-left: 0;
}
}@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%}
.col-lg-11 {
    width: 91.66666667%}
.col-lg-10 {
    width: 83.33333333%}
.col-lg-9 {
    width: 75%}
.col-lg-8 {
    width: 66.66666667%}
.col-lg-7 {
    width: 58.33333333%}
.col-lg-6 {
    width: 50%}
.col-lg-5 {
    width: 41.66666667%}
.col-lg-4 {
    width: 33.33333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.66666667%}
.col-lg-1 {
    width: 8.33333333%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-pull-11 {
    right: 91.66666667%}
.col-lg-pull-10 {
    right: 83.33333333%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-8 {
    right: 66.66666667%}
.col-lg-pull-7 {
    right: 58.33333333%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-5 {
    right: 41.66666667%}
.col-lg-pull-4 {
    right: 33.33333333%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-2 {
    right: 16.66666667%}
.col-lg-pull-1 {
    right: 8.33333333%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%}
.col-lg-push-11 {
    left: 91.66666667%}
.col-lg-push-10 {
    left: 83.33333333%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-8 {
    left: 66.66666667%}
.col-lg-push-7 {
    left: 58.33333333%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-5 {
    left: 41.66666667%}
.col-lg-push-4 {
    left: 33.33333333%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-2 {
    left: 16.66666667%}
.col-lg-push-1 {
    left: 8.33333333%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%}
.col-lg-offset-11 {
    margin-left: 91.66666667%}
.col-lg-offset-10 {
    margin-left: 83.33333333%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-8 {
    margin-left: 66.66666667%}
.col-lg-offset-7 {
    margin-left: 58.33333333%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-5 {
    margin-left: 41.66666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-2 {
    margin-left: 16.66666667%}
.col-lg-offset-1 {
    margin-left: 8.33333333%}
.col-lg-offset-0 {
    margin-left: 0;
}
}table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}
caption, th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #f8f8f8;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5;
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8;
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8;
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7;
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3;
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3;
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede;
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%}
@media screen and (max-width:767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 11.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}
}fieldset {
    margin: 0;
    min-width: 0;
}
fieldset, legend {
    padding: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: inherit;
    color: #747474;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
input[type=file] {
    display: block;
}
input[type=range] {
    display: block;
    width: 100%}
select[multiple], select[size] {
    height: auto;
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control, output {
    display: block;
    font-size: 10px;
    line-height: 1.5;
    color: #555;
}
.form-control {
    width: 100%;
    height: 29px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type=search] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    line-height: 29px;
}
.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 25px;
}
.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 42px;
}
}.form-group {
    margin-bottom: 15px;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label, .radio label {
    min-height: 15px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 25px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 25px;
    padding: 5px 10px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 25px;
    line-height: 25px;
}
select[multiple].input-sm, textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 25px;
    padding: 5px 10px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 25px;
    line-height: 25px;
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 25px;
    min-height: 24px;
    padding: 6px 10px;
    font-size: 9px;
    line-height: 1.5;
}
.input-lg {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 42px;
    line-height: 42px;
}
select[multiple].input-lg, textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 42px;
    line-height: 42px;
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 42px;
    min-height: 30px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 36.25px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    pointer-events: none;
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label~.form-control-feedback {
    top: 20px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #b4b4b4;
}
@media (min-width:768px) {
    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-static {
    display: inline-block;
}
.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
}
.form-inline .input-group>.form-control {
    width: 100%}
.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 22px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}
}.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
}
}@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 9px;
}
}.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    border-color: #009bdd;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0089c3;
    border-color: #00415d;
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0089c3;
    border-color: #00709f;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #00709f;
    border-color: #00415d;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #00adf6;
    border-color: #009bdd;
}
.btn-primary .badge {
    color: #00adf6;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info.active, .btn-info:active, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #00adf6;
    font-weight: 400;
    border-radius: 0;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #07a;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown, .dropup {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 10px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 6.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #747474;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #676767;
    background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #00adf6;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #777;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 9px;
    line-height: 1.5;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
}
}.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group>.btn-group {
    float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%}
.btn-group-vertical>.btn-group>.btn {
    float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%}
.btn-group-justified>.btn-group .btn {
    width: 100%}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio], [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 42px;
    line-height: 42px;
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 25px;
    padding: 5px 10px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 25px;
    line-height: 25px;
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 9px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px;
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0;
}
.input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn, .input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav>li, .nav>li>a {
    position: relative;
    display: block;
}
.nav>li>a {
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav>li.disabled>a {
    color: #777;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #00adf6;
}
.nav .nav-divider {
    height: 1px;
    margin: 6.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #f8f8f8;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified>li {
    float: none;
}
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #f8f8f8;
}
}.nav-pills>li {
    float: left;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.nav-pills>li+li {
    margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #00adf6;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%}
.nav-justified>li {
    float: none;
}
.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd;
}
@media (min-width:768px) {
    .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #f8f8f8;
}
}.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 15px;
    border: 1px solid transparent;
}
@media (min-width:768px) {
    .navbar {
    border-radius: 4px;
}
}@media (min-width:768px) {
    .navbar-header {
    float: left;
}
}.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width:768px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
}.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
}
}.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
}.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width:768px) {
    .navbar-static-top {
    border-radius: 0;
}
}.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
}
}.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 17.5px 15px;
    font-size: 15px;
    line-height: 15px;
    height: 50px;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
@media (min-width:768px) {
    .navbar>.container-fluid .navbar-brand, .navbar>.container .navbar-brand {
    margin-left: -15px;
}
}.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width:768px) {
    .navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 8.75px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px;
}
@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 15px;
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
}
}@media (min-width:768px) {
    .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
}
}.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
    margin: 10.5px -15px;
}
@media (min-width:768px) {
    .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.navbar-form .form-control-static {
    display: inline-block;
}
.navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
}
.navbar-form .input-group>.form-control {
    width: 100%}
.navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
}@media (max-width:767px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
    margin-bottom: 0;
}
}@media (min-width:768px) {
    .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.navbar-btn.btn-sm {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 17.5px;
    margin-bottom: 17.5px;
}
@media (min-width:768px) {
    .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
}@media (min-width:768px) {
    .navbar-left {
    float: left!important;
}
.navbar-right {
    float: right!important;
    margin-right: -15px;
}
.navbar-right~.navbar-right {
    margin-right: 0;
}
}.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
}
}.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
}
}.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>.active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 15px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    color: #00adf6;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #07a;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #00adf6;
    border-color: #00adf6;
    cursor: default;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 9px;
    line-height: 1.5;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 15px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #00adf6;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #0089c3;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-group-xs>.btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #00adf6;
    background-color: #fff;
}
.list-group-item>.badge {
    float: right;
}
.list-group-item>.badge+.badge {
    margin-right: 5px;
}
.nav-pills>li>a>.badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}
.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 200;
}
.jumbotron>hr {
    border-top-color: #d5d5d5;
}
.container-fluid .jumbotron, .container .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.jumbotron .container {
    max-width: 100%}
@media screen and (min-width:768px) {
    .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
}
.container-fluid .jumbotron, .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 45px;
}
}.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 15px;
    line-height: 1.5;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail>img, .thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #00adf6;
}
.thumbnail .caption {
    padding: 9px;
    color: #747474;
}
.alert {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    0% {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}@keyframes progress-bar-stripes {
    0% {
    background-position: 40px 0;
}
to {
    background-position: 0 0;
}
}.progress {
    overflow: hidden;
    height: 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 9px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background-color: #00adf6;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 40px 40px;
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right, .media>.pull-right {
    padding-left: 10px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #00adf6;
    border-color: #00adf6;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c3edff;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle, .panel-title {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 0;
}
.panel>.panel-collapse>.table caption, .panel>.table-responsive>.table caption, .panel>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
    border: 0;
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0;
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 15px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #747474;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #747474;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #00adf6;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #00adf6;
    border-color: #00adf6;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #00adf6;
}
.panel-primary>.panel-heading .badge {
    color: #00adf6;
    background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #00adf6;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%}
.embed-responsive-4by3 {
    padding-bottom: 75%}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal, .modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: National, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 9px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
}
.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: National, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover>.arrow {
    border-width: 11px;
}
.popover>.arrow:after {
    border-width: 10px;
    content: ""}
.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
}
.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
}
.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px;
}
.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
@media (-webkit-transform-3d), (transform-3d) {
    .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 0;
}
}.carousel-control {
    background-color: transparent;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    margin-top: -10px;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    line-height: 1;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: transparent;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: 20px;
}
}.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before, .va-container-wide:after, .va-container-wide:before {
    content: " ";
    display: table;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .va-container-wide:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.hide {
    display: none!important;
}
.show {
    display: block!important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none!important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important;
}
@media (max-width:767px) {
    .visible-xs {
    display: block!important;
}
table.visible-xs {
    display: table!important;
}
tr.visible-xs {
    display: table-row!important;
}
td.visible-xs, th.visible-xs {
    display: table-cell!important;
}
}@media (max-width:767px) {
    .visible-xs-block {
    display: block!important;
}
}@media (max-width:767px) {
    .visible-xs-inline {
    display: inline!important;
}
}@media (max-width:767px) {
    .visible-xs-inline-block {
    display: inline-block!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
    display: block!important;
}
table.visible-sm {
    display: table!important;
}
tr.visible-sm {
    display: table-row!important;
}
td.visible-sm, th.visible-sm {
    display: table-cell!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
    display: block!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
    display: inline!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
    display: inline-block!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
    display: block!important;
}
table.visible-md {
    display: table!important;
}
tr.visible-md {
    display: table-row!important;
}
td.visible-md, th.visible-md {
    display: table-cell!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
    display: block!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
    display: inline!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
    display: inline-block!important;
}
}@media (min-width:1200px) {
    .visible-lg {
    display: block!important;
}
table.visible-lg {
    display: table!important;
}
tr.visible-lg {
    display: table-row!important;
}
td.visible-lg, th.visible-lg {
    display: table-cell!important;
}
}@media (min-width:1200px) {
    .visible-lg-block {
    display: block!important;
}
}@media (min-width:1200px) {
    .visible-lg-inline {
    display: inline!important;
}
}@media (min-width:1200px) {
    .visible-lg-inline-block {
    display: inline-block!important;
}
}@media (max-width:767px) {
    .hidden-xs {
    display: none!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
    display: none!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
    display: none!important;
}
}@media (min-width:1200px) {
    .hidden-lg {
    display: none!important;
}
}.visible-print {
    display: none!important;
}
@media print {
    .visible-print {
    display: block!important;
}
table.visible-print {
    display: table!important;
}
tr.visible-print {
    display: table-row!important;
}
td.visible-print, th.visible-print {
    display: table-cell!important;
}
}.visible-print-block {
    display: none!important;
}
@media print {
    .visible-print-block {
    display: block!important;
}
}.visible-print-inline {
    display: none!important;
}
@media print {
    .visible-print-inline {
    display: inline!important;
}
}.visible-print-inline-block {
    display: none!important;
}
@media print {
    .visible-print-inline-block {
    display: inline-block!important;
}
}@media print {
    .hidden-print {
    display: none!important;
}
}@font-face {
    font-family: National;
    src: url(../assets/fonts/NationalWeb-Light.eot) format("truetype");
    src: url(../assets/fonts/NationalWeb-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: National;
    src: url(../assets/fonts/NationalWeb-LightItalic.eot) format("truetype");
    src: url(../assets/fonts/NationalWeb-LightItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: National;
    src: url(../assets/fonts/NationalWeb-Regular.eot);
    src: url(../assets/fonts/NationalWeb-Regular.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/NationalWeb-Regular.woff2) format("woff2"), url(../assets/fonts/NationalWeb-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: National;
    src: url(../assets/fonts/NationalWeb-RegularItalic.eot) format("truetype");
    src: url(../assets/fonts/NationalWeb-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: Platform Web;
    src: url(../assets/fonts/Platform-Bold-Web.eot);
    src: url(../assets/fonts/Platform-Bold-Web.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/Platform-Bold-Web.woff2) format("woff2"), url(../assets/fonts/Platform-Bold-Web.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
.Platform-Bold-Web {
    font-family: Platform Web;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: BebasNeueRegular;
    src: url(../assets/fonts/bebasneue-webfont.eot);
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV9hnIqOxjaPXZSk.woff2) format("woff2");
    unicode-range: U+1f??}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV9hoIqOxjaPXZSk.woff2) format("woff2");
    unicode-range: U+0370-03ff;
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV9hlIqOxjaPXZSk.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(https://fonts.gstatic.com/s/opensans/v16/memnYaGs126MiZpBA-UFUKWyV9hrIqOxjaPX.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUK0Vdc1GAK6bt6o.woff2) format("woff2");
    unicode-range: U+1f??}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUK0adc1GAK6bt6o.woff2) format("woff2");
    unicode-range: U+0370-03ff;
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUK0Xdc1GAK6bt6o.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v16/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OXuhpKKSTj5PW.woff2) format("woff2");
    unicode-range: U+1f??}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OUehpKKSTj5PW.woff2) format("woff2");
    unicode-range: U+0370-03ff;
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OXOhpKKSTj5PW.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format("woff2");
    unicode-range: U+1f??}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format("woff2");
    unicode-range: U+0370-03ff;
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff;
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd;
}
body, html {
    /* font-family: National, sans-serif;*/
}
body.iframe {
    background-color: transparent;
}
h1.new {
    font-weight: 600;
    font-size: 40px;
    color: #666;
    font-family: Platform Web, sans-serif;
}
h2.new, h3.new {
    font-weight: 500;
    color: #666;
}
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: roaminghunger-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.icon-rh-icon-truck:before {
    content: "\e800"}
.icon-rh-icon-pencil:before {
    content: "\e801"}
.icon-cutlery-rh:before {
    content: "\e802"}
.icon-catering-marketing:before {
    content: "\e803"}
.icon-phone-marketing:before {
    content: "\e804"}
.icon-truck-marketing:before {
    content: "\e805"}
.icon-blue {
    color: #1483d1;
}
.icon-lg {
    font-size: 64px;
}
.form>legend {
    text-align: left;
    color: #737373;
    font-weight: 300;
    font-size: 18px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 6px;
}
.no-horizontal-padding {
    padding-left: 0;
    padding-right: 0;
}
.no-horizontal-padding-right {
    padding-right: 0;
}
h2 {
    font-weight: 300;
    color: #75859b;
}
.va-mobile-download-links {
    width: 419px;
    margin-top: 20px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    list-style: none outside;
}
.va-mobile-download-links>li {
    display: block;
    float: left;
}
.va-mobile-download-links>li:last-child {
    margin-right: 0;
    margin-left: 40px;
}
.va-mobile-download-links>li:first-child {
    margin-left: 10px;
}
.va-mobile-benefits {
    margin-top: 20px;
    list-style-type: square;
    list-style-position: inside;
    text-align: center;
}
.va-mobile-benefits:after, .va-mobile-benefits:before {
    content: " ";
    display: table;
}
.va-mobile-benefits:after {
    clear: both;
}
.va-mobile-benefits>li {
    width: auto;
    line-height: 200%}
.col-vertical-separator {
    border-left: 1px solid #e6eaef;
}
.va-catering-categories {
    padding: 0;
    list-style: none;
}
.va-catering-categories>li {
    width: 100%;
    color: #747474;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    padding: 10px;
    margin-bottom: 10px;
}
.va-catering-categories>li:hover {
    z-index: 1000;
}
.va-catering-categories>li.active {
    background-color: #e7edef;
}
.va-no-padding {
    padding: 0;
}
.va-no-margin {
    margin: 0;
}
.va-ce-category-title {
    font-size: 24px;
    color: #747474;
    font-weight: 400;
    padding: 10px 0;
}
.va-white-box {
    background-color: #fff;
    padding: 20px;
}
.va-white-box.va-white-box-rounded {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.va-white-box.va-white-box-condensed {
    padding: 10px 10px 40px;
}
.va-white-box.va-white-box-condensed-lg {
    padding: 10px 25px 40px;
}
.va-white-box.va-white-box-compact {
    padding: 0 20px;
    margin-top: 40px;
    border-top: 1px solid #e5eaed;
}
.va-white-box.va-white-box-dialog {
    padding: 5px 10px;
}
.va-white-box .va-white-box-relative {
    position: relative;
}
.va-white-box.va-no-padding {
    padding: 0;
}
.va-box-first-item {
    color: #1483d1;
    background-color: #e0f3fb;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 10px;
    width: 242px;
    height: 54px;
    line-height: 22px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -5px;
    margin-left: -15px;
    z-index: 999;
    position: relative;
}
.va-welcome-title-margin {
    margin-top: 60px;
    margin-bottom: 60px;
}
.va-welcome-title-margin.va-welcome-title-margin-condensed {
    margin-bottom: 10px;
}
.va-package-preview {
    background-color: #e7edef;
    margin-top: 31px;
    padding: 0 20px;
}
.va-package-preview .va-package-preview-list {
    list-style: none inside;
    padding: 0;
}
.va-package-preview .va-package-preview-list>li {
    font-weight: 400;
}
.va-ol-number {
    font-size: 15px;
    padding: 4px;
}
.va-welcome-menu-item-description {
    font-size: 13px;
}
.va-no-padding-left {
    padding-left: 0!important;
}
.va-package-box-submitted {
    padding-top: 145px;
    position: relative;
}
.va-package-box-submitted>h4 {
    color: #00ba89;
}
.va-package-box-submitted:hover .va-ce-package-name>a, .va-package-box-submitted:hover .va-ce-package-name>a:active {
    color: #00ba89;
    text-decoration: none;
}
.va-truck-box {
    position: relative;
}
.va-truck-box>h4 {
    color: #00ba89;
}
.va-cover-img {
    background-size: cover;
    background-position: 50%;
    height: 230px;
    width: 100%}
.va-package-box-submitted-delivery {
    position: relative;
    min-height: 142px;
    padding: 0 12px 0 315px;
}
.va-package-box-submitted-delivery>h4 {
    color: #00ba89;
}
.va-package-cover-img-left {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 300px;
    height: 140px;
    overflow: hidden;
}
.va-text-gray-blue {
    color: #75869b;
}
.va-text-teal-blue {
    color: #30667f;
}
.va-text-dark-cerulean {
    color: #024f6f;
}
.va-text-light-slate-gray {
    color: #76869a;
}
.va-text-xs, .va-text-xxs {
    font-size: 12px;
}
.va-text-sm {
    font-size: 14px;
}
.va-text-md {
    font-size: 15px;
}
.va-text-lg {
    font-size: 18px;
}
.agency-text-lg {
    font-size: 1.125em;
    font-size: 1.8em;
}
.agency-text-xl {
    font-size: 1.75em;
    font-size: 2.5em;
    line-height: 175%}
.va-text-xl {
    font-size: 24px;
}
.va-text-h1 {
    font-size: 40px;
}
.agency-text-h1 {
    font-size: 4.5em;
    font-size: 7em;
}
.va-block-left {
    float: left;
}
.va-form-field-margin-left {
    margin-left: 10px;
}
.va-package-menu-item {
    display: block;
    line-height: 1.6;
}
.va-package-menu-item.va-package-menu-item-title {
    margin-bottom: 5px;
}
.va-text-default-color {
    color: #747474;
}
.va-btn-toolbar {
    margin-top: 20px;
}
.va-border-bottom-default:after {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e6eaef;
    content: " ";
    padding: 0;
    margin-left: -22px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.va-welcome-details-list>li {
    list-style-position: outside;
}
.va-circle {
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    vertical-align: bottom;
    width: 70px;
    height: 70px;
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 0;
}
.va-circle.va-circle-green {
    background-color: #00ba89;
    color: #fff;
}
.va-circle>span {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    line-height: 1.21;
    margin-top: 5px;
}
.va-circle>span.va-circle-text-lg {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
}
.va-btn-toolbar-padding {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 25px;
}
.va-welcome-margin-bottom {
    padding-bottom: 20px;
}
.va-ce-price {
    color: #00ba89;
}
.va-progressbar-thin.progress {
    height: 5px!important;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #e8e9ef;
    margin: 0 10px 0 0;
    max-width: 70%}
.va-progressbar-thin.progress>.progress-bar {
    background-color: #1483d1;
    box-shadow: none;
}
.va-progressbar-thin.va-progressbar-inline {
    display: inline-block;
    position: relative;
    min-width: 70%}
.va-dash-progress-list {
    margin-bottom: 30px;
    padding: 0 20px;
}
.va-booked-events-list {
    vertical-align: middle;
}
.va-booked-events-list>h3 {
    margin-bottom: 0;
    padding-top: 18px;
    margin-top: 0;
}
.va-booked-events-list>h3>a {
    color: #747474;
}
.va-dashboard-top-margin {
    margin-top: 35px;
}
.va-white-box-margin-bottom {
    margin-bottom: 38px;
}
.pullUp {
    animation-name: pullUp;
    -webkit-animation-name: pullUp;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%}
@keyframes pullUp {
    0% {
    transform: scaleY(.1);
}
40% {
    transform: scaleY(1.02);
}
60% {
    transform: scaleY(.98);
}
to {
    transform: scaleY(.98);
}
80% {
    transform: scaleY(1.01);
}
to {
    transform: scaleY(1);
}
}@-webkit-keyframes pullUp {
    0% {
    -webkit-transform: scaleY(.1);
}
40% {
    -webkit-transform: scaleY(1.02);
}
60% {
    -webkit-transform: scaleY(.98);
}
to {
    -webkit-transform: scaleY(.98);
}
80% {
    -webkit-transform: scaleY(1.01);
}
to {
    -webkit-transform: scaleY(1);
}
}.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
}
@keyframes pullDown {
    0% {
    transform: scaleY(.1);
}
to {
    transform: scaleY(1);
}
}@-webkit-keyframes pullDown {
    0% {
    -webkit-transform: scaleY(.1);
}
40% {
    -webkit-transform: scaleY(1.02);
}
60% {
    -webkit-transform: scaleY(.98);
}
to {
    -webkit-transform: scaleY(.98);
}
80% {
    -webkit-transform: scaleY(1.01);
}
to {
    -webkit-transform: scaleY(1);
}
}@-webkit-keyframes slideRight {
    0% {
    -webkit-transform: translateX(-100%);
}
to {
    -webkit-transform: translateX(0);
}
}@keyframes slideLeft {
    0% {
    transform: translateX(0);
}
to {
    transform: translateX(-1000%);
}
}@-webkit-keyframes slideLeft {
    0% {
    -webkit-transform: translateX(0);
}
to {
    -webkit-transform: translateX(-1000%);
}
}.va-alert {
    width: 100%;
    text-align: center;
    padding: 17px 10px;
    font-size: 14px;
    font-weight: 300;
}
.va-alert.va-alert-green {
    background-color: #00ba89;
    color: #fff;
}
.va-alert .icon {
    color: #fff;
}
.va-alert>span {
    display: inline-block;
    float: none;
    opacity: 1;
    margin-left: 30px;
    vertical-align: top;
}
.va-ce-options {
    margin-bottom: 3px;
}
.va-ce-description-textarea {
    height: 102px!important;
}
.va-ce-earnings {
    background-color: #00ba89;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.va-ce-earnings>h3 {
    margin: 0;
    font-weight: 400;
}
.va-ce-earnings>p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}
.va-help-block {
    display: block;
}
.va-step-completed {
    display: inline-block;
}
.va-step-completed, .va-step-completed.active {
    color: #00ba89!important;
}
.editable-wrap .editable-input.form-control {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.editable-wrap.editable-text, .editable-wrap.editable-textarea {
    display: block;
}
.va-text-danger {
    color: #ea404c;
}
.va-text-margin-right-md {
    margin-right: 12px;
}
.va-catering-charge-table>thead>tr th {
    border-right: 1px solid #ebebeb;
}
.va-catering-charge-table>thead>tr th:first-child, .va-catering-charge-table>thead>tr th:last-child {
    border-right: 0;
}
.va-catering-charge-table>tbody td:last-child .form-control {
    border-right: 1px solid #ebebeb;
}
.va-catering-charge-table>tbody td:last-child .form-control:focus {
    border-right: 1px solid #00adf5;
}
.va-catering-charge-table .form-control {
    border-right: 0;
}
.va-catering-charge-table .form-control:focus {
    border-right: 1px solid #00adf5;
}
.va-catering-charge-table .va-catering-charge-table-caption {
    padding-right: 10px;
}
.va-gravatar-new-message {
    border: 4px solid #00ba89;
}
.va-gravatar-rejected {
    border: 4px solid #d9534f;
}
.va-img-circle-default-margin {
    margin: 0 10px 0 0;
}
.va-block {
    display: block;
}
.va-text-light-gray {
    color: #a8a8a8;
}
.va-event-details-box {
    margin-left: 100px;
}
.va-img-circle-top {
    margin-top: -50px;
}
.va-gray-box {
    background-color: #e9eef0;
    padding: 20px;
}
.va-gray-box.va-gray-box-rounded {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.va-gray-box.va-gray-box-condensed {
    padding: 10px 10px 40px;
}
.va-gray-box.va-gray-box-condensed-lg {
    padding: 10px 25px 40px;
}
.va-gray-box.va-gray-box-dialog {
    padding: 5px 10px;
}
.va-gray-box .va-gray-box-relative {
    position: relative;
}
.va-gray-box.va-no-padding {
    padding: 0;
}
.va-text-green-bg {
    background-color: #00ba89;
}
.va-text-white {
    color: #fff;
}
.va-text-black {
    color: #000;
}
.va-text-green {
    color: #00ba89;
}
.va-navbar-default-border {
    border-bottom: 0;
}
.va-sep {
    border-top: 1px solid #d6dadb;
}
.va-box-header {
    margin: 0;
    min-height: 50px;
    padding: 0 20px;
    line-height: 50px;
}
.va-pagination-sm>li.active>a {
    background-color: transparent;
    color: #00adf6;
    border: 0;
}
.va-pagination-sm>li.active>a:focus, .va-pagination-sm>li.active>a:hover {
    border: 0;
    background-color: transparent;
    border-color: transparent;
    color: #00adf6;
}
.va-pagination-sm>li:last-child>a {
    border-right: 0!important;
}
.va-pagination-sm>li:first-child>a {
    border-left: 0!important;
}
.va-pagination-sm>li>a {
    color: #a8a8a8;
    border-bottom: 0!important;
    border-top: 0!important;
}
.va-footer {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.va-footer .row {
    margin-left: 0;
    margin-right: 0;
}
.rh-catering-margin-bottom {
    margin-bottom: 100px;
}
.va-container-wide {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
    .va-container-wide {
    width: 750px;
}
}@media (min-width:992px) {
    .va-container-wide {
    width: 970px;
}
}@media (min-width:1200px) {
    .va-container-wide {
    width: 1280px;
}
}.va-ce-header-details>div>p>span {
    display: block;
    font-size: 25px;
    font-weight: 300;
    color: #00ba89;
}
@media (max-width:992px) {
    .va-ce-header-details>div>p>span {
    font-size: 18px;
}
}.hover_tooltip {
    position: relative;
}
.hover_tooltip_txt {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 10px;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    background: #00adf6;
    display: none;
    min-width: 150px;
    line-height: 1.2em;
    z-index: 15;
}
.va-light-gray-border-right {
    border-right: 1px solid #e5eaed;
}
@media (max-width:768px) {
    .va-light-gray-border-right {
    border: none;
}
}.va-ce-header-text-block {
    padding: 7em 15px;
    position: relative;
    font-size: 16px;
}
@media (max-width:992px) {
    .va-ce-header-text-block {
    padding: 3em 15px;
}
}.va-ce-header-text-block h5 {
    font-size: 1.4em;
}
.va-ce-header-text-block>h3.va-ce-header-title {
    font-size: 40px;
}
.va-relative {
    position: relative;
}
.va-ce-package-details-items a {
    color: #000;
}
.va-ce-package-details-items ul {
    list-style: none inside;
    padding-left: 0;
}
.va-text-uppercase {
    text-transform: uppercase;
}
.va-img-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    background-size: cover;
    background-position: 50%}
.va-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    display: block;
    content: " ";
    position: absolute;
}
.va-sup {
    vertical-align: top;
}
.va-sup.va-sup-blue {
    color: #1483d1;
}
.va-popover {
    border: 0;
    background-color: transparent;
    box-shadow: none;
}
.va-popover>.popover-content {
    background-color: #e0f3fa;
    color: #00adf6;
    padding: 25px 15px;
    border-radius: 5px;
}
.va-popover.popover.right {
    margin-left: 0;
}
.va-popover.popover.right>.arrow, .va-popover.popover.right>.arrow:after {
    display: none;
}
.va-ce-header-cell {
    padding: 14px 10px;
    margin: 0;
}
@media (max-width:768px) {
    .va-ce-header-cell {
    padding: 5px 0 10px;
}
}@media (max-width:900px) {
    .catering-page-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
}.rh-catering-header {
    display: block;
    width: 100%;
    position: relative;
}
@media (max-width:375px) {
    .rh-catering-header {
    height: 150px;
}
}@media (max-width:375px) {
    .rh-catering-header>img {
    position: relative;
    max-height: 150px;
    width: auto;
    margin-left: -70%}
}@media (max-width:596px) {
    .rh-catering-header>img {
    height: 18vh;
}
}.rh-catering-header>.rh-catering-header-text-block {
    position: absolute;
    top: 20%;
    width: 60%;
    left: 20%}
.rh-catering-header>.rh-catering-header-text-block h1, .rh-catering-header>.rh-catering-header-text-block p {
    display: none;
}
.rh-catering-header>.rh-catering-header-text-block h1.ng-scope, .rh-catering-header>.rh-catering-header-text-block p.ng-scope {
    display: block;
}
@media (max-width:1199px) {
    .rh-catering-header>.rh-catering-header-text-block {
    top: 8%}
}@media (max-width:767px) {
    .rh-catering-header>.rh-catering-header-text-block {
    top: 30%;
    height: 50%;
    width: 100%;
    left: 0;
}
}@media (max-width:767px) {
    .rh-catering-header>.rh-catering-header-text-block>h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}
}@media (max-width:375px) {
    .rh-catering-header>.rh-catering-header-text-block>h1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
}
}@media (max-width:375px) {
    .rh-catering-header>.rh-catering-header-text-block>p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 10%;
    padding-right: 10%}
}.va-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.va-content, .va-content .form-control {
    font-size: 16px;
}
.rh-catering-angular {
    padding-top: 40px;
    padding-bottom: 40px;
}
#agency_v2-subheader-image>img {
    margin-bottom: 0;
    margin-top: -21.5%}
#agency_v3-subheader-image>img {
    margin-bottom: -23.5%;
    margin-top: -6%}
#agency_v4-subheader-image>img {
    margin-bottom: -7.8%}
#in-office-section-1 {
    background-image: url(../assets/img/in_office_header_1@2x.150e1920.jpg);
    background-size: cover;
    min-height: 80vh;
    height: auto;
    background-position: 50%}
.in-office-header-copy {
    margin-top: 6%}
.in-office-header-copy p {
    margin: 0 auto 20px;
}
.in-office-header-copy .rh-btn-catering.rh-btn-catering-margin-top {
    margin: 5px;
    padding: 9px 20px;
}
@media (max-width:700px) {
    .in-office-header-copy {
    margin-top: 16%}
}#in-office-section-4 h2, #in-office-section-4 p, #in-office-section-5 h2, #in-office-section-5 p, .in-office-header-copy>h2, .in-office-header-copy>p, .in-office-section-copy h2, .in-office-section-copy p {
    color: #000;
}
#section-2>#section-2-bckg-in-office {
    background-image: url(../assets/img/in_office_2.f924b911.jpg);
    background-position-x: 54%}
#section-3 #section-3-bckg-in-office {
    background-image: url(../assets/img/in_office_3.f8ab8e84.jpg);
    background-size: 127%;
    background-position-x: 100%}
#section-4 #section-4-bckg-in-office {
    background-image: url(../assets/img/in_office_4.eca7c377.jpg);
    background-position-x: 70%}
#section-5 #section-5-bckg-in-office {
    background-image: url(../assets/img/in_office_5.021bef76.jpg);
    background-position-x: 54%}
.in-office-section-7 #bav_calculator .va-catering-section-block h3 {
    font-size: 3.6em;
    text-align: center;
}
#in_office_bav_calculator .row div h3 {
    margin-bottom: 0;
}
#bav_calculator .va-catering-section-block .va-row-form-margin .col-sm-3 .input {
    margin-bottom: 30px;
}
#bav_calculator .calculator_fields .va-checkbox-horizontal .control-label {
    display: inline;
}
@media screen and (max-width:767px) {
    #bav_calculator .calculator_fields .va-checkbox-horizontal .control-label {
    display: block;
}
}#bc_estimate div .va-catering-estimate {
    font-size: 1.5em;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: 1px solid #00adf6;
    margin: 1px 5px 1px 1px;
}
.two-col {
    max-width: 1070px;
    margin: 30px auto;
}
.two-col #sidebar {
    padding: 0 20px;
}
.two-col .header span {
    font-size: 1.2em;
    line-height: 1;
    padding: 0;
    position: relative;
    font-family: Helvetica Rounded Bold Condensed, HelveticaRounded-BoldCond, HelveticaRounded BoldCond, BebasNeueRegular, ArialRoundedMTSTd-Bold, Arial Rounded MT Bold, Arial Rounded MT Pro Bold, Arial Narrow, Helvetica, Arial, sans-serif;
    font-stretch: condensed;
    word-spacing: .18em;
    text-transform: uppercase;
}
.two-col .header {
    font-size: 5em;
    font-weight: 400;
    color: #000;
}
.city_view h1.header {
    float: left;
    position: relative;
}
h1.header em.closed_alert {
    top: 0;
    right: -20px;
    font-size: 24px;
    color: #fff;
    background: #00aced;
    background-color: rgba(0, 172, 237, .95);
    padding: 0 5px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}
.imgholder .closed_alert, h1.header em.closed_alert {
    display: block;
    font-style: normal;
    position: absolute;
    font-family: BebasNeueRegular, Bebas, sans-serif;
}
.imgholder .closed_alert {
    top: 50px;
    left: 50px;
    background: #00aced;
    font-size: 36px;
    padding: 10px 20px;
    background-color: rgba(0, 172, 237, .8);
    top: 35%;
    left: 35%;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.imgholder .closed_alert h2 {
    color: #fff;
    font-size: 2em;
}
.two-col li, .two-col p {
    font-family: National, sans-serif;
    font-size: 1.5em;
    color: #787878;
    margin-bottom: 1em;
    line-height: 1.2;
}
.two-col a {
    color: #00aced;
}
.two-col a.btn {
    color: #fff;
}
.two-col li {
    margin-bottom: 4px;
}
.two-col #sidebar img {
    width: 100%}
.citylinks {
    padding: 0;
}
#sidebar .subhead {
    font-size: 2.1em;
}
@media (max-width:991px) {
    .two-col #sidebar {
    padding: 0;
    border: none;
}
.faq_full dt {
    padding-top: 60px;
}
.faq_full dd {
    margin-bottom: 0;
}
}.tweetlist ul {
    padding: 0;
}
#sidebar .widget .tweetlist li {
    color: #000;
}
.tweetlist li span.tweet_date {
    color: #aaa;
    display: block;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #00adf6;
    border-color: #00adf6;
    font-family: National, sans-serif;
    font-size: 20px;
    padding: 5px 12px 7px;
}
.btn-default {
    font-size: 16px;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0089c3;
    border-color: #0082b9;
}
.faq_list li {
    font-size: 14px;
    margin: 0;
}
.faq_list li a {
    color: #00aced;
}
.faq_full {
    font-size: 14px;
    color: #797979;
}
.faq_full dd {
    margin-bottom: 30px;
}
.two-col .form-group label {
    font-size: 14px;
}
.button {
    font-size: 20px;
    height: auto;
    font-family: BebasNeueRegular, Bebas, Helvetica Rounded Bold Condensed, HelveticaRounded-BoldCond, HelveticaRounded BoldCond, RoundedMTSTd-Bold, \ Rounded MT Bold, \ Rounded MT Pro Bold, Helvetica, Open Sans, sans-serif;
}
.facebook_login {
    background-image: url(../assets/img/connect_btn.fe8cc279.png);
    display: block;
    width: 162px;
    height: 28px;
    text-indent: -30em;
    overflow: hidden;
    margin: 10px 0;
    background-repeat: no-repeat;
}
.modal_content#comments, .modal_content#login, .modal_content#signup {
    padding: 10px;
}
.modal_content#comments input[type=password], .modal_content#comments input[type=text], .modal_content#comments select, .modal_content#login input[type=password], .modal_content#login input[type=text], .modal_content#login select, .modal_content#signup input[type=password], .modal_content#signup input[type=text], .modal_content#signup select {
    font-size: 14px;
}
.modal_content#comments h2.header, .modal_content#login h2.header, .modal_content#signup h2.header {
    display: none;
}
.modal_content#comments .facebook_box, .modal_content#login .facebook_box, .modal_content#signup .facebook_box {
    border-top: 2px solid #eee;
    padding: 5px 0;
}
.bootstrap-dialog.size-normal .bootstrap-dialog-title span.lg-title {
    font-size: 26px;
}
@media (max-width:480px) {
    .modal-dialog {
    width: 100%;
    margin: 0;
}
.modal.bootstrap-dialog {
    padding: 10px!important;
}
}@media (min-width:768px) {
    .modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
    width: 300px;
}
}@media (min-width:1200px) {
    .modal-dialog.modal-pic {
    width: auto;
    max-width: 1032px;
}
.modal-dialog.modal-pic img {
    margin: 0 auto;
}
}@media (min-width:992px) {
    .modal-lg {
    width: 900px;
}
}.bootstrap-dialog.rh-google-calendar-dialog.type-primary .modal-header {
    background-color: #fff;
}
@media (max-width:991px) {
    body.modal-open[style] {
    padding-right: 0!important;
}
}.va-navbar-mini>ol, .va-navbar-mini>ul {
    text-align: center;
    margin-top: 45px;
}
.va-navbar-mini>ol>li, .va-navbar-mini>ul>li {
    color: #747474;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    padding: 6px 0;
}
.va-navbar-mini>ol>li.active, .va-navbar-mini>ul>li.active {
    color: #1483d1;
}
.va-navbar-mini>ol>li>a, .va-navbar-mini>ul>li>a {
    text-decoration: none;
    color: #747474;
}
.va-navbar-mini>ol>li>a.active, .va-navbar-mini>ul>li>a.active {
    color: #1483d1;
}
.va-navbar-mini>ol>li:before, .va-navbar-mini>ul>li:before {
    content: " - ";
    display: inline-block;
    width: 15px;
    text-align: center;
}
.va-navbar-mini>ol>li:first-child:before, .va-navbar-mini>ul>li:first-child:before {
    content: ""}
.va-navbar-header>li {
    font-size: 14px;
    font-weight: 300;
}
.va-navbar-header>li.active a {
    font-weight: 400;
    background-color: #fff!important;
}
.va-navbar-header>li>a {
    color: #555!important;
}
.va-navbar-brand.navbar-brand {
    margin-top: 13px;
    margin-bottom: 13px;
    height: 50px;
    padding: 0 20px;
}
.va-navbar-brand.navbar-brand>.rh-nav-logo {
    display: block;
    width: 0;
    height: 0;
    outline: none!important;
    padding: 25px 25px 28px;
    margin: 0 auto;
    border: 0;
    background-image: url(../assets/img/rh-logo-navbar@2x.221c825b.png);
    background-size: 88%;
    background-repeat: no-repeat;
    background-position: 50%}
.va-navbar-blue {
    background-color: #00aeef;
    border-radius: 0;
    margin-bottom: 0;
}
.rh-mobile-nav {
    background-color: #00adee;
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .3);
}
.rh-mobile-nav>.container-fluid {
    position: relative;
}
.rh-mobile-nav>.container-fluid>.rh-navbar-homelogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98px;
    padding: 5px 0 7px;
}
.rh-mobile-nav>.container-fluid>.rh-navbar-homelogo>img {
    width: 100%;
    height: 100%}
.rh-mobile-nav>.container-fluid>.btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #fff;
    padding: 16px 12px;
    border: 0;
    font-size: 14px;
}
@media (max-width:991px) {
    .page-wrapper.mm-page {
    padding-top: 60px;
}
.app-hide-header .page-wrapper.mm-page {
    padding-top: 0;
}
}.app-hide-header .rh-mobile-nav {
    visibility: hidden;
}
html.mm-opened.mm-next, html.mm-opened.mm-next body {
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
hr.va-hr {
    margin-top: 72px;
    margin-bottom: 72px;
}
@media only screen and (max-width:640px) {
    hr.va-hr {
    margin-top: 36px;
    margin-bottom: 36px;
}
}hr.agency-hr {
    margin-left: 17%;
    margin-right: 17%;
    display: block;
    position: relative;
    padding: 0;
    height: 0;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 1px solid #c2c2c2;
    margin-top: 80px;
}
@media (max-width:600px) {
    hr.agency-hr {
    margin-left: 10%;
    margin-right: 10%}
}hr.agency-hr-transparent {
    margin-left: 20%;
    margin-right: 20%;
    border: none;
    border-top: transparent;
    margin-top: 80px;
}
hr.agency-hr-transparent, hr.agency-long-hr {
    display: block;
    position: relative;
    padding: 0;
    height: 0;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
}
hr.agency-long-hr {
    margin-left: 10%;
    margin-right: 10%;
    border: none;
    border-top: 1px solid #c2c2c2;
}
.takeover-logos, .va-table {
    max-width: 100%}
.va-table {
    width: 100%;
    margin-bottom: 15px;
}
h1.color-teal-blue, h2.color-teal-blue, h3.color-teal-blue, h4.color-teal-blue, h5.color-teal-blue, h6.color-teal-blue {
    color: #30667f;
}
.line-height-lg {
    line-height: 1.7;
}
p.text-medium {
    font-size: 18px;
    font-weight: 300;
}
input[disabled]:not([type=submit]), textarea[disabled] {
    background-color: #fff!important;
}
input[disabled]:not([type=submit])[placeholder], textarea[disabled][placeholder] {
    font-size: 15px;
    color: #99bac8;
    font-weight: 300;
    border: 1px solid #ebebeb;
    opacity: .5;
}
.va-form-control-inline {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
}
.va-form-control {
    height: 28px;
    padding: 4px 6px;
    font-weight: 300;
}
.va-form-control-xs {
    width: 58px;
}
.va-form-control-sm {
    width: 154px;
}
.va-control-label.va-control-label-left {
    text-align: left;
}
.checkbox label.va-text-light {
    font-weight: 300;
}
.va-checkbox label {
    line-height: 30px;
    vertical-align: top;
    margin-right: 15px;
    font-weight: 300;
}
.va-checkbox label>a, .va-checkbox label>span {
    vertical-align: top;
}
.va-checkbox label.va-checkbox-horizontal label {
    margin-right: 28px;
}
label input[type=checkbox] {
    display: none;
}
label input[type=checkbox]+.custom-checkbox {
    padding: 9px;
    border-radius: 0;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
label input[type=checkbox]+.custom-checkbox.custom-checkbox-primary {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0;
    box-shadow: inset 0 1px 3px 0 #c8c8c8;
}
label input[type=checkbox]+.custom-checkbox.custom-checkbox-inverted {
    background-color: transparent;
    border: 1px solid #00ba89;
}
label input[type=checkbox]+.custom-checkbox.custom-checkbox-horizontal {
    margin-right: 5px;
}
.lt-ie9 label input[type=checkbox] {
    display: inline-block;
}
label:active input[type=checkbox]+.custom-checkbox, label:active input[type=checkbox]:checked+.custom-checkbox {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}
.lt-ie9 label input[type=checkbox]+.custom-checkbox {
    display: none;
}
label input[type=checkbox]:checked+.custom-checkbox {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px hsla(0, 0%, 100%, .1);
}
label input[type=checkbox]:checked+.custom-checkbox.custom-checkbox-primary {
    background-color: #fff;
    border: 1px solid #00ba89;
}
label input[type=checkbox]:checked+.custom-checkbox.custom-checkbox-primary:after {
    content: url(../assets/svg/Checkmark-White.4f1cb2a5.svg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00ba89;
    padding: 3px 4px 4px;
    box-shadow: inset 0 1px 3px 0 #018562;
}
label input[type=checkbox]:checked+.custom-checkbox.custom-checkbox-inverted {
    background-color: transparent;
    border: 1px solid #75869b;
}
label input[type=checkbox]:checked+.custom-checkbox.custom-checkbox-inverted:after {
    content: "";
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    right: 3px;
    background-color: #75869b;
}
.va-checkbox .custom-checkbox {
    margin: 10px 10px -10px 0;
}
label input[type=checkbox]:disabled+.custom-checkbox:after {
    color: #777!important;
}
label input[type=checkbox]+.big-checkbox {
    width: 30px;
    height: 30px;
    padding: 14px;
}
label:active input[type=checkbox]+.big-checkbox:after, label input[type=checkbox]:checked+.big-checkbox:after {
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
label input[type=radio] {
    display: none;
}
label input[type=radio]+.custom-radio {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
label input[type=radio]:checked+.custom-radio:after {
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #99a1a7;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    text-shadow: 0;
    left: 3px;
    font-size: 32px;
}
label input[type=radio]:checked+.custom-radio {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px hsla(0, 0%, 100%, .1), inset 0 0 10px rgba(0, 0, 0, .1);
}
label:active input[type=radio]+.custom-radio, label:active input[type=radio]:checked+.custom-radio {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}
label input[type=radio]+.big-radio {
    padding: 16px;
}
label input[type=radio]:checked+.big-radio:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}
.takeover_form .form-control {
    font-size: 16px;
}
.takeover_form .radio-inline {
    padding-left: 0;
    font-size: 18px;
}
.takeover_form .radio-inline+.radio-inline {
    margin-left: 20px;
}
.takeover_form label input[type=radio]+.custom-radio {
    top: 2px;
    margin-right: 5px;
}
.va-input-file-field {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
}
.va-input-file-field:active {
    outline: none;
}
.va-input-file-field::-webkit-file-upload-button {
    visibility: hidden;
}
.va-input-file-field:before {
    content: " Upload image";
    display: inline-block;
    background-color: #f8f8f8;
    padding: 5px 80% 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    vertical-align: top;
    cursor: pointer;
    color: #00adf6;
    font-weight: 300;
    font-size: 15px;
}
label#hungrycheck {
    padding-bottom: 80px;
    background-image: url(../assets/img/check2.d7ef30ee.png);
    background-position: 90% 50px;
    background-repeat: no-repeat;
}
.in-office label#hungrycheck {
    padding-bottom: 100px;
    background-position: 100% 50px;
}
@media (max-width:524px) and (min-width:432px) {
    .in-office label#hungrycheck {
    padding-bottom: 120px;
    background-position: 100% 100%}
}@media (max-width:400px) {
    .in-office label#hungrycheck {
    padding-bottom: 120px;
    background-position: 100% 100%}
}p.message-step {
    text-align: center;
}
.va-dropdown-menu-wide-md {
    min-width: 200px;
}
.btn-group-lg>.btn, .btn-lg {
    font-weight: 400;
}
.rh-btn {
    padding: 6px 52px;
}
.rh-btn-padding-md {
    padding: 6px 40px;
}
.rh-btn-block-lg {
    width: 100%;
    height: 100%;
    min-height: 291px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 20px;
}
.open>.dropdown-toggle.rh-btn-block-lg, .rh-btn-block-lg.active, .rh-btn-block-lg:active, .rh-btn-block-lg:focus, .rh-btn-block-lg:hover {
    color: #333;
    background-color: #fff;
    border-color: #00adf6;
}
.open>.dropdown-toggle.rh-btn-block-lg, .rh-btn-block-lg.active, .rh-btn-block-lg:active {
    background-image: none;
}
.rh-btn-block-lg.disabled, .rh-btn-block-lg.disabled.active, .rh-btn-block-lg.disabled:active, .rh-btn-block-lg.disabled:focus, .rh-btn-block-lg.disabled:hover, .rh-btn-block-lg[disabled], .rh-btn-block-lg[disabled].active, .rh-btn-block-lg[disabled]:active, .rh-btn-block-lg[disabled]:focus, .rh-btn-block-lg[disabled]:hover, fieldset[disabled] .rh-btn-block-lg, fieldset[disabled] .rh-btn-block-lg.active, fieldset[disabled] .rh-btn-block-lg:active, fieldset[disabled] .rh-btn-block-lg:focus, fieldset[disabled] .rh-btn-block-lg:hover {
    background-color: #fff;
    border-color: #ccc;
}
.rh-btn-block-lg .badge {
    color: #fff;
    background-color: #333;
}
.rh-btn-block-lg>i.fa, .rh-btn-block-lg>span.fa-stack {
    color: #00adf6;
}
.rh-btn-block-lg>a {
    text-decoration: none;
    display: block;
}
.rh-btn-block-lg>a>h4 {
    font-weight: 400;
    font-size: 20px;
    margin: 10px 15px 5px;
}
.rh-btn-block-lg>a>p {
    font-weight: 300;
    font-size: 14px;
    color: #747474;
    margin: 0 15px;
    padding: 0 0 10px;
}
.rh-btn-block-lg .caption {
    margin: 0 15px;
}
.btn-flat {
    background-color: transparent;
    border: 0;
    color: #00adf6;
}
.btn-flat.btn-flat-margin-top {
    margin-top: 20px;
}
.btn-flat.btn-flat-check-margin {
    margin-top: 8px;
    margin-left: 10px;
}
.btn-flat:focus {
    outline: none!important;
}
.btn-flat:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-flat>img {
    margin-right: 10px;
    margin-left: 1px;
}
.va-btn-active {
    border: 1px solid #1483d1;
}
.btn.disabled {
    opacity: .5;
}
.btn-relative {
    position: relative;
}
.btn-green, .btn-green:active, .btn-green:focus, .btn-green:hover {
    background-color: #00ba89;
    color: #fff;
    border-color: #00ba89;
}
.btn-green:active, .btn-green:focus, .btn-green:hover {
    outline: none;
}
.va-btn-compact {
    padding: 9px;
}
.rh-btn-lg {
    font-size: 20px;
}
#allcities_header {
    max-height: 400px;
    width: 100%;
    background: url(../assets/img/allcities.cd56323d.jpg) no-repeat 50%;
    background-size: cover;
}
#allcities_header h1 {
    font-family: Platform Web, sans-serif;
    color: #fff;
    padding: 2em 0;
    text-align: center;
    font-size: 6.4em;
    margin: -1px 0 0;
}
@media (max-width:600px) {
    #allcities_header h1 {
    padding: 1em 0;
    font-size: 4em;
}
}#allcities_content {
    margin: 50px auto 80px;
}
@media (max-width:430px) {
    #allcities_content .col-xs-6: nth-child(3) {
    clear: both;
}
}@media (max-width:400px) {
    #allcities_content .col-xs-6 {
    width: 100%}
}#allcities_content ul.cityList {
    margin-bottom: 0;
    padding: 0 0 0 20px;
    font-size: 14px;
}
#allcities_content ul.cityList a {
    color: #747474;
}
#allcities_content h2.subhead a {
    color: #747474;
    font-size: 20px;
}
.stateCities {
    display: none;
}
.state_subcities .stateListing .stateCities {
    display: block;
}
.error_message, .message {
    background: #448acb;
    width: 100%;
    padding: 15px;
    color: #fff;
    border-radius: 4px;
    font-size: 2em;
    margin: 10px auto;
}
@media only screen and (max-width:991px) {
    .error_message, .message {
    margin: 80px auto 20px;
}
}.responsive_updated {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
}
.responsive_updated p {
    margin: 0 0 20px;
}
@media (max-width:991px) {
    .responsive_updated {
    font-size: 14px;
    margin-top: 10px;
}
}.responsive_updated h1 {
    font-family: Platform Web, sans-serif;
    color: #666;
    font-size: 2.7em;
}
.responsive_updated .input-group .form-control {
    float: none;
    height: 38px;
    font-size: 16px;
}
.responsive_updated #sidebar {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
    font-size: 10px;
}
.responsive_updated #sidebar .widget {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #e5e5e5;
}
.responsive_updated #sidebar .widget li, .responsive_updated #sidebar .widget p {
    font-size: 14px;
}
.responsive_updated #sidebar .widget h2.subhead, .responsive_updated #sidebar .widget h3.subhead {
    font-family: National, sans-serif;
    background: none;
    text-indent: 0;
    text-transform: none;
    font-weight: 300;
    color: #666;
    margin: 20px 0 10px;
}
.responsive_updated #sidebar .widget h2.subhead a, .responsive_updated #sidebar .widget h3.subhead a {
    cursor: pointer;
    color: #666;
}
.responsive_updated #sidebar .widget h2.subhead a:hover, .responsive_updated #sidebar .widget h3.subhead a:hover {
    text-decoration: underline;
}
.responsive_updated #sidebar .widget ul.bloglist span {
    display: block;
    color: #aaa;
}
.responsive_updated #sidebar .widget ul.bloglist, .responsive_updated #sidebar .widget ul.tweetlist, .responsive_updated #sidebar .widget ul.tweetlist ul {
    list-style: none;
    padding: 0;
}
.responsive_updated #sidebar #search {
    height: 38px;
}
@media (max-width:991px) {
    .responsive_updated #sidebar {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border: none;
    border-top: 1px solid #e5e5e5;
}
}.cta {
    background: #fff;
    margin: -20px 0 10px;
    padding: 25px;
    border: 1px solid #ddd;
}
@media only screen and (max-width:991px) {
    .cta {
    margin: 20px 0 0;
}
}.cta p {
    font-size: 14px;
    font-weight: 300;
}
.cta h2 {
    margin: 0 0 5px;
    font-weight: 400;
}
.cta h2 a:hover {
    text-decoration: none;
}
@media (max-width:991px) {
    .city_view#city_view-filter {
    margin-top: 20px;
}
}.city_view .next_meal h4 {
    margin: -6px 0 2px;
}
.city_view .next_meal input#userloc {
    border-radius: 0;
    box-shadow: none;
}
.city_view .next_meal .btn-primary {
    padding: 3px 12px;
    background: #999;
    border: 1px solid #999;
}
.city_view .next_meal .btn-primary:hover {
    background: #777;
    border: 1px solid #777;
}
.city_view #topmap h2 {
    margin: 0;
}
.city_view .dropdown-menu {
    font-size: 14px;
    font-family: National, sans-serif;
}
.city_view .square_truck h5.city {
    display: none;
}
.city_view p {
    font-weight: 300;
}
.city_view #city-dropdown {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid transparent;
    height: 43px;
    opacity: .7;
    vertical-align: middle;
}
.city_view #city-dropdown img {
    vertical-align: top;
}
.city_view #city-dropdown:hover {
    cursor: pointer;
    opacity: 1;
}
.city_view .widget {
    margin: 0 0 25px;
}
.city_view .responsive_show {
    margin-bottom: 15px;
}
.city_view .responsive_show hr {
    border-top: 1px solid #e5e5e5;
}
.city_view .filters {
    margin: 10px 0;
    padding: 5px;
    background: rgba(0, 0, 0, .05);
    border-radius: 4px;
}
.city_view .filters a {
    color: #999;
    padding: 4px 7px;
    font-size: 14px;
}
.city_view .filters a:focus, .city_view .filters a:hover {
    background: none;
    text-decoration: underline;
}
.city_view .filters a.active {
    background: #999;
    color: #fff;
    border-radius: 4px;
}
.city_view .filters li {
    float: left;
}
.city_view .filters.view li {
    text-align: center;
    width: 50%}
.city_view .filters.view li a {
    display: block;
}
.city_view .filters.view li a .fa {
    margin: 0 5px 0 0;
}
.city_view #vendor_details_image img {
    width: 100%}
.city_view .icons, .city_view .tags {
    padding: 0;
    display: block;
    margin: 0;
    font-size: 14px;
}
.city_view .icons li, .city_view .tags li {
    list-style: none;
    padding: 0 2px 0 0;
    display: inline-block;
}
.city_view .icons li a, .city_view .tags li a {
    color: #75859b;
}
.city_view .icons li a:focus, .city_view .icons li a:hover, .city_view .tags li a:focus, .city_view .tags li a:hover {
    text-decoration: underline;
}
.city_view .thumbnail {
    display: inline-block;
    margin: 0 5px 0 0;
}
.city_view .comment_list {
    list-style: none;
    padding: 0;
}
.city_view .comment_list li {
    margin: 0 0 20px;
}
.city_view .top-btn-spacing {
    margin: 20px 0;
    text-align: right;
}
@media (max-width:991px) {
    .city_view .top-btn-spacing {
    text-align: left;
}
}.modal-content .inquiry_step>h1 {
    font-family: National, sans-serif;
    text-transform: none;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    font-size: 28px;
}
.heartdisplay {
    position: relative;
    margin: 15px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    background: url(../assets/img/widget_hires.0c6ea647.png) top no-repeat;
    background-size: 223px 223px;
    height: 223px;
    font-family: BebasNeueRegular, Bebas, sans-serif;
}
.heartdisplay .heartcount {
    color: #000;
    display: block;
    padding-top: 30px;
    font-size: 2em;
}
.heartdisplay .heartpeople {
    color: #fff;
    margin-left: 2px;
}
.heartdisplay .heart_heading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.heartdisplay .heart_heading:hover {
    z-index: 1;
}
.heartdisplay .heart_logo {
    display: block;
    text-indent: -400em;
    overflow: hidden;
}
.heartdisplay .heart_love, .heartdisplay .heart_on {
    font-family: wisdom_script_airegular;
    display: block;
    text-align: center;
}
.heartdisplay .heart_on {
    color: #74d6fd;
    font-size: 1.5em;
    line-height: 14px;
}
.heartdisplay .heart_love {
    font-size: 1.6em;
    line-height: 1em;
    margin-top: 4px;
    margin-bottom: 2px;
}
.heartdisplay .restaurant_name {
    display: block;
    font-size: 2.3em;
    width: 210px;
    margin: 0 auto;
    line-height: .9;
}
.heartdisplay span.apostrophe {
    margin: 0 40px 0 90px;
}
.heartdisplay a.heart {
    background: url(../assets/img/hearts4.f2f117e4.png) 50% 90px no-repeat;
    display: block;
    height: 76px;
    width: 94px;
    margin: 0 0 0 -47px;
    text-indent: -100em;
    overflow: hidden;
    font-family: wisdom_script_airegular;
    line-height: 60px;
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 67px;
    left: 50%;
    z-index: 4;
    text-shadow: 0 1px 2px #000;
}
.heartdisplay a.heart:hover {
    background-position: 50% -76px;
    height: 84px;
    top: 62px;
    text-indent: 0;
    z-index: 4;
}
.heartdisplay a.already {
    background-position: 50% -240px;
    z-index: 2;
}
.heartdisplay a.already:hover {
    background-position: 50% -162px;
    height: 76px;
    top: 64px;
}
.paging {
    font-size: 12px;
    text-align: center;
}
.paging span {
    display: inline-block;
}
.paging .next, .paging .number, .paging .prev {
    border-radius: 3px;
    background: #e2e2e2;
    padding: 2px 3px;
    margin: 0 2px;
    color: #fff;
    text-align: center;
}
.paging .next:not(.disabled):hover, .paging .number:not(.disabled):hover, .paging .prev:not(.disabled):hover {
    background: #ccc;
    text-decoration: none;
}
.paging .current {
    margin: 0 6px;
}
.paging .disabled {
    opacity: .5;
}
#page p {
    margin: 8px 0 12px;
}
#page li, #page p {
    font-size: 14px;
    font-weight: 400;
}
.article, .square_truck {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 10px 30px 0;
    height: 160px;
    font-size: 14px;
    width: 100%}
@media (max-width:1199px) {
    .article, .square_truck {
    font-size: 12px;
}
}.owl-item .article, .owl-item .square_truck {
    float: none;
    width: auto;
    margin: 0 0 30px;
}
.article:active, .article:focus, .article:link, .article:visited, .article a, .square_truck:active, .square_truck:focus, .square_truck:link, .square_truck:visited, .square_truck a {
    color: #fff;
    text-decoration: none;
}
.article .content, .square_truck .content {
    position: relative;
}
.article .content h4, .square_truck .content h4 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 0 0 7px;
}
.article .content h5.city, .square_truck .content h5.city {
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.article .bg, .article .black, .square_truck .bg, .square_truck .black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.article .bg, .square_truck .bg {
    background-size: cover;
    background-position: 50%}
.article .black, .square_truck .black {
    background: rgba(0, 0, 0, .5);
}
.article:hover, .square_truck:hover {
    text-decoration: none;
    color: #fff;
}
.article:hover .bg, .article:hover .black, .article:hover .content, .square_truck:hover .bg, .square_truck:hover .black, .square_truck:hover .content {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.article:hover .black, .square_truck:hover .black {
    background: rgba(0, 0, 0, .7);
}
.article {
    overflow: hidden;
}
.article:hover .content {
    opacity: 1;
}
.article .black {
    background: transparent;
}
.article .content {
    opacity: 0;
}
.article .content h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}
.article .content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2em;
}
@media (max-width:767px) {
    .article {
    display: block;
    position: relative;
    height: auto;
}
.article:hover .bg {
    transform: scale(1);
}
.article .bg {
    position: static;
    height: 140px;
}
.article .black {
    display: none;
}
.article .content {
    position: static;
    text-align: left;
    opacity: 1;
    color: #747474;
}
}.responsive_hide {
    display: block;
}
@media (max-width:991px) {
    .responsive_hide {
    display: none!important;
}
}.responsive_show {
    display: none;
}
@media (max-width:991px) {
    .responsive_show {
    display: block!important;
}
}#map {
    position: relative;
}
#map_canvas {
    height: 500px;
    width: 100%;
    color: #000;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    margin: 0 0 30px;
}
.iframe #map_canvas {
    height: 100%;
    position: static;
    overflow: hidden;
}
.iframe {
    height: 100%}
.iframe #map, .iframe #map_canvas, .iframe #mapholder, .iframe .page-wrapper, .iframe .wrapper {
    height: 100%;
    margin: 0;
}
.iframe #mapholder {
    margin: 0 0 -62px;
}
@media (max-width:991px) {
    .iframe #mapholder {
    margin: 0 0 -115px;
}
}.iframe .book-food-truck-ad {
    margin-bottom: 0;
}
#realtime {
    height: 48px;
    background: #00476e;
    position: absolute;
    z-index: 149;
    top: 95px;
    left: 0;
    padding-left: 50px;
    background-repeat: no-repeat;
}
#realtime .clock {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 35px;
    height: auto;
}
#timeline {
    border: 2px solid #000;
    height: 44px;
    background: #fff;
    float: left;
    padding: 0;
}
a.timeline {
    text-align: center;
    height: 100%;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 10px;
    margin: 0 4px;
}
a.timeline span {
    display: block;
    color: #000;
}
a.timeline:hover {
    text-decoration: none;
    background: #dedede;
    color: #00aced;
    outline: 0;
}
#timeline li {
    float: left;
    list-style: none;
    margin-bottom: 0;
    height: 100%}
#timeline li a {
    float: left;
    display: block;
    margin-bottom: 0;
    margin-right: 0;
}
#timeline li a.selected {
    background: red;
    border-radius: 0;
    color: #fff;
    outline: 0;
}
@media (max-width:991px) {
    #timeline {
    height: auto;
}
#realtime {
    padding: 0;
    height: 25px;
}
#realtime .clock {
    display: none;
}
a.timeline {
    padding: 6px 3px;
}
}table.cake-sql-log {
    clear: both;
}
table.cake-sql-log td {
    padding: 8px;
}
#tag_listings {
    margin-top: 4em;
    margin-bottom: 4em;
    font-size: 18px;
    font-weight: 300;
}
@media (max-width:991px) {
    #tag_listings {
    font-size: 16px;
}
}#catering-public-terms h2 {
    margin-top: 30px;
    font-size: 22px;
}
#catering-public-terms h3 {
    margin-top: 0;
    font-size: 24px;
}
.admin_link {
    display: none!important;
}
.admin .admin_link {
    display: block!important;
}
iframe[name=google_conversion_frame] {
    display: none!important;
}
body.pages.about #rh_header {
    border-bottom: 1px solid #eee;
}
body.pages.about #rh_header #topnav ul.main_nav {
    border-bottom: none;
}
.new-sidebar {
    padding: 0 0 0 30px;
    border-left: 1px solid #eee;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
}
@media (max-width:991px) {
    .new-sidebar {
    padding: 0;
    margin: 0;
    border-left: none;
}
}.new-sidebar .widget {
    margin: 0 0 40px;
}
.new-sidebar .widget .form-control {
    height: 44px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
}
.new-sidebar .widget.widget-bookvendor h2 {
    margin-top: 0;
}
.new-sidebar .widget.widget-tweetlist .twitter_handle {
    font-weight: 400;
}
.new-sidebar .widget h2, .new-sidebar .widget h2 a, .new-sidebar .widget h3, .new-sidebar .widget h3 a {
    color: #234873;
    font-size: 25px;
    font-weight: 400;
}
.new-sidebar .widget ul {
    padding: 0;
    list-style: none;
}
.new-sidebar .widget ul li {
    margin: 0 0 15px;
}
.new-sidebar .widget ul li div {
    font-size: 11px;
    font-weight: 400;
    color: #ccc;
}
.ad {
    padding: 20px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
    display: block;
}
.ad:hover {
    text-decoration: none;
}
.ad.ad-brand-promotions {
    background: #eb212b;
}
.ad.ad-start-a-food-truck {
    background: #00ba89;
}
.ad img {
    width: 150px;
    margin: 0 auto;
}
.ad h2 {
    font-family: Platform Web, sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: .85em;
    margin: 0 0 10px;
}
.ad h3 {
    font-size: 20px;
    color: #fff;
}
.iframe-watermark {
    width: 65px;
    padding: 0 0 0 10px;
    position: relative;
    bottom: 20px;
    display: block;
}
.iframe-watermark, .iframe-watermark:hover {
    background: transparent;
}
@media (max-width:991px) {
    .iframe-watermark {
    width: 100%;
    left: 0;
    bottom: 0;
}
.iframe-watermark img {
    position: static;
    height: auto;
    width: 70px;
    margin: 0 auto;
    display: block;
}
}.book-food-truck-ad {
    display: block;
    background: #00adf6;
    padding: 20px 200px 20px 20px;
    margin: 0 0 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    line-height: 1em;
    overflow: hidden;
}
.book-food-truck-ad img {
    height: 90%;
    position: absolute;
    right: 10px;
    top: 5%}
.book-food-truck-ad:hover {
    background: #26b7f3;
    color: #fff;
    text-decoration: none;
}
@media (max-width:1199px) and (min-width:992px) {
    .book-food-truck-ad {
    font-size: 22px;
}
}@media (max-width:991px) {
    .book-food-truck-ad {
    text-align: center;
    padding: 10px;
    margin: 0;
    font-size: 20px;
}
.book-food-truck-ad img {
    position: static;
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
    max-width: 150px;
    display: block;
}
}.container#container404 {
    margin: 60px auto;
}
.container#container404 img {
    margin: 0 auto;
    max-height: 350px;
}
.container#container404 h1 {
    font-family: Platform Web, sans-serif;
    margin: 0;
    font-size: 10em;
    color: #00adf6;
}
.container#container404 h3 {
    margin: 0 0 20px;
    font-size: 2.5em;
}
.container#container404 p {
    font-size: 16px;
}
.container#container404 li {
    font-size: 16px;
    list-style: none;
}
.container#container404 ul {
    padding: 0;
}
@media (max-width:991px) {
    .container#container404 {
    margin: 30px auto;
}
}.state_map_search {
    margin-bottom: 20px;
}
.login_signup_modal .error_message, .login_signup_modal .message, .modal .error_message, .modal .message {
    font-size: 1.4em;
}
.city-description {
    font-weight: 300;
    font-size: 16px;
}
.city-description h2, .city-description h3 {
    font-weight: 500;
    color: #666;
}
.city-description p {
    font-weight: 300;
    font-size: 16px;
}
.caterer-badge+.tooltip, .verified-truck+.tooltip, body+.tooltip {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
.caterer-badge+.tooltip.in, .verified-truck+.tooltip.in, body+.tooltip.in {
    opacity: 1;
}
.caterer-badge+.tooltip>.tooltip-inner, .verified-truck+.tooltip>.tooltip-inner, body+.tooltip>.tooltip-inner {
    background: #01aced;
    line-height: 1.2em;
    width: 100%;
    opacity: 1;
    padding: 10px 10px 15px;
}
.caterer-badge+.tooltip>.tooltip-inner span, .verified-truck+.tooltip>.tooltip-inner span, body+.tooltip>.tooltip-inner span {
    font-size: 1.1em;
    line-height: 1.25em;
}
.caterer-badge+.tooltip.left .tooltip-arrow, .caterer-badge+.tooltip.top .tooltip-arrow, .verified-truck+.tooltip.left .tooltip-arrow, .verified-truck+.tooltip.top .tooltip-arrow, body+.tooltip.left .tooltip-arrow, body+.tooltip.top .tooltip-arrow {
    border-top-color: #01aced;
}
@media (max-width:991px) {
    .caterer-badge+.tooltip, .verified-truck+.tooltip, body+.tooltip {
    font-size: 14px;
}
}@media (min-width:992px) {
    .caterer-badge+.tooltip, .verified-truck+.tooltip, body+.tooltip {
    font-size: 14px;
}
}@media (min-width:1200px) {
    .caterer-badge+.tooltip, .verified-truck+.tooltip, body+.tooltip {
    font-size: 16px;
}
}.carousel, .carousel-inner {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    width: 100%}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: .6s ease-in-out left;
    transition: left .6s ease-in-out;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, .0001));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001), rgba(0, 0, 0, .5));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039"}
.carousel-control .icon-next:before {
    content: "\203a"}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #dcdcdc;
}
.carousel-indicators .active {
    background-color: #00adf6;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: 20px;
}
}.booking-form-line {
    padding-top: 30px;
    padding-bottom: 20px;
}
@media (max-width:375px) {
    .booking-form-line>h3 {
    margin-top: 0;
    text-align: center;
}
}.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
}
.booking-form-line-short {
    padding-bottom: 10px;
}
.booking-form-line-med {
    padding-bottom: 10px;
    padding-top: 15px;
}
.booking-form-line-lg {
    padding-bottom: 10px;
    padding-top: 30px;
}
.booking-form-multiple {
    vertical-align: top;
}
body.case_studies.index #rh_header {
    border-bottom: 1px solid #d0d0d0;
}
body.case_studies.index #rh_header #topnav ul.main_nav {
    border-bottom: none;
}
.case_studies>.mm-slideout {
    z-index: auto;
}
.rh-agency-indicator-lower {
    padding-top: 50px;
}
.rh-agency-details-text-bottom {
    padding-bottom: 60px;
}
.rh-agency-details-blurb {
    padding-left: 10%;
    padding-right: 10%}
.rh-agency-indicator-lower>ol.carousel-indicators {
    bottom: -42px;
}
.agency-detail-image-sizing {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
}
.carousel-image {
    height: 50vw;
}
#agencyCarousel .carousel-image {
    height: 40vw;
}
.carousel-image>img {
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.carousel-inner>.carousel-image, .carousel-inner>.carousel-image>img {
    height: 40vw;
}
.rh-agency-lets-talk-pad {
    padding-top: 15px;
}
.rh-agency-description-top-pad {
    padding-top: 30px;
}
.rh-agency-description-top-pad-lg {
    padding-top: 50px;
}
.rh-agency-description-bottom-pad {
    padding-bottom: 30px;
}
.rh-agency-description-bottom-pad-sm {
    padding-bottom: 15px;
}
.rh-agency-head-bottom-pad {
    padding-bottom: 30px;
}
.rh-agency-no-bottom-pad {
    margin-bottom: 0;
}
.rh-agency-negative-top-pad {
    margin-top: -5px;
}
.rh-agency-product-description-margins {
    margin: 5px 0;
}
.logo-processing {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    vertical-align: middle;
    height: 200px;
}
.owl-carousel .owl-item .logo-processing {
    height: auto;
    min-width: 111px;
    padding: 0;
}
.owl-carousel .owl-item .logo-processing img {
    width: auto;
    display: inline-block;
}
@media (min-width:480px) {
    .logo-processing.col-sm-3 {
    width: 25%;
    float: left;
}
}#logos_carousel .owl-stage {
    -webkit-transition-timing-function: linear!important;
    transition-timing-function: linear!important;
}
#logos_carousel .owl-stage-outer {
    margin-bottom: 40px;
}
.logo-align {
    vertical-align: middle;
}
a.no-decoration {
    text-decoration: none;
}
.rh-agency-viewMoreButton {
    cursor: pointer;
    padding: 40px 0 0;
}
.rh-agency-viewMoreButton h4 {
    font-size: 18px;
}
.agency-link>a {
    cursor: pointer;
    color: #76869a;
    text-decoration: none;
}
.agency-link>a:hover {
    color: #374352;
}
.agency-link-color>a {
    cursor: pointer;
    text-decoration: none;
}
.agency-detail-title {
    padding-top: 30px;
}
.agency-detail-title>h3 {
    margin-top: 8px;
    margin-bottom: 5px;
}
.agency-detail-title>p {
    margin-bottom: 0;
}
.agency-detail-title-margin {
    margin-top: 2px;
}
.agency-detail-nav {
    text-align: center;
    position: relative;
    background-color: #fff;
    margin-bottom: 100px;
    padding-bottom: 20px;
}
.agency-detail-prev {
    float: left;
    margin-left: 7%;
    margin-bottom: 60px;
    width: 20%;
    line-height: normal;
}
.agency-detail-prev>a {
    font-size: 1.2em;
}
.agency-detail-next {
    float: right;
    margin-right: 10%;
    margin-bottom: 60px;
    width: 20%;
    line-height: normal;
}
.agency-detail-next>a {
    font-size: 1.2em;
}
.agency-detail-back {
    position: absolute;
    left: 40%;
    right: 40%}
.agency-detail-back>a {
    font-size: 1.2em;
}
.gradient {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .8) 0, transparent 50%, transparent 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .8), transparent 50%, transparent);
    background: linear-gradient(90deg, rgba(0, 0, 0, .8) 0, transparent 50%, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#00000000", GradientType=1);
}
.rh-agency-header {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}
.rh-agency-header>img {
    margin-top: -90px;
    margin-bottom: -85px;
}
@media (max-width:1050px) {
    .rh-agency-header>img {
    width: auto;
    margin-top: -90px;
    margin-bottom: -110px;
}
}@media (max-width:750px) {
    .rh-agency-header>img {
    width: auto;
    margin-top: -90px;
    margin-bottom: -110px;
}
}@media (max-width:600px) {
    .rh-agency-header>img {
    width: auto;
    margin-top: -90px;
    margin-bottom: -110px;
}
}.rh-agency-header.rh-agency-header-agency-bootstrap {
    background-size: cover;
    background-position: 50%;
    padding: 5em 0 7em;
    min-height: 0;
}
.rh-agency-header.rh-agency-header-agency-bootstrap#agency2 {
    background-image: url(../assets/img/agency-ice_cream_truck_opt.07d8a261.jpg);
}
.rh-agency-header.rh-agency-header-agency-bootstrap#agency3, .rh-agency-header.rh-agency-header-agency-bootstrap#agency4 {
    background-image: url(../assets/img/agency-truck_left_side-no_gradient.68cf7e1a.jpg);
}
.rh-agency-header.rh-agency-header-agency-bootstrap#agency5 {
    background-image: url(../assets/img/agency-ice_cream_truck_opt.07d8a261.jpg);
}
.rh-agency-header.rh-agency-header-agency-bootstrap#agency5 .agency-text-h1 {
    font-size: 6em;
}
.rh-agency-header.rh-agency-header-agency-bootstrap#agency6 {
    background-image: url(../assets/img/agency-truck_left_side-no_gradient.68cf7e1a.jpg);
}
.rh-agency-header.rh-agency-header-agency-bootstrap#agency6 .agency-text-h1 {
    font-size: 6em;
}
.rh-agency-header.rh-agency-header-agency-bootstrap#agency7 {
    background-image: url(../assets/img/agency-percolate-header-mid-bright.327683b5.jpg);
    background-position: 50% 20%}
.rh-agency-header.rh-agency-header-agency-bootstrap#agency7 .agency-text-h1 {
    font-size: 6em;
}
.rh-agency-header.rh-agency-header-agency-bootstrap#agency7 .gradient {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .65) 34%, rgba(0, 0, 0, .15) 55%, transparent 95%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65) 34%, rgba(0, 0, 0, .15) 55%, transparent 95%);
    background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .65) 34%, rgba(0, 0, 0, .15) 55%, transparent 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1);
}
@media only screen and (max-device-width:640px) {
    .rh-agency-header.rh-agency-header-agency-bootstrap#agency7 {
    background-image: url(../assets/img/agency-percolate-header-mid-bright-mobile.2fcd25b1.jpg);
}
}@media (max-width:767px) {
    .rh-agency-header.rh-agency-header-agency-bootstrap#agency7 .gradient, .rh-agency-header.rh-agency-header-agency-bootstrap .gradient {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .32) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .6), rgba(0, 0, 0, .32));
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .32));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#52000000", GradientType=1);
}
}.rh-agency-header>.rh-agency-header-text-block {
    position: absolute;
    top: 20%;
    width: 31%;
    left: 10%;
    height: 200px;
}
@media (max-width:1199px) {
    .rh-agency-header>.rh-agency-header-text-block {
    top: 8%}
}@media (max-width:1050px) {
    .rh-agency-header>.rh-agency-header-text-block {
    top: 5%;
    height: 30%;
    width: 39%;
    margin: 5% 0 10% 4%}
}@media (max-width:750px) {
    .rh-agency-header>.rh-agency-header-text-block {
    top: 5%;
    height: 30%;
    width: 51%;
    margin: 5% 0 10% 4%}
}@media (max-width:600px) {
    .rh-agency-header>.rh-agency-header-text-block {
    text-align: left;
    top: 5%;
    height: 30%;
    width: 65%;
    margin: 5% 0 10% 4%}
}.rh-agency-highlight {
    vertical-align: text-top;
    font-size: 1.4em;
}
.rh-agency-highlight>img {
    padding-bottom: 20px;
}
.rh-agency-headline {
    margin-left: 10%;
    margin-right: 10%}
@media (max-width:450px) {
    .rh-agency-highlights>h3 {
    font-size: 30px;
}
#casedetailsoverall {
    padding-bottom: 60px;
    padding-top: 30px;
}
.case-study-details>h3 {
    font-size: 30px;
}
.rh-agency-highlight {
    font-size: .8em;
}
.case-study-details>p {
    font-size: 1.1em;
    padding-top: 0;
}
.agency-detail-back>a, .agency-detail-next>a, .agency-detail-prev>a {
    font-size: .7em;
}
.agency-detail-nav {
    text-align: center;
    position: relative;
    background-color: #fff;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
}@media (max-width:635px) {
    .rh-agency-detail-image-pad {
    padding-left: 10%;
    padding-right: 10%}
}.agency-section-title {
    font-size: 40px;
}
@media (max-width:600px) {
    .agency-section-title {
    font-size: 30px;
}
}.capabilities-list {
    line-height: 200%;
    font-size: 2.25em;
}
.rh-agency-description {
    position: relative;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.rh-agency-description .btn-primary {
    font-size: 20px;
    padding: 10px 40px;
}
.rh-agency-description>p {
    position: relative;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%}
.agency-blurb-top-pad {
    margin-top: 20px;
}
@media (max-width:910px) {
    .rh-agency-description {
    position: relative;
    display: block;
    padding-top: 75px;
    padding-bottom: 75px;
}
.case-study-product {
    font-size: 20px;
}
.case-study-expanded>p {
    font-size: .9em;
}
#casetitle {
    font-size: 14px;
}
.case-study-condensed>h3, .case-study-expanded>h3 {
    font-size: 25px;
}
}.rh-agency-white {
    background-color: #fff;
}
.rh-agency-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.rh-agency-image>img {
    margin-top: -22%;
    margin-bottom: -10%}
.case-study-condensed {
    position: relative;
    display: block;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
@media (max-width:600px) {
    .case-study-condensed {
    padding: 20px 0;
}
}.case-study-expanded {
    position: relative;
    display: block;
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}
.case-study-expanded>p {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 16px;
}
.case-study-expanded>p, .case-study-image {
    position: relative;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
.case-study-image>img {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    height: 50vw;
    object-fit: cover;
    padding: 10px 10% 45px;
}
.case-study-details {
    position: relative;
    display: block;
    padding-top: 3.5%;
    padding-bottom: 3%}
.case-study-details>p {
    position: relative;
    width: 100%;
    padding-left: 17%;
    padding-right: 17%;
    padding-top: 10px;
}
@media (max-width:600px) {
    .case-study-details>p {
    padding-left: 10%;
    padding-right: 10%}
}.case-study-details>img {
    position: relative;
    width: 100%;
    padding: 10px 10% 20px;
}
@media (max-width:1375px) {
    .rh-agency-header {
    font-size: 8px;
}
.agency-text-h1 {
    line-height: 1em;
}
}@media (max-width:1050px) {
    .rh-agency-header>.rh-agency-header-text-block {
    margin: 20px 0 0;
}
}@media (max-width:750px) {
    .rh-agency-header {
    font-size: 6px;
}
}.owl-carousel .owl-dots {
    margin-top: 10px;
    text-align: center;
}
.owl-carousel .owl-dots button.owl-dot, .owl-carousel .owl-dots div.owl-dot {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: alpha(opacity=50);
    opacity: .5;
    height: 12px;
    width: 12px;
}
.owl-carousel .owl-dots button.owl-dot.active, .owl-carousel .owl-dots button.owl-dot:hover, .owl-carousel .owl-dots div.owl-dot.active, .owl-carousel .owl-dots div.owl-dot:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
    background: #00adf6;
    outline: none;
}
.owl-carousel .owl-item img {
    -webkit-backface-visibility: hidden;
}
#agencyCarousel .owl-carousel .owl-item img {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#exp_v9 .case-study-image>img {
    padding: 0 0 45px;
}
#exp_v9 .rh-btn-default {
    padding: 9px 60px;
    font-size: 16px;
    margin-bottom: 30px;
    border: 1px solid #00adf6;
}
#exp_v9 .rh-btn-default:hover {
    background: #00adf6;
    color: #fff;
}
#exp_v9 .rh-agency-description-bottom-pad {
    padding-bottom: 0;
}
@media (max-width:750px) {
    #exp_v9 .agency-text-lg {
    font-size: 14px;
}
#exp_v9 .agency-text-xl {
    font-size: 16px;
}
}#exp_v11 .rh-agency-header.rh-agency-header-agency-bootstrap#agency7, #exp_v12 .rh-agency-header.rh-agency-header-agency-bootstrap#agency7 {
    background-position: 50%;
    min-height: 50vh;
}
#exp_v11 .blue, #exp_v11 .red, #exp_v12 .blue, #exp_v12 .red {
    text-align: center;
    padding: 5em 0;
}
#exp_v11 .blue h1, #exp_v11 .red h1, #exp_v12 .blue h1, #exp_v12 .red h1 {
    font-size: 5em;
}
@media (max-width:500px) {
    #exp_v11 .blue h1, #exp_v11 .red h1, #exp_v12 .blue h1, #exp_v12 .red h1 {
    font-size: 3em;
}
}#exp_v11 .blue p, #exp_v11 .red p, #exp_v12 .blue p, #exp_v12 .red p {
    font-size: 2em;
}
@media (max-width:500px) {
    #exp_v11 .blue p, #exp_v11 .red p, #exp_v12 .blue p, #exp_v12 .red p {
    font-size: 18px;
    line-height: 1.2em;
}
}#exp_v11 .blue, #exp_v12 .blue {
    background: #00adf6;
}
#exp_v11 .red, #exp_v12 .red {
    background: red;
}
#exp_v11 .white, #exp_v12 .white {
    background: #fff;
    text-align: center;
    padding: 5em 0;
}
#exp_v11 .white .rh-contact, #exp_v12 .white .rh-contact {
    font-size: inherit;
}
#exp_v11 .white p, #exp_v12 .white p {
    font-size: 2.5em;
    margin: 30px 0 0;
}
@media (max-width:500px) {
    #exp_v11 .white p, #exp_v12 .white p {
    font-size: 18px;
}
}#exp_v13 .rh-agency-description {
    padding: 60px 0;
}
#exp_v13 .rh-agency-description .capabilities-list {
    font-size: 2em;
}
#exp_v13 .va-text-kerning-smallcaps {
    color: #bbb;
    font-size: 1.3em;
}
#exp_v13 .rh-agency-product-description-margins {
    margin: 0;
}
#exp_v13 .case-study-condensed {
    padding: 20px 0;
}
.container-agency {
    font-size: 14px;
    font-weight: 300;
}
.container-agency .banner {
    background-image: url(../assets/img/RMNG_experiential_marketing_activation-3.6a860658.png);
    background-position: 50% 20%;
    background-size: cover;
    position: relative;
    padding: 3em 0 4em;
    color: #fff;
    font-size: 18px;
}
@media (max-width:991px) {
    .container-agency .banner {
    font-size: 16px;
}
}.container-agency .banner h1 {
    font-size: 3em;
    line-height: 1.1em;
    font-family: Platform Web, sans-serif;
}
.container-agency .banner p {
    font-size: 1em;
    line-height: 1.7em;
    margin: 20px 0;
}
.container-agency .banner .gradient {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .65) 34%, rgba(0, 0, 0, .15) 55%, transparent 95%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65) 34%, rgba(0, 0, 0, .15) 55%, transparent 95%);
    background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .65) 34%, rgba(0, 0, 0, .15) 55%, transparent 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1);
}
@media (max-width:991px) {
    .container-agency .banner .gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6));
    background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000", GradientType=0);
}
}.container-agency .description {
    padding: 50px 0;
    background: #fff;
}
.container-agency .description li, .container-agency .description p {
    font-size: 1.5em;
}
.container-agency .description li {
    list-style: none;
    margin: 0 0 10px;
}
.container-agency .description ul {
    padding: 0;
}
.container-agency .banner-image {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.container-agency .banner-image img {
    margin-bottom: 0;
    margin-top: -21.5%;
    vertical-align: middle;
}
.container-agency .btn-primary {
    padding: 10px 40px;
    margin: 10px 0 0;
}
.container-agency .logo-processing.col-sm-3 {
    padding: 50px;
}
@media (max-width:991px) {
    .container-agency .logo-processing.col-sm-3 {
    padding: 20px;
}
}.rh-agency-hiddenBlock {
    display: none;
}
.rh-ce-book-margin-top {
    margin-top: 40px;
}
@media (max-width:412px) {
    .rh-ce-book-margin-top {
    margin-top: 0;
}
}.ui-select-bootstrap .btn {
    border-radius: 0;
}
.ui-select-bootstrap .btn-default-focus, .ui-select-bootstrap .ui-select-match:focus, .ui-select-bootstrap:focus {
    outline: 0;
    border-color: #00adf5;
    box-shadow: none;
}
.ui-select-bootstrap .ui-select-placeholder.text-muted {
    color: #98bac8;
}
.ui-select-bootstrap .ui-select-choices-row>a, .ui-select-bootstrap .ui-select-match>a {
    font-size: 15px;
    font-weight: 300!important;
    color: #98bac8!important;
}
.ui-select-bootstrap .ui-select-choices-row>.btn-default, .ui-select-bootstrap .ui-select-match>.btn-default {
    font-size: 15px;
    font-weight: 300;
    color: #98bac8!important;
}
.dn-timepicker-popup {
    max-height: 150px;
    overflow-y: auto;
}
.dn-timepicker-popup>li>a {
    font-size: 15px;
    font-weight: 300;
}
.date-picker-menu div>table .btn-default, .datetime-picker div>table .btn-default, .time-picker-menu div>table .btn-default {
    border: 0;
}
.btn:active, .btn:focus, .date-picker-menu table:active, .date-picker-menu table:focus, .datetime-picker:focus {
    outline: 0;
}
.datetime-picker .form-control {
    padding: 9px;
    background-color: #fff!important;
    cursor: pointer!important;
}
.datetime-picker table:active, .datetime-picker table:focus {
    outline: 0;
}
.date-picker-menu .form-control, .time-picker-menu .form-control {
    padding: 9px;
    background-color: #fff!important;
    cursor: pointer!important;
}
.date-picker-menu:focus, .time-picker-menu:focus {
    outline: 0;
}
.lets-talk {
    font-size: 2.3em;
}
.rh-contact {
    font-size: 1.3em;
}
.va-text-kerning-subtitle {
    letter-spacing: 0;
}
.va-text-kerning-smallcaps {
    letter-spacing: 1px;
}
.ui-select-choices::-webkit-scrollbar {
    -webkit-appearance: none;
}
.ui-select-choices::-webkit-scrollbar:vertical {
    width: 11px;
}
.ui-select-choices::-webkit-scrollbar:horizontal {
    height: 11px;
}
.ui-select-choices::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, .5);
}
.ui-select-choices::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}
.va-footer-social-links {
    margin-top: 20px;
    margin-bottom: 30px;
    vertical-align: middle;
}
.va-footer-social-links a {
    display: inline-block;
    margin: 0 13px;
}
.btn-off-canvas-menu {
    display: inline-block!important;
    margin-left: 40px!important;
}
.btn-off-canvas-close, .btn-off-canvas-menu {
    padding: 10px!important;
}
.va-navbar-header {
    float: none;
}
.va-navbar-toggle {
    display: block!important;
}
.va-input-default {
    background-color: #fff!important;
    cursor: pointer!important;
}
.va-input-timepicker-sm {
    padding-left: 10px;
    padding-right: 3px;
}
body, html {
    min-height: 100%}
.loaded section, .no-js section {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
footer, header {
    position: relative;
}
.html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
    z-index: 999999999;
}
#mm-topnav .mm-panels {
    background: #194665;
}
#mm-topnav .sidemenu {
    padding: 0;
    font-size: 20px;
}
#mm-topnav .sidemenu>li {
    line-height: 30px;
}
#mm-topnav .sidemenu>li>a {
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 1em;
    display: block;
    padding: 0 30px;
    line-height: 2em;
    font-weight: 100;
}
#mm-topnav .sidemenu>li>a:active:not(.btn), #mm-topnav .sidemenu>li>a:focus:not(.btn), #mm-topnav .sidemenu>li>a:hover:not(.btn) {
    background: hsla(0, 0%, 100%, .05);
}
#mm-topnav .sidemenu>li>a.sm {
    font-size: .8em;
}
#mm-topnav .sidemenu>li a.btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    line-height: 1.3em;
    margin: 30px 30px 0;
    font-size: 1em;
    background: #00adf6;
}
#mm-topnav .sidemenu>li a.btn:active, #mm-topnav .sidemenu>li a.btn:focus, #mm-topnav .sidemenu>li a.btn:hover {
    background: #0089c3;
}
#mm-topnav .sidemenu>li:after {
    border: none;
}
#mm-topnav .sidemenu .menu-close {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 100;
}
#mm-topnav .sidemenu .menu-close img {
    height: 40px;
    width: 40px;
}
#carousel-landing {
    background-color: #f6f6f6;
}
#carousel-landing>.carousel>.carousel-indicators {
    top: -20px;
    bottom: auto;
}
#carousel-landing>.carousel>.carousel-inner {
    margin-top: 30px;
}
#vendor-landing-intro {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    display: table;
    width: 100%;
    margin-bottom: 6px;
}
#vendor-landing-intro>div {
    display: table-cell;
    vertical-align: middle;
}
#vendor-landing-intro div.row>div {
    margin-top: 10%;
    margin-bottom: 10%}
#vendor-landing-intro div.row>div>h1 {
    color: #fff;
    font-weight: 300;
}
#vendorLandingBenefits {
    background-color: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
}
.vendor-landing-benefits-nav>ol>li, .vendor-landing-benefits-nav>ul>li {
    padding: 6px 12px;
}
.vendor-landing-benefits-nav>ol>li>p, .vendor-landing-benefits-nav>ul>li>p {
    font-weight: 300;
}
#vendor-landing-connect {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    display: table;
    width: 100%}
#vendor-landing-connect>div.container-fluid {
    display: table-cell;
    vertical-align: middle;
}
#vendor-landing-connect>div.container-fluid>div.row {
    margin-top: 10%;
    margin-bottom: 10%}
#vendor-landing-connect>div.container-fluid>div.row>div>h3 {
    font-weight: 300;
}
#vendor-landing-testimonials {
    margin-bottom: 30px;
}
#vendor-landing-testimonials>div.container>div.row>h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
#vendor-landing-testimonials>div.container>div.row>ol>li>blockquote {
    border: none;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
}
#vendor-landing-testimonials>div.container>div.row>ol>li>h5 {
    font-size: 18px;
    font-weight: 400;
}
#vendor-landing-testimonials>div.container>div.row>ol>li>cite {
    font-size: 14px;
    font-weight: 300;
}
#profileExpandableBox {
    background-size: 100%;
    width: 100%;
    max-width: 727px;
    height: 380px;
    margin-top: 45px;
    min-height: auto;
    max-height: 380px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#profileExpandableBox:after, #profileExpandableBox:before {
    content: " ";
    display: table;
}
#profileExpandableBox:after {
    clear: both;
}
#profileExpandableBox>ol.expandable-box-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    top: -45px;
}
#profileExpandableBox>ol.expandable-box-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: #dcdcdc;
}
#profileExpandableBox>ol.expandable-box-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #00adf6;
}
.landing-expandable-box {
    width: 244px;
    height: auto;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    z-index: 90;
}
.landing-expandable-box#landingExpBoxProfile {
    left: -18%;
    top: 16%}
.landing-expandable-box#landingExpBoxBrowse {
    left: 57%;
    top: -3%}
.landing-expandable-box#landingExpBoxConnect {
    right: -20%;
    top: 60%}
.landing-expandable-box>h4 {
    color: #00adf6;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding: 0 15px 0 25px;
}
.landing-expandable-box>h4>span.icon-expand-box {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: default;
    border-radius: 25px;
    border: 7px solid #e0f3fb;
    background-color: #00adf6;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.landing-expandable-box>h4>span.icon-expand-box.icon-expand-box-right {
    float: right;
    margin-right: -33px;
    margin-top: -6px;
}
.landing-expandable-box>h4>span.icon-expand-box.icon-expand-box-left {
    float: left;
    margin-left: -43px;
    margin-top: -6px;
}
.landing-expandable-box>h4>span.icon-expand-box.open {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.landing-expandable-box>p {
    color: #747474;
    font-size: 14px;
    font-weight: 300;
    display: none;
    text-align: left;
    padding: 0 15px 0 25px;
}
#landing-header {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
    margin-bottom: 70px;
}
#landing-header h1 {
    color: #fff;
    font-weight: 300;
    margin: 5% 0;
}
#landing-header>article {
    margin-top: 10%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.rh-welcome-nav-actions div.btn.btn-block>h4, .rh-welcome-nav-actions div.btn.btn-block>img {
    display: inline-block;
}
.rh-welcome-nav-actions div.btn.btn-block>h4 {
    font-size: 18px;
    font-weight: 400;
    color: #747474;
}
.rh-welcome-nav-actions div.btn.btn-block>img {
    margin: 0 5px;
}
.va-text-bold {
    font-weight: 400;
}
.va-text-xbold {
    font-weight: 600;
}
.va-menu-filename {
    color: #00adf6;
}
.va-menu-filename-container {
    font-size: 14px;
    font-weight: 300;
}
.va-text-light {
    font-weight: 300;
}
.va-text-title-margin {
    margin-bottom: 40px;
}
.animate-enter, .animate-leave {
    -webkit-transition: all .3s cubic-bezier(.25, .25, .75, .75);
    -moz-transition: .3s cubic-bezier(.25, .25, .75, .75) all;
    -ms-transition: .3s cubic-bezier(.25, .25, .75, .75) all;
    -o-transition: .3s cubic-bezier(.25, .25, .75, .75) all;
    transition: all .3s cubic-bezier(.25, .25, .75, .75);
}
.animate-enter {
    left: 100%}
.animate-enter.animate-enter-active, .animate-leave {
    left: 0;
}
.animate-leave.animate-leave-active {
    left: -100%}
.va-margin-bottom-default {
    margin-bottom: 60px;
}
.bav h1 {
    font-family: BebasNeueRegular, Bebas, sans-serif;
    font-size: 2.8em;
    text-transform: uppercase;
    color: #000;
    word-spacing: normal;
    font-weight: 400;
    margin: 0;
}
.bav h1>span, .bav h1>strong {
    color: red;
    font-weight: 400;
}
.bav p {
    color: #bfbdbe;
    font-size: 15px;
}
#bav_calc_error_message p {
    font-size: 18px;
    color: #00c6ff;
    font-weight: 700;
}
.bav p span {
    color: red;
    font-weight: 400;
}
.bav .bav_submit {
    height: 2.2em;
    line-height: 2.2;
    color: #fff;
    background: #00c6ff;
    border-radius: 8px;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    box-shadow: inset -3px -3px 4px #006b89;
    text-transform: uppercase;
    font-size: 1.6em;
    font-family: Helvetica Rounded Bold Condensed, HelveticaRounded-BoldCond, HelveticaRounded BoldCond, BebasNeueRegular, ArialRoundedMTSTd-Bold, Arial Rounded MT Bold, Arial Rounded MT Pro Bold, Arial Narrow, Helvetica, Arial, sans-serif;
}
.bav .bav_submit:focus, .bav .bav_submit:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.bav .bav_submit:active {
    box-shadow: inset 3px 3px 4px #006b89;
    cursor: pointer;
}
.bav label {
    text-transform: uppercase;
    color: #a0a0a0;
    font-size: 1.9em;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    font-family: Helvetica Rounded Bold Condensed, HelveticaRounded-BoldCond, HelveticaRounded BoldCond, BebasNeueRegular, ArialRoundedMTSTd-Bold, Arial Rounded MT Bold, Arial Rounded MT Pro Bold, Arial Narrow, Helvetica, Arial, sans-serif;
}
.bav label .note {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-transform: none;
}
.bav label .minimum {
    font-style: italic;
}
.bav input, .bav select {
    height: 2em;
    font-size: 18px;
}
.bav .checkbox_group label {
    display: block;
}
.bav .checkbox_group label.group {
    text-transform: uppercase;
    color: #a0a0a0;
    font-size: 1.8em;
    font-weight: 400;
    display: block;
    margin: 0;
    font-family: Helvetica Rounded Bold Condensed, HelveticaRounded-BoldCond, HelveticaRounded BoldCond, BebasNeueRegular, ArialRoundedMTSTd-Bold, Arial Rounded MT Bold, Arial Rounded MT Pro Bold, Arial Narrow, Helvetica, Arial, sans-serif;
}
.bav .horz label {
    margin-right: .5em;
}
.bav .horz input {
    width: 300px;
}
@media only screen and (max-width:480px) {
    .bav .horz input {
    width: 70%}
}.bav .input_group {
    clear: both;
}
.bav .float {
    float: left;
    margin-right: 2em;
}
.bav .vert input, .bav .vert label {
    display: block;
}
.bav .vert.checkbox {
    padding-top: 22px;
}
.bav .rh-checkbox label {
    text-transform: none;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
}
.bav .rh-checkbox input, .bav .rh-checkbox label {
    display: block;
    float: left;
    line-height: 33px;
    margin: 0 10px 0 0;
    background-color: transparent;
}
.bav .rh-checkbox input {
    height: 33px;
    outline: none;
}
.bav .rh-checkbox div.error-message {
    clear: both;
}
.bav .datetime {
    background: #ebebeb;
    clear: both;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    margin-bottom: 10px;
}
.bav .submit a.form-jump, .bav .submit input {
    width: auto;
    font-size: 1.2em;
    cursor: pointer;
}
.bav .submit a.form-jump {
    display: block;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
}
.bav .submit a.form-jump:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
.bav .submit a.form-jump:active {
    box-shadow: inset 3px 3px 4px #006b89;
    cursor: pointer;
}
.bav .submit.horz {
    text-align: center;
}
.bav .input {
    margin-bottom: 1em;
}
.bav .extrabox input {
    float: left;
}
.bav .extrabox input.extracheck {
    margin-left: 6px;
    margin-right: 4px;
}
.bav .extrabox label {
    margin-right: 0;
}
.bav div.error-message {
    margin-left: 0;
    color: #00aced;
}
.bav .ui-slider .ui-slider-handle {
    width: 2em;
    height: 2em;
    top: -.6em;
    margin-left: -1em;
    border-radius: 2em;
    border-color: #999;
}
.bav .ui-slider .ui-slider-handle.ui-state-hover {
    border-color: #666;
}
.bav .ui-slider .ui-slider-handle.ui-state-focus, .bav .ui-slider .ui-slider-handle:focus {
    outline: 0;
    border-color: #4d90fe;
    border-width: 2px;
}
#bav_zip, #bav_zip input {
    width: 100px;
}
#bav_address, #bav_address input {
    width: 250px;
}
.bav-hidden {
    display: none;
}
.bav-loader {
    text-align: center;
}
textarea.full_text {
    width: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: .4em;
    box-sizing: border-box;
}
.label-block {
    display: block;
}
.ui-datepicker.ui-widget {
    font-size: 1.3em;
}
ul.select2-results li {
    font-size: 14px;
}
.bootstrap-dialog.type-primary .modal-header {
    display: none!important;
}
.modal-content .close_modal {
    font-family: Open Sans, sans-serif;
    position: absolute;
    top: 1px;
    right: 6px;
    z-index: 10;
}
#content>.bav>.bav_step>.close_modal {
    display: none;
}
.modal {
    color: #fff;
    color: #797979;
    padding: 20px 18px 10px;
    overflow: auto;
}
.modal .submit .button {
    margin-left: 0;
}
.modal .close {
    font-size: 26px;
}
.bav-modal {
    border-radius: 12px;
    padding: 5px;
}
.bootstrap-dialog .facebook-login {
    text-transform: uppercase;
    text-align: center;
    color: #333e77;
    background-color: #fff;
    font-family: BebasNeueRegular, Bebas, Helvetica, Arial, sans-serif;
    padding: 8px 10px;
    border: 1px solid #b3b6ca;
    font-size: 18px;
}
.bootstrap-dialog .rh-btn-dialog-close {
    float: right;
    color: #cecbcb;
    font-weight: 700;
    font-size: 14px;
}
.case_studies .modal-body, .case_studies .modal-content {
    overflow: hidden;
    padding: 0;
    background: #f8f8f8;
    border-radius: 4px;
}
.case_studies .modal-body .takeover h1, .case_studies .modal-content .takeover h1 {
    background: #f3f3f3;
    font-size: 28px;
    padding: 20px;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 400;
}
.case_studies .modal-body .takeover .form-group, .case_studies .modal-content .takeover .form-group {
    padding: 30px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.case_studies .modal-body .takeover .form-group label, .case_studies .modal-content .takeover .form-group label {
    font-size: 18px;
    font-weight: 300;
}
.case_studies .modal-body .takeover input[type=text], .case_studies .modal-content .takeover input[type=text] {
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #ccc;
    background: none;
    padding: 6px 0;
}
.case_studies .modal-body .takeover input[type=text]:focus, .case_studies .modal-content .takeover input[type=text]:focus {
    border-bottom: 2px solid #00adf6;
}
.case_studies .modal-body .takeover textarea, .case_studies .modal-content .takeover textarea {
    border-radius: 0;
    font-weight: 300;
    font-size: 18px;
    background: #fff;
    box-shadow: none;
}
.case_studies .modal-body .takeover textarea:focus, .case_studies .modal-content .takeover textarea:focus {
    box-shadow: none;
}
.case_studies .modal-body .takeover .btn, .case_studies .modal-content .takeover .btn {
    border-radius: 0;
    margin: 10px 0 0;
    padding: 10px 20px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    width: 100%}
.case_studies .modal-body .takeover .back_btn, .case_studies .modal-body .takeover .next_btn, .case_studies .modal-content .takeover .back_btn, .case_studies .modal-content .takeover .next_btn {
    background-repeat: no-repeat;
    background-size: 10px 16px;
}
.case_studies .modal-body .takeover .next_btn, .case_studies .modal-content .takeover .next_btn {
    background-image: url(../assets/img/next-white@2x.82cb8d00.png);
    background-position: right 20px top 15px;
    text-indent: -10%}
.case_studies .modal-body .takeover .next_btn:hover, .case_studies .modal-content .takeover .next_btn:hover {
    background-color: #0089c3;
}
.case_studies .modal-body .takeover .back_btn, .case_studies .modal-content .takeover .back_btn {
    background-image: url(../assets/img/back-gray@2x.f437c0ae.png);
    background-color: #f3f3f3;
    background-position: left 20px top 15px;
    text-indent: 10%}
.case_studies .modal-body .takeover .back_btn:hover, .case_studies .modal-content .takeover .back_btn:hover {
    background-color: #ececec;
}
.case_studies .modal-body .takeover .btn-sec, .case_studies .modal-content .takeover .btn-sec {
    padding: 20px 30px 30px;
}
.case_studies .modal-body .takeover .hungrycheck, .case_studies .modal-content .takeover .hungrycheck {
    margin: 10px 0 0;
}
.case_studies .modal-body .takeover .message-step, .case_studies .modal-content .takeover .message-step {
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    color: #888;
}
.case_studies .modal-body .takeover p.thanks, .case_studies .modal-content .takeover p.thanks {
    font-size: 18px;
    font-weight: 300;
}
.nopadding {
    padding: 0!important;
    margin: 0!important;
}
hr.black {
    border-top: 1px solid #000;
}
.homepage.container {
    margin-top: 10px;
}
.homepage .two-col {
    margin: 0 auto 20px;
}
.homepage .two-col #sidebar {
    max-width: none;
}
.homepage .two-col #sidebar img {
    width: auto;
}
.homepage .responsive_updated.home_sidebar {
    margin-top: 0;
}
.homepage #sidebar .widget, .homepage .widget {
    margin: 0 0 30px;
}
.homepage #search {
    height: 38px;
}
.homepage .slide_overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    background: url(../assets/img/overlay_bg.2246d87b.png);
    background: rgba(0, 0, 0, .4);
}
.homepage .slide_overlay h2 {
    margin: 0;
    font-family: BebasNeueRegular, Bebas, Helvetica Rounded Bold Condensed, HelveticaRounded-BoldCond, HelveticaRounded BoldCond, RoundedMTSTd-Bold, \ Rounded MT Bold, \ Rounded MT Pro Bold, Helvetica, Open Sans, sans-serif;
    font-stretch: condensed;
    text-shadow: 1px 1px 3px #222;
}
.homepage .slide_overlay h2 a {
    color: #fff;
}
.homepage .slide_overlay p {
    text-shadow: 1px 1px 3px #222;
    color: #fff;
}
.homepage .row#trucklistings {
    margin: 10px -5px;
}
.homepage .owl-next, .homepage .owl-prev {
    background-image: url(../assets/img/featured_arrows.6a37f57e.png);
    width: 32px;
    height: 186px;
    position: absolute;
    top: 20%;
    opacity: .3;
    outline: none;
    cursor: pointer;
}
.homepage .owl-next:hover, .homepage .owl-prev:hover {
    opacity: .5;
}
@media (max-width:530px) {
    .homepage .owl-next, .homepage .owl-prev {
    display: none!important;
}
}.homepage .owl-next {
    right: 10px;
    background-position: -32px 0;
}
.homepage .owl-prev {
    left: 10px;
}
.homepage .squarelisting .thumbnail_title .city_name {
    display: none;
}
#intro {
    font-size: 15px;
    margin-top: 50px;
}
#intro h1, #intro h2 {
    color: #000;
    margin: 0;
    font-family: Platform Web;
    font-weight: 700;
    font-style: normal;
}
#intro h1 {
    font-size: 4.3em;
    line-height: .8em;
    margin: 0 0 10px;
}
#intro h2 {
    font-size: 3.3em;
}
#intro p {
    font-size: 16px;
    margin: 0 0 20px;
    color: #797979;
}
#intro .btn-primary {
    font-size: 20px;
}
#intro img {
    margin: 0 0 30px;
}
.slash {
    color: #888;
}
.container-home, .container-press {
    font-size: 14px;
    font-weight: 300;
}
.container-home h2, .container-press h2 {
    color: #234873;
    font-weight: 400;
}
.container-home .banner, .container-press .banner {
    background: url(../assets/img/banner.b5106aa1.jpg) no-repeat;
    width: 100%;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    padding: 4em 0;
    margin: 0 0 3em;
}
.container-home .banner h1, .container-press .banner h1 {
    margin: 10px 0;
    font-size: 3.5em;
    line-height: .9em;
}
.container-home .banner h2, .container-press .banner h2 {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 2.4em;
    line-height: .8em;
}
.container-home .banner p, .container-press .banner p {
    margin: 0;
}
.container-home .banner .btn-primary, .container-press .banner .btn-primary {
    font-size: 20px;
    padding: 8px 19px;
    margin: 20px 20px 0 0;
}
.container-home .slide_overlay h2, .container-press .slide_overlay h2 {
    margin: 10px 0 5px;
}
.container-home .slide_overlay h2 a, .container-press .slide_overlay h2 a {
    color: #747474;
}
.container-home .slide_overlay h2 a:hover, .container-press .slide_overlay h2 a:hover {
    text-decoration: none;
    color: #444;
}
.container-home .slide_overlay p, .container-press .slide_overlay p {
    margin: 0;
}
.container-home .ad, .container-press .ad {
    padding: 20px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
    display: block;
}
.container-home .ad:hover, .container-press .ad:hover {
    text-decoration: none;
}
.container-home .ad.ad-brand-promotions, .container-press .ad.ad-brand-promotions {
    background: #eb212b;
}
.container-home .ad.ad-start-a-food-truck, .container-press .ad.ad-start-a-food-truck {
    background: #00ba89;
}
.container-home .ad img, .container-press .ad img {
    width: 150px;
}
.container-home .ad h2, .container-press .ad h2 {
    font-family: Platform Web, sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: .85em;
    margin: 0 0 10px;
}
.container-home .ad h3, .container-press .ad h3 {
    font-size: 20px;
}
.container-home .widget.widget-advertising_takeover, .container-press .widget.widget-advertising_takeover {
    padding: 20px;
    background: #00adf6;
    text-align: center;
}
.container-home .widget.widget-advertising_takeover h2, .container-press .widget.widget-advertising_takeover h2 {
    margin: 0;
}
.container-home .widget.widget-advertising_takeover h2 a, .container-press .widget.widget-advertising_takeover h2 a {
    color: #fff;
}
.container-home .widget.widget-advertising_takeover img, .container-press .widget.widget-advertising_takeover img {
    margin: 20px auto 0;
}
.container-home .widget.widget-startafoodtruck, .container-press .widget.widget-startafoodtruck {
    padding: 20px;
    background: #ed2027;
    text-align: center;
}
.container-home .widget.widget-startafoodtruck h2, .container-press .widget.widget-startafoodtruck h2 {
    margin: 0;
}
.container-home .widget.widget-startafoodtruck h2 a, .container-press .widget.widget-startafoodtruck h2 a {
    color: #fff;
}
.container-home .widget.widget-startafoodtruck img, .container-press .widget.widget-startafoodtruck img {
    margin: 20px auto 0;
}
.container-press {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width:767px) {
    .container-press .more-articles {
    display: none;
}
.container-press .article {
    margin: 0;
}
.container-press #mobile-carousel {
    margin: 0 auto;
}
}simple-calendar * {
    user-select: none;
}
simple-calendar .calendar {
    padding: 0;
    user-select: none;
    background-color: #fff;
}
simple-calendar .move-month {
    cursor: pointer;
}
simple-calendar .prev-month {
    float: left;
}
simple-calendar .next-month {
    float: right;
}
simple-calendar .current-month {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 8px;
    background-color: #e5eaed;
}
simple-calendar .week {
    height: 30px;
}
simple-calendar .weekday {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 2px;
}
simple-calendar .week .day:last-child {
    border-right: none;
}
simple-calendar .day, simple-calendar .weekday {
    display: inline-block;
    width: 14.28571%}
simple-calendar .day {
    height: 30px;
    padding: 4px 2px;
    border: 1px solid #f2f3f5;
    border-bottom: none;
    border-left: none;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
simple-calendar .day:hover {
    cursor: pointer;
}
simple-calendar .day.default {
    background-color: #00ba89;
}
simple-calendar.va-calendar-accepted-day .day.default {
    background-color: #00adf6;
}
simple-calendar .day.event {
    background-color: #f2f3f5;
}
simple-calendar .day.disabled {
    cursor: default;
    color: silver;
    background-color: #fff;
}
.va-calendar-grid.fc-unthemed .fc-month-view .fc-day-number {
    text-align: left!important;
    color: #555;
    padding: 5px 10px;
    font-size: 24px;
    font-weight: 300;
}
.va-calendar-grid.fc-unthemed .fc-month-view .fc-widget-header {
    background-color: #e7ecef;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
}
.va-calendar-grid.fc-unthemed .fc-month-view .fc-widget-content {
    background-color: #fff;
}
.va-calendar-grid.fc-unthemed .fc-month-view.fc-today {
    background-color: transparent;
}
.va-calendar-grid.fc-unthemed .fc-month-view .fc-widget-content {
    border: 4px solid #f1f2f6;
    border-top: 0;
}
.va-calendar-grid.fc-unthemed .fc-month-view .fc-widget-header {
    border: 4px solid #e7ecef;
}
.va-calendar-grid.fc-unthemed .fc .fc-td {
    border: 4px solid #f1f2f6;
}
.va-calendar-grid .fc-state-default {
    background-color: transparent;
    background-image: none;
    border: 0;
    text-shadow: none;
    font-weight: 300;
    box-shadow: none;
    outline: none;
}
.va-calendar-grid .fc-state-hover {
    background-color: transparent;
}
.va-calendar-grid .fc-next-button, .va-calendar-grid .fc-prev-button {
    display: inline-block;
}
.va-calendar-grid .fc-state-active {
    font-weight: 400;
}
.va-calendar-grid .fc-toolbar h2 {
    font-size: 27px;
    display: inline-block;
}
.va-calendar-grid .fc-icon-left-double-arrow:after, .va-calendar-grid .fc-icon-right-double-arrow:after {
    color: #75859b;
}
.va-calendar-grid .fc-event .fc-content {
    font-size: 12px;
}
.va-calendar-grid .fc-day-grid-event {
    padding: 0 8px;
}
.va-calendar-grid .fc-more-cell {
    padding: 1px 8px;
    font-size: 12px;
}
@media screen and (max-width:768px) {
    .catering_tags .container {
    padding-left: 20px;
    padding-right: 20px;
}
}.catering_tags #topnav {
    display: none;
}
.tag-page {
    background-color: #fff;
}
.tag-page .container.hero {
    padding-top: 30px;
}
.tag-page h2 {
    color: #1c4372;
    font-family: Platform Web, sans-serif;
    text-align: center;
    font-size: 4em;
    margin: .5em 0;
}
.tag-page .btn-success {
    background: #00ba89;
    border: none;
    font-size: 25px;
    font-family: Platform Web, sans-serif;
    padding: .4em 1.3em;
    margin: 1em 0 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .03);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}
.tag-page .btn-success:hover {
    background: #11a47d;
}
.tag-page .get-started {
    text-align: center;
    padding: 0 0 70px;
}
.tag-page .get-started.gray {
    background: #f8f8f8;
}
.tag-page .get-started .btn {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.tag-page .get-started .btn-success {
    margin: 0;
}
.tag-page .line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: -o-ellipsis-lastline;
}
.tag-page .line-clamp p {
    overflow: hidden;
}
.tag-page section.hero {
    margin-bottom: 30px;
}
.tag-page section.hero.image {
    padding: 3em;
    background-size: cover;
    background-position: 50%;
    height: 80vh;
    text-align: center;
    margin-bottom: 0;
}
.tag-page section.hero.image .flex {
    display: flex;
    height: 100%;
    align-items: center;
}
.tag-page section.hero.image .flex .content {
    width: 100%}
.tag-page section.hero.image h1, .tag-page section.hero.image p {
    color: #fff;
}
.tag-page section.hero h1 {
    font-family: Platform Web, sans-serif;
    margin: 0 0 5px;
    color: #00476e;
    font-weight: 500;
}
.tag-page section.hero p {
    font-size: 20px;
    line-height: 1.3em;
}
.tag-page section.menu-items {
    padding: 40px 0 0;
}
@media (max-width:500px) {
    .tag-page section.menu-items .container {
    margin-bottom: 15px;
}
}.tag-page section.menu-items .col-sm-6:nth-child(odd) {
    clear: left;
}
.tag-page section.menu-items h2 {
    padding: 0 15px;
}
@media (max-width:500px) {
    .tag-page section.menu-items .item-col: nth-child(n+5) {
    display: none;
}
}.tag-page section.menu-items .item {
    display: flex;
    padding: 15px;
    margin: 15px 0;
}
.tag-page section.menu-items .item .pic {
    width: auto;
    margin-right: 15px;
}
.tag-page section.menu-items .item .details {
    flex: 1;
}
.tag-page section.menu-items .item .details h3 {
    padding: 0;
    margin: 0;
    font-size: 2em;
    font-family: Platform Web, sans-serif;
}
.tag-page section.menu-items .item .details p {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.3em;
}
.tag-page section#why-work {
    background-color: #f8f8f8;
    padding: 70px 0 15px;
}
@media screen and (max-width:767px) {
    .tag-page section#why-work {
    padding: 70px 30px 15px;
}
}.tag-page section.trucks {
    padding: 25px 0 0;
    background: #f3f3f3;
}
.tag-page section.trucks .container {
    padding: 0 15px;
}
@media (max-width:768px) {
    .tag-page section.trucks .container.carousel-container {
    padding: 0;
}
}.tag-page section.trucks h2 {
    text-align: left;
}
@media (max-width:768px) {
    .tag-page section.trucks h2 {
    padding: 0 25px;
}
}@media (max-width:500px) {
    .tag-page section.trucks h2 {
    font-size: 3.6em;
}
}.tag-page section.trucks .owl-carousel {
    overflow: hidden;
    height: 450px;
    margin-bottom: 30px;
}
.tag-page section.trucks .owl-carousel.owl-loaded {
    overflow: visible;
}
.tag-page section.trucks .owl-carousel .owl-controls, .tag-page section.trucks .owl-carousel .owl-nav {
    position: absolute;
    top: 47.5%;
    width: 100%}
@media (max-width:768px) {
    .tag-page section.trucks .owl-carousel .owl-controls, .tag-page section.trucks .owl-carousel .owl-nav {
    top: 46%}
}.tag-page section.trucks .owl-carousel .owl-controls .owl-next, .tag-page section.trucks .owl-carousel .owl-controls .owl-prev, .tag-page section.trucks .owl-carousel .owl-nav .owl-next, .tag-page section.trucks .owl-carousel .owl-nav .owl-prev {
    height: 35px;
    width: 35px;
    line-height: .7em;
    font-weight: 300;
    font-size: 35px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    text-align: center;
    opacity: .6;
}
@media (max-width:768px) {
    .tag-page section.trucks .owl-carousel .owl-controls .owl-next, .tag-page section.trucks .owl-carousel .owl-controls .owl-prev, .tag-page section.trucks .owl-carousel .owl-nav .owl-next, .tag-page section.trucks .owl-carousel .owl-nav .owl-prev {
    height: 25px;
    width: 25px;
}
}@media (max-width:680px) {
    .tag-page section.trucks .owl-carousel .owl-controls .owl-next, .tag-page section.trucks .owl-carousel .owl-controls .owl-prev, .tag-page section.trucks .owl-carousel .owl-nav .owl-next, .tag-page section.trucks .owl-carousel .owl-nav .owl-prev {
    height: 20px;
    width: 20px;
}
}.tag-page section.trucks .owl-carousel .owl-controls .owl-next:active, .tag-page section.trucks .owl-carousel .owl-controls .owl-next:hover, .tag-page section.trucks .owl-carousel .owl-controls .owl-prev:active, .tag-page section.trucks .owl-carousel .owl-controls .owl-prev:hover, .tag-page section.trucks .owl-carousel .owl-nav .owl-next:active, .tag-page section.trucks .owl-carousel .owl-nav .owl-next:hover, .tag-page section.trucks .owl-carousel .owl-nav .owl-prev:active, .tag-page section.trucks .owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}
.tag-page section.trucks .owl-carousel .owl-controls .owl-prev, .tag-page section.trucks .owl-carousel .owl-nav .owl-prev {
    left: -45px;
    background-image: url(../assets/img/arrow-left-dark_small.8ee3e46c.png);
}
@media (max-width:768px) {
    .tag-page section.trucks .owl-carousel .owl-controls .owl-prev, .tag-page section.trucks .owl-carousel .owl-nav .owl-prev {
    left: -24px;
}
}@media (max-width:680px) {
    .tag-page section.trucks .owl-carousel .owl-controls .owl-prev, .tag-page section.trucks .owl-carousel .owl-nav .owl-prev {
    left: -16px;
}
}.tag-page section.trucks .owl-carousel .owl-controls .owl-next, .tag-page section.trucks .owl-carousel .owl-nav .owl-next {
    right: -45px;
    background-image: url(../assets/img/arrow-right-dark_small.9c71f4dc.png);
}
@media (max-width:790px) {
    .tag-page section.trucks .owl-carousel .owl-controls .owl-next, .tag-page section.trucks .owl-carousel .owl-nav .owl-next {
    right: -24px;
}
}@media (max-width:680px) {
    .tag-page section.trucks .owl-carousel .owl-controls .owl-next, .tag-page section.trucks .owl-carousel .owl-nav .owl-next {
    right: -16px;
}
}.tag-page section.trucks .owl-carousel .owl-stage {
    padding-bottom: 4px;
}
.tag-page section.trucks .owl-item .truck {
    width: 100%;
    margin: 0;
}
.tag-page section.trucks .truck {
    width: 32%;
    display: inline-block;
    margin: 0 1.5% 50px 0;
    border: 0 solid #eee;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .03);
}
.tag-page section.trucks .truck:nth-child(3n) {
    margin-right: 0;
}
@media (max-width:990px) {
    .tag-page section.trucks .truck {
    width: 47%;
    margin-right: 3%}
.tag-page section.trucks .truck:nth-child(2n) {
    margin-right: 0;
}
}@media (max-width:500px) {
    .tag-page section.trucks .truck {
    width: 100%;
    margin-right: 0;
}
}.tag-page section.trucks .truck .pic {
    height: 200px;
    background-position: 50%;
    background-size: cover;
}
.tag-page section.trucks .truck .verified-truck {
    width: 24px;
    height: 24px;
    background-position-y: 2px;
}
.tag-page section.trucks .truck .content {
    padding: 15px 22px 18px;
    background: #fff;
}
.tag-page section.trucks .truck h4 {
    margin: 0;
    font-family: Platform Web, sans-serif;
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #00adf6;
}
.tag-page section.trucks .truck .line-clamp {
    -webkit-line-clamp: 2;
}
.tag-page section.trucks .truck .line-clamp.reveal {
    display: block;
}
.tag-page section.trucks .truck .line-clamp.reveal p {
    max-height: 12em;
    transition: max-height 1s;
}
.tag-page section.trucks .truck .line-clamp.reveal p:after {
    background: none;
}
.tag-page section.trucks .truck .short-description p {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    line-height: 1.3em;
    margin: 5px 0 0;
    min-height: 2.6em;
    max-height: 2.6em;
    overflow: hidden;
}
.tag-page section.trucks .truck .short-description p.truncate-text {
    display: block;
}
.tag-page section.trucks .truck .short-description p.full-text {
    min-height: 0;
    max-height: 0;
    height: 0;
    overflow: hidden;
}
.tag-page section.trucks .truck .short-description.line-clamp.reveal p {
    max-height: 10.3em;
    transition: max-height .5s;
    overflow: auto;
    padding-bottom: .5em;
}
.tag-page section.trucks .truck .short-description.line-clamp.reveal p.full-text {
    height: auto;
    min-height: 3.9em;
}
.tag-page section.trucks .truck .short-description.line-clamp.reveal p.truncate-text {
    display: none;
}
.tag-page section.trucks .truck .extra {
    font-size: 0;
    margin: 15px 0 0;
    display: flex;
}
.tag-page section.trucks .truck .extra .info {
    flex: 1 0 0;
    padding: 3px 3px 0;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 1.3em;
    overflow: hidden;
    font-weight: 300;
    color: #747474;
    vertical-align: top;
    box-sizing: border-box;
}
.tag-page section.trucks .truck .extra .info img {
    height: 30px;
    width: auto;
    margin: 5px auto;
}
.tag-page section.trucks .truck .extra .info p {
    font-size: 1em;
    letter-spacing: .02em;
    height: auto;
    padding: 0;
    margin-bottom: 0;
    min-height: 6em;
    max-height: 6em;
    overflow: hidden;
    position: relative;
}
.tag-page section.trucks .truck .extra .info p:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 1.3em;
    background: linear-gradient(135deg, hsla(0, 0%, 100%, 0), #fff 85%);
}
.tag-page section.trucks .truck .extra .info p:hover {
    max-height: 7em;
    transition: max-height .3s;
}
.tag-page section.trucks .truck .extra .info p:hover:after {
    background: none;
    transition: background .3s;
}
.tag-page section.trucks .truck .extra .info.good_fors span:after, .tag-page section.trucks .truck .extra .info.tags span:after, .tag-page section.trucks .truck .extra .info.truck_types span:after {
    content: ",  "}
.tag-page section.trucks .truck .extra .info.good_fors span:last-child:after, .tag-page section.trucks .truck .extra .info.tags span:last-child:after, .tag-page section.trucks .truck .extra .info.truck_types span:last-child:after {
    content: ""}
.tag-page section.trucks .truck .extra .info.truck_types p:after {
    background: none;
}
.tag-page section.city_tags {
    padding-top: 47px;
}
.tag-page section.city_tags h3 {
    font-family: Platform Web, sans-serif;
    text-align: center;
    font-size: 4em;
    letter-spacing: 1.5px;
}
@supports (-moz-appearance:none) {
    .tag-page .trucks .truck .line-clamp p: after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 1em;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 90%);
}
}@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
    .tag-page .trucks .truck .line-clamp p: after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 1.2em;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 90%);
}
}header.main-nav {
    background: #00abf0;
    position: fixed;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 95;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}
header.main-nav img {
    width: 52px;
    max-width: 52px;
}
header.main-nav .btn-book-catering {
    font-family: Platform Web, sans-serif;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 700;
    padding: .5em 1.35em;
}
header.main-nav .btn-book-catering:hover {
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1), inset 0 2px 5px rgba(0, 0, 0, .1);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}
header.main-nav .flex {
    align-items: center;
    justify-content: space-between;
}
#newstyles section.section-content {
    padding: 70px 0 50px;
}
@media screen and (max-width:767px) {
    #newstyles section.section-content {
    padding: 70px 0 50px;
}
}body.bavs.city #rh_header, body.bavs.index #rh_header, body.bavs_alternative.city #rh_header, body.bavs_alternative.index #rh_header, body.cities.state #rh_header, body.occasions #rh_header {
    border-bottom: 1px solid #d0d0d0;
}
body.bavs.city #rh_header #topnav ul.main_nav, body.bavs.index #rh_header #topnav ul.main_nav, body.bavs_alternative.city #rh_header #topnav ul.main_nav, body.bavs_alternative.index #rh_header #topnav ul.main_nav, body.cities.state #rh_header #topnav ul.main_nav, body.occasions #rh_header #topnav ul.main_nav {
    border-bottom: none;
}
.va-text-green.va-text-green-lg {
    font-size: 48px;
}
.va-catering-slide-text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .02em;
}
@media (max-width:320px) {
    .va-catering-slide-text {
    font-size: 14px;
}
}.va-catering-slide-title {
    font-size: 25pt;
    line-height: 35pt;
    margin-top: 0;
}
@media (max-width:150px) {
    .va-catering-slide-title {
    width: vw;
}
}#bc_location_result {
    font-family: National;
    font-size: 14px;
    line-height: 1.71;
    color: #00ba89;
    font-weight: 300;
}
.va-catering-slide-title-lg {
    font-size: 6.4em;
    margin-top: 0;
    font-family: Platform Web, sans-serif;
}
@media (max-width:767px) {
    .va-catering-slide-title-lg {
    font-size: 2.9em;
}
}@media (max-width:991px) {
    .va-catering-slide-title-lg {
    font-size: 2.9em;
}
}@media (max-width:150px) {
    .va-catering-slide-title-lg {
    width: vw;
}
}.va-catering-slide-text-lg {
    font-size: 22px;
    font-weight: 300;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:991px) {
    .va-catering-slide-text-lg {
    width: 80%}
}@media (max-width:150px) {
    .va-catering-slide-text-lg {
    width: 80%}
}.va-catering-hiw-title {
    font-size: 3.2em;
    margin-bottom: 1em;
    color: #747474;
}
@media screen and (orientation:portrait) and (max-width:640px) {
    .va-catering-hiw-title {
    font-size: 2.3em;
}
}.section-title {
    min-height: 500px;
    height: 100vh;
    min-width: 100%;
    text-align: center;
    position: relative;
}
.main {
    height: 100%;
    width: 100%}
#fullpage {
    width: 100%;
    max-height: 100%;
    background-image: none;
}
#fullpage>.section {
    width: 100%;
    height: 100vh;
}
@media screen and (max-width:800px) {
    #fullpage>.section {
    height: auto;
}
}#fullpage>.section>.row {
    margin-left: 0;
    margin-right: 0;
}
.page-wrapper {
    margin: 0 auto;
}
.section-gray {
    background-color: #f8f8f8;
}
@media screen and (max-width:800px) {
    #fullpage .section .bckg {
    overflow: hidden;
}
}#section-1, #section_hero {
    width: 100%;
    height: auto;
    background-image: url(../assets/img/slide-1.91aa7074.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
@media only screen and (max-device-width:640px) {
    #section-1, #section_hero {
    background-image: url(../assets/img/slide-1-mobile.606adbd1.jpg);
}
}@media screen and (min-height:776px) {
    #section-1, #section_hero {
    background-image: url(../assets/img/slide-1@2x.969918b2.jpg);
}
}#section-1 .row, #section_hero .row {
    margin-left: 0;
    margin-right: 0;
}
#section-1.section-title-arrows, #section_hero.section-title-arrows {
    height: calc(100vh - 128px);
}
#section-2>.bckg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-image: url(../assets/img/slide-2.5f626789.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-device-width:640px) {
    #section-2>.bckg {
    background-image: url(../assets/img/slide-2-mobile.91fd7a7d.jpg);
}
}@media screen and (min-height:776px) {
    #section-2>.bckg {
    background-image: url(../assets/img/slide-2@2x.b098e1cc.jpg);
}
}@media screen and (orientation:portrait) and (max-width:640px) and (max-height:568px) {
    #section-2>.bckg {
    background-position: top;
    background-size: 100%}
}@media screen and (orientation:portrait) and (max-width:640px) and (min-height:569px) and (max-height:960px) {
    #section-2>.bckg {
    background-position: top;
    background-size: 150%}
}@media screen and (orientation:portrait) and (min-width:801px) and (max-width:1024px) {
    #section-2>.bckg {
    background-position: 80% 50%}
}@media screen and (max-width:800px) {
    #section-2>.bckg {
    background-position: top;
    background-size: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 40px;
}
}@media screen and (max-width:1185px) {
    #section-2>.bckg {
    background-position: 25%}
}#section-2>.bckg>img {
    display: none;
}
@media screen and (max-width:800px) {
    #section-2>.bckg>img {
    display: block;
    width: 145%}
}#section-3>.bckg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-image: url(../assets/img/slide-3.9c573e5c.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-device-width:640px) {
    #section-3>.bckg {
    background-image: url(../assets/img/slide-3-mobile.67b9e2e2.jpg);
}
}@media screen and (min-height:776px) {
    #section-3>.bckg {
    background-image: url(../assets/img/slide-3@2x.e65189c2.jpg);
}
}@media screen and (orientation:portrait) and (max-width:640px) and (max-height:568px) {
    #section-3>.bckg {
    background-position: top;
    background-size: 100%}
}@media screen and (orientation:portrait) and (max-width:640px) and (min-height:569px) and (max-height:960px) {
    #section-3>.bckg {
    background-position: top;
    background-size: 140%}
}@media screen and (orientation:portrait) and (min-width:801px) and (max-width:1024px) {
    #section-3>.bckg {
    background-position: 80% 50%}
}@media screen and (max-width:800px) {
    #section-3>.bckg {
    background-position: top;
    background-size: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 40px;
}
}#section-3>.bckg>img {
    display: none;
}
@media screen and (max-width:800px) {
    #section-3>.bckg>img {
    display: block;
    width: 145%}
}#section-4>.bckg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-image: url(../assets/img/slide-4.1651bcfb.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-device-width:640px) {
    #section-4>.bckg {
    background-image: url(../assets/img/slide-4-mobile.7f51ac62.jpg);
}
}@media screen and (min-height:776px) {
    #section-4>.bckg {
    background-image: url(../assets/img/slide-4@2x.d3a9ce6d.jpg);
}
}@media screen and (orientation:portrait) and (max-width:640px) and (max-height:568px) {
    #section-4>.bckg {
    background-position: top;
    background-size: 100%}
}@media screen and (orientation:portrait) and (max-width:640px) and (min-height:569px) and (max-height:960px) {
    #section-4>.bckg {
    background-position: top;
    background-size: 140%}
}@media screen and (max-width:800px) {
    #section-4>.bckg {
    background-position: top;
    background-size: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 40px;
}
}#section-4>.bckg>img {
    display: none;
}
@media screen and (max-width:800px) {
    #section-4>.bckg>img {
    display: block;
    width: 145%}
}#section-5>.bckg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-image: url(../assets/img/slide-5.1511fcf3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-device-width:640px) {
    #section-5>.bckg {
    background-image: url(../assets/img/slide-5-mobile.cbbf8c9e.jpg);
}
}@media screen and (min-height:776px) {
    #section-5>.bckg {
    background-image: url(../assets/img/slide-5@2x.ebb76f46.jpg);
}
}@media screen and (orientation:portrait) and (min-height:776px) and (max-width:1400px) {
    #section-5>.bckg {
    background-position: 30% 0;
}
}@media screen and (orientation:portrait) and (max-width:640px) and (max-height:568px) {
    #section-5>.bckg {
    background-position: top;
    background-size: 100%}
}@media screen and (orientation:portrait) and (max-width:640px) and (min-height:569px) and (max-height:767px) {
    #section-5>.bckg {
    background-position: top;
    background-size: 140%}
}@media screen and (orientation:portrait) and (min-width:768px) and (max-width:800px) and (min-height:768px) and (max-height:1024px) {
    #section-5>.bckg {
    background-position: top;
    background-size: 160%}
}@media screen and (max-width:800px) {
    #section-5>.bckg {
    background-position: top;
    background-size: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 40px;
}
}#section-5>.bckg>img {
    display: none;
}
@media screen and (max-width:800px) {
    #section-5>.bckg>img {
    display: block;
    width: 145%}
}.section-7#calculator {
    background-color: #f8f8f8;
}
.section-7#calculator.calc-image form {
    max-width: none;
}
.section-7#calculator.calc-image form .calc-total {
    position: absolute;
    display: block;
    right: 35%;
    width: 52%;
    top: 6%;
    height: 12%;
    text-align: right;
    z-index: 99;
    font-size: 28px;
    letter-spacing: -.5px;
    color: #909295;
}
@media screen and (max-width:1199px) {
    .section-7#calculator.calc-image form .calc-total {
    font-size: 19px;
}
}.section-7#calculator.calc-image form .calc {
    position: relative;
    max-width: 80%}
.section-7#calculator.calc-image form #bav_calculator h3 {
    font-family: Platform Web, sans-serif;
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.05;
    color: #00476e;
    text-transform: capitalize;
}
@media screen and (max-width:767px) {
    .section-7#calculator.calc-image form #bav_calculator h3 {
    margin-bottom: 45px;
}
}.section-7#calculator.calc-image form #bav_calculator #BavCalcCity {
    margin: 0 0 5px;
}
.section-7#calculator.calc-image form #bav_calculator .row {
    margin-left: -15px;
    margin-right: -15px;
}
.section-7#calculator.calc-image form #bav_calculator #bc_location_result {
    margin: 0 0 10px;
    font-size: 14px;
}
.section-7#calculator form {
    max-width: 800px;
    margin: 0 auto;
}
.section-7#calculator form #bav_calculator {
    position: relative;
    padding: 75px 0;
}
@media screen and (max-width:800px) {
    .section-7#calculator form #bav_calculator {
    padding: 25px 0;
}
}.section-7#calculator form #bav_calculator .row {
    margin-left: 0;
    margin-right: 0;
}
.section-7#calculator form #bav_calculator .va-row-form-margin {
    margin: 0 0 10px;
}
.section-7#calculator form #bav_calculator .form-control {
    font-size: 14px;
    margin: 0 0 45px;
    font-weight: 300;
    outline: none;
    box-shadow: inset 0 1px 3px 0 #c8c8c8;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    height: 40px;
    padding: 5px;
}
@media screen and (max-width:800px) {
    .section-7#calculator form #bav_calculator .form-control {
    margin: 0 0 15px;
}
}.section-7#calculator form #bav_calculator h3 {
    font-size: 2.7em;
    margin-bottom: 60px;
}
@media screen and (orientation:portrait) and (max-width:640px) {
    .section-7#calculator form #bav_calculator h3 {
    font-size: 2.3em;
}
}@media screen and (max-width:480px) {
    .section-7#calculator form #bav_calculator h3 {
    font-size: 2em;
}
}@media screen and (max-width:350px) {
    .section-7#calculator form #bav_calculator h3 {
    font-size: 1.7em;
}
}.section-7#calculator form #bav_calculator .va-text-sm {
    font-size: 16px;
}
.section-7#calculator form #bav_calculator #bc_estimate_cost {
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #00ba89;
    line-height: 1em;
}
@media screen and (max-width:767px) {
    .section-7#calculator form #bav_calculator #bc_estimate_cost {
    font-size: 44px;
}
}.section-7#calculator form #bav_calculator div#bc_location_result {
    margin: 30px 0 0;
}
@media screen and (max-width:767px) {
    .section-7#calculator form #bav_calculator div#bc_location_result {
    margin: 0;
}
}@media screen and (max-width:375px) {
    .section-7#calculator form .section-7 h3 {
    font-size: 1.8em;
    margin-bottom: 30px;
}
.section-7#calculator form .section-7 .va-catering-section-block>.va-row-form-margin {
    margin-bottom: 15px;
}
.section-7#calculator form .section-7 .control-label {
    font-size: .85em;
}
.section-7#calculator form .section-7 .rh-btn-catering-margin-top {
    margin-top: 20px;
}
.section-7#calculator form .section-7 .bc_result {
    margin-top: -20px;
}
.section-7#calculator form .section-7 .catering-text-serving {
    margin-top: 15px;
}
.section-7#calculator form .section-7 .va-text-green-lg {
    font-size: 30px;
}
}.section-corp-logos {
    position: relative;
    padding: 100px 0 60px;
    background: #fff;
}
.section-corp-logos>div.row {
    margin-left: 0;
    margin-right: 0;
}
.section-corp-logos>div.row>div>div.flexslider {
    width: 90%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #fff;
    margin-bottom: 164px;
    border-color: transparent;
}
.section-corp-logos>div.row>div>div.flexslider .flex-control-nav {
    bottom: -60px;
}
@media (max-width:767px) {
    .section-corp-logos>div.row>div>div.flexslider {
    width: 96%}
}.section-corp-logos h2, .section-corp-logos h5 {
    font-size: 22px;
    margin-bottom: 100px;
    font-weight: 400;
}
@media (max-width:767px) {
    .section-corp-logos h2, .section-corp-logos h5 {
    margin-botton: 30px;
}
}.section-corp-logos .owl-carousel {
    overflow: hidden;
    display: flex;
    max-height: 260px;
}
.section-corp-logos .owl-carousel.owl-loaded {
    display: block;
    overflow: inherit;
    max-height: none;
}
@media (max-width:767px) {
    .section-corp-logos .owl-carousel.double-item-stack, .section-corp-logos .owl-carousel.single-item-stack {
    width: 100%;
    margin: 20px auto;
    padding: 10px 0;
    background-color: transparent;
    overflow: hidden;
    box-sizing: content-box;
}
}.section-corp-logos .owl-carousel.double-item-stack .logo-carousel-group {
    flex: 1;
    display: flex;
}
@media (max-width:767px) {
    .section-corp-logos .owl-carousel.double-item-stack .logo-carousel-group {
    display: block;
}
}.section-corp-logos .owl-carousel.double-item-stack .logo-carousel-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:767px) {
    .section-corp-logos .owl-carousel.double-item-stack .logo-carousel-logo {
    flex: 0;
    width: 70%;
    min-height: 90px;
    max-height: 90px;
    margin: 0 auto;
}
.section-corp-logos .owl-carousel.double-item-stack .logo-carousel-logo:nth-child(2n) {
    margin-top: 30px;
}
}@media (min-width:767px) and (max-width:991px) {
    .section-corp-logos .owl-carousel.double-item-stack .logo-carousel-logo {
    flex: 1;
    padding: 0 7.5%}
}.section-corp-logos .owl-carousel.double-item-stack .logo-carousel-logo img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width:767px) {
    .section-corp-logos .owl-carousel.single-item-stack {
    width: 80%;
    position: relative;
}
}@media (max-width:767px) {
    .section-corp-logos .owl-carousel.single-item-stack .owl-item {
    float: left;
    position: relative;
    height: 40%;
    transition: opacity 1s ease;
}
.section-corp-logos .owl-carousel.single-item-stack .owl-item>div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
    width: 200%;
    height: 100%}
}@media (max-width:767px) and (max-width:767px) {
    .section-corp-logos .owl-carousel.single-item-stack .owl-item: nth-child(odd)>div {
    top: 0;
}
}@media (max-width:767px) and (max-width:767px) {
    .section-corp-logos .owl-carousel.single-item-stack .owl-item: nth-child(2n)>div {
    top: 100%;
    left: 0;
    margin-top: 30px;
}
}.section-corp-logos .owl-carousel.single-item-stack .owl-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width:767px) {
    .section-corp-logos .owl-carousel.single-item-stack .owl-item img {
    width: 80%}
}.section-corp-logos .owl-carousel .owl-dots {
    text-align: center;
}
.section-corp-logos .owl-carousel .owl-dots button.owl-dot, .section-corp-logos .owl-carousel .owl-dots div.owl-dot {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: alpha(opacity=50);
    opacity: .5;
    height: 12px;
    width: 12px;
}
.section-corp-logos .owl-carousel .owl-dots button.owl-dot.active, .section-corp-logos .owl-carousel .owl-dots button.owl-dot:hover, .section-corp-logos .owl-carousel .owl-dots div.owl-dot.active, .section-corp-logos .owl-carousel .owl-dots div.owl-dot:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
    background: #869791;
    outline: none;
}
.section-corp-logos .owl-carousel .owl-nav {
    position: absolute;
    top: 18.5%;
    width: 100%}
@media (max-width:768px) {
    .section-corp-logos .owl-carousel .owl-nav {
    top: 46%}
}.section-corp-logos .owl-carousel .owl-nav .owl-next, .section-corp-logos .owl-carousel .owl-nav .owl-prev {
    height: 35px;
    width: 35px;
    outline: none;
    line-height: .7em;
    font-weight: 300;
    font-size: 35px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    text-align: center;
}
@media (max-width:768px) {
    .section-corp-logos .owl-carousel .owl-nav .owl-next, .section-corp-logos .owl-carousel .owl-nav .owl-prev {
    height: 25px;
    width: 25px;
}
}@media (max-width:680px) {
    .section-corp-logos .owl-carousel .owl-nav .owl-next, .section-corp-logos .owl-carousel .owl-nav .owl-prev {
    height: 20px;
    width: 20px;
}
}.section-corp-logos .owl-carousel .owl-nav .owl-prev {
    left: -40px;
    background-image: url(../assets/img/arrow-left_small.240b8fbc.png);
}
.section-corp-logos .owl-carousel .owl-nav .owl-prev:active, .section-corp-logos .owl-carousel .owl-nav .owl-prev:hover {
    background-image: url(../assets/img/arrow-left-dark_small.8ee3e46c.png);
}
@media (max-width:768px) {
    .section-corp-logos .owl-carousel .owl-nav .owl-prev {
    left: -24px;
}
}@media (max-width:680px) {
    .section-corp-logos .owl-carousel .owl-nav .owl-prev {
    left: -16px;
}
}.section-corp-logos .owl-carousel .owl-nav .owl-next {
    right: -40px;
    background-image: url(../assets/img/arrow-right_small.d308107b.png);
}
.section-corp-logos .owl-carousel .owl-nav .owl-next:active, .section-corp-logos .owl-carousel .owl-nav .owl-next:hover {
    background-image: url(../assets/img/arrow-right-dark_small.9c71f4dc.png);
}
@media (max-width:790px) {
    .section-corp-logos .owl-carousel .owl-nav .owl-next {
    right: -24px;
}
}@media (max-width:680px) {
    .section-corp-logos .owl-carousel .owl-nav .owl-next {
    right: -16px;
}
}.section-corp-logos .owl-stage {
    padding-bottom: 50px;
}
@media (max-width:767px) {
    .section-corp-logos .owl-stage {
    height: 260px;
    padding-bottom: 30px;
}
}@media screen and (orientation:portrait) and (max-width:640px) and (max-height:568px) {
    #section-2>.row, #section-3>.row, #section-4>.row, #section-5>.row {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}
}@media screen and (orientation:portrait) and (max-width:640px) and (min-height:569px) and (max-height:960px) {
    #section-2>.row, #section-3>.row, #section-4>.row, #section-5>.row {
    display: block;
}
}@media screen and (max-width:800px) {
    #section-2>.row, #section-3>.row, #section-4>.row, #section-5>.row {
    vertical-align: bottom;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
}
}@media screen and (orientation:portrait) and (min-width:801px) and (max-width:1024px) {
    #section-2>.row, #section-3>.row, #section-4>.row, #section-5>.row {
    vertical-align: middle;
}
}@media screen and (max-width:640px) and (orientation:portrait) {
    #section-2>.row h2, #section-2>.row p, #section-3>.row h2, #section-3>.row p, #section-4>.row h2, #section-4>.row p, #section-5>.row h2, #section-5>.row p {
    color: #747474!important;
}
}@media screen and (max-width:800px) {
    #section-2>.row h2, #section-2>.row p, #section-3>.row h2, #section-3>.row p, #section-4>.row h2, #section-4>.row p, #section-5>.row h2, #section-5>.row p {
    color: #747474!important;
}
}@media (max-width:767px) and (orientation:portrait) {
    #section-2>.row p, #section-3>.row p, #section-4>.row p, #section-5>.row p {
    margin-bottom: 0;
}
}.section-title {
    display: table;
}
.section-title>.row {
    display: table-cell;
    vertical-align: middle;
}
.in-office-section.section-title>.row {
    vertical-align: top;
}
.section-content {
    display: block;
    background-color: #fff;
}
.section {
    display: table;
    position: relative;
}
@media screen and (max-width:800px) {
    .section {
    display: block;
}
}.section>.row {
    margin-left: 0;
    margin-right: 0;
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width:800px) {
    .section>.row>div {
    margin-left: 0;
    width: 100%}
}.flex-control-paging li a {
    background: #dfdfdf!important;
    box-shadow: none!important;
}
.flex-control-paging li a.flex-active {
    background: #9cdb44!important;
}
.rh-btn-catering {
    padding: 9px 60px;
}
.rh-btn-catering.rh-btn-catering-margin-top {
    margin-top: 60px;
}
.rh-btn-catering.rh-btn-catering-margin-bottom {
    margin-bottom: 60px;
}
.rh-btn-catering.rh-btn-catering-arrow {
    margin: 30px 0;
}
.rh-btn-agency {
    padding: 9px 60px;
}
.rh-btn-agency.rh-btn-agency-margin-bottom {
    margin-bottom: 60px;
}
.va-hiw-block {
    max-width: 1110px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.va-hiw-block>div.va-hiw-block-column {
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 350px;
}
.va-hiw-block>div.va-hiw-block-column h3 {
    margin-top: 0;
}
.va-hiw-block>div.va-hiw-block-column p {
    margin-bottom: 0;
}
@media screen and (min-width:758px) and (max-width:1110px) {
    .va-hiw-block>div.va-hiw-block-column {
    width: 30%;
    margin-left: 15px;
}
}@media screen and (max-width:767px) {
    .va-hiw-block>div.va-hiw-block-column {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}
}@media (max-width:767px) and (orientation:portrait) {
    .va-hiw-block>div.va-hiw-block-column {
    margin-bottom: 60px;
}
}.va-hiw-block>div.va-hiw-block-column:nth-child(2) {
    margin-left: 0;
}
@media (min-width:758px) and (max-width:1110px) {
    .va-hiw-block>div.va-hiw-block-column: nth-child(2) {
    margin-left: 15px;
}
}@media (max-width:767px) {
    .va-hiw-block>div.va-hiw-block-column: nth-child(2) {
    margin-left: auto;
}
}@media (max-width:767px) and (orientation:portrait) {
    .va-hiw-block>div.va-hiw-block-column: nth-child(4) {
    margin-bottom: 0;
}
}.va-catering-title-top {
    margin-top: 60px;
}
.va-circle-margin-bottom {
    margin-bottom: 35px;
}
.va-catering-section-block {
    width: 90%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
@media (max-width:480px) {
    .va-catering-section-block {
    width: 100%}
}.va-catering-separator-top {
    margin-top: 60px;
}
.va-catering-separator {
    margin-top: 60px;
    margin-bottom: 60px;
}
.arrow {
    border: 1px solid #fff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin: 0 0 0 -25px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.arrow .img {
    background-image: url(../assets/img/arrow_nocircle.ff225463.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}
.arrow:hover {
    cursor: pointer;
    transform: scale(1.2);
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media screen and (max-width:800px) {
    .arrow.arrow-hide {
    display: none;
}
}.arrow.arrow-blue {
    border-color: #00adf6;
}
.arrow.arrow-blue .img {
    background-image: url(../assets/img/arrow_nocircle-blue.29d7f808.png);
}
#newstyles {
    clear: both;
}
#newstyles section.parallax_section {
    height: 100vh;
    overflow: hidden;
    position: relative;
}
#newstyles section.parallax_section#one {
    height: calc(100vh - 128px);
}
#newstyles section.parallax_section>.bg {
    height: 120%;
    position: relative;
    top: -50%;
    background-size: cover;
    background-position: 50%}
#newstyles section.parallax_section#five>.bg {
    background-position: 20%}
#newstyles section.parallax_section .row {
    width: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 40%;
    transition: opacity 1s;
}
#newstyles section.parallax_section .row.active {
    opacity: 1;
    transition: opacity 1s;
}
@media screen and (max-width:2500px) {
    #newstyles section.parallax_section .row {
    top: 35%}
}@media screen and (max-width:2000px) {
    #newstyles section.parallax_section .row {
    top: 30%}
}@media screen and (max-width:1500px) {
    #newstyles section.parallax_section .row {
    top: 25%}
}@media screen and (max-width:1000px) {
    #newstyles section.parallax_section .row {
    top: 20%}
}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    #newstyles section.parallax_section .row {
    top: 30%}
}@media screen and (max-width:991px) {
    #newstyles section.parallax_section#one {
    height: calc(100vh - 60px);
}
}@media screen and (max-width:767px) {
    #newstyles section.parallax_section .row {
    background: #fff;
    padding: 3em 1em;
    color: #000;
    bottom: 0;
    top: auto;
    opacity: 1;
}
#newstyles section.parallax_section#one .row {
    position: absolute;
    top: 20%;
    bottom: auto;
    background: none;
}
#newstyles .va-text-white {
    color: #000;
}
#newstyles #section-1 .va-text-white, #newstyles #section_hero .va-text-white, #newstyles section.parallax_section#one .row .va-text-white {
    color: #fff;
}
#newstyles .rh-btn-catering.rh-btn-catering-margin-top {
    margin-top: 20px;
}
#newstyles section.parallax_section>.bg {
    height: 70%;
    top: -27%;
    background-position: 0 0;
}
#newstyles section.parallax_section#one>.bg {
    height: 120%;
    top: -50%;
    background-position: 50%}
}#newstyles section.parallax_section#one>.bg {
    background-image: url(../assets/img/slide-1@2x.969918b2.jpg);
}
#newstyles section.parallax_section#two>.bg {
    background-image: url(../assets/img/slide-2@2x.b098e1cc.jpg);
}
#newstyles section.parallax_section#three>.bg {
    background-image: url(../assets/img/slide-3@2x.e65189c2.jpg);
}
#newstyles section.parallax_section#four>.bg {
    background-image: url(../assets/img/slide-4@2x.d3a9ce6d.jpg);
}
#newstyles section.parallax_section#five>.bg {
    background-image: url(../assets/img/slide-5@2x.ebb76f46.jpg);
}
#newstyles.parallax3 section.parallax_section#one>.bg {
    background-image: url(../assets/img/slide-10.d2e7c468.jpg);
}
#newstyles.parallax3 section.parallax_section#three>.bg {
    background-image: url(../assets/img/slide-11.9ece6749.jpg);
}
#newstyles.parallax3 section.parallax_section#five>.bg {
    background-image: url(../assets/img/slide-12.76b902ab.jpg);
}
#newstyles.parallax3 section.parallax_section#one .va-text-white {
    text-shadow: 0 0 40px rgba(0, 0, 0, .5);
}
@media (min-width:992px) {
    #newstyles.parallax3 section.section-content#section-9 .col-sm-offset-2 {
    margin-left: 21.666667%}
}#newstyles.parallax3 section.section-content#section-9 .row {
    margin-left: 0;
    margin-right: 0;
}
#newstyles #section-1, #newstyles #section_hero {
    height: calc(100vh - 128px);
}
@media screen and (max-width:991px) {
    #newstyles #section-1, #newstyles #section_hero {
    height: calc(100vh - 60px);
}
}#newstyles #catering-events p {
    font-size: 14px;
    margin: 0 0 40px;
}
#newstyles #catering-events h2 {
    font-family: Platform Web, sans-serif;
    color: #1c4372;
}
#newstyles #catering-events h3 {
    font-size: 20px;
    color: #1c4372;
    margin: 0 0 5px;
    font-weight: 400;
}
#newstyles #catering-events .event {
    display: block;
    color: inherit;
    text-decoration: inherit;
    position: relative;
    padding: 10px 10px 10px 100px;
    border-radius: 5px;
    min-height: 90px;
    margin-bottom: 30px;
}
#newstyles #catering-events .event img {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
#newstyles #catering-events .event p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    color: #888;
}
#newstyles #catering-events .event .rh-icon {
    background-image: url(../assets/img/icons-all-occasions-200.2ce7c68b.png);
    background-repeat: no-repeat;
    background-size: 1040px;
    display: inline-block;
    width: 80px;
    height: 90px;
    position: absolute;
    left: 10px;
    top: 10px;
}
#newstyles #catering-events .event .rh-icon.icon-balloon {
    background-position: 0 0;
    width: 82px;
}
#newstyles #catering-events .event .rh-icon.icon-cake {
    background-position: -160px 0;
}
#newstyles #catering-events .event .rh-icon.icon-cap {
    background-position: -240px 0;
}
#newstyles #catering-events .event .rh-icon.icon-champagne {
    background-position: -320px 0;
}
#newstyles #catering-events .event .rh-icon.icon-computer {
    background-position: -400px 0;
}
#newstyles #catering-events .event .rh-icon.icon-microphone {
    background-position: -640px 0;
}
#newstyles #catering-events .event .rh-icon.icon-reel {
    background-position: -720px 0;
}
#newstyles #catering-events .event .rh-icon.icon-tie {
    background-position: -880px 0;
}
@media screen and (max-width:500px) {
    #newstyles #catering-events .event {
    padding: 10px 10px 10px 110px;
}
#newstyles #catering-events .event h3 {
    font-size: 3em;
}
#newstyles #catering-events .event p {
    font-size: 2em;
    line-height: 24px;
}
#newstyles #catering-events .event img {
    width: 50px;
    left: 5px;
}
#newstyles #catering-events .event .rh-icon {
    width: 95px;
    height: 105px;
    background-size: cover;
    left: 5px;
}
#newstyles #catering-events .event .rh-icon.icon-balloon {
    background-position: -5px 0;
    width: 95px;
}
#newstyles #catering-events .event .rh-icon.icon-cake {
    background-position: -210px 0;
}
#newstyles #catering-events .event .rh-icon.icon-cap {
    background-position: -305px 0;
}
#newstyles #catering-events .event .rh-icon.icon-champagne {
    background-position: -405px 0;
}
#newstyles #catering-events .event .rh-icon.icon-computer {
    background-position: -510px 0;
}
#newstyles #catering-events .event .rh-icon.icon-microphone {
    background-position: -805px 0;
}
#newstyles #catering-events .event .rh-icon.icon-reel {
    background-position: -905px 0;
}
#newstyles #catering-events .event .rh-icon.icon-tie {
    background-position: -1107px 0;
}
}#newstyles #catering-events a.event:hover {
    background: #eee;
    cursor: pointer;
}
#newstyles .section-7 {
    font-size: 14px;
}
@media screen and (max-width:500px) {
    #newstyles .section-7 {
    font-size: 11px;
}
}#newstyles .section-7 label.va-text-light {
    margin: 0 0 3px;
    font-size: 14px;
}
#newstyles .section-7 .custom-checkbox {
    margin: 0 3px 0 0;
}
#newstyles .section-7 .va-checkbox label {
    margin: 0 25px 0 0;
}
#newstyles .section-7 .form-control {
    font-size: 1em;
}
#newstyles .section-7 .input {
    margin: 0 0 5px;
}
@media screen and (max-width:767px) {
    #newstyles .section-7 .input {
    margin: 0 0 30px;
}
}#newstyles .section-7 h2 {
    font-size: 40px;
}
#newstyles .section-7 #bc_location_result {
    text-align: left;
}
#newstyles #section-8 .flexslider {
    margin-bottom: 50px;
}
#newstyles #section-8 .flexslider li {
    margin: 6px;
}
#newstyles #section-9 p {
    font-size: 2.2em;
    font-weight: 300;
}
#newstyles #section-10 h2 {
    margin: 0 0 10px;
}
#newstyles #section-10 .btn {
    margin: 10px 0 0;
}
#newstyles .rh-btn-catering.rh-btn-catering-margin-top {
    margin-top: 30px;
}
#newstyles .va-catering-slide-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 1em;
    margin: 0 0 25px;
}
#newstyles .section-content {
    padding: 100px 3em 3em;
}
#newstyles .section-content#calculator {
    position: relative;
}
@media screen and (max-width:767px) {
    #newstyles .section-content#calculator {
    padding: 20px 0 35px;
}
}#newstyles .section-content h2 {
    font-family: Platform Web, sans-serif;
    text-align: center;
    font-size: 4em;
    margin: 0 0 60px;
}
@media screen and (max-width:500px) {
    #newstyles .section-content {
    font-size: 9px;
}
}#newstyles .section-content.section-7 h2 {
    margin: 0;
}
#newstyles .vendors_section .section_heading {
    background: none;
}
#newstyles .vendors_section .section_heading h3 {
    color: #1c4372;
}
#newstyles .vendors_section .section_heading h1 {
    color: #1c4372;
    font-size: 5.6em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
}
#newstyles .vendors_section .square_truck {
    margin: 0 0 10px;
}
#newstyles .vendors_section .city_tags h3 {
    color: #fff;
}
.city_tags {
    background: #00476e;
    overflow: hidden;
}
.city_tags .bottom {
    background: #00476e;
    text-align: center;
    padding: 60px 0 70px;
    position: relative;
    box-shadow: 0 -40px 100px #00476e;
}
.city_tags .bottom .view-more {
    background: #00476e;
    margin: 0;
    padding: 10px 40px;
    font-family: Platform Web, sans-serif;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    line-height: 1.5;
}
.city_tags .bottom .view-more:hover {
    background: #fff;
    color: #1c4372;
    cursor: pointer;
}
.city_tags a, .city_tags h3 {
    color: #fff;
}
.city_tags .ce-vendor-tags-holder {
    margin: 0;
    padding-bottom: 70px;
    max-height: 44em;
}
.city_tags.expanded .bottom {
    display: none;
}
.city_tags.expanded .ce-vendor-tags-holder {
    max-height: none;
}
.city_tags.expanded .view-more {
    display: none;
}
.section-content.dark-blue h2, .section-content.dark-blue h3, .section-content.dark-blue p {
    color: #1c4372;
}
.leadcapture-body .sub-header, .occasion-page .sub-header, .sub-header {
    background: #f8f8f8;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
}
.leadcapture-body .sub-header.solo-occasion, .occasion-page .sub-header.solo-occasion, .sub-header.solo-occasion {
    visibility: hidden;
    height: 40px;
}
.leadcapture-body .sub-header.solo-occasion.fix-menu, .occasion-page .sub-header.solo-occasion.fix-menu, .sub-header.solo-occasion.fix-menu {
    visibility: visible;
    height: auto;
}
.leadcapture-body .sub-header.solo-occasion .lone-sibling, .occasion-page .sub-header.solo-occasion .lone-sibling, .sub-header.solo-occasion .lone-sibling {
    visibility: hidden;
}
.leadcapture-body .sub-header .btn, .occasion-page .sub-header .btn, .sub-header .btn {
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0;
    padding: 10px;
}
.leadcapture-body .sub-header img, .occasion-page .sub-header img, .sub-header img {
    max-width: 50px;
    min-width: 40px;
}
.leadcapture-body .sub-header ul, .occasion-page .sub-header ul, .sub-header ul {
    list-style: none;
    padding: 12px 0;
    margin: 0;
}
.leadcapture-body .sub-header ul li, .occasion-page .sub-header ul li, .sub-header ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-weight: 300;
    font-size: 16px;
}
.leadcapture-body .sub-header ul li a, .occasion-page .sub-header ul li a, .sub-header ul li a {
    color: #2b588d;
}
.leadcapture-body .sub-header ul li a.selected, .occasion-page .sub-header ul li a.selected, .sub-header ul li a.selected {
    font-weight: 600;
}
.leadcapture-body .sub-header, .occasion-page .sub-header {
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width:991px) {
    .leadcapture-body .sub-header img, .occasion-page .sub-header img {
    margin: 0 0 10px;
}
}.leadcapture-body .sub-header {
    display: none;
}
.leadcapture-body .sub-footer, .occasion-page .sub-footer, .sub-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
    width: 100%;
    z-index: 10;
    padding: 10px 0;
    text-align: center;
}
.leadcapture-body .sub-footer .btn, .occasion-page .sub-footer .btn, .sub-footer .btn {
    margin: 0;
}
.leadcapture-body .sub-footer.visible, .occasion-page .sub-footer.visible, .sub-footer.visible {
    display: block;
}
.occasion-page h1 {
    font-size: 60px;
    color: #fff;
}
.occasion-page h1, .occasion-page h2 {
    font-weight: 300;
    font-family: Platform Web, sans-serif;
}
.occasion-page h2 {
    color: #1c4372;
    font-size: 4em;
    text-align: center;
    line-height: 1.1em;
}
.occasion-page h3 {
    color: #1c4372;
    font-weight: 400;
    font-size: 24px;
}
.occasion-page li, .occasion-page p {
    font-size: 16px;
    font-weight: 300;
    color: #4a4a4a;
}
@media screen and (max-width:768px) {
    .occasion-page li, .occasion-page p {
    font-size: 18px;
    line-height: 1.4em;
}
}.occasion-page.jobs .section-tile {
    background-image: url(../assets/img/bg.b9c7bd1e.jpg);
}
.occasion-page.jobs h1 {
    line-height: .9em;
    margin: 20px 0;
}
.occasion-page.jobs img.icon {
    max-width: 250px;
    max-height: 300px;
    margin: 0 auto;
}
.occasion-page .row-space {
    margin-bottom: 20px;
}
@media screen and (min-width:768px) {
    .occasion-page .row-space {
    margin-bottom: 40px;
    display: table;
    min-width: 100%}
.occasion-page .row-space .pic-col, .occasion-page .row-space .text-col {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.occasion-page .row-space .text-col {
    padding-right: 100px;
    padding-left: 60px;
}
}.occasion-page .section-tile {
    min-height: 500px;
    height: calc(100vh - 118px);
    min-width: 100%;
    text-align: center;
    position: relative;
    background-image: url(../assets/img/workplace.072f0d73.jpg);
    background-position: 50%;
    background-size: cover;
    display: table;
}
@media screen and (max-width:991px) {
    .occasion-page .section-tile {
    height: calc(100vh - 60px);
}
}.occasion-page .section-tile .row {
    display: table-cell;
    vertical-align: middle;
}
.occasion-page .section-tile p {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}
.occasion-page section {
    padding: 60px 0;
}
.occasion-page section h2 {
    font-family: Platform Web, sans-serif;
    margin: 0 0 60px;
}
.occasion-page section.blue {
    background: #1c4372;
}
.occasion-page section.blue h2, .occasion-page section.blue h3, .occasion-page section.blue p {
    color: #fff;
}
.occasion-page .btn {
    background: #00ba89;
    padding: 10px 40px;
    font-size: 20px;
    color: #fff;
    margin: 10px 0 0;
}
.occasion-page .btn:hover {
    background: #11a47d;
    cursor: pointer;
}
.occasion-page .testimonials h2 {
    margin-bottom: 40px;
}
.occasion-page .testimonials .testimonial-slide {
    padding: 0 5%}
.occasion-page .testimonials .testimonial-slide .testimonial-thumbnail {
    height: 120px;
    width: 120px;
    margin: 0 auto 24px;
    border-radius: 100%;
    background-position: 50%;
    background-size: cover;
}
.occasion-page .testimonials .testimonial-slide p {
    text-align: center;
    font-style: italic;
}
.occasion-page .testimonials .testimonial-slide .testimonial-giver {
    display: block;
    margin-top: 20px;
    font-size: 15px;
}
.occasion-page #logo-carousel .owl-item img {
    padding: 40px;
}
@media screen and (max-width:991px) {
    .occasion-page #logo-carousel .owl-item img {
    padding: 2em;
}
}.occasion-page #other_occasions-carousel .owl-item .image {
    height: 250px;
    background-size: cover;
    background-position-y: 50%}
@media screen and (max-width:768px) {
    .occasion-page #other_occasions-carousel .owl-item .image {
    height: 150px;
}
}@media screen and (min-width:991px) {
    .occasion-page #other_occasions-carousel .owl-item p {
    min-height: 100px;
}
}.occasion-page #other_occasions-carousel .owl-item .btn {
    font-size: 16px;
    padding: 5px 20px;
    margin: 10px 0 30px;
}
.leadcapture.marketplace .form-sec select {
    font-weight: 300;
    font-size: 16px;
}
.leadcapture.marketplace #other_input {
    display: none;
    margin: 10px 0 0;
}
.occasion-page.marketplace .row-space {
    display: block;
    margin-bottom: 20vh;
}
@media screen and (min-width:1199px) {
    .occasion-page.marketplace .vertical-align {
    display: flex;
    align-items: center;
}
}.occasion-page.marketplace .section-tile {
    height: 70vh;
    background-image: url(../assets/img/bg.f1da414d.jpg);
}
.occasion-page.marketplace .section-tile h1 {
    line-height: .9em;
    margin: 0 0 20px;
}
.occasion-page.marketplace .section-tile p {
    font-size: 22px;
    color: #fff;
}
.occasion-page.marketplace h5 {
    font-family: Platform Web, sans-serif;
    font-size: 4em;
    text-align: center;
    margin: 0 0 40px;
    color: #00adf6;
}
.occasion-page.marketplace li {
    line-height: 1.3em;
    margin: 0 0 5px;
}
.occasion-page.marketplace .hero p {
    text-shadow: 0 2px 2px rgba(0, 0, 0, .65);
}
.occasion-page.marketplace .hero p a {
    font-weight: 700;
}
.occasion-page.marketplace .hero p a:active, .occasion-page.marketplace .hero p a:hover {
    color: #00adf6;
}
.occasion-page.marketplace .hero p a:active {
    position: relative;
    top: .6px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .65);
}
.occasion-page.marketplace .so-much-more h2 {
    margin: 20px 0 30px;
}
.occasion-page.marketplace .so-much-more p {
    font-size: 18px;
    margin: 0 0 20px;
}
.occasion-page.marketplace .so-much-more p strong {
    font-weight: 500;
}
.occasion-page.marketplace .quote h4 {
    font-style: italic;
    font-size: 36px;
    margin: 0 0 20px;
    border-top: 4px solid #00adf6;
    padding: 20px 0 0;
}
.occasion-page.marketplace .quote p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #999;
}
.occasion-page.marketplace .paper {
    border: 1px solid #ddd;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .03);
    margin: 0 0 30px;
}
.occasion-page.marketplace .established {
    background: #fff;
    padding: 5em 0;
    margin: 2em 0 4em;
}
.occasion-page.marketplace .established li, .occasion-page.marketplace .established p {
    font-size: 20px;
}
.occasion-page.marketplace .established h3 {
    margin: 0 0 10px;
    font-size: 36px;
    font-family: Platform Web, sans-serif;
}
.occasion-page.marketplace .established h4 {
    display: inline-block;
    margin: 0 8px 10px 0;
    padding: 6px 8px;
    font-size: 18px;
    border-radius: 4px;
    background: #00aced;
    color: #8ee0ff;
    font-weight: 600;
}
.occasion-page.marketplace .established h4 .white {
    color: #fff;
    font-size: 24px;
}
.occasion-page.marketplace .established p.details {
    font-style: italic;
    color: #ccc;
    text-align: center;
}
.fix-menu, .leadcapture-body .sub-header.fix-menu {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
}
#why-work, #why-work-drop {
    padding: 60px 0;
}
#why-work-drop h2, #why-work h2 {
    font-family: Platform Web, sans-serif;
    color: #1c4372;
    margin: 0;
    font-size: 4em;
    font-weight: 300;
    text-align: center;
}
#why-work-drop .btn, #why-work .btn {
    font-family: Platform Web, sans-serif;
    font-size: 24px;
}
@media screen and (min-width:992px) {
    #why-work-drop .btn, #why-work .btn {
    font-size: 28px;
}
}#why-work-drop .info-container .info, #why-work .info-container .info {
    background-color: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .03);
}
#why-work-drop .guarantee, #why-work-drop .info-container .info, #why-work .guarantee, #why-work .info-container .info {
    padding: 30px;
    text-align: center;
    margin: 0 0 30px;
}
#why-work-drop .guarantee h3, #why-work-drop .info-container .info h3, #why-work .guarantee h3, #why-work .info-container .info h3 {
    color: #1c4372;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1em;
}
#why-work-drop .guarantee p, #why-work-drop .info-container .info p, #why-work .guarantee p, #why-work .info-container .info p {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4em;
}
#why-work-drop .guarantee img, #why-work-drop .info-container .info img, #why-work .guarantee img, #why-work .info-container .info img {
    max-width: 100px;
    margin: 0 auto;
}
#why-work-drop .guarantee, #why-work .guarantee {
    border: none;
    padding: 30px 0;
}
#why-work-drop .guarantee h3, #why-work .guarantee h3 {
    font-size: 30px;
    margin-bottom: 5px;
}
@media screen and (max-width:767px) {
    #why-work-drop .guarantee h3, #why-work .guarantee h3 {
    margin: 15px;
}
}#why-work-drop .guarantee p, #why-work .guarantee p {
    max-width: 650px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4em;
}
@media screen and (max-width:767px) {
    #why-work-drop .guarantee p, #why-work .guarantee p {
    line-height: 1em;
}
}#why-work-drop .info-container, #why-work .info-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#why-work-drop .info-container .col-md-3, #why-work .info-container .col-md-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#why-work-drop .info-container .rh-icon, #why-work .info-container .rh-icon {
    background-image: url(../assets/img/icons-all-occasions-200.2ce7c68b.png);
    background-repeat: no-repeat;
    background-size: 1300px;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
#why-work-drop .info-container .rh-icon.icon-shield, #why-work .info-container .rh-icon.icon-shield {
    background-position: -1000px 0;
}
#why-work-drop .info-container .rh-icon.icon-headset, #why-work .info-container .rh-icon.icon-headset {
    background-position: -600px 0;
}
#why-work-drop .info-container .rh-icon.icon-burger, #why-work .info-container .rh-icon.icon-burger {
    background-position: -102px 0;
}
#why-work-drop .info-container .rh-icon.icon-verified, #why-work .info-container .rh-icon.icon-verified {
    background-position: -1200px 0;
}
#why-work-drop .info-container .rh-icon.icon-heart, #why-work .info-container .rh-icon.icon-heart {
    background-position: -700px 0;
}
.info-container.container:after, .info-container.container:before, .info-container.row:after, .info-container.row:before {
    content: normal;
}
.calculator {
    background-color: #f8f8f8;
    padding: 0;
}
.calculator.calc-image form {
    max-width: none;
}
.calculator.calc-image form .calc-total {
    position: absolute;
    display: block;
    color: #909295;
    right: 35%;
    width: 52%;
    top: 10%;
    height: 9%;
    text-align: right;
    line-height: .86;
    font-size: 28px;
    z-index: 2;
    font-weight: 300;
}
@media screen and (max-width:1199px) {
    .calculator.calc-image form .calc-total {
    font-size: 19px;
}
}.calculator.calc-image form .calc {
    position: relative;
    max-width: 80%}
.calculator.calc-image form #bav_calculator h3 {
    font-family: Platform Web, sans-serif;
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.05;
    color: #00476e;
    text-transform: capitalize;
}
.calculator.calc-image form #bav_calculator #BavCalcCity {
    margin: 0 0 5px;
}
.calculator.calc-image form #bav_calculator .row {
    margin-left: -15px;
    margin-right: -15px;
}
.calculator.calc-image form #bav_calculator #bc_location_result {
    margin: 0 0 10px;
    font-size: 14px;
}
.calculator form {
    max-width: 800px;
    margin: 0 auto;
}
.calculator form #bav_calculator {
    position: relative;
    padding: 30px 0 50px;
}
@media screen and (max-width:800px) {
    .calculator form #bav_calculator {
    padding: 25px 0;
}
}.calculator form #bav_calculator .calc-options {
    margin-bottom: 50px;
}
@media screen and (max-width:767px) {
    .calculator form #bav_calculator .calc-options {
    margin-bottom: 0;
}
}.calculator form #bav_calculator .btn {
    padding: 19px 35px;
    font-family: Platform Web;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    font-weight: 700;
    line-height: .86;
    letter-spacing: -.1px;
    text-align: center;
}
@media screen and (max-width:767px) {
    .calculator form #bav_calculator .btn {
    padding: 15px 27px;
}
}.calculator form #bav_calculator .row {
    margin-left: 0;
    margin-right: 0;
}
.calculator form #bav_calculator .va-row-form-margin {
    margin: 0 0 10px;
}
.calculator form #bav_calculator .form-control {
    font-size: 16px;
    margin: 0 0 45px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 10px 12px;
    background-color: #fff;
    font-weight: 300;
    outline: none;
    box-shadow: inset 0 1px 3px 0 #c8c8c8;
    height: 40px;
}
@media screen and (max-width:800px) {
    .calculator form #bav_calculator .form-control {
    margin: 0 0 15px;
}
}.calculator form #bav_calculator .control-header {
    font-family: National;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    color: #747474;
}
.calculator form #bav_calculator .control-header .note {
    font-size: 18px;
}
@media screen and (max-width:767px) {
    .calculator form #bav_calculator .control-header .note {
    display: block;
    line-height: 1.2;
}
}@media screen and (max-width:1199px) {
    .calculator form #bav_calculator .control-header {
    font-size: 21px;
}
}.calculator form #bav_calculator h3 {
    font-size: 2.7em;
    margin: 0 0 60px;
}
.calculator form #bav_calculator .va-text-sm {
    font-size: 16px;
}
.calculator form #bav_calculator #bc_estimate_cost {
    line-height: 1;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #00ba89;
}
@media screen and (max-width:767px) {
    .calculator form #bav_calculator #bc_estimate_cost {
    font-size: 44px;
}
}.calculator form #bav_calculator #bc_estimate {
    margin: 20px 0 0;
}
@media screen and (max-width:767px) {
    .calculator form #bav_calculator #bc_estimate {
    margin: 20px 0 50px;
}
}.calculator form #bav_calculator .va-checkbox .custom-checkbox {
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.calculator form #bav_calculator .va-checkbox label {
    margin: 0 25px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    color: #747474;
    vertical-align: middle;
}
@media screen and (max-width:600px) {
    .calculator form #bav_calculator .va-checkbox label {
    display: block;
    margin: 8px 25px 25px 0;
}
}.calculator form #bav_calculator div#bc_location_result {
    margin: 30px 0 0;
}
@media screen and (max-width:767px) {
    .calculator form #bav_calculator div#bc_location_result {
    margin: 0;
}
}@media screen and (max-width:375px) {
    .calculator form .calculator h3 {
    font-size: 1.8em;
    margin-bottom: 30px;
}
.calculator form .calculator .va-catering-section-block>.va-row-form-margin {
    margin-bottom: 15px;
}
.calculator form .calculator .control-label {
    font-size: .85em;
}
.calculator form .calculator .rh-btn-catering-margin-top {
    margin-top: 20px;
}
.calculator form .calculator .bc_result {
    margin-top: -20px;
}
.calculator form .calculator .catering-text-serving {
    margin-top: 15px;
}
.calculator form .calculator .va-text-green-lg {
    font-size: 30px;
}
}.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
}
.simply-scroll-list, .simply-scroll-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll {
    margin: 1em auto;
}
.simply-scroll, .simply-scroll .simply-scroll-clip {
    width: 1000px;
    height: 200px;
}
.simply-scroll .simply-scroll-list li {
    float: left;
    width: 180px;
    line-height: 160px;
    height: 160px;
    vertical-align: middle;
}
.simply-scroll .simply-scroll-list li img {
    position: relative;
    display: inline-block;
}
body.market_trucks #rh_header {
    border-bottom: 1px solid #eee;
}
body.market_trucks #rh_header #topnav ul.main_nav {
    border-bottom: none;
}
.marketing_page {
    padding-bottom: 100px;
    font-weight: 300;
}
.marketing_page .intro {
    padding: 100px 20px;
    text-align: center;
}
@media (max-width:600px) {
    .marketing_page .intro {
    padding: 40px 20px;
}
}.marketing_page .intro h1 {
    color: #fff;
    font-size: 50px;
    font-family: Platform Web, sans-serif;
}
@media (max-width:600px) {
    .marketing_page .intro h1 {
    font-size: 40px;
}
}.marketing_page .intro h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
@media (max-width:600px) {
    .marketing_page .intro h2 {
    font-size: 18px;
}
}.marketing_page .intro .btn {
    font-size: 24px;
}
.marketing_page h1 {
    color: #666;
    font-weight: 600;
    font-family: Platform Web, sans-serif;
}
.marketing_page h2 {
    margin: 0;
    color: #444;
}
.marketing_page h3.secondary {
    color: #444;
    font-size: 50px;
    margin: 60px 0 30px;
}
.marketing_page h4 {
    font-size: 2.4em;
    font-weight: 800;
}
.marketing_page li, .marketing_page p {
    font-size: 16px;
}
.marketing_page p.primary {
    font-size: 20px;
}
.marketing_page p.notice {
    margin-top: 2em;
    font-style: italic;
}
.marketing_page .va-circle {
    background: #31ace1;
    color: #fff;
}
.marketing_page .va-circle>span {
    margin-top: 0;
}
.marketing_page label {
    font-size: 14px;
    margin: 0;
}
.marketing_page .form-control {
    font-size: 14px;
}
.marketing_page #sidebar {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
}
.marketing_page #sidebar .ad {
    padding: 20px;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
    display: block;
}
.marketing_page #sidebar .ad:hover {
    text-decoration: none;
}
.marketing_page #sidebar .ad.ad-brand-promotions {
    background: #eb212b;
}
.marketing_page #sidebar .ad.ad-start-a-food-truck {
    background: #00ba89;
}
.marketing_page #sidebar .ad img {
    width: 150px;
}
.marketing_page #sidebar .ad h2 {
    font-family: Platform Web, sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: .85em;
    margin: 0 0 10px;
}
.marketing_page #sidebar .ad h3 {
    font-size: 20px;
}
.marketing_page #sidebar .widget {
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #e5e5e5;
}
.marketing_page #sidebar .widget li, .marketing_page #sidebar .widget p {
    font-size: 14px;
}
.marketing_page #sidebar .widget h2.subhead, .marketing_page #sidebar .widget h3.subhead {
    margin: 20px 0 10px;
    color: #666;
    font-weight: 400;
}
.marketing_page #sidebar .widget h2.subhead a, .marketing_page #sidebar .widget h3.subhead a {
    cursor: pointer;
    color: #666;
}
.marketing_page #sidebar .widget ul.bloglist span {
    display: block;
    color: #aaa;
}
.marketing_page #sidebar .widget ul.bloglist, .marketing_page #sidebar .widget ul.tweetlist ul {
    list-style: disc;
}
@media (max-width:991px) {
    .marketing_page #sidebar {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border: none;
    border-top: 1px solid #e5e5e5;
}
}.marketing_page .breadcrumbs {
    font-size: 12px;
    margin: 10px 0;
    color: #bbb;
}
.marketing_page .breadcrumbs a {
    color: #888;
}
@media only screen and (max-width:991px) {
    .marketing_page .cta {
    margin: 20px 0 0;
}
}.marketing_page .cta h2 {
    margin: 0 0 5px;
}
.marketing_page.want-to {
    padding: 0;
}
.marketing_page.want-to .intro {
    background: url(../assets/img/build-bg.20ca596f.jpg) no-repeat 50%;
    background-size: cover;
    margin: -1px 0 0;
    padding: 0;
}
.marketing_page.want-to .intro .black {
    background: rgba(0, 0, 0, .3);
    padding: 20vh 20px;
}
.marketing_page.want-to .intro .black h1 {
    font-weight: 400;
}
.marketing_page.want-to .intro .black ul {
    padding: 0;
}
.marketing_page.want-to .intro .black ul li {
    display: inline-block;
    margin: 5px 15px;
    font-size: 20px;
}
.marketing_page.build-truck .intro {
    background: url(../assets/img/build-bg.20ca596f.jpg) no-repeat 50%;
    background-size: cover;
    padding: 20vh 20px;
    max-height: 80vh;
}
.marketing_page.build-truck ul {
    font-size: 2.7em;
    list-style: disc;
    color: #747474;
}
.marketing_page.build-truck ul li {
    font-size: .9em;
    margin-bottom: .5em;
}
.marketing_page.build-truck ul li span {
    color: #31ace1;
}
.marketing_page.build-truck p {
    margin: 8px 0 20px;
}
.marketing_page.buy-truck .intro {
    background: url(../assets/img/buy-bg.96aa37cd.jpg) no-repeat 50%;
    background-size: cover;
}
.marketing_page.buy-truck h2 {
    font-size: 30px;
    margin: 40px 0 30px;
}
.marketing_page.buy-truck select.form-control {
    margin: 0 10px;
    padding: 0;
}
.marketing_page.buy-truck .buy-truck-block {
    width: 100%;
    position: relative;
    display: table;
    text-align: center;
    margin: 0 0 30px;
    min-height: 200px;
}
.marketing_page.buy-truck .buy-truck-block:hover .buy-title-wrapper {
    background: rgba(0, 0, 0, .7);
}
.marketing_page.buy-truck .buy-truck-block .buy-title-wrapper {
    width: 100%;
    background: rgba(0, 0, 0, .42);
    position: absolute;
    text-align: center;
    margin-top: -40px;
    z-index: 10;
    bottom: 0;
    padding: 10px;
}
.marketing_page.buy-truck .buy-truck-block h4 {
    margin: 5px 0;
    font-size: 14pt;
    color: #fff;
    font-weight: 100;
}
.marketing_page.buy-truck .buy-truck-block h6.market_truck_price {
    font-size: 2em;
    margin-top: 3px;
    color: #00adf6;
}
.marketing_page.buy-truck .buy-truck-block img {
    width: 100%}
.marketing_page.buy-truck .nav-justified li {
    padding: 0;
}
.marketing_page.buy-truck .nav-justified li a {
    padding: 10px;
    margin: 0;
}
@media (max-width:768px) {
    .marketing_page.buy-truck .nav-justified li {
    display: inline-block;
}
}.marketing_page.buy-truck .nav-justified li.current, .marketing_page.buy-truck .nav-justified li.disabled {
    margin: 10px;
}
.marketing_page.lease-truck .intro {
    background: url(../assets/img/lease-bg.55d7272c.jpg) no-repeat 50%;
    background-size: cover;
}
.marketing_page.lease-truck .btn {
    margin: 40px 0;
}
.marketing_page.sell-truck .intro {
    background: url(../assets/img/sell-bg.ce4d5eae.jpg) no-repeat 50%;
    background-size: cover;
}
.marketing_page.sell-truck h3 {
    margin: 60px 0 0;
}
.marketing_page.sell-truck span.icon {
    height: 50px;
    width: 50px;
    background: url(../assets/img/icons_how_it_works_key-white.fe42d527.png);
}
.marketing_page.sell-truck span.icon.icon_pencil {
    background-position: 0 0;
}
.marketing_page.sell-truck span.icon.icon_page {
    background-position: 0 -50px;
}
.marketing_page.sell-truck span.icon.icon_truck {
    background-position: 0 -100px;
}
.marketing_page.sell-truck span.icon.icon_heart {
    background-position: 0 -150px;
}
.marketing_page.lease-form {
    padding-top: 50px;
}
.marketing_page.lease-form h4 {
    margin: 35px 0 5px;
}
.marketing_page.lease-form legend {
    font-size: 20px;
}
.marketing_page.lease-form input[type=radio] {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}
.marketing_page.lease-form input[type=radio]:not(:first-child) {
    margin: 0 10px 0 20px;
}
.marketing_page.view-truck {
    padding-top: 50px;
}
@media (max-width:991px) {
    .marketing_page.view-truck h2 {
    margin: 0 0 20px;
}
}.marketing_page.view-truck .owl-thbs {
    margin: 0 0 20px;
}
.marketing_page.view-truck .slidedeck-next, .marketing_page.view-truck .slidedeck-prev {
    top: 40%}
.marketing_page.view-truck .table td {
    font-size: 14px;
}
.marketing_page.view-truck .equip_category {
    padding: 0 0 0 20px;
}
.marketing_page.view-truck .equip_category>li>ul>li {
    list-style: disc;
}
.marketing_page.view-truck .panel h6 {
    font-size: 22px;
}
.marketing_page.view-truck h1 {
    margin: 0;
    font-family: Platform Web, sans-serif;
}
.marketing_page.view-truck h4 {
    font-weight: 800;
    text-transform: uppercase;
    margin: 5px 0;
    color: #aaa;
    letter-spacing: 1px;
    font-size: 16px;
}
.marketing_page.view-truck .truck-inquire.btn-default {
    color: #777;
    font-size: 14px;
}
.marketing_page.view-truck .sold_alert:after {
    left: 23px;
}
.marketing_page.view-truck #slider .owl-stage-outer {
    max-height: 388px;
    overflow: hidden;
}
.marketing_page.view-truck #slider .owl-stage-outer img {
    max-height: 388px;
    object-fit: scale-down;
}
@media (max-width:767px) {
    .marketing_page.view-truck #slider .owl-stage-outer {
    max-height: 200px;
    overflow: hidden;
}
}.sold_alert:after {
    position: absolute;
    display: block;
    border-radius: 80px;
    background: hsla(0, 0%, 100%, .8);
    font-weight: 900;
    border: 4px solid #c40000;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    content: "SOLD";
    color: #c40000;
    top: 21px;
    left: 7px;
    padding: 0 17px 4px;
    font-size: 34px;
    z-index: 10;
    box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .8);
}
.deleted.sold_alert:after {
    content: "REMOVED";
    top: 28px;
}
.marketing_page#about_page .intro {
    background: url(../assets/img/slide-12-dark.0e2a7e6e.jpg) no-repeat 50%;
    background-size: cover;
}
.marketing_page#about_page .container {
    padding-top: 5em;
}
@media (max-width:991px) {
    .marketing_page#about_page .container {
    padding-top: 2em;
}
}.marketing_page#about_page .links {
    font-size: 16px;
    text-align: center;
    margin: 0 0 4em;
    color: #ccc;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
}
.marketing_page#about_page .links a {
    color: #1c4372;
    margin: 0 10px;
}
.marketing_page#about_page h2 {
    color: #1c4372;
    font-size: 26px;
    font-weight: 400;
    margin: 50px 0 5px;
}
.marketing_page#about_page h2 a {
    color: #1c4372;
}
.marketing_page#about_page h2 a:hover {
    color: #275ea1;
    text-decoration: none;
}
.marketing_page#about_page h3 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 400;
    color: #555;
}
.marketing_page#about_page p {
    margin: 0 0 20px;
}
.marketing_page#about_page blockquote {
    font-size: 16px;
}
.container.container-marketplace {
    padding-top: 60px;
    padding-bottom: 60px;
}
.container.container-marketplace label, .container.container-marketplace li, .container.container-marketplace p {
    font-size: 14px;
}
.container.container-marketplace li, .container.container-marketplace p {
    font-weight: 300;
}
.container.container-marketplace h2 {
    color: #234873;
    font-weight: 400;
}
.container.container-marketplace .form-control {
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    font-weight: 300;
    height: 33px;
}
.container.container-marketplace textarea.form-control {
    height: auto;
}
.container.container-marketplace input[type=checkbox] {
    margin: 6px 0 0;
}
.container.container-marketplace .equip_list legend {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ccc;
    margin: 0;
}
.container.container-marketplace .equip_list fieldset {
    margin: 0 0 20px;
}
.container.container-marketplace .sellform-terms-scroll {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    padding: 20px;
    max-height: 250px;
    overflow-y: scroll;
    line-height: 1.2;
    background: #fff;
    letter-spacing: 0;
    border: 1px solid #ccc;
}
.container.container-marketplace .sellform-terms-scroll h5 {
    font-size: 16px;
    font-weight: 500;
}
.container.container-marketplace .sellform-terms-scroll li, .container.container-marketplace .sellform-terms-scroll p {
    font-size: 12px;
    font-weight: 400;
}
.container.container-marketplace .filepicker-thumb {
    float: left;
    width: 150px;
    border-radius: 8px;
    margin: 20px 20px 0 0;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 5px;
}
.container.container-marketplace .filepicker-thumb img {
    border-radius: 4px;
    margin: 0 0 5px;
}
.container.container-marketplace .filepicker-thumb p {
    margin: 0;
    height: 34px;
    font-size: 12px;
    font-weight: 400;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.container.container-marketplace .filepicker-thumb .filepicker-thumb-delete {
    position: absolute;
    background: url(../assets/img/fancybox_sprite.783d4031.png) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    top: 0;
    right: 0;
    cursor: pointer;
}
.container.container-marketplace .filepicker-thumb .filepicker-thumb-featured {
    border-top: 1px solid #eee;
    padding-top: 7px;
    margin-top: 5px;
}
.container.container-marketplace .filepicker-thumb .filepicker-thumb-featured:before {
    content: "Make Featured";
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 1px 6px;
}
.container.container-marketplace .filepicker-thumb .filepicker-thumb-featured:before:hover {
    background: #ccc;
}
.container.container-marketplace .filepicker-thumb.is_featured {
    border: 1px solid #00adf6;
}
.container.container-marketplace .filepicker-thumb.is_featured .filepicker-thumb-featured:before {
    border: 1px solid #00adf6;
    content: "FEATURED";
    color: #00adf6;
}
.want-to-claim {
    width: 262px;
    line-height: 92px;
    background: #fff;
    border: 2px solid #000;
    margin: auto;
    text-align: center;
    font-size: 40pt;
    color: #eb212e;
}
.want-to-options {
    margin: 40px auto;
    display: table;
    list-style: none;
    padding: 0;
    text-align: center;
}
.want-to-options li {
    display: inline-block;
    margin: 5px;
}
.want-to-options li a.btn {
    font-size: 24px;
}
.want-to-option {
    font-size: 3em;
    display: inline-block;
    border: 2px solid #000;
    line-height: 60px;
    color: #31ace1;
    background: #fff;
    margin: 2px;
    padding: 0 20px;
    position: relative;
}
.want-to-option:hover {
    text-decoration: none;
}
.want-to-arrow, .want-to-option:before {
    content: " ";
    background: url(../assets/img/red-arrow-down.6a847852.png) no-repeat top;
    width: 30px;
    height: 14px;
    margin-left: -15px;
    top: -7px;
    left: 50%;
    position: absolute;
}
.buy-truck-filters {
    padding: 0 220px 20px;
}
.buy-truck-filters .input {
    display: block;
    float: left;
    margin-right: 1em;
}
.buy-truck-filters label {
    font-size: 2.4em;
    margin-right: 10px;
    font-family: BebasNeueRegular, Bebas, Helvetica, Arial, sans-serif;
}
.buy-truck-filters .market-filter {
    font-size: 1.8em;
}
.buy-truck-filters .submit input {
    display: block;
    float: left;
    padding: 4px 10px;
}
.sell-intro {
    height: 470px;
    background: url(../assets/img/sell-bg.ce4d5eae.jpg) no-repeat center -60px;
}
.sell-intro hgroup {
    text-align: right;
    padding-right: 80px;
    padding-left: 500px;
    padding-top: 140px;
}
.sell-intro .market-section-button {
    float: right;
    margin-right: 80px;
    box-shadow: none;
}
.sell-truck-works .arrow_section {
    padding-top: 30px;
}
.sell-truck-works .arrow_section h3 {
    color: #fff;
    font-size: 48pt;
}
.sell-truck-works .arrow_section h4 {
    color: #1dadea;
    font-size: 24pt;
    padding: 15px 0 30px;
}
.market-section-steps {
    text-align: center;
    padding: 40px 0;
}
.market-section-step h4 {
    margin: 20px;
    font-size: 20pt;
    color: #000;
}
.market-section-step h4 span {
    color: #9f9f9f;
}
.market-section-step p {
    font-size: 15pt;
    color: #eb212e;
}
.market-section-button {
    box-shadow: 6px 6px 10px #d6d6d6;
    font-size: 4em;
    padding: 10px 35px 10px 25px;
    background-position: 96% .6em;
}
.sellform {
    margin-top: 50px;
    min-height: 400px;
}
.sellform-title {
    margin-bottom: 40px;
}
.sellform-title-left {
    width: 35%;
    float: left;
    border-top: 1px solid #1dadea;
}
.sellform-title-center {
    width: 30%;
    float: left;
    text-align: center;
    margin-top: -30px;
}
.sellform-title-center h1 {
    font-size: 40pt;
    color: #000;
}
.sellform-title-right {
    border-top: 1px solid #1dadea;
    width: 35%;
    float: left;
}
.sellform-filepicker {
    width: 670px;
    float: right;
    padding: 8px;
}
.sellform-filepicker button {
    background: #fff;
    border: 1px solid #000;
    padding: 30px 90px;
    cursor: pointer;
    color: #626262;
    letter-spacing: 4px;
    font-weight: 700;
}
.sellform-filepicker button, .sellform-pictures-notes {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12pt;
}
.sellform-pictures-notes {
    padding: 8px 50px 8px 25px;
    color: #1dadea;
}
.sellform-field {
    padding: 30px 0;
}
.sellform-field label, .sellform-pictures label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    width: 380px;
    float: left;
    text-align: right;
    font-size: 12pt;
    line-height: 2;
    font-weight: 700;
    color: #000;
    letter-spacing: 4px;
}
.sellform-pictures label {
    padding-top: 30px;
}
.sellform-field input.odd {
    background: #f0f0f0;
}
.sellform-field input, .sellform-field textarea {
    width: 660px;
    float: right;
    padding: 10px;
    border: 1px solid #000;
}
.sellform-field textarea {
    height: 200px;
}
.sellform-terms label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    line-height: 2;
    font-weight: 700;
    color: #000;
}
.sellform-submit {
    margin: 40px 0;
}
.sellform-submit button {
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #000;
    font-family: BebasNeueRegular, Bebas, Helvetica, Arial, sans-serif;
    font-size: 18pt;
    float: right;
    cursor: pointer;
}
.truck-detail-outer {
    padding: 50px 0;
}
.truck-detail .truck-title {
    font-size: 38pt;
    color: #000;
    margin: 0;
}
.truck-detail .truck-about {
    font-size: 38pt;
    color: #000;
    margin: 50px 0;
}
.truck-detail .truck-model {
    font-size: 19pt;
    color: #31ace1;
    margin: 8px 0 15px;
}
.truck-detail .truck-inquire {
    display: inline-block;
    font-size: 4.2em;
    float: none;
    line-height: 57px;
    padding: 0 30px 0 20px;
    background-position: 98% .5em;
}
.truck-detail .truck-inquire img {
    margin-left: 10px;
    vertical-align: middle;
}
.truck-detail .truck-details {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14pt;
    color: #31ace1;
}
.truck-detail .truck-detail-item {
    margin-bottom: 15px;
}
.truck-detail .truck-details .truck-details-left, .truck-detail .truck-details .truck-details-right {
    float: left;
    width: 50%}
.truck-detail .truck-details label {
    color: #000;
    font-weight: 700;
}
.truck-detail .truck-detail-features label {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 700;
    display: block;
    font-size: 14pt;
    margin-bottom: 15px;
}
.truck-detail .truck-detail-features-scroll {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    max-height: 250px;
    overflow-y: auto;
    font-size: 14pt;
    color: #31ace1;
    margin-bottom: 50px;
}
ul.equip_category {
    list-style-type: none;
    max-height: 250px;
}
ul.equip_category li {
    width: 250px;
    float: left;
    margin-bottom: 1em;
}
ul.equip_category ul {
    list-style-type: circle;
    list-style-postiton: inside;
    margin-top: 6px;
    padding-left: 20px;
}
ul.equip_category li li {
    width: auto;
    float: none;
    margin: 0;
}
.takeover-intro {
    height: 538px;
}
.takeover-outer {
    padding: 50px 0;
}
.takeover-inner {
    padding: 190px 500px 0 50px;
    text-align: center;
}
.takeover-clients-wrapper {
    width: 100%;
    margin-bottom: 30px;
}
.takeover-clients {
    width: 1040px;
    margin: auto;
}
.takeover-client-block {
    width: 518px;
    float: left;
}
.takeover-client-block .takeover-client-pics {
    text-align: center;
}
.takeover-client-block h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 12pt;
    padding: 10px;
    text-align: center;
    letter-spacing: 2px;
}
.takeover-client-block img {
    margin: 6px;
}
h1.takeover-claim {
    color: #fff;
    font-size: 40pt;
}
.takeover-inner h2 {
    font-size: 24pt;
    color: #7bd3f9;
    margin-bottom: 50px;
}
h1.build-claim {
    color: #fff;
    font-size: 46pt;
}
.build-reasons .button_pad {
    margin-left: -242px;
    padding: 14px 30px;
}
.build-steps .button_pad {
    margin-left: -156px;
    padding: 14px 30px;
}
.build-steps .split_line {
    margin-bottom: 50px;
}
.build-steps .step_list {
    text-align: center;
    padding: 0 0 30px;
}
.build-steps .step_list li {
    color: #31ace1;
    font-size: 5em;
    padding: 0;
    line-height: 1;
    margin-bottom: 1em;
}
.build-steps .step_list li h6 {
    font-size: .75em;
    color: #000;
    line-height: 1.2;
    display: block;
}
.build-steps .step_list li p {
    font-size: .65em;
    color: #a1a1a1;
    margin-bottom: 0;
}
.build-actions {
    text-align: center;
    width: 240px;
    margin: 0 auto 40px;
}
.build-actions .action-button, .build-intro .action-button {
    font-size: 4.2em;
    width: 200px;
}
.build-actions>img {
    margin-top: 5px;
}
.congrats-outer {
    padding: 80px 0;
    text-align: center;
}
.congrats-header {
    border-top: 1px solid #31ace1;
    text-align: center;
}
.congrats-header h1 {
    padding: 20px;
    font-size: 40pt;
    color: #000;
    border: 2px solid #000;
    display: inline-block;
    margin: -50px auto 0;
    background: #fff;
}
.congrats-text {
    color: #31ace1;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 2px;
    padding: 20px 80px;
    text-transform: uppercase;
}
.congrats-back {
    font-size: 18pt;
    font-family: BebasNeueRegular, Bebas, Helvetica, Arial, sans-serif;
    color: #000;
    margin: auto;
    display: inline-block;
}
.congrats-back img {
    margin-left: 10px;
}
.slidedeck-wrapper {
    margin-top: 30px;
}
.slidedeck-zoomed {
    position: relative;
    width: 660px;
    float: left;
    margin-right: 20px;
    height: 388px;
    overflow: hidden;
}
.slidedeck-thumbs {
    height: 388px;
    width: 380px;
    float: left;
    overflow-y: auto;
}
.slidedeck-thumb {
    width: 105px;
    height: 105px;
    float: left;
    margin: 0 20px 20px 0;
    cursor: pointer;
}
.slidedeck-thumb:nth-child(3n) {
    margin: 0 0 20px;
}
.slidedeck-prev {
    background: url(../assets/img/slider-arrows.c0878a12.png) 0 0 no-repeat;
    left: 20px;
}
.slidedeck-next, .slidedeck-prev {
    width: 27px;
    height: 53px;
    position: absolute;
    top: 160px;
    z-index: 10;
    cursor: pointer;
}
.slidedeck-next {
    background: url(../assets/img/slider-arrows.c0878a12.png) -27px 0 no-repeat;
    right: 20px;
}
.marketing_page.terms_page h5 {
    font-size: 20px;
}
.marketing_page.terms_page ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
.marketing_page.terms_page li {
    display: table;
    counter-increment: item;
    margin-bottom: .6em;
}
.marketing_page.terms_page li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: .6em;
}
.marketing_page.terms_page li li {
    margin: 0;
}
.marketing_page.terms_page li li:before {
    content: counters(item, ".") ". "}
.section .section_heading {
    background: #31ace1;
    text-align: center;
    padding: 20px 0;
}
.section .section_heading h3 {
    font-size: 5.6em;
    color: #fff;
}
@media (max-width:768px) {
    .section .section_heading h3 {
    font-size: 3em;
}
}.squarelisting {
    height: 229px;
    width: 229px;
}
.squarelisting, .squarelisting-sm {
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    display: table;
}
.squarelisting-sm {
    height: 200px;
    width: 200px;
}
.squarelist .squarelisting-sm:nth-child(2n), .squarelist .squarelisting:nth-child(3n) {
    margin-right: 0;
}
.squarelisting .thumbnail {
    display: block;
    height: 229px;
    width: 229px;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.squarelisting-sm .thumbnail {
    display: block;
    height: 200px;
    width: 200px;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-bottom: 10px;
}
.squarelisting .textbox {
    display: none;
    position: absolute;
}
.squarelist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.squarelisting-sm .cloud, .squarelisting .cloud {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: .3;
    width: 100%;
    height: 100%;
    display: none;
}
.squarelisting-sm .thumbnail_name, .squarelisting .thumbnail_name {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
}
.squarelisting-sm .thumbnail_name span.thumbnail_title, .squarelisting .thumbnail_name span.thumbnail_title {
    background: #fff;
    padding: 5px 0;
    margin: 0 auto;
}
.squarelisting .thumbnail_name span.thumbnail_title {
    font-family: National, sans-serif;
    display: block;
    margin: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2em;
    overflow: hidden;
}
@media (max-width:480px) {
    .squarelisting .thumbnail_name span.thumbnail_title {
    margin: 0 10px;
}
}.squarelisting-sm .thumbnail_name span.thumbnail_title {
    font-family: Times New Roman, National, sans-serif;
    font-size: .8em;
}
.squarelisting-sm .thumbnail_name span.thumbnail_title a, .squarelisting .thumbnail_name span.thumbnail_title a {
    color: #747474;
}
.squarelisting-sm .thumbnail_name span.thumbnail_title a:hover, .squarelisting .thumbnail_name span.thumbnail_title a:hover {
    color: #00aced;
}
.squarelisting {
    float: none;
    width: 100%;
    font-size: 10px;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
@media only screen and (max-width:991px) {
    .squarelisting {
    margin: 0 0 20px;
}
}@media only screen and (max-width:500px) {
    .squarelisting {
    height: 130px;
}
}.squarelisting .thumbnail_name {
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    width: 90%;
    background: #fff;
    align-self: center;
    z-index: 101;
    overflow: hidden;
    position: static;
}
.squarelisting .thumbnail_name .thumbnail_title {
    font-family: National, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    background: none;
    padding: 0;
}
@media only screen and (max-width:500px) {
    .squarelisting .thumbnail_name .thumbnail_title {
    font-size: 12px;
}
}.squarelisting .thumbnail_name .thumbnail_title a {
    color: #000;
    line-height: inherit;
}
.squarelisting .thumbnail_name .thumbnail_title a .city_name {
    display: none;
}
.squarelisting .thumbnail_name .thumbnail_title a:hover {
    color: #00adf6;
    text-decoration: none;
}
.squarelisting .thumbnailbox {
    height: auto;
    width: auto;
}
.squarelisting .thumbnailbox .bg {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width:530px) {
    .squarelisting .thumbnailbox .bg {
    height: 150px;
}
}.squarelisting .thumbnailbox .thumbnail {
    width: 100%;
    background-size: cover;
    background-position: 50%}
@media only screen and (max-width:500px) {
    .squarelisting .thumbnailbox .thumbnail {
    height: 130px;
}
}.squarelisting .thumbnailbox>a {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.squarelisting:active, .squarelisting:hover {
    cursor: pointer;
}
.squarelisting:active .thumbnail_name a, .squarelisting:hover .thumbnail_name a {
    color: #00adf6;
}
.vendors_section {
    display: block;
}
#vendorsCarousel {
    overflow: hidden;
    max-height: 340px;
}
#vendorsCarousel .owl-carousel {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}
#vendorsCarousel .owl-item>div img {
    height: 229px;
}
@media (max-width:400px) {
    #vendorsCarousel .owl-item>div img {
    height: 200px;
}
}@media (max-width:340px) {
    #vendorsCarousel .owl-item>div img {
    max-height: 300px;
    height: 100%}
}#vendorsCarousel .owl-item .squarelisting {
    width: 100%;
    height: 100%;
    margin: 0;
}
#vendorsCarousel .owl-item .squarelisting:first-child {
    margin: 0 0 10px;
}
@media (max-width:480px) {
    #vendorsCarousel .owl-item .squarelisting {
    overflow: hidden;
}
}#vendorsCarousel .squarelisting .thumbnail_name {
    top: 40%}
#vendorsCarousel h4 {
    font-size: 1.1em;
    font-weight: 400;
}
.ce-vendor-tags-holder {
    margin-bottom: 40px;
    padding-top: 40px;
}
.ce-vendor-tags {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    -ms-column-gap: 15px;
    -o-column-gap: 15px;
    column-gap: 15px;
    column-count: 4;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width:900px) {
    .ce-vendor-tags {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}
}@media (max-width:600px) {
    .ce-vendor-tags {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}
}.ce-vendor-tags-holder h3 {
    color: #000;
    margin-top: 45px;
    text-align: center;
    margin-bottom: 25px;
}
.ce-vendor-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ce-vendor-tags ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 2.2em;
}
@media (max-width:400px) {
    .ce-vendor-tags ul li {
    font-size: 2em;
}
}.ce-vendor-tags ul li a {
    font-weight: 300;
}
@media (max-width:440px) {
    .rh-agency-contact {
    font-size: .8em;
}
}header#topnav {
    text-align: center;
    position: static;
}
@media (min-width:991px) {
    header#topnav {
    border-bottom: 1px solid #e5e5e5;
}
}header#topnav ul.desktop {
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 100%}
header#topnav ul.desktop>li {
    width: 20%;
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    position: static;
}
header#topnav ul.desktop>li>a {
    color: #444;
    padding: 39px 0;
    height: 100%;
    display: block;
}
header#topnav ul.desktop>li:hover {
    cursor: pointer;
    background: #eee;
}
header#topnav ul.desktop>li:hover a {
    text-decoration: none;
    color: #222;
}
header#topnav ul.desktop>li.dropdown .blue {
    display: none;
    background: #00aeef;
    width: 100%;
    position: absolute;
    color: #fff;
    z-index: 148!important;
    border-top: 1px solid #e5e5e5;
    top: 105px;
    left: 0;
    right: 0;
    padding: 25px 20px 20px;
    box-shadow: 0 7px 15px 4px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 7px 15px 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 7px 15px 4px rgba(0, 0, 0, .1);
}
header#topnav ul.desktop>li.dropdown .blue ul {
    text-align: left;
    padding: 0;
    font-size: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
header#topnav ul.desktop>li.dropdown .blue ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
}
header#topnav ul.desktop>li.dropdown .blue ul li a {
    color: #fff;
    display: block;
    border-radius: 4px;
    padding: 3px 6px;
    margin: 2px;
}
header#topnav ul.desktop>li.dropdown .blue ul li a:hover {
    background: rgba(0, 0, 0, .07);
}
header#topnav ul.desktop>li.dropdown .blue ul li a h3 {
    font-size: 20px;
    margin: 0 0 10px;
}
header#topnav ul.desktop>li.dropdown .blue ul li a p {
    font-weight: 300;
    font-size: 12px;
    margin: 0;
}
header#topnav ul.desktop>li.dropdown:hover .blue {
    display: flex;
}
header#topnav ul.desktop>li#catering .blue ul li, header#topnav ul.desktop>li#marketplace .blue ul li {
    flex: 0 0 25%}
header#topnav ul.desktop>li#catering .blue ul li a, header#topnav ul.desktop>li#marketplace .blue ul li a {
    padding: 6px 10px;
    margin: 8px;
}
header#topnav ul.desktop>li#city_btn .blue ul {
    flex-wrap: wrap;
    height: 300px;
    flex-direction: column;
    flex-flow: column wrap;
}
header#topnav ul.desktop>li#logo:hover {
    background: none;
}
header#topnav ul.desktop>li#logo a {
    display: block;
    background-color: #f8f8f8;
    width: 124px;
    height: 124px;
    z-index: 150;
    position: relative;
    margin: 0 auto -80px;
    border: 10px solid #f8f8f8;
    border-radius: 100%;
    padding: 0;
}
header#topnav ul.desktop li.dropdown#catering:hover .blue {
    display: none;
}
body.occasions:not(.jobs) header#topnav ul.desktop li.dropdown#catering:hover .blue {
    display: flex;
}
header#topnav ul.mobile {
    display: none;
}
@media (max-width:991px) {
    header#topnav ul.desktop {
    display: none;
}
}header#topnav #homelogo {
    display: block;
    background-color: #fff;
    background-image: url(../assets/img/rh-home-logo-lg@2x.33feb98c.png);
    background-size: contain;
    width: 155px;
    height: 155px;
    text-indent: -100em;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    border: 10px solid #f8f8f8;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%}
header#topnav.li_width li#marketplace {
    position: relative;
}
header#topnav.li_width li#marketplace .blue {
    padding: 25px 10px 20px;
}
header#topnav.li_width li#marketplace .blue .container {
    width: 100%;
    padding: 0;
}
header#topnav.li_width li#marketplace .blue .container ul {
    flex: none;
}
header#topnav.li_width li#marketplace .blue .container ul li {
    flex: none;
    width: 100%;
    text-align: center;
}
header#topnav.li_width li#marketplace .blue .container ul li a {
    margin: 2px;
}
header#topnav.li_width li#marketplace .blue .container ul li a h3 {
    font-size: 16px;
    margin: 0;
}
header#topnav.li_width li#marketplace .blue .container ul li a p {
    display: none;
}
header#topnav.container_width ul.desktop {
    position: relative;
}
header#topnav.container_width ul.desktop li#catering .blue, header#topnav.container_width ul.desktop li#city_btn .blue {
    margin-left: -15px;
    margin-right: -15px;
    background: none;
    padding: 0;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
}
header#topnav.container_width ul.desktop li#catering .blue .container, header#topnav.container_width ul.desktop li#city_btn .blue .container {
    position: absolute;
    z-index: 148;
}
header#topnav.container_width ul.desktop li#catering .blue .container>ul, header#topnav.container_width ul.desktop li#city_btn .blue .container>ul {
    background: #00aeef;
    padding: 25px 15px 20px;
}
#rh_header .occasions {
    font-family: Open Sans, sans-serif;
    background: #00aeef;
    width: 100%;
    position: absolute;
    color: #fff;
    z-index: 148!important;
    top: 128px;
    left: 0;
    right: 0;
    padding: 35px 20px 20px;
}
#rh_header .occasions a {
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    padding: 10px;
}
@media (max-width:768px) {
    .col-xs-12.text-left, .col-xs-12.text-right {
    text-align: center;
}
}#mm-topnav .mobile {
    border: none;
}
#mm-topnav .mobile li a {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    padding: 10px 10px 10px 20px;
}
#mm-topnav .mobile li a.sm {
    font-size: 16px;
    padding: 3px 10px 3px 20px;
}
#mm-topnav .mobile li a:hover:not(.btn) {
    background: hsla(0, 0%, 100%, .05);
}
#mm-topnav .mobile li:after {
    border: none;
}
#mm-topnav .mobile .btn-primary {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0 20px;
}
#mm-topnav .mobile .btn-primary:focus, #mm-topnav .mobile .btn-primary:hover {
    background: #0089c3;
}
#mm-topnav .desktop {
    display: none;
}
footer#footer {
    font-size: 16px;
    font-weight: 300;
    padding: 40px 0;
}
footer#footer h4 {
    font-size: 1.3em;
    font-weight: 400;
}
footer#footer ul {
    padding: 0;
}
footer#footer ul li {
    list-style: none;
    margin: 0 0 10px;
}
footer#footer ul li a {
    color: inherit;
}
footer#footer .copyright {
    font-size: 11px;
}
footer#footer .copyright a {
    color: #888;
}
footer#footer .copyright img {
    margin: 0 5px 10px 0;
}
footer#footer .copyright .fa {
    opacity: .5;
    margin: 5px;
}
footer#footer .copyright .fa:hover {
    opacity: .8;
}
@media (max-width:991px) {
    footer#footer ul {
    margin: 0 0 30px;
}
footer#footer .copyright {
    text-align: center;
}
}@media screen and (min-width:768px) and (max-width:991px) {
    footer#footer .copyright>p {
    text-align: left;
}
}.button-sm {
    font-size: 1.4em;
}
.button-no-arrow {
    background: #fff;
    text-align: center;
    padding: 8px 10px;
}
.citylinks {
    text-align: center;
    margin: 0 4em;
}
.citylinks li {
    display: inline;
    list-style: none;
}
.citylinks li a {
    margin: 0 1em;
    font-size: 1.1em;
    color: #00aced;
    line-height: 2.25;
    padding: 4px;
    white-space: nowrap;
}
.citylinks li a:active, .citylinks li a:focus, .citylinks li a:hover {
    background-color: #1e1e1e;
    text-decoration: none;
    border: 1px solid #282828;
    padding: 3px;
    outline: none;
}
.agency-page {
    z-index: 1;
    position: relative;
}
#ice_cream_cone_agency_image>img {
    margin-top: -5%;
    margin-bottom: -17%}
.label_vertical_alignment {
    position: relative;
    bottom: 10px;
}
@media screen and (max-width:640px) {
    .bav .bav-ap-div select {
    width: 100%}
#bav.bav {
    padding-bottom: 25px;
}
}body.noScroll {
    position: fixed;
    height: 100vh;
    width: 100vw;
}
body.noScroll .modal-dialog {
    margin: 0 auto 200px;
}
.modal-dialog {
    margin: 0 auto;
}
.bavs>.mm-slideout, .bavs_alternative.city>.mm-slideout, .market_trucks>.mm-slideout, .occasions>.mm-slideout, body.restaurants>.mm-slideout {
    z-index: auto;
}
.dropdown-menu {
    font-size: 14px;
}
.dropdown-menu .day {
    display: table-cell;
}
.leadcapture-body .btn {
    background: #00ba89;
    padding: 10px 40px;
    font-size: 20px;
    color: #fff;
    margin: 10px 0 0;
}
.leadcapture-body .btn:hover {
    background: #11a47d;
    cursor: pointer;
}
.leadcapture {
    padding: 20px 18px 10px!important;
    font-size: 14px;
}
.leadcapture .step {
    position: relative;
}
.leadcapture .loading-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00aeef;
    z-index: 50;
    display: none;
    text-align: center;
    padding: 3em;
}
.leadcapture .loading-spinner img {
    margin: 0 0 20px;
    width: 100px;
}
.leadcapture .loading-spinner h2 {
    color: #fff;
    font-size: 2em;
}
.leadcapture .loading-spinner p {
    color: #fff;
}
.leadcapture .btn {
    background: #e31e25;
    color: #fff;
    border: none;
    font-size: 14px;
}
.leadcapture .btn:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .12);
    outline: none;
}
.leadcapture .btn:active {
    box-shadow: none;
}
.leadcapture .btn:hover {
    background: #bd151b;
    color: #fff;
}
.leadcapture .btn-default {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}
.leadcapture .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
}
.leadcapture .form-control {
    font-size: 14px;
    height: 34px;
    box-shadow: none;
    border-radius: 0;
}
.leadcapture .head {
    background: #f3f3f3;
    padding: 35px 20px 20px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.leadcapture .head h3 {
    margin: 5px 0;
    font-size: 28px;
    font-weight: 400;
}
.leadcapture .progress-cont {
    position: absolute;
    width: 100%;
    margin: 20px 0 0;
    z-index: 12;
}
.leadcapture .progress-cont .progress {
    position: relative;
    background: rgba(0, 0, 0, .05);
    width: 70%;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 40px;
    height: 6px;
}
.leadcapture .progress-cont .progress .progress-bar {
    box-shadow: none;
}
.leadcapture .form-sec label, .leadcapture .list-sec label {
    font-size: 18px;
    color: #747474;
    font-weight: 300;
    margin: 0;
    display: block;
}
.leadcapture .form-sec {
    padding: 30px;
    border-bottom: 1px solid #e0e0e0;
}
.leadcapture .form-sec input[type=email], .leadcapture .form-sec input[type=text], .leadcapture .form-sec textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    font-weight: 300;
}
.leadcapture .form-sec input[type=email]:not(:focus), .leadcapture .form-sec input[type=text]:not(:focus), .leadcapture .form-sec textarea:not(:focus) {
    border: 1px solid #e0e0e0;
}
.leadcapture .form-sec input[type=email]:focus, .leadcapture .form-sec input[type=text]:focus, .leadcapture .form-sec textarea:focus {
    border-color: #00aef7;
}
.leadcapture .form-sec input[type=email], .leadcapture .form-sec input[type=text] {
    height: 40px;
}
.leadcapture .form-sec textarea {
    height: 80px;
}
.leadcapture .form-sec select {
    border: 1px solid #e0e0e0;
}
.leadcapture .form-sec .form-inline select {
    width: auto;
    display: inline-block;
}
.leadcapture .btn-sec {
    padding: 20px 30px 30px;
}
.leadcapture .list-sec {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: all .1s linear;
}
.leadcapture .list-sec:hover .check:before, .leadcapture .list-sec:hover .radio:before {
    background: #eee;
}
.leadcapture .list-sec label {
    cursor: pointer;
    padding: 10px 30px 10px 60px;
    z-index: 6;
    position: relative;
}
.leadcapture .list-sec input[type=checkbox], .leadcapture .list-sec input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.leadcapture .list-sec input[type=checkbox]:checked~.check, .leadcapture .list-sec input[type=checkbox]:checked~.radio, .leadcapture .list-sec input[type=radio]:checked~.check, .leadcapture .list-sec input[type=radio]:checked~.radio {
    border: 1px solid #00aef7;
}
.leadcapture .list-sec input[type=checkbox]:checked~.check:before, .leadcapture .list-sec input[type=checkbox]:checked~.radio:before, .leadcapture .list-sec input[type=radio]:checked~.check:before, .leadcapture .list-sec input[type=radio]:checked~.radio:before {
    background: #00aef7;
}
.leadcapture .list-sec input[type=checkbox]:checked~label, .leadcapture .list-sec input[type=radio]:checked~label {
    color: #00aef7;
}
.leadcapture .list-sec .check, .leadcapture .list-sec .radio {
    display: block;
    position: absolute;
    border: 1px solid #e3e3e3;
    background: #fff;
    height: 20px;
    width: 20px;
    min-height: 0;
    top: 27%;
    left: 30px;
    z-index: 5;
    transition: border .1s linear;
    -webkit-transition: border .1s linear;
}
.leadcapture .list-sec .check:before, .leadcapture .list-sec .radio:before {
    pointer-events: none;
    display: block;
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background .1s linear;
    -webkit-transition: background .1s linear;
}
.leadcapture .list-sec .radio, .leadcapture .list-sec .radio:before {
    border-radius: 100%}
.leadcapture#LeadCapture2 form {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.leadcapture#LeadCapture2 form.form-loading .step {
    margin: 0;
    padding: 2em;
}
.leadcapture#LeadCapture2 form .alert.alert-danger {
    padding: 5px 10px;
    margin: 7px 0 0;
}
.leadcapture#LeadCapture2 form .date_error-cont .alert.alert-danger {
    margin: 0 0 10px;
}
.leadcapture#LeadCapture2 form textarea.form-control {
    height: auto;
}
.leadcapture#LeadCapture2 form #time_end_hr, .leadcapture#LeadCapture2 form #time_end_mer, .leadcapture#LeadCapture2 form #time_end_min, .leadcapture#LeadCapture2 form #time_start_hr, .leadcapture#LeadCapture2 form #time_start_mer, .leadcapture#LeadCapture2 form #time_start_min, .leadcapture#LeadCapture2 form input[type=checkbox] {
    display: inline-block;
    width: auto;
}
.leadcapture#LeadCapture2 form label.grey {
    font-weight: 300;
    font-size: 18px;
    color: #999;
}
.leadcapture#LeadCapture2 form .checkbox_sec label {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.leadcapture#LeadCapture2 form label>input[type=radio] {
    display: block;
}
.leadcapture#LeadCapture2 form .step {
    margin: 2em;
}
.leadcapture#LeadCapture2 form .step h3 {
    font-size: 24px;
    margin-top: 0;
}
.leadcapture#LeadCapture2 form .step h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}
.leadcapture#LeadCapture2 form .step.step-final {
    margin: 0;
}
.leadcapture#LeadCapture2 .modal-content {
    overflow: hidden;
    border: none;
}
.leadcapture#LeadCapture2 .modal-header {
    background: #00aeef;
    border-bottom: 1px solid #04a1dc;
}
.leadcapture#LeadCapture2 .modal-header .close {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
    filter: alpha(opacity=80);
    opacity: .8;
}
.leadcapture#LeadCapture2 .modal-header h2 {
    color: #fff;
    font-weight: 300;
}
.leadcapture#LeadCapture2 header {
    background: #fff;
    margin: 0 0 40px;
    border-bottom: 1px solid #ddd;
}
.leadcapture#LeadCapture2 header img {
    margin: 3px 10px -40px 0;
}
.leadcapture#LeadCapture2 header ul {
    padding: 0;
    margin: 0;
}
.leadcapture#LeadCapture2 header ul li {
    display: inline-block;
    list-style: none;
    font-size: 18px;
}
.leadcapture#LeadCapture2 header ul li a {
    color: #565656;
    display: block;
    line-height: 80px;
    padding: 0 15px;
}
.leadcapture#LeadCapture2 header ul li a:hover {
    background: #fafafa;
    text-decoration: none;
    color: #565656;
}
.leadcapture#LeadCapture2.leadcapture .loading-spinner {
    padding: 7em 2em;
    top: 0;
    left: 0;
}
.leadcapture#LeadCapture2 .step-final, .leadcapture#LeadCapture3 .step-final, .leadcapture#LeadCapture4 .step-final, .leadcapture#LeadCapture5 .step-final {
    background-color: #00aeef;
    background-image: url(../assets/img/finish.730bd0ef.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50% 30px 20px;
    text-align: center;
    position: relative;
    z-index: 13;
}
.leadcapture#LeadCapture2 .step-final h2, .leadcapture#LeadCapture3 .step-final h2, .leadcapture#LeadCapture4 .step-final h2, .leadcapture#LeadCapture5 .step-final h2 {
    font-family: Platform Web, sans-serif;
    font-size: 40px;
    color: #fff;
}
.leadcapture#LeadCapture2 .step-final p, .leadcapture#LeadCapture3 .step-final p, .leadcapture#LeadCapture4 .step-final p, .leadcapture#LeadCapture5 .step-final p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.leadcapture#LeadCapture2 .step-final .close_btn, .leadcapture#LeadCapture3 .step-final .close_btn, .leadcapture#LeadCapture4 .step-final .close_btn, .leadcapture#LeadCapture5 .step-final .close_btn {
    background: #fff;
    color: #00aeef;
    margin: 10px 0 0;
    display: inline-block;
    width: auto;
    padding: 10px 40px;
    opacity: .9;
    float: none;
}
.leadcapture#LeadCapture2 .step-final .close_btn:hover, .leadcapture#LeadCapture3 .step-final .close_btn:hover, .leadcapture#LeadCapture4 .step-final .close_btn:hover, .leadcapture#LeadCapture5 .step-final .close_btn:hover {
    opacity: 1;
}
.leadcapture#LeadCapture3 .close, .leadcapture#LeadCapture4 .close, .leadcapture#LeadCapture5 .close {
    margin: 3px 10px 0 0;
    text-shadow: none;
    box-shadow: none;
    z-index: 15;
    position: relative;
}
.leadcapture#LeadCapture3 .modal-dialog, .leadcapture#LeadCapture4 .modal-dialog, .leadcapture#LeadCapture5 .modal-dialog {
    max-width: 550px;
}
.leadcapture#LeadCapture3 .modal-dialog .modal-content, .leadcapture#LeadCapture4 .modal-dialog .modal-content, .leadcapture#LeadCapture5 .modal-dialog .modal-content {
    overflow: hidden;
    border: none;
    border-radius: 0;
}
.leadcapture#LeadCapture3 .modal-dialog .modal-content form, .leadcapture#LeadCapture4 .modal-dialog .modal-content form, .leadcapture#LeadCapture5 .modal-dialog .modal-content form {
    background: #f8f8f8;
}
.leadcapture#LeadCapture3:not(.marketplace) #step1, .leadcapture#LeadCapture4:not(.marketplace) #step1, .leadcapture#LeadCapture5:not(.marketplace) #step1 {
    text-align: center;
    position: relative;
    z-index: 13;
    background: #00acec no-repeat;
    padding: 50px;
}
.leadcapture#LeadCapture3:not(.marketplace) #step1 h2, .leadcapture#LeadCapture4:not(.marketplace) #step1 h2, .leadcapture#LeadCapture5:not(.marketplace) #step1 h2 {
    font-family: Platform Web, sans-serif;
    font-size: 36px;
    text-transform: capitalize;
    color: #fff;
}
.leadcapture#LeadCapture3:not(.marketplace) #step1 p, .leadcapture#LeadCapture4:not(.marketplace) #step1 p, .leadcapture#LeadCapture5:not(.marketplace) #step1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.leadcapture#LeadCapture3:not(.marketplace) #step1 .btn, .leadcapture#LeadCapture4:not(.marketplace) #step1 .btn, .leadcapture#LeadCapture5:not(.marketplace) #step1 .btn {
    background-color: #fff;
    color: #00aced;
    display: inline-block;
    width: auto;
    padding: 10px 50px;
}
.leadcapture#LeadCapture3 .step1_photo, .leadcapture#LeadCapture4 .step1_photo, .leadcapture#LeadCapture5 .step1_photo {
    margin-bottom: 10px;
}
.leadcapture#LeadCapture3 .btn, .leadcapture#LeadCapture4 .btn, .leadcapture#LeadCapture5 .btn {
    margin: 10px 0 0;
    padding: 10px 20px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    width: 100%}
.leadcapture#LeadCapture3 .btn.back_btn, .leadcapture#LeadCapture4 .btn.back_btn, .leadcapture#LeadCapture5 .btn.back_btn {
    background-color: #f3f3f3;
    color: #bbb;
    border: 1px solid #e0e0e0;
}
.leadcapture#LeadCapture3 .btn.back_btn:hover, .leadcapture#LeadCapture4 .btn.back_btn:hover, .leadcapture#LeadCapture5 .btn.back_btn:hover {
    background-color: #ececec;
}
.leadcapture#LeadCapture3 .btn.back_btn img, .leadcapture#LeadCapture4 .btn.back_btn img, .leadcapture#LeadCapture5 .btn.back_btn img {
    margin: -3px 5px 0 0;
}
.leadcapture#LeadCapture3 .btn.next_btn img, .leadcapture#LeadCapture4 .btn.next_btn img, .leadcapture#LeadCapture5 .btn.next_btn img {
    margin: -3px 0 0 5px;
}
.leadcapture#LeadCapture3 .btn-payer, .leadcapture#LeadCapture4 .btn-payer, .leadcapture#LeadCapture5 .btn-payer {
    width: 50%;
    float: left;
}
.leadcapture#LeadCapture3 .btn-payer label, .leadcapture#LeadCapture4 .btn-payer label, .leadcapture#LeadCapture5 .btn-payer label {
    padding: 10px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #ececec;
}
.leadcapture#LeadCapture3 .btn-payer label:hover, .leadcapture#LeadCapture4 .btn-payer label:hover, .leadcapture#LeadCapture5 .btn-payer label:hover {
    border: 1px solid #d8d8d8;
    cursor: pointer;
}
.leadcapture#LeadCapture3 .btn-payer input[type=checkbox], .leadcapture#LeadCapture3 .btn-payer input[type=radio], .leadcapture#LeadCapture4 .btn-payer input[type=checkbox], .leadcapture#LeadCapture4 .btn-payer input[type=radio], .leadcapture#LeadCapture5 .btn-payer input[type=checkbox], .leadcapture#LeadCapture5 .btn-payer input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.leadcapture#LeadCapture3 .btn-payer input[type=checkbox]:checked+label, .leadcapture#LeadCapture3 .btn-payer input[type=radio]:checked+label, .leadcapture#LeadCapture4 .btn-payer input[type=checkbox]:checked+label, .leadcapture#LeadCapture4 .btn-payer input[type=radio]:checked+label, .leadcapture#LeadCapture5 .btn-payer input[type=checkbox]:checked+label, .leadcapture#LeadCapture5 .btn-payer input[type=radio]:checked+label {
    background: #fff;
    color: #00aef7;
    border: 1px solid #d8d8d8;
}
.leadcapture#LeadCapture3 .btn-payer input[type=checkbox]:checked+label .icon, .leadcapture#LeadCapture3 .btn-payer input[type=radio]:checked+label .icon, .leadcapture#LeadCapture4 .btn-payer input[type=checkbox]:checked+label .icon, .leadcapture#LeadCapture4 .btn-payer input[type=radio]:checked+label .icon, .leadcapture#LeadCapture5 .btn-payer input[type=checkbox]:checked+label .icon, .leadcapture#LeadCapture5 .btn-payer input[type=radio]:checked+label .icon {
    background-position: 0 0;
}
.leadcapture#LeadCapture3 .btn-payer .icon, .leadcapture#LeadCapture4 .btn-payer .icon, .leadcapture#LeadCapture5 .btn-payer .icon {
    background-size: 200%;
    margin: 0 2px -3px 0;
    display: inline-block;
    background-position: 100% 0;
}
@media only screen and (max-width:992px) {
    .leadcapture#LeadCapture3 .btn-payer .icon, .leadcapture#LeadCapture4 .btn-payer .icon, .leadcapture#LeadCapture5 .btn-payer .icon {
    margin: 0 auto;
    display: block;
}
}.leadcapture#LeadCapture3 .btn-payer#host .icon, .leadcapture#LeadCapture4 .btn-payer#host .icon, .leadcapture#LeadCapture5 .btn-payer#host .icon {
    width: 22px;
    height: 22px;
    background-image: url(../assets/img/paying-host.adf2e6fa.png);
}
.leadcapture#LeadCapture3 .btn-payer#attendee label, .leadcapture#LeadCapture4 .btn-payer#attendee label, .leadcapture#LeadCapture5 .btn-payer#attendee label {
    margin: 0 0 0 -1px;
    border-left: 1px solid #d8d8d8;
}
.leadcapture#LeadCapture3 .btn-payer#attendee .icon, .leadcapture#LeadCapture4 .btn-payer#attendee .icon, .leadcapture#LeadCapture5 .btn-payer#attendee .icon {
    width: 44px;
    height: 22px;
    background-image: url(../assets/img/paying-attendees.7118245c.png);
}
.leadcapture#LeadCapture3 .multidate_btn, .leadcapture#LeadCapture3 .singledate_btn, .leadcapture#LeadCapture4 .multidate_btn, .leadcapture#LeadCapture4 .singledate_btn, .leadcapture#LeadCapture5 .multidate_btn, .leadcapture#LeadCapture5 .singledate_btn {
    margin: 0;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 0;
    color: #747474;
    font-weight: 300;
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    text-align: center;
}
.leadcapture#LeadCapture3 .multidate_btn:hover, .leadcapture#LeadCapture3 .singledate_btn:hover, .leadcapture#LeadCapture4 .multidate_btn:hover, .leadcapture#LeadCapture4 .singledate_btn:hover, .leadcapture#LeadCapture5 .multidate_btn:hover, .leadcapture#LeadCapture5 .singledate_btn:hover {
    cursor: pointer;
    background: #f8f8f8;
}
.leadcapture#LeadCapture3 .input-group-addon, .leadcapture#LeadCapture4 .input-group-addon, .leadcapture#LeadCapture5 .input-group-addon {
    font-size: 16px;
    font-weight: 300;
    text-shadow: none;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.leadcapture#LeadCapture3 .input-group-addon.left, .leadcapture#LeadCapture4 .input-group-addon.left, .leadcapture#LeadCapture5 .input-group-addon.left {
    border-left: 1px solid #e0e0e0;
}
.leadcapture#LeadCapture3 .input-group-addon.right, .leadcapture#LeadCapture4 .input-group-addon.right, .leadcapture#LeadCapture5 .input-group-addon.right {
    border-right: 1px solid #e0e0e0;
}
.leadcapture#LeadCapture3 .to, .leadcapture#LeadCapture4 .to, .leadcapture#LeadCapture5 .to {
    font-size: 20px;
    text-align: center;
    margin: 5px 0;
    font-weight: 300;
}
.leadcapture#LeadCapture3 .dollar, .leadcapture#LeadCapture4 .dollar, .leadcapture#LeadCapture5 .dollar {
    font-size: 20px;
    font-weight: 300;
}
.leadcapture#LeadCapture3 .alert, .leadcapture#LeadCapture4 .alert, .leadcapture#LeadCapture5 .alert {
    padding: 0;
    background: none;
    border: none;
    margin: 0;
}
.leadcapture#LeadCapture3 #checkbox_error, .leadcapture#LeadCapture3 #event_error, .leadcapture#LeadCapture3 .message_padding, .leadcapture#LeadCapture4 #checkbox_error, .leadcapture#LeadCapture4 #event_error, .leadcapture#LeadCapture4 .message_padding, .leadcapture#LeadCapture5 #checkbox_error, .leadcapture#LeadCapture5 #event_error, .leadcapture#LeadCapture5 .message_padding {
    padding: 10px 30px 0;
}
.leadcapture#LeadCapture5 .btn-payer .icon {
    margin: 0 auto;
    display: block;
}
.leadcapture#LeadCapture5 .btn-payer label {
    padding: 20px;
}
.leadcapture#LeadCapture5 .form-sec input[type=email], .leadcapture#LeadCapture5 .form-sec input[type=text], .leadcapture#LeadCapture5 .form-sec textarea {
    background: none;
    border: none;
    padding: 6px 0;
}
.leadcapture#LeadCapture5 .form-sec input[type=email]:not(:focus), .leadcapture#LeadCapture5 .form-sec input[type=text]:not(:focus), .leadcapture#LeadCapture5 .form-sec textarea:not(:focus) {
    border-bottom: 2px solid #ccc;
}
.leadcapture#LeadCapture5 .form-sec input[type=email]:focus, .leadcapture#LeadCapture5 .form-sec input[type=text]:focus, .leadcapture#LeadCapture5 .form-sec textarea:focus {
    border-bottom: 2px solid #00adf6;
}
.leadcapture#LeadCapture5 .input-group-addon {
    border: none;
    background: none;
    font-size: 26px;
    color: #ccc;
}
.leadcapture#LeadCapture5 .input-group-addon.left {
    border-left: none;
}
.leadcapture#LeadCapture5 input:-webkit-autofill, .leadcapture#LeadCapture5 select:-webkit-autofill, .leadcapture#LeadCapture5 textarea:-webkit-autofill {
    background: none;
}
.leadcapture#LeadCapture5 .btn {
    border-radius: 0;
}
.leadcapture#LeadCapture5 .back_btn, .leadcapture#LeadCapture5 .next_btn {
    background-repeat: no-repeat;
    background-size: 10px 16px;
}
.leadcapture#LeadCapture5 .next_btn {
    background-image: url(../assets/img/next-white@2x.82cb8d00.png);
    background-position: right 20px top 15px;
    text-indent: -10%}
.leadcapture#LeadCapture5 .next_btn:hover {
    background-color: #c31a20;
}
.leadcapture#LeadCapture5 .back_btn {
    background-image: url(../assets/img/back-gray@2x.f437c0ae.png);
    background-color: #f3f3f3;
    background-position: left 20px top 15px;
    text-indent: 10%}
.leadcapture#LeadCapture5 .back_btn:hover {
    background-color: #ececec;
}
.leadcapture#LeadCapture5:not(.marketplace) #step1 h2 {
    margin-bottom: 38px;
}
.leadcapture#LeadCapture5:not(.marketplace) #step1 .next_btn {
    background-color: #fff;
    background-image: url(../assets/svg/ArrowRight-Blue.8e97f215.svg);
    background-position: right 30px top 50%;
    background-size: 14px;
    text-indent: -5%;
    font-family: Platform Web;
    font-size: 30px;
    padding: 10px 50px;
    margin-top: 0;
}
.leadcapture#LeadCapture5:not(.marketplace) #step1 .next_btn:hover {
    opacity: .9;
}
@media (max-width:767px) {
    .leadcapture#LeadCapture5: not(.marketplace) #step1 {
    padding: 50px 30px;
}
.leadcapture#LeadCapture5:not(.marketplace) #step1 h2 {
    font-size: 32px;
    margin-bottom: 26px;
}
.leadcapture#LeadCapture5:not(.marketplace) #step1 .next_btn {
    font-size: 20px;
    padding: 6px 30px;
    background-size: 10px;
    background-position: right 20px top 50%}
}.leadcapture#LeadCapture5 #budget_error {
    padding-left: 40px;
}
@media only screen and (max-width:992px) {
    .leadcapture#LeadCapture5 #step1 .next_btn, .leadcapture#LeadCapture5 .back_btn, .leadcapture#LeadCapture5 .next_btn {
    text-indent: 0;
}
}.pac-container {
    z-index: 1061;
}
.container.container-alerts {
    padding-top: 60px;
    padding-bottom: 60px;
}
.container.container-alerts label, .container.container-alerts p, .container.container-alerts table {
    font-size: 14px;
    font-weight: 400;
}
.container.container-alerts label.small, .container.container-alerts p.small, .container.container-alerts table.small {
    font-size: 10px;
}
.container.container-alerts .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 11px;
    background: none;
}
.container.container-alerts h1.new {
    margin: 0 0 20px;
}
.container.container-alerts .form-control {
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    font-weight: 300;
    height: 33px;
}
.container.container-alerts .table-striped {
    background: #fff;
}
.container.container-alerts .table-striped .btn-sm {
    font-size: 10px;
    padding: 3px 10px;
}
.container.container-alerts #map {
    width: 100%;
    height: 400px;
    position: relative;
}
.container.container-users {
    padding-top: 60px;
    padding-bottom: 60px;
}
.container.container-users label, .container.container-users p, .container.container-users table {
    font-size: 14px;
    font-weight: 400;
}
.container.container-users h1.new {
    margin: 0 0 20px;
}
.container.container-users .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 11px;
    background: none;
}
.container.container-users .paging {
    font-size: 12px;
}
.container.container-users .form-control {
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    font-weight: 300;
    height: 33px;
}
.container.container-users ul.account-list {
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
}
.container.container-users ul.account-list li {
    display: inline-block;
    width: 20%;
    padding: 5px;
    flex: 1;
}
.container.container-users ul.account-list li a {
    display: block;
    padding: 20px;
    border: 1px solid #00adf6;
    border-radius: 4px;
    height: 100%}
.container.container-users ul.account-list li:hover a {
    background: #00adf6;
    text-decoration: none;
    color: #fff;
}
@media screen and (max-width:700px) {
    .container.container-users ul.account-list {
    display: block;
}
.container.container-users ul.account-list li {
    display: block;
    width: 100%}
}.modal-body .container {
    width: 100%}
.container.container-bavfaqs {
    padding-top: 60px;
    padding-bottom: 60px;
}
.container.container-bavfaqs p {
    font-weight: 300;
}
.mapwrapper {
    font-size: 16px;
    line-height: 1.35;
    overflow: hidden;
}
.infowindow {
    min-width: 360px;
}
.mapwrapper .squarelisting-sm, .mapwrapper .squarelisting-sm .thumbnail {
    height: 160px;
    width: 160px;
}
@media (max-width:767px) {
    .mapwrapper {
    min-height: 300px;
    min-width: 0;
}
.mapwrapper .squarelist .squarelisting-sm {
    float: none;
    margin: 0 0 10px;
}
.mapwrapper .squarelist .squarelisting-sm .thumbnail {
    float: none;
    display: block;
    margin: 0;
}
.mapwrapper .squarelist {
    display: block;
}
}@media (max-width:420px) {
    .mapwrapper {
    font-size: 15px;
    min-height: 300px;
}
.mapwrapper .squarelist .squarelisting-sm {
    float: left;
    margin: 0 10px 10px 0;
}
.mapwrapper .squarelist .squarelisting-sm, .mapwrapper .squarelist .squarelisting-sm .thumbnail {
    height: 100px;
    width: 100px;
}
.mapwrapper table.mapwindow td {
    display: block;
    width: 100%}
}#map_canvas {
    min-width: 240px;
}
#map_overlay {
    background: #000 url(../assets/img/loading6.8aa03da6.gif) 50% 50% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -moz-opacity: .4;
    opacity: .4;
    z-index: 100;
}
#map_canvas.static {
    display: flex;
    align-items: center;
    justify-content: center;
}
#map_canvas .launch-map {
    display: none;
}
#map_canvas.static .launch-map {
    display: block;
    background: #eb212b;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 14px 20px;
    font-family: Platform Web, sans-serif;
    line-height: 1;
}
table.mapwindow {
    border: none;
}
table.mapwindow td {
    border: none;
    padding: 0 0 20px;
    vertical-align: top;
}
table.mapwindow td img.thumbnail {
    width: 121px;
    height: 90px;
    border: none;
    padding: 0;
    margin: 10px 10px 0 5px;
    border-radius: 0;
}
h3.mapwindow {
    font-size: 2.3em;
}
h3.mapwindow, h3.mapwindow-lg {
    color: #00aced;
    text-transform: uppercase;
    font-family: BebasNeueRegular, Bebas, Helvetica Rounded Bold Condensed, HelveticaRounded-BoldCond, HelveticaRounded BoldCond, RoundedMTSTd-Bold, \ Rounded MT Bold, \ Rounded MT Pro Bold, Helvetica, , sans-serif;
    font-weight: 700;
    text-align: left;
}
h3.mapwindow-lg {
    font-size: 1.6em;
}
h4.mapwindow {
    font-size: 1em;
    font-weight: 700;
    text-align: left;
}
.container-restaurant section p.mapwindow, p.mapwindow {
    font-size: .8em;
    color: #444;
    text-align: left;
    padding: 0;
    margin: 0;
}
p.mapwindow-lg {
    font-size: 1.1em;
    color: #444;
    text-align: left;
}
.container-restaurant section p.mapwindowtweet, p.mapwindowtweet {
    font-size: .8em;
    color: #888;
    text-align: left;
    margin: 0 0 10px;
}
ul.mapwindow {
    padding: 0;
}
ul.mapwindow li {
    float: left;
    clear: none;
    height: auto;
    margin-bottom: 0;
    list-style: none;
}
ul.mapwindow li a {
    display: block;
    float: left;
    font-size: .8em;
    padding: 0 5px;
    border-left: 1px solid #fff;
    height: 12px;
    line-height: 11px;
}
ul.mapwindow li a:hover {
    text-decoration: underline;
}
ul.mapwindow li:first-child a {
    padding-left: 0;
    border-left: none;
}
.breadcrumbs {
    font-size: 12px;
    font-family: National, sans-serif;
    margin-bottom: 15px;
}
.breadcrumbs a, .breadcrumbs span {
    color: #989898;
}
.breadcrumbs span {
    margin: 0 7px;
}
.w-full {
    width: 100%}
.h-screen {
    height: 100vh;
}
.font-primary {
    font-family: Platform Web, sans-serif;
}
.font-secondary {
    font-family: National, sans-serif;
}
.text-white {
    color: #fff;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-container {
    flex-direction: row;
    display: flex;
}
@media (max-width:991px) {
    .flex-container {
    flex-direction: column-reverse;
}
}.hero-section {
    display: flex;
    height: calc(100vh - 128px);
    background-image: url(../images/background1.jpeg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    color: #fff;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:991px) {
    .hero-section {
    height: calc(100vh - 60px);
}
}@media only screen and (max-device-width:640px) {
    .hero-section {
    background-image: url(../images/background1.jpeg);
}
}@media screen and (min-height:776px) {
    .hero-section {
    background-image: url(../assets/img/slide-1@2x.969918b2.jpg);
}
}.hero-section .hero-content {
    padding: 0 15px;
}
.hero-section .hero-title {
    font-family: Platform Web, sans-serif;
    font-size: 46px;
    line-height: 1;
    margin: 0 0 1rem;
}
@media screen and (min-width:992px) {
    .hero-section .hero-title {
    font-size: 55px;
}
}@media screen and (min-width:1200px) {
    .hero-section .hero-title {
    font-size: 64px;
}
}.hero-section .hero-subtitle {
    font-family: National, sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 25px;
}
@media screen and (min-width:992px) {
    .hero-section .hero-subtitle {
    font-size: 27px;
}
}@media screen and (min-width:1200px) {
    .hero-section .hero-subtitle {
    font-size: 30px;
}
}.hero-section .btn {
    font-family: Platform Web, sans-serif;
    font-size: 28px;
}
@media screen and (max-height:570px) {
    .hero-section .arrow {
    bottom: 15px;
}
}.section-how-it-works {
    background: #00476e;
    color: #fff;
    padding: 50px 0 60px;
    text-align: center;
    font-family: National, sans-serif;
}
.section-how-it-works h2 {
    font-family: Platform Web, sans-serif;
    font-size: 32px;
    color: #fff;
    margin: 0 0 40px;
}
.section-how-it-works .section-body {
    margin-bottom: 50px;
}
.section-how-it-works .section-photo {
    display: none;
}
.section-how-it-works .action {
    max-width: 250px;
    margin: 0 auto;
}
.section-how-it-works .action+.action {
    margin-top: 50px;
}
.section-how-it-works .circle {
    width: 62px;
    height: 62px;
    line-height: 48px;
    font-size: 40px;
    border: 2px solid;
    border-radius: 50%;
    margin: 0 auto 5px;
    text-align: center;
}
.section-how-it-works .action:nth-child(3) .circle {
    line-height: 44px;
}
.section-how-it-works .action:nth-child(3) .circle span {
    position: relative;
    left: 1px;
}
.section-how-it-works h3 {
    font-size: 28px;
    margin: 0 0 3px;
}
.section-how-it-works p {
    font-size: 18px;
    line-height: 1.33;
}
.section-how-it-works h3, .section-how-it-works p {
    color: #fff;
}
.section-how-it-works .btn {
    font-size: 24px;
    font-family: Platform Web, sans-serif;
    background: #00ba89;
    padding: 10px 40px;
    font-size: 20px;
    color: #fff;
}
@media screen and (max-width:992px) {
    .section-how-it-works .btn {
    background: transparent;
    border: 2px solid #fff;
}
}@media screen and (min-width:768px) {
    .section-how-it-works h2 {
    font-size: 40px;
}
}@media screen and (min-width:992px) {
    .section-how-it-works {
    background: #fff;
    color: #00476e;
    padding: 70px 0;
}
.section-how-it-works.section-grey {
    background: #f8f8f8;
}
.section-how-it-works h2, .section-how-it-works h3, .section-how-it-works p {
    color: #00476e;
}
.section-how-it-works .section-photo {
    display: block;
}
.section-how-it-works .section-body {
    display: flex;
    align-items: center;
    text-align: left;
}
.section-how-it-works .section-body>div {
    width: 50%}
.section-how-it-works .section-body>div:first-child {
    padding-right: 20px;
}
.section-how-it-works .section-body>div:nth-child(2) {
    padding-left: 20px;
}
.section-how-it-works .action {
    display: flex;
    max-width: 460px;
    margin-left: 20px;
}
.section-how-it-works .action .text {
    flex: 1 1 0%}
.section-how-it-works .action+.action {
    margin-top: 15px;
}
.section-how-it-works .circle {
    width: 66px;
    height: 66px;
    font-size: 44px;
    line-height: 52px;
    margin-right: 20px;
    border-width: 2.5px;
    position: relative;
    top: 5px;
}
.section-how-it-works .action:nth-child(3) .circle {
    line-height: 46px;
}
.section-how-it-works h3 {
    font-size: 30px;
    font-weight: 400;
}
.section-how-it-works p {
    font-size: 22px;
    line-height: 1.14;
}
.section-how-it-works .btn {
    font-size: 28px;
}
}.stretch-ad {
    width: 100%;
    display: flex;
    background-color: #00476e;
    position: relative;
    outline: none;
}
.stretch-ad:hover {
    background-color: #033856;
    text-decoration: none;
}
.stretch-ad .stretch-ad-body {
    margin-top: -60px;
    width: 100%}
.stretch-ad .row {
    display: flex;
}
.stretch-ad h2 {
    color: #fff!important;
    margin: 0 0 20px;
    line-height: .85;
    letter-spacing: .5px;
    font-weight: 700;
    text-shadow: 0 0 10px hsla(0, 0%, 45.5%, .13);
    font-size: 60px;
    font-family: Platform Web, sans-serif;
}
.stretch-ad .button {
    text-align: right;
}
.stretch-ad .btn-success {
    font-size: 34px;
    padding: 15px 40px;
    line-height: 1.3em;
    margin: 20px 0 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: Platform Web, sans-serif;
    background: #00bf8b;
    width: 265px;
    height: 75px;
    border: none;
    letter-spacing: .8;
}
.stretch-ad .btn-success:hover {
    background: #48aa93;
    border: none;
}
.stretch-ad .guarantee {
    color: #fff;
    max-height: 70px;
    margin-bottom: 10px;
}
.stretch-ad .guarantee p {
    margin: 0;
    font-size: 25px;
    font-family: National, sans-serif;
    line-height: 1em;
}
.stretch-ad .guarantee img {
    width: 40px;
    height: auto;
    margin-right: 15px;
    float: left;
}
.stretch-ad-context, .stretch-ad-image {
    flex: .5 1 auto;
    align-self: auto;
    width: 100%;
    z-index: 1;
}
.stretch-ad-context {
    padding: 95px 15px 45px;
    order: 1;
    width: 40%;
    flex: 1 1 auto;
}
.stretch-ad-image {
    order: 2;
    width: 60%;
    flex: 1 .6 auto;
}
@media screen and (min-width:1024px) {
    .stretch-ad {
    line-height: .85;
    font-weight: 700;
    font-size: 64px;
}
}@media screen and (min-width:992px) {
    .stretch-ad-image {
    padding: 0 15px 45px;
}
}@media screen and (min-width:992px) {
    .stretch-ad .btn-success {
    width: 205px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    font-size: 26px;
    margin: 15px 0 0;
    padding: 0;
}
}@media only screen and (max-width:1199px) and (min-width:992px) {
    .stretch-ad .btn {
    display: block;
    margin-top: 35px;
}
.stretch-ad h2 {
    font-size: 46px;
}
.stretch-ad .guarantee p {
    font-size: 20px;
}
}@media only screen and (max-width:991px) {
    .stretch-ad {
    padding: 0 35px 10px;
}
.stretch-ad, .stretch-ad .button {
    text-align: center;
}
.stretch-ad .btn-success {
    margin: 0 0 15px;
    padding: 13px 25px;
}
.stretch-ad h2 {
    font-size: 40px;
}
.stretch-ad .guarantee {
    margin-bottom: 40px;
}
.stretch-ad .guarantee p {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
    font-family: National, sans-serif;
}
.stretch-ad .guarantee img {
    display: none;
}
.stretch-ad .row {
    flex-direction: column-reverse;
}
.stretch-ad-context {
    padding: 45px 0;
}
.stretch-ad-context, .stretch-ad-image {
    flex: 1 1 auto;
    width: 100%}
}@media only screen and (max-width:991px) {
    .stretch-ad {
    padding: 0 0 10px;
}
}
