.flex-campaign {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #666;
}

.flex-campaign a,
.flex-campaign a:focus,
.flex-campaign button,
.flex-campaign button:focus { 
    outline: 0 !important; 
}

.flex-campaign h1,
.flex-campaign .h1 {
    font-size: 3rem;
    line-height: 1.33;
    font-weight: 600;
}

.flex-campaign h2,
.flex-campaign .h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
}

.flex-campaign h3 {
    font-size: 2.1rem;
    line-height: 1.24;
}

.flex-campaign h4,
.flex-campaign .h4 {
    font-size: 1.6rem;
    line-height: 1.1;
}

.flex-campaign h5,
.flex-campaign .h5 {
    font-size: 1.4rem;
    color: #999;
}

.flex-campaign .txt-light {
    color: #fff;
}

.flex-campaign .txt-dark {
    color: #666 !important;
}

.flex-campaign .txt-light h5,
.flex-campaign .txt-light h2,
.flex-campaign .txt-light h1,
.flex-campaign .txt-light p {
    color: #fff;
    word-wrap: break-word;
}

.flex-campaign .btn {
    padding: 1rem 2.5rem 1.1rem 2.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    min-width: 20.5rem;
    width: 100%;
    margin: 0;
    white-space: normal;
    border: none;
    height: auto;
}

.flex-campaign .btn-primary {
    background-image: linear-gradient(237deg, #2fc38c, rgba(46, 195, 141, 0));
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
    border-color: transparent;
}

.flex-campaign .btn-primary:before {
    background-image: linear-gradient(rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2)), linear-gradient(237deg, #2fc38c, rgba(46, 195, 141, 0)), linear-gradient(#00a78e, #00a78e);
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.1);
    z-index: -100;
    transition: opacity 0.5s;
}

.flex-campaign .btn-primary:hover:before{
    opacity: 1;
}

.flex-campaign .btn-primary:active {
    border: #2c997b 0.2rem solid;
    padding: 0.9rem 2.3rem 1rem 2.3rem;
    background-image: none;
    background-color: transparent;
    color: #2c997b;
    box-shadow: none;
    transition: none;
}

.flex-campaign .btn-primary.btn-dark-bg {
    background-image: none;
    border: #fff;
    box-shadow: none;
}
.flex-campaign .btn-primary.btn-dark-bg:hover,
.flex-campaign .btn-primary.btn-dark-bg:active,
.flex-campaign .btn-primary.btn-dark-bg:focus {
    opacity: 0.8;
    transition: opacity .5s ease-in-out;
}

.flex-campaign .btn-primary.btn-dark-bg:active {
    background-color: transparent;
    border: #fff 0.2rem solid;
    color: #fff;
    padding: 0.8rem 2.3rem 0.9rem 2.3rem;
    box-shadow: none;
    opacity: 1;
}

.flex-campaign .btn-tertiary {
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
}

.flex-campaign .btn-tertiary:hover {
    color: #ffffff;
}

.flex-campaign .btn-quaternary {
    background-color: transparent;
    border: solid 2px #b3b3b3;
    color: #b3b3b3;
    opacity: 0.85;
}
.flex-campaign .hero-overlay {
    height: 100%;
}

.flex-campaign .btn-quaternary:hover,
.flex-campaign .btn-quaternary:focus {
    color: #b3b3b3;
}

.flex-campaign .btn.btn-tertiary,
.flex-campaign .btn.btn-quaternary {
    padding: 0.9rem 2.3rem 1rem 2.3rem;
    -webkit-transition: none;
    transition: none;
}

.flex-campaign .btn-quaternary.btn-light-bg {
    border: solid 2px #333;
    color: #333;
    box-shadow: none;
}

.flex-campaign .intro {
    font-size: 1.8rem;
    line-height: 1.26;
    color: #666;
}

.flex-campaign .caret-down {
    display: inline-block;
    width: 12px;
    height: 13px;
    background-image: url(../images/plus-icon.png);
    background-position: center center;
    position: absolute;
    top: 17px;
    right: 20px;
}

.flex-campaign ul.default-list,
.flex-campaign ol.default-list,
.flex-campaign ul.short-list,
.flex-campaign ol.short-list {
    margin: 0;
    padding: 0;
}

.flex-campaign ul.default-list li.list-bullets,
.flex-campaign ol.default-list li.list-bullets,
.flex-campaign ul.short-list li.list-bullets,
.flex-campaign ol.short-list li.list-bullets {
    list-style-type: disc;
    margin-left: 2rem;
}

