@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,900;1,300;1,400;1,700&display=swap');

h3.bts {
    color: #84ba4d;
    font-size: 44px;
    text-align: center;
}

.ReadMore {
    display: block;
    background: #84ba4d;
    text-align: center;
    font-size: 26px;
    color: #ffffff!important;
    text-decoration: none!important;
    width: 320px;
    max-width: 100%;
    border-radius: 4px;
    margin: 20px auto;
}

.webinar {
    display: inline-block;
    background: #f7f2e2;
    padding-bottom: 40px;
}

.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 100%;
}

.container.gallery-inline.images {
    max-width: 100%;
    flex-basis: 100%;
}

#read-more-text {
    display: none;
}

#sci {
    padding: 2% 5%;
}

.linky {
    padding-bottom: 8px;
}

.producers {
    padding: 2% 12%;
}

#share-floating-bar {
    display: none!important;
    position: fixed;
    top: 50%;
    z-index: 1021;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header3 {
    text-align: center;
    padding: 2% 12%;
    font-weight: bold;
    width: 100%;
    max-width: 100%;
    display: block;
    color: #035946;
    font-size: 2.25rem;
}

.ReadMoreWhite {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    color: #035946!important;
    font-weight: 600;
    float: right;
}

.ReadMoreWhite:hover {
    background: #84ba4d;
    padding: 15px;
    border-radius: 4px;
    color: #035946;
    font-weight: 600;
    float: right;
    text-decoration: none;
}

.section-contact-info {
    text-align: center;
    background: #f7f2e2;
    margin: 0 auto;
}

#sci i.fas.fa-info {
    text-align: center;
    margin: 20px auto;
    padding: 11px;
    color: white;
    background: green;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

#sci .card-body {
    display: block;
    background: none;
    color: #000;
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
}

/* Navigation Anchors */
#about-us-dairy, #news-to-know, #meet-our-experts, #visual-assets, #environmental-solution, #contact-info {
    position: relative;
    top: -140px;
}


#science {
    position: relative;
    top: -210px;
}

#about-us-dairy, #environmental-solution {
    position: relative;
    top: -150px;
}

#faqs {
    text-align: left;
}

/* Template Fixes */
body {
    /*background: url('images/cow-bg-3.jpg')no-repeat;*/
    background-attachment: fixed;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

#press-release-div li {
    margin: 10px auto;
}

#hero-plus-hero {
    display: block!important;
    flex: none;
    font-family: 'Source Sans Pro', sans-serif;
}

#hero-plus-hero .card-body {
    display: none;
}

#sci .card-body {
    display: block;
}

.powered-container {
    position: fixed;
}

.card {
    /* background: url('images/cow-bg-b.jpg')no-repeat; */
    /* padding: 10px; */
    margin: 5px auto;
}

.card-text {
    display: none;
}

.card-body {
    display: none;
    padding-top: 15px;
    padding-bottom: 5px;
    background: #85008f;
    color: #fff;
}

.sticky-top {
    background: #ffffff;
    z-index: 500;
    -moz-box-shadow: 0 0 6px -1px;
    -webkit-box-shadow: 0 0 6px -1px;
    box-shadow: 0 0 6px -1px;
    padding: 0px;
}

.clearfix {
    width: 100%;
}

#gallery .col-lg-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.3333333%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #111111;
    outline: 4px solid #111111;
}

.carousel {
    position: relative;
    padding: 0px 3%;
}

.ft-logo {
    width:280px;
    max-width: 100%;
}

img {
    max-width: 100%;
}

#logo-div .img-inline {
}

.logo {
    width: 210px;
}

#footer .logo img {
    width: 100px;
    max-width: 100%;
}

#hero-plus-header {
    display: block;
    background: #fff;
    width: 100%;
    max-width: 100%;
    flex: 100%;
    z-index: 500;
    margin: auto;
    font-family: 'Source Sans Pro', sans-serif;
}

