/*
 Theme Name:   Umpqua Dairy Theme 2020
 Theme URI:    /
 Description:  Flex grid theme using SlimMenu
 Author:       JV Media Design
 Author URI:   http://jvmediadesign.com
 Version:      6.5.1 Flex
*/

@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara:400,500|Open+Sans+Condensed:700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mada:wght@400;500;700&display=swap');

body, html {
    overflow-x: hidden;
}

body {
    /*background: #f4ebd6;*/
    background: url(images/main-bg.jpg) repeat top left;
    color: #010101;
    padding: 0;
    margin: 0;
    font-family: 'Mada', sans-serif;
    font-weight: 500;
    font-size: 1.175rem;
    font-style: normal;
    line-height: .1;
    cursor: default;
    position:relative;
}

.row {
    width: 100%;
    max-width: 1300px;
}

main .row {
    padding: 1rem;
    margin: 0 auto !important;
    max-width: 90vw !important;
}

.row.collapse {
    padding: 0 1rem;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.row.collapse h1, .row.collapse h2, .row.collapse h3, .row.collapse h4, .pg-title h1 {
    margin-bottom: 0;
}

.expanded.row {
    width: 100%;
    max-width: none !important;
}

.breadcrumbs.row {
    margin: 2rem auto 0 auto !important;
}

.sidebar .row, .sidebar .row .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pg-title {
    text-align: center;
}

.pg-title.pad-top {
    padding-top: 2rem !important;
}

.shadow img {margin: 0 auto;
    -webkit-filter: drop-shadow(5px 5px 5px rgb(0,0,0,.4));
    filter: drop-shadow(2px 7px 3px rgb(0,0,0,.4));}

/* =============================================== >>>>>> CUSTOM FIXED MENU ON SCROLL ==== */

main div, .headercontainer {
    transition: all 300ms ease-in;
}
.headermenu {
    padding: .5rem 1rem;
    max-width: 1400px;
}

.headercontainer {
    background: none;
}

.headercontainer.solid {
    background: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: none;
    z-index: 999999 !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.logo-mobile, .headercontainer.solid .topbar, .headercontainer.solid .logo {
                display: none !important;
            }
            
            .headercontainer.solid .logo-mobile {
                display: block !important;
                margin-left: 1rem;
            }
            
            
            
            .headercontainer.solid .logo-mobile img {
                width: 400px;
                max-width: 400px;
                margin: 0;
            }
            

.mega-menu a {
    font-family: 'Mada', sans-serif !important;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-family: 'Mada', sans-serif !important;
}

@media screen and (min-width: 1036px) and (max-width: 1276px) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px !important;
    }
}

/* ----------------------------------------------------------------- */
        /* --------------------------------------- >>>>> DESKTOP MENU ------ */
        @media screen and (min-width: 1159px) {
            
            .headermain {
                padding: 1rem !important;
            }
            
            .logo img {
                height: 133px;
                max-height: 133px !important;
            }
            
            .headercontainer.solid {
                background: url(images/header-bg.jpg) no-repeat top left;
                background-size: 100%;
                position: fixed;
                top: 0;
                right: 0;
                width: 100%;
                max-width: none;
                z-index: 999999 !important;
                -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
                -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
                box-shadow: 0 1px 2px rgba(0,0,0,.2);
            }
            
            .headercontainer.solid .nav {
                width: auto;
            }
            
            .mobile-only {
                display: none !important;
            }
}

/* ----------------------------------------------------------------- */
/* --------------------------------------- >>>>> MOBILE MENU ------ */

@media screen and (max-width: 1158px) {
    
    /* mega menu submenu items */
    ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-weight: 700 !important;
    }

    .widget_media_image img {
        width: auto;
        height: auto;
        max-height: 100px !important;
        margin: 1rem 0;
}

    .logo img {
        max-height: 80px;
    }

    header {
        position: relative;
    }

    .headercontainer {
        background: none;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: none;
        z-index: 999999 !important;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
    }

    .headercontainer:after {
        display: none;
    }

    .headercontainer .nav {
        padding: 0;
        flex: none;
        position: absolute;
        width: 100%;
    }
    
    nav.column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
                        
}

/* ============================================================== */
/* ---------------------------------->>>> BACKGROUNDS ----------- */
/* ============================================================== */

.wood, .wood.wide {
    background: url(images/wood-div.jpg) repeat-x top left;
    padding: 72px 0 0 0 !important;
}

.wood-div {
    background: url(images/wood-div.jpg) repeat-x top left;
    height: 72px;
    padding: 0;
    margin: 0;
}

.red {
    background: rgb(173,20,17) url(images/wood-div.jpg) repeat-x top left !important;
    padding-top: 72px !important;
}

.black {
    background: #010101;
}

.wood.wide {
    display: block;
}

.paper {
    background: url(images/paper-bg.jpg) no-repeat top left;
    background-size: cover;
}

/* ============================================================== */
/* ----------------------------------->>>> TYPOGRAPHY ----------- */
/* ============================================================== */

.white h1, .white h2, .white h3, .white h4, .white p {
    color: #fff !important;
}

.red h1, .red h2, .red h3, .red h4, .red p, .red li, .red li a {
    color: #f4ebd6 !important;
}

/* ----------------------------------->>>> FONT FAMILIES -------- */

p, main ul, main ol, main ul li, blockquote, blockquote p, main ul, main ol {
    font-family: 'Mada', sans-serif;	
	line-height:1.25 !important;
}

h1, h4, h5, .phone li a {
    font-family: 'Mada', sans-serif;
}

