/* Background Images and Footer */
/* Theme Roller */
/* fix for right floated fort awesome arrow */

.arrow-down i.fr {
    float: none;
}


/* eConverse Theme 2016 v1 */


/* fonts */

body {
    font-family: "proxima-nova", 'Proxima Nova', 'Helvetica Neue', Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #263137;
}

label {
    font-family: "proxima-nova", 'Proxima Nova', 'Helvetica Neue', Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", 'Proxima Nova', 'Helvetica Neue', Helvetica Neue, Helvetica, sans-serif;
}

h1 {
    font-weight: 400;
    font-size: 48px;
}

h2 {
    font-weight: 400;
    font-size: 42px;
    letter-spacing: .01em;
    margin-bottom: 15px;
}

h3 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: .7px;
}

h4 {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: .7px;
    line-height: 1.2;
}

h5 {
    font-weight: 800;
    font-size: 16px;
}

h6 {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a {
    color: #4da9de;
    text-decoration: underline;
    font-weight: 500;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

a:hover {
    color: #69be28;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.btn {
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.btn:hover {
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}


/* logo */

div#Logo {
    max-width: 380px;
    margin: 0 auto;
    padding: 60px 75px 30px 70px !important;
    background: url(https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/scratches3.png) no-repeat center;
    background-size: 100%;
    text-align: center;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: auto;
}


/* NAV */

#NAV #MPButtonBar {
    display: none;
    position: absolute;
    top: -305px;
    right: 15px;
    background: transparent;
}

@media only screen and (min-width: 768px) {
    #NAV #MPButtonBar {
        top: -390px;
    }
}

@media only screen and (min-width: 1200px) {
    #NAV #MPButtonBar {
        right: calc((100% - 1200px) / 2);
    }
}

.navbar-default,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border: none;
}

.navbar-toggle {
    float: none;
}

.menu-text {
    float: right;
    color: #ffffff;
    padding-top: 13px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
}

.navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(38, 49, 55, 0.95);
    z-index: 1;
}

.navbar-header {
    position: relative;
    z-index: 2;
}

.nav.navbar-nav {
    padding-top: 40px;
    padding-left: calc(((100% - 1200px) / 2) + 200px);
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 42px;
    line-height: 60px;
}

@media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 48px;
        line-height: 60px;
    }
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
    color: #69be28;
}


/* mini floating nav */

@media (min-width: 1px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: inline-block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

.top-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@media only screen and (max-width: 768px) {
    .top-link {
        display: none;
    }
}


/* HEADER */

#MPOuterHeader {
    position: absolute;
    z-index: 2;
    width: 100%;
}


/* backgrounds */

.bg-grey {
    background-color: #e5e9eb;
    padding: 30px;
    position: relative;
}

.bg-polygon {
    padding: 30px;
    position: relative;
    background-color: #186cb5;
    color: #ffffff;
    background: url(https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/bg%20images/bg-polygon-blue.jpg) no-repeat center;
    background-size: cover;
}

.bg-green {
    padding: 30px;
    position: relative;
    background-color: #69be28;
    color: #ffffff;
    /*background: url(https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/bg%20images/bg-polygon-blue.jpg) no-repeat center;*/
    background-size: cover;
}

.bg-darkgreen {
    padding: 30px;
    position: relative;
    background-color: #36974e;
    color: #ffffff;
    /*background: url(https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/bg%20images/bg-polygon-blue.jpg) no-repeat center;*/
    background-size: cover;
}

.bg-darkblue {
    padding: 30px;
    position: relative;
    background-color: #186cb5;
    color: #ffffff;
    /*background: url(https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/bg%20images/bg-polygon-blue.jpg) no-repeat center;*/
    background-size: cover;
}

.bg-green .HtmlContent h2 {
    orga: #ffffff;
}

.bg-green .btn-primary {
    background-color: #263137;
    color: #ffffff;
    border-color: #263137;
}

.bg-green .btn-primary:hover {
    background-color: transparent;
    color: #263137;
    border-color: #263137;
}

.bg-darkblue .btn-primary {
    background-color: #263137;
    color: #ffffff;
    border-color: #263137;
}

.bg-darkblue .btn-primary:hover {
    background-color: #ffffff;
    color: #263137;
    border-color: #ffffff;
}

.fill-screen {
    height: 650px;
    height: 100vh;
    /*min-height: 600px;*/
    position: relative;
    overflow: hidden;
}

.rando h2 {
    position: absolute;
    z-index: 1;
    color: #ffffff;
    width: 100%;
    text-align: center;
    top: 380px;
    padding: 10px 30px;
}

.rando img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
}

.what-we-do {
    /*background-image: url('https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/bg%20images/drive-passion2.png');*/
    background-position: bottom -140px left;
    background-repeat: no-repeat;
    /*max-height: 600px;*/
    overflow: hidden;
    background-size: 800px;
}

.what-we-do .HtmlContent {
    max-width: 1350px;
    margin: 0 auto;
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*z-index: 1;*/
    /*height: 350px;*/
    padding: 15px;
}

.what-we-do img {
    /*    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;*/
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.flip-wrapper {
    /*overflow: hidden;*/
    position: relative;
    height: 375px;
    margin: 15px auto;
}

.how-we-help.front,
.how-we-help.back {
    background: #e5e9eb;
    height: 375px;
    padding: 15px;
}

.how-we-help.back {
    background: #69be28;
    color: #ffffff;
}

.how-we-help .fr {
    width: 100%;
    text-align: right;
    display: block;
    margin-bottom: 50px;
}

.how-we-help h3,
.how-we-help h3 a,
.make-buttons h3 a,
.btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 18px;
}

.how-we-help.make-buttons {
    padding: 30px;
    position: relative;
    height: 365px;
    margin: 15px auto;
}