#hero-plus-hero .img-inline {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}

.lightbox > .img-fluid {
    max-height: 100%;
}

/* Gallery Asset Width Percentage (4 Assets Across = 25%, 3 = 33.3333333%, etc.) */
@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .instagraphs .col-lg-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* End Gallery Asset Width Percentage */
/* Adjustments for the Share Bar in Mobile View */
@media (max-width: 767px) {
    #share-floating-bar {
        width: 100%;
        text-align: center;
        background: #1d1f22;
        padding: 10px 0px 0px 0px;
        margin-bottom: -3px;
        bottom: 0;
        right: 0;
    }
}

/* End Adjustments for the Share Bar in Mobile View */
/* Fix for Bootstrap */
@media (min-width: 576px) {
    .col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
        float: left;
    }
}

/* End Fix for Bootstrap */
/* Custom CSS */
/* Navigation */
.navbar {
    padding: 0px;
}

.navbar-toggler {
    background: #035946;
}

.navbar-nav {
    text-align: center;
    background: #035946;
    /* border: 2px solid #000000; */
    padding: 0px;
}

.nav-item {
    margin: auto;
    background: #035946;
    font-size: smaller;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.nav-item:hover {
    background: #fff;
    background: #84ba4d;
}

.nav-item:hover .nav-link {
    color: #fff;
}

/* Meet Our Experts */
.biographies .col-sm-6 {
    padding: 20px;
}

.bg-black {
    background: #035946;
    color: #eeeeee;
}

.bg-white {
    background: #ffffff;
    color: #333333;
}

.bg-blue {
    background: #84ba4d;
    color: #ffffff;
}

.quotation {
    font-style: italic;
}

.attribution {
    font-weight: bold;
}

body {
}

.topbar-header {
    width: 100%;
}

#logo-div {
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

#logo-div img {
    margin: 8px 12px;
}

#ctab-div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background: #bd5514;
    background-clip: padding-box;
    color: #ffffff!important;
    padding: 15px 5px;
    font-size: 125%;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 435px;
    max-width: 100%;
    transition: 0.3s all ease-in-out;
    margin: 20px auto;
}

.ctab-mobile, .ctab-mobile:visited {
    display: none;
    background: #bd5514;
    color: #ffffff!important;
    max-width: 100%!important;
}

.ctab:hover, .ctab-mobile:hover .ctab:active, .ctab-mobile:active .ctab:focus, .ctab-mobile:focus {
    color: #ffffff!important;
    background: #05365d;
    text-decoration: none;
}

.ctab i, .ctab-mobile i {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.ctab-footer, .ctab-footer:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid #ff671f;
    background: #ff671f;
    color: #ffffff!important;
    padding: 15px 5px;
    font-size: 125%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 425px;
    max-width: 100%;
    border-radius: 55px;
    transition: 0.3s all ease-in-out;
    margin: 8px 10px;
}

.ctab-footer:hover, .ctab-footer:active, .ctab-footer:focus {
    background: #ffffff;
    color: #001a68!important;
    text-decoration: none;
}

#headline-subheadline-div {
    width: 100%;
    margin: 0px auto 0px auto;
}

#hero-plus-body .exit-link {
    font-family: 'Source Sans Pro', sans-serif;
}

.color-blue {
    color: #1f4e79;
}

h1 {
    font-size: 34px;
    font-weight: bold;
    color: #332e20;
    text-align: center;
    margin: 30px auto 30px auto;
}

h2 {
    color: #333333;
    font-size: 25.5px;
    text-align: left;
    font-style: italic;
    text-align: center;
    margin: 20px auto 40px auto;
}

.press-release-body-div {
    background: #ffffff;
}

.press-release-body-div, #headline-subheadline-div {
    padding: 0px 120px;
}

.press-release-body-div a, .press-release-body-div a:visited {
}

.press-release-body-div a:hover, .press-release-body-div a:active, .press-release-body-div a:focus {
}

