/*****************************************/
/* INCLUDES                              */
/*****************************************/

/*!
 * Bootstrap Grid Flexbox v1.1.2 (https://github.com/ngengs/bootstrap-grid-flexbox)
 * Copyright 2016 Rizky Kharisma @ngengs (http://ngengs.com).
 * Licensed under MIT (https://github.com/ngengs/bootstrap-grid-flexbox/blob/master/LICENSE)
 */
 
/* Modify for HubSpot */
 
.row-flex .row-fluid {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.row-flex.reverse .row-fluid {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.row-flex-basic-column .row-fluid [class*='col-flex-'] {
    margin-left: auto;
}
.row-flex .row-fluid [class*="span"] {
    width: 100%;
}
.col-flex-xs-1,
.col-flex-sm-1,
.col-flex-md-1,
.col-flex-lg-1,
.col-flex-xs-2,
.col-flex-sm-2,
.col-flex-md-2,
.col-flex-lg-2,
.col-flex-xs-3,
.col-flex-sm-3,
.col-flex-md-3,
.col-flex-lg-3,
.col-flex-xs-4,
.col-flex-sm-4,
.col-flex-md-4,
.col-flex-lg-4,
.col-flex-xs-5,
.col-flex-sm-5,
.col-flex-md-5,
.col-flex-lg-5,
.col-flex-xs-6,
.col-flex-sm-6,
.col-flex-md-6,
.col-flex-lg-6,
.col-flex-xs-7,
.col-flex-sm-7,
.col-flex-md-7,
.col-flex-lg-7,
.col-flex-xs-8,
.col-flex-sm-8,
.col-flex-md-8,
.col-flex-lg-8,
.col-flex-xs-9,
.col-flex-sm-9,
.col-flex-md-9,
.col-flex-lg-9,
.col-flex-xs-10,
.col-flex-sm-10,
.col-flex-md-10,
.col-flex-lg-10,
.col-flex-xs-11,
.col-flex-sm-11,
.col-flex-md-11,
.col-flex-lg-11,
.col-flex-xs-12,
.col-flex-sm-12,
.col-flex-md-12,
.col-flex-lg-12 {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 1px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}
.start-xs .row-fluid {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
    width: 100%;
    max-width: 1170px;
}
.start-xs.text-start {
    text-align: start !important;
}
.center-xs .row-fluid {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    width: 100%;
    max-width: 1170px;
}
.center-xs.text-center {
    text-align: center !important;
}
.end-xs .row-fluid {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
    width: 100%;
    max-width: 1170px;
}
.end-xs.text-end {
    text-align: end !important;
}
.top-xs .row-fluid {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
}
.middle-xs .row-fluid {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
}
.bottom-xs .row-fluid {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
}
.col-flex-xs-1 {
    width: 8.333333% !important;
    max-width: 8.333333% !important;
    -webkit-flex-basis: 8.333333% !important;
    -ms-flex-preferred-size: 8.333333% !important;
    flex-basis: 8.333333% !important;
}
.col-flex-xs-2 {
    width: 16.666667% !important;
    max-width: 16.666667% !important;
    -webkit-flex-basis: 16.666667% !important;
    -ms-flex-preferred-size: 16.666667% !important;
    flex-basis: 16.666667% !important;
}
.col-flex-xs-3 {
    width: 25% !important;
    max-width: 25% !important;
    -webkit-flex-basis: 25% !important;
    -ms-flex-preferred-size: 25% !important;
    flex-basis: 25% !important;
}
.col-flex-xs-4 {
    width: 33.333333% !important;
    max-width: 33.333333% !important;
    -webkit-flex-basis: 33.333333% !important;
    -ms-flex-preferred-size: 33.333333% !important;
    flex-basis: 33.333333% !important;
}
.col-flex-xs-5 {
    width: 41.666667% !important;
    max-width: 41.666667% !important;
    -webkit-flex-basis: 41.666667% !important;
    -ms-flex-preferred-size: 41.666667% !important;
    flex-basis: 41.666667% !important;
}
.col-flex-xs-6 {
    width: 50% !important;
    max-width: 50% !important;
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
}
.col-flex-xs-7 {
    width: 58.333333% !important;
    max-width: 58.333333% !important;
    -webkit-flex-basis: 58.333333% !important;
    -ms-flex-preferred-size: 58.333333% !important;
    flex-basis: 58.333333% !important;
}
.col-flex-xs-8 {
    width: 66.666667% !important;
    max-width: 66.666667% !important;
    -webkit-flex-basis: 66.666667% !important;
    -ms-flex-preferred-size: 66.666667% !important;
    flex-basis: 66.666667% !important;
}
.col-flex-xs-9 {
    width: 75% !important;
    max-width: 75% !important;
    -webkit-flex-basis: 75% !important;
    -ms-flex-preferred-size: 75% !important;
    flex-basis: 75% !important;
}
.col-flex-xs-10 {
    width: 83.333333% !important;
    max-width: 83.333333% !important;
    -webkit-flex-basis: 83.333333% !important;
    -ms-flex-preferred-size: 83.333333% !important;
    flex-basis: 83.333333% !important;
}
.col-flex-xs-11 {
    width: 91.666667% !important;
    max-width: 91.666667% !important;
    -webkit-flex-basis: 91.666667% !important;
    -ms-flex-preferred-size: 91.666667% !important;
    flex-basis: 91.666667% !important;
}
.col-flex-xs-12 {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
}
.col-flex-xs-pull-0 {
    right: auto !important;
}
.col-flex-xs-pull-1 {
    right: 8.333333% !important;
}
.col-flex-xs-pull-2 {
    right: 16.666667% !important;
}
.col-flex-xs-pull-3 {
    right: 25% !important;
}
.col-flex-xs-pull-4 {
    right: 33.333333% !important;
}
.col-flex-xs-pull-5 {
    right: 41.666667% !important;
}
.col-flex-xs-pull-6 {
    right: 50% !important;
}
.col-flex-xs-pull-7 {
    right: 58.333333% !important;
}
.col-flex-xs-pull-8 {
    right: 66.666667% !important;
}
.col-flex-xs-pull-9 {
    right: 75% !important;
}
.col-flex-xs-pull-10 {
    right: 83.333333% !important;
}
.col-flex-xs-pull-11 {
    right: 91.666667% !important;
}
.col-flex-xs-pull-12 {
    right: 100% !important;
}
.col-flex-xs-push-0 {
    left: auto !important;
}
.col-flex-xs-push-1 {
    left: 8.333333% !important;
}
.col-flex-xs-push-2 {
    left: 16.666667% !important;
}
.col-flex-xs-push-3 {
    left: 25% !important;
}
.col-flex-xs-push-4 {
    left: 33.333333% !important;
}
.col-flex-xs-push-5 {
    left: 41.666667% !important;
}
.col-flex-xs-push-6 {
    left: 50% !important;
}
.col-flex-xs-push-7 {
    left: 58.333333% !important;
}
.col-flex-xs-push-8 {
    left: 66.666667% !important;
}
.col-flex-xs-push-9 {
    left: 75% !important;
}
.col-flex-xs-push-10 {
    left: 83.333333% !important;
}
.col-flex-xs-push-11 {
    left: 91.666667% !important;
}
.col-flex-xs-push-12 {
    left: 100% !important;
}
.col-flex-xs-offset-0 {
    margin-left: 0 !important;
}
.col-flex-xs-offset-1 {
    margin-left: 8.333333% !important;
}
.col-flex-xs-offset-2 {
    margin-left: 16.666667% !important;
}
.col-flex-xs-offset-3 {
    margin-left: 25% !important;
}
.col-flex-xs-offset-4 {
    margin-left: 33.333333% !important;
}
.col-flex-xs-offset-5 {
    margin-left: 41.666667% !important;
}
.col-flex-xs-offset-6 {
    margin-left: 50% !important;
}
.col-flex-xs-offset-7 {
    margin-left: 58.333333% !important;
}
.col-flex-xs-offset-8 {
    margin-left: 66.666667% !important;
}
.col-flex-xs-offset-9 {
    margin-left: 75% !important;
}
.col-flex-xs-offset-10 {
    margin-left: 83.333333% !important;
}
.col-flex-xs-offset-11 {
    margin-left: 91.666667% !important;
}
.col-flex-xs-offset-12 {
    margin-left: 100% !important;
}
@media (min-width: 768px) {
    .start-sm .row-fluid {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
    .start-sm.text-start {
        text-align: start !important;
    }
    .center-sm .row-fluid {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }
    .center-sm.text-center {
        text-align: center !important;
    }
    .end-sm .row-fluid {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }
    .end-sm.text-end {
        text-align: end !important;
    }
    .top-sm .row-fluid {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }
    .middle-sm .row-fluid {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }
    .bottom-sm .row-fluid {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }
    .col-flex-sm-1 {
        width: 8.333333% !important;
        max-width: 8.333333% !important;
        -webkit-flex-basis: 8.333333% !important;
        -ms-flex-preferred-size: 8.333333% !important;
        flex-basis: 8.333333% !important;
    }
    .col-flex-sm-2 {
        width: 16.666667% !important;
        max-width: 16.666667% !important;
        -webkit-flex-basis: 16.666667% !important;
        -ms-flex-preferred-size: 16.666667% !important;
        flex-basis: 16.666667% !important;
    }
    .col-flex-sm-3 {
        width: 25% !important;
        max-width: 25% !important;
        -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    }
    .col-flex-sm-4 {
        width: 33.333333% !important;
        max-width: 33.333333% !important;
        -webkit-flex-basis: 33.333333% !important;
        -ms-flex-preferred-size: 33.333333% !important;
        flex-basis: 33.333333% !important;
    }
    .col-flex-sm-5 {
        width: 41.666667% !important;
        max-width: 41.666667% !important;
        -webkit-flex-basis: 41.666667% !important;
        -ms-flex-preferred-size: 41.666667% !important;
        flex-basis: 41.666667% !important;
    }
    .col-flex-sm-6 {
        width: 50% !important;
        max-width: 50% !important;
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
    .col-flex-sm-7 {
        width: 58.333333% !important;
        max-width: 58.333333% !important;
        -webkit-flex-basis: 58.333333% !important;
        -ms-flex-preferred-size: 58.333333% !important;
        flex-basis: 58.333333% !important;
    }
    .col-flex-sm-8 {
        width: 66.666667% !important;
        max-width: 66.666667% !important;
        -webkit-flex-basis: 66.666667% !important;
        -ms-flex-preferred-size: 66.666667% !important;
        flex-basis: 66.666667% !important;
    }
    .col-flex-sm-9 {
        width: 75% !important;
        max-width: 75% !important;
        -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
    }
    .col-flex-sm-10 {
        width: 83.333333% !important;
        max-width: 83.333333% !important;
        -webkit-flex-basis: 83.333333% !important;
        -ms-flex-preferred-size: 83.333333% !important;
        flex-basis: 83.333333% !important;
    }
    .col-flex-sm-11 {
        width: 91.666667% !important;
        max-width: 91.666667% !important;
        -webkit-flex-basis: 91.666667% !important;
        -ms-flex-preferred-size: 91.666667% !important;
        flex-basis: 91.666667% !important;
    }
    .col-flex-sm-12 {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
    .col-flex-sm-pull-0 {
        right: auto !important;
    }
    .col-flex-sm-pull-1 {
        right: 8.333333% !important;
    }
    .col-flex-sm-pull-2 {
        right: 16.666667% !important;
    }
    .col-flex-sm-pull-3 {
        right: 25% !important;
    }
    .col-flex-sm-pull-4 {
        right: 33.333333% !important;
    }
    .col-flex-sm-pull-5 {
        right: 41.666667% !important;
    }
    .col-flex-sm-pull-6 {
        right: 50% !important;
    }
    .col-flex-sm-pull-7 {
        right: 58.333333% !important;
    }
    .col-flex-sm-pull-8 {
        right: 66.666667% !important;
    }
    .col-flex-sm-pull-9 {
        right: 75% !important;
    }
    .col-flex-sm-pull-10 {
        right: 83.333333% !important;
    }
    .col-flex-sm-pull-11 {
        right: 91.666667% !important;
    }
    .col-flex-sm-pull-12 {
        right: 100% !important;
    }
    .col-flex-sm-push-0 {
        left: auto !important;
    }
    .col-flex-sm-push-1 {
        left: 8.333333% !important;
    }
    .col-flex-sm-push-2 {
        left: 16.666667% !important;
    }
    .col-flex-sm-push-3 {
        left: 25% !important;
    }
    .col-flex-sm-push-4 {
        left: 33.333333% !important;
    }
    .col-flex-sm-push-5 {
        left: 41.666667% !important;
    }
    .col-flex-sm-push-6 {
        left: 50% !important;
    }
    .col-flex-sm-push-7 {
        left: 58.333333% !important;
    }
    .col-flex-sm-push-8 {
        left: 66.666667% !important;
    }
    .col-flex-sm-push-9 {
        left: 75% !important;
    }
    .col-flex-sm-push-10 {
        left: 83.333333% !important;
    }
    .col-flex-sm-push-11 {
        left: 91.666667% !important;
    }
    .col-flex-sm-push-12 {
        left: 100% !important;
    }
    .col-flex-sm-offset-0 {
        margin-left: 0 !important;
    }
    .col-flex-sm-offset-1 {
        margin-left: 8.333333% !important;
    }
    .col-flex-sm-offset-2 {
        margin-left: 16.666667% !important;
    }
    .col-flex-sm-offset-3 {
        margin-left: 25% !important;
    }
    .col-flex-sm-offset-4 {
        margin-left: 33.333333% !important;
    }
    .col-flex-sm-offset-5 {
        margin-left: 41.666667% !important;
    }
    .col-flex-sm-offset-6 {
        margin-left: 50% !important;
    }
    .col-flex-sm-offset-7 {
        margin-left: 58.333333% !important;
    }
    .col-flex-sm-offset-8 {
        margin-left: 66.666667% !important;
    }
    .col-flex-sm-offset-9 {
        margin-left: 75% !important;
    }
    .col-flex-sm-offset-10 {
        margin-left: 83.333333% !important;
    }
    .col-flex-sm-offset-11 {
        margin-left: 91.666667% !important;
    }
    .col-flex-sm-offset-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 992px) {
    .start-md .row-fluid {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
    .start-md.text-start {
        text-align: start !important;
    }
    .center-md .row-fluid {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }
    .center-md.text-center {
        text-align: center !important;
    }
    .end-md .row-fluid {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }
    .end-md.text-end {
        text-align: end !important;
    }
    .top-md .row-fluid {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }
    .middle-md .row-fluid {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }
    .bottom-md .row-fluid {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }
    .col-flex-md-1 {
        width: 8.333333% !important;
        max-width: 8.333333% !important;
        -webkit-flex-basis: 8.333333% !important;
        -ms-flex-preferred-size: 8.333333% !important;
        flex-basis: 8.333333% !important;
    }
    .col-flex-md-2 {
        width: 16.666667% !important;
        max-width: 16.666667% !important;
        -webkit-flex-basis: 16.666667% !important;
        -ms-flex-preferred-size: 16.666667% !important;
        flex-basis: 16.666667% !important;
    }
    .col-flex-md-3 {
        width: 25% !important;
        max-width: 25% !important;
        -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    }
    .col-flex-md-4 {
        width: 33.333333% !important;
        max-width: 33.333333% !important;
        -webkit-flex-basis: 33.333333% !important;
        -ms-flex-preferred-size: 33.333333% !important;
        flex-basis: 33.333333% !important;
    }
    .col-flex-md-5 {
        width: 41.666667% !important;
        max-width: 41.666667% !important;
        -webkit-flex-basis: 41.666667% !important;
        -ms-flex-preferred-size: 41.666667% !important;
        flex-basis: 41.666667% !important;
    }
    .col-flex-md-6 {
        width: 50% !important;
        max-width: 50% !important;
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
    .col-flex-md-7 {
        width: 58.333333% !important;
        max-width: 58.333333% !important;
        -webkit-flex-basis: 58.333333% !important;
        -ms-flex-preferred-size: 58.333333% !important;
        flex-basis: 58.333333% !important;
    }
    .col-flex-md-8 {
        width: 66.666667% !important;
        max-width: 66.666667% !important;
        -webkit-flex-basis: 66.666667% !important;
        -ms-flex-preferred-size: 66.666667% !important;
        flex-basis: 66.666667% !important;
    }
    .col-flex-md-9 {
        width: 75% !important;
        max-width: 75% !important;
        -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
    }
    .col-flex-md-10 {
        width: 83.333333% !important;
        max-width: 83.333333% !important;
        -webkit-flex-basis: 83.333333% !important;
        -ms-flex-preferred-size: 83.333333% !important;
        flex-basis: 83.333333% !important;
    }
    .col-flex-md-11 {
        width: 91.666667% !important;
        max-width: 91.666667% !important;
        -webkit-flex-basis: 91.666667% !important;
        -ms-flex-preferred-size: 91.666667% !important;
        flex-basis: 91.666667% !important;
    }
    .col-flex-md-12 {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
    .col-flex-md-pull-0 {
        right: auto !important;
    }
    .col-flex-md-pull-1 {
        right: 8.333333% !important;
    }
    .col-flex-md-pull-2 {
        right: 16.666667% !important;
    }
    .col-flex-md-pull-3 {
        right: 25% !important;
    }
    .col-flex-md-pull-4 {
        right: 33.333333% !important;
    }
    .col-flex-md-pull-5 {
        right: 41.666667% !important;
    }
    .col-flex-md-pull-6 {
        right: 50% !important;
    }
    .col-flex-md-pull-7 {
        right: 58.333333% !important;
    }
    .col-flex-md-pull-8 {
        right: 66.666667% !important;
    }
    .col-flex-md-pull-9 {
        right: 75% !important;
    }
    .col-flex-md-pull-10 {
        right: 83.333333% !important;
    }
    .col-flex-md-pull-11 {
        right: 91.666667% !important;
    }
    .col-flex-md-pull-12 {
        right: 100% !important;
    }
    .col-flex-md-push-0 {
        left: auto !important;
    }
    .col-flex-md-push-1 {
        left: 8.333333% !important;
    }
    .col-flex-md-push-2 {
        left: 16.666667% !important;
    }
    .col-flex-md-push-3 {
        left: 25% !important;
    }
    .col-flex-md-push-4 {
        left: 33.333333% !important;
    }
    .col-flex-md-push-5 {
        left: 41.666667% !important;
    }
    .col-flex-md-push-6 {
        left: 50% !important;
    }
    .col-flex-md-push-7 {
        left: 58.333333% !important;
    }
    .col-flex-md-push-8 {
        left: 66.666667% !important;
    }
    .col-flex-md-push-9 {
        left: 75% !important;
    }
    .col-flex-md-push-10 {
        left: 83.333333% !important;
    }
    .col-flex-md-push-11 {
        left: 91.666667% !important;
    }
    .col-flex-md-push-12 {
        left: 100% !important;
    }
    .col-flex-md-offset-0 {
        margin-left: 0 !important;
    }
    .col-flex-md-offset-1 {
        margin-left: 8.333333% !important;
    }
    .col-flex-md-offset-2 {
        margin-left: 16.666667% !important;
    }
    .col-flex-md-offset-3 {
        margin-left: 25% !important;
    }
    .col-flex-md-offset-4 {
        margin-left: 33.333333% !important;
    }
    .col-flex-md-offset-5 {
        margin-left: 41.666667% !important;
    }
    .col-flex-md-offset-6 {
        margin-left: 50% !important;
    }
    .col-flex-md-offset-7 {
        margin-left: 58.333333% !important;
    }
    .col-flex-md-offset-8 {
        margin-left: 66.666667% !important;
    }
    .col-flex-md-offset-9 {
        margin-left: 75% !important;
    }
    .col-flex-md-offset-10 {
        margin-left: 83.333333% !important;
    }
    .col-flex-md-offset-11 {
        margin-left: 91.666667% !important;
    }
    .col-flex-md-offset-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1200px) {
    .start-lg .row-fluid {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        justify-content: flex-start !important;
    }
    .start-lg.text-start {
        text-align: start !important;
    }
    .center-lg .row-fluid {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }
    .center-lg.text-center {
        text-align: center !important;
    }
    .end-lg .row-fluid {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }
    .end-lg.text-end {
        text-align: end !important;
    }
    .top-lg .row-fluid {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        align-items: flex-start !important;
    }
    .middle-lg .row-fluid {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        align-items: center !important;
    }
    .bottom-lg .row-fluid {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        align-items: flex-end !important;
    }
    .col-flex-lg-1 {
        width: 8.333333% !important;
        max-width: 8.333333% !important;
        -webkit-flex-basis: 8.333333% !important;
        -ms-flex-preferred-size: 8.333333% !important;
        flex-basis: 8.333333% !important;
    }
    .col-flex-lg-2 {
        width: 16.666667% !important;
        max-width: 16.666667% !important;
        -webkit-flex-basis: 16.666667% !important;
        -ms-flex-preferred-size: 16.666667% !important;
        flex-basis: 16.666667% !important;
    }
    .col-flex-lg-3 {
        width: 25% !important;
        max-width: 25% !important;
        -webkit-flex-basis: 25% !important;
        -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
    }
    .col-flex-lg-4 {
        width: 33.333333% !important;
        max-width: 33.333333% !important;
        -webkit-flex-basis: 33.333333% !important;
        -ms-flex-preferred-size: 33.333333% !important;
        flex-basis: 33.333333% !important;
    }
    .col-flex-lg-5 {
        width: 41.666667% !important;
        max-width: 41.666667% !important;
        -webkit-flex-basis: 41.666667% !important;
        -ms-flex-preferred-size: 41.666667% !important;
        flex-basis: 41.666667% !important;
    }
    .col-flex-lg-6 {
        width: 50% !important;
        max-width: 50% !important;
        -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
    .col-flex-lg-7 {
        width: 58.333333% !important;
        max-width: 58.333333% !important;
        -webkit-flex-basis: 58.333333% !important;
        -ms-flex-preferred-size: 58.333333% !important;
        flex-basis: 58.333333% !important;
    }
    .col-flex-lg-8 {
        width: 66.666667% !important;
        max-width: 66.666667% !important;
        -webkit-flex-basis: 66.666667% !important;
        -ms-flex-preferred-size: 66.666667% !important;
        flex-basis: 66.666667% !important;
    }
    .col-flex-lg-9 {
        width: 75% !important;
        max-width: 75% !important;
        -webkit-flex-basis: 75% !important;
        -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
    }
    .col-flex-lg-10 {
        width: 83.333333% !important;
        max-width: 83.333333% !important;
        -webkit-flex-basis: 83.333333% !important;
        -ms-flex-preferred-size: 83.333333% !important;
        flex-basis: 83.333333% !important;
    }
    .col-flex-lg-11 {
        width: 91.666667% !important;
        max-width: 91.666667% !important;
        -webkit-flex-basis: 91.666667% !important;
        -ms-flex-preferred-size: 91.666667% !important;
        flex-basis: 91.666667% !important;
    }
    .col-flex-lg-12 {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
    .col-flex-lg-pull-0 {
        right: auto !important;
    }
    .col-flex-lg-pull-1 {
        right: 8.333333% !important;
    }
    .col-flex-lg-pull-2 {
        right: 16.666667% !important;
    }
    .col-flex-lg-pull-3 {
        right: 25% !important;
    }
    .col-flex-lg-pull-4 {
        right: 33.333333% !important;
    }
    .col-flex-lg-pull-5 {
        right: 41.666667% !important;
    }
    .col-flex-lg-pull-6 {
        right: 50% !important;
    }
    .col-flex-lg-pull-7 {
        right: 58.333333% !important;
    }
    .col-flex-lg-pull-8 {
        right: 66.666667% !important;
    }
    .col-flex-lg-pull-9 {
        right: 75% !important;
    }
    .col-flex-lg-pull-10 {
        right: 83.333333% !important;
    }
    .col-flex-lg-pull-11 {
        right: 91.666667% !important;
    }
    .col-flex-lg-pull-12 {
        right: 100% !important;
    }
    .col-flex-lg-push-0 {
        left: auto !important;
    }
    .col-flex-lg-push-1 {
        left: 8.333333% !important;
    }
    .col-flex-lg-push-2 {
        left: 16.666667% !important;
    }
    .col-flex-lg-push-3 {
        left: 25% !important;
    }
    .col-flex-lg-push-4 {
        left: 33.333333% !important;
    }
    .col-flex-lg-push-5 {
        left: 41.666667% !important;
    }
    .col-flex-lg-push-6 {
        left: 50% !important;
    }
    .col-flex-lg-push-7 {
        left: 58.333333% !important;
    }
    .col-flex-lg-push-8 {
        left: 66.666667% !important;
    }
    .col-flex-lg-push-9 {
        left: 75% !important;
    }
    .col-flex-lg-push-10 {
        left: 83.333333% !important;
    }
    .col-flex-lg-push-11 {
        left: 91.666667% !important;
    }
    .col-flex-lg-push-12 {
        left: 100% !important;
    }
    .col-flex-lg-offset-0 {
        margin-left: 0 !important;
    }
    .col-flex-lg-offset-1 {
        margin-left: 8.333333% !important;
    }
    .col-flex-lg-offset-2 {
        margin-left: 16.666667% !important;
    }
    .col-flex-lg-offset-3 {
        margin-left: 25% !important;
    }
    .col-flex-lg-offset-4 {
        margin-left: 33.333333% !important;
    }
    .col-flex-lg-offset-5 {
        margin-left: 41.666667% !important;
    }
    .col-flex-lg-offset-6 {
        margin-left: 50% !important;
    }
    .col-flex-lg-offset-7 {
        margin-left: 58.333333% !important;
    }
    .col-flex-lg-offset-8 {
        margin-left: 66.666667% !important;
    }
    .col-flex-lg-offset-9 {
        margin-left: 75% !important;
    }
    .col-flex-lg-offset-10 {
        margin-left: 83.333333% !important;
    }
    .col-flex-lg-offset-11 {
        margin-left: 91.666667% !important;
    }
    .col-flex-lg-offset-12 {
        margin-left: 100% !important;
    }
}
/*# sourceMappingURL=bootstrap-grid-flexbox.css.map */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row-fluid [class*="col-xs"] {
    margin-left: auto;
    margin-right: auto;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative !important;
    min-height: 1px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.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 !important;
}
.col-xs-1 {
    width: 8.33333% !important;
}
.col-xs-2 {
    width: 16.66667% !important;
}
.col-xs-3 {
    width: 25% !important;
}
.col-xs-4 {
    width: 33.33333% !important;
}
.col-xs-5 {
    width: 41.66667% !important;
}
.col-xs-6 {
    width: 50% !important;
}
.col-xs-7 {
    width: 58.33333% !important;
}
.col-xs-8 {
    width: 66.66667% !important;
}
.col-xs-9 {
    width: 75% !important;
}
.col-xs-10 {
    width: 83.33333% !important;
}
.col-xs-11 {
    width: 91.66667% !important;
}
.col-xs-12 {
    width: 100% !important;
}
.col-xs-pull-0 {
    right: auto !important;
}
.col-xs-pull-1 {
    right: 8.33333% !important;
}
.col-xs-pull-2 {
    right: 16.66667% !important;
}
.col-xs-pull-3 {
    right: 25% !important;
}
.col-xs-pull-4 {
    right: 33.33333% !important;
}
.col-xs-pull-5 {
    right: 41.66667% !important;
}
.col-xs-pull-6 {
    right: 50% !important;
}
.col-xs-pull-7 {
    right: 58.33333% !important;
}
.col-xs-pull-8 {
    right: 66.66667% !important;
}
.col-xs-pull-9 {
    right: 75% !important;
}
.col-xs-pull-10 {
    right: 83.33333% !important;
}
.col-xs-pull-11 {
    right: 91.66667% !important;
}
.col-xs-pull-12 {
    right: 100% !important;
}
.col-xs-push-0 {
    left: auto !important;
}
.col-xs-push-1 {
    left: 8.33333% !important;
}
.col-xs-push-2 {
    left: 16.66667% !important;
}
.col-xs-push-3 {
    left: 25% !important;
}
.col-xs-push-4 {
    left: 33.33333% !important;
}
.col-xs-push-5 {
    left: 41.66667% !important;
}
.col-xs-push-6 {
    left: 50% !important;
}
.col-xs-push-7 {
    left: 58.33333% !important;
}
.col-xs-push-8 {
    left: 66.66667% !important;
}
.col-xs-push-9 {
    left: 75% !important;
}
.col-xs-push-10 {
    left: 83.33333% !important;
}
.col-xs-push-11 {
    left: 91.66667% !important;
}
.col-xs-push-12 {
    left: 100% !important;
}
.col-xs-offset-0 {
    margin-left: 0% !important;
}
.col-xs-offset-1 {
    margin-left: 8.33333% !important;
}
.col-xs-offset-2 {
    margin-left: 16.66667% !important;
}
.col-xs-offset-3 {
    margin-left: 25% !important;
}
.col-xs-offset-4 {
    margin-left: 33.33333% !important;
}
.col-xs-offset-5 {
    margin-left: 41.66667% !important;
}
.col-xs-offset-6 {
    margin-left: 50% !important;
}
.col-xs-offset-7 {
    margin-left: 58.33333% !important;
}
.col-xs-offset-8 {
    margin-left: 66.66667% !important;
}
.col-xs-offset-9 {
    margin-left: 75% !important;
}
.col-xs-offset-10 {
    margin-left: 83.33333% !important;
}
.col-xs-offset-11 {
    margin-left: 91.66667% !important;
}
.col-xs-offset-12 {
    margin-left: 100% !important;
}
@media (min-width: 768px) {
    .row-fluid [class*="col-sm"] {
        margin-left: auto;
        margin-right: auto;
    }
    .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 !important;
    }
    .col-sm-1 {
        width: 8.33333% !important;
    }
    .col-sm-2 {
        width: 16.66667% !important;
    }
    .col-sm-3 {
        width: 25% !important;
    }
    .col-sm-4 {
        width: 33.33333% !important;
    }
    .col-sm-5 {
        width: 41.66667% !important;
    }
    .col-sm-6 {
        width: 50% !important;
    }
    .col-sm-7 {
        width: 58.33333% !important;
    }
    .col-sm-8 {
        width: 66.66667% !important;
    }
    .col-sm-9 {
        width: 75% !important;
    }
    .col-sm-10 {
        width: 83.33333% !important;
    }
    .col-sm-11 {
        width: 91.66667% !important;
    }
    .col-sm-12 {
        width: 100% !important;
    }
    .col-sm-pull-0 {
        right: auto !important;
    }
    .col-sm-pull-1 {
        right: 8.33333% !important;
    }
    .col-sm-pull-2 {
        right: 16.66667% !important;
    }
    .col-sm-pull-3 {
        right: 25% !important;
    }
    .col-sm-pull-4 {
        right: 33.33333% !important;
    }
    .col-sm-pull-5 {
        right: 41.66667% !important;
    }
    .col-sm-pull-6 {
        right: 50% !important;
    }
    .col-sm-pull-7 {
        right: 58.33333% !important;
    }
    .col-sm-pull-8 {
        right: 66.66667% !important;
    }
    .col-sm-pull-9 {
        right: 75% !important;
    }
    .col-sm-pull-10 {
        right: 83.33333% !important;
    }
    .col-sm-pull-11 {
        right: 91.66667% !important;
    }
    .col-sm-pull-12 {
        right: 100% !important;
    }
    .col-sm-push-0 {
        left: auto !important;
    }
    .col-sm-push-1 {
        left: 8.33333% !important;
    }
    .col-sm-push-2 {
        left: 16.66667% !important;
    }
    .col-sm-push-3 {
        left: 25% !important;
    }
    .col-sm-push-4 {
        left: 33.33333% !important;
    }
    .col-sm-push-5 {
        left: 41.66667% !important;
    }
    .col-sm-push-6 {
        left: 50% !important;
    }
    .col-sm-push-7 {
        left: 58.33333% !important;
    }
    .col-sm-push-8 {
        left: 66.66667% !important;
    }
    .col-sm-push-9 {
        left: 75% !important;
    }
    .col-sm-push-10 {
        left: 83.33333% !important;
    }
    .col-sm-push-11 {
        left: 91.66667% !important;
    }
    .col-sm-push-12 {
        left: 100% !important;
    }
    .col-sm-offset-0 {
        margin-left: 0% !important;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333% !important;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667% !important;
    }
    .col-sm-offset-3 {
        margin-left: 25% !important;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333% !important;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667% !important;
    }
    .col-sm-offset-6 {
        margin-left: 50% !important;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333% !important;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667% !important;
    }
    .col-sm-offset-9 {
        margin-left: 75% !important;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333% !important;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667% !important;
    }
    .col-sm-offset-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 992px) {
    .row-fluid [class*="col-md"] {
        margin-left: auto;
        margin-right: auto;
    }
    .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 !important;
    }
    .col-md-1 {
        width: 8.33333% !important;
    }
    .col-md-2 {
        width: 16.66667% !important;
    }
    .col-md-3 {
        width: 25% !important;
    }
    .col-md-4 {
        width: 33.33333% !important;
    }
    .col-md-5 {
        width: 41.66667% !important;
    }
    .col-md-6 {
        width: 50% !important;
    }
    .col-md-7 {
        width: 58.33333% !important;
    }
    .col-md-8 {
        width: 66.66667% !important;
    }
    .col-md-9 {
        width: 75% !important;
    }
    .col-md-10 {
        width: 83.33333% !important;
    }
    .col-md-11 {
        width: 91.66667% !important;
    }
    .col-md-12 {
        width: 100% !important;
    }
    .col-md-pull-0 {
        right: auto !important;
    }
    .col-md-pull-1 {
        right: 8.33333% !important;
    }
    .col-md-pull-2 {
        right: 16.66667% !important;
    }
    .col-md-pull-3 {
        right: 25% !important;
    }
    .col-md-pull-4 {
        right: 33.33333% !important;
    }
    .col-md-pull-5 {
        right: 41.66667% !important;
    }
    .col-md-pull-6 {
        right: 50% !important;
    }
    .col-md-pull-7 {
        right: 58.33333% !important;
    }
    .col-md-pull-8 {
        right: 66.66667% !important;
    }
    .col-md-pull-9 {
        right: 75% !important;
    }
    .col-md-pull-10 {
        right: 83.33333% !important;
    }
    .col-md-pull-11 {
        right: 91.66667% !important;
    }
    .col-md-pull-12 {
        right: 100% !important;
    }
    .col-md-push-0 {
        left: auto !important;
    }
    .col-md-push-1 {
        left: 8.33333% !important;
    }
    .col-md-push-2 {
        left: 16.66667% !important;
    }
    .col-md-push-3 {
        left: 25% !important;
    }
    .col-md-push-4 {
        left: 33.33333% !important;
    }
    .col-md-push-5 {
        left: 41.66667% !important;
    }
    .col-md-push-6 {
        left: 50% !important;
    }
    .col-md-push-7 {
        left: 58.33333% !important;
    }
    .col-md-push-8 {
        left: 66.66667% !important;
    }
    .col-md-push-9 {
        left: 75% !important;
    }
    .col-md-push-10 {
        left: 83.33333% !important;
    }
    .col-md-push-11 {
        left: 91.66667% !important;
    }
    .col-md-push-12 {
        left: 100% !important;
    }
    .col-md-offset-0 {
        margin-left: 0% !important;
    }
    .col-md-offset-1 {
        margin-left: 8.33333% !important;
    }
    .col-md-offset-2 {
        margin-left: 16.66667% !important;
    }
    .col-md-offset-3 {
        margin-left: 25% !important;
    }
    .col-md-offset-4 {
        margin-left: 33.33333% !important;
    }
    .col-md-offset-5 {
        margin-left: 41.66667% !important;
    }
    .col-md-offset-6 {
        margin-left: 50% !important;
    }
    .col-md-offset-7 {
        margin-left: 58.33333% !important;
    }
    .col-md-offset-8 {
        margin-left: 66.66667% !important;
    }
    .col-md-offset-9 {
        margin-left: 75% !important;
    }
    .col-md-offset-10 {
        margin-left: 83.33333% !important;
    }
    .col-md-offset-11 {
        margin-left: 91.66667% !important;
    }
    .col-md-offset-12 {
        margin-left: 100% !important;
    }
}
@media (min-width: 1200px) {
    .row-fluid [class*="col-lg"] {
        margin-left: auto;
        margin-right: auto;
    }
    .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 !important;
    }
    .col-lg-1 {
        width: 8.33333% !important;
    }
    .col-lg-2 {
        width: 16.66667% !important;
    }
    .col-lg-3 {
        width: 25% !important;
    }
    .col-lg-4 {
        width: 33.33333% !important;
    }
    .col-lg-5 {
        width: 41.66667% !important;
    }
    .col-lg-6 {
        width: 50% !important;
    }
    .col-lg-7 {
        width: 58.33333% !important;
    }
    .col-lg-8 {
        width: 66.66667% !important;
    }
    .col-lg-9 {
        width: 75% !important;
    }
    .col-lg-10 {
        width: 83.33333% !important;
    }
    .col-lg-11 {
        width: 91.66667% !important;
    }
    .col-lg-12 {
        width: 100% !important;
    }
    .col-lg-pull-0 {
        right: auto !important;
    }
    .col-lg-pull-1 {
        right: 8.33333% !important;
    }
    .col-lg-pull-2 {
        right: 16.66667% !important;
    }
    .col-lg-pull-3 {
        right: 25% !important;
    }
    .col-lg-pull-4 {
        right: 33.33333% !important;
    }
    .col-lg-pull-5 {
        right: 41.66667% !important;
    }
    .col-lg-pull-6 {
        right: 50% !important;
    }
    .col-lg-pull-7 {
        right: 58.33333% !important;
    }
    .col-lg-pull-8 {
        right: 66.66667% !important;
    }
    .col-lg-pull-9 {
        right: 75% !important;
    }
    .col-lg-pull-10 {
        right: 83.33333% !important;
    }
    .col-lg-pull-11 {
        right: 91.66667% !important;
    }
    .col-lg-pull-12 {
        right: 100% !important;
    }
    .col-lg-push-0 {
        left: auto !important;
    }
    .col-lg-push-1 {
        left: 8.33333% !important;
    }
    .col-lg-push-2 {
        left: 16.66667% !important;
    }
    .col-lg-push-3 {
        left: 25% !important;
    }
    .col-lg-push-4 {
        left: 33.33333% !important;
    }
    .col-lg-push-5 {
        left: 41.66667% !important;
    }
    .col-lg-push-6 {
        left: 50% !important;
    }
    .col-lg-push-7 {
        left: 58.33333% !important;
    }
    .col-lg-push-8 {
        left: 66.66667% !important;
    }
    .col-lg-push-9 {
        left: 75% !important;
    }
    .col-lg-push-10 {
        left: 83.33333% !important;
    }
    .col-lg-push-11 {
        left: 91.66667% !important;
    }
    .col-lg-push-12 {
        left: 100% !important;
    }
    .col-lg-offset-0 {
        margin-left: 0% !important;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333% !important;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667% !important;
    }
    .col-lg-offset-3 {
        margin-left: 25% !important;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333% !important;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667% !important;
    }
    .col-lg-offset-6 {
        margin-left: 50% !important;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333% !important;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667% !important;
    }
    .col-lg-offset-9 {
        margin-left: 75% !important;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333% !important;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667% !important;
    }
    .col-lg-offset-12 {
        margin-left: 100% !important;
    }
}
.odometer.odometer-auto-theme,.odometer.odometer-theme-minimal{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-minimal .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align:auto;*zoom:1;*display:inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}

/*****************************************/
/*****************************************/
/** JUSTIN CSS                          **/
/*****************************************/
/*****************************************/

/*****************************************/
/* GENERAL                               */
/*****************************************/

/* OUTLINE FIX */
a:focus {
  outline: none;
  outline-offset: 0;
}

.btn:focus,.btn:active {
   outline: none !important;
}

/* TYPOGRAPHY */
blockquote {
    border: none !important;
    text-align: center;
    font-size: 25px;
}

/* GRIDS */
.maxWidth800L {
    max-width: 800px;
}

/* IMAGE SLIDER */
.hs_cos_flex-slides-thumb {
    max-width: 630px;
    margin: 0 auto;
    float: none;
}

.hs_cos_flex-slides-thumb img {
    max-width: 190px;
}

.sliderarrows .hs-cos-flex-slider-control-panel .hs_cos_flex_thumbnavs-direction-nav {
    display: none;
}

.sliderarrows .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: 30px;
}

.sliderarrows .hs_cos_flex-direction-nav .hs_cos_flex-next {
    right: 30px;
}

.sliderarrows .hs_cos_flex-slides-thumb {
    max-width: 630px;
    margin: 0 auto;
    float: none;
}

.sliderarrows .hs_cos_flex-slides-thumb img {
    max-width: 190px;
}

.sliderarrows .hs_cos_flex-direction-nav .hs_cos_flex-next {
    width: 40px;
    height: 40px;
    background: url(//442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/next-icon.png) no-repeat 0 0;
}

.sliderarrows .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    width: 40px;
    height: 40px;
    background: url(//442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/previous-icon.png) no-repeat 0 0;
}

/*****************************************/
/* PAGE SERVICES                         */
/*****************************************/

/* SECTION SERVICES */
.services-icon-box {
    opacity: 0.5;
    transition: all 0.3s ease;
}

.services-menu:hover .services-icon-box:not(:hover) {
    opacity: 0.5;
}

.services-icon-box:hover {
    cursor: pointer;
    opacity: 1;
}

.services-icon-box.active {
    opacity: 1;
}

.services-icon-box.active span {
    color: #f5b418;
}

.services-icon-box a:hover, .services-icon-box a:focus, .services-icon-box a:active {
    text-decoration: none;
}

.services-icon-box img {
    max-width: 100%;
}

.services-icon-box:hover a > span {
    color: #f5b418;
}

.services-icon-box span {
    color: #494949;
}

.services-menu.slick-slider {
    margin-bottom: 0;
}

.services-menu .slick-prev {
    left: 0;
}

.services-menu .slick-prev:before {
    content: '«';
    font-size: 60px;
    color: #0f6fc7;
}

.services-menu .slick-next {
    right: 0;
}

.services-menu .slick-next:before {
    content: '»';
    font-size: 60px;
    color: #0f6fc7;
}

.services-preview {
    display: none;
}

.services-preview.active {
    display: block;
}

.services-preview-desc h3 {
    margin-top: 0;
}

.slick-dots {
    position: initial !important;
}

.slick-dots li button:before {
    font-size: 55px !important;
}

/* SECTION OUR DOCTORS */
.section-doctors h2 {
    padding-bottom: 0;
}

.section-doctors h3 {
    margin-top: 0;
    color: #848585;
}

/*****************************************/
/* PAGE SERVICES INNER                   */
/*****************************************/

/* SECTION OTHER SERVICES */
.services-inner-item img {
    height: 281px;
    max-width: 100%;
    object-fit: cover;
}

/*****************************************/
/* PAGE JOIN OUR TEAM                    */
/*****************************************/

/* SECTION WHY WORK WITH US */
.worknscc-item {
    width: 33.33%;
    float: left;
}

.worknscc-img {
    width: 30%;
    float: left;
}

.worknscc-img img {
    width: 100%;
    height: auto;
    max-width: 120px;
}

.worknscc-desc {
    width: 70%;
    float: left;
}

.worknscc-desc h4 {
    color: #494949;
}

/* SECTION CONTACT FORM */
.zui-upload-form {
    position: relative;
    top: -67px;
    background: white;
    padding: 10px;
    border-radius: 3px;
    max-width: 972px;
    width: 100%;
    margin: auto;
    border: 1px solid #ccc;
}

.jot-form input[type="submit"] {
    position: relative;
    top: 45px;
}

.centrelocation ul li.checked label:after {
    content: '✔';
    position: absolute;
    right: 8%;
}

.centrelocation ul li label:hover:after {
    content: '✔';
    color: rgba(255,255,255,0.5);
    position: absolute;
    right: 8%;
}

.centrelocation ul li:first-child.checked label:after {
    content: ' ';
}

.centrelocation ul li:first-child label:hover:after {
    content: ' ';
}

.joinourteam-form .mc-field-group.requiredlabel {
    position: relative;
}

.joinourteam-form .mc-field-group.requiredlabel:after {
    content: 'This field is required';
    color: red;
    position: absolute;
    top: 103%;
    left: 0px;
    font-size: 0.75em;
}

.joinourteam-form .mc-field-group.wronginput {
    position: relative;
}

.joinourteam-form .mc-field-group.wronginput:after {
    content: 'Incorrect input';
    color: red;
    position: absolute;
    top: 103%;
    left: 0px;
    font-size: 0.75em;
}

.joinourteam-form #mc_embed_signup .mc-field-group input, .joinourteam-form #mc_embed_signup textarea {
border: 1px solid #dadada;
border-radius: 3px;
padding: 10px;
  text-indent:0;
}

.joinourteam-form #mc_embed_signup .mc-field-group {width:100%;}


.joinourteam-form #mc_embed_signup .mc-field-group-col-2 .mc-field-group {
margin:0 auto 1.6em !important;
  padding:0 !important;
width: 46%;
float: left;
  clear:none; 
}

@media(min-width:767px){
  .joinourteam-form #mc_embed_signup .mc-field-group-col-2{
    margin: 0 -2%;
  }
  .joinourteam-form #mc_embed_signup .mc-field-group-col-2 .mc-field-group {
    width:46%; 
    margin: 0 2% 1.6em !important;
  }
}

.joinourteam-form #mc_embed_signup .mc-field-group.mc-field-group-col-2:after{ display:none;}

.joinourteam-form #mc_embed_signup .mc-field-group input::placeholder {
color: #848484;
}
.joinourteam-form #mc_embed_signup textarea {
height: 90px;
}
.joinourteam-form .joinourteam-submit {
display: block;
width: 100%;
}
.joinourteam-form .joinourteam-submit input[type="submit"] {
width: 40%;
}
.joinourteam-form #mc_embed_signup .select {
max-width: 100%;
}
.joinourteam-form .centrelocation ul {
padding: 0 !important;
  margin-bottom:1em !important;
list-style: none;
}
.joinourteam-form .centrelocation ul li {
margin-bottom: 0;
position: relative;
}