h2, h3 {
    font-family: 'Mada', sans-serif !important;
    font-weight: 700;
    line-height: 1.1;
}

.herocontent p, .product-title p {
    font-family: 'Mada', sans-serif;
    font-weight: 700;
}

.button:link, .button:visited, .button:active, .button:link, .button:visited, .button:active, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"], input[type="submit"], .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, input[type="submit"], form.search-form button {
    font-family: 'Mada', sans-serif;
    font-weight: 700;
}

label {
    font-family: 'Mada', sans-serif !important;
    font-weight: 700 !important;
}

.blogcats li {
    font-family: 'Mada', sans-serif;
}

.wp-paginate .current, .wp-paginate a {
	font-family: 'Mada', sans-serif;
    font-weight: 700 !important;
}

/* ----------------------------------->>>> -------- */

.breadcrumbs a, .breadcrumbs .current-item {
    color: rgb(1,97,169);
}

.breadcrumbs a:hover {
    color: rgb(1,97,169);
}

.breadcrumbs .current-item:hover {
    cursor: not-allowed;
}

.black h1, .black h2, .black h3, .black h4, .black p {
    color: #f4ebd6 !important;
}

.widget-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
}

.post-date {
    font-size: 1rem !important;
    margin: 0;
}

a {
    text-decoration: none;
}

main p a {
	display: inline-block;
}
main p a, main p a:link, main p a:visited, main p a:active {
    color: rgb(1,97,169);
    text-decoration: none !important;
    transition: all 300ms ease-out;
    border-bottom: 1px solid rgba(1,97,169,0);
    line-height: 1.3;
}

main p a:hover, main p a:focus {
    color: rgb(1,97,169) !important;
    border-bottom: 1px solid rgb(1,97,169);
}

.gfield_html a:link, .gfield_html a:visited, .gfield_html a:active {
    color: rgb(1,97,169) !important;
    text-decoration: none !important;
    transition: all 300ms ease-out !important;
    border-bottom: 1px solid rgba(1,97,169,0) !important;
    line-height: 1.3 !important;
}

.gfield_html a:hover, .gfield_html a:focus {
    color: rgb(1,97,169) !important;
    border-bottom: 1px solid rgb(1,97,169) !important;
}