#hero-plus-body {
    z-index: 2;
    position: relative;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        padding: 0px 120px;
    }
}

.content-flex-center {
    margin: auto!important;
    width: 100%;
}

#classic-gallery-asset-1 img, #classic-gallery-asset-2 img, #classic-gallery-asset-3 img, #classic-gallery-asset-4 img {
}

#classic-gallery-asset-1 img:hover, #classic-gallery-asset-2 img:hover, #classic-gallery-asset-3 img:hover, #classic-gallery-asset-4 img:hover {
}

#masonry-asset-1, #masonry-asset-2, #masonry-asset-3 {
}

.card-columns .mt-5 {
    margin-top: 0px!important;
}

#masonry-asset-4 {
}

#masonry-asset-4 .linked-url {
    display: none;
}

@media (max-width: 576px) {
    #masonry-asset-1, #masonry-asset-2, #masonry-asset-3, #masonry-asset-4 {
        width: 100%;
        margin: 20px auto;
    }
}

.gallery-inline {
    clear: both !important;
    /* background: #ffffff; */
    /* padding-top: 20px; */
    /* padding: 20px 2.5vw 0px 2.5vw; */
    padding: 0px;
    margin: -1px auto 0px auto;
}

.videos {
}

#vidz .card-columns {
    column-count: 3;
}

#vidz {
    padding-bottom: 40px;
}

.images {
    margin-bottom: 30px;
}

.videos #classic-gallery-asset-13 {
    /*   margin: 0px auto 0px 0px; */
    /*   text-align: left; */
}

.instagraphs {
    padding-top: 20px;
}

.instagraphs-header {
    padding-top: 60px;
}

.instagraphs #cards-asset-2 {
    background-position: 30%;
}

.instagraphs #cards-asset-3 {
    background-position: 70%;
}

.instagraphs #cards-asset-4 {
    background-position: 10%;
}

.gallery-inline h2 {
    display: none;
}

.gallery-inline .lightbox {
    box-shadow: 0 0 0.5rem rgba(10,10,10,.05);
}

.top-video {
    width: 45%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 40px 40px;
}

.top-video .card-body {
    display: none;
}

.play-overlay {
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #ffffff;
    font-size: 3.5em;
    transition: 0.3s all ease-in-out;
}

.link-divider {
    display: inline;
    margin: 0px 10px;
}

.footer-bar-links, .footer-bar-links:visited, .footer-bar-links:active {
    margin: 20px auto;
    display: block;
    color: #fff;
    text-decoration: none;
}

.footer-bar-links:hover {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.tweet {
    display: block;
    float: right;
    width: 40%;
    background: #332e20;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 133%;
    font-style: italic;
    clear: both;
    margin: 0px 0px 20px 40px;
}

#footer {
    color: #fff;
    padding: 50px 120px 30px 120px;
    background: #000000;
    text-align: center;
    margin: 60px auto 0;
    width: 100%;
}

#footer .col-sm-12 {
    padding: 0!important;
}

#footer h3 {
    color: #ffffff;
    font-weight: bold;
}

#hero-plus-footer {
    text-align: center;
    padding-bottom: 10px;
    margin-top: -20px;
    font-family: 'Source Sans Pro', sans-serif;
}

#hero-plus-footer .col-sm-12 {
    background: #e0e0e0;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
}

div.social-icons {
    display: block;
    width: 100%;
    margin: 20px auto 35px auto;
}

.social-link, .social-link:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 0px;
    border-radius: 500px;
    margin: 5px 10px;
}

.social-link i {
    /* padding-right: 10px; */
}

.social-link:hover {
    opacity: .8;
    text-decoration: none;
}

.translation-link, .translation-link:visited {
    color: #dddddd;
    font-size: 16px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    margin: 5px;
}

.translation-link:hover, .translation-link:active, .translation-link:focus {
    color: #ffffff;
    text-decoration: none;
}

#footer-bar {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