.how-we-help.make-buttons h3 a,
.make-buttons h3 a,
.btn,
.automagic-slider a[id*="More"] {
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid;
    /*background: transparent;*/
    text-decoration: none;
    margin: 15px auto;
    letter-spacing: 0.19em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.automagic-slider a[id*="More"] {
    display: block;
    max-width: 25%;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.automagic-slider .bg-polygon a[id*="More"] {
    background: #263137;
    color: #e5e9eb;
    border: 1px solid #263137;
}

.make-buttons h3 a,
.btn-primary {
    background-color: #263137;
    color: #e5e9eb;
    border: 1px solid #263137;
}

.make-buttons h3 a:hover,
.btn-primary:hover {
    background-color: transparent;
    color: #263137;
    border-color: #263137;
}

.bio.make-buttons h3 a,
.overlay.make-buttons h3 a {
    background-color: #ffffff;
    color: #263137;
    border: 1px solid #ffffff;
}

.bio.make-buttons h3 a:hover,
.overlay.make-buttons h3 a:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.make-buttons.who-we-are-blurb h3 a {
    color: #fff;
}

.make-buttons.who-we-are-blurb h3 a:hover,
.make-buttons.who-we-are-blurb h3 a:focus {
    color: #263137;
}


/* flip card stuff */

.flip-wrapper {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}


/*.flip-wrapper:hover .flipper,*/

.flip-wrapper.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
}


/*.front {
	z-index: 2;
}*/

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.btn-flip {
    cursor: pointer;
}

.btn-flip:after {
    content: '\f022';
    font-family: 'General';
    width: 40px;
    display: block;
    height: 40px;
    position: absolute;
    margin: 15px;
    z-index: 5;
    right: 15px;
    bottom: 0;
    text-align: center;
    font-size: 30px;
}

.btn-flip.white {
    color: #ffffff;
}


/* end flip card stuff */

.wrapper {
    max-width: 1350px;
    padding: 15px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    display: block;
}

.who-we-are>.wrapper {
    max-width: 1050px;
}

.how-we-help.wrapper {
    margin-bottom: -150px;
    position: relative;
    z-index: 3;
}

.how-we-help.bottom:after {
    content: '';
    position: relative;
    right: 0;
    bottom: 0;
    width: 50%;
    float: right;
    height: 298px;
    background: transparent url('https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/geo-mountains-blue-R.png') no-repeat bottom right;
}

.how-we-help.bottom:before {
    content: '';
    position: relative;
    left: 0;
    bottom: 0;
    width: 50%;
    float: left;
    height: 298px;
    background: transparent url('https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/geo-mountains-blue-R.png') no-repeat bottom right;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.how-we-help.bottom {
    overflow: hidden;
    display: inline-block;
    display: block;
}

.how-we-help.bottom .HtmlFooter {
    padding: 0;
}

.home .HtmlFooter {
    padding: 0;
}


/* our work */

.portfolio {
    background: #e5e9eb;
}

.our-work.client img {
    max-width: 100%;
}

.our-work.client .HtmlContent {
    max-width: 1350px;
    padding: 25px;
    margin: 0 auto;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.portfolio .slick-prev {
    left: 25px;
    width: 50px;
    height: 50px;
}

.portfolio .slick-next {
    right: 25px;
    width: 50px;
    height: 50px;
}

.portfolio .slick-prev,
.portfolio .slick-next {
    z-index: 2;
}

.portfolio .slick-prev:before,
.portfolio .slick-next:before {
    color: #000;
    font-size: 50px;
}

.portfolio .slick-dots,
.testimonial-wrap .slick-dots {
    bottom: 40px;
}

.portfolio .slick-dots li button:before,
.testimonial-wrap .slick-dots li button:before {
    font-size: 12px;
}

.portfolio.slick-dotted.slick-slider {
    padding-bottom: 100px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'General' !important;
}

.slick-prev:before {
    content: '\f013' !important;
}

.slick-next:before {
    content: '\f012' !important;
}

.testimonial-wrap .slick-track {
    height: 650px;
    height: 100vh;
}


/*** slick sandbox temp css ***/

.center .slick-center.slick-slide {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    color: #e67e22;
    opacity: 1;
    transform: scale(1);
}

.center .slick-slide {
    opacity: 1;
    transition: all 300ms ease;
    transform: scale(0.75);
    background: #ffffff;
}


/* testimonials */

.testimonial-wrap {
    /*height: 650px;*/
    overflow: hidden;
    position: relative;
}

.testimonial {
    /*height: 650px;*/
    text-align: center;
    z-index: 5;
}

.testimonial:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.testimonial .HtmlContent {
    max-width: 1350px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.testimonial h3 {
    background: #e5e9eb;
    padding: 55px;
    line-height: 1.4em;
    max-width: 75%;
    margin: 40px auto;
    position: relative;
}

.testimonial h3:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -60px;
    background: transparent url(https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/quote-green.png) no-repeat center;
    background-size: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.testimonial h3:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 60px 0px 0px;
    border-color: #e5e9eb transparent transparent transparent;
    position: absolute;
    left: 150px;
    bottom: -34px;
}

.testimonial.blue h3 {
    background: #186cb5;
    color: #ffffff;
}

.testimonial.blue h3:after {
    border-color: #186cb5 transparent transparent transparent;
}

.testimonial.green h3 {
    background: #36974e;
    color: #ffffff;
}

.testimonial.green h3:after {
    border-color: #36974e transparent transparent transparent;
}

.testimonial h4 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0;
    max-width: 75%;
    margin: 0 auto;
}

.testimonial h6 {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .05em;
    max-width: 75%;
    margin: 10px auto;
}

.testimonial img {
    position: absolute;
    bottom: -150px;
    left: -100px;
    max-width: 200px;
}


/* who we are */

.top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31%;
    float: left;
    height: 298px;
    background: transparent url('https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/geo-mountains-blue-R.png') no-repeat bottom right;
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    filter: FlipH FlipV;
    -ms-filter: "FlipH""FlipV";
    background-size: contain;
}

.bottom:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 31%;
    float: right;
    height: 298px;
    background: transparent url('https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/geo-mountains-green-R.png') no-repeat bottom right;
    background-size: contain;
}

.headshot img {
    max-width: 225px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.headshot img:hover {
    padding: 10px;
    opacity: .8;
    background-color: #69be28;
    -moz-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.headshot span {
    background: #69be28;
    color: #ffffff;
    opacity: 0.7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 900;
}

.arrow-down {
    margin-top: -110px;
    position: absolute;
    z-index: 100;
    background: transparent;
    width: 70px;
    height: 70px;
    border: 2px solid;
    line-height: 85px;
    margin-bottom: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    cursor: pointer;
}

.arrow-down.white {
    color: #ffffff;
}

.arrow-down:hover {
    opacity: 0.7;
}

.who-we-are.top,
.who-we-are.bottom {
    padding: 40px;
}

.overlay img {
    max-width: 100%;
    height: auto;
}

.who-we-are.bio,
.overlay {
    background: rgba(38, 49, 55, 0.95);
    color: #ffffff;
    /*height: 100vh;*/
    min-height: 600px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
}

.bio img {
    max-width: 100%;
}

.contain-inner .HtmlContent {
    max-width: 1350px;
    padding: 35px;
    margin: 0 auto;
}

.who-we-are.bio .HtmlContent,
.overlay .HtmlContent {
    max-width: 1000px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.overlay .HtmlContent {
    max-width: 1350px;
}

.bio:before,
.overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.social-feed.col-md-6 {
    padding: 0;
}

.ContentUserControl.connect-body {
    /*    position: absolute;
    width: 400px;
    z-index: 5;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 90%;*/
}

.ContentUserControl.connect-body .panel-form {
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding-top: 0;
}

.ContentUserControl.connect-body .panel-form address {
    margin-bottom: 0;
}

.connect-body input.form-control {
    min-height: 50px;
    font-size: 100%;
    border: none;
    border-bottom: 3px solid #263137;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 400px;
}

.connect-body .form-group label,
.connect-body .panel-form label {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: .09em;
}

.connect-body h2 {
    font-size: 24px;
    color: #ffffff;
    display: none;
}

.juicer-feed.living-wall h1.referral,
.juicer-feed h1.referral {
    display: none !important;
}

.feed-item.juicer.image-post:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff url('https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/Logos/eConverse-logo-sq.png') no-repeat center;
    background-size: 75%;
    padding: 50px;
}

.juicer-feed.living-wall .j-text:before {
    border: 2px solid white !important;
    line-height: 37px !important;
    font-weight: 200 !important;
}

.juicer-feed.image-grid .j-text .j-message p,
.juicer-feed.image-grid .j-text .j-edit p,
.juicer-feed.slider .j-text .j-message p,
.juicer-feed.slider .j-text .j-edit p,
.juicer-feed.hip .j-text .j-message p,
.juicer-feed.hip .j-text .j-edit p {
    font-weight: 600 !important;
    color: #ffffff !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,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-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 {
    min-height: 0px;
}


/* footer */

#MPOuterFooter {
    background: #263137;
    color: #e5e9eb;
}

#MPOuterMost.full #FOOTER {
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px;
}

#FOOTER p {
    font-size: 12px;
    line-height: .8em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .05em;
}

#FOOTER .social img {
    max-width: 50px;
    float: right;
    margin-right: 5px;
}


/******* Powered by Higher Logic Footer *******/

#MPFooterLink {
    display: none;
}


/* animations */

.animated-element {
    opacity: 0;
    position: relative;
}


/*animation element sliding left*/

.animated-element.slide-left {
    opacity: 0;
    -moz-transition: -moz-transform 600ms ease-out 100ms;
    -webkit-transition: -webkit-transform 600ms ease-out 100ms;
    -o-transition: -o-transform 600ms ease-out 100ms;
    transition: transform 600ms ease-out 100ms;
    -moz-transform: translate3d(-200px, 0px, 0px);
    -webkit-transform: translate3d(-200px, 0px, 0px);
    -o-transform: translate(-200px, 0px);
    -ms-transform: translate(-200px, 0px);
    transform: translate3d(-200px, 0px, 0px);
}