.joinourteam-form .centrelocation ul li label {
margin-bottom: 0;
display: block;
padding: 9px 0;
}
.joinourteam-form .centrelocation ul li label:after {display:none !important;}
.joinourteam-form .centrelocation ul li label:hover {
cursor: pointer;
}

.joinourteam-form input[name="subscribe"] {
/*position: relative;
top: 70px;*/
width: 98%;
padding: 10px;
}
.joinourteam-form textarea#mce-MMERGE4 {
height: 164px;
resize: none;
}

.footerform .mc-field-group.requiredlabel {
    position: relative;
}

.footerform .mc-field-group.requiredlabel:after {
    content: 'This field is required';
    color: red;
    position: absolute;
    top: 103%;
    left: 0px;
    font-size: 0.75em;
}

.footerform .mc-field-group.wronginput {
    position: relative;
}

.footerform .mc-field-group.wronginput:after {
    content: 'Incorrect input';
    color: red;
    position: absolute;
    top: 103%;
    left: 0px;
    font-size: 0.75em;
}

.contactus-form .mc-field-group.requiredlabel,
.contactus-form-2 .mc-field-group.requiredlabel{
    position: relative;
}

.contactus-form .mc-field-group.requiredlabel:after,
.contactus-form-2 .mc-field-group.requiredlabel:after {
    content: 'This field is required';
    color: red;
    position: absolute;
    top: 103%;
    left: 0px;
    font-size: 0.75em;
}

