body {
  font-family: 'Century Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 350px;
    padding-top: 120px;
}

input{
    padding: 7px 10px;
    box-sizing: border-box;
    border: 2px solid rgba(50, 50, 50, 0.25);
    border-radius: 10px;
}

main {
    padding: 10px 0px 20px 0px;
}

.top-bar {
    /*background: linear-gradient(#f5f5f5, #a0a0a0);*/
    background: linear-gradient(#A8DDF4, #f5f5f5);
}
.bottom-bar {
    
    background-color: #f5f5f5; 
   
}
.print-area
{
    position:absolute;
    top:7px;
    right:7px;
}
.navbar {
    min-width: 400px;
}

a:hover {
    text-decoration: none;
}

.nav-bar--list {
   
}
.nav-bar--list .nav-link{
    border-bottom: 1px solid #c0c0c0;
}

.nav-bar--list .nav-link-main {
    padding-top: 40px;
    padding-bottom: 10px;
    min-height: 70px;
    line-height: 33.6px;
    font-weight: 700;
    font-size: 26px;
    color: #999999;
    font-variant: small-caps
}

.navbar .nav-link {  
    font-size: 14px;
    text-decoration: none;
    /*color: rgb(89, 205, 255);*/
    color:#000000;
    font-weight: 400;   
    padding: 10px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute !important;
}
.navbar .nav-link:hover {
    color: rgba(0, 147, 208, 1);
}

.navbar .nav-item {
    padding: 0 15px;
}

.navbar .nav-link-name {
    display: inline-block;
}

.navbar .nav-item i{
    padding-right: 5px;
}

.navbar .navbar-nav .navbar-wide {
    display: block;
}
.navbar .navbar-nav strong {
    display: none;
}

.navbar.bottom-bar {
    padding-bottom: 0px;
    padding-top: 0px;
}

.navbar-nav.navbar-nav-main {
    width: 100%;
    justify-content: space-between;
}
.nav-item-search
{display:none;

    }
@media (max-width: 1200px) {
     .navbar .nav-link-name {
        font-size: 10pt;
    }
}
@media (max-width: 991.98px) {
    .navbar .nav-link-name {
        font-size: 8pt;
    }
    body {
        padding-top: 140px;
    }
}

@media (max-width: 767.98px) {
    .navbar .nav-link-name {
        font-size: 13pt;
    }

    .navbar .navbar-nav .navbar-wide {
        display: none;
    }

    .navbar .navbar-nav strong {
        display: block;
    }

    .navbar.bottom-bar .nav-link {
        padding: 15px;
        border-bottom: 1px solid #505050;
    }

    .nav-bar--list {
        padding-top: 0;
    }

    body {
        padding-top: 80px;
    }

    .navbar-search {
        display: none;
    }

    .nav-item-search
{display:block;

    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Century Gothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.h2, h2 {
    font-size: 1.75rem;
}

.search-button{
    cursor:pointer;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  
  
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 2rem;
}

.showcase .gallery-img {
    min-height: 15rem;
    max-height: 25rem;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
}

.showcase .navigation-img {
    min-height: 5rem;
    background-size: cover;
    background-position: center;
}

.showcase .navigation-text {
    margin: 0px; text-align: center; vertical-align: middle; display: table-cell;
}

.showcase .navigation-text a {
    color: rgba(0, 147, 208, 1); font-size: 1.2rem;
}

.showcase .navigation-text a:hover {
    color: #014563;
}

.showcase .showcase-img {
  min-height: 25rem;
  background-size: cover;
    background-position: center;
}

.showcase .farmfamily-img {
    min-height: 35rem;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000000;
}

#familyphotos {
    /* Prevent vertical gaps */
    line-height: 0;
   
    -webkit-column-count: 4;
    -webkit-column-gap:   0px;
    -moz-column-count:    4;
    -moz-column-gap:      0px;
    column-count:         4;
    column-gap:           0px;  
}

#familyphotos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 1200px) {
    #familyphotos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 992px) {
    #familyphotos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 768px) {
    #familyphotos {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }
}


#eventphotos {
    /* Prevent vertical gaps */
    line-height: 0;
   
    -webkit-column-count: 4;
    -webkit-column-gap:   0px;
    -moz-column-count:    4;
    -moz-column-gap:      0px;
    column-count:         4;
    column-gap:           0px;  
}

#eventphotos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 1200px) {
    #eventphotos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 992px) {
    #eventphotos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 768px) {
    #eventphotos {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }
}


@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 2rem;
      
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.recentnews {
    padding-top: 3rem;
    font-family: Lato;
}

.recentnews .recentnews-item {
    max-width: 25rem;
}

.recentnews .recentnews-item small {
    margin: auto;
}