.animated-element.slide-up {
    opacity: 0;
    -moz-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 500);
    -o-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200px, 0px);
    -moz-transition-property: -moz-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.animated-element.slide-left.in-view,
.animated-element.slide-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


/* mobile */

@media screen and (max-width: 768px) {
    div#Logo {
        max-width: 290px;
        margin: 0 auto;
        padding: 40px 75px 30px 60px !important;
    }

    .rando h2 {
        top: 270px;
        padding: 10px 20px;
        font-size: 28px;
    }

    .bg-grey {
        padding: 15px;
    }

    .col-md-6.passion {
        margin-bottom: -40px;
    }

    .portfolio.slick-dotted.slick-slider {
        padding-bottom: 50px;
    }

    .portfolio .slick-prev,
    .portfolio .slick-next {
        display: none !important;
    }

    .testimonial h3 {
        background: #e5e9eb;
        padding: 30px 25px;
        line-height: 1.4em;
        max-width: 85%;
        margin: 30px auto;
        position: relative;
        font-size: 18px;
        letter-spacing: .01em;
    }

    .testimonial h3:before {
        width: 80px;
        height: 80px;
    }

    .testimonial h4 {
        font-weight: 800;
        font-size: 20px;
        max-width: 85%;
    }

    .testimonial h6 {
        font-weight: 500;
        font-size: 12px;
        letter-spacing: .05em;
        max-width: 70%;
        margin: 10px 30px 10px 30%;
    }

    .testimonial img {
        bottom: -100px;
        left: -20px;
        max-width: 120px;
    }

    .testimonial h3:after {
        border-width: 25px 50px 0px 0px;
        left: 110px;
        bottom: -24px;
    }

    .who-we-are.bio {
        height: 100vh;
        position: fixed;
        display: none !important;
    }

    .bio h2,
    .bio h3 {
        margin-top: 0;
    }

    .bio h3 {
        font-size: 18px;
    }

    .bio img {
        display: none;
    }

    .how-we-help.front,
    .how-we-help.back {
        height: 390px;
        padding: 20px;
    }

    .flip-wrapper {
        height: 390px;
    }

    .headshot img {
        cursor: auto;
    }

    .headshot img:hover {
        opacity: 1;
    }

    #FOOTER h3 {
        font-size: 20px;
        font-weight: 600;
    }
}


/* automagic slider temp css */

.interior .slideshow .slide {
    height: 400px;
    overflow: hidden;
}

.interior .item.slide.bg-polygon,
.interior .item.slide.bg-darkblue,
.interior .item.slide.bg-darkgreen,
.item.slide .title-row .ByLine,
.item.slide .content-row h5 {
    color: #ffffff !important;
}

.interior .item.slide.bg-polygon h3 a,
.interior .item.slide.bg-darkblue h3 a,
.interior .item.slide.bg-darkgreen h3 a {
    color: #ffffff;
}

.interior .item.slide.bg-polygon a:not(.btn),
.interior .item.slide.bg-darkblue a:not(.btn),
.interior .item.slide.bg-darkgreen a:not(.btn) {
    color: #ffffff;
}

.interior .item.slide.bg-polygon a:hover,
.interior .item.slide.bg-darkblue a:hover,
.interior .item.slide.bg-darkgreen a:hover {
    opacity: .7;
}

.interior .item.slide h3 a,
.interior .item.slide h3 a {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 66px;
}


/* img in slides */

.automagic-slider .HLLandingControl.HLDiscussions .title-row img,
.automagic-slider .HLLandingControl.HLMyDocuments .title-row img,
.automagic-slider .HLLandingControl.HLEngagement .title-row img,
.automagic-slider .HLLandingControl.HLRecentBlogs .title-row img {
    max-height: 70px;
    max-width: 70px;
    margin: 0 auto;
    width: 70px;
    height: auto;
    border-radius: 100%;
}

.automagic-slider .HLLandingControl p {
    font-size: 20px;
}

.slideshow .slick-prev:before,
.slideshow .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slideshow .HLLandingControl {
    /* max-width: 1000px;*/
    margin: 0 auto;
}

.interior .section5.bg-darkblue {
    background: #263137;
}

.small-container {
    max-width: 800px;
    margin: 0 auto;
}

.interior .slideshow .HLLandingControl ul li {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}


/******* interior pages ********/

.interior #MPOuterHeader {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2016/main%20slider/jump-jeans-blue.jpg');
    position: relative;
    background-position-y: 35%;
}

.interior #MPOuterMost.full #HEADER {
    max-width: 100%;
}

.interior #Logo {
    float: left;
    margin-bottom: 50px;
}

.interior #MPHeader .row:first-child {
    display: none;
}

.interior #NAV #MPButtonBar {
    display: block;
}

.interior .HtmlContent img {
    max-width: 100%;
}

.ContentItemHtml.stamp {
    max-width: 500px;
    margin: -210px auto -30px;
}

.clear {
    clear: both;
    margin: 25px;
}

.interior .small-container .section5 {
    display: none;
}

.interior .small-container ul {
    list-style: none;
    padding-left: 25px;
}

.interior .small-container li::before {
    content: '';
    display: inline-block;
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2017-images/ASAE-Toronto-Page/bullet@2x.png');
    height: 15px;
    width: 15px;
    background-size: cover;
    margin-right: 10px;
    margin-left: -25px;
}

.interior .ContentItemHtml .HtmlFooter {
    padding: 0;
}

.small-container .banner {
    margin: 0 -15px 20px;
}

.small-container {
    padding: 20px;
    overflow-x: hidden;
}


/******** ASAE17 Toronto ********/

@media only screen and (min-width: 768px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav {
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
}

.mobile-nav a {
    width: 20%;
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 7rem;
    font-weight: 900;
    font-size: 30px;
    float: left;
}

.mobile-nav .dollars-and-sense-link,
.mobile-nav .food-and-drink-link {
    background-color: #76c045;
}

.mobile-nav .getting-around-link,
.mobile-nav .spare-time-link {
    background-color: #0596d4;
}

.mobile-nav .weather-and-words-link {
    background-color: #f84e57;
}

.toronto-outermost #MPOuterHeader {
    background-image: url('https://higherlogicdownload.s3.amazonaws.com/ECONVERSEMEDIA/dd3cf34d-866f-4577-8063-4c731accdaad/UploadedImages/2017-images/ASAE-Toronto-Page/toronto-skyline-night-view.png');
    background-position: center;
    background-size: cover;
}

.toronto-outermost #NAV #MPButtonBar {
    top: -310px;
    right: calc((100% - 800px) / 2);
}

.toronto-outermost div#Logo {
    max-width: 300px;
}

@media only screen and (max-width: 768px) {
    .toronto-outermost div#Logo {
        max-width: 250px;
        padding: 50px !important;
        position: relative;
        top: -25px;
    }

    .toronto-outermost #MPOuterHeader {
        background-position-x: -160px;
    }
}

@media only screen and (max-width: 800px) {
    .toronto-outermost #NAV #MPButtonBar {
        right: 10px;
        top: -270px;
    }
}

.weather-and-words-copy {
    padding-left: 10px;
}


/* Client Gallery CSS */

.internal-gallery .grid .attachment-wrap {
    display: none;
}


.internal-gallery .grid .library-list {
    height: 450px;
}

.internal-gallery .grid a.label.label-search-tag {
    background-color: #4da9de;
    border: #4da9de;
    color: #fff;
}

.internal-gallery .grid a.label.label-search-tag:hover {
    background-color: #69be28;
    border: #69be28;
    color: #fff;
}