#footer-left {
    text-align: right;
}

#footer-left img {
    max-width: 100%;
}

#footer-right {
    text-align: left;
}

#footer-right img {
}

.footer-link, .footer-link:visited {
    display: inline-block;
    color: #dddddd;
    font-size: 20px;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    margin: 0px 0px 20px 0px;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
    color: #ffffff;
    text-decoration: none;
}

.footer-link img {
    max-width: 250px;
}

div.social-icons {
}

#footer-left {
    padding-right: 40px;
}

#footer-right {
    padding-left: 40px;
}

.pull-quotes {
    font-size: 21px;
    font-weight: semi-bold;
    padding: 40px 120px;
}

.pull-quotes .left {
    text-align: center;
}

.pull-quotes img {
    max-width: 12%;
    border-radius: 100%;
    margin: 20px;
}

/* Sidebar Stuff */
#press-release-div {
}

#sidebar-div {
    width: 35%;
    padding-left: 30px;
}

.fast-facts p {
}

#sidebar-2 {
    background: #dddddd;
    text-align: center;
    padding: 20px 20px 40px 20px;
}

#sidebar-2 h3 {
    color: #775990;
}

#sidebar-2 .img-inline, #sidebar-2 .vid-inline {
    margin: 30px auto 0px auto;
}

.vid-inline .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.sidebar-link, .sidebar-link:visited {
    display: block;
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
    transition: 0.3s all ease-in-out;
    margin: 20px auto;
}

.sidebar-link:hover, .sidebar-link:active, .sidebar-link:focus {
    color: #81e9ec;
    opacity: .95;
    text-decoration: none;
}

#sidebar-2 .card-body {
    padding: 20px 0px;
}

#sidebar-2 .card-title {
    font-size: 19px;
    margin-bottom: 0px;
}

#sidebar-2 .card-text {
    display: none;
}

/* Flag Icon Fixes */
#flags a {
    display: block;
    font-size: 0px;
}

.flag-icon::before {
    content: ''!important;
}

#classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4, #classic-gallery-asset-5, #classic-gallery-asset-6, #classic-gallery-asset-7, #classic-gallery-asset-8, #classic-gallery-asset-9, #classic-gallery-asset-10, #classic-gallery-asset-11, #classic-gallery-asset-12, #classic-gallery-asset-13, #classic-gallery-asset-14, #classic-gallery-asset-15, #classic-gallery-asset-16, #classic-gallery-asset-17, #classic-gallery-asset-18, #classic-gallery-asset-19, #classic-gallery-asset-20 {
    padding: 0px;
}

.gallery-inline {
    overflow: hidden;
}

.gallery-inline div.col-lg-3 {
    transition: 0.3s all ease-in-out;
}

.gallery-inline div.col-lg-3:hover {
    transform: scale(1.02);
}

.gallery-inline .mb-4 {
    margin-bottom: 0px!important;
}

/* Section News to Know */
.section-news-to-know h4 {
    text-align: left;
    font-style: italic;
}

.section-news-to-know a {
    vertical-align: middle;
}

.section-news-to-know i {
    display: inline-block;
    font-size: 38px;
    width: 15%;
    vertical-align: middle;
    margin: 0px;
}

.news-card-inner p {
    color: #8d7c71;
}

.section-news-to-know p {
    font-size: 20px;
    vertical-align: middle;
    margin: 0px;
    padding-bottom: 20px;
    position: static;
    height: auto;
}

.section-news-to-know h3 {
    font-size: 44px;
    font-weight: bold;
    color: #035946;
}

#sci h3 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
}

.news-card-inner h3 {
    font-size: 25px;
    font-weight: bold;
    color: #035946;
}

.section-news-to-know hr {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 0px;
    height: auto;
}

.section-news-to-know a {
}

.controls-top {
    text-align: center;
    margin: 10px auto;
}

.rm {
    height: auto;
    position: absolute;
    width: 100%;
    bottom: 12px;
    left: 22px;
}

.padding-fix {
    padding: 0px 12%;
}

.section-news-to-know, .section-meet-our-experts {
    margin-top: 60px;
    margin-bottom: 15px;
}

#sci {
    margin: -5% auto -2%;
}

.section-news-to-know h3, .section-meet-our-experts h3, .section-visual-assets h3, .section-contact-info h3 {
    width: 100%;
    text-align: center;
}

.news-card-outer {
    padding: 20px 50px;
}

.news-card-inner {
    background: #f7f2e2;
    padding: 20px;
    box-shadow: 0px 0px 11px -2px #888888;
    height: 100%;
}

.news-card-inner h3 {
    text-align: left;
}

/* Section Meet Our Experts */
.section-meet-our-experts {
    background: #ffffff;
    padding-top: 60px;
    border-top: 5px solid #035946;
    color: #035946;
    margin-bottom: 0px;
}

.section-meet-our-experts h3 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Section Visual Assets */
.section-visual-assets {
    width: 100%;
}

.visual-assets-header {
    background: #84ba4d;
    width: 100%;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 0px;
}

.section-visual-assets h3 {
    font-size: 44px;
    font-weight: bold;
}

.section-contact-info {
    text-align: center;
    color: #ffffff;
}

.section-contact-info a, .section-contact-info a:visited {
    color: #035946;
    font-weight: bold;
}

.contact-info {
    background: #ffffff;
    color: #333333;
    padding: 40px 40px;
}

.citations {
    background: #035946;
    padding: 60px 12%;
    color: #fff;
}

.citations ol {
    text-align: left;
    font-size: 85%;
}

.citations a, .citations a:visited {
    color: #ffffff;
}

.contact-info h3, .citations h3 {
    font-size: 42px;
    color: #41553d;
}
.shield {margin: -20px 0px 40px !important;
}
.contact-info p {
    font-size: 24px;
    text-align: left;
}
.inner {
    margin: 7% 0px;
}
/* Section Get to Know */
.get-to-know {
    /* background: #ffffff; */
}

.get-to-know-img {
}

.get-to-know h3 {
    font-size: 34px;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
}

.get-to-know p {
    font-size: 15.5pt;
    color: #8d7c71;
}

.FAQ {
    color: #84ba4d!important;
}

#sci .card-title {
    text-align: center;
    font-weight: bold;
    margin: -3% 0px 30px;
    color: green;
}

.right {
    float: right;
    margin: 1%;
}

.ico {
    width: 75px;
    height: 75px;
    text-align: center;
    margin: 10px auto;
}

/* Section Fast Facts */
.fast-facts {
    background: #fff;
    background-size: cover;
    background-attachment: scroll;
    padding: 40px 10px;
}

.fast-facts h3 {
    color: #035946;
    font-weight: bold;
}

a {
    color: #84ba4d;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.whiteScie {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    padding-top: 40px;
}

.fast-facts ul {
    padding-left: 0px;
}

.fast-facts li {
    font-size: 15.5pt;
    border-bottom: 1px dotted #000;
    padding-bottom: 8px;
    margin: 12px auto!important;
}

.fast-facts li a {
    border-bottom: 1px dotted #ffffff;
}

.fast-facts li a:hover, .fast-facts li a:active, .fast-facts li a:focus {
    text-decoration: none;
}

#toggle {
    background: #000000;
    color: #ffffff;
    border: none;
    font-size: 16pt;
    padding: 5px 15px;
}

/* Section Environmental Solution */
.section-environmental-solution {
    background: #ffffff;
    padding: 60px 120px 60px 120px;
    border-bottom: 5px solid #000000;
}

.section-environmental-solution h3 {
    font-size: 34px;
    font-size: 18pt;
    font-weight: bold;
}

.section-environmental-solution p {
    font-size: 15.5pt;
}

.mobile-break {
    display: none;
}