.contactus-form .mc-field-group.wronginput,
.contactus-form-2 .mc-field-group.wronginput {
    position: relative;
}

.contactus-form .mc-field-group.wronginput:after,
.contactus-form-2 .mc-field-group.wronginput:after {
    content: 'Incorrect input';
    color: red;
    position: absolute;
    top: 103%;
    left: 0px;
    font-size: 0.75em;
}

/*****************************************/
/* PAGE CONTACT                          */
/*****************************************/

/* SECTION OUR LOCATIONS */
.contactlocation-item {
    display: none;
    border: 1px solid #e2e2e2;
}

.contactlocation-item-shown {
    margin-right: 0.5%;
    margin-left: 0.5%;
    display: block;
    width: 49%;
    float: left;
}

.contactlocation-img {
    align-self: stretch !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.contactlocation-img img {
    height: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.contactlocation-desc ul {
    list-style: none;
}

.contactlocation-desc ul li:first-child {
    margin-bottom: 0;
}

.contactlocation-desc a {
    color: #494949;
}

/* SECTION CONTACT US */
.contactus-form form,
.contactus-form-2 form    {
    margin-bottom: 0;
}

.contactus-form #mc_embed_signup,
.contactus-form-2 #mc_embed_signup{
    background-color: #fff;
    max-width: 450px;
    width: 100%;
}

.contactus-form #mc_embed_signup label,
.contactus-form-2 #mc_embed_signup label{
    display: none;
}

