
p{ margin-bottom:20px; }
ol, ul{
    margin-left:20px;
}
.drop-down-links{
    margin-left:0;
}
footer ol, footer ul{
    margin-left:0px;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 300;
}
.pagination>li>a, .pagination>li>span {
    color: #E2231A;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    color: #aa2211;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #aa2211;
}
.green-line{
    width: 50px;
    margin: 0px auto;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 1px;
    background-color:#70ca33;
}
.orange-line{
    width: 50px;
    margin: 0px auto;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 1px;
    background-color:#ffa327;
}
.blue-line{
    width: 50px;
    margin: 0px auto;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 1px;
    background-color:#00cce4;
}
.red-line{
    width: 50px;
    margin: 0px auto;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 1px;
    background-color:#ff1d3b;
}
.headshot{ max-width: 130px; }
.countdown-integer{
    font-size:60px;
    font-weight:bold;
}
.countdown-label{
    font-size:28px;
    font-weight:bold;
}
.badge {
    background-color: #FFF;
    color: #666;
    border-radius: 10px;
    border: 1px solid #999;
}
.quarterColumns{
    column-count: 4;
    line-height: 1.8;
}

.no-wrap{
    white-space: nowrap;
}

/* Utility Nav -------------------------------------------------------------------- */
.company-header:after {
    display: none;
}
#TopNav .container{ position:relative;}
.secondary-navigation {
    width: auto;
    display: block;
}

.utility-nav {
	background: #fff;
	font-size: 14px;
	line-height: 14px;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom:none;
	position: relative;
    text-align: left;
}
.utility-nav li {
	display: inline-block;
	margin-right: 25px;
	padding: 5px 0;
	position: relative;
}
.utility-nav li a {
	color:#3f3f3f;
	transition: color .25s;
    font-weight:300;
}
.utility-nav li a.cta {
    font-weight:500;
}
.utility-nav li a:focus, .utility-nav li a:hover {
	color: #e2231a;
	text-decoration: underline
}
.utility-nav li.headerLogin{
    margin:0 0 0 25px;
    cursor: pointer;
}
.storeButton, .profileButton{
    border:none;
    font-weight:500;
    background: none;
    padding: 0;
}
#TopNav .profile {
	background: #fff;
	width: 200px;
	top: 34px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	border-collapse: initial;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-radius: 0;
	padding: 0;
	margin: 0 !important;
}
#TopNav .profile header {
    padding: 10px 10px 0px 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}