.recentnews .recentnews-item .newsarticle:hover {
    text-decoration: none;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/wood-413716_1280.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.btn-primary {
    background-color: rgba(0, 147, 208, 1);
}

a {
    color: #005377;
}

.nav {
    min-width: 400px;
}

.carousel-item {
    height: 50vh;
    min-height: 425px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top:70px;
}


@media (max-width: 767.98px) {
    .carousel-item {
        margin-top: 80px;
    }
}

.carousel-caption {
  
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    padding-left:10px;
    padding-right:10px;
    bottom:70px;
}

.milk-frontpage-content {
    height: 100%;
    width: 100%;
    display: inline-block;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.milk-overlay {
    height: 100%; 
    width: 100%; 
    display: inline-block; 
    background-color: rgba(0, 0, 0, .6);
}

button:focus {
    outline: none;
}

.umb-grid img {
    max-width: 100%;
}

body.frontpage .section__hero-content {
    color: #fff
}

.section--header {
    margin: 20px 0;
}

.newsArticles {
    margin-left: auto;
    margin-right: auto
}

.newsarticle {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 0px 20px 30px 20px;
}

    .newsarticle.newsarticle-with-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .newsarticle:last-child {
        margin-bottom: 30px
    }

    .newsarticle:hover .newsarticle-title {
        text-decoration: underline
    }

.newsarticle-image {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-left: 40px;
    border-radius: 50%
}

.newsarticle-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.newsarticle-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.newsarticle-date {
    display: block;
    opacity: 1;
    margin-right: 10px
}

.newsarticle-cat {
    opacity: .5
}

.newsarticle-image {
    height: 160px;
    width: 160px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px
}

.newsarticle-title {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 10px
}

.newsarticle-excerpt {
    font-size: 16px;
    line-height: 1.5;
    opacity: .8
}

.newsarticle-link {
    margin-top: 25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,.15);
    color: #000;
    text-decoration: none;
    font-size: 18px
}

    .newsarticle-link:hover {
        border-bottom-color: #000
    }

.newsArticles-centered {
    text-align: center
}

    .newsArticles-centered .newsarticle {
        margin: 30px 0;
        padding: 30px 30px 0
    }

        .newsArticles-centered .newsarticle:hover {
            background: none
        }

        .newsArticles-centered .newsarticle + .newsarticle {
            border-top: 1px solid #f4f4f0
        }

    .newsArticles-centered .newsarticle-title {
        margin-bottom: 30px
    }

    .newsArticles-centered .newsarticle-excerpt {
        font-size: 18px
    }

    .newsArticles-centered .newsarticle-meta {
        -ms-flex-pack: center;
        justify-content: center
    }

    .newsArticles-centered .newsarticle-title {
        font-size: 30px;
        line-height: 1.3
    }




.newsarticle.newsarticle-with-image {
    -ms-flex-direction: row;
    flex-direction: row
}

.newsarticle-image {
    height: 160px;
    max-width: 160px;
}


.newsarticles {
    max-width: 800px;
 margin-top: 0;
              margin-left: 20px
}

.article{
    padding:0px;
}
@media (max-width: 575.98px) {
    .article{
        padding:0 20px;
    }
}

.article-image {
    min-height: 15rem;
    background-size: cover;
    background-position:top;
    border: 1px solid white;
}

.article-main-image {
    width: 100%;
}

.article-summary {
    margin: 15px 10px 20px 0px;
}

.milk-article .article-title{
    font-weight:bold;
    margin-bottom: 10px;
    font-size: 12pt;
}

.article-meta {
    font-size: 10pt;
    font-style: italic;
    color: #888888;
    margin-top: -10px;
        margin-bottom: 10px;
}

.milk-article .article-excerpt{
    margin-bottom: 10px;
    font-size: 11pt;
}

.recipe-title h3{
    font-size: 1.5rem;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: normal;
    color: rgba(0, 147, 208, 1);;
    border-bottom: #ccc 1px solid;
}
.recipe {
    font-size: 12pt;
}
.recipe-image {
    margin-bottom: 15px;
}
.recipe-description {
    margin-bottom: 5px;
}

.no-air {
    margin: 0
}



.employee-grid__item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.employee-grid__item__image {
    height: 200px;
    width: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    margin: auto;
    background-color: #eeeeee;
}

.employee-grid__item {
    padding: 15px;
}
.employee-grid__item__details {
    text-align: center;
    padding: 5px;
    margin: auto;
    width: 100%;
}

.employee-grid__item__name {
    color: #000;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 5px;
    font-variant: small-caps;
}

.employee-grid__item__email {
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block
}

.employee-grid__item__contact-item {
    color: rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    margin-right: 10px
}

.employee-grid__item__contact-item:hover {
    color: #000
}

html {
    display: block;
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 1300px;
}
.footer {
    min-width: 400px;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 1300px;
    background-color: #f5f5f5;
}
@media (min-width: 576px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 1000px;
    }
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 1000px;
        background-color: #f5f5f5;
    }
}
@media (min-width: 768px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 790px;
    }
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 790px;
        background-color: #f5f5f5;
    }
}
@media (min-width: 992px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 690px;
    }
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 690px;
        background-color: #f5f5f5;
    }
}
@media (min-width: 1200px) {  body {
        /* Margin bottom by footer height */
        margin-bottom: 570px;
    }
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 570px;
        background-color: #f5f5f5;
    }
}
.btn {
    font-family: Lato;
}
.btn-group-lg > .btn, .btn-lg {
    border-radius: 1.4rem;
}