.contactus-form #mc_embed_signup .mc-field-group input, #mc_embed_signup textarea,
.contactus-form-2 #mc_embed_signup .mc-field-group input, #mc_embed_signup textarea {
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 10px;
}

.contactus-form #mc_embed_signup input::placeholder,
.contactus-form-2 #mc_embed_signup input::placeholder {
    color: #848484;
}

.contactus-form textarea,
.contactus-form-2 textarea {
    height: 120px;
    resize: none;
}

/*****************************************/
/* PAGE FAQ                              */
/*****************************************/

/* SECTION ACCORDION */
.section-faq h3 {
    margin-bottom: 30px;
}

.panel {
    box-shadow: 0 0 0 #ffffff!important;
    border: none !important;
}

.panel-body {
    color: #ffffff !important;
}

.panel-heading {
    color: #ffffff !important;
    border: none !important;
    background-color: #0f6fc7 !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 8px 12px;
    position: relative;
}

.panel-heading span {
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 8px;
}

.panel-title a {
    display: block;
}

.faq-item a {
    display: block;
}

a.faq-item:hover, a.faq-item:active, a.faq-item:hover, a.faq-item:focus, a.faq-item:visited {
    color: #ffffff;
}

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

.panel-body {
    background-color: #FFB500;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}

/*****************************************/
/* PAGE FOOTER                           */
/*****************************************/

/* SECTION FORM */
.footerform label {
    display: none;
}

.footerform .mc-field-group input {
    color: #494949;
}

/* SECTION FOOTER SLICK */
.text-yellow {
    color: #f5b418;
}

.footer-slick .slick-slider {
    margin-bottom: 0;
}

.footer-slick .slickPad {
    padding-left: 1px;
}

.footer-slick button.slick-prev, .footer-slick button.slick-next {
    top: auto;
    bottom: -34px;
    width: 20px;
    height: 50px;
}

.footer-slick .slick-prev:before {
    content: '«';
    font-size: 30px;
}

.footer-slick .slick-prev {
    left: 0 !important;
}

.footer-slick .slick-next:before {
    content: '»';
    font-size: 30px;
}

.footer-slick .slick-next {
    right: 0 !important;
}

.footer-slick .slick-prev:before, .footer-slick .slick-next:before, .footer-slick .nearest-centre-clinic span {
    color: #f5b418;
}

/*****************************************/
/*****************************************/
/** MELVIN CSS                          **/
/*****************************************/
/*****************************************/

/*****************************************/
/* PAGE ABOUT US                         */
/*****************************************/

/* SECTION ABOUT US */
.divider-candy {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -159px;
    height: 42px;
    width: 318px;
    content: "";
    background: url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/header-separator.png);
}

