/*------------------------------------------------------
----------------------- HOME ---------------------------
------------------------------------------------------*/

/*==================== NEWS AREA =====================*/

.home #news-container {
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   padding: 10px;
   max-width: 100%;
   text-align: center;
   font-weight: bold;
   overflow: hidden;
   font-size: 1.3rem;
}

.home .display-none {
   display: none;
}

.home #news-container h3 {
   background: red;
   max-width: 180px;
   padding: 10px;
   text-align: center;
   -moz-border-radius: 8px;
   border-radius: 8px;
   font-size: 1.2rem;
   margin-left: 5px;
   float: left;
   color: #fff;
}

.home #news-container p {
   color: blue;
   margin: auto;
   padding-top: 10px;
}

/* =============== END NEWS AREA =====================*/

.home #main-image {
   border: 2px solid #bbb;
   -moz-border-radius: 10px;
   border-radius: 10px;
   width: 60%;
   margin-right: 1%;
   background-color: #fff;
   padding: .85em;
   text-align: center;
   float: left;
}

.home #main-image img {
   width: 100%;
   -moz-border-radius: 8px;
   border-radius: 8px;
   border: 1px solid #ddd;
}

.home aside {
   overflow: hidden;
}

.home aside .aside-box {
   border: 2px solid #bbb;
   -moz-border-radius: 10px;
   border-radius: 10px;
   background-color: #fff;
   padding: .9em 1em;
   font-size: .95em;
   float: left;
   width: 92.2%;
   margin-right: 1px;
}

.home aside .aside-box.first img {
   width: 38%;
   border: 1px solid #ccc;
   -mox-border-radius: 5px;
   border-radius: 5px;
   float: right;
   margin-left: 10px;
   -webkit-box-shadow: 2px 2px 5px #444;
   box-shadow: 2px 2px 5px #444;
}

.home aside .aside-box.second img {
   width: 38%;
   border: 1px solid #ccc;
   -mox-border-radius: 5px;
   border-radius: 5px;
   float: right;
   -webkit-box-shadow: 2px 2px 5px #444;
   box-shadow: 2px 2px 5px #444;
}

.home .aside-box.second {
   margin-top: 2%;
}

.home .aside-box h3 {
   font-size: 1.2em;
   margin-top: 0;
}

.home .aside-box h4 {
   font-size: 1em;
   margin-top: .2em;
}

.home #second-box-info {
   width: 58%;
   text-align: center;
}

.home .aside-box #home-price, .specials #home-price {
   padding: .3em;
   color: #fff;
   background-color: #780e03;
   font-size: 1.3em;
   width: 100px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   margin-top: 5px;
   margin-bottom: 5px;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

.specials #home-price {
   width: 110px;
   margin-top: 10px;
}

/* LOCATIONS FEATURE BAR CUSTOM TO OLESONS */
.home #feature-bar {
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   padding: .5em 0;
   max-width: 100%;
   text-align: center;
}

.home #feature-bar .location-based div {
   float: left;
   width: 23%;
   border-right: 1px solid #ddd;
   padding: 0 10px 0 10px;
}

.home #feature-bar .location-based div.last {
   border-right: none;
}

.home #feature-bar .location-based h4 {
   font-weight: bold;
   font-size: 115%;
}

.home #feature-bar .location-based .fa {
   font-size: 80%;
}

.home #feature-bar .location-based .phone {
   margin-top: 3px;
   margin-bottom: 3px;
   font-weight: bold;
   font-size: 105%;
}
/* END LOCATIONS FEATURE BAR */

/* STANDARD FEATURE BAR LIKE MAIN TEMPLATE */
.home #feature-bar #feature-standard img {
   width: 32.5%;
}

.home #feature-bar #feature-standard #image-4 {
   display: none;
}
/* END STANDARD FEATURE BAR LIKE MAIN TEMPLATE */

.home .bottom-boxes {
   width: 30%;
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: white;
   padding: .9em;
   font-size: .9em;
   min-height: 170px;
}

.home .bottom-boxes.first {
   float: left;
}

.home .bottom-boxes.first img {
   width: 45%;
   float: left;
}

.home .bottom-boxes.second img {
   border: 1px solid #ccc;
   -mox-border-radius: 5px;
   border-radius: 5px;
   width: 87.5%;
   display: block;
   margin: 0 auto;
   -webkit-box-shadow: 2px 2px 5px #444;
   box-shadow: 2px 2px 5px #444;
}

