.tran-all {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.ccm-page h1 {
  font-size: 34px;
  font-weight: 400;
}
.ccm-page h2 {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  color: #888888;
}
.ccm-page h3 {
  font-size: 18px;
  line-height: 18px;
}
.ccm-page form .alert-danger {
  border-color: black !important;
  border-width: 2px !important;
  color: black;
  font-weight: bold;
}
.ccm-page form .alert-danger .error {
  font-weight: normal;
}
.myfoodlink-image-slider-title .rslides .ccm-image-slider-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100% - 160px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 160px;
}
.myfoodlink-image-slider-title .rslides .ccm-image-slider-text h2 {
  text-transform: none;
  font-weight: normal;
  font-size: 33px;
  color: white;
  background: black;
  padding: 20px 28px;
  border-radius: 40px;
  display: inline-block;
  margin: 0;
}
.myfoodlink-image-slider-title .rslides .ccm-image-slider-text .ccm-image-slider-title {
  margin-top: 0;
}
.pageContent {
  padding: 30px 0 80px;
  min-height: 800px;
}
@media (min-width: 768px) {
  .top {
    position: relative;
  }
  .top .topImage .img-responsive {
    width: 100%;
  }
  .top .topWrapper {
    position: absolute;
    top: 0;
    z-index: 500;
    left: 0;
    width: 100%;
  }
  .top .topWrapper .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .top .topWrapper .navbar .navbar-collapse {
    text-align: center;
  }
}
.top .topWrapper {
  background-color: rgba(39, 38, 38, 0.8);
}
.top .topWrapper .logo {
  margin-top: 10px;
  height: 120px;
  width: auto;
}
.top .topWrapper .topRight ul {
  text-align: right;
}
.top .topWrapper .topRight ul li {
  display: inline-block;
  margin-top: 6px;
}
.top .topWrapper .topRight ul li a {
  color: white;
  border-top: 4px solid transparent;
  padding-top: 5px;
  margin-left: 10px;
}
.top .topWrapper .topRight ul li a:hover {
  text-decoration: none;
  color: #da151a;
}
.top .topWrapper .topRight ul li a.active {
  border-color: white;
}
.top .topWrapper .topRight ul li a.active:hover {
  color: white;
}
.top .topWrapper .navbar-default {
  background-color: transparent;
  margin-bottom: 0;
  min-height: 30px;
  border-color: transparent;
}
.top .topWrapper .navbar-default ul li a {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  padding: 5px 10px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
}
.top .topWrapper .navbar-default ul li a:hover {
  background-color: transparent;
  color: #da151a;
}
.top .topWrapper .navbar-default ul li a.active {
  color: white;
  font-weight: 700;
  background-color: transparent;
}
.top .topWrapper .navbar-default ul li a.active:hover {
  background-color: transparent;
  color: white;
  cursor: default;
}
.top .topWrapper .navbar-default button {
  border: 0px;
}
.top .topWrapper .navbar-default button .icon-bar {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  background-color: white;
  padding: 2px;
  margin-bottom: 5px;
  width: 30px;
}
.top .topWrapper .navbar-default button .icon-bar:hover {
  background-color: #da151a;
}
.top .topWrapper .navbar-default button:hover {
  background-color: transparent;
}
.top .topWrapper .navbar-default button:hover .icon-bar {
  background-color: #da151a;
}
.top .topWrapper .navbar-default button:focus {
  background-color: transparent;
}
.top .topWrapper .navbar-default button:focus .icon-bar {
  background-color: #da151a;
}
.homeContent {
  margin: 30px 0;
}
.homeContent hr {
  border: 1px solid #cccccc;
  margin: 50px 15px 30px;
}
.homeContent a {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  color: inherit;
}
.homeContent a:hover {
  text-decoration: none;
  color: #da151a;
}
.homeContent .features {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.homeContent .features p {
  color: black;
}
.homeContent .features img {
  border: 1px solid black;
  width: 100%;
  height: auto;
}
.homeContent .hello {
  text-align: center;
}
.homeContent .hello h1 {
  font-size: 33px;
  font-weight: 400;
}
.homeContent .specials h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.homeContent .specials img {
  border: 1px solid black;
  width: 100%;
  height: auto;
}
.homeContent p {
  font-weight: 400;
  color: #888888;
  line-height: 27px;
  font-size: 16px;
}
.homeContent .homeDetails {
  text-align: center;
  color: #888888;
}
.homeContent .homeDetails h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  font-size: 22px;
  line-height: 30px;
}
.homeContent .homeDetails p {
  font-size: 16px;
  line-height: 22px;
  color: #888888;
}
.pageContent {
  margin: 30px 0;
}
.pageContent h1,
.pageContent h2,
.pageContent h3,
.pageContent h4,
.pageContent h5 {
  color: black;
  font-weight: 400;
  text-transform: none;
}
.pageContent h1 {
  font-size: 40px;
}
.pageContent h1:first-child {
  margin-top: 0;
  line-height: 40px;
}
.pageContent h2 {
  font-size: 33px;
  margin-top: 40px;
}
.pageContent h3 {
  font-size: 30px;
  margin-top: 40px;
}
.pageContent p {
  font-size: 16px;
  line-height: 27px;
  color: #888888;
}
.pageContent .rightColumn {
  margin-top: 60px;
}
.pageContent .rightColumn p {
  font-size: 14px;
  margin-bottom: 20px;
}
.pageContent ul.navbar-nav {
  margin-left: 50px;
}
.pageContent ul.navbar-nav li {
  float: none;
}
.pageContent ul.navbar-nav li a {
  padding: 0;
  font-size: 15px;
  line-height: 29px;
  color: black;
  background-color: transparent;
}
.pageContent ul.navbar-nav li a:hover {
  background-color: transparent;
  color: #da151a;
}
.pageContent ul.navbar-nav li a.active {
  background-color: transparent;
}
.pageContent .nav li {
  list-style: disc;
  display: list-item;
}
.innerNav {
  background-color: black;
}
.innerNav .inner-nav {
  min-height: 40px;
}
.innerNav .inner-nav ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.innerNav .inner-nav ul li {
  float: left;
  padding: 10px 20px 10px 0;
}
.innerNav .inner-nav ul li a {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  color: white;
  text-transform: uppercase;
}
.innerNav .inner-nav ul li a.active {
  font-weight: 700;
}
.innerNav .inner-nav ul li a.active:hover {
  color: white;
  cursor: default;
}
.innerNav .inner-nav ul li a:hover {
  color: white;
  text-decoration: none;
  color: #da151a;
}
.footer {
  background-color: #272626;
  padding-bottom: 30px;
}
.footer .footerNav {
  background-color: #525151;
}
.footer .footerNav ul {
  text-align: center;
}
.footer .footerNav ul li {
  display: inline-block;
  margin: 10px;
}
.footer .footerNav ul li a {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
}
.footer .footerNav ul li a:hover {
  text-decoration: none;
  color: #da151a;
}
.footer .footerLeft .footerLogo {
  width: 128px;
  height: auto;
}
.footer .footerRight {
  text-align: right;
  color: #bcbcbc;
}
.footer .footerRight img {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}
.footer .footerRight a {
  color: #bcbcbc;
  font-weight: 400;
}
.footer h4 {
  color: #888888;
}
#ccm-account-menu-container {
  display: none;
}
@media screen and (min-width: 1250px) {
  .container {
    width: 1250px;
  }
}
@media screen and (max-width: 767px) {
  .top {
    display: flex;
    flex-direction: column;
  }
  .top .topWrapper {
    order: -1;
  }
  .topWrapper .navbar-toggle .icon-bar {
    transition: 300ms ease-in-out;
    position: relative;
    width: 26px;
    height: 3px;
  }
  .topWrapper .navbar-toggle .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -9px;
  }
  .topWrapper .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
  }
  .topWrapper .navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
  }
  .topWrapper .navbar-toggle.collapsed .icon-bar {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    opacity: 1;
  }
  .topWrapper .topLeft {
    text-align: center;
  }
  .topWrapper .topRight ul {
    padding-left: 0;
    text-align: center;
  }
  .welcome {
    height: 300px;
  }
  .homeContent .features img {
    margin-bottom: 40px;
  }
  .homeContent .features img:last-child {
    margin-bottom: 0px;
  }
  .myfoodlink-image-slider-title .rslides .ccm-image-slider-text {
    height: 100%;
    margin-top: 0;
  }
  .myfoodlink-image-slider-title .rslides .ccm-image-slider-text h2 {
    background: rgba(0, 0, 0, 0.6);
  }
}
