

.campaign-feature-intro-header-pr {
    padding-top: 0; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    color: #3f3f3f;
}

.campaign-feature-intro-header {
    padding-top: 40px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    color: #3f3f3f;
}



.feature-article-text {
    color: peru;
    font-weight: 400;
}

.feature-intro-header-pr {
    padding-top: 0; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    color: #3f3f3f;
}

.feature-intro-header {
    padding-top: 40px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    color: #3f3f3f;
}

.feature-intro-org-heading > h1 {
    margin: 0;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    font-size: 6em;
    color: white;
}

.feature-intro-org-heading > h2 {
    margin: 0;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    font-size: 3em;
    color: white;
}

.feature-intro-org-heading > h3 {
    margin: 0;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    font-size: 1.5em;
    color: white;
}

.feature-intro-heading > h2 {
    margin: 0;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    font-size: 3em;
    color: white;
}

.feature-intro-sub-heading > h3 {
    margin: 0;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    font-size: 2em;
    color: white;
    padding-top: -30px;
}

.feature-intro-cnf > b {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 1.80em;
    color: white;
}

.feature-intro-title > span {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
    color: white;
}

.feature-indent {
    margin-left: 20px;
}




/*Feature Image Slider - start
===============================*/
.feature-row__inner {
    -webkit-transition: 450ms -webkit-transform;
    /*transition: 450ms -webkit-transform;
    transition: 450ms transform;*/
    transition: 450ms transform, 450ms -webkit-transform;
    font-size: 0;
    white-space: nowrap;
    /*margin: 70.3125px 0;*/
    padding-bottom: 10px;
}
.feature-tile {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 120px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 450ms all;
    transition: 450ms all;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.feature-tile-sm {
    position: relative;
    display: inline-block;
    width: 153px;
    margin-right: 4px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 450ms all;
    transition: 450ms all;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.feature-tile-med {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 240px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 450ms all;
    transition: 450ms all;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.feature-tile-med-w {
    position: relative;
    display: inline-block;
    width: 260px;
    height: 210px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 450ms all;
    transition: 450ms all;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.feature-tile-lrg {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 360px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 450ms all;
    transition: 450ms all;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.feature-tile-xlrg {
    position: relative;
    display: inline-block;
    width: 354px;
    margin-right: 10px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 450ms all;
    transition: 450ms all;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.feature-tile__img {
    width: 100px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}
.feature-tile__title {
    position: absolute;
    bottom: 0;
    padding: 10px;
}
.feature-row__inner:hover {
    -webkit-transform: translate3d(-2.5px, 0, 0);
    transform: translate3d(-2.5px, 0, 0);
}
.feature-row__inner:hover .feature-tile {
    opacity: 0.3;
}
.feature-row__inner:hover .feature-tile:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.feature-tile:hover ~ .feature-tile {
    -webkit-transform: translate3d(11px, 0, 0);
    transform: translate3d(11px, 0, 0);
}
.feature-row__inner:hover .feature-tile-sm {
    opacity: 0.3;
}
.feature-row__inner:hover .feature-tile-sm:hover {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}
.feature-tile:hover ~ .feature-tile-sm {
    -webkit-transform: translate3d(11px, 0, 0);
    transform: translate3d(11px, 0, 0);
}
.feature-row__inner:hover .feature-tile-med {
    opacity: 0.3;
}
.feature-row__inner:hover .feature-tile-med:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.feature-tile:hover ~ .feature-tile-med {
    -webkit-transform: translate3d(11px, 0, 0);
    transform: translate3d(11px, 0, 0);
}
.feature-row__inner:hover .feature-tile-lrg {
    opacity: 0.3;
}
.feature-row__inner:hover .feature-tile-lrg:hover {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}
.feature-tile:hover ~ .feature-tile-lrg {
    -webkit-transform: translate3d(11px, 0, 0);
    transform: translate3d(11px, 0, 0);
}
.feature-row__inner:hover .feature-tile-xlrg {
    opacity: 0.3;
}
.feature-row__inner:hover .feature-tile-xlrg:hover {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}
.feature-tile:hover ~ .feature-tile-xlrg {
    -webkit-transform: translate3d(11px, 0, 0);
    transform: translate3d(11px, 0, 0);
}

.feature-is-button button{
    background: rgba(0,0,0,0.3);
    border: 0;
    top: 15%;
    border-radius: 50%;
    width: 100px;
    -webkit-appearance:none;
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}

#feature-is-prev {
    left: 0;
    width: 50px;
    height: 50px;
}

#feature-is-next {
    right: 0;
    width: 50px;
    height: 50px;
}

/*horizontal slide classes - start*/
.feature-x-scroll-row{
    overflow-x: auto;
    overflow-y: hidden;
}

.feature-x-scroll-row > *{
    margin: 0;
    width: 1200px;
    padding: 15px 0;
}
/*horizontal slide classes - end*/

/*vertical slide classes - start*/
.feature-y-scroll-row{
    overflow-y: hidden;
    overflow-x: auto;
}

.feature-y-scroll-row > *{
    margin: 0;
    width: 180px;
    padding: 15px 0;
}
/*vertical slide classes - end*/

/*circular button classes - start
  @see http://bootsnipp.com/snippets/featured/circle-button
*/
.feature-btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.feature-btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.feature-btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

/* Media Screen Sans Font Feature Heading Styles - start
==============================================*/
@media screen
and (min-width:1200px) {

    .feature-heading-bold-sans {
        font-family: 'PT Sans', 'Noto Sans', 'Source Sans Pro', 'Roboto Slab', 'Lato', Helvetica, Univers, Arial, sans-serif;
        font-weight: bold;
        font-size: 2em;
        text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    }
}

@media screen
and (min-width:768px)
and (max-width:1199px) {

    .feature-heading-bold-sans {
        font-family: 'PT Sans', 'Noto Sans', 'Source Sans Pro', 'Roboto Slab', 'Lato', Helvetica, Univers, Arial, sans-serif;
        font-weight: bold;
        font-size: 1.75em;
        text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    }
}

@media screen
and (min-width:768px)
and (max-width:1199px) {

    .feature-heading-bold-sans {
        font-family: 'PT Sans', 'Noto Sans', 'Source Sans Pro', 'Roboto Slab', 'Lato', Helvetica, Univers, Arial, sans-serif;
        font-weight: bold;
        font-size: 1.75em;
        text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    }
}

@media screen
and (min-width:321px)
and (max-width:767px) {

    .feature-heading-bold-sans {
        font-family: 'PT Sans', 'Noto Sans', 'Source Sans Pro', 'Roboto Slab', 'Lato', Helvetica, Univers, Arial, sans-serif;
        font-weight: bold;
        font-size: 1.25em;
        text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    }
}

@media screen
and (max-width:320px) {

    .feature-heading-bold-sans {
        font-family: 'PT Sans', 'Noto Sans', 'Source Sans Pro', 'Roboto Slab', 'Lato', Helvetica, Univers, Arial, sans-serif;
        font-weight: bold;
        font-size: 1em;
        text-shadow: 3px 3px 4px rgba(0,0,0,0.6);
    }
}
/* Media Screen Sans Font Feature Heading Styles - end
==============================================*/