.second-fold-header-separator h3 {
    margin-bottom: 30px;
}

.about-us-icon img {
    height: auto;
}

.doctor .second-fold-our-specialist .select {
    display:block;
  margin:0 auto;
  float:none;
  width:320px;
  max-width:100%;
}

.doctor .second-fold-our-specialist .select-styled {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.doctor .select-styled:after {
  background: #e0e0e0 url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/arrow-down.png) no-repeat center center scroll;
}

.doctor .select-styled:active:after, .doctor .select-styled.active:after {
  background: #848585 url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/select-close-icon.png) no-repeat center center scroll;
}

.first-child-margin-left {
    margin-left: 2.564102564%;
}

/* SECTION OUR STORY */
.fourth-fold-our-story img {
    height: auto;
}

/* SECTION HEALTHCERT STORY */
.fifth-fold-healthcert-story {
    background: #f6f6f6;
}

.fifth-fold-healthcert-story .left-column p {
    padding-bottom: 40px;
}

.fifth-fold-healthcert-story .left-column p:last-child {
    padding-bottom: 0;
}

/* SECTION OUR LOCATION */
.sixth-fold-our-locations .content {
    border: 2px solid #0066cc;
}

.sixth-fold-our-locations .content h3 {
    padding-top: 0;
    font-size: 30px;
}

.sixth-fold-our-locations .content a {
    color: #ffcc00;
}

.sixth-fold-our-locations .content a:hover {
    color: #ff9900;
}

.sixth-fold-our-locations .gmap {
    width: 100%;
}

.sixth-fold-our-locations .tab_container .btn-yellow {
    margin-top: 20px;
    margin-left: 20px;
}

/* SECTION OUR LOCATIONS TAB STYLES */
.sixth-fold-our-locations ul.tabs {
    vertical-align: top;
    position: relative;
    z-index: 10;
    padding: 0;
    list-style: none;
}

.sixth-fold-our-locations ul.tabs {
    margin-bottom: 0;
}

.sixth-fold-our-locations ul.tabs li {
    cursor: pointer;
    background: #fff url(//442096.fs1.hubspotusercontent-na1.net/hub/442096/hubfs/NSCC%202017/about-us/map-marker-icon-black.png) no-repeat 20px 18px;
    border-radius: 4px;
    display: inline-block;
}

.sixth-fold-our-locations ul.tabs li .km {
    color: #848585;
}

.sixth-fold-our-locations ul.tabs li:hover {
    background: #0f6fc7 url(//442096.fs1.hubspotusercontent-na1.net/hub/442096/hubfs/NSCC%202017/about-us/map-marker-icon-white.png) no-repeat 20px 18px;
    color: #fff;
}

.sixth-fold-our-locations ul.tabs li.active {
    background: #0f6fc7 url(//442096.fs1.hubspotusercontent-na1.net/hub/442096/hubfs/NSCC%202017/about-us/map-marker-icon-white.png) no-repeat 20px 18px;
    color: #fff;
}

.sixth-fold-our-locations ul.tabs li div {
    float: right;
    padding-left: 30px;
}

.sixth-fold-our-locations ul.tabs li.active .km {
    color: #fff
}

.sixth-fold-our-locations ul.tabs li:hover .km {
    color: #fff;
}

.sixth-fold-our-locations .tab_container {
    display: block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    min-height: auto !important;
}

.sixth-fold-our-locations .tab_content {
    height: 100%;
    display: none;
}

.sixth-fold-our-locations .tab_drawer_heading {
    display: none;
}

/* CLASS - MEDIA */
.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-left, .media-right, .media-body {
    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;
}

.media-object {
    max-width: none;
}

/* SECTION OUR TEAM */
.seventh-fold-our-team {
    background: #f6f6f6;
}

.seventh-fold-our-team h2 {
    line-height: 50px;
}

.seventh-fold-our-team h2 span {
    color: #666666;
    font-size: 40px;
}

.seventh-fold-our-team h4 {
    color: #000033;
}

/*.about-us-our-team-column-group:nth-of-type(1n+7) {
    display: none;
}

.about-us-our-team-column-group:nth-child(6n+7) .span2 {
    clear: both;
}*/

body.about-us.modal-open .custom-modal {
    display: flex !important;
    height: 100%;
}

body.about-us.modal-open .custom-modal .modal-dialog {
    margin: auto;
}

.about-us .custom-modal .modal-content {
    background: #e0e0e0;
    text-align: left;
    border: none;
    padding-bottom: 0
}

.about-us .custom-modal .modal-content .btn-yellow {
    width: 100%;
}

.about-us .custom-modal .modal-content .modal-header {
    background: #e0e0e0;
    border: none;
}

.about-us .custom-modal .modal-content button.close {
    opacity: 1;
}

.about-us .custom-modal .modal-header .close {
    margin-right: -60px;
    margin-top: -70px;
}

/* SECTION OUR CENTRES */
.eight-fold-our-centres .about-us-our-centres-column-group.span4:nth-child(3n+1) {
    margin-left: 0;
}

/* SECTION OUR CENTRES IMAGE SLIDER */
.about-us .hs-cos-flex-slider-control-panel .hs_cos_flex_thumbnavs-direction-nav {
    display: none;
}

.hs_cos_flex-viewport {
    height: auto !important;
}

.about-us .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: 30px;
}