@media (max-width: 1300px) {
    .mobile-break {
        display: block;
    }
}

@media (max-width: 1200px) {
    .col-sm-4 {
        width: 33%;
        max-width: 33%;
        flex: 0 0 33%;
    }

    .news-card-outer {
        padding: 20px;
    }
}

@media only and (min-width: 1300px) {
    .nav-item {
        margin: auto;
        background: #035946;
        font-size: smaller;
        flex-basis: 14%;
    }
}

/* Media Queries */
@media only screen and (max-width: 1124px) {
    .ctab, .ctab:visited {
    }

    .ctab-mobile, .ctab-mobile:visited {
        display: inline-block;
        margin: 0px auto 40px auto;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    #sidebar-div, #press-release-div {
        width: 100%;
    }

    #sidebar-div {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 980px) {
    .biographies .col-sm-6 {
        padding: 5%;
    }

    .section-meet-our-experts .img-inline {
        width: 100%;
        text-align: center;
        margin: 0px auto;
    }

    .right {
        float: none;
        margin: 20px auto;
        text-align: center;
        max-width: 100%;
        flex-basis: 100%;
    }

    #gallery .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .container.gallery-inline.videos {
        max-width: 100%;
        flex-basis: 100%;
    }

    .visual-assets-header .col-lg-3 {
        max-width: 75%;
        flex-basis: 75%;
    }

    #vidz .card-columns {
        column-count: 1;
    }

    .col-sm-6 {
        max-width: 100%;
        flex-basis: 100%;
        margin: 20px auto;
    }

    #sci .card {
        max-width: 45%;
        flex-basis: 45%;
        margin: 20px 0px 20px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pull-quotes img {
        max-width: 100%;
    }


#science {
    position: relative;
    top: -210px;
}

    .get-to-know, .fast-facts, .section-environmental-solution {
        padding-left: 40px;
        padding-right: 40px;
    }

    .col-sm-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .biographies .col-sm-6, .section-contact-info .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .biographies p {
        text-align: left;
    }

    #headline-subheadline-div {
        text-align: center;
    }

    .press-release-body-div, #headline-subheadline-div {
        padding: 0px 30px;
    }

    .gallery-inline {
        margin-top: -1px;
    }

    #gallery .col-lg-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .social-link, .social-link:visited {
        margin: 10px 15px;
        display: inline-block;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 20px;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

    .tweet {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 30px auto 30px auto;
    }

    #footer-graphic {
        margin-top: -180px;
    }

    #hero-plus-body {
        padding: 0px 0px;
    }

    .pull-quotes {
        padding: 30px;
    }

    #hero-plus-body .img-inline {
    }

    #logo-div {
        width: 100%;
        display: block;
        text-align: center;
    }

    #logo-div img {
        margin: 10px auto;
    }

    .ctab, .ctab:visited {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .ctab-mobile, .ctab-mobile:visited {
        display: inline-block;
        margin: 0px auto 40px auto;
        max-width: 100%;
        width: 100%;
    }

    .press-release-body-div {
        padding-bottom: 40px;
    }

    #hero-plus-footer .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        text-align: center;
        padding: 0px;
        margin: 30px auto 10px auto;
    }

    #hero-plus-footer img {
        margin: 10px auto;
        padding: 10px auto;
    }

    #hero-plus-footer .row {
        padding-bottom: 10px;
    }

    #hero-plus-footer {
        padding-bottom: 80px;
    }

    #footer {
        padding: 30px 30px 0px 30px;
        margin-top: 30px;
    }

    #sci .card {
        max-width: 100%;
        flex-basis: 100%;
        margin: 20px auto;
    }

    .nav-item {
        background: #035946;
        max-width: 100%;
        flex-basis: 100%;
    }

    .right {
        float: none;
        margin: 20px auto;
        text-align: center;
        max-width: 100%;
        flex-basis: 100%;
    }

    #vidz .card-columns {
        column-count: 1;
    }
}