#TopNav .profile p {
	padding: 10px;
    line-height: 1.4em;
}
#TopNav .profile .cta {
	display:block;
    padding:12px 10px;
    color:#3f3f3f !important;
    font-weight:300 !important;
}
#TopNav .profile .cta:hover {
    background:#e8e8e8;
    color: #E2231A !important;
    text-decoration: none !important;
}
.changeLink {
	color: #E2231A !important;
    font-weight:500 !important;
}
.line {
	clear: both;
	position: relative;
	width: 100%;
	border-top: 1px solid #e8e8e8;
}
/* Header
---------------------------------------------------------------------------------------------------------- */
.login_links{ display: none !important; }
.navbar{
    border-left:none;
    border-right:none;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3) !important;
    z-index: 100;
}
.company-header {
	background-color: #fff;
    border-bottom:none;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.company-header .search-form {
	background-color: #E2231A;
	border-left: 1px solid #e3554e;
	/*display: flex;*/
    display:none;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 110;
}
.company-header .search-form .search.icon {
	cursor: pointer;
	left: 22px;
	position: absolute;
	top: 20px
}
.company-header .search-form .search-fieldset.maximize .search-query-input {
	width: 400px;
    background:#aa2211;
}
.company-header .search-form .search-fieldset.maximize .submit-button {
	cursor: pointer;
	opacity: 1;
	z-index: 9999;
}
.company-header .search-form .search-query-input {
	background-color: transparent;
	font-family: montserrat, Helvetica Neue, helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-right:0px;
	padding: 22px 0 22px 55px;
	transition: all .5s;
	transition-timing-function: ease-in-out;
	width: 250px;
    height: auto;
    border:none;
    border-radius: 0;
    color:#fff;
}
.company-header .search-form .search-query-input::-ms-clear {
display:none
}
.company-header .search-form .search-query-input::placeholder {
color:#e8e8e8;
}
.company-header .search-form .submit-button {
	font-size: .8125rem;
	font-family: montserrat, Helvetica Neue, helvetica, arial, sans-serif;
	font-weight: 500;
	box-shadow: 0 0 0 0 transparent;
	display: inline-block;
	text-align: center;
	transition: box-shadow .3s cubic-bezier(.55, .085, .68, .53), background-color .3s cubic-bezier(.55, .085, .68, .53), color .3s cubic-bezier(.55, .085, .68, .53), border-color .3s cubic-bezier(.55, .085, .68, .53);
	background-color: #eee;
	border: 1px solid #eee;
	color: #fff;
	border-radius: 4px;
	padding: 9px 36px;
	color: #3c3c3c;
	opacity: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: opacity .3s;
	transition-delay: .2s;
	transition-timing-function: ease-in;
    z-index: -1;
}
.company-header .search-form .submit-button:focus, .company-header .search-form .submit-button:hover {
	transition: box-shadow .25s cubic-bezier(.25, .46, .45, .94), background-color .25s cubic-bezier(.25, .46, .45, .94), color .25s cubic-bezier(.25, .46, .45, .94), border-color .25s cubic-bezier(.25, .46, .45, .94)
}
.company-header .search-form .submit-button:active {
	transition: box-shadow 0 linear, background-color 0 linear, color 0 linear, border-color 0 linear
}
.company-header .search-form .submit-button>.label {
	position: relative
}
.company-header .search-form .submit-button>.label>.btn-icon {
	fill: #e2231a;
	height: 16px;
	left: -26px;
	position: absolute;
	top: calc(50% - 8px);
	transition: fill .3s cubic-bezier(.55, .085, .68, .53);
	width: 16px
}
.company-header .search-form .submit-button:active .btn-icon, .company-header .search-form .submit-button:focus .btn-icon, .company-header .search-form .submit-button:hover .btn-icon {
	fill: #fff;
	transition: none
}
.company-header .search-form .submit-button:focus {
	box-shadow: 0 0 0 3px rgba(0,0,0,.42)
}
.company-header .search-form .submit-button:hover {
	background-color: #d5d5d5;
	border-color: #d5d5d5
}
.company-header .search-form .submit-button:active {
	background-color: #bbb;
	border-color: #bbb
}
.company-header .search-form .submit-button.red {
	border: 1px solid #e2231a;
	color: #e2231a
}

.section_instructions {
	background:#fff;
	border:1px solid #e8e8e8;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); 
	margin:15px 0 30px 0;
}
/* Navigation
---------------------------------------------------------------------------------------------------------- */
.navbar{
    background-color: #E2231A;
	border-bottom: none;
    border-top:none;
    margin-bottom:0;
    border-radius: 0 !important;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.navbar-header{
    margin:20px 20px 0 0;
}
.home-page {
	display: inline-block;
	line-height: 0;
}
.home-page:focus svg {
	box-shadow: 0 0 0 3px rgba(0,0,0,.42);
	transition: all .25s
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-weight:300;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background:#aa2211;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #FFF;
    background:#aa2211;
}
.mobileSearch{
    position: absolute;
    top:13px;
    right:15px;
    display: block;
    padding:5px;
}
.nav {
	margin-bottom: 0;
	padding: 0 30px;
	list-style: none;
} 
.drop-down-header {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 2px 0 #bbb;
	padding: 20px
}
.drop-down-header img {
	margin-right: 20px;
	vertical-align: middle;
	width: 200px
}
.drop-down-header a {
	color: #e2231a;
	vertical-align: middle
}
.drop-down-header a:focus {
	text-decoration: underline
}
.drop-down-header a:focus img {
	box-shadow: 0 0 0 3px rgba(0,0,0,.42);
	transition: all .25s
}
.drop-down-header a:focus span, .drop-down-header a:hover, .drop-down-header a:hover span {
	text-decoration: underline
}
.drop-down-header .link-out, .drop-down-header .subtitle {
	display: inline-block;
	vertical-align: middle
}
.drop-down-header .subtitle {
	margin-right: 10px
}
.drop-down-links {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	box-shadow: 2px 2px 2px 0 #bbb;
	column-count: 2;
	padding: 20px;
    list-style: none;
}
.drop-down-links a {
	display: inline-block;
	height: 100%;
	line-height: 28px;
	padding: 5px 0;
	width: 100%;
    
}
.drop-down-links a:focus, .drop-down-links a:hover {
	color: #e2231a;
	text-decoration: underline
}
.dropdown-container {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	background-clip: padding-box;
}
.dropdown-container>.dropdown-menu {
	position: static;
	z-index: 1000;
	float: none !important;
	padding: 10px 0;
	margin: 0;
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-height: 330px;
	overflow-y: auto;
}
.dropdown-container>.dropdown-menu+.dropdown-menu {
	padding-top: 0
}
.dropdown-menu>li>a {
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-decoration: none;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.dropdown-toggle {
	cursor: pointer
}
.dropdown-header {
	white-space: nowrap
}
.open>.dropdown-container>.dropdown-menu, .open>.dropdown-container {
	display: block;
}
.dropdown-container{ animation: show .25s ease-in-out; }

.nav > .dropdown-megamenu {
	position: relative;
}

.navbar-nav li{ margin-right:10px; }
.navbar-nav li a {
	color: #3f3f3f;
	font-weight: 500;
	font-size: 16px;
	padding:26px 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
	background: #FFF;
	color:#E2231A;
}
.dropdown-megamenu > .dropdown-container {
	border-radius: 0;
	margin-top: 40px;
	background:none;
	border: none;
	padding:10px 10px 10px 0;
	top:15px;
	min-width: 500px;
}
.dropdown-megamenu > .dropdown-container a {
	padding:5px 0;
}
.dropdown-container:before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 15px;
    left: 11px;
    position: absolute;
    top: -4px;
    width: 15px;
    z-index: 102;
}
.dropdown-container:after {
    border-bottom: 11px solid #ddd;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    height: 16px;
    left: 10px;
    position: absolute;
    top: -5px;
    width: 16px;
    z-index: 101;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.closeMenu{
    position:absolute;
    top:30px;
    right:30px;
}

.close-x {
	opacity: 0.9;
	width: 30px !important;
	height:30px;
	padding: 0 5px 5px 5px;
	margin-right: 0 !important;
}
.close-x:focus, .close-x:hover {
	opacity: 1;
	cursor: pointer;
}
.c-hamburger {
	display: none;
}

.content{ padding:75px 0 50px 0; }


/*-- Company Site Components --*/

.hero {width:100%; height: 375px; background:#f5f5f5; position: relative; margin-top:-25px;}
.hero .container {position: relative;height:375px;}

.homepageHero{width:100%;height:auto;background:#f5f5f5; position: relative; padding-top: 50px; margin-bottom:100px; margin-top:-25px; color:#fff;}
.homepageHero .container {height: 450px; padding-top: 50px; color:#fff;}

.hero-secondary{ width:100%; background:#f5f5f5; position: relative;} /* changed margin-bottom to 45px - orig 100 px */
.hero-secondary .container {position: relative;height:375px;}
.hero-secondary small{display: block;}
.hero-secondary p {margin-bottom:15px;}
.hero-secondary p:last-child {margin-bottom:0px;}
.hero-secondary:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); 
    transition: box-shadow .25s;
} 
.hero-secondary img {
	opacity: 1;
    max-width:100%;
    height: auto;
    position: relative;
    transition: opacity .25s;
} 
.hero-secondary img:hover {
	opacity: .8;
    transition: opacity .25s;
} 

.card-wrapper {
	position: relative;
}
/* fixes width for cards with no image */
.card {
	width: 100%;
    background:#fff;
}

.card-basic {padding:30px; background:#fff; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); border: 1px solid #e8e8e8;}

.card-hero{width: 80%; padding:15px; margin: -100px auto 0 auto; color:#3f3f3f; border: 1px solid #e8e8e8;}
.card-hero p:last-child{margin-bottom:0;}
.card-cta p:last-child{margin-bottom:0;}

.homepageHero .card-hero{position: absolute; bottom: 0; left: 10%; margin: 0 0 -50px 0; width: 80%; padding:15px;color:#3f3f3f; border: 1px solid #e8e8e8;}

.homepageHero .card-hero h1 {
	font-size: 1.8em; /* about 28px */
	margin-bottom: 0;
}

.card-cta {border-left: 3px solid #E2231A; max-width: 440px; margin:-100px 15px 0px 15px; padding:15px 30px; background:#f5f5f5; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);color:#3f3f3f;}

.card-cta>h1 {font-size: 2em; line-height: 1.2em; margin-top:0;}
.card-cta>p {margin-bottom:15px;}
.card p {
    margin-bottom:0;
}
.hero .card-cta {position: absolute; bottom: 0; left: 0; margin-bottom: -45px;}
.hero .card-cta p:last-child{margin-bottom:0;}

.btn-arrow {
  position: relative;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-left:30px; padding-right:30px;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span {
  -webkit-transform: translate3d(-1rem, 0, 0);
          transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow svg * {
  stroke-width: 5;
  stroke-color: transparent;
}
.btn-arrow:hover svg {
  opacity: 1;
  right: -2rem;
}

.flexWrap {
	flex-wrap: wrap;
}

.card-set {padding:15px 30px;margin-bottom:30px; background:#fff; border:1px solid #e8e8e8; border-left: 3px solid #757575; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15)}

.card-set a {
	font-weight: 300;
}

.card-set>a {
	color: #3f3f3f;
}

.card-set h5 {
	font-size: 1.1em;
}

.card-set > .row {
	color: #757575;
}
.row-card-set:hover .card-set:not(:hover) {
    opacity: 0.4;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .42s ease;
    transition: all .4s ease;
}

.row-card-set .card-set {
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.big-text{font-size:60px; font-weight: 500; color:#e2231A; line-height: 60px;margin-bottom:0;}
.big-text-secondary{font-size:26px; color:#3f3f3f;}

.stars-container{ position: relative;padding:0 15px; max-width:250px;}
.stars-container:after{ left:auto;right:0; }
.stars-container img {border:5px solid #ccc;display: inline; max-width:170px;}
.stars-container .img-container{ padding:0 23px;position: relative; }

.stars-container .img-container:before {
    background:url(https://a9effd958e0dc59aaf3b-80520a33cc33a15351bd958c9b8ecc55.ssl.cf2.rackcdn.com/star-dash.svg) no-repeat;
    color:#3a226c;
    content:' ';
    display:inline-block;
    font-size:13px;
    height:12px;
    left:-18px;
    position: absolute;
    top:47%;
    width:28px;
}

.stars-container .img-container:after{ 
    content:' '; 
    background:url(https://a9effd958e0dc59aaf3b-80520a33cc33a15351bd958c9b8ecc55.ssl.cf2.rackcdn.com/star-dash.svg) no-repeat;
    display:inline-block;
    font-size:13px;
    color:#3a226c;
    width:28px;
    height:12px; 
    position: absolute; 
    right:-15px; 
    top:47%; 
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    transform: rotate(180deg);  
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
ul.articleList{
    margin:0;
    padding:0;
    list-style: none;
}
ul.articleList li{
    border-top:1px solid #ccc;
    padding:10px 0;
    line-height: 1.43em;
}
ul.articleList.largeList li{
    border-top:1px solid #ccc;
    padding:25px 10px;
    line-height: 1.5em;
}
ul.articleList li p:last-child{
    margin:0;
}
/*ul.articleList li:last-child{
    padding:25px 0 0 0;
}*/
ul.articleList li small{
    display:block;
}

ul.articleList .li-img {
	margin-bottom: 25px;
}

ul.largeList {
	margin-bottom: 40px;
}

.logoContainer{
    display: flex;
    align-items:center;
    margin: 20px 0;
    height: 75px;
    padding:0 20px;
}
.logoContainer img{

    max-height:75px;
    width: 100%;
    margin: 0 auto;
}

.minheight-450 {
	min-height: 450px;
}

.minheight-400 {
	min-height: 400px;
}

.static-map {
	height: 400px;
	background-image: url("https://a9effd958e0dc59aaf3b-80520a33cc33a15351bd958c9b8ecc55.ssl.cf2.rackcdn.com/static-map-background.jpg");
	background-position: 65%;
	background-size: cover;
}

.static-map > .container {
	height: 100%;
}

.static-map > .container > .row {
	height: 100%;
	display: flex;
	align-items: center;
}

.static-map .card {
	margin-bottom: 0;
}
/* our-history page nav pills */

.nav-pills {
	margin-bottom: 30px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #e21c11;
}

.figure {
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	
}

.figure-container {
	width: 100%;
}

ul.copy, ol.copy {
	margin-left: 2.5em;
}

ul.copy li, ol.copy li {
	margin-bottom: .5em;
}

.subsidiary-img {
	padding: 10px;
	text-align: center;
}

.subsidiary-img img {
	height: 180px;
}
/* used to overlap next element vertically on screens > 767*/
.pull-up {
	margin-top: -112px;
}

img.one-step-circle {
	height: 225px;
}

/* One-Step animations */
#one-step-1 {
	animation-delay: 0ms;
}

#one-step-2 {
	animation-delay: 40ms;
}

#one-step-3 {
	animation-delay: 80ms;
}

#one-step-4 {
	animation-delay: 160ms;
}
/* homepage tabs red pill styling */
.ContentNav{margin-bottom:50px;margin-top:50px;background:none;border:none; }
.ContentNav ul{
    list-style:none;
    margin:0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -14px;
    margin-top: -10px;
    width:100%;
}
.ContentNav ul li{
    margin-left: 14px;
    margin-top: 10px;
}
.ContentNav ul li a{
    font-weight:500;
    font-size:16px;
    background-color:transparent;
    border-radius:100px;
    border:1px solid #e2231a;
    color:#e2231a;
    display:inline-block;
    padding:5px 20px;
    text-align:center;
    box-shadow:inset 0 0 0 40px transparent;
    white-space:nowrap;
    text-decoration: none;
    line-height: 1.4em;
    transition:all .3s ease-in-out;
 }
.ContentNav ul li a:hover{
    background-color:#e2231a;
    color:#fff;
    border:1px solid #e2231a;
    transition:all .3s ease-in-out;
}
.ContentNav ul li.ui-tabs-active a{
    background-color:#e2231a;
    color:#fff;
}
.ContentNav ul li.ui-tabs-active a:after{display: none;}

.modal {
	padding-top: 60px;
}

.modal .close-x {
	opacity: 1;
    width: 50px!important;
    height: 50px;
    padding: 10px;
    position: fixed;
    top: -50px;
    right: 0;
}

.card-image {
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
	border-radius: 3px;

}

.card-image img {
	padding-left: 0;

}

.card-image h3 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2em;
}

/*-- END Company Site Components --*/

@media (max-width:1200px) {
	.side-menu h3 a {
		font-size: .85em;
	}
}

@media (max-width:1025px) {
    .homepageHero .card-hero h1{
        line-height: 1;
        margin-bottom:10px;
    }
}

@media (max-width:991px) {
    .company-header .search-form .search-query-input {
        width: 115px;
    }

    .homepageHero .card-hero {
    	margin-bottom: -80px;
    }

	.card-hero {
		width:100%;

	}
	.card-set{
		margin:15px 0;
	}
    .ContentNav ul li a{font-size:13px;}

    .hero-secondary {
    	margin-bottom: 45px;
    }

        	/* hides all child divs of row-card-set after the second one (n+3) - adjust number to show/hide more/less*/
	.row-card-set>div:nth-child(n+3) {
		display: none;
	}
}

@media (max-width:767px) {
    h1{ font-size:30px;line-height:39px; }
	h2{ font-size:24px;line-height:32px; }
	h3{ font-size:22px;line-height:29px; }
	h4{ font-size:18px;line-height:24px; }
	h5{ font-weight: 500; font-size:16px; line-height:19px; }
	h6{ font-weight: 500; font-size:16px; line-height:28px; }
    
    .navbar-header{
        margin:15px 0px 12px 0;
    }
    .home-page{
        display: block;
        text-align: center;
        width: 100px;
        margin: 0 auto;
    }

    .homepageHero .container {
    	height: auto; /*fixes overlap with section below and gap behind card-hero*/
    }

    .no-padding-mobile {
    	padding-left: 0;
    	padding-right: 0;
    }



	.static-map {
		height: 300px;
		background-position: 56%;
		
	}

	.topmargin-lg {
		margin-top: 30px;  /* overrides bootstrap default (?)*/
	}

	.hero-secondary {
		height: auto;
	}

	.hero .card-cta {
		margin-bottom: 0;
	}

	.lead {
		font-size: 18px; /* improves visual hierarchy on tablet/mobile layouts, similar to desktop @ 21px*/
	}

	.pull-up {
		margin-top: 0;
	}
    
    .quarterColumns{
        column-count: 3;
    }

	.side-menu h3 a {
		font-size: 1em;
	}

	img.one-step-circle {
		margin: auto;
	}

	.hero-secondary .container {height:240px;}
	/* ----------------------------------------------------------------
		Mobile Menu X
	-----------------------------------------------------------------*/
	.c-hamburger {
		display: block;
		position: absolute;
		margin:8px 5px 5px 5px;
		padding: 9px 10px;
		width: 50px;
		height: 50px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		-webkit-transition: background .3s;
		transition: background .3s;
		float: right;
        top:0px;
        left:0px;
	}
	.c-hamburger:focus {
		outline: 0
	}
	.c-hamburger span {
		display: block;
		position: absolute;
		top: 23px;
		left: 13px;
		right: 13px;
		height: 1px;
		background: #FFF;
	}
	.c-hamburger span::after, .c-hamburger span::before {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #FFF;
		content: ""
	}
	.c-hamburger span::before {
		top: -8px
	}
	.c-hamburger span::after {
		bottom: -8px
	}
	.c-hamburger--htx {
		background-color: transparent;
	}
	.c-hamburger--htx span {
		-webkit-transition: background 0s .3s;
		transition: background 0s .3s
	}
	.c-hamburger--htx span::after, .c-hamburger--htx span::before {
		-webkit-transition-duration: .3s, .3s;
		transition-duration: .3s, .3s;
		-webkit-transition-delay: .3s, 0s;
		transition-delay: .3s, 0s
	}
	.c-hamburger--htx span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform
	}
	.c-hamburger--htx span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform
	}
	.c-hamburger--htx.is-active {
		background-color: transparent;
	}
	.c-hamburger--htx.is-active span {
		background: 0 0
	}
	.c-hamburger--htx.is-active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.c-hamburger--htx.is-active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.c-hamburger--htx.is-active span::after, .c-hamburger--htx.is-active span::before {
		-webkit-transition-delay: 0s, .3s;
		transition-delay: 0s, .3s
	}
    .c-hamburger--htx:after{
        content:'Menu';
        display: block;
        color:#FFF;
        width:75px;
        height:14px;
        font-size: 14px;
        line-height: 14px;
        text-align: right;
        position: relative;


    }
    .c-hamburger--htx.is-active:after{
        content:'Close';
        width:73px;
    }
    .c-hamburger--htx.collapsed:after{
        content:'Menu';
        width:75px;
    }
    .navbar{ 
        border-left:none;
        border-right:none;
    }
    .navbar-collapse, .navbar-collapse.collapsing {
        padding-right: 0px;
        padding-left: 0px;
        height: auto !important;
        position: absolute;
        top:62px;
        left:0;
        width: 0 !important;
        background-color:#fff;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
        z-index: 9000;
        margin:0 !important;
        -webkit-transition: width 0.25s; /* Safari */
        transition: width 0.25s;
        overflow: hidden !important;
    }
    .navbar-collapse.in {
        padding-right: 0px;
        padding-left: 0px;
        height: auto !important;
        width:100% !important;
        -webkit-transition: width 0.25s; /* Safari */
        transition: width 0.25s;
        overflow: hidden !important;
    }
    .navbar-nav {
        margin: 0px;
    }
    .nav {
        padding: 0px;
    }
    .navbar-nav li {
        margin-right: 0px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ddd;
    }
    .navbar-default .navbar-nav > li.dropdown > a {
        padding:20px;
        font-weight:500;
        white-space: nowrap;
    }
    .navbar-default .navbar-nav > li > a {
        padding:15px 20px;
        font-weight:300;
        white-space: nowrap;
        color: #e2231a;
    }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #E2231A;
        background:#FFF;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #E2231A;
        background:#FFF;
    }

    .dropdown-megamenu{
        border-bottom:1px solid #ddd;
    }
    .dropdown-container {
        position: relative;
        top: auto;
        left: auto;
        float: none;
        margin: 0;
        border: none;
        background-clip: padding-box;
        animation: none;
    }
    .dropdown-container{ animation: none; }
    .dropdown-megamenu > .dropdown-container {
        margin-top: 0px;
        display: block;
        padding: 0;
        top: 0px;
        min-width: auto;
        overflow: hidden;
        max-height: 0px;
        height: auto !important;
        transition: max-height 0.25s;
    }

/* transitioning max-height allows for new content/items without adjusting static height*/
    .dropdown-megamenu.open > .dropdown-container {
    	max-height: 2000px;
    	transition: max-height 0.25s;
	   	
    	
    	
    }
/*    
	-- SECTION SPECIFIC RULES USING STATIC HEIGHTS --
	These are not needed when using max-height transtions to allow for expandable content

	.dropdown-megamenu.open > .dropdown-container.careers {
        height:275px !important;
        transition: height 0.25s;
    }
    .dropdown-megamenu.open > .dropdown-container.company {
        height:380px !important;
        transition: height 0.25s;
    }
    .dropdown-megamenu.open > .dropdown-container.news {
        height:340px !important;
        transition: height 0.25s;
    }
    .dropdown-megamenu.open > .dropdown-container.stores {
        height:310px !important;
        transition: height 0.25s;
    }
    .dropdown-megamenu.open > .dropdown-container.profile {
        height:100px !important;
        transition: height 0.25s;
    }

*/
    .drop-down-header {
        background-color: #fff;
        border: none;
        box-shadow: none;
        padding:0;
    }
    .drop-down-header a{
        border-left:5px solid #fff;
        padding: 5px 20px 5px 35px !important;
        display: block;
    }
    .drop-down-header span.cta{
        color:#3f3f3f !important;
    }
    .drop-down-header span.cta:hover{
        color:#E2231A !important;
        text-decoration: none;
    }
    .drop-down-header a:hover{
        border-left:5px solid #E2231A;
        color:#E2231A;
    }
    .dropdown-container:before, .dropdown-container:after, .closeMenu{
        display: none;
    }
    .drop-down-links {
        border: none;
        box-shadow: none;
        column-count: 1;
        padding: 0px 0 20px 0;
    }
    .drop-down-links li{
        padding: 0px 20px 0px 35px;
        border-left:5px solid #FFF;
    }
    .drop-down-links li:hover { border-left:5px solid #E2231A; }
    .drop-down-links li a:hover{ text-decoration: none; }
    .dropdown-toggle .fa{
        float:right;
    }
    .dropdown-megamenu > .dropdown-container.stores p a {
        padding: 0px 0;
    }
    .dropdown-megamenu > .dropdown-container.stores a.changeLink {
        color: #E2231A !important;
        font-weight:500 !important;
        font-size:14px !important;
        width:auto !important;
    }
    .dropdown-megamenu > .dropdown-container.stores header {
        font-weight:500 !important;
        margin-top:15px;
    }
    .dropdown-megamenu > .dropdown-container.stores header svg{
        margin-left:-30px;
    }
    .mobileLogin, .mobileLogin:focus, .mobileLogin:hover{
        background-color:#E2231A !important;
        color:#fff !important;
        text-align: center;
        margin-top:20px !important;
    }
    .company-header .search-form{
        position: relative;
        margin-left:-15px;
        margin-right:-15px;
        display:block;
        border-left:none;
    }
    .company-header .search-form .navbar-collapse {
        top:auto !important;
        background:#aa2211;
        border:none;
    }
    .company-header .search-form .navbar-collapse li{
        border-bottom:none;
    }
    .company-header .search-form .mobileSearch.active{
        background: #aa2211;
        -webkit-transition: all 0.15s; /* Safari */
        transition: all 0.15s;
    }
    .company-header .search-form .mobileSearch{
        border: none;
        background: transparent;
        cursor: pointer;
        left: auto;
        right: 0px;
        position: absolute;
        top: -62px;
        width: 62px;
        height: 62px;
        -webkit-transition: all 0.15s; /* Safari */
        transition: all 0.15s;
    }
    .company-header .search-form .search.icon {
        position: relative;
        left:auto;
        right:auto;
        top:5px;
    }
    .company-header .search-form:before {
        display:none;
    }
    .company-header .search-form .search-fieldset.maximize .search-query-input {
        width: 100%;
    }
    .company-header .search-form .search-query-input {
        width: 100%;
        padding:22px;
    }
    .company-header .search-form .submit-button {
        opacity: 1;
    }
    .company-header .search-form .navbar-collapse, .company-header .search-form .navbar-collapse.collapsing {
        height: 0 !important;
        width: 100% !important;
        -webkit-transition: height 0.25s; /* Safari */
        transition: height 0.25s;
    }
    .company-header .search-form .navbar-collapse.in {
        height: 73px !important;
        width:100% !important;
        -webkit-transition: height 0.25s; /* Safari */
        transition: height 0.25s;
    }
	.hero{
	
	} 
	.hero>.card-cta{
		bottom: auto;
		top: 0;
		left: 0;
		position: absolute;
		margin-top: 300px;
		height: auto;
		margin-bottom: auto;
	}


	.homepageHero .card-hero {
		width:90%;
		margin: 15px auto -30px auto; /*margin-top to fix spacing from logo/hero copy*/
		position: static;  /*overrides absolute positioning - puts card back into flow*/
	}


	.homepageHero .card-hero h1 {
		margin-top: 10px;
		line-height: 1.4em;
	}

	h3.margin-top {
		margin-top: 20px;
	}

	.card img {
		width: 100%;
	}
	
	.btn-arrow {
	  position: relative;
	  -webkit-transition:none;
	  transition:none;
	}
	.btn-arrow span {
	  display: inline-block;
	  position: relative;
	  -webkit-transition: none;
	  transition: none;
	}
	.btn-arrow:hover span {
	  -webkit-transform: none;
			  transform: none;
	}
	.btn-arrow svg {
	  display: none;
	}
}

@media (max-width:479px) {
    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        display: block;
        margin-top:8px;
    }
	.hidden-xxs {
		display: none!important;
	}
	.homepageHero {
		padding-top: 30px;
	}

	/* mobile-card-popout makes cards inline in mobile/xs layouts */
	.mobile-card-popout .container {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.hero {

	}

	.no-copy {
		padding-top: 120px;
	}

	.hero .card-basic {
		left: 0;
		height: auto;
	}

	.homepageHero .card-hero {
		width: 100%;
		margin-top: 30px;

	}

	.homepageHero .card-hero h1 {
	margin-bottom: 10px;
}


	/* .col-xxs-12 overides bootstrap col-xs-6 - extend to card-set container divs for 4col/2col/1col layout in desktop/tablet/mobile*/
	.col-xxs-12 {
		width: 100%;
	}

	/* hides all child divs of row-card-set after the first one (n+2) - adjust number to show/hide more/less*/
	.row-card-set>div:nth-child(n+2) {
		display: none;
	}

		/* adds border to group stacked elements visually */
	.mobile-bottom-border {
	    border-bottom: 1px solid #E8E8E8;
	    padding-bottom: 20px;
	}

	.mobile-bottom-border:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
	}

	.hero .card-cta {
		margin-right: 0;
		margin-left: 0;
		padding: 15px;
		min-width: 100%;
		border-left: 0;
	}

	.hero-secondary {
		margin-bottom: 90px;
	}

	ul.copy, ol.copy {
		margin-left: 1.5em;
	}
    .quarterColumns{
        column-count: 2;
    }
    .ContentNav{margin-bottom:20px; }
    .ContentNav ul{
        justify-content: flex-start;
    }
    .ContentNav ul li{
        width:auto;clear:none;
    }

}
@keyframes show {
    0% {
    display:none;
    max-height:0
    }
    to {
    max-height:250px
    }
}
@keyframes slide {
    0% {
    width:0 !important;
    }
    to {
    width:100% !important;
    }

}


.aspect-ratio-16-9 {
    height: 0;
    padding:0 0 56.25%;
    position: relative;
    width:100%;
}
.aspect-ratio-16-9 iframe {
    bottom:0;
    height:100%;
    left:0;
    position: absolute;
    right:0;
    top:0;
    width:100%;
}


/*  One Step ------------------------------------------- */

.os-module .btn-lg img {
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	width: auto;
}

/* Specific os-water styles */
.os-module.os-water .osm-2 {
    background-color:#156CA5;
}
.os-module.os-water .osm-2 img {
    width:80%;
}
/* Specific os-potatoes styles */
.os-module.os-potatoes .osm-2 {
    background-color:#681210;
}
.os-module.os-potatoes .osm-2 img {
    width:85%;
}
/* Specific os-paper-towels styles */
.os-module.os-paper-towels .osm-2 {
    background-color:#467D3C;
}
.os-module.os-paper-towels .osm-2 img {
    width:80%;
}
/* Specific os-cereal styles */
.os-module.os-cereal .osm-2 {
    background-color:#A9510B;
}
.os-module.os-cereal .osm-2 img {
    width:70%;
}


/* Generic osm-1 styles */
.osm-1 {
    background-color:#ccc;
    background-position:left center;
    background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    background-size: cover;
    position:relative;
}
.osm-1 .container {
    position: relative;
    z-index: 2;
}
.osm-1 h3 {
    color: #fff;
    font-size: 2.625em;
    line-height: 1.45;
    margin:0 auto;
    padding-bottom: 4em;
    padding-top: 4em;
    text-align: center;
}
    @media (max-width: 767px){
        
        .osm-1 h3 {
            font-size:2.25em;
        }
    }
.osm-1 .os-logo {
    height:auto;
    position:absolute;
    right:2em;
    top:2em;
    width:6.25em;
    z-index: 3;
}


/* Generic osm-2 styles */
.osm-2 {
    padding: 4.5em 0;
    position:relative;
}
.osm-2 .row {
    position: relative;
}
.osm-2 h3 {
    border-bottom: 2px solid #fff;
    color:#fff;
    font-size:2.625em;
    font-weight: lighter;
    line-height: 1.3;
    margin: 0 0 1.5em;
    padding: 0 0 .5em;
    
}
    @media (max-width: 767px){
        
        .osm-2 h3 {
            text-align: center;
        }
    }
.osm-2 ul {
    list-style: none;
    margin:0;
    padding: 0 0 1em;
}
    @media (max-width: 767px){
        
        .osm-2 ul {
            text-align: center;
        }
    }
.osm-2 li {
    color: #fff;
    margin: 0 0 1em 0;
}
.osm-2 li strong {
    display:block;
}
.osm-2 .figure {
    margin:0 auto 2em; 
    position: relative;
}

    @media (max-width: 767px){
        
        .osm-2 .figure {
            max-width: 12.5em;
        }
    }
.osm-2 .figure img {
    
}
    @media (max-width: 767px){
        
        .osm-2 .figure img {
            width:100% !important;
        }
    }
.osm-2 .figure:after {
    background-image:url(https://a9effd958e0dc59aaf3b-80520a33cc33a15351bd958c9b8ecc55.ssl.cf2.rackcdn.com/one-step/line.png);
    background-position: right top;
    background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
    background-size: contain;
    content:"";
    height:100%;
    margin: 0;
    position: absolute;
    right:0;
    top:0;
    width:50%;
    z-index: 2;
}
    @media (max-width: 767px){
        
        .osm-2 .figure:after {
            display:none;
        }
    }
.osm-2 .figcaption {
    color:#fff;
    font-size: 1.5em;
    text-align: left;
}
    @media (max-width: 767px){
        .osm-2 .figcaption {
            text-align: center;
        }
    }
.osm-2 .figcaption strong {
    color: inherit;
    display:block;
    font-weight: bold;
    line-height:1.3;
}
.osm-2 .figcaption p {
    color: inherit;
    font-weight: lighter;
    line-height: 1.5;
    margin:0 auto;
}


.os-more .figure a {
    display:block;
}
.os-more .figure img {
    display: block;
    margin: 0 auto;
    width: 75%;
}


.os-detail-page .card-hero {
    margin-top: -45px;
}

.os-main-page .card-hero {
    margin: -80px auto 0 auto;
    padding: 2em;
    position: relative;
}
.os-main-page .card-hero:after {
    clear:both;
    content:"";
    display:table;
}
.os-main-page .card-hero h1 {
    background-image: url(https://a9effd958e0dc59aaf3b-80520a33cc33a15351bd958c9b8ecc55.ssl.cf2.rackcdn.com/one-step/one-step-logos.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    height: 125px;
    line-height: 1;
    margin: .25em auto .75em;
    padding: 0;
    text-indent: -999em;
}
.os-main-page .hero {
    background-color: #ec6a20 !important;
    height: 500px;
}
    @media (max-width: 767px){
        .os-main-page .hero {
            width: 100%;
            height: 370px;
        }
    }


.os-meals-callout {
    padding: 20px 0;
    position: relative;
}
.os-meals-callout:after {
    background-color:#ccc;
    background-position: center center;
    background-repeat:no-repeat;
        -webkit-background-size: cover;
    background-size: cover;
    content: "";
    display:block;
}
    @media (min-width: 768px){
        .os-meals-callout:after {
            background-image:url(https://a9effd958e0dc59aaf3b-80520a33cc33a15351bd958c9b8ecc55.ssl.cf2.rackcdn.com/one-step/mealsfth.jpg);
            bottom:0;
            left:0;
            position: absolute;
            right: 52.5%;
            top:0;
        }
    }
.os-eggs-origin {
    border: 8px solid #FFF;
    border-radius: 4px;
    bottom: 90%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    position: absolute;
    right: .5em;
    width: 275px;
    z-index: 2;
}
.os-eggs-origin:after {
    content:"";
    display:block;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    left:50%;
    margin: 8px 0 0 -4px;
    position: absolute;
    top:100%;
}


/* Homefront ------------------------------------------- */
.hf-logo {
    max-width: 250px;
}
.hf-hiring-heroes {
    background-image: url(https://a9effd958e0dc59aaf3b-80520a33cc33a15351bd958c9b8ecc55.ssl.cf2.rackcdn.com/homefront/hiring-heroes.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size:;
    padding: 170px 20px 20px 20px;
    width: 280px;
}
.hf-navigation {
    background-color: #E2231A;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.hf-navigation li {
    border-bottom: 1px solid #aa2211;
    display: block;
    font-size:16px;
    margin: 0;
}
@media (min-width:768px){
    .hf-navigation li {
        border-bottom: none;
        display: inline-block;
    }
    .hf-navigation li + li:before {
        background-image:url(https://a9effd958e0dc59aaf3b-80520a33cc33a15351bd958c9b8ecc55.ssl.cf2.rackcdn.com/homefront/star.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 10px auto;
        content:"";
        display: inline-block;
        height: 1em;
        margin: 0 2px;
        vertical-align: middle;
        width: 1em;
    }
}
.hf-navigation li a {
    color: #fff;
    display: inline-block;
    padding: 5px 5px;
    text-decoration: none;
    vertical-align: middle;
}
.hf-navigation li a:hover {
    background-color: #aa2211;
}
.hf-roundup-total {
    overflow: auto;
}
.hf-roundup-total .table {
    min-width: 700px;
}

/* Homegrown page
------------------------------------------------------------------- */
.homegrown-map {
    shape-outside: polygon(70px 314px, 15px 313px, 16px 128px, 213px 127px, 211px 0px, 500px 0px, 500px 500px, 276px 500px, 276px 467px, 70px 467px);
    clip-path: polygon(70px 314px, 15px 313px, 16px 128px, 213px 127px, 211px 0px, 500px 0px, 500px 500px, 276px 500px, 276px 467px, 70px 467px);
    shape-margin: 20px;
    width: 500px;
    height: 500px;
    float: right;
}

.homegrown-map img {
    display: block;
    max-width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 20px;
    left: 40%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #3f3f3f;
    text-align: left;
    text-shadow: none;
}

.carousel-indicators {
    width:100px;
    margin-left:-50px;
}

.carousel-indicators li {
    background-color: #ccc;
    border: none;
}

.carousel-indicators .active,
.carousel-indicators li:hover {
    background-color: #e21c11;
    border: none;
}

.carousel-control {
    width: 10%;
    opacity: 1;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 50px;
    height: 50px;
    line-height: 1;
    background-color: #e21c11;
    border-radius: 50%;
    line-height: 45px;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 1;
}

.carousel-control:hover .icon-prev,
.carousel-control:hover .icon-next {
    background-color: #af0000;
}

.carousel-control .icon-next:before, .carousel-control .icon-prev:before {
    content: '';
}

.item-content {
    display: flex;
    align-items: flex-end;
}

.item-content img {
    width: 400px;
    height: 400px;
}

.item-content .item-information {
    padding: 15px 130px 40px 15px;
    align-self: flex-start;
}

.tab-products{
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: space-around;
    margin-left:0;
}

.tab-products img{
    display: block;
    max-width: 100px;
}

.tab-products li{
    position: relative;
    padding-bottom: 5px;
}

.tab-products li a{
    color:#3f3f3f;
    font-weight: 500;
    text-decoration: none;
    transition: color 250ms;
}

.tab-products li a:hover{
    color:#e21c11;
    transition: color 250ms;
}

.tab-products li a:after{
    display: block;
    content: "";
    height: 0px;
    width: 50px;
    background: #e21c11;
    transition: height 250ms;
    position: absolute;
    bottom: 0;
    left: 25px;
}

.tab-products li.active a{
    color:#e21c11;
}

.tab-products li.active a:after{
    height:3px;
    transition: height 500ms;
}

.tab-content{
    min-height: 440px;
}

.recipeCards {
    display: flex;
    justify-content: space-between;
}

figure.recipe {
    border: 1px solid #e8e8e8;
    width: 23%;
    position: relative;
}

figure.recipe img {
    width: 100%;
}

figure.recipe figcaption {
    padding: 24px;
    line-height: 1.4;
    margin-bottom: 24px;
}

figure.recipe figcaption small a {
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color .3s cubic-bezier(.55, .085, .68, .53), color .3s cubic-bezier(.55, .085, .68, .53);
    text-transform: capitalize;
    border: 0;
    color: #cc3000;
    display: block;
    line-height: 1.4;
    margin-bottom: 5px;
}

figure.recipe figcaption a {
    font-weight: 300;
    color: #3f3f3f;
}

figure.recipe figcaption footer {
    display: block;
    position: absolute;
    bottom: 16px;
}

figure.recipe figcaption footer small {
    font-weight: 500;
    color: #707070;
}

@media (max-width: 991px) {
    .tab-content{
        min-height: 410px;
    }
    figure.recipe figcaption {
        padding: 16px;
        margin-bottom: 16px;
    }

    figure.recipe figcaption footer {
        bottom: 8px;
    }
}

@media (max-width: 768px) {
    .homegrown-map {
        shape-outside: polygon(42px 188px, 9px 188px, 10px 77px, 128px 76px, 127px 0px, 300px 0px, 300px 300px, 165px 300px, 165px 280px, 43px 280px);
        clip-path: polygon(42px 188px, 9px 188px, 10px 77px, 128px 76px, 127px 0px, 300px 0px, 300px 300px, 165px 300px, 165px 280px, 43px 280px);
        width: 300px;
        height: 300px;
    }

    .item-content {
        flex-direction: column;
        align-items: center;
    }

    .item-content .item-information {
        padding: 10px;
        align-self: auto;
        order: 1;
    }

    .item-content .item-image {
        order: 2;
    }

    .tab-products{
        flex-wrap: wrap;
    }

    .recipeCards {
        flex-wrap: wrap;
    }

    figure.recipe {
        width: 48%;
        margin-bottom:24px;
    }
}

@media (max-width: 479px) {
    .homegrown-map {
        width: auto;
        height: 100%;
        float: none;
        display: block;
        clip-path: none;
    }

    .carousel-control.left {
        display: none;
    }

    .carousel-control .icon-next {
        top: 20px;
    }

    figure.recipe {
        width: 100%;
        margin-bottom:16px;
    }
}