.internal-gallery .grid .library-list .img-container[style*="undefined"]::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f302';
}

.internal-gallery .grid .row.library-list h3 {
    margin-top: 20px;
}

.internal-gallery .grid .row.library-list .content-tags {
    position: absolute;
    bottom: 70px;
    padding: 10px;
    left: 0;
    right: 0;
}

.internal-gallery div.filter-button-group .filter-label {
    padding-bottom: 0;
    text-transform: capitalize;
}

.internal-gallery div.filter-button-group .filter-label:after {
    right: 15px;
}

.internal-gallery .grid div[id*="NameBlock"]>div:nth-child(4)::before,
.internal-gallery .grid .library-list .flex-tag-container a[data-tag="Active"],
.internal-gallery .grid .library-list .flex-tag-container a[data-tag="Can Demo"],
.status.filter-button-group,
.audience.filter-button-group,
.internal-gallery .grid .library-list div[id*="NameBlock"]>div:nth-child(4) .col-md-12>*:not(h6) {
    display: none;
}

.grid div[id*="NameBlock"]>div:nth-child(4) h6 {
    font-weight: 400;
    font-size: 18px;
    text-transform: revert;
    letter-spacing: normal;
}

.no-site,
.visit-site {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.no-site a,
.visit-site a {
    text-decoration: none;
}

.visit-site a::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f35d';
    color: #69be28;
    font-size: 14px;
    float: right;
    margin-left: 3px;
    transform: translateY(2px);
    opacity: 0;
    transition: .3s;
}

.visit-site a:hover::after {
    opacity: 1;
    transition: .3s;
}

.no-site a::after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f071';
    color: #69be28;
    font-size: 14px;
    float: right;
    margin-left: 3px;
    transform: translateY(2px);
    opacity: 0;
    transition: .3s;
}

.no-site a:hover::after {
    opacity: 1;
    transition: .3s;
}

.no-site::before,
.visit-site::before {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1px;
    background-color: #e7e7e7;
    top: -15px;
    left: -25px;
}

.internal-gallery .grid #LibaryEntryCountDiv {
    text-align: right;
}

.jump-to-menu {
    border: 6px solid #e6e9eb;
    padding: 20px;
    margin-top: 20px;
    top: 0;
    background: #fff;
    z-index: 10000;
    text-align: left;
}

.jump-to-menu:empty {
    display: none;
}

.jump-to-menu p {
    margin: 0;
}

.jump-to-menu li a {
    text-decoration: none;
    font-size: 16px;
}

.resource-search-bar {
    text-align: right;
    margin-bottom: 20px;
}

.resource-search-bar .HtmlContent>input {
    padding: 5px 10px;
    border: 1px solid #eee;
}

.resource-search-bar input#customSearch::before {
    position: absolute;
    content: '';
    background: #EAEFF1;
    width: calc(100% - 120px);
    height: 1px;
    bottom: 15px;
    z-index: 100;
    left: 30px;
}

.resource-search-bar button#customSearch {
    background-color: #7cc24f;
    color: #fff;
    padding: 6px 10px;
    border: none;
}

.entry-title .CommentPanel.ItemRatingCommentPanel div[id*='ItemRating_likeRatingContainer'] a.btn {
    padding: 15px;
}/* Color Picker */
/* VERSION 26 */
/********************* Basics **************************/  
/*
body {
  color: ;  
}  
*/
/*
a {
  color: ;  
}  
*/
/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new input::placeholder {
  color: ; 
}  
*/
/*
.hl-linkcolor-background {
  background-color: ;  
}  
*/
/*
a.user-content-mention {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag {
  color: ;  
}  
*/
/*
a:hover {
  color: ;  
}  
*/