.btn-group-md > .btn, .btn-md {
    border-radius: 1.1rem;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 120px
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 0.5rem;
}

.btn-outline-primary {
    border-color: rgba(0, 147, 208, 1);
    color: rgba(0, 147, 208, 1);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: rgba(0, 147, 208, 1);
    border-color: rgba(0, 147, 208, 1);
}

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
    border-width: 2px;
}

.btn-outline-white:hover {
    color: #fff;
    background-color: rgba(225, 225, 225, 0.25);
    border-color: #ffffff;
}

.btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 225, 0.25);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #white;
    background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: rgba(225, 225, 225, 0.25);
    border-color: #white;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 225, 225, 0.25);
}

.btn-outline-black {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000;
    border-width: 2px;
}

.btn-outline-black:hover {
    color: #000000;
    background-color: rgba(50, 50, 50, 0.25);
    border-color: #000000;
}

.btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.25);
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
    color: #000000;
    background-color: rgba(50, 50, 50, 0.25);
    border-color: #000000;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 50, 50, 0.25);
}

.socialmedia {
    background: rgba(248, 249, 250, 1);
    padding: 50px 30px 30px 30px;
    margin-bottom: -20px;
    font-family: Lato;
}

.socialmedia .socialmedia-image {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    background: url('@(media.Picture)') no-repeat center center; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}

.socialmedia-overlay {
   padding: 10px; 
   width: 100%; 
   bottom: 0px; 
   color: white; 
   font-size: 1.2rem; 
   font-weight: bold; 
   position: absolute; 
   background-color: rgba(0, 0, 0, 0.3);
}

.socialmedia-overlay i{
    float:right;
    font-size:1.5rem;
}

.socialmedia-item > div {    
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-collapse:collapse;
}

.socialmedia .socialmedia-item:hover .socialmedia-image {
    display: none;
    border: 1px solid #e2e2e2;
}

.socialmedia .socialmedia-item .socialmedia-image.social-selected {
    display: none;
    border: 1px solid #e2e2e2;
}

.socialmedia .socialmedia-text {
    padding: 20px;
    background: #ffffff;
    margin: -30px; 
    text-align: center; 
    display: table-cell; 
    vertical-align: middle;
}
.socialmedia .socialmedia-text .socialmedia-type i {
    font-size: 20pt;
    padding: 10px;
    color: #444444;
}
.socialmedia .socialmedia-text a:hover {
    text-decoration: none;
}

.socialmedia .socialmedia-text h2 {
    color: #a82d35;
    font-size: 14pt;
}

.socialmedia .social-bar i {
    color: #999999;
    font-size: 20pt;
    padding: 10px 15px;
}
.socialmedia .social-bar a:hover i {
    color: #005377;
}

.socialmedia .socialmedia-text p {
    color: #1e1e23;
    font-size: 11pt;
           
}
p.socialmedia-caption{
    font-size:9pt;
    font-variant:small-caps;
}

.milk-table {
    width: 100%;
}
.milk-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}
.milk-table .label {
    font-weight: bold;
}

.pagination{
    justify-content:center;
}

.pagination .nav-link--disabled
{
    color:#cccccc;
}

.sitemap-inline{
    list-style: none;
    padding-left:0;
    list-style-position:outside;
}

.sitemap-inline-item{
    margin-bottom:20px;
    text-align:center;
    
}
@media (min-width: 576px) {
    .sitemap-inline-item {
        text-align: left;
    }
}

.sitemap-inline-item-link{
    font-size:1rem;
    font-weight:bold;
    margin-bottom:10px;
}

.site-map-subitems
{
    font-weight:normal;
    font-size:0.75rem;
}

.event-location{
    text-align:center;
    width:100%;
     font-size:1.25rem;
     
}

.event-date{
    text-align:center;
    width:100%;
    font-size:1.25rem;
    font-weight:bold;
}