.about-us .hs_cos_flex-direction-nav .hs_cos_flex-next {
    right: 30px;
}

.about-us .hs_cos_flex-slides-thumb {
    max-width: 630px;
    margin: 0 auto;
    float: none;
}

.about-us .hs_cos_flex-slides-thumb img {
    max-width: 190px;
}

.about-us .hs_cos_flex-direction-nav .hs_cos_flex-next {
    width: 40px;
    height: 40px;
    background: url(//442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/next-icon.png) no-repeat 0 0;
}

.about-us .hs_cos_flex-direction-nav .hs_cos_flex-prev {
    width: 40px;
    height: 40px;
    background: url(//442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/previous-icon.png) no-repeat 0 0;
}

/*****************************************/
/* DOCTORS PAGE                          */
/*****************************************/

/* SECTION SECOND FOLD */
.doctor .second-fold-our-specialist h3 {
    color: #0f6fc7;
}

.doctor .second-fold-our-specialist h4 {
    color: #0f6fc7;
}

.doctor .second-fold-our-specialist .select-styled {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.doctor .select-styled:after {
    background: #e0e0e0 url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/arrow-down.png) no-repeat center center scroll;
}

.doctor .select-styled:active:after, .doctor .select-styled.active:after {
    background: #848585 url(https://442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/select-close-icon.png) no-repeat center center scroll;
}

/*****************************************/
/*  PAGE DOCTORS INNER                   */
/*****************************************/

/* SECTION SECOND FOLD */
.doctor-inner .second-fold-our-specialist .description {
    padding-right: 170px;
}

.doctor-inner .second-fold-our-specialist .description p {
    margin-bottom: 40px;
}

/*****************************************/
/* PAGE SC INNER                         */
/*****************************************/

.sidebar-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
	float: none !important;
}

/*****************************************/
/* PAGE BLOG                             */
/*****************************************/

.custom-blog-container {
    padding-right: 200px;
}

/* SECTION BLOG LISTING */
.blog .dropdown-menu.dropdown-menu-wide {
  min-width: 100%;
}

.blog .btn-group.btn-group-justified.custom-btn-justified {
    max-width: 270px !important;
    padding-top: 55px;
}

.blog .custom-btn-justified button {
    text-align: left;
    color: #494949;
    border-radius: 2px;
}

.blog .custom-btn-justified button {
    background: #e0e0e0 url(//442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/arrow-down.png) no-repeat 240px 18px scroll;
}

.blog .btn-primary.outline:hover, .blog .btn-primary.outline:focus, .blog .btn-primary.outline:active, .blog .btn-primary.outline.active, .blog .open>.dropdown-toggle.btn-primary {
    background: #e0e0e0 url(//442096.fs1.hubspotusercontent-na1.net/hubfs/442096/NSCC%202017/close-box.png) no-repeat 224px 1px scroll;
    color: #494949;
}

.blog .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.blog .dropdown-menu {
    border-radius: 0;
    background: #0073bc;
    padding-top: 0;
    border: none;
}

.blog .dropdown-menu>li {
    margin-bottom: 0;
    border-top: 1px solid #80b9de;
}

.blog .dropdown-menu>li>a {
    padding: 12px 15px;
    color: #fff;
}

.blog .dropdown-menu>li>a:hover, .blog .dropdown-menu>li>a:focus {
    background: #005e99;
}

.pin .featured-img-bg img {
    background: #f0f0f0;
    height: 360px;
    width: 570px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.hasSidebar {
    position: relative;
    z-index: 2;
}

.blog .sidebar .widget-type-post_listing a {
    color: #494949;
    text-decoration: none;
}

.blog .sidebar .widget-type-post_listing a:hover {
    color: #23527c;
}

.blog .sidebar .widget-type-post_filter a {
    color: #494949;
    text-decoration: none;
}

.blog .sidebar .widget-type-post_filter a:hover {
    color: #23527c;
}

.blog .filter-expand-link:hover {
    color: #494949;
}

.sidebarNearest {
    display: none;
}

.sidebarNearest:first-of-type {
    display: block;
}

/*****************************************/
/* BLOG INNER PAGE                       */
/*****************************************/

/* SECTION BLOG CONTENT COLUMN */
.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    padding-top: 0;
    padding-bottom: 10px;
}

.post-header h2 a {
    color: #333333;
    text-decoration: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cecece;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    color: #848484;
}
.blog-post-wrapper .post-body {
    color: #848484;
}
.blog-post-wrapper .post-body p {
    color: #494949;
}
.post-body .post-summary {
    padding-right: 30px;
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 100%;
  margin: auto;
  width: 370px;
  height: 215px;
  object-fit: cover;
  
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {
    
    color: #848484;
}

.topic-label {
    color: #848484;
    text-transform: uppercase;
    padding-bottom: 15px;
}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */
.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    text-transform: uppercase;
}

.blog-pagination a {
    color: #333333;
}

.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */
.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */
body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}

/* Blog Sidebar
   ========================================================================== */
.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

/* Blog Comment Form
   ========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {
    resize: none;
    min-height: 100px;
}

#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}

/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* Blog Author Section */
.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/*****************************************/
/*****************************************/
/** MEDIA QUERIES                       **/
/*****************************************/
/*****************************************/

@media (max-width: 1170px) {
    /* MQ - GENERAL */
    .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom-blog-container {
        padding-right: 0;
    }
    
    .doctor-inner .second-fold-our-specialist .description {
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    /* MQ - NAVIGATION */
    .header-container-wrapper .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        width: 100% !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul li a {
        padding: 0 13px !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
        color: #0f6fc7;
        background: rgba(15,111,199,0.1);
    }

    .header-container .hs_cos_wrapper_type_logo a img {
        width: 170px;
        max-width: none;
    }

    .custom-menu-primary.js-enabled {
        margin-top: -20px;
    }

    .mobile-trigger {
        margin-top: -30px;
        background: #0f6fc7;
        border: 1px solid #0f6fc7;
    }

    .mobile-open .mobile-trigger {
        background: #E3EFF9;
    }

    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
        background: #fff;
    }

    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
        background: #0f6fc7;
    }

    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover:after {
        background: none;
    }

    .custom-menu-primary.js-enabled {
        width: 100%;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li{
        border-top: 1px dotted #f5b418;
    }

    .header-container-wrapper .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        padding-left: 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li {
        background: #0f6fc7;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li:not(.hs-item-has-children):hover { 
        background: #E3EFF9;
    }

    .hs-menu-item.hs-menu-depth-1.hs-item-has-children a:hover {
        background: #E3EFF9;
    }
    
    .hs-menu-children-wrapper li a:hover {
        color: #0f6fc7 !important;
    }

    .custom-menu-primary .hs-menu-wrapper {
        background: none;
    }

    .mobile-trigger:hover, .mobile-trigger:active, mobile-trigger:focus {
        background: #E3EFF9;
    }

    /* MQ - JOIN OUR TEAM - WHY WORK WITH US */
    .worknscc-item {
        width: 50%;
    }

    /* MQ - ABOUT - OUR TEAM */
    .about-us-our-team-column-group .span2 {
        width: 31.914893614%;
        margin-left: 2.127659574%;
    }

    .about-us-our-team-column-group:nth-of-type(3n+4) .span2 {
        margin-left: 0;
    }

    /*.img-container {
        height: 345px !important;
    }*/

    .about-us-our-team-column-group img {
        width: 100%;
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    /* MQ - CONTACT - OUR LOCATIONS */
    .contactlocation-img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    /* MQ - CONTACT - CONTACT US */
    .contactus-form #mc_embed_signup,
    .contactus-form-2 #mc_embed_signup {
        min-width: 290px;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }

    /* MQ - CONTACT - OUR LOCATIONS */
    .contactlocation-item-shown {
        width: 100%;
        float: none;
    }

    .contactlocation-img img {
        width: 100%;
        max-height: 300px;
        max-width: 100%;
        object-fit: cover;
    }

    .contactlocation-item-shown:nth-of-type(2n + 1) {
        margin-left: 0%;
    }

    /* MQ - SERVICES - SERVICES MENU */
    .services-menu {
        margin-top: 10%;
    }

    .services-menu.slick-slider {
        margin-bottom: 0;
    }

    .services-inner-item {
        text-align: center;
        margin-bottom: 40px;
    }

    .services-preview-img {
        height: 250px !important;
        width: 250px;
        margin: auto;
    }

    .services-inner-item h3, .services-preview-desc h3 {
        margin-top: 20px;
        text-align: center;
    }

    .services-preview {
        text-align: center;
    }

    /* MQ - JOIN OUR TEAM - SERVICES */
    .worknscc-item {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 25px !important;
    }

    .jot-form .hs-form-field {
        width: 100% !important;
        float: none !important;
    }

    /* MQ - ABOUT US - OUR LOCATIONS */
    .sixth-fold-our-locations .tab_drawer_heading {
        background: green;
    }
    
    .sixth-fold-our-locations .tab_container .btn-yellow {
        margin-left: 0;
        margin-bottom: 75px;
    }

    .sixth-fold-our-locations .tab_drawer_heading:hover {
        background: #ccc;
        background: #ae0046;
        background: -moz-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0046), color-stop(100%, #fb0f56));
        background: -webkit-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
        background: -o-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
        background: -ms-linear-gradient(top, #ae0046 0%, #fb0f56 100%);
        background: linear-gradient(to bottom, #ae0046 0%, #fb0f56 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ae0046', endColorstr='#fb0f56', GradientType=0);
        color: white;
    }

    .sixth-fold-our-locations .d_active {
        background: #fff;
        background: #4c001e;
        background: -moz-linear-gradient(top, #4c001e 0%, #9f0735 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c001e), color-stop(100%, #9f0735));
        background: -webkit-linear-gradient(top, #4c001e 0%, #9f0735 100%);
        background: -o-linear-gradient(top, #4c001e 0%, #9f0735 100%);
        background: -ms-linear-gradient(top, #4c001e 0%, #9f0735 100%);
        background: linear-gradient(to bottom, #4c001e 0%, #9f0735 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c001e', endColorstr='#9f0735', GradientType=0);
        color: #dddddd;
    }

    .sixth-fold-our-locations ul.tabs li {
        display: block;
    }

    .sixth-fold-our-locations ul.tabs li div {
        float: none;
    }

    .seventh-fold-our-team h4 {
        text-align: center;
    }

    .about-us-team-five {
        text-align: center;
        margin-bottom: 2em;
    }

    /* MQ - DOCTORS PAGE */
    .doctor .second-fold-our-specialist .select {
        max-width: none;
        margin: 0 auto 2em !important;
        max-width: 320px;
        display: block;
        float: none;
    }

    /* MQ - FOOTER - GENERAL */
    .footer-slick .slick-slide {
        text-align: center;
    }

    .footer-container-wrapper h3 {
        text-align: center;
        margin-top: 30px !important;
    }

    /* MQ - FOOTER - NAVIGATION */
    .mobileFooter ul {
        text-align: center;
        margin: auto;
    }
    
    .mobileFooter ul li {
        margin-bottom: 10px;
    }
    
    .mobileFooter img {
        display: block;
        margin: auto;
    }

    .blog .hasSidebar .sidebar, .blog .hasSidebar .span9 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-container {
        width: 270px;
        height: 345px !important;
        margin: 0 auto;
    }

    .about-us-our-team-column-group .span2 {
       width: 100%;
    }

    .about-us-our-team-column-content img {
       width: 301px;
    }

    body.about-us.modal-open .custom-modal .modal-dialog {
        width: 90%;
    }

    .hs_cos_flex-viewport {
        height: auto;
    }

    .about-us-icon-group {
        text-align: center;
    }

    .about-us-icon-description {
        position: static;
    }

    .about-us-icon-description {
        margin-top: 20px;
    }

    .fifth-fold-healthcert-story .right-column img {
        margin: 0 auto;
        display: block;
    }
    
    .about-us-our-team-column-group:not(.doctor1) .span2 {
        margin-left: 0;
    }
    
    /* MQ - BLOG */
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        float: none;
        margin-top: 1em;
    }

    .post-header h2 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .blog .btn-group.btn-group-justified.custom-btn-justified {
        padding-top: 0;
    }
    
    input[name="MMERGE6"] {
        margin-bottom
    }

}

@media (max-width: 479px){
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}

/*****************************************/
/*****************************************/
/** ADDITIONAL UTILITIES                **/
/*****************************************/
/*****************************************/

.text-center-phone {
    text-align: center;
}

/* Margin */
.marB70 {
    margin-bottom: 70px;
}

.marT100 {
    margin-top: 100px;
}

/* Padding */
.padTB110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.padTB90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padT90 {
    padding-top: 90px;
}

.padB90 {
    padding-bottom: 90px;
}

.padB120 {
    padding-bottom: 120px;
}

.padB130 {
    padding-bottom: 130px;
}

@media (max-width: 1023px) {
    .marB70 {
        margin-bottom: 60px;
    }

    .marT100 {
        margin-top: 90px;
    }

    .padTB90 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .padB90 {
        padding-bottom: 80px;
    }

    .padTB110 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .padT90 {
        padding-top: 80px;
    }

    .padB120 {
        padding-bottom: 110px;
    }

    .padB130 {
        padding-bottom: 120px;
    }
}

@media (max-width: 768px) {
    .marB70 {
        margin-bottom: 50px;
    }

    .marT100 {
        margin-top: 80px;
    }

    .padTB90 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .padB90 {
        padding-bottom: 70px;
    }

    .padTB110 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .padT90 {
        padding-top: 70px;
    }

    .padB120 {
        padding-bottom: 100px;
    }

    .padB130 {
        padding-bottom: 110px;
    }
    
    .doctorinner-desc {
        margin-top: 20px;
    }
}

/*****************************************/
/*****************************************/
/** OVERRIDES                           **/
/*****************************************/
/*****************************************/

/* MAIN.CSS */
button, input, optgroup, select, textarea {
    font-family: 'Montserrat', arial, sans-serif !important;
}

.fontSizer {
    z-index: 99999;
}

.custom-menu-primary ul.hs-menu-children-wrapper {
    width: auto;
    text-align: center;
    /* position: static !important; */
    min-width: 100%;
    box-shadow: 1px 1px 4px #0b4d8a;
}

/*****************************************/
/*****************************************/
/** OVERRIDES                           **/
/*****************************************/
/*****************************************/

/* QA FIXES */
@media (max-width: 767px) {
    .doctors-spacer {
        display: none !important;
    }
    .all-team-doctors {
        padding-top: 0;
    }
    .all-team-doctors h3 {
        margin-top: 0;
    }
    .skincancer-inner {
        padding-left: 15px;
    }
    .jot-form .hs_preferred_location {
        position: relative;
        top: 0;
    }
    .zui-upload-form {
        position: relative;
        top: -70px;
        width: 100%;
        }
        .jot-form input[type="submit"] {
            position: relative;
            top: 65px;
        }
        .joinourteam-form .mc-field-group {
        margin-bottom: 15px !important;
        width: 100% !important;
        float: none !important;
    }
    
    .clinicPreview .row-fluid [class*="span6"] {
        width: 100%;
    }
    
    .about-us-our-team-column-content p {
        text-align: center;
    }
}

.hs-menu-children-wrapper {
    background-color: #0f6fc7;
}

body.about-us .headerSection .hs-menu-children-wrapper {
    background-color: #003459;
}

/* body.header_nav .left_menu .hs-menu-children-wrapper{
    background-color: #003459;
} */



.hs-menu-children-wrapper li a {
    color: #ffffff !important;
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding-top: 10px;
}
.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    margin-bottom: 0 !important;
}

.footerform .mc-field-group {
    position: relative;
}
    
.movingPlaceholder1, .movingPlaceholder2, .movingPlaceholder3 {
    position: absolute;
    color: #494949;
    top: 32%;
    left: 4%;
    transition: all 0.3s;
}

.contactus-form .mc-field-group,
.contactus-form-2 .mc-field-group {
    position: relative;
}
    
.contactPlaceholder1, .contactPlaceholder2, .contactPlaceholder3, .contactPlaceholder4 {
    position: absolute;
    color: #848484;
    top: 22%;
    left: 3%;
    transition: all 0.3s;
}

.contactPlaceholder5 {
    position: absolute;
    color: #848484;
    top: 8%;
    left: 3%;
    transition: all 0.3s;
}
    
.nearest-centre-clinic span:hover {
    display: block;
    cursor: pointer;
}

/* Responsive Video */

.hs-responsive-embed-iframe {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.prefText {
    color: #848484;
}

.jot-form .hs_firstname, .jot-form .hs_lastname, .jot-form .hs_email, .jot-form .hs_phone, .jot-form .hs_message {
    position: relative;
}

/*.hs-menu-children-wrapper {
    width: 100%;
}*/

@media (max-width: 1166px) {
    .header-container-wrapper .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        width: 70%;
    }
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2) ul,
.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4) ul,
.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(5) ul{
    width: auto !important;
}

.middle-xs.services-inner-item-max {
    padding-right: 30px;
}

@media (min-width: 1280px) {
    .other-services .row-fluid .span6 {
        width: 48%;
    }
}
.bannerNextNearest:nth-child(n+2) {
    display: none;
}

.call-btn {
    width: 100%;
    max-width: 290px;
}

@media print {
    body {
        font-size: 18px;
    }
    .orangeLineHeader h2,
    #hs-link-logo:after,
    .cta_button,
    .footerform,
	.footer-container .widget-type-raw_html,
	.footer-container .widget-type-menu,
    .nearest-centre-clinic,
    .removeOnPrint,
    .hs-cta-wrapper,
    .hs-blog-social-share {
    	display: none;
    }
    .post-body {
        border-top: 1px solid #848484;
    }
    a[href^="http"]:after {
        content: " (" attr(href) ")";
        font-size: 80%;
    }
    h1 {
        font-size: 26px;
    }
    .padTB60 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.services-inner-rt ul {
    overflow: hidden;
}

.joinourteam-form .mc-field-group.centrelocation {
    margin-bottom: 8.1%;
}

.loader {
    display: none;
}
.he-popup.active{
    display: block;
}
.he-popup{
    display: none;
}
.onLoadModal-container.hide
.onLoadModal-desktop.hide
.onLoadModal-mobile.hide
.onLoadModal-unavailable.hide
.onLoadModal-guess.hide
.onLoadModal-postal.hide {
    display: none;
}

.onLoadModal-container.hide{
    position: static;
}
.onLoadModal-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    
    /*padding: 9% 0;*/
    padding: 10px; /* for centering of popup */
    overflow: auto;
    
    z-index: 9000;
}
.onLoadModal-container.smallPop {
    padding: 4% 0;
}
.onLoadModal-container.smallPop .onLoadModal {
    padding: 60px 0;
}

.onLoadModal-desktop {
    text-align: center;
    color: #ffffff;
    max-width: 500px;
    margin: auto;
}

.onLoadModal-postal {
    overflow: hidden;
}

.onLoadModal-mobile {
    text-align: center;
    color: #ffffff;
    max-width: 500px;
    margin: auto;
}

.onLoadModal-unavailable,
.onLoadModal-enabled {
    text-align: center;
    color: #ffffff;
    max-width: 500px;
    margin: auto;
}

.onLoadModal-guess {
    text-align: center;
    color: #ffffff;
    max-width: 500px;
    margin: auto;
}

.onLoadModal-overlay {
    position: absolute;
    top: 0;
    background: rgba(200,200,200,0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.onLoadModal {
    position: relative;
    background: #0f6fc6;
    max-width: 800px;
    margin: 10px auto;
    padding: 80px 0;
    z-index: 2;
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

#onLoadModal-close {
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 15px;
}

#onLoadModal-close:hover {
    text-decoration: none;
}

.onLoadModal-container h3 {
    text-align: center;
    color: #ffffff;
}

.onLoadModal-postalbtn {
    width: 426px;
    margin: auto;
}

.onLoadModal-postalbtn input {
    float: left;
}

#onLoadModal-desktop input[type="number"] {
    max-width: 210px;
    color: #494949;
}

.onLoadModal-postalbtn input[type="number"] {
    max-width: 50%;
    min-height: 39px;
}

.onLoadModal-postalbtn input[type="submit"] {
    max-width: 30%;
}


@media (max-width: 414px) {
    .onLoadModal-container {
        padding-top: 15%;
    }
    .onLoadModal-container.smallPop {
        padding: 5% 0;
    }
    .onLoadModal-container.smallPop .onLoadModal {
        padding: 40px 0;
    }
    
    .onLoadModal {
        padding: 40px 0;
    }
    
    .onLoadModal-mobile {
        width: 80%;
        margin: 0 auto;
        color: #ffffff;
    }
    
    .onLoadModal-mobile input[type="number"] {
        width: 70%;
        height: 36px;
    }
    
    .onLoadModal-mobile input[type="submit"] {
        width: 25%;
    }
}

.onLoadModal-noZip {
    display: none;
}

.onLoadModal-noZip.show {
    display: block;
}

.onLoadModal-close:hover {
    cursor: pointer;
}

#myModalCustom .modal-content {
    background: #0073bc;
    border-radius: 0;
}