.flex-campaign ul.default-list li,
.flex-campaign ol.default-list li,
.flex-campaign ul.short-list li,
.flex-campaign ol.short-list li {
    display: list-item;
}

.flex-campaign ul.default-list li.list-numbers,
.flex-campaign ol.default-list li.list-numbers,
.flex-campaign ul.short-list li.list-numbers,
.flex-campaign ol.short-list li.list-numbers {
    list-style-type: decimal;
    margin-left: 2rem;
}

.flex-campaign ul.list-inverse {
    direction: rtl;
}

.flex-campaign ul li.nowrap {
    white-space: nowrap;
}

.flex-campaign ul {
    list-style-type: initial;
}

.flex-campaign ul,
.flex-campaign ol{
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 2.5rem 0;
}

.flex-campaign .text-center ul,
.flex-campaign .text-center ol {
    padding-left: 20px;
    text-align: left;
}

.flex-campaign .text-left ul,
.flex-campaign .text-left ol {
    padding-left: 20px;
    text-align: left;
}

.flex-campaign .text-right ul,
.flex-campaign .text-right ol {
    direction: rtl;
    text-align: right;
    padding-right: 20px;
}

.flex-campaign .btn-pill:last-of-type {
    margin-right: 0;
}

.flex-campaign .btn.btn-pill {
    border-radius: 2.5rem;
    min-width: 6.5rem;
    margin-right: 5px;
}

.flex-campaign .video-iframe {
    width: 100%;
    height: 100%;
}

.flex-campaign .subtext {
    color: #b3b3b3;
    font-family: 'open_sans_italic';
    font-size: 1.4rem;
}

.flex-campaign .txt-darker {
    color: #333;
}

.flex-campaign .divider {
    height: 0.1rem;
    background-color: #ccc;
}

.flex-campaign .note {
    font-size: 1.4rem;
    line-height: normal;
    color: #666;
}

.flex-campaign .btn-square {
    border-radius: 0;
    max-width: 5rem;
    min-width: 5rem;
    height: 5rem;
    padding: 0;
}

.flex-campaign h1,
.flex-campaign h2,
.flex-campaign h3,
.flex-campaign h4,
.flex-campaign h5,
.flex-campaign h6,
.flex-campaign .h1,
.flex-campaign .h2,
.flex-campaign .h3,
.flex-campaign .h4,
.flex-campaign .h5,
.flex-campaign .h6 {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .flex-campaign h1, 
    .flex-campaign .h1 {
        font-size: 3.8rem;
        line-height: 1.42;
    }

    .flex-campaign h2,
    .flex-campaign .h2 {
        font-size: 3rem;
        line-height: 4rem;
		word-break: break-word;
    }

    .flex-campaign h3 {
        font-size: 2.4rem;
        line-height: 1.38;
    }

    .flex-campaign h4,
    .flex-campaign .h4 {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .flex-campaign h5,
	.flex-campaign .h5 {
        font-size: 1.7rem;
        margin-top: 0;
    }
	
    .flex-campaign .btn {
        width: auto;
    }
	
    .flex-campaign .intro {
        font-size: 2.1rem;
        line-height: 1.29;
    }
	
    .flex-campaign .caret-down {
        position: relative;
        top: 1px;
        right: -15px;
    }
	
    .flex-campaign .pull-over {
        margin-top: -114px;
        background: linear-gradient(to bottom, rgba(250, 250, 250, 0.5) 0%, #fafafa 100px, #fafafa 101%);
    }
}

@media screen and (min-width: 1024px) {
    .flex-campaign .subtext {
        width: 75%;
    }
}

@media screen and (min-width: 368px) {
    .flex-campaign ul.short-list, .flex-campaign ol.short-list {
        display: inline-block;
    }
    .flex-campaign .hero-overlay.top-dark-bg {
        background-image: -webkit-linear-gradient(bottom, transparent, rgba(51, 51, 51, 0.4));
        background-image: linear-gradient(to top, transparent, rgba(51, 51, 51, 0.4));
    }
    .flex-campaign .hero-overlay.bottom-dark-bg {
        background-image: -webkit-linear-gradient(top, transparent, rgba(51, 51, 51, 0.4));
        background-image: linear-gradient(to bottom, transparent, rgba(51, 51, 51, 0.4));
    }
    .flex-campaign .hero-overlay.top-light-bg {
        background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    }
    .flex-campaign .hero-overlay.bottom-light-bg {
        background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    }
    .flex-campaign .hero-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}