.readmorelink {
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.readmorelink:hover {
    color: rgb(1,97,169);
}

main a.no-effects, .umpqua-products a {
    border: none !important;
    background: none !important;
}

p.quote-title {
    font-weight: 700;
}

.addtoany_list a {
    background: none !important;
    border: none !important;
}

.addtoany_share_save_container { display: none; }

a img {
    border: none !important;
    text-decoration: none !important;
}

/* Default paragraph styles */
p {
    /*width: 100%;*/
}

p, main ul, main ol, main ul li {
    color: #010101;
    width: 100%;
}

p.large, p.larger {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.small, small {
    font-size: .875rem;
}

.u {
    text-decoration: underline;
}

blockquote {
    padding-top: 0;
    border-left: 10px solid #ed2228;
}

blockquote, blockquote p {
    color: #ed2228;
    font-size: 1.7rem;
    line-height: 1.2;
}

blockquote p {
    padding: 0 0 1rem 2.5rem;
}

.name {
    color: #ed2228;
    font-size: 1.1rem;
    font-style: normal;
}

h1 {
    width: 100%;
    margin-bottom: 1.2rem;
    font-weight: 700 !important;
}

h2 {
    width: 100%;
    margin-bottom: 1.2rem;
}

h3, h4 {
    margin: 1rem 0;
    width: 100%;
}

h1, h2, h3, h4 {
    color: #010101;
}

p, main ul, main ol, main ul li {
        line-height: 1.7;
    }

h1 a:link, h1 a:active, h1 a:visited,
h2 a:link, h2 a:active, h2 a:visited,
h3 a:link, h3 a:active, h3 a:visited,
h4 a:link, h4 a:active, h4 a:visited {
	color: inherit;
    transition: background 300ms ease-out;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: inherit;
    text-decoration: none;
}


hr {
    border: none;
    clear: both;
    background: #5d3a21;
    margin: 2rem auto !important;
    padding: 0;
    width: 100%;
    height: 3px;
}

hr.brand {
    background: url(images/hr-brand.png) center center no-repeat;
    border: none;
    clear: both;
    margin: 1rem auto !important;
    padding: 0;
    width: 100%;
    height: 65px;
}

.row.collapse hr {
    margin: 0 auto;
}

.clearfloat {
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
}

em,
i {
  font-style: oblique;
  line-height: inherit; }

strong, b, .heavy {
  font-weight: 700; }

main ul,
main ol {
  margin-bottom: 1.95rem;
  list-style-position: outside;
}
 
ul.inline {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.inline li {
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    margin: 1rem 1rem .5rem 0;
}

form ul.inline {
    margin: 0 auto !important;
}

form ul.inline li {
    margin: 0 !important;
    display: inline-block;
}

/* Unordered Lists */
main ul li ul, main ul li ol {
    margin: .5rem 0 .5rem 1.25rem;
}

main ul li {
    list-style: disc;
}

main ul ul li {
    list-style: circle;
}

/* Ordered Lists */

  main ol li ul,
  main ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

main ol li {
    list-style: decimal;
}

/* ============================================================== */
/* --------------------------------------->>>> SIDEBAR ---------- */
/* ============================================================== */

.sidebox ul {
    margin: 0;
    padding: 0;
}

.sidebox ul li {
    list-style: none;
}

.sidebox li a {
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebox li a:link, .sidebox li a:visited, .sidebox li a:active {
    color: rgb(1,97,169);
}

.sidebox li a:hover {
    color: rgb(1,97,169);
}

.sidebar p {
    font-size: 1rem;
    line-height: 1.5;
}

.widget-title {
    font-size: 1.275rem;
    font-weight: bold;
}

/* --------------------------------->>>> SEARCH FORM -------- */

form.search-form {
    margin: 1rem auto;
}

form.search-form button {
    margin: 0 0 0 .5rem !important;
}

form.search-form button {
    color: #5d3a21;
    text-transform: uppercase;
    padding; .3px !important;
    background: none !important;
}

form.search-form button:hover, form.search-form button:focus {
    color: rgb(1,97,169);
}

.sidebar form {
    margin: 0 auto !important;
    width: 100%;
}

.sidebar .searchfrm [type="search"] {
    max-width: 150px;
}

/* ============================================================== */
/* --------------------------------------->>>> HEADER ----------- */
/* ============================================================== */

header {
    display: block;
    width: 100% !important;
    z-index: 99999;
    background: url(images/header-bg.jpg) repeat-x top left;
    background-size: auto;
    position: relative;
}

.headermain {
    padding: 0;
}

@media screen and (min-width: 40em) {
    .headermain {
        position: absolute;
        padding: .725rem 1.5rem !important;
    }
    
    header {
        height: 169px;
    }
}

.headercontainer.solid .headermain, .headermain.subpg {
    padding: .2rem .5rem !important;
    /* align middle */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo.column {
    padding: .725rem;
}

.logo img {
    margin-bottom: 0;
}

.logo a, .logo-sub a, .logo-mobile a {
    display: block;
    margin: 0;
}

.headercontainer {
    position: relative;
    z-index: 1;
    min-height: 45px;
}

header ul {
    margin: 0;
    padding: 0;
}

header li {
    margin: 0;
    padding: .5rem 0;
    display: inline;
    list-style: none;
}


/* ============================================================== */
/* -------------------------------------->>>> BUTTONS ----------- */
/* ============================================================== */

.button:link, .button:visited, .button:active, .button:link, .button:visited, .button:active, .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #f4ebd6 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: .7rem 3rem;
    margin: .2rem auto;
    /* TO CENTER BUTTONS:
    display: block;
    max-width: 250px;*/
    display: inline-block;
    cursor: pointer;
    background: #ed2228;
    border: none !important;
    border-radius: 10px;
    transition: all 300ms ease-out;
}
    
.button:hover, gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, input[type="submit"]:hover, .comment-reply-link:hover,
.button:focus, gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type="submit"]:focus, input[type="submit"]:focus, .comment-reply-link:focus {
    color: #f4ebd6 !important;
    background: rgb(1,97,169);
    text-decoration: none;
    border: none !important;
}

.button.white:link, button.white:visited, .button.white:active {
    background: #f4ebd6;
    color: #010101;
}

.button.white:hover, .button.white:focus {
    background: #010101;
    color: #f4ebd6;
}



.black .button.white:hover, .black .button.white:focus {
    color: #f4ebd6 !important;
    background: #ed2228 !important;
}

.button.small {
    padding: .5rem 1.3rem;
    font-size: .975rem;
}

/* -------->>>> FORM BUTTONS ------ */

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"], input[type="submit"], .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, input[type="submit"] {
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    color: #f4ebd6 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: .7rem 3rem !important;
    margin: .2rem auto;
    /* TO CENTER BUTTONS:
    display: block;
    max-width: 250px;*/
    display: inline-block;
    cursor: pointer;
    background: #ed2228 !important;
    border: none !important;
    border-radius: 10px !important;
    transition: all 300ms ease-out;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, input[type="submit"]:hover {
    color: #f4ebd6 !important;
    padding: .7rem 3rem !important;
    background: rgb(1,97,169) !important;
    text-decoration: none !important;
    border: none !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin-top: 1rem !important;
}

/* ============================================================== */
/* ---------------------------------------->>>> FORMS ----------- */
/* ============================================================== */

.gf_simple_horizontal label {
    display: none !important;
}

input::placeholder, textarea::placeholder {
    color: #5d3a21;
    opacity: 1;
}

input:focus::placeholder {
    color: #f4ebd6;
}

/* Default Form Stuff */

label {
    font-size: 1rem !important;
    color: #ed2228;
}

form span label {
    font-size: 1rem !important;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div.ginput_container[class*="gfield_date_"] label, .gform_wrapper .field_sublabel_above div.ginput_container[class*="gfield_time_"] label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_date_"] label, .gform_wrapper .field_sublabel_below div.ginput_container[class*="gfield_time_"] label {
    font-size: .9rem !important;
    letter-spacing: normal !important;
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
    /*border: 2px solid #673918;
    background: #f4ebd6 !important;*/
    border: none !important;
    background: #fff;
    border-radius: 0 !important;
    color: #673918 !important;
    font-size: 1.175rem !important;
    font-weight: 400;
    margin: 0 !important;
    padding: .15rem 1rem !important;
    height: auto !important;
    line-height: inherit !important;
    transition: border 300ms ease-out;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color: 0.25x ease-in-out, -webkit-box-shadow 0.5s;
      transition: border-color: 0.25x ease-in-out, -webkit-box-shadow 0.5s;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
      outline: none;
      border: 2px solid #673918;
      -webkit-box-shadow: 0 0 5px #ed2228;
      box-shadow: 0 0 5px #ed2228;
      -webkit-transition: border-color: 0.25x ease-in-out, -webkit-box-shadow 0.5s;
      transition: border-color: 0.25x ease-in-out, -webkit-box-shadow 0.5s;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  }

form li {
    margin-bottom: 0;
}

.gform_wrapper .gfield_required {
    color: #010101 !important;
    font-weight: 400 !important;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type="checkbox"], .gform_wrapper .gfield_radio li input[type="radio"] {
    vertical-align: inherit !important;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: 700 !important;
}

body .gform_wrapper ul li.gfield {
    margin: 16px 0 0 0 !important;
}

select {
    height: auto !important;
  margin: 0 !important;
  padding: 0.7rem 1.5rem !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 3px solid #ed2228 !important;
  border-radius: 0px !important;
  background-color: #fefefe !important;
  font-family: inherit;
  font-size: 1.175rem !important;
  font-weight: 700 !important;
  color: #010101 !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>") !important;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==") !important; } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a !important;
    background-color: #fefefe !important;
    box-shadow: 0 0 5px #cacaca !important;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }


/* ============================================================== */
/* --------------------------------------->>>> FOOTER ----------- */
/* ============================================================== */

footer {
    clear: both;
    padding: 0;
    position: relative;
    font-family: 'Mada', sans-serif !important;
}

footer .button {
    font-family: 'Mada', sans-serif !important;
}

.footer-top {
    background: url(images/wood-bg.jpg) repeat-x top left;
    background-size: auto;
    padding: 5.5rem 1rem;
}

.footer-top .inner {
    padding-bottom: 90px;
}

.footer-bottom {
    text-align: center;
}

.footer-trucks {
    margin-top: -187px;
}

.footer-trucks img {
    margin: 0 auto;
}

footer ul {
    margin: 1rem 0;
    padding: 0;
}

footer li {
    list-style: none;
    line-height: 1.5;
    margin: 0 0 .5rem 0 !important;
    padding: 0;
}

/* Footer Top */

.footer-top ul li {
    margin: 0;
    display: block;
    color: #f4ebd6;
}

.footer-top li a {
    color: #f4ebd6 !important;
}

/* Footer Bottom */


.footerlinks li {
    color: #010101 !important;
    display: inline;
}

.footerlinks {
    margin-top: 1.5rem;
}

.footerlinks li {
    font-size: 1.4rem;
}

.footerlinks li:before {
    content: "\007c";
    font-size: 1.8rem;
    padding: 0 1rem;
}

.footerlinks li:first-child:before {
    content: "";
    padding: 0;
}

.footerlinks a:link, .footerlinks a:visited, .footerlinks a:active {
    color: #010101;
}

.footerlinks a:hover {
    color: #ed2228;
}

.social {
    margin: 0;
    padding: 0;
}

.social li {
    list-style: none;
    display: inline;
    margin: .5rem !important;
}

.social img {
    transition: opacity 300ms ease-out;
    margin: 0 !important;
}

.social img:hover {
    opacity: .7 !important;
}

.social a {
    display: inline-block;
}

.social a:hover {
    background: none;
}

form.no-labels label {
    display: none !important;
}

.newsletter input[type="submit"] {
    margin-top: .1rem;
}

/* ============================================================== */
/* ------------------------------------->>>> SECTIONS ----------- */
/* ============================================================== */

/* ------------------------------------->>>> METASLIDER  -------- */

.umpquaslide .flexslider .flex-direction-nav li a {
    width: 43px !important;
    height: 35px !important;
}

.umpquaslide .flexslider .flex-direction-nav li a.flex-prev {
    background-image: url(images/arrow-prev.png);
    background-size: contain;
}

.umpquaslide .flexslider .flex-direction-nav li a.flex-next {
    background-image: url(images/arrow-next.png);
    background-size: contain;
}

@media screen and (min-width: 40em) {
    .umpquaslide .flexslider .flex-direction-nav li a {
        width: 61px !important;
        height: 49px !important;
    }
}

/* ------------------------------------->>>> PRODUCT PAGE  -------- */

.product-title {
    margin-top: 2rem;
}

.product-title p {
    line-height: 1;
    margin: 0;
	text-align:center;
}

.product-title h1 {
    margin: 0;
    text-align: center;
}

.prod-details-img {
    -webkit-filter: drop-shadow(5px 5px 5px rgb(0,0,0,.4));
    filter: drop-shadow(2px 7px 3px rgb(0,0,0,.4));
    text-align: center;
}

.nutrition.row, .nutrition .row, .nutline .column, .nutrition .column {
    padding: 0 !important;
}

.nutrition .colwrap.column {
    padding: 0 1rem 0 0 !important;
}

.ingredients.row, .ingredients .column {
    padding: 0 0 1rem 0 !important;
}

.ingredients .subtitle {
    font-size: 1.5rem;
}

.ingredients p {
    line-height: 1.2;
    font-size: 1.285rem;
}

.nutrition p {
    margin: 0;
    font-size: 1rem !important;
}

.nutline {
    border-bottom: 1px solid #010101;
}

.nutline:first-child {
    border-top: 1px solid #010101;
}

.nutrition .small {
    font-size: .875rem !important;
}

.smalltext.row {
    padding: 1rem 0 !important;
}

.indent p {
    text-indent: 1rem;
}

@media screen and (max-width: 39.9375em) {
    .nutrition .colwrap.column {
        padding: 0 !important;
    }
}

/* ------------------------------------->>>> PRODUCTS  -------- */

.umpqua-products {
    text-align: center;
}

.umpqua-products .pod.column {
    height: 100%;
    vertical-align: bottom;
    padding: 0;
    margin-bottom: 1rem;
}

.umpqua-products .prod-pic {
    max-height: 100% !important;
}



.umpqua-products .prod-name {
    margin-top: 1rem;
}

.umpqua-products img {
    margin: 0 auto;
    -webkit-filter: drop-shadow(5px 5px 5px rgb(0,0,0,.4));
    filter: drop-shadow(2px 7px 3px rgb(0,0,0,.4));
}

.umpqua-products p {
    margin: 0;
}

.umpqua-products a:link, .umpqua-products a:visited, .umpqua-products a:active {
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    color: #010101;
}

.umpqua-products a:hover {
    color: #ed2228;
}

@media screen and (min-width: 40em) {
    .umpqua-products .pod.column {
        min-height: 280px;
    }

    .umpqua-products .prod-pic {
        min-height: 270px;
        max-height: 598px;
    }
}


/* NO Enlarge Effects on Images */
.prod-pic {
    padding: 0;
    /*max-height: 251px;
    max-width: 398px;*/
    /*overflow: hidden;*/
    margin: 0 auto;
    text-align: center !important;
}


.prod-pic img {
    margin: 0 auto;
    max-height: 490px !important;
}


@media only screen and (min-width: 64em) {

    .prod-pic img {
        margin: 0;
        width: auto;
        /*min-width: 100%;*/
        /*height: 100%; stretches too far vertically with really big images */
        object-fit: contain;
        object-position: 100% 0;
        transition: transform 300ms ease-in;
    }

    .prod-pic img:hover {
        transform: scale(1.1);
    }
    
}

/* ------------------------------------->>>> GRID PICS  -------- */

.gridpic {
    padding: 0 !important;
}

.gridpic p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.gridpic img {
    margin: 0 auto;
    padding: 0;
}

@media only screen and (min-width: 64em) {
    .gridpic {
        padding: 0 !important;
        overflow: hidden;
    }

    .gridpic p {
        margin: 0;
        padding: 0;
        height: 100%;
        text-align: center;
    }

    .gridpic img {
        width: auto;
        max-width: none !important;
        min-width: 100% !important;
        min-height: 100% !important;
        max-height: none !important;
        margin: 0;
        padding: 0;
    }
    
}

@media only screen and (min-width: 40em) {
    
}

@media only screen and (max-width: 63.9375em) {
    .gridpic {
        flex: none !important;
        display: block;
    text-align: center;
    max-width: none !important;
    width: 100%;
        padding-bottom: 1.5rem !important;
    }
}

@media only screen and (max-width: 63.9375em) {
    .gridpic {
        padding-bottom: 0 !important;
    }
}

/* ------------------------------------->>>> ROUND IMAGES  -------- */

img.round, .round img {
    border-radius: 50%;
}

/* WIDE IMAGE */

.wide, .wide p, .wide .column {
    margin: 0;
    padding: 0 !important;
}
.wide img {
    margin: 0;
    width: 100%;
}

/* ------------------------------------->>>> WIDE BANNER -------- */

.banner {
    position: relative;
}

.banner a {
    width: 100%;
    display: block;
}

.banner.shadow {
    box-shadow: 0px 10px 8px 0px rgba(0,0,0,.3);
}

.banner, .banner .row {
    padding: 0 !important;
}

.banner.subpg {
    max-height: 254px;
    overflow: hidden;
}

.herocontent p {
    padding: 0;
    line-height: 1.2;
}

.herocontent .text-glow h1, .herocontent .text-glow p {
    text-shadow: 0 0 10px #fff;
}

.hhcontent h1 {
    line-height: 1.1;
}

.herocontent .white p {
    text-shadow: none !important;
}

.hhcontent.row {
    max-width: 100% !important;
}

.herobg {
    margin: 0 auto;
    justify-content: center;
}
.herobg img {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.herobg.home img {
    opacity: .75;
}

/* Small */
@media only screen and (max-width: 39.9375em) {
    
    .banner-overlay {
        display: none;
    }
    
    .banner .herobg {
        height: auto !important;
    }
    
    .banner .herocontent {
        text-align: center;
        padding: 0;
        position: relative;
        height: auto !important;
    }
    
    .herobg.home img {
        opacity: 1;
    }
    
    .herocontent p {
        color: #010101 !important;
    }
    
    .banner.shadow {
        box-shadow: none;
    }
    
}

/* Medium + Large */
@media only screen and (min-width: 40em) {
    .banner .herocontent {
        padding: 3rem 2rem 2rem 2rem !important;
        position: absolute;
        width: 100% !important;
        height: 100%;
        z-index: 600;
    }
    
}

/* ------------------------------------->>>> TIMELINE HERO -------- */

.timehero {
    position: relative;
}

.timehero, .timehero .row {
    padding: 0 !important;
}

.timeherocontent p {
    color: #441a03;
    padding: 0;
    line-height: 1.2;
    text-align: center;
}

.timeherocontent a:link, .timeherocontent a:visited, .timeherocontent a:active {
    color: #010101;
    font-family: 'Mada', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
}

.timeherocontent a:hover {
    color: #ed2228;
}

.thcontent.row {
    max-width: 1400px !important;
}

.timeherobg {
    margin: 0 auto;
    justify-content: center;
    background: none;
}
.timeherobg img {
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* Small */
@media only screen and (max-width: 39.9375em) {
    
    .timeherobg {
        height: auto !important;
    }
    
    .timeherocontent {
        text-align: center;
        padding: 0;
        position: relative;
        height: auto !important;
    }

}

/* Medium + Large */
@media only screen and (min-width: 1306px) {
    .timeherocontent {
        padding: 2rem !important;
        position: absolute;
        width: 100% !important;
        height: 100%;
        z-index: 600;
    }
    
    .paper.timeline-hero.row {
        padding: 2rem 1rem;
    }
    
}

@media screen and (min-width: 1640px) {
    .thcontent.row .column {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}

@media screen and (max-width: 1305px) {
    
    .thcontent.row .medium-6 {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 1rem;
    }
    
    .thcontent.row .medium-offset-1 {
        margin-left: 0 !important;
    }
}


/* ============================================================== */
/* ---------------------------------->>>> BLOG STYLES ----------- */
/* ============================================================== */

.blogcats {
    padding: 1rem 1rem 0 1rem !important;
}

.blogcats ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.blogcats li {
    font-size: 1rem;
    text-transform: uppercase;
    list-style: none;
    line-height: 1.5;
    margin: 0 0 .5rem 0 !important;
    padding: 0;
    display: inline;
}

.blogcats li:before {
    content: "\002F";
    padding: 0 .5rem;
}

.blogcats li:first-child:before {
    content: "";
    padding: 0;
}

.blogcats a:link, .blogcats a:visited, blogcats a:active {
    color: #ed2228;
    transition: all 300ms ease-out;
}

.blogcats a:hover, .blogcats a:focus {
    color: #ed2228;
}

.blog-meta p {
    font-size: 1.1rem !important;
}

.blogsearch .search-title {
    color: #010101;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 44px;
    height: 44px;
    width: auto;
    padding: 0;
}

.blogsearch .search-title, .blogsearch form {
    display: block;
    margin: 0 auto .3rem auto;
}

@media screen and (min-width: 684px) {
    .blogsearch .search-title {
        display: inline;
        margin: 0 .3rem 0 0;
    }
    .blogsearch form {
        display: inline-block;
        margin: 0 0 0 .3rem !important;
    }
}


@media screen and (min-width: 684px) {
    .blogsearch form ul {
        text-align: center !important;
    }
    
    .blogsearch form ul li {
        text-align: center !important;
        margin: .3rem auto !important;
        display: inline-block !important;
    }
}

.pagination {
    padding: .5rem .5rem 1rem .5rem !important;;
    text-align: center;
    margin: 0 auto;
}

.hide { display: none; }

/* ARTICLE EXCERPTS */

.post-title {
    margin: 0;
    padding-top: 0;
    text-align: left;
}

.post-title.catpg {
    font-size: 1.2rem;
}

.post-title.blogcatpg {
    font-size: 1.9rem;
}

.post-title a {
    color: #010101 !important;
    text-decoration: none !important;
}

.article-excerpt {
    /*background: #f1f1f1;
    border: 2px solid #f4ebd6;*/
    border-bottom: 2px solid #eaeaea;
    display: block;
    clear: both;
    margin: 0;
    padding: 1rem;
    width: 100%;
}
/*
.date.row {
    color: #ed2228;
    font-size: .875rem;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 .5rem 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #eaeaea;
}

.date .column, .date p {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.category {
    font-size: .875rem;
}

.article-excerpt .author {
    padding-left: .8rem;
    font-style: italic;
}

.author {
    color: #666;
    font-size: .875rem;
    font-weight: 400;
}

.author a {
    color: #666;
}

.article-excerpt .column {
    float: left;
}

.article-excerpt-title-row {
   padding: 0 0 1rem 0;
    margin: 1rem 0 !important;
    border-bottom: 1px solid #eaeaea;
}

.article-excerpt-date-row p {
    margin: 0;
}

.article-excerpt p.readlink {
    margin-bottom: 0;
}*/

.featured-img {
    padding: 0;
    margin: 0 auto;
    text-align: center !important;
}

@media screen and (max-width: 640px) {
    .featured-img {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

.featured-img-full {
    width: auto;
    margin: 0 auto;
}

.featured-img-full img {
    min-width: 100%;
    height: 100%;
}

/* --- Comments --- */
/*
.comments-area {
    border: 1px solid rgba(0,51,80,.5);
    padding: 1rem 2rem;
}

h3#comments {
    color: #ed2228;
    font-size: 1.5rem;
    background: #f4ebd6;
    padding: .5em 0;
}

.commentlist {
    margin: 0;
    font-size: 1rem;
    width: 100%;
}

.commentlist p {
    font-size: .975rem;
}

.commentlist li {
    border: 1px solid rgba(0,51,80,1);
    background: rgba(0,51,80,.2);
    font-size: 1rem;
    padding: .5em .1em 1em 1em;
    color: #ed2228;
}

#respond {
    width: 100%;
}

.says {
    font-size: .875rem;
    color: #ed2228;
}

.commentlist li a, #respond a {
    color: #ed2228;
}

.comment-meta, .logged {
    font-size: .8rem;
    margin-bottom: 1em;
}

.comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, #commentform input[type="submit"]  {
    font-weight: 700;
    font-size: 1rem !important;
    color: #f4ebd6f4ebd6 !important;
    text-align: center;
    text-decoration: none !important;
    padding: .5rem 1rem;
	border: none !important;
    box-shadow: none !important;
    background: #ed2228;
    width: auto;
    height: auto;
    clear: both;
    transition: background 300ms ease-out;
    cursor: pointer !important;
}

.comment-reply-link:hover, #commentform input[type="submit"]:hover {
    color: #f4ebd6 !important;
    text-decoration: none !important;
    background: #ed2228;
}

#commentform textarea {
    background: #f4ebd6;
    border: 1px solid #ed2228 !important;
}
    */
.alignnone {
	display: inline;
}

.alignright { float: right; padding: 0;
	margin: 10px 0 0 25px; }
.alignleft { float: left;
padding: 0;
	margin: 10px 25px 0 0;}
.aligncenter { display: block; padding: 0;
	margin: 10px auto; }


.wp-caption {
	background: rgb(0,51,80,.2);
    border: 1px solid #ed2228;
	text-align: center;
	padding: .5rem;
	color: #ed2228;
	font-size: .875rem;
	display: block;    
    max-width: 100%;
}
	.wp-caption a {
		line-height: 0.11em;
		font-size: .875em;
	}
	.wp-caption a:hover {
		color: #ed2228;
	}
	.wp-caption img {
		margin: 0 auto;
		display: block;
		padding: 0;
        box-shadow: none;
	}
	.wp-caption-text {
		font-size: .875rem;
		color: #ed2228;
		padding: 3px !important;
		margin: 0 !important;
	}
.wp-caption-dd {
	font-size: 1rem;
	line-height: 16px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-paginate {
    text-align: center;
    margin: 0 auto !important;
}

.wp-paginate li {
    display: inline-block;
}
.wp-paginate li, .wp-paginate li .span {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.wp-paginate a { display: inline-block; }

.wp-paginate .current, .wp-paginate a {
    font-size: 1.2rem !important;
    line-height: 1 !important;
    color: #f4ebd6;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: .5rem !important;
    background: #010101 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    border: 2px solid transparent !important;
    transition: all 300ms ease-in;
    margin: .2rem !important;
}

.wp-paginate .current, .wp-paginate a:hover {
	color: #010101 !important;
    background: #f4ebd6 !important;
    line-height: 1 !important;
    padding: .5rem !important;
    border: 2px solid #010101 !important;
    display: inline-block;
}


/* ============================================================== */
/* ---------------------------------->>>> BREAKPOINTS ----------- */
/* ============================================================== */


@media screen and (max-width: 76.9375rem) {
    .has-columns .column {
        padding: 1rem;
    }
}

@media screen and (min-width: 77rem) {
    
    .has-columns .column {
        padding-top: 1rem;
    }
    
    .has-columns .column:first-child {
        padding-left: 0 !important;
        padding-right: .9375rem;
    }

    .has-columns .column:last-child {
        padding-right: 0;
        padding-left: .9375rem;
    }
}


/* --------------------------- */
/* ----- ALL RESOLUTIONS ----- */
/* --------------------------- */

.text-center {
    text-align: center;
}


.widerow.row {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    
/* ============================================================== */
/* ----------------------------->>>> LARGE BREAKPOINT ----------- */
/* ============================================================== */

@media only screen and (min-width: 64em) {
    
   /* FONT SIZE */
    
    h1 {
        font-size: 3.25rem;
    }
    
    .hhcontent h1 {
        font-size: 5.5rem;
    }
    
    h2 {
        font-size: 2.8rem;
    }
    
    h3 {
        font-size: 2.3rem;
    }
    
    h4 {
        font-size: 2.2rem;
    }
    
    h5 {
        font-size: 1.9rem;
    }
    
    p.large, .herocontent p.large {
        font-size: 3.25rem;
    }
    
    p, main ul, main ol, main ul li {
        font-size: 1.285rem;
        line-height: 1.7;
    }
    
    /* Only used on single.php */
main .btmpad.row {
    padding: 2rem 1rem 9rem 1rem !important;
}
    
    .widerow .padded-right {
        padding-right: 7rem;
    }
    
    .herocontent p, .product-title p {
        font-size: 2rem;
    }
    
    
    
    h2.prod-desc {
        font-size: 1.875rem;
    }
    
    /* ------------------------------ */
    
    ul.slimmenu li ul li {
        text-align: left;
    }
    
}

/* ============================================================== */
/* ---------------------------->>>> MEDIUM + LARGE ----------- */
/* ============================================================== */

@media screen and (min-width: 40em) {
    
    .column {
        padding-left: 1.9375rem;
        padding-right: 1.9375rem;
    }
    
    .mobile-only-content {
        display: none;
    }
    
    .pg-title.row {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 1rem !important;
    }
    
    main .row, .red.row .row {
        padding: 1rem;
    }
    
    main .row .row {
        padding: 1rem;
    }
    
    .featured-img {
    padding: 0;
    /*max-height: 251px;
    max-width: 398px;*/
    overflow: hidden;
    margin: 0 auto;
    text-align: center !important;
        width: 100%;
}

.featured-img img {
    margin: 0;
    width: auto;
    min-width: 100%;
    /*height: 100%; stretches too far vertically with really big images */
    object-fit: contain;
    object-position: 100% 0;
    transition: transform 300ms ease-in;
}

.featured-wide img:hover, .featured-img img:hover {
    transform: scale(1.1);
}
    
    main ul, main ol {
        padding-left: 1.5rem;
    }
    
    .copyr a {
        border-bottom: 1px solid #f4ebd6;
    }
    
    .roundicons .column {
        padding: 1rem 3rem !important;
    }
    
    .coltxt {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    /* Featured Image on Single.php */
    .article-content .wp-post-image {
        float: right;
        width: auto;
        max-width: auto;
        margin: 0 0 1rem 1rem;
    }
    
}

/* ============================================================== */
/* ---------------------------->>>> MEDIUM BREAKPOINT ----------- */
/* ============================================================== */

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {

    /* FONT SIZE */
    
     h1 {
        font-size: 3rem !important;
    }
    
    h2 {
        font-size: 2.6rem;
    }
    
    h3 {
        font-size: 2.1rem;
    }
    
    h4 {
        font-size: 2rem;
    }
    
    h5 {
        font-size: 1.7rem;
    }
    
    p.large, .herocontent p.large {
        font-size: 3rem !important;
    }
    
    p, main ul, main ol, main ul li {
        font-size: 1.125rem;
    }
    
    /* Only used on single.php */
main .btmpad.row {
    padding: 2rem 1rem 4rem 1rem !important;
}
    
    
    
    h2.prod-desc {
        font-size: 1.675rem;
    }
    
    
    /* ------------------------------ */

    p.section-title {
        font-size: 2.5rem !important;
    }
    
    ul.slimmenu li ul li {
        text-align: left;
    }
    
    ul.slimmenu {
        margin: 0 auto;
    }

}

/* ============================================================== */
/* ---------------------------->>>> MEDIUM + SMALL -------------- */
/* ============================================================== */

@media only screen and (max-width: 63.9375em) {
    
    .footer-top {
        text-align: center;
        font-weight: 700;
    }
    
    .herocontent p, .product-title p {
        font-size: 1.6rem;
    }
    
    footer .newsletter {
        margin: 1rem 0;
    }
    
    footer .gform_wrapper ul.gform_fields {
        width: 100%;
    }
    
    footer .gform_body {
        margin-bottom: 1rem;
        width: 100%;
    }
    
    .coltxt {
        padding: 1rem;
    }
    
    /* Featured Image on Single.php */
    .article-content .featured-img {
        float: none;
        width: auto;
        max-width: auto;
        margin: 0 auto 1rem auto;
    }
    
    img, img.alignright, img.alignleft {
    	display: block;
    	float: none;
    	margin: 0 auto 1rem auto;
        text-align: center;
    }
    
    .date, .category {
        flex: none;
        margin: .2rem 0;
    }
    
    .article-excerpt p {
        padding: 0 0 .3rem 0 !important;
    }
    
    .category a {
        padding: 1rem 0;
        margin: 0 1rem;
    }
    
    footer .column > .row > .column {
        padding: 1rem 0;
    }
    
}

/* ============================================================== */
/* ----------------------------->>>> SMALL BREAKPOINT ----------- */
/* ============================================================== */

@media only screen and (max-width: 39.9375em) {
    
    .desktop-only-content {
        display: none;
    }
    
    /* FONT SIZE */
    
    h1 {
        font-size: 2.7rem !important;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    h3 {
        font-size: 1.9rem;
    }
    
    h4 {
        font-size: 1.8rem;
    }
    
    h5 {
        font-size: 1.5rem;
    }
    
    p.large, .herocontent p.large {
        font-size: 2.7rem !important;
    }
    
    p, main ul, main ol, main ul li {
        font-size: 1rem;
    }
    
    
    
    h2.prod-desc {
        font-size: 1.375rem;
    }
    
    main ul, main ol {
        margin-left: 1.5rem;
    }
    
    .button {
        padding: .7rem 1.5rem !important;
    }
    
    
    
    .blogcats li {
        font-size: 1.2rem !important;
    }
    
    hr {
        margin: 0 auto;
    }
    
    main .column {
        padding: .9375rem;
    }
    
    
    .text-right {
        text-align: center !important;
    }
    
    .has-columns .column {
        width: 100%;
        padding: 0 1rem !important;
        flex: 0 0 auto;
        clear: both;
    }
    
    .alignnone, .alignleft, .alignright, .aligncenter {
        display: block;
    }
    
    main form ul.inline li {
        display: inline;
    }
    
    .blogsearch form ul.inline li {
        display: inline-block;
    }
    
    footer .inline {
        display: block;
    }
    
    .copyr li:before, .footerlinks li:before {
        content: "";
        padding: 0;
    }
    
    .copyr li a, .footerlinks li a {
        display: block;

    }
    
    .copyr li, .footerlinks li {
        display: block;
    }

    /* ------------------------------ */
    
    .padded {
        padding: .5rem 1rem !important;
    }
    
    ul.inline li {
        display: block;
    }

    .button {
        display: block;
        width: 100%;
    }
    
    main ul.inline, main ul.inline li {
        margin: 1rem 0;
        text-align: center;
    }
    
    p.section-title {
        font-size: 1.7rem !important;
    }
    
    html {
        overflow-x: hidden;
    }
    
    .article-excerpt {
        padding: 0;
    }
    
    .align-right {
        justify-content: center;
    }
    
    
    .copyr {
        margin: 0;
    }
    
    .button, main .button:link, main .button:visited, main .button:active, .button:link, .button:visited, .button:active, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], input[type="submit"], .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, form.search-form button {
        margin: 0 auto;
        display: block;
    }

    
    main .gform_wrapper .gform_footer input.button, main .gform_wrapper .gform_footer input[type="submit"], main input[type="submit"], .comment-reply-link:link, .comment-reply-link:active, .comment-reply-link:visited, form.search-form button {
        margin-top: 1rem;
        display: block;
    }

    blockquote {
        margin: 0 .5rem;
    }
    
	main ul, main ol, main dl {
        margin-left: 1em;
        padding-left: .9em;
    }
    
    main li, blockquote, blockquote p {
        font-size: 1rem !important;
    }
    
}


@media only screen and (orientation: portrait) {
    
}

@media only screen and (orientation: landscape) {
   
}

@media screen and (min-width: 40em) {
    
    /* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
    
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
    
}

@media only screen and (max-width: 979px) {
    /* Unstick that menu! */
    .headercontainer.solid {
        position: relative !important;
    }
}

/* ----------------------------------------------------------------------------- IE ONLY --- */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    
    
}

/* ----------------------------------------------------------------------------- SAFARI ONLY --- */

/* _::-webkit-full-page-media, _:future, :root */