/*
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover i, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input, 
.hltags .tagit-new.tagit-new.tagit-new.tagit-new.tagit-new.tagit-new:hover input::placeholder {
  color: ;  
}  
*/
/*
a.user-content-mention:hover {
  color: ;  
}  
*/
/*
a.user-content-hashtag.user-content-hashtag.user-content-hashtag.user-content-hashtag:hover {  
  color: ; 
} 
*/
/*
.bodyBackground {
  background-color: ;  
}  
*/
/*
.siteFrame {
  background-color: ;  
}  
*/
/*
#MPOuterMost {
  border-color: ;  
}  
*/
h1, .Heading1 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
h2, .Heading2, h2 a, h2 a:hover, .text-muted-h2 h2 {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    h3, .Heading3, h3 a, h3 a:hover {

/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
hr, hr.delimiter, .HLLandingControl ul li {
  border-bottom-color: ;  
}  
*/
#MPOuterFooter {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
fieldset {
  border-color: ;  
}  
*/
fieldset legend {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
/*
.SearchResults .SortBy {
  color: ;  
}      */
/*********************** Landing Controls ******************/  
.HLLandingControl .heading, .HLLandingControl h2, .headerItem, .drItemSubHeader {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.drItemSubHeader a:not(.skip-header-text-color){
  color: ;  
    }  
*/
.ContentUserControl .HLLandingControl, .ContentUserControl.HLLandingControl, .ContentItemHtml.HLLandingControl {

/*
  border-color: ;
*/
/*
  color: ;
*/
/*
  background-color: ;
*/
}    
/*
.HLLandingControl .Content a:not(.btn) {
  color: ;  
}  
*/
/*
.HLLandingControl .ByLine {
  color: ;  
}  
*/
/*
.HLLandingControl h5, .HLLandingControl h4, .HLEngagement h3 {
  color: ;  
}  
*/
/*
.HLLandingControl .Content h3 a, .HLAnnouncements .Content h2 a, .HLRSSReader .Content h2 a {
  color: ;  
}    
*/
/************************ Tabs **********************/  
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}  
/*
.nav-tabs {
  border-bottom-color: ;  
}  
*/
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav .open > a:hover, .nav .open > a:focus {

/*
  background-color: ;
*/
/*
  border-bottom-color: ;
*/
/*
  color: ;
*/
}  .nav-tabs > li > a {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/************************ Miscellaneous **********************/  
/*
.SloganText {
  color: ;  
}  
*/
.ModalPopupHeading, .CustomTableModalPopup .CustomTableModalPopupHeaderRow {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
.lblratingBig {
  color: ;  
}  
*/
/************************ Tables **********************/  
.Container thead .Header td, th, .ListContainer .ListHeader, .drItemSubHeader,  .table-thead-background tr th, .table-thead-background tr td {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
th a, th a:hover  {
  color: ;  
}  
*/
/*
.TableRowAlternate, .table-hover > tbody > tr:hover > td  {
  background-color: ;  
}    
*/
/************************ Menus ***********************/  
/*
#MPAuxNav ul.level1 li a {
  color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li ul {
  background-color: ;  
}  
*/
/*
#MPAuxNav ul.level1 li li.dynamic {
  border-right-color: ;  
}  
*/
/*  #SideMenu ul.level1 li ul {
  background-color: White;  
}  */    /*  .MPSideNavBottom {
  color: #0069A5;  
}  */    /*
.breadcrumb {
  background-color: ;  
}  
*/
/*
.breadcrumb li {
  color: ;  
}  
*/
/*
.breadcrumb li a {
  color: ;  
}  
*/
/*
.MPBottomMenu ul li a {
  color: ;  
}        */
/************************ Bootstrap Menus ***********************/  
/*
.navbar-default, #NAV {
  background-color: ;      
  border-color: ;  
}  
*/
/*
.navbar-default .navbar-nav > li > a {
  color: ;  
}  
*/
.navbar .navbar-nav > .active > a,    .navbar .navbar-nav > .active > a:hover,    .navbar .navbar-nav > .active > a:focus,   .navbar .navbar-nav > li > a:hover {
    /*
  background-color: ;
*/
/*
  color: ;
*/
}    
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  background-color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a {
  color: ;  
}  
*/
/*
#MPButtonBar .dropdown-menu li a:hover,    #MPButtonBar .dropdown-menu li a:focus {
  background-color: ;  
  }  
*/
#MPButtonBar .dropdown-menu .active > a,   #MPButtonBar li .dropdown-menu .active > a:hover,   #MPButtonBar .dropdown-menu .dropdown-submenu .active a:hover,   #MPButtonBar .dropdown-submenu .dropdown-submenu .active a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
/*
#MPButtonBar .dropdown-menu {
  border-color: ;  
}  
*/
/************************ Bootstrap Buttons ***********************/  
.btn-primary, .ui-widget-content a.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
color: !important;
*/
}    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open .dropdown-toggle.btn-primary {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-info:hover, .btn-info:focus, .btn-info:active, .open .dropdown-toggle.btn-info {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-success:hover, .btn-success:focus, .btn-success:active, .open .dropdown-toggle.btn-success {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .open .dropdown-toggle.btn-danger {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.btn-default:hover, .btn-default:focus, .btn-default:active, .open .dropdown-toggle.btn-default {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > .active > span, .pagination > .active > span:hover, .pagination li.active>a, .pagination li.active>a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.pagination > li > a:hover {

/*
  background-color: ;
*/
/*
  border-color: ;
*/
/*
  color: ;
*/
}    
.label-default {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.badge, .badge a, a.badge a:hover {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-header {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-body, .panel-body {

/*
  background-color: ;
*/
/*
  color: ;
*/
}    
.modal-footer, .panel-footer {

/*
  background-color: ;
*/
}  
/*
#MPFooterLink {
  background-color: ;  
}  
*/
/*
#MPFooterLink a {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  color: ;  
}  
*/
/*
.faceted-search-main .facets .header {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar {
  background-color: ;  
}  
*/
/*
.cookie-notification-bar span {
  color: ;  
}  
*/

/* Emtpy faceted search results cards */
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(2) .hlc-empty-state-card-top-part {
  background-color: ;
}
*/
/*
.hlc-empty-state-cards-wrapper .hlc-empty-state-card:nth-of-type(1) .hlc-empty-state-card-top-part {
  background-color: ;
}
*//************ New Bootstrap 4^ Themeing ****/ 
/* outside */ 
#react-widgets-global-loading-indicator .loading-indicator.loading-indicator {
  /*
  background: linear-gradient(90deg, , );
  background-color: 55;
  background-repeat: no-repeat;
  */
}
/******** Colorful utils ****/
/* primary */
.bootstrap-4 :not(.no-theme) .text-primary, 
.bootstrap-4 :not(.no-theme) .text-primary-graphics {
  /*
  color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .bg-primary,
.bootstrap-4 :not(.no-theme) .bg-primary-graphics {
  /*
  background-color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .border-primary,
.bootstrap-4 :not(.no-theme) .border-primary-graphics {
  /*
  border-color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .bg-selected {
  /*

  background-color: 26 !important;
  */
}

/* link */
.bootstrap-4 :not(.no-theme) .text-link {
  /*
  color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .bg-link{
  /*
  background-color:  !important;
  */
}
.bootstrap-4 :not(.no-theme) .border-link{
  /*
  border-color:  !important;
  */
}

.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h1,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h1,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h2,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h2,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h3,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h3,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h4,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h4,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h5,
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h5,
.bootstrap-4 :not(.no-theme) .btn-contains-title:hover:not(:disabled) h6, 
.bootstrap-4 :not(.no-theme) .btn-contains-title:focus h6, 
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h1,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h2,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h3,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h4,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h5,
.bootstrap-4 :not(.no-theme) .btn-contains-title.container-btn .container-btn-button:focus ~ .container-btn-content h6 {
  /* 
  color: ; 
  */
}

/******** Block Buttons ****/  
/**** btn-primary ****/  
.bootstrap-4 :not(.no-theme) .btn-primary {
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color:  ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-primary:focus, 
.bootstrap-4 :not(.no-theme) .btn-primary:hover:not(:disabled)  {
  /* 
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */ 
  /* 
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /* 
  border-color: ;
  */
}

.bootstrap-4 :not(.no-theme) .btn-primary:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-secondary (aka default) ****/  
.bootstrap-4 :not(.no-theme) .btn-secondary {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-secondary:focus, 
.bootstrap-4 :not(.no-theme) .btn-secondary:hover:not(:disabled)  {
  /* 
  background-color: ; 
  */
  /* 
  outline-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-secondary:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-success ****/
.bootstrap-4 :not(.no-theme) .btn-success {
  /*
  color: ;
  */
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-success:focus, 
.bootstrap-4 :not(.no-theme) .btn-success:hover:not(:disabled)  {
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /* 
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /* 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-success:focus {
  /*
  box-shadow: 0 0 0 3px 7F;
  */
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-danger ****/
.bootstrap-4 :not(.no-theme) .btn-danger {
  /*
  color: ;
  */
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
  /*
  border-color: ;
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-danger:focus, 
.bootstrap-4 :not(.no-theme) .btn-danger:hover:not(:disabled)  {
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  border-color: ;
  */
  /* 
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
  border-color: 
  */
  /*
  border-color: ;
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-danger:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/**** btn-link ****/  
.bootstrap-4 :not(.no-theme) .btn-link {
  /* 
  color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-link:focus, 
.bootstrap-4 :not(.no-theme) .btn-link:hover:not(:disabled)  {
  /* 
  color: ; 
  */
}



/**** btn-overlay ****/
.bootstrap-4 :not(.no-theme) .btn-overlay {
  /* 
  color: ;
  */ 
}

/**** btn-card ****/  
.bootstrap-4 :not(.no-theme) .btn-card:focus:not(:disabled) .copy-slot.copy-slot.copy-slot.copy-slot .font-size-md, 
.bootstrap-4 :not(.no-theme) .btn-card:active:not(:disabled) .copy-slot.copy-slot.copy-slot.copy-slot .font-size-md, 
.bootstrap-4 :not(.no-theme) .btn-card:hover:not(:disabled) .copy-slot.copy-slot.copy-slot.copy-slot .font-size-md   {
  /* 
  color: ; 
  */
}

/**** btn-card meta text ****/
.bootstrap-4 :not(.no-theme) .btn-card span.btn-inline-link-primary,
.bootstrap-4 :not(.no-theme) .btn-card span.btn-inline-link-primary {
    /* 
    color: ;
    */
}

.bootstrap-4 :not(.no-theme) .btn-card:focus span.btn-inline-link-primary,
.bootstrap-4 :not(.no-theme) .btn-card:hover span.btn-inline-link-primary {
    /* color: ;
    */
}

  /**** entry-file-button ****/  
.bootstrap-4 :not(.no-theme) .library-entry-file-button:active:not(:disabled) .file-title,
.bootstrap-4 :not(.no-theme) .library-entry-file-button:focus:not(:disabled) .file-title,
.bootstrap-4 :not(.no-theme) .library-entry-file-button:hover:not(:disabled) .file-title {
  /* 
  color: ; 
  */
}

/******** Block Icon Buttons ****/  

/**** btn-icon-primary[aria-label="Toggle folder list"] ****/
.bootstrap-4 :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"] {
  /*
  color: ;
  */
  /*
  color: ;
  */
  /*
  background-color: ;
  */
  /*
  background-color: ;
  */
  /*
  border: ;
  */
  /*
  border: ;
  */
}

.bootstrap-4 :not(.no-theme) .btn-icon-primary[aria-label="Toggle folder list"]:hover {
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  */
  /*
  background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ;
  */
}

/**** btn-icon-primary ****/  
.bootstrap-4 :not(.no-theme) .btn-icon-primary {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /*
  border-color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .file-item-thumb:focus .btn-icon-primary, 
.bootstrap-4 :not(.no-theme) .file-item-thumb:hover:not(:disabled) .btn-icon-primary  {
  /* 
  outline-color: ; 
  background-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) .btn-icon-primary:focus {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary,
 .bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary.focus,
 .bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary:focus,
 .bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary.hover,
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled){
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
}

/**** btn-icon-ctrl ****/  
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl {
  /* 
  color: ; 
  */
  /* 
  background-color: ; 
  */
  /* 
  border-color: ; 
  */
}

/**** file-item-thumb and launch hover icon ****/  

.bootstrap-4 :not(.no-theme) .library-file-item-thumb.library-file-item-thumb .file-thumb-front-side {
  /* 
  background-color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .container-btn-icon-ctrl:hover:not(:disabled) .btn-icon-ctrl,
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl.focus,
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl:focus,
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl.hover,
.bootstrap-4 :not(.no-theme) .btn-icon-ctrl:hover:not(:disabled) {
  /*
  background-color: ;
  border-color: ;
  */
}

.bootstrap-4 :not(.no-theme) .btn-primary:focus,
.bootstrap-4 :not(.no-theme) .container-btn-icon-ctrl:focus > .btn-icon-ctrl {
  /* 
  box-shadow: 0 0 0 3px 7F;
  */
}

/******** Inline Buttons ****/  
/**** btn-inline-link-primary ****/  
.bootstrap-4 :not(.no-theme) .btn-inline-link-primary  {
  /* 
  color: ; 
  */
}


.bootstrap-4 :not(.no-theme) .btn-inline-link-primary:focus, 
.bootstrap-4 :not(.no-theme) .btn-inline-link-primary:hover:not(:disabled)  {
  /* 
  color: ; 
  */
}

/**** btn-inline-icon ****/  
.bootstrap-4 :not(.no-theme) .btn-inline-icon {
  /* 
  color: ; 
  */
}
.bootstrap-4 :not(.no-theme) .btn-inline-icon:focus, 
.bootstrap-4 :not(.no-theme) .btn-inline-icon:hover:not(:disabled)  {
  /* 
  color: ; 
  */
  /*
  color: ;
  */
}

/********* icon radio group **********/
.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input:not([aria-checked="true"]) + * {
  /* 
  color: ; 
  border-color: ; 
  */
  /*
  background-color: ;
  */
}

.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"] + * {
  /*
  color: ;
  */
  /* 
  color: ; 
  */
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
  /* 
  border-color: ; 
  */
}

.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"] + *:focus,
.bootstrap-4 :not(.no-theme) fieldset.icon-radio-group input[aria-checked="true"] + *:hover {
  /* 
  background-color: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), ; 
  */
}


/********* alt icon botton **********/
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary,
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary.focus, 
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary:focus, 
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary.hover, 
.bootstrap-4 :not(.no-theme) .btn-icon-alt-secondary:hover:not(:disabled) {
  /*
  background-color: ;
  border-color: ;
  */
  /* 
  background-color: ; 
  border-color: ; 
  */
}

/********* form control**********/
.bootstrap-4 :not(.no-theme) .form-control:focus {
  /*
  box-shadow: inset 0 1px 1px 08, 0 0 8px 60;
  border-color: ;
  */
}
/**** Generated Utils ****/

/*
.text-color {
  color:  !important;
}
*/
  

/*
.link-color {
  color:  !important;
}
*/
  

/*
.mention-link-color {
  color:  !important;
}
*/
  

/*
.tag-link-color {
  color:  !important;
}
*/
  

/*
.link-hover-color:hover, .link-hover-color:focus {
  color:  !important;
}
*/
  

/*
.mention-hover-color:hover, .mention-hover-color:focus {
  color:  !important;
}
*/
  

/*
.tag-hover-color:hover, .tag-hover-color:focus {
  color:  !important;
}
*/
  

/*
.outer-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-color {
  background-color:  !important;
}
*/
  

/*
.tag-background-hover-color:hover, .tag-background-hover-color:focus {
  color:  !important;
}
*/
  

/*
.page-background-color {
  background-color:  !important;
}
*/
  

/*
.border-color {
  color:  !important;
}
*/
  

/*
.primary-heading-text-color {
  color:  !important;
}
*/
  

/*
.primary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.secondary-heading-text-color {
  color:  !important;
}
*/
  

/*
.secondary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.tertiary-heading-text-color {
  color:  !important;
}
*/
  

/*
.tertiary-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.seperator-color {
  color:  !important;
}
*/
  

/*
.footer-background-color {
  background-color:  !important;
}
*/
  

/*
.footer-text-color {
  color:  !important;
}
*/
  

/*
.primary-color {
  color:  !important;
}
*/
  

/*
.text-on-primary {
  color:  !important;
}
*/
  

/*
.table-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-header-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-header-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-border-color {
  color:  !important;
}
*/
  

/*
.landing-control-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-background-color {
  background-color:  !important;
}
*/
  

/*
.landing-control-link-color {
  color:  !important;
}
*/
  

/*
.landing-control-byline-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-sub-title-text-color {
  color:  !important;
}
*/
  

/*
.landing-control-title-text-color {
  color:  !important;
}
*/
  

/*
.selected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-tab-border-color {
  color:  !important;
}
*/
  

/*
.selected-tab-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-hover-background-color:hover, .unselected-tab-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-hover-text-color {
  color:  !important;
}
*/
  

/*
.unselected-tab-background-color {
  background-color:  !important;
}
*/
  

/*
.unselected-tab-text-color {
  color:  !important;
}
*/
  

/*
.slogan-text-color {
  color:  !important;
}
*/
  

/*
.table-header-background-color {
  background-color:  !important;
}
*/
  

/*
.table-alternate-background-color {
  background-color:  !important;
}
*/
  

/*
.aux-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-bar-background-color {
  background-color:  !important;
}
*/
  

/*
.breadcrumb-text-color {
  color:  !important;
}
*/
  

/*
.breadcrumb-link-color {
  color:  !important;
}
*/
  

/*
.footer-menu-text-color {
  color:  !important;
}
*/
  

/*
.unselected-menu-text-color {
  color:  !important;
}
*/
  

/*
.selected-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.selected-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-background-color {
  background-color:  !important;
}
*/
  

/*
.hover-menu-selected-text-color {
  color:  !important;
}
*/
  

/*
.hover-menu-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-background-color {
  background-color:  !important;
}
*/
  

/*
.primary-button-border-color {
  color:  !important;
}
*/
  

/*
.primary-button-text-color {
  color:  !important;
}
*/
  

/*
.primary-button-hover-background-color:hover, .primary-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.info-button-background-color {
  background-color:  !important;
}
*/
  

/*
.info-button-border-color {
  color:  !important;
}
*/
  

/*
.info-button-text-color {
  color:  !important;
}
*/
  

/*
.info-button-hover-background-color:hover, .info-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.success-button-background-color {
  background-color:  !important;
}
*/
  

/*
.success-button-border-color {
  color:  !important;
}
*/
  

/*
.success-button-text-color {
  color:  !important;
}
*/
  

/*
.success-button-hover-background-color:hover, .success-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.danger-button-background-color {
  background-color:  !important;
}
*/
  

/*
.danger-button-border-color {
  color:  !important;
}
*/
  

/*
.danger-button-text-color {
  color:  !important;
}
*/
  

/*
.danger-button-hover-background-color:hover, .danger-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.default-button-background-color {
  background-color:  !important;
}
*/
  

/*
.default-button-border-color {
  color:  !important;
}
*/
  

/*
.default-button-text-color {
  color:  !important;
}
*/
  

/*
.default-button-hover-background-color:hover, .default-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.pagination-activebutton-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-active-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-activebutton-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-background-color {
  background-color:  !important;
}
*/
  

/*
.pagination-button-border-color {
  color:  !important;
}
*/
  

/*
.pagination-button-text-color {
  color:  !important;
}
*/
  

/*
.pagination-button-hover-background-color:hover, .pagination-button-hover-background-color:focus {
  background-color:  !important;
}
*/
  

/*
.label-background-color {
  background-color:  !important;
}
*/
  

/*
.label-text-color {
  color:  !important;
}
*/
  

/*
.badge-background-color {
  background-color:  !important;
}
*/
  

/*
.badge-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-header-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-header-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-background-color {
  background-color:  !important;
}
*/
  

/*
.popup-window-text-color {
  color:  !important;
}
*/
  

/*
.popup-window-footer-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-background-color {
  background-color:  !important;
}
*/
  

/*
.powered-by-higher-logic-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-text-color {
  color:  !important;
}
*/
  

/*
.search-sidebar-heading-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-background-color {
  background-color:  !important;
}
*/
  

/*
.cookie-notification-text-color {
  color:  !important;
}
*/
  
/* CSS Overrides */
/* ERS reset calendar widget styling with pure CSS */
.calendar-widget .RadCalendar_Office2007, .calendar-widget .RadScheduler_Office2007, .calendar-widget .RadCalendar_Office2007 *, .calendar-widget .RadScheduler_Office2007 * {
    background: 0 !important;
    background-attachment: scroll !important;
    background-clip: border-box;
    background-color: transparent;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-color: inherit !important;
    border-collapse: separate;
    border-image: none !important;
    box-shadow: none;
    text-shadow: none;
    font-family: unset !important;
    font-size: initial !important;
    color: unset !important;
}
.calendar-widget .RadScheduler .rsHeader h2 {
    font-weight: bold;
    /* line-height: normal; */
    /* text-indent: 0; */
    height: auto;
    display: block;
    /* overflow: visible; */
    /* clear: both; */
    position: relative;
    /* top: -70px; */
    font-size: 21px !important;
    text-align: center;
    /* padding: 7px; */
}
.calendar-widget .RadScheduler .rsHeader .rsDatePickerActivator {
    position: relative;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    margin: -3px 2%;
}
.calendar-widget .RadScheduler_Office2007 div.rsHeader .rsPrevDay {
    margin: 0 5px;
    background-position: initial;
    width: 30px;
    height: 30px;
    display: block;
}
.calendar-widget .RadScheduler_Office2007 div.rsHeader .rsNextDay {
    margin: 0 5px;
    background-position: initial;
    width: 30px;
    height: 30px;
    display: block;
}
.calendar-widget .RadScheduler .rsHeader p em {
    display: none;
}
.calendar-widget .RadScheduler_Office2007 .rsHeader {
    color: #fff !important;
    background: #555 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: none;
    padding: 15px;
}
.calendar-widget .RadScheduler_Office2007 .rsHeader li a {
    background: rgba(0,0,0,0.35) !important;
    margin: 0 3px;
    border-radius: 3px;
}
.calendar-widget .RadScheduler_Office2007 .rsHeader li a:hover {
    background: rgba(0,0,0,0.8) !important;
}
.calendar-widget .RadScheduler_Office2007 .rsHeader li a span {
    font-size: 12px !important;
}
.calendar-widget .RadScheduler .rsHeader .rsSelected em {
    background: rgba(0,0,0,0.8) !important;
    border-radius: 3px;
    font-size: 12px !important;
    font-weight: bold;
    padding: 0 8px;
}
.calendar-widget .RadScheduler .rsHeader .rsSelected {
    padding-left: 3px;
}
.calendar-widget .RadScheduler div.rsHeader .rsPrevDay:after, .calendar-widget .RadScheduler div.rsHeader .rsNextDay:after {
    content: '\f076';
    font-family: 'General' !important;
    color: #ffffff !important;
    display: block;
    text-indent: 0;
    line-height: 30px;
    float: left;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
}
.calendar-widget .RadScheduler div.rsHeader .rsNextDay:after {
    content: '\f075';
}
.calendar-widget .RadScheduler div.rsHeader .rsPrevDay:after:hover, .calendar-widget .RadScheduler div.rsHeader .rsNextDay:after:hover {
    background: rgba(0,0,0,0.8);
}
.calendar-widget .RadScheduler .rsHeader .rsDatePickerActivator:after {
    content: '\f088';
    font-family: 'General' !important;
    display: block;
    float: left;
    width: 100%;
    text-indent: 0;
    float: left;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    height: 100%;
    line-height: 32px;
}
.calendar-widget .RadScheduler .rsHorizontalHeaderWrapper {
    background: #555 !important;
    color: #e5e9eb !important;
    text-transform: uppercase;
}
.calendar-widget .RadScheduler .rsHorizontalHeaderTable th {
    border: 0;
}
.calendar-widget .RadScheduler .rsMonthView .rsOtherMonth {
    background-color: #F5F5F5 !important;
    color: #ccc !important;
}
.calendar-widget .RadScheduler .rsMonthView .rsDateBox, .calendar-widget .RadScheduler .rsMonthView .rsDateBox:hover, .calendar-widget .RadScheduler .rsMonthView .rsAptCreate:hover .rsDateBox {
    border: 0 !important;
}
.calendar-widget .RadScheduler .rsDateHeader {
    height: 75px;
    font-size: 1.5em !important;
    line-height: 55px;
    width: 75px;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
    text-overflow: ellipsis;
    text-align: center;
    padding: 10px 10px;
    /* background: #e5e9eb !important; */
    margin: 0 auto;
    top: 12px;
    position: relative;
    border-radius: 50%;
}
.calendar-widget .RadScheduler a.rsDateHeader:hover {
    text-decoration: none;
    background: #e5e9eb !important;
}
.calendar-widget .RadScheduler .rsMonthView .rsContentTable td {
    border-color: #e5e9eb !important;
}
.calendar-widget .RadScheduler .rsLastCell .rsWrap {
    position: unset;
}
.calendar-widget .RadScheduler .rsAptContent {
    background-color: #c7d8ed;
    border-color: #6187b8;
    background: teal !important;
    color: #fff !important;
    padding: 6px;
    letter-spacing: 0.02em;
    font-size: 12px !important;
    border-radius: 13px;
    border: 0;
    text-align: center;
}
.calendar-widget .RadScheduler .rsAptIn, .calendar-widget .RadScheduler .rsAptMid, .calendar-widget .RadScheduler .rsAptContent {
    border: 0;
}
/* end calendar styling */

a, a:hover, a:focus {
     transition: .3s;
}
 .home .section5 {
     overflow: auto;
}
#MPOuterMost.full #HEADER {
    max-width: 1450px;
}
div#Logo {
    background: #ffffff;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 0;
    padding: 35px 20px 20px 20px !important;
}
#MPOuterMost .fa {
    font-family: 'Font Awesome 5 Pro';
}

@media (max-width: 768px) {
	div#Logo {
		padding: 40px 35px 35px 35px !important;
	}
}

div[id*="ReplyButtonsContainer"],
span[id*="UpdatePanel"] {
    transition: bottom .5s;
    margin-left: 0;
    margin-right: 0;
    bottom: -80px;
    width: auto;
    position: static;
}

div[id*="ReplyButtonsContainer"].hidden-buttons,
span[id*="UpdatePanel"].hidden-buttons {
    bottom: -80px;
    transition: bottom .5s;
}
div[id*="ReplyButtonsContainer"].hidden-buttons,
div[id*="ReplyButtonsContainer"].sticky-buttons,
span[id*="UpdatePanel"].hidden-buttons,
span[id*="UpdatePanel"].sticky-buttons {
    position: fixed;
    left: calc(50% - 570px);
    right: calc(50% - 570px);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

div[id*="ReplyButtonsContainer"].sticky-buttons,
span[id*="UpdatePanel"].sticky-buttons {
    transition: bottom .5s;
    background: rgba(235,235,235,0.7);
     bottom: 0;
}
@media (max-width: 1170px) {
    div[id*="ReplyButtonsContainer"].hidden-buttons,
    div[id*="ReplyButtonsContainer"].sticky-buttons,
    span[id*="UpdatePanel"].hidden-buttons,
    span[id*="UpdatePanel"].sticky-buttons {
        left: 15px;
        right: 15px;
       padding-left: 15px;
    }
}

/****** hero ******/
.rando img {
	max-width: none;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
}
@media (max-width: 991px) {
	.rando.desktop {
		display: none;
	}
}
@media (min-width: 992px) {
	.rando.mobile {
		display: none;
	}
}

.who-we-are.blurb-new {
    width: 28%;
    float: left;
    padding: 0 15px;
}
.who-we-are.square-headshot img {
    width: 100%;
}

.team-flip-wrapper {
    position: relative;
    height: 400px;
    width: 36%;
    float: left;
    margin: 15px 0;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    padding: 0 10px;
}
.team-flip-wrapper.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.who-we-are.front, .who-we-are.back {
    background: #ffffff;
    height: 400px;
    padding: 25px;
}
.who-we-are.front {
    padding: 0;
}
.who-we-are.back {
    font-size: 16px;
} 
.bio-panel {
    position: relative;
}
.bio-panel .HtmlContent {
    position: absolute;
    width: 100%;
    padding: 30px;
    top: 50%;
    left: 0;
    margin: auto;
    height: auto;
    transform: translateY(-50%);
}
.who-we-are.front .name-wrap {
    padding: 5px 25px;
    position: absolute;
    bottom: 15px;
    background: #fff;
    width: 100%;
    left: 0;
}

/****** basics ******/

/*** removing padding on full-width col-md-12 ***/
.row-full > .col-md-12[class*="section"] {
    padding-left: 0;
    padding-right: 0;
}

/*** styling background images ***/
.bg-image {
    background-size: cover;
    background-position: center;
}

@media (min-width: 992px) and (max-width: 1200px),
(min-width: 769px) and (max-width: 850px),
(max-width: 420px) {
	.who-we-are.back {
		font-size: 14px;
		padding: 25px;
	}
}
@media (max-width: 991px) {
        .who-we-are.blurb-new {
            width: 50%;
        }
         .team-flip-wrapper {
             height: 400px;
            width: 50%;
         }
      .who-we-are.front, .who-we-are.back {
          height: 400px;
      }
}
@media (max-width: 768px) {
        .who-we-are.blurb-new {
            width: 100%;
        }
         .team-flip-wrapper {
             height: 500px;
            width: 100%;
         }
      .who-we-are.front, .who-we-are.back {
          height: 500px;
        width: 100%;
      }
}
@media (max-width: 420px) {
        .who-we-are-new.bg-grey {
            padding: 30px 0px;
        }
        .who-we-are.blurb-new {
            width: 100%;
        }
         .team-flip-wrapper {
             height: 470px;
            width: 100%;
         }
      .who-we-are.front, .who-we-are.back {
          height: 470px;
		  overflow: hidden;
      }
	  .who-we-are.square-headshot img {
		max-width: none;
		width: 130%;
		margin-left: -15%;
	  }
}
@media (min-width: 1250px) {
    .who-we-are.blurb-new {
        min-height: 505px;
    }
}

.btn-flip {
    cursor: pointer;
    transition: .7s;
    width: 100%;
    position: relative;
}
.hover .btn-flip {
    transform: rotateY(180deg);
    transition: .7s;
}
.who-we-are-new .hover .btn-flip {
    color: #69be28;
}

/****** footer ******/
#MPOuterFooter {
    background-color: #2F3034;
}
#MPOuterMost #MPOuterFooter #FOOTER {
    padding-top: 55px;
    padding-bottom: 55px;
}
.footer-logo .HtmlContent {
    border-radius: 50%;
    background-color: #202022;
    padding: 25px;
    width: 145px;
    height: 145px;
    text-align: center;
    line-height: 145px;
    margin: 0 auto;
}
#FOOTER h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #939393;
    margin-top: 0;
}
#FOOTER a {
    color: #fff;
    text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:focus {
    color: #7CC24F;
}
.copyright {
    text-align: center;
    background-color: #202022;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #939393;
    padding: 25px;
}

.grecaptcha-badge {
	display: none !important;
}

@media (max-width: 991px) {
    #FOOTER h2 {
        margin-top: 20px;
    }
	.footer-logo .HtmlContent {
		width: 110px;
		height: 110px;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	#FOOTER div[class*="footer-"] {
		text-align: center;
	}
}

/****** NSH Email masking styling ******/
#FOOTER p {
	text-transform: none;
	font-size: 18px;
}
.bio-panel.back p:first-child,
.footer-contact p {
	transition: opacity .3s;
}
.invisible {
	opacity: 0;
	height: 22px;
	transition: .3s;
}

/* MRD Site Changes Nov 26, 2020 */

 .team-flip-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

 .what-we-do.overlay .HtmlContent {
    position: relative;
}

 .what-we-do.overlay .HtmlContent::after {
    position: absolute;
    top: 0;
    right: 0;
}

 .what-we-do.overlay .col-md-6 img {
    width: 100%;
}

 .what-we-do.overlay .HtmlContent > .col-md-6:first-of-type{
    padding-right: 24px;
}


 .what-we-do.overlay .HtmlContent > .col-md-6:last-of-type {
    padding-left: 24px;
}

 .what-we-do.overlay .HtmlContent > .col-md-6:first-of-type .editorSelectH3 {
    text-align: center;
    margin-top: 0;
    transform: translateY(-50%);
}

 .what-we-do.overlay .HtmlContent > .col-md-6:first-of-type .editorSelectH3 a { 
    margin: 0;
 }

 .what-we-do.overlay::after {
    content: '\f020';
    font-family: 'eConverse';
    font-size: 30px;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(235,235,235,0.25);
    border: 2px solid rgba(235,235,235,0.25);
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

 .team-flip-wrapper {
    /* width: 23.256%; */
    width: 300px;
    height: 274px;
    padding: 0 15px;
}

 .who-we-are.front,  .who-we-are.back {
    height: 274px;
}

 .who-we-are.back {
    padding: 15px;
    font-size: 13px;
    /* line-height: 16px; */
    color: #202B31;
    letter-spacing: .01em;
}

 .who-we-are.back h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 17px;
    color: #0061B2;
}

 .bio-panel .HtmlContent {
    padding: 0;
    top: 0;
    transform: unset;
    position: unset;
}

 .who-we-are.back .btn-flip::after { 
    margin: 0;
    left: 17px;
    bottom: 23px;
    font-size: 23px;
}

 .btn-flip {
    color: #C5CFD2;
}

 .btn-flip:after {
    right: 15px;
    bottom: 23px;
    margin: 0;
    font-size: 23px;
    line-height: 1;
    width: 23px;
    height: 23px;
}

 .who-we-are.front .name-wrap {
    padding: 13px 16px 16px 16px;
    bottom: 0;
}

 .who-we-are.front .name-wrap h3 {
    margin: 0;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 21px;
    color: #202B31;
 }

  .who-we-are.front .name-wrap h6 { 
    font-weight: 800;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0061B2;
    margin: 0;
  }

   .who-we-are.front .name-wrap  p:empty {
      display: none;
  }

   .who-we-are-blurb {
      width: 600px;
      height: 274px;
      display: flex;
      align-items: center;
      padding: 0 54px;
  }

   .who-we-are-blurb .HtmlContent { 
      text-align: center;
   }

    .who-we-are-blurb .HtmlContent h3,  .who-we-are-blurb .HtmlContent h3 a { 
       margin-bottom: 0;
    }

     .who-we-are-blurb .HtmlContent h3 {
        margin-top: 34px;
    }

#MPOuterMost {
        overflow-x: hidden;
}