.home .bottom-boxes.last {
   float: right;
   text-align: center;
   font-size: 1em;
   font-weight: bold;
   width: 29.5%;
}

.home .bottom-boxes.last img {
   width: 43%;
   float: left;
}

.home .bottom-boxes.second {
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.home .bottom-boxes.first img, .home .bottom-boxex.last img {
   border: 1px solid #ccc;
   -mox-border-radius: 5px;
   border-radius: 5px;
   margin-right: 10px;
   -webkit-box-shadow: 2px 2px 5px #444;
   box-shadow: 2px 2px 5px #444;
}

.home .bottom-boxes h3 {
   font-size: 1.2em;
}

/*------------------------------------------------------
----------------------- END HOME -----------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
------------------------- ABOUT ------------------------
------------------------------------------------------*/
.about #jump-nav-top {
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   width: 99.5%;
}

.about #jump-nav-top h3, .about .jump-nav h3 {
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;
   font-weight: bold;
   font-size: 120%;
}

.about #jump-nav-top ul {
   overflow: hidden;
   width: 93%;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 5px;
}

.about .jump-nav ul {
   overflow: hidden;
   width: 94%;
   margin-left: auto;
   margin-right: auto;
}

.about #jump-nav-top li {
   float: left;
   margin-left: 11px;
}

.about .jump-nav li {
   float: left;
   margin-left: 6px;
}

.about .jump-nav {
   width: 95%;
   margin-left: auto;
   margin-right: auto;
}

.about #greeting {
   font-size: 115%;
}

.about #greeting img.image-bar {
   float: left;
   margin-left: 1%;
   margin-top: 10px;
   width: 31.8%;
   border: 1px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

.about #greeting #signature {
   font-family: 'Clicker Script', cursive;
   font-size: 2em;
   font-weight: bold;
}

.about .hours, .about .details {
   width: 94%;
   margin-left: auto;
   margin-right: auto;
   border: 1px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   margin-top: 30px;
   padding: .75% .75% 2% .75%;
   background-color: #fff;
   overflow: hidden;
}

.about .hours .emailheaders {
   font-weight: bold;
   text-align: center;
   margin-top: 10px;
   font-size: 1.5rem;
}

.about .hours .emailheaders a {
   text-decoration: underline;
}

.about .hours h2, .about .details h2 {
   font-size: 1.9em;
}

.about section .containers.info {
   float: left;
   width: 46%;
   margin-left: 2.5%;
   border: 1px solid #bbb;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: 5px 5px 10px #444;
   box-shadow: 5px 5px 10px #444;
   margin-top: 15px;
   font-size: 1.3em;
   text-align: center;
   padding-bottom: 2.5%;
   background-color: #f8f2e5;
}

.about section .containers.info #store {
   width: 65%;
   margin-top: 2%;
}

.about section .containers.info #phone-number {
   font-weight: bold;
   font-size: 150%;
   with: 60%;
   padding: 2%;
   line-eight: .5em;
}

.about section .containers.map {
   float: left;
   width: 46%;
   position: relative;
   overflow: hidden;
   padding-bottom: 40%;
   margin-left: 2.5%;
   border: 1px solid #bbb;
   -webkit-box-shadow: 5px 5px 10px #444;
   box-shadow: 5px 5px 10px #444;
   margin-top: 15px;
}

.about section .containers.map iframe, .about section .containers.map object, .about section .containers.map embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.about section#pharmacy .containers.info {
   text-align: left;
}

.about section .containers.info h3 {
   margin-top: 10px;
   font-weight: bold;
   font-size: 130%;
   text-align: center;
}

.about .details #departments, .about .details #services {
   width: 47%;
   margin-left: 1.5%;
   border: 1px solid #bbb;
   -webkit-box-shadow: 2px 2px 4px #444;
   box-shadow: 2px 2px 4px #444;
   -moz-border-radius: 6px;
   border-radius: 6px;
   float: left;
   margin-top: 15px;
   font-size: 1.3em;
   background-color: #f8f2e5;
}

.about .details .service-badge {
   border: 1px solid #bbb;
   -webkit-box-shadow: 2px 2px 4px #444;
   box-shadow: 2px 2px 4px #444;
   -moz-border-radius: 6px;
   border-radius: 6px;
   float: left;
   width: 18%;
   margin-left: 1.4%;
   margin-top: 10px;
   text-align: center;
   padding-top: .5%;
}

.about .details .service-badge img {
   width: 90.5%;
}

.about .details #departments {
   padding-bottom: 2.5%;
}

.about .details #departments #departments-logo {
   width: 85%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 30px;
   text-align: center;
}

/*CHANGE THIS TO LARGER OR SMALLER TO MAKE THE IMAGE FIT BETTER*/
.about .details #departments #departments-logo img {
   max-width: 50%;
}

.about .details #services {
   padding-bottom: 2%;
}

.about .details #departments h3, .about .details #services h3 {
   padding: 5px;
   font-size: 120%;
}

.about .details #departments ul, .about .details #services ul {
   margin-left: 25px;
}

.abut .details #departments li, .aout .details #services li {
   border: 1px solid #bbb;
   -moz-border-radius: 10px;
   border-radius: 10px;
   padding: .75%;
   width: 75%;
   margin-bottom: 3px;
   background-color: blue;
}

/*------------------------------------------------------
---------------------- END ABOUT -----------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
--------------------- FUNDRAISING ----------------------
------------------------------------------------------*/

.fundraising article#main {
   overflow: hidden;
}

.fundraising .btn {
   font-size: 110%;
   margin-left: 5px;
   margin-top: 10px;
}

.fundraising #left-group p, .fundraising #right-group p {
   margin: 0;
   padding: 0;
}

.fundraising #left-group {
   float: left;
   width: 550px;
   margin-top: 25px;
   margin-left: 25px;
}

.fundraising #right-group {
   float: right;
   width: 550px;
   margin-top: 25px;
   margin-right: 25px;
}

.fundraising h3 {
   font-weight: bold;
   margin-bottom: 3px;
}

.fundraising .totals {
   float: right;
   text-align: right;
}

/*------------------------------------------------------
------------------- END FUNDRAISING --------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
----------------------- CIRCULAR -----------------------
------------------------------------------------------*/

.circular article#main {
   font-size: 110%;
   overflow: hidden;
}

.circular.eight article#main {
   font-size: 80%;
   overflow: hidden;
}

.circular #disclaimer {
   width: 97%;
   min-height: 74px;
   margin-left: auto;
   margin-right: auto;
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   margin-top: 5px;
   padding: 10px 15px 10px 15px;
}

.circular #disclaimer h3 {
   font-weight: bold;
   font-size: 130%;
   color: red;
   margin-bottom: 2px;
}

/***********************************************
** SPECIAL AD CIRCULAR TITLE AND PRINTER ICON **
***********************************************/
.circular .intro-print {
   width: 75.5%;
   min-height: 74px;
   max-height: 74px;
   float: left;
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
}

.circular #printer-box {
   border: 2px solid red;
   -moz-border-radius: 8px;
   margin-right: .5%;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   float: left;
   width: 85px;
   font-size: .95em;
   min-height: 74px;
   max-height: 74px;
}

.circular .intro-circular-print {
   width: 68%;
   min-height: 74px;
   max-height: 74px;
   float: left;
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   margin-right: .5%;
}

.circular #circular-circular-box {
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   float: left;
   width: 85px;
   font-size: .95em;
   min-height: 74px;
   max-height: 74px;
}

.circular #circular-print-box {
   margin-right: .5%;
   border: 2px solid red;
   -moz-border-radius: 8px;
   border-radius: 8px;
   background-color: #fff;
   text-align: center;
   float: left;
   width: 85px;
   font-size: .95em;
   min-height: 74px;
   max-height: 74px;
}

.circular #circular-box img, .circular #printer-box img, .circular #circular-circular-box img, .circular #circular-print-box img {
   margin-top: 2.5%;
}

.circular #intro-circular h1, .circular .intro-print h1, .circular .intro-circular-print h1 {
   padding-top: 2%;
   font-size: 1.75em;
   line-height: 1.5em;
}
/*******************************************************
**** END SPECIAL AD CIRCULAR TITLE AND PRINTER ICON ****
*******************************************************/


.circular.group div.tc {
   display: none;
}

.circular.tc div.group {
   display: none;
}

/*******************************************************
****************** CIRCULAR TAB STYLES *****************
*******************************************************/

#tabs {
   overflow: auto;
   width: 95%;
   list-style: none;
   margin-left: auto;
   margin-right: auto;
   margin-top: 25px;
   padding: 0;
}

#tabs li {
   margin: 0;
   padding: 0;
   float: left;
}

#tabs a {
   box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
   background: #00a996;
   background: linear-gradient(220deg, transparent 10px, #00a996 10px);
   text-shadow: 0 1px 0 rgba(0,0,0,.5);
   color: #fff;
   float: left;
   line-height: 35px;
   height: 35px;
   padding: 0 30px;
   text-decoration: none;
   -moz-border-top-left-radius: 8px;
   border-top-left-radius: 8px;
}

#tabs a:hover {
   background: #03680a;
   background: linear-gradient(220deg, transparent 10px, #03680a 10px);     
}

#tabs a:focus {
    outline: 0;
}

#tabs #current a {
   background: #f4d552;
   background: linear-gradient(220deg, transparent 10px, #f4d552 10px);
   text-shadow: none;    
   color: #333;
}

#content {
   background-color: #f6f5f5;
   border: 1px solid #6e6928;
   width: 95%;
   margin-left: auto;
   margin-right: auto;
   paddng: 30px;
}

.circular #main #content img {
   display: block;
   margin-bottom: 20px;
   margin-top: 30px;
   width: 93%;
   margin-left: auto;
   margin-right: auto;
   border: 1px solid #bbb;
   -webkit-box-shadow: 2px 2px 4px #444;
   box-shadow: 2px 2px 4px #444;
   -moz-border-radius: 6px;
   border-radius: 6px;
}

/* Remove the rule below if you want the content to be "organic" *
#content div {
    height: 220px; 
}
*/

/*******************************************************
**************** END CIRCULAR TAB STYLES ***************
*******************************************************/

/*******************************************************
****************** NEW OLSENS ONLY TABS ****************
*******************************************************/

[data-tab-content] {
   display: none;
}

.active[data-tab-content] {
   display: block;
}

.tabs {
   display: flex;
   /* justify-content: space-around; */
   margin: 0;
   padding: 0;
}

.tab {
   cursor: pointer;
   padding:  10px;
   border: 1px solid #ddd;
   width: 10%;
   text-align: center;
   background-color: #00a996;
   color: white;
   -moz-border-top-left-radius: 8px;
   border-top-left-radius: 8px;
   -moz-border-top-right-radius: 8px;
   border-top-right-radius: 8px;
}

.tab.active {
   background-color: #f4d552;
}

.tab:hover {
   background-color: #03680a;
   color: #fff;
}

ul.tabs {
   margin-left: 40px;
   margin-top: 15px;
}

/*------------------------------------------------------
--------------------- END CIRCULAR ---------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
----------------------- SPECIALS -----------------------
------------------------------------------------------*/

.specials h2 {
   background-image: url("../images/icons/bauble.png");
   background-repeat: no-repeat;
   background-position: 0 3px;
   padding-left: 35px;
   font-size: 175%;
   text-align: center;
   width: 45%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 2%;
}

.specials #item-container {
   width: 90%;
   border: 2px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
   margin-top: 10px;
   background-color: #f8f2e5;
   padding-bottom: 2%;
}

.specials #item-container #special-image {
   float: right;
   width: 30.3%;
   margin-top: 15px;
   margin-right: 13px;
   -webkit-box-shadow: 5px 5px 8px #444;
   box-shadow: 5px 5px 8px #444;
   -moz-border-radius: 6px;
   border: 1px solid #ddd;
   border-radius: 6px;
}

.specials #item-container #item-info {
   float: left;
   width: 65%;
   font-size: 120%;
}

.specials #item-container #item-info .feature-list {
   margin-left: 55px;
   font-size: 90%;
   margin-top: 15px;
}

.specials #item-container #item-info .feature-list li {
   margin-top: 5px;
}

.specials #item-container #item-info .feature-list li .fa {
   font-size: 90%;
}

.specials #item-container #item-info .three-item {
   font-size: 90%;
   width: 98%;
   margin-left: 35px;
   margin-top: 19px;
}

.specials #item-container #item-info .three-item h4 {
   line-height: 1.5em;
   font-weight: bold;
}

.specials #item-container #item-info .three-item span {
   font-size: 120%;
}

.specials #item-container #item-info .three-item p {
   margin-left: 0;
}

.specials article#main p {
   margin-left: 35px;
   margin-right: 0;
   padding: 0;
   margin-top: 0;
}

.specials #item-info h3 {
   font-size: 150%;
   font-weight: bold;
   margin-top: 2.5%;
   width: 70%;
   margin-left: auto;
   margin-right: auto;
   line-height: 1.1em;
}

.specials .recipe-container {
   width: 98%;
   padding-left: 3%;
   margin-top: 10px;
   padding-bottom: .7%;
   overflow: hidden;
   font-size: .9em;
   margin-left: 10px;
}

.specials .recipe-container.top {
   margin-top: 20px;
}

.specials .recipe-container a {
   color: white;
}

.specials .recipe-btn {
   max-width: 95%;
   cursor: pointer;
   float: left;
   padding: 5px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-transition: 0.1s linear all;
   -moz-transition: 0.1s linear all;
   -ms-transition: 0.1s linear all;
   -o-transition: 0.1s linear all;
   transition: 0.1s linear all;
   -webkit-box-shadow: 2px 2px 5px #444;
   box-shadow: 2px 2px 5px #444;
   border:none;
}
.specials .recipe-btn:hover {
   background-color: blue;
   background-image: none;
   text-decoration: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.specials .recipe-btn img {
   vertical-align: middle;
}

/*------------------------------------------------------
--------------------- END SPECIALS ---------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
----------------------- COUPONS ------------------------
------------------------------------------------------*/

.coupons #main #coupons {
   margin-top: 15px;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   padding-top: 15px;
}

/*------------------------------------------------------
--------------------- END COUPONS ----------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
----------------------- CONTACT ------------------------
------------------------------------------------------*/

.contact #content {
   width: 90%;
   margin-top: 25px;
   font-size: 1.5rem;
   background: none;
   border: none;
}

.contact #content #box {
   border: 1px solid slategray;
   margin-top: 15px;
   width: 75%;
   margin: 20px auto;
}

.contact #content h3 {
   font-size: 1.9rem;
   padding: 10px;
}

/*------------------------------------------------------
--------------------- END CONTACT ----------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
------------------------ PRIVACY -----------------------
------------------------------------------------------*/

.privacy #main {
   padding: 10px;
   width: 98%;
}

.privacy #main h3 {
   margin-top: 15px;
   font-weight: bold;
   text-decoration: underline;
}

.privacy #main ul, .privacy #main ol {
   margin-left: 35px;
   margin-top: 10px;
}

.privacy #main li {
   margin-top: 5px;
}

.privacy #main .fa {
   font-size: 40%;
   vertical-align: middle;
}

/*------------------------------------------------------
---------------------- END PRIVACY ---------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
---------------------- BAKERY DELI ---------------------
------------------------------------------------------*/

.bakery-deli section#bakery, .bakery-deli section#deli {
   margin-bottom: 25px;
}

.bakery-deli #bakery img, .bakery-deli #deli img {
   float: left;
   margin-left: 1%;
   margin-top: 10px;
   width: 31.8%;
   border: 1px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

.bakery-deli h2 {
   font-size: 140%;
   font-weight: bold;
   margin-top: 10px;
   margin-left: 13px;
}

.bakery-deli .btn {
   font-size: 110%;
   margin-left: 15px;
   margin-top: 10px;
}

/*------------------------------------------------------
-------------------- END BAKERY DELI -------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
------------------------ BUFFALO -----------------------
------------------------------------------------------*/

.buffalo #nutrition img.image-bar, .buffalo #facts img.image-bar {
   float: left;
   margin-left: 1%;
   margin-top: 10px;
   width: 31.8%;
   border: 1px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

.buffalo h2 {
   font-size: 140%;
   font-weight: bold;
   margin-top: 10px;
   margin-left: 13px;
}

.buffalo #nutrition ul {
   margin-left: 25px;
   margin-top: 10px;
}

.buffalo #nutrition ul a {
   font-weight: bold;
}

.buffalo img.chart {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   margin-bottom: 15px;
   width: 70%;
}

.buffalo #buttons {
   max-width: 1220px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 15px;
}

.buffalo #buttons h2 {
   text-align: center;
   margin-bottom: 10px;
}

.buffalo h3 {
   font-weight: bold;
   font-size: 1.5rem;
   margin-top: 20px;
   margin-bottom: 15px;
   margin-left: 20px;
}

.buffalo section #fact-content h3, .buffalo section #indians h3 {
   font-size: 100%;
   padding: 1%;
   line-height: 2em;
   color: white;
}

.buffalo #factsInfo, .buffalo #indiansInfo {
   display:none;
   background-color: #fff;
   width: 99.55%;
   z-index: 8000;
   border: 2px solid #bbb;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   padding: 15px;
}

.buffalo div.gradient {
   color: white;
   max-width: 450px;
   padding-bottom: 15px;
   border: 1px solid #bbb;
   -moz-border-radius: 8px;
   border-radius: 8px;
   text-align: center;
   float: left;
   margin-left: 30px;
}

.buffalo div.gradient a {
   text-decoration: none;
   color: white;
}

/*------------------------------------------------------
---------------------- END BUFFALO ---------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
---------------------- EMPLOYMENT ----------------------
------------------------------------------------------*/

.employment .application {
   float: right;
   border: 1px solid #555;
   -moz-border-radius: 8px;
   border-radius: 8px;
   width: 40%;
   padding-bottom: 10px;
   margin-top: 15px;
   margin-left: 15px;
   margin-right: 20px;
   -webkit-box-shadow: 2px 4px 5px #444;
   box-shadow: 2px 4px 5px #444;
}

.employment .application h2 {
   margin-left: 15px;
   font-size: 110%;
   margin-top: 5px;
   font-weight: bold;
}

.employment .positions p {
   font-weight: bold;
   margin-left: 15px;
   margin-top: 20px !important;
}

.employment .application .btn {
   margin-left: 15px;
}

.employment hr {
   width: 98%;
   margin-left: auto;
   margin-right: auto;
}

/*------------------------------------------------------
-------------------- END EMPLOYMENT --------------------
------------------------------------------------------*/

/*-========================================================================-*/


/*------------------------------------------------------
--------------------OLD OUR FAMILY ---------------------
------------------------------------------------------

.our-family article#main {
   overflow: hidden;
   width: 98%;
   padding: 10px;
}

.our-family article#main h2 {
   font-size: 2rem;
   color: red;
   margin-bottom: 15px;
}

.our-family article#main #first-image {
   float: left;
   margin-right: 15px;
   margin-left: 15px;
}

.our-family article#main #second-image {
   float: right;
   margin-left: 15px;
}

.our-family article#main ul {
   margin-left: 15px;
}

.our-family article#main a {
   color: blue;
}

.our-family article#main h3 {
   font-size: 1.3rem;
   margin-top: 25px;
   margin-bottom: 15px;
   font-weight: bold;
   text-align: center;
}

.our-family article#main #video-container {
   width: 80%;
   margin: 0 auto;
}

.our-family article#main #video-container video {
   width: 100%;
   margin-bottom: 24px;
}

/*------------------------------------------------------
------------------ END OLD OUR FAMILY ------------------
------------------------------------------------------*/

/*-========================================================================-*/

/*------------------------------------------------------
-------------------- NEW OUR FAMILY --------------------
------------------------------------------------------*/

.our-family #allcontent {
   font-size: 1.35rem;
}

.our-family #allcontent p {
   color: #373535;
}

.our-family #main {
   padding-top: 10px;
}

.our-family #topbrand {
   margin-bottom: 25px;
}

.our-family #topbrand img {
   display: block;
   margin: auto;
}

.our-family #topbrand h2{
   font-style: italic;
   font-weight: bold;
   font-size: 1.5rem;
}

.our-family #topbrand p {
   font-weight: bold;
   font-size: 1.3rem;
   text-align: center;
}

.our-family #intro-text p {
   font-size: 1.35rem;
}

.our-familiy #intro-text img {
   display: block;
   margin: auto;
}

.our-family #allcontent .boxes {
   border: 1px solid #03680a;
   padding: 10px 5px 15px 5px;
   width: 28%;
   min-height: 255px;
   border-radius: 8px;
   margin-bottom: 20px;
   box-shadow: 5px 5px 15px #373535;
}

.our-family #allcontent .boxes img {
   display: block;
   margin: auto;
   border-radius: 8px;
   margin-top: 12px;
   width: 85%;
}

.our-family #allcontent .boxes a:hover img {
   border: 2px solid red;
   box-shadow: 5px 5px 15px #373535;
}

.our-family #allcontent .last {
   width: 45%;
}

.our-family h2 {
   font-size: 1.4rem;
   font-weight: bold !important;
   text-align: center;
   margin-top: 5px;
}

.our-family #allcontent .boxes #labelsimage img {
   width: 55%;
   margin-top: 15px;
}

/*------------------------------------------------------
------------------ END NEW OUR FAMILY --------------------
------------------------------------------------------*/

/*-========================================================================-*/


