﻿body {
  padding-bottom: 20px;
  font-family: "Source Sans Pro", Arial, Verdana, Helvetica, sans-serif;
  font-weight: 300; }

.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 25px; }

.facebookComments {
  padding-top: 40px; }

.cookieNotification {
  position: fixed;
  bottom: 1px;
  z-index: 1001;
  background: white;
  border-top: 2px solid #f3792b;
  padding: 20px 0px;
  width: 100%;
  display: none; }
  @media screen and (max-width: 768px) {
    .cookieNotification {
      font-size: 12px; } }
  .cookieNotification .buttonBlock {
    text-align: center; }
    .cookieNotification .buttonBlock button {
      padding: 5px 15px;
      background: #f3792b;
      color: white;
      border: 0px; }

.ad {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .ad.sidebar {
    width: 300px;
    max-width: unset;
    padding-bottom: 10px;
    padding-top: 0px;
    border-bottom: 1px solid #e2dde1;
    margin-bottom: 20px; }
    @media screen and (max-width: 1000px) {
      .ad.sidebar.first {
        border-bottom: 0px;
        margin: 5px 40px 0px 20px;
        height: 250px; } }
  .ad.padded {
    margin-bottom: 20px; }
    .ad.padded.borderline {
      border-bottom: 1px solid #64b6ac;
      max-width: 945px;
      margin: 0px auto 40px;
      padding-bottom: 50px; }
  .ad div {
    margin: 0px auto; }
  .ad .placeholder {
    background: white;
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }

.orange {
  color: #f3792b; }

.userNote {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  padding: 20px 0px 10px 0px;
  border-bottom: 2px solid #e2dde1;
  font-weight: bold;
  color: white;
  background: #4caf50; }

.adminRemoveButton {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }

.checked {
  background: url(img/KI-checkbox.png);
  width: 25px !important;
  height: 25px !important;
  cursor: pointer;
  background-size: cover;
  margin-right: 10px; }

input[type="checkbox"].kiCheck {
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0; }
  input[type="checkbox"].kiCheck:checked + .checked {
    background: url(img/KI-checkbox-selected.png);
    background-size: cover; }
  input[type="checkbox"].kiCheck:checked + input[type='hidden'] + .checked {
    background: url(img/KI-checkbox-selected.png);
    background-size: cover; }

#signUpForm .checkboxrow p, #signUpForm .checkboxrow div {
  position: relative;
  font-size: 20px; }
  #signUpForm .checkboxrow p .desc, #signUpForm .checkboxrow div .desc {
    display: inline-block;
    width: calc(100% - 40px); }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #f3792b; }

input:focus + .slider {
  box-shadow: 0 0 1px #f3792b; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 24px; }

.slider.round:before {
  border-radius: 50%; }

.playFair {
  font-family: "Playfair Display", serif; }

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-weight: 400; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 45px; }

.redirectPage .filters {
  margin-bottom: 20px; }
  .redirectPage .filters input[type='text'] {
    margin-bottom: 10px; }
  .redirectPage .filters button {
    background: #64b6ac;
    color: white;
    padding: 10px 30px;
    border: 0px;
    font-weight: 500;
    box-shadow: 0px 0px 6px -4px black; }
    .redirectPage .filters button:hover {
      background: #00aa9a; }

.redirectPage .filterTable .row {
  padding: 10px 0px; }
  .redirectPage .filterTable .row.headRow {
    border-bottom: 1px solid #64b6ac; }
  .redirectPage .filterTable .row button {
    border-radius: 50%;
    height: 35px;
    width: 36px;
    border: 0px;
    background: #4caf50;
    color: white; }
    .redirectPage .filterTable .row button .glyphicon {
      right: -1px;
      top: 3px; }
    .redirectPage .filterTable .row button.deleteButton {
      background: #ca4935;
      margin-left: 10px; }
      .redirectPage .filterTable .row button.deleteButton span {
        right: 0px; }

.redirectPage .row {
  margin-left: 0px;
  margin-right: 0px; }

#adminTrendingPage .form-control {
  width: 100%;
  max-width: 100%; }

#adminTrendingPage .row > div {
  padding: 5px 0px; }

#adminTrendingPage .row .text-right {
  padding-right: 10px;
  position: relative;
  top: 7px; }

#adminTrendingPage .titleRow .text-right {
  top: inherit; }

@media screen and (max-width: 767px) {
  #adminTrendingPage .titleRow {
    display: none; }
  #adminTrendingPage .text-right {
    text-align: center; } }

#cookbookModal {
  position: fixed;
  top: calc(50% - 200px);
  height: 360px;
  max-width: 500px;
  width: 100%;
  display: none;
  left: calc(50% - 250px);
  background: white;
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 500px) {
    #cookbookModal {
      left: inherit;
      margin: 10px;
      width: calc(100% - 20px);
      z-index: 1000;
      padding: 0px 20px; } }
  #cookbookModal img {
    width: 100px;
    height: 100px;
    margin: 130px 0px; }
  #cookbookModal a {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #64b6ac; }
  #cookbookModal h1 {
    border-bottom: 1px solid #e2dde1;
    color: #64b6ac;
    display: table;
    font-family: "Playfair Display",serif;
    font-size: 30px;
    font-weight: bold;
    margin: 20px auto;
    padding: 0 30px 10px 30px;
    text-align: center; }
  #cookbookModal .cookbookBox {
    max-width: 420px;
    width: 100%;
    margin: 0px auto;
    height: 120px;
    overflow-y: scroll;
    border: 1px solid #6c6a6a;
    font-size: 18px; }
    #cookbookModal .cookbookBox input[type="checkbox"] {
      position: relative;
      top: 1.5px;
      margin-right: 5px; }
    #cookbookModal .cookbookBox .row {
      margin: 5px 0px !important;
      padding: 0px 10px; }
  #cookbookModal .buttonArea {
    text-align: center; }
    #cookbookModal .buttonArea button {
      -webkit-transition: all .25s;
      transition: all .25s;
      border: none;
      color: #fff;
      font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
      font-size: 18px;
      font-weight: bold;
      height: 100%;
      min-height: 50px;
      background-color: #64b6ac;
      width: 100%;
      max-width: 420px;
      margin-top: 20px; }
      #cookbookModal .buttonArea button img {
        margin: 0px;
        width: 40px;
        height: 40px; }
  #cookbookModal .alreadyInList {
    color: gold;
    float: right;
    top: 4px;
    position: relative; }
    #cookbookModal .alreadyInList .tooltiptext {
      visibility: hidden;
      width: 145px;
      background-color: black;
      opacity: .9;
      color: white;
      text-align: center;
      border-radius: 5px;
      padding: 5px 0px;
      right: -9px;
      top: 23px;
      font-size: 14px;
      font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
      position: absolute;
      z-index: 1; }
    #cookbookModal .alreadyInList:hover .tooltiptext {
      visibility: visible; }
  #cookbookModal .newcook {
    position: relative;
    border: solid 1px #aaa;
    height: 40px;
    max-width: 420px;
    width: 100%;
    margin: 20px auto; }
    #cookbookModal .newcook input[type="text"] {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      border: none;
      box-sizing: border-box;
      color: #aaa;
      font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
      font-size: 18px;
      font-weight: bold;
      height: 100%;
      padding: 0 10px;
      width: calc(100% - 100px);
      max-width: 100%; }
    #cookbookModal .newcook button {
      -webkit-transition: all .25s;
      transition: all .25s;
      border: none;
      color: #fff;
      font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
      font-size: 18px;
      font-weight: bold;
      height: 100%;
      min-height: 38px;
      background-color: #ddd;
      width: 100px; }

.errorPage {
  text-align: center; }
  .errorPage h1 {
    color: #64b6ac;
    display: block;
    font: 900 48px "Playfair Display",serif !important;
    letter-spacing: 1px;
    max-width: none;
    margin: 20px 0 -10px; }
  .errorPage p {
    max-width: 640px;
    margin: 25px auto 25px;
    color: #6c6a6a;
    font: 600 24px "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif !important; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.truncated {
  text-transform: capitalize;
  color: #f3792b;
  font-weight: bold; }

.modal-backdrop.in {
  display: none; }

.dl-horizontal dt {
  white-space: normal; }

.select2-container--open {
  z-index: 20000; }

#grocerySubmit img {
  height: 35px;
  margin-top: -10px;
  margin-bottom: -10px; }

.pageContainer {
  max-width: 945px;
  margin: 0px auto; }

#GroceryPage .headArea img {
  max-width: 100%; }

#GroceryPage .pageContainer {
  padding-top: 40px; }
  #GroceryPage .pageContainer .groceryItemAdder {
    padding-top: 10px;
    position: relative; }
    #GroceryPage .pageContainer .groceryItemAdder input {
      max-width: 100%;
      width: 100%; }
    #GroceryPage .pageContainer .groceryItemAdder span {
      position: absolute;
      right: 25px;
      top: 9px;
      color: #f3792b;
      cursor: pointer; }
  #GroceryPage .pageContainer .listContainer {
    padding-right: 15px;
    padding-left: 15px; }
  #GroceryPage .pageContainer .sortTool {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted teal; }
    @media screen and (max-width: 767px) {
      #GroceryPage .pageContainer .sortTool .checkboxArea {
        width: 50%; }
      #GroceryPage .pageContainer .sortTool button {
        float: right;
        margin-bottom: 10px;
        margin-right: 0px !important; }
      #GroceryPage .pageContainer .sortTool .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px; }
        #GroceryPage .pageContainer .sortTool .col-xs-12 > span {
          width: 100% !important;
          margin-bottom: 10px;
          max-width: 100%; } }
    #GroceryPage .pageContainer .sortTool .checkboxArea {
      display: inline-block;
      margin-right: 15px; }
      #GroceryPage .pageContainer .sortTool .checkboxArea input {
        position: relative;
        top: 3px;
        margin-right: 10px; }
      #GroceryPage .pageContainer .sortTool .checkboxArea label {
        font-weight: normal; }
    #GroceryPage .pageContainer .sortTool .select2 {
      display: inline-block;
      margin-right: 15px;
      max-width: 150px; }
    #GroceryPage .pageContainer .sortTool button {
      margin-right: 15px;
      padding: 3px 12px; }
  #GroceryPage .pageContainer .container .headerRow {
    padding-top: 10px;
    border-bottom: 2px solid #f3792b;
    margin-bottom: 10px; }
    #GroceryPage .pageContainer .container .headerRow b {
      font-size: 18px; }
  #GroceryPage .pageContainer .container .itemRow {
    border-bottom: 1px dotted #64b6ac;
    padding-bottom: 4px; }
    #GroceryPage .pageContainer .container .itemRow input[type=checkbox] {
      position: relative;
      margin-right: 10px;
      top: 3px; }

.trending-bar {
  border-bottom: 2px solid #e2dde1;
  padding: 10px 10px 5px 10px; }
  .trending-bar.mobile {
    padding: 20px 0px; }
  @media screen and (max-width: 480px) {
    .trending-bar.desktop {
      display: none; }
    .trending-bar.mobile {
      display: block; }
      .trending-bar.mobile .now {
        text-align: center;
        margin: 0;
        padding: 0;
        color: #64b6ac;
        font-weight: 600;
        font-size: 16px; }
      .trending-bar.mobile .trendingItem {
        text-align: center;
        font-size: 20px;
        font-weight: 200; } }
  @media screen and (min-width: 481px) {
    .trending-bar.desktop {
      display: block; }
    .trending-bar.mobile {
      display: none; } }
  .trending-bar .trending-slider .slick-prev, .trending-bar .trending-slider .slick-next {
    background-size: cover;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    z-index: 1000;
    top: 0px;
    position: absolute;
    background-origin: content-box; }
    .trending-bar .trending-slider .slick-prev:before, .trending-bar .trending-slider .slick-next:before {
      content: ''; }
  .trending-bar .trending-slider .slick-prev {
    left: 10px !important;
    background-image: url(img/arrowleft.svg); }
  .trending-bar .trending-slider .slick-next {
    right: 10px !important;
    background-image: url(img/arrowright.svg); }
  .trending-bar .trending, .trending-bar .addRecipe {
    display: inline-block; }
  .trending-bar .trending {
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 15px;
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    height: 20px; }
    .trending-bar .trending .now {
      color: #64b6ac; }
    .trending-bar .trending .glyphicon {
      color: #64b6ac;
      padding-left: 10px; }
    .trending-bar .trending .trending-items .trendingItem:first-child:before {
      content: ""; }
    .trending-bar .trending .trending-items .trendingItem:before {
      content: "\2022";
      margin: 0 5px;
      display: inline-block;
      color: #6c6a6a;
      position: relative;
      top: -1px; }
  .trending-bar .addRecipe {
    float: right;
    padding-right: 5px; }
    .trending-bar .addRecipe a {
      color: #6c6a6a;
      font-size: 16px; }
      .trending-bar .addRecipe a:hover {
        color: #ca4935; }

.field-validation-error {
  color: #ca4935; }

.newRecipePage {
  padding-top: 40px; }
  .newRecipePage .titleArea input, .newRecipePage .titleArea textarea, .newRecipePage .descriptionArea input, .newRecipePage .descriptionArea textarea, .newRecipePage .ingredientsArea input, .newRecipePage .ingredientsArea textarea, .newRecipePage .directionsArea input, .newRecipePage .directionsArea textarea, .newRecipePage .sourceArea input, .newRecipePage .sourceArea textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 0px; }
  .newRecipePage .titleArea p, .newRecipePage .descriptionArea p, .newRecipePage .ingredientsArea p, .newRecipePage .directionsArea p, .newRecipePage .sourceArea p {
    margin-bottom: 0px; }
  .newRecipePage .submitArea {
    padding-top: 15px;
    text-align: right; }
  .newRecipePage .leftCol {
    padding-left: 15px;
    border-left: 1px solid #64b6ac; }
    .newRecipePage .leftCol h5 {
      font-size: 24px;
      font-weight: 600;
      border-bottom: 1px dotted #64b6ac;
      padding-bottom: 10px; }
    .newRecipePage .leftCol .ownerimage {
      padding-top: 15px; }
      .newRecipePage .leftCol .ownerimage input {
        position: relative;
        top: 3px;
        margin-right: 5px; }
      .newRecipePage .leftCol .ownerimage a {
        color: #f3792b; }
        .newRecipePage .leftCol .ownerimage a:hover {
          color: #ca4935; }
    .newRecipePage .leftCol .authorArea {
      padding-bottom: 20px; }
      .newRecipePage .leftCol .authorArea .avatar {
        vertical-align: top;
        width: 75px;
        display: inline-block; }
        .newRecipePage .leftCol .authorArea .avatar img {
          width: 75px;
          height: 75px;
          border-radius: 50%; }
      .newRecipePage .leftCol .authorArea .name {
        padding-left: 15px;
        padding-top: 10px;
        display: inline-block; }
        .newRecipePage .leftCol .authorArea .name b {
          font-size: 18px; }
        .newRecipePage .leftCol .authorArea .name a {
          color: #6c6a6a; }
          .newRecipePage .leftCol .authorArea .name a:hover {
            color: #64b6ac; }
    .newRecipePage .leftCol .picture input[type="file"] {
      display: none; }
    .newRecipePage .leftCol .picture .buttonSection {
      display: inline-block;
      width: calc(100% - 85px); }
      .newRecipePage .leftCol .picture .buttonSection button {
        width: 120px;
        text-align: center; }
    .newRecipePage .leftCol .picture .pictureSection {
      vertical-align: top;
      display: inline-block;
      width: 75px; }
      .newRecipePage .leftCol .picture .pictureSection img {
        width: 75px;
        height: 75px;
        object-fit: cover;
        object-position: center; }
    .newRecipePage .leftCol .yields {
      padding-top: 20px; }
      .newRecipePage .leftCol .yields span, .newRecipePage .leftCol .yields input {
        width: 20%;
        display: inline-block; }
        .newRecipePage .leftCol .yields span#servings, .newRecipePage .leftCol .yields input#servings {
          width: 34%; }
        .newRecipePage .leftCol .yields span.to, .newRecipePage .leftCol .yields input.to {
          width: auto; }
        .newRecipePage .leftCol .yields span.field-validation-error, .newRecipePage .leftCol .yields input.field-validation-error {
          width: 100%; }
          .newRecipePage .leftCol .yields span.field-validation-error span, .newRecipePage .leftCol .yields input.field-validation-error span {
            width: auto; }
    .newRecipePage .leftCol .prepTime, .newRecipePage .leftCol .totTime {
      padding-top: 15px; }
      .newRecipePage .leftCol .prepTime span, .newRecipePage .leftCol .totTime span {
        display: inline-block;
        width: 70%; }
        .newRecipePage .leftCol .prepTime span.field-validation-error, .newRecipePage .leftCol .totTime span.field-validation-error {
          width: 100%; }
      .newRecipePage .leftCol .prepTime input, .newRecipePage .leftCol .totTime input {
        display: inline-block;
        width: 26%; }
    .newRecipePage .leftCol .cookbooks {
      padding-top: 15px; }
      .newRecipePage .leftCol .cookbooks select {
        width: 97%;
        max-width: 100%; }
    .newRecipePage .leftCol .privacy {
      padding-top: 15px; }
      .newRecipePage .leftCol .privacy p {
        margin-bottom: 0px; }
        .newRecipePage .leftCol .privacy p input {
          position: relative;
          top: 2px;
          margin-left: 10px; }
  @media screen and (max-width: 991px) {
    .newRecipePage .leftCol {
      border-left: 0px; } }

.faqPage .container {
  max-width: 1050px; }

.faqPage h1 {
  font-size: 34px;
  font-family: "Playfair Display", serif;
  color: #64b6ac;
  font-weight: 600;
  word-wrap: break-word;
  hyphens: initial;
  text-align: center;
  margin: 0 60px 40px 60px;
  padding: 5px 20px;
  word-break: keep-all; }

.faqPage .FaqPanelGroup {
  color: #6c6a6a;
  border: none; }
  .faqPage .FaqPanelGroup .panel {
    box-shadow: none; }
    .faqPage .FaqPanelGroup .panel .panel-heading {
      border-bottom: 1px solid #e2dde1;
      padding-top: 10px; }
      .faqPage .FaqPanelGroup .panel .panel-heading .panel-title {
        font-weight: bold; }
        .faqPage .FaqPanelGroup .panel .panel-heading .panel-title .glyphicon {
          border: none;
          transition: all 0.1s ease-in;
          padding: 0; }
        .faqPage .FaqPanelGroup .panel .panel-heading .panel-title a[data-toggle="collapse"] {
          padding: 20px;
          display: block; }
          .faqPage .FaqPanelGroup .panel .panel-heading .panel-title a[data-toggle="collapse"]:hover, .faqPage .FaqPanelGroup .panel .panel-heading .panel-title a[data-toggle="collapse"]:focus {
            text-decoration: none; }
          .faqPage .FaqPanelGroup .panel .panel-heading .panel-title a[data-toggle="collapse"][aria-expanded="true"] .glyphicon {
            transform: rotate(90deg); }
    .faqPage .FaqPanelGroup .panel .faqItem {
      border: none;
      color: #6c6a6a;
      margin-top: 0;
      margin-bottom: 0; }
      .faqPage .FaqPanelGroup .panel .faqItem .FaqQuestion {
        font-weight: bold;
        font-size: 16px; }
      .faqPage .FaqPanelGroup .panel .faqItem .FaqAnswer {
        white-space: pre-wrap; }

.breadcrumb {
  background-color: transparent;
  margin-top: 15px;
  margin-bottom: 0px; }
  .breadcrumb a, .breadcrumb span {
    color: #64b6ac; }
  .breadcrumb a {
    font-size: 12px;
    text-transform: capitalize; }
  .breadcrumb span {
    font-size: 10px; }

.sidebar {
  padding-top: 20px;
  padding-bottom: 80px; }
  .sidebar .threeRecipes {
    border-bottom: 1px solid #e2dde1;
    margin-bottom: 10px;
    width: 300px;
    left: 6px; }
    @media screen and (max-width: 1000px) {
      .sidebar .threeRecipes {
        width: unset; } }
    .sidebar .threeRecipes p {
      color: #6c6a6a;
      display: block;
      font: 600 14px "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
      text-transform: capitalize;
      margin-top: 8px;
      width: 300px;
      text-align: center;
      margin-bottom: 25px;
      margin-left: 6px; }
      .sidebar .threeRecipes p a {
        color: #f3792b; }
        .sidebar .threeRecipes p a:hover {
          color: #64b6ac; }
      .sidebar .threeRecipes p span {
        font-size: 12px; }
  .sidebar .popularRecipes {
    padding-top: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #e2dde1;
    margin-bottom: 10px;
    width: 300px; }
    @media screen and (max-width: 1000px) {
      .sidebar .popularRecipes {
        width: unset; } }
    .sidebar .popularRecipes h2 {
      color: #64b6ac;
      font: 600 26px "Playfair Display",serif;
      font-family: "Playfair Display", serif;
      font-weight: 600;
      font-size: 26px;
      line-height: normal;
      line-height: 1;
      margin: 0 auto 25px;
      padding: 0 0 5px 0;
      text-align: center;
      text-transform: capitalize;
      width: 240px; }
    .sidebar .popularRecipes ul {
      list-style: none;
      padding-left: 5px; }
      .sidebar .popularRecipes ul li {
        padding-bottom: 15px;
        display: inline-block; }
        .sidebar .popularRecipes ul li a {
          display: table;
          position: relative; }
          .sidebar .popularRecipes ul li a img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            object-position: center;
            display: table-cell; }
          .sidebar .popularRecipes ul li a h2 {
            -ms-hyphens: initial;
            -moz-hyphens: initial;
            -webkit-hyphens: initial;
            hyphens: initial;
            word-wrap: break-word;
            border: none;
            color: #f3792b;
            font: 600 18px "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
            padding-left: 12px;
            text-align: left;
            vertical-align: middle;
            width: 230px;
            display: table-cell; }
  .sidebar .infiniteScrollItem {
    position: relative;
    width: 300px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 3px 0 6px -3px rgba(107, 107, 107, 0.5), -2px 0 6px -3px rgba(107, 107, 107, 0.5);
    margin: 5px 0px 0px; }
    .sidebar .infiniteScrollItem .card-icon {
      width: 37px;
      height: 37px;
      position: absolute;
      top: -18.5px;
      left: 50%;
      margin-left: -18.5px;
      border-radius: 50%; }
      .sidebar .infiniteScrollItem .card-icon .whisk-icon {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        display: block; }
    .sidebar .infiniteScrollItem.recipe {
      border-top: 3px solid #f3792b;
      border-bottom: 2px solid #f3792b; }
      .sidebar .infiniteScrollItem.recipe .card-icon {
        background-color: #f3792b; }
        .sidebar .infiniteScrollItem.recipe .card-icon .whisk-icon {
          background-size: 295px 2965px;
          background-repeat: no-repeat;
          background-image: url("/Content/img/svg-sprite1526424672648.svg"), none;
          width: 12px;
          height: 30px;
          background-position: 0 -2910px; }
    .sidebar .infiniteScrollItem.article {
      border-top: 3px solid #124c5e;
      border-bottom: 2px solid #124c5e; }
      .sidebar .infiniteScrollItem.article .card-icon {
        background-color: #124c5e; }
        .sidebar .infiniteScrollItem.article .card-icon .whisk-icon {
          background-size: 295px 2965px;
          background-repeat: no-repeat;
          background-image: url("/Content/img/svg-sprite1526424672648.svg"), none;
          width: 28px;
          height: 23px;
          background-position: 0 -320px; }
    .sidebar .infiniteScrollItem .titleArea {
      padding: 12px 0px 12px;
      border-bottom: 1px solid #dfdfdf;
      margin: 0px 18px; }
      .sidebar .infiniteScrollItem .titleArea a {
        font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
        font-size: 16px;
        color: #6c6a6a;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        word-wrap: break-word;
        max-height: 3.6em;
        line-height: 1.2em; }
    .sidebar .infiniteScrollItem img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      height: 250px; }
    .sidebar .infiniteScrollItem .authorArea {
      height: 40px;
      padding: 8px 18px; }
      .sidebar .infiniteScrollItem .authorArea a {
        position: relative;
        padding-left: 31px;
        font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
        font-size: 14px;
        color: #6c6a6a;
        display: block;
        max-height: 27px;
        top: -2px;
        line-height: 27px;
        overflow: hidden;
        max-width: 225px;
        float: left;
        font-weight: 600; }
        .sidebar .infiniteScrollItem .authorArea a .authorImage {
          position: absolute;
          top: 0px;
          left: 0px; }
          .sidebar .infiniteScrollItem .authorArea a .authorImage img {
            height: 23px;
            width: 23px;
            border-radius: 50%; }
      .sidebar .infiniteScrollItem .authorArea .favoriteButton {
        /*
                background-size: 295px 2965px;
                background-image: url(/Content/img/svg-sprite1526424672648.svg),none;
                width: 29px;
                height: 27px;
                background-repeat: no-repeat;
                transform: scale(.75);
                background-position: 0 -1515px;

                */
        padding-left: 0px;
        float: right;
        cursor: pointer; }
        .sidebar .infiniteScrollItem .authorArea .favoriteButton.savedItem {
          color: #f3792b; }
        .sidebar .infiniteScrollItem .authorArea .favoriteButton .glyphicon {
          font-size: 16px; }
          .sidebar .infiniteScrollItem .authorArea .favoriteButton .glyphicon img {
            width: 16px;
            height: 16px;
            position: absolute;
            left: 0px;
            background: white; }
  @media screen and (max-width: 1000px) {
    .sidebar .popularRecipes ul li {
      width: 100%; }
      .sidebar .popularRecipes ul li a {
        width: 100%; }
        .sidebar .popularRecipes ul li a h2 {
          width: 100%; }
    .sidebar .threeRecipes {
      overflow-y: hidden;
      overflow-x: scroll;
      padding-top: 20px;
      -ms-overflow-style: none; }
      .sidebar .threeRecipes::-webkit-scrollbar {
        display: none; }
      .sidebar .threeRecipes > div {
        display: inline-flex;
        padding-bottom: 17px; }
        .sidebar .threeRecipes > div .threeRecipesItem {
          width: 305px;
          margin-right: 30px; } }

.searchNote {
  margin: 20px auto; }
  .searchNote .searchterm {
    color: #f3792b; }

.articlePage {
  padding-top: 20px; }
  .articlePage .left {
    max-width: 620px;
    float: left;
    padding-bottom: 80px; }
  .articlePage .right {
    float: right;
    max-width: 305px; }
  .articlePage .right-band {
    float: right; }
  .articlePage ul.social-list {
    float: left;
    list-style: none; }
    .articlePage ul.social-list li {
      list-style: none;
      display: inline-block;
      width: 25.5px;
      height: 25.5px;
      margin-left: 10px; }
      .articlePage ul.social-list li.pinterest span {
        background-size: 270px 2898px;
        background-repeat: no-repeat;
        background-image: url(/Content/img/svg-sprite1526424672648.png);
        background-image: url(/Content/img/svg-sprite1526424672648.svg), none;
        display: inline-block;
        width: 41px;
        height: 41px;
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
        -webkit-transform-origin: 0px -95px;
        transform-origin: 0px -95px;
        background-position: 0 -1933px;
        color: transparent !important;
        border-radius: 50%;
        position: relative;
        top: 22px; }
      .articlePage ul.social-list li a {
        background-size: 295px 2965px;
        background-repeat: no-repeat;
        background-image: url(img/svg-sprite1526424672648.svg), none;
        -webkit-transform: scale(0.55);
        transform: scale(0.55);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        display: block; }
        .articlePage ul.social-list li a.facebook-roundcorner {
          width: 49px;
          height: 49px;
          background-position: 0 -1205px; }
        .articlePage ul.social-list li a.twitter-roundcorner {
          width: 49px;
          height: 49px;
          background-position: 0 -2760px; }
        .articlePage ul.social-list li a.pinterest-roundcorner {
          width: 49px;
          height: 49px;
          background-position: 0 -1975px; }
        .articlePage ul.social-list li a.email-roundcorner {
          width: 48px;
          height: 48px;
          background-position: 0 -1010px; }
        .articlePage ul.social-list li a.print-roundcorner {
          width: 48px;
          height: 48px;
          background-position: 0 -2080px; }
  .articlePage .socials {
    height: 50px; }
    .articlePage .socials .social-list {
      padding-left: 0px; }
      .articlePage .socials .social-list li {
        margin-right: 11px; }
        .articlePage .socials .social-list li.pinterest span {
          background-size: 343px 2967px;
          background-repeat: no-repeat;
          background-image: url(/Content/img/svg-sprite1526424672648.png);
          background-image: url(/Content/img/svg-sprite1526424672648.svg), none;
          display: inline-block;
          width: 58px;
          height: 58px;
          -webkit-transform: scale(0.65);
          transform: scale(0.65);
          -webkit-transform-origin: 0px -95px;
          transform-origin: 0px -95px;
          background-position: 0 -1972px;
          color: transparent !important;
          border-radius: 50%;
          position: relative;
          top: 22px; }
        .articlePage .socials .social-list li a {
          -webkit-transform: scale(0.77);
          transform: scale(0.77);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0; }
  .articlePage .author a {
    color: #f3792b;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap; }
  .articlePage .author .accountImage img {
    width: 22px;
    height: 22px;
    object-fit: cover;
    object-position: center;
    margin-right: 8px; }
  .articlePage .title h1 {
    hyphens: initial;
    word-wrap: break-word;
    font-weight: 600;
    font-size: 34px;
    position: relative;
    text-align: center;
    margin: 0 60px;
    margin-bottom: 0px;
    margin-bottom: 15px;
    color: #64b6ac;
    font-family: "Playfair Display",serif;
    border-bottom: 1px dotted #ccc;
    padding: 5px 20px; }
  .articlePage .articleContent img {
    max-width: 100%;
    display: table;
    margin: 0 0 12px;
    height: auto; }
    .articlePage .articleContent img.align-center {
      margin-left: auto;
      margin-right: auto; }
    .articlePage .articleContent img.align-left {
      float: left;
      margin-right: 21px; }
      @media screen and (max-width: 768px) {
        .articlePage .articleContent img.align-left {
          float: none;
          display: block;
          margin-left: auto;
          margin-right: auto; } }
    .articlePage .articleContent img.align-right {
      float: right;
      margin-left: 21px; }
      @media screen and (max-width: 768px) {
        .articlePage .articleContent img.align-right {
          float: none;
          display: block;
          margin-left: auto;
          margin-right: auto; } }
  .articlePage .articleContent a {
    color: #f3792b;
    text-decoration: none; }
    .articlePage .articleContent a:hover {
      color: #64b6ac; }
  .articlePage .articleContent .clearfix {
    clear: both; }
  .articlePage .articleContent p {
    -ms-hyphens: initial;
    -moz-hyphens: initial;
    -webkit-hyphens: initial;
    hyphens: initial;
    word-wrap: break-word;
    color: #333;
    font-size: 18px;
    line-height: 21.6px;
    margin: 0;
    padding-bottom: 15px; }
  .articlePage .articleContent h2 {
    border: none;
    color: #333;
    font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 15px;
    padding: 0; }
  @media screen and (max-width: 1000px) {
    .articlePage .left, .articlePage .right {
      max-width: 100%; }
    .articlePage .left img {
      margin: 0px auto 12px; } }

.categoryPage .relatedCategories {
  border-bottom: 1px solid #64b6ac;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.categoryPage .socials {
  display: table;
  width: inherit; }
  .categoryPage .socials .social-links {
    padding-right: 10px;
    padding-top: 0px;
    white-space: nowrap;
    list-style: none;
    display: inline-block; }
    .categoryPage .socials .social-links li {
      height: 21px;
      width: 21px;
      list-style: none;
      display: inline-block;
      margin: 0px; }
      .categoryPage .socials .social-links li.facebook a {
        width: 26px;
        height: 26px;
        background-position: 0 -590px; }
      .categoryPage .socials .social-links li.twitter a {
        width: 26px;
        height: 26px;
        background-position: 0 -730px; }
      .categoryPage .socials .social-links li.pinterest a, .categoryPage .socials .social-links li.pinterest span {
        width: 26px;
        height: 26px;
        background-position: 0 -660px;
        background-color: transparent; }
      .categoryPage .socials .social-links li.pinterest span {
        top: -13px;
        box-shadow: none; }
      .categoryPage .socials .social-links li.email a {
        width: 26px;
        height: 26px;
        background-position: 0 -520px; }
      .categoryPage .socials .social-links li a, .categoryPage .socials .social-links li span {
        background-size: 295px 2965px;
        background-repeat: no-repeat;
        background-image: url(img/svg-sprite1526424672648.svg), none; }

.categoryPage .sisterHubText {
  margin-bottom: 60px;
  border-bottom: 1px solid #64b6ac;
  padding-bottom: 30px; }

.categoryPage .staffPicks {
  border-bottom: 1px solid #64b6ac;
  margin-bottom: 30px;
  text-align: center; }
  .categoryPage .staffPicks.partmobile {
    display: none; }
  .categoryPage .staffPicks h6 {
    padding: 0px 20px; }
    .categoryPage .staffPicks h6 a {
      font: 600 16px "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
      color: black;
      margin-bottom: 0; }
  .categoryPage .staffPicks .left {
    width: 350px;
    float: left; }
    .categoryPage .staffPicks .left img {
      width: 350px;
      height: 350px;
      object-fit: cover;
      object-position: center; }
  .categoryPage .staffPicks .right {
    width: 595px;
    float: right;
    padding-left: 50px; }
    .categoryPage .staffPicks .right .staffPickItem {
      width: 225px;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 45px; }
      .categoryPage .staffPicks .right .staffPickItem:nth-child(2n + 1) {
        margin-left: 45px;
        margin-right: 0px; }
      .categoryPage .staffPicks .right .staffPickItem:nth-child(2n) {
        margin-right: 45px;
        margin-left: 0px; }
      .categoryPage .staffPicks .right .staffPickItem img {
        width: 225px;
        height: 225px;
        object-fit: cover;
        object-position: center; }
  @media screen and (max-width: 1010px) and (min-width: 717px) {
    .categoryPage .staffPicks .left {
      width: 50%; }
    .categoryPage .staffPicks .right {
      width: 50%;
      padding-left: 20px; }
      .categoryPage .staffPicks .right .staffPickItem {
        width: calc(50% - 20px); }
        .categoryPage .staffPicks .right .staffPickItem > div {
          width: 100%;
          padding-top: 100%;
          position: relative; }
          .categoryPage .staffPicks .right .staffPickItem > div a {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
        .categoryPage .staffPicks .right .staffPickItem:nth-child(2n + 1) {
          margin-left: 10px;
          margin-right: 0px; }
        .categoryPage .staffPicks .right .staffPickItem:nth-child(2n) {
          margin-right: 10px;
          margin-left: 0px; }
        .categoryPage .staffPicks .right .staffPickItem img {
          width: 100%;
          height: 100%; } }
  @media screen and (max-width: 716px) {
    .categoryPage .staffPicks.partmobile {
      display: block;
      padding-bottom: 10px; }
    .categoryPage .staffPicks.partdesktop {
      display: none; }
    .categoryPage .staffPicks .staffPickItem {
      display: inline-block;
      width: calc(50% - 10px);
      vertical-align: top;
      padding-bottom: 10px; }
      .categoryPage .staffPicks .staffPickItem:nth-child(2), .categoryPage .staffPicks .staffPickItem:nth-child(5) {
        margin-right: 15px;
        margin-left: 0px; }
      .categoryPage .staffPicks .staffPickItem:nth-child(1), .categoryPage .staffPicks .staffPickItem:nth-child(4) {
        margin-left: 15px;
        margin-right: 0px; }
      .categoryPage .staffPicks .staffPickItem div {
        width: 100%;
        padding-top: 100%;
        position: relative; }
        .categoryPage .staffPicks .staffPickItem div a {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0; }
          .categoryPage .staffPicks .staffPickItem div a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
    .categoryPage .staffPicks .mainEntity {
      padding-bottom: 10px; }
      .categoryPage .staffPicks .mainEntity div {
        width: 100%;
        padding-top: 100%;
        position: relative; }
        .categoryPage .staffPicks .mainEntity div a {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
          .categoryPage .staffPicks .mainEntity div a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
    .categoryPage .staffPicks .categoryItem {
      width: calc(50% - 10px); } }

.categoryPage h2 {
  hyphens: initial;
  word-wrap: break-word;
  border: none;
  font: 700 32px "Playfair Display",serif;
  color: #64b6ac;
  max-width: 678px;
  margin: 0px auto;
  padding-bottom: 20px;
  text-align: center; }

.categoryPage p {
  color: #4d4d4d;
  font: 18px "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
  max-width: 678px;
  margin: 0px auto;
  text-align: center; }

.categoryPage .topBlock {
  text-align: center;
  margin-bottom: 50px; }

.categoryPage ul {
  text-align: center;
  padding-left: 0px; }
  .categoryPage ul li {
    position: relative;
    margin: 18px 13px 0px 13px; }
    .categoryPage ul li:nth-child(7n + 1) {
      margin-left: 0px; }
    .categoryPage ul li:nth-child(7n) {
      margin-right: 0px; }
    .categoryPage ul li:last-child {
      margin-right: 0px; }
    .categoryPage ul li p {
      position: absolute;
      bottom: 15px;
      width: calc(100% - 40px);
      text-align: center;
      border-top: 1px solid #64b6ac;
      margin: 0px 20px; }
    .categoryPage ul li a {
      text-align: center;
      display: inline-block;
      color: #4d4d4d;
      font: 600 16px "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif; }

.categoryPage .categoryItem {
  display: inline-block;
  width: 105px;
  padding-bottom: 35px;
  vertical-align: top; }
  .categoryPage .categoryItem img {
    width: 105px;
    height: 105px;
    object-fit: cover;
    object-position: center; }

@media screen and (max-width: 716px) {
  .categoryPage .relatedCategories > div {
    padding: 0px !important; }
  .categoryPage .sisterHubText {
    border-bottom: 1px solid #64b6ac; }
  .categoryPage .categoryItem {
    width: calc(50% - 10px);
    margin: 18px 0px 0px 0px;
    height: auto !important; }
    .categoryPage .categoryItem:nth-child(2n + 1) {
      margin-right: 15px; }
    .categoryPage .categoryItem div {
      width: 100%;
      position: relative;
      padding-top: 100%; }
      .categoryPage .categoryItem div a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; }
        .categoryPage .categoryItem div a img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
  .categoryPage ul li p {
    position: relative;
    bottom: 0px; } }

.search {
  position: relative; }
  .search .userSearchButton {
    background: url(img/searchIcon.png);
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    border: 0px;
    width: 20px;
    background-size: cover; }

@media screen and (max-width: 768px) {
  [class*="col-"].sm-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.userCollectionPage .navRow {
  background: #f3792b;
  margin-left: -15px;
  margin-right: -15px; }
  .userCollectionPage .navRow .dropdown {
    display: inline-block;
    border-left: 1px solid white; }
    @media screen and (max-width: 767px) {
      .userCollectionPage .navRow .dropdown {
        border-top: 1px solid white;
        border-right: 1px solid white;
        vertical-align: top; } }
    .userCollectionPage .navRow .dropdown button {
      border: 0px !important; }
    .userCollectionPage .navRow .dropdown .dropdown-menu a {
      display: block;
      padding-left: 10px;
      cursor: pointer;
      text-align: left; }
      .userCollectionPage .navRow .dropdown .dropdown-menu a .glyphicon {
        position: relative;
        top: 2px;
        padding-right: 10px; }
      .userCollectionPage .navRow .dropdown .dropdown-menu a .glyphicon-heart {
        color: #ca4935; }
      .userCollectionPage .navRow .dropdown .dropdown-menu a .glyphicon-book {
        color: #f3792b; }
  .userCollectionPage .navRow .pageContainer {
    margin: 0px auto;
    max-width: 940px; }
    @media screen and (max-width: 767px) {
      .userCollectionPage .navRow .pageContainer .row {
        margin-left: 0px;
        margin-right: 0px; } }
    .userCollectionPage .navRow .pageContainer .searchblock {
      height: 45px; }
      .userCollectionPage .navRow .pageContainer .searchblock input {
        width: 100%;
        margin-top: 6px;
        border: 1px solid white;
        max-width: 100%;
        padding: 5px 10px; }
      .userCollectionPage .navRow .pageContainer .searchblock .userSearchButton {
        background: url(/content/img/searchIcon.png);
        background-size: auto auto;
        background-size: auto auto;
        position: absolute;
        top: 8px;
        right: 20px;
        height: 25px;
        border: 0px;
        width: 25px;
        background-size: cover;
        cursor: pointer; }
    .userCollectionPage .navRow .pageContainer .buttonblock {
      padding-left: 0px; }
      @media screen and (max-width: 767px) {
        .userCollectionPage .navRow .pageContainer .buttonblock {
          padding-left: 15px;
          text-align: center; } }
      .userCollectionPage .navRow .pageContainer .buttonblock button {
        background: transparent;
        color: white;
        border: 0px;
        border-left: 1px solid white;
        height: 45px; }
        @media screen and (max-width: 767px) {
          .userCollectionPage .navRow .pageContainer .buttonblock button {
            border-top: 1px solid white;
            border-right: 1px solid white; } }
        .userCollectionPage .navRow .pageContainer .buttonblock button:last-child {
          border-right: 1px solid white; }

.userCollectionPage .navoptions {
  padding: 20px 10px; }
  .userCollectionPage .navoptions img, .userCollectionPage .navoptions label {
    display: inline-block;
    margin-bottom: 0px; }
  .userCollectionPage .navoptions img {
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin: 0px 10px; }

.userCollectionPage .collectionButton {
  position: absolute;
  left: 0px;
  top: 479px;
  height: 60px;
  width: 30px;
  background: #f3792b;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  border: 1px solid white;
  border-left: 0px !important; }
  @media screen and (max-width: 767px) {
    .userCollectionPage .collectionButton {
      position: fixed !important;
      top: calc(50% - 30px) !important;
      border: 1px solid white; } }
  .userCollectionPage .collectionButton .glyphicon {
    font-size: 20px;
    font-weight: 100;
    color: white;
    top: 19px;
    left: -1px;
    position: absolute; }
    .userCollectionPage .collectionButton .glyphicon.glyphicon-chevron-left {
      left: 10px; }
    .userCollectionPage .collectionButton .glyphicon:last-child {
      left: 8px; }
      .userCollectionPage .collectionButton .glyphicon:last-child.glyphicon-chevron-left {
        left: 1px; }

.userCollectionPage .tableScroll {
  max-width: 970px; }
  .userCollectionPage .tableScroll .section {
    max-width: 940px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .userCollectionPage .tableScroll .section {
        table-layout: fixed; } }
    .userCollectionPage .tableScroll .section tr {
      border-bottom: 1px solid #64b6ac; }
      .userCollectionPage .tableScroll .section tr b {
        padding-left: 20px; }
      .userCollectionPage .tableScroll .section tr .checkbox {
        width: 64px; }
        .userCollectionPage .tableScroll .section tr .checkbox input[type=checkbox] {
          margin-left: 0px; }
      .userCollectionPage .tableScroll .section tr .image {
        width: 52px; }
      .userCollectionPage .tableScroll .section tr .title, .userCollectionPage .tableScroll .section tr .source-text, .userCollectionPage .tableScroll .section tr .name, .userCollectionPage .tableScroll .section tr .date {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px; }
      .userCollectionPage .tableScroll .section tr .name .glyphicon-lock {
        padding: 2px 2px 4px 2px;
        vertical-align: top;
        font-size: 10px; }
      @media screen and (max-width: 767px) {
        .userCollectionPage .tableScroll .section tr .name, .userCollectionPage .tableScroll .section tr .date {
          display: none; } }
      .userCollectionPage .tableScroll .section tr img {
        width: 30px;
        height: 30px;
        object-fit: cover;
        object-position: center; }

.userCollectionPage .collectionSidebar {
  position: absolute;
  min-height: calc(100% - 216px);
  top: 216px;
  left: -320px;
  overflow: hidden;
  width: 320px;
  border: 2px solid #f3792b;
  border-left: 0px;
  background: white; }
  .userCollectionPage .collectionSidebar .extraButton {
    display: none; }
  @media screen and (max-width: 1010px) and (min-width: 768px) {
    .userCollectionPage .collectionSidebar {
      top: 176px; } }
  @media screen and (max-width: 767px) {
    .userCollectionPage .collectionSidebar {
      height: 100% !important;
      top: 0px !important;
      position: fixed;
      z-index: 10000; }
      .userCollectionPage .collectionSidebar .extraButton {
        display: block;
        background: #f3792b;
        margin-top: -10px;
        text-align: center;
        color: white;
        padding: 15px;
        cursor: pointer; }
        .userCollectionPage .collectionSidebar .extraButton .glyphicon {
          margin-left: -10px; } }
  .userCollectionPage .collectionSidebar > div {
    height: 100%;
    overflow-y: scroll;
    margin-right: -16px; }
  .userCollectionPage .collectionSidebar .usernameArea {
    display: flex; }
    .userCollectionPage .collectionSidebar .usernameArea img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      object-position: center;
      border-radius: 50%;
      margin: 15px;
      display: inline-block; }
    .userCollectionPage .collectionSidebar .usernameArea span {
      font-size: 22px;
      padding-top: 35px;
      display: inline-block; }
  .userCollectionPage .collectionSidebar .featuredArea p, .userCollectionPage .collectionSidebar .cookbookArea p {
    padding-left: 15px;
    border-bottom: 1px solid #6c6a6a;
    line-height: 32px;
    cursor: pointer;
    position: relative; }
    .userCollectionPage .collectionSidebar .featuredArea p:hover .glyphicon-edit, .userCollectionPage .collectionSidebar .featuredArea p:hover .glyphicon-remove, .userCollectionPage .collectionSidebar .cookbookArea p:hover .glyphicon-edit, .userCollectionPage .collectionSidebar .cookbookArea p:hover .glyphicon-remove {
      display: inline-block !important; }
    .userCollectionPage .collectionSidebar .featuredArea p span, .userCollectionPage .collectionSidebar .cookbookArea p span {
      position: absolute;
      right: 10px; }
      .userCollectionPage .collectionSidebar .featuredArea p span.cookbookName, .userCollectionPage .collectionSidebar .cookbookArea p span.cookbookName {
        position: relative;
        right: auto; }
        .userCollectionPage .collectionSidebar .featuredArea p span.cookbookName input, .userCollectionPage .collectionSidebar .cookbookArea p span.cookbookName input {
          width: 150px;
          display: inline-block;
          margin-bottom: 10px; }
        .userCollectionPage .collectionSidebar .featuredArea p span.cookbookName span, .userCollectionPage .collectionSidebar .cookbookArea p span.cookbookName span {
          right: 25px; }
      .userCollectionPage .collectionSidebar .featuredArea p span.glyphicon, .userCollectionPage .collectionSidebar .cookbookArea p span.glyphicon {
        position: relative;
        right: 0;
        padding-right: 10px; }
        .userCollectionPage .collectionSidebar .featuredArea p span.glyphicon.glyphicon-book, .userCollectionPage .collectionSidebar .cookbookArea p span.glyphicon.glyphicon-book {
          color: #f3792b; }
        .userCollectionPage .collectionSidebar .featuredArea p span.glyphicon.glyphicon-heart, .userCollectionPage .collectionSidebar .cookbookArea p span.glyphicon.glyphicon-heart {
          color: #ca4935; }
        .userCollectionPage .collectionSidebar .featuredArea p span.glyphicon.glyphicon-folder-open, .userCollectionPage .collectionSidebar .cookbookArea p span.glyphicon.glyphicon-folder-open {
          color: deepskyblue; }
        .userCollectionPage .collectionSidebar .featuredArea p span.glyphicon.glyphicon-briefcase, .userCollectionPage .collectionSidebar .cookbookArea p span.glyphicon.glyphicon-briefcase {
          color: #64b6ac; }
        .userCollectionPage .collectionSidebar .featuredArea p span.glyphicon.glyphicon-plus, .userCollectionPage .collectionSidebar .cookbookArea p span.glyphicon.glyphicon-plus {
          color: lightgreen; }
        .userCollectionPage .collectionSidebar .featuredArea p span.glyphicon.glyphicon-edit, .userCollectionPage .collectionSidebar .featuredArea p span.glyphicon.glyphicon-remove, .userCollectionPage .collectionSidebar .cookbookArea p span.glyphicon.glyphicon-edit, .userCollectionPage .collectionSidebar .cookbookArea p span.glyphicon.glyphicon-remove {
          display: none;
          color: #64b6ac;
          padding: 14px 10px 0px 10px;
          position: relative;
          float: right;
          top: -6px; }
        .userCollectionPage .collectionSidebar .featuredArea p span.glyphicon.glyphicon-remove, .userCollectionPage .collectionSidebar .cookbookArea p span.glyphicon.glyphicon-remove {
          margin-right: 30px; }
  .userCollectionPage .collectionSidebar .cookbookArea #cookbookText {
    height: 80px; }
    .userCollectionPage .collectionSidebar .cookbookArea #cookbookText span {
      width: 100%;
      text-align: center;
      padding-top: 5px; }
  .userCollectionPage .collectionSidebar .featuredArea {
    margin-top: 30px; }
    .userCollectionPage .collectionSidebar .featuredArea p:last-child {
      border-bottom: 3px solid #6c6a6a; }

#UserData {
  background: #f9f9f9;
  margin-bottom: 20px; }
  #UserData .container {
    max-width: 940px; }
  #UserData img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    object-position: center;
    max-width: 200px;
    border-radius: 50%;
    margin: 20px 0px; }
  @media screen and (max-width: 716px) {
    #UserData .cookbookButton {
      padding: 10px 50px;
      border: 0;
      margin-bottom: 20px;
      font-size: 24px;
      color: white;
      background: #f3792b; }
    #UserData .memberdetails {
      text-align: center; } }
  @media screen and (max-width: 1010px) and (min-width: 717px) {
    #UserData .cookbookButton {
      POSITION: ABSOLUTE;
      right: 0;
      top: 30px;
      padding: 10px 50px;
      border: 0;
      font-size: 24px;
      color: white;
      background: #f3792b; } }
  @media screen and (min-width: 1011px) {
    #UserData .cookbookButton {
      POSITION: ABSOLUTE;
      right: 0;
      top: 30px;
      padding: 10px 50px;
      border: 0;
      font-size: 24px;
      color: white;
      background: #f3792b; } }
  #UserData .playFair a {
    color: #64b6ac;
    font-size: 24px;
    font-weight: 600; }
  #UserData p {
    font-size: 20px; }
    #UserData p.counters {
      font-size: 16px; }
      #UserData p.counters span {
        padding: 0px 20px; }
        #UserData p.counters span:first-child {
          padding-left: 0px; }
        #UserData p.counters span a {
          color: black; }
          #UserData p.counters span a:hover {
            font-weight: bold;
            color: #64b6ac;
            text-decoration: none; }

.success, .failure {
  margin-top: -20px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: white; }
  .success p, .failure p {
    margin-bottom: 0px; }

.success {
  border-bottom: 2px solid #ca4935;
  background: #64b6ac; }

.failure {
  border-bottom: 2px solid #64b6ac;
  background: #ca4935; }

#MePage .newslettersBlock > form > .row > .col-lg-12 {
  display: inline-block;
  border-bottom: 0px; }
  #MePage .newslettersBlock > form > .row > .col-lg-12 span {
    margin: 10px 0px 10px 25px;
    line-height: 20px;
    font-size: 16px; }
  #MePage .newslettersBlock > form > .row > .col-lg-12 input[type="checkbox"] {
    position: relative;
    top: 18px; }

#MePage .newslettersBlock input[type="submit"] {
  border: 0px;
  font-size: 24px;
  color: white;
  background-color: #64b6ac;
  margin-top: 20px;
  width: 100% !important;
  min-width: 100% !important;
  border-radius: 0px;
  padding: 10px; }

#MePage .newslettersBlock p {
  font-size: 16px; }

#MePage.container {
  max-width: 940px; }

#MePage label {
  width: 100%;
  font-size: 22px; }
  #MePage label.form-item {
    font-weight: normal; }

#MePage span {
  font-size: 20px;
  line-height: 35px; }
  #MePage span.characterLimit {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px; }

#MePage .form-item {
  display: none; }

#MePage .col-lg-12 {
  border-bottom: 1px solid #64b6ac;
  margin-bottom: 5px; }

#MePage #photo {
  width: 0;
  height: 0;
  visibility: hidden; }

#MePage .profilePhoto {
  text-align: center;
  margin-bottom: 20px; }
  #MePage .profilePhoto img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%; }

#MePage .profilePhotoUpload {
  text-align: center; }
  #MePage .profilePhotoUpload button {
    padding: 10px 40px;
    background: #64b6ac;
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
    border: 0px; }

#MePage .editButton {
  border-bottom: 0px;
  text-align: center; }
  #MePage .editButton button {
    border: 0px;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    color: white;
    background-color: #64b6ac;
    margin-top: 20px; }

#MePage input[type="text"], #MePage textarea, #MePage input[type="password"] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  border-radius: 0px;
  font-size: 18px; }

#MePage .personalInfoArea input[type="checkbox"] {
  position: relative;
  top: 2px; }

#MePage .personalInfoArea .saveButton {
  padding: 10px 40px;
  background: #64b6ac;
  border: 0;
  font-size: 24px;
  color: white;
  margin: 10px 0px; }

#MePage .personalInfoArea .cancelButton {
  padding: 10px 40px;
  background: white;
  border: 0;
  font-size: 24px;
  color: #6c6a6a;
  margin: 10px 0px; }

.rightArrow {
  background-position: 0 -2260px;
  position: relative;
  top: 0px;
  left: 5px;
  display: inline-block;
  width: 9px;
  height: 13px;
  background-image: url("img/icons-s967da4997a.png");
  background-repeat: no-repeat; }

.footerArea {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  border-top: 1px solid #e2dde1;
  text-align: center;
  z-index: 1000; }
  .footerArea ul {
    list-style: none;
    padding: 10px 0px 0px; }
    .footerArea ul li {
      display: inline-block;
      padding: 0px 10px;
      border-left: 1px solid #6c6a6a; }
      .footerArea ul li:first-child {
        border-left: 0px; }
      .footerArea ul li a {
        color: #6c6a6a; }
        .footerArea ul li a:hover {
          color: #ca4935; }

#userNavbar {
  background: white;
  border-top: 1px solid #e2dde1;
  border-bottom: 1px solid #e2dde1;
  margin-bottom: 0px; }
  #userNavbar .glyphicon-chevron-right {
    color: #f3792b;
    font-size: 12px;
    top: 0px; }
  #userNavbar .container {
    max-width: 940px;
    padding: 0px;
    height: 128px;
    position: relative; }
    @media screen and (max-width: 1010px) {
      #userNavbar .container.desktop {
        display: none; }
      #userNavbar .container .accountNav {
        display: none; }
      #userNavbar .container.mobile {
        display: block;
        position: relative;
        top: 0px;
        width: 100%;
        height: 100%;
        min-height: 90px;
        max-height: inherit;
        left: 0px; }
        #userNavbar .container.mobile .inline {
          display: inline-block !important; }
        #userNavbar .container.mobile .expandMobileSearchButton {
          width: 60px;
          height: 40px;
          background: url("img/searchIcon.png");
          background-size: 30px 30px;
          border: 0px;
          position: absolute;
          right: 10px;
          top: 24px;
          background-repeat: no-repeat;
          background-position: right; }
        #userNavbar .container.mobile #searchBarRow {
          position: relative;
          border-top: 1px solid #e2dde1;
          display: none; }
          #userNavbar .container.mobile #searchBarRow input[type='text'] {
            width: 100%;
            max-width: 100%;
            padding: 10px 15px;
            border: 0px;
            text-align: center;
            border-bottom: 1px solid #e2dde1; }
          #userNavbar .container.mobile #searchBarRow form p {
            text-align: center;
            font-size: 15px;
            margin-bottom: 0px;
            padding: 10px; }
            #userNavbar .container.mobile #searchBarRow form p a {
              font-size: 15px;
              display: inline-block;
              cursor: pointer;
              padding-left: 0px; }
          #userNavbar .container.mobile #searchBarRow .userSearchButton {
            background: url(img/searchIcon.png);
            position: absolute;
            top: 11px !important;
            right: 15px !important;
            height: 20px !important;
            border: 0px;
            width: 20px !important;
            background-size: 20px 20px;
            background-repeat: no-repeat;
            background-position: right; }
        #userNavbar .container.mobile .menuButton {
          position: absolute;
          left: 0px;
          top: 15px; }
          #userNavbar .container.mobile .menuButton button {
            border: 0px;
            display: block; }
            #userNavbar .container.mobile .menuButton button:hover {
              background-color: transparent; }
            #userNavbar .container.mobile .menuButton button .icon-bar {
              background: #6c6a6a;
              width: 30px;
              height: 4px;
              border-radius: 5px; }
        #userNavbar .container.mobile .hamburger {
          background: white;
          display: none;
          border: 1px solid #64b6ac;
          border-top: 0px;
          z-index: 1000;
          left: 2px;
          width: 350px;
          position: absolute;
          padding: 20px 0px 10px;
          max-width: 100%; }
          #userNavbar .container.mobile .hamburger .exitButton {
            position: absolute;
            right: 10px;
            cursor: pointer;
            top: 0px;
            font-size: 28px;
            color: #64b6ac;
            font-weight: 100; }
            #userNavbar .container.mobile .hamburger .exitButton img {
              width: 24px;
              height: auto; }
          #userNavbar .container.mobile .hamburger a {
            padding: 0px 15px;
            position: relative; }
            #userNavbar .container.mobile .hamburger a .glyphicon-chevron-right {
              position: absolute;
              font-size: 24px;
              right: 10px;
              top: 10px; }
          #userNavbar .container.mobile .hamburger #logo {
            margin: 20px 50px 30px 0px; }
          #userNavbar .container.mobile .hamburger #menuParent {
            display: none; }
            #userNavbar .container.mobile .hamburger #menuParent .glyphicon-chevron-right {
              color: #6c6a6a; }
          #userNavbar .container.mobile .hamburger #addSection {
            border-top: 1px solid #e2dde1;
            border-bottom: 1px solid #e2dde1;
            margin-top: 10px;
            padding: 10px 0px; }
            #userNavbar .container.mobile .hamburger #addSection a {
              color: #f3792b;
              font-size: 24px; }
              #userNavbar .container.mobile .hamburger #addSection a:hover {
                color: #ca4935; }
          #userNavbar .container.mobile .hamburger #searchSection {
            border-bottom: 1px solid #f3792b; }
            #userNavbar .container.mobile .hamburger #searchSection span {
              font-size: 25px;
              padding-left: 15px;
              color: #f3792b;
              font-weight: 300;
              position: relative; }
              #userNavbar .container.mobile .hamburger #searchSection span .mobileSearchButton {
                background: url("img/searchIcon.png");
                background-size: auto auto;
                position: relative;
                top: 2px;
                right: 0px;
                height: 20px;
                border: 0px;
                width: 20px;
                background-size: cover;
                padding-right: 14px;
                margin-right: 5px; }
            #userNavbar .container.mobile .hamburger #searchSection a {
              display: inline-block;
              cursor: pointer;
              color: #f3792b;
              font-size: 25px;
              padding: 0px 5px; }
              #userNavbar .container.mobile .hamburger #searchSection a:hover {
                color: #ca4935; }
              #userNavbar .container.mobile .hamburger #searchSection a:last-child {
                border-left: 1px solid #f3792b; }
          #userNavbar .container.mobile .hamburger #memberSection {
            border-bottom: 1px solid #e2dde1; }
            #userNavbar .container.mobile .hamburger #memberSection .glyphicon-chevron-right {
              top: 18px; }
            #userNavbar .container.mobile .hamburger #memberSection > span {
              font-size: 24px;
              color: orange;
              font-size: 24px;
              margin-left: -15px;
              margin-right: -15px;
              font-weight: 100; }
            #userNavbar .container.mobile .hamburger #memberSection > a {
              font-size: 24px; }
              #userNavbar .container.mobile .hamburger #memberSection > a:first-child {
                padding-left: 15px; }
              #userNavbar .container.mobile .hamburger #memberSection > a:hover {
                color: #ca4935; }
            #userNavbar .container.mobile .hamburger #memberSection ul {
              padding-left: 0px; }
              #userNavbar .container.mobile .hamburger #memberSection ul a {
                color: #f3792b;
                font-size: 24px; }
                #userNavbar .container.mobile .hamburger #memberSection ul a:hover {
                  color: #ca4935; }
              #userNavbar .container.mobile .hamburger #memberSection ul li ul li a {
                font-size: 18px;
                padding: 3px 15px 3px 55px;
                color: #6c6a6a; }
                #userNavbar .container.mobile .hamburger #memberSection ul li ul li a:hover {
                  color: #ca4935; }
            #userNavbar .container.mobile .hamburger #memberSection .name {
              max-width: calc(100% - 140px);
              overflow: hidden;
              text-overflow: ellipsis;
              padding-left: 65px;
              position: relative;
              vertical-align: top;
              min-width: 180px; }
              #userNavbar .container.mobile .hamburger #memberSection .name img {
                position: absolute;
                left: 20px;
                top: 15px; }
            #userNavbar .container.mobile .hamburger #memberSection a {
              color: #f3792b;
              padding: 10px 20px; }
              #userNavbar .container.mobile .hamburger #memberSection a img {
                border-radius: 50%;
                width: 28px;
                height: 28px; }
          #userNavbar .container.mobile .hamburger .socials {
            position: relative;
            padding: 20px 0px 10px; }
            #userNavbar .container.mobile .hamburger .socials .social-links li {
              border-left: 0px;
              padding-left: 5px; }
              #userNavbar .container.mobile .hamburger .socials .social-links li i {
                transform: scale(1.5); }
        #userNavbar .container.mobile a {
          display: block;
          text-decoration: none;
          font-size: 28px;
          color: #f3792b;
          font-weight: 300; }
          #userNavbar .container.mobile a:hover {
            color: #ca4935; }
          #userNavbar .container.mobile a .rightArrow {
            float: right;
            top: 10px; }
        #userNavbar .container.mobile .logo {
          text-align: center;
          padding: 20px 0px; }
          #userNavbar .container.mobile .logo img {
            max-height: 45px;
            margin: 0px 50px; }
        #userNavbar .container.mobile ul {
          list-style: none;
          padding-left: 20px;
          margin-bottom: 3px; }
          #userNavbar .container.mobile ul a {
            color: #6c6a6a; }
          #userNavbar .container.mobile ul ul {
            display: none; } }
    @media screen and (min-width: 1011px) {
      #userNavbar .container.desktop {
        display: block; }
      #userNavbar .container.mobile {
        display: none; } }
    #userNavbar .container .triangle {
      position: absolute;
      top: -10px;
      left: 30px;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #64b6ac; }
      #userNavbar .container .triangle .innertriangle {
        width: 0;
        height: 0;
        left: -10px;
        top: 1px;
        z-index: 10000;
        position: relative;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white; }
    #userNavbar .container .accountNav {
      border: 1px solid #64b6ac;
      position: absolute;
      background: white;
      z-index: 1000;
      visibility: hidden;
      width: 200px;
      top: 35px;
      right: 0px; }
      #userNavbar .container .accountNav:hover {
        visibility: visible; }
      #userNavbar .container .accountNav ul {
        padding: 10px 0px 10px 10px; }
        #userNavbar .container .accountNav ul li {
          border-left: 0px !important; }
          #userNavbar .container .accountNav ul li a {
            color: #6c6a6a !important; }
      #userNavbar .container .accountNav .triangle {
        left: auto !important;
        right: 50px !important; }
    #userNavbar .container .monsterNav {
      border: 1px solid #64b6ac;
      top: 90px;
      visibility: hidden;
      position: absolute !important;
      left: 0;
      z-index: 1000;
      width: 100%;
      background: white;
      padding: 20px 30px;
      max-width: 800px;
      padding-right: 0px; }
      #userNavbar .container .monsterNav:hover {
        visibility: visible; }
      #userNavbar .container .monsterNav .gridSizer {
        width: 0%; }
      #userNavbar .container .monsterNav .catBlock {
        display: inline-block;
        width: 22%;
        min-width: 190px;
        float: left;
        padding-bottom: 19px; }
        #userNavbar .container .monsterNav .catBlock > a {
          color: #6c6a6a;
          font-size: 16px;
          text-transform: uppercase; }
          #userNavbar .container .monsterNav .catBlock > a:hover {
            color: #ca4935;
            text-decoration: none; }
        #userNavbar .container .monsterNav .catBlock ul {
          padding-top: 10px;
          list-style: none;
          padding-left: 0px; }
          #userNavbar .container .monsterNav .catBlock ul a {
            color: #6c6a6a; }
            #userNavbar .container .monsterNav .catBlock ul a:hover {
              text-decoration: none;
              color: #ca4935; }
    #userNavbar .container .left {
      position: absolute;
      width: 100%; }
      #userNavbar .container .left > a {
        line-height: 130px;
        font-size: 20px;
        padding: 20px 20px 20px 00px;
        text-decoration: none;
        color: #f3792b; }
        #userNavbar .container .left > a:hover + .monsterNav {
          visibility: visible; }
    #userNavbar .container .center {
      text-align: center; }
      #userNavbar .container .center img {
        width: 365px;
        margin-top: 35px;
        margin-bottom: 30px; }
    #userNavbar .container .right {
      text-align: right;
      padding-right: 0px;
      padding-left: 0px;
      position: relative;
      padding-top: 50px; }
      #userNavbar .container .right input {
        width: 100%;
        border: 1px solid #6c6a6a;
        height: 32px;
        padding-left: 10px;
        max-width: 200px;
        display: block;
        position: relative;
        right: -35px !important; }
      #userNavbar .container .right span {
        font-size: 12px; }
        #userNavbar .container .right span a {
          font-weight: 600;
          color: #f3792b;
          cursor: pointer; }
    #userNavbar .container .socials {
      position: absolute;
      right: 0px; }
      #userNavbar .container .socials .name > a {
        padding-bottom: 35px; }
        #userNavbar .container .socials .name > a:hover + .accountNav {
          visibility: visible; }
      #userNavbar .container .socials .social-links {
        list-style: none;
        display: inline-block;
        padding-left: 5px; }
        #userNavbar .container .socials .social-links .name {
          display: inline-flex; }
          #userNavbar .container .socials .social-links .name span {
            padding: 0px 11px;
            color: #f3792b; }
        #userNavbar .container .socials .social-links li {
          display: inline-block;
          margin: 7px 0 0;
          padding: 0 5px 0 10px;
          border-left: 1px solid #6c6a6a; }
          #userNavbar .container .socials .social-links li:first-child {
            border-left: 0px; }
          #userNavbar .container .socials .social-links li.name {
            border-left: 0px;
            font-size: 16px;
            position: relative;
            top: -3px;
            padding-left: 20px; }
            #userNavbar .container .socials .social-links li.name a img {
              border-radius: 50%;
              width: 18px;
              height: 18px;
              position: relative;
              top: -1px;
              margin-right: 2px;
              margin-left: 5px; }
          #userNavbar .container .socials .social-links li a {
            display: block;
            height: 15px;
            color: #f3792b; }
            #userNavbar .container .socials .social-links li a:last-child {
              padding-left: 5px; }
            #userNavbar .container .socials .social-links li a i {
              display: block;
              background-size: 295px 2965px;
              background-repeat: no-repeat;
              background-image: url(img/svg-sprite1526424672648.svg), none; }
              #userNavbar .container .socials .social-links li a i.social-facebook {
                width: 7px;
                height: 14px;
                background-position: 0 -2485px; }
              #userNavbar .container .socials .social-links li a i.social-twitter {
                width: 18px;
                height: 14px;
                background-position: 0 -2605px; }
              #userNavbar .container .socials .social-links li a i.social-pinterest {
                width: 11px;
                height: 14px;
                background-position: 0 -2565px; }
              #userNavbar .container .socials .social-links li a i.social-instagram {
                width: 14px;
                height: 14px;
                background-position: 0 -2525px; }

input[type=checkbox] {
  height: 15px;
  width: 15px;
  box-shadow: none; }

.flatPages {
  font-weight: 300;
  max-width: 956px;
  width: auto;
  padding: 20px; }
  .flatPages img {
    width: 100%; }
  .flatPages h2 {
    border: 0;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #64b6ac;
    font-family: 'Playfair Display', serif; }
  .flatPages h3 {
    font-size: 32px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    margin: 0;
    display: block;
    margin: 1em 0; }
  .flatPages h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #64b6ac;
    margin-bottom: 20px; }
  .flatPages h5 {
    font-size: 22px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    margin-bottom: 15px; }
  .flatPages h6 {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    font-weight: 600; }
  .flatPages ul {
    margin-bottom: 20px; }
    .flatPages ul li {
      font-size: 20px; }
  .flatPages p {
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em; }
  .flatPages a {
    color: #13819d;
    text-decoration: underline; }
    .flatPages a:hover {
      color: #00aa9a; }
  .flatPages section {
    border-bottom: 1px solid #dfdfdf;
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%; }
    .flatPages section:last-of-type {
      border-bottom: 0; }
    .flatPages section.job .btn-holder {
      text-align: center;
      margin-top: 2em; }
      .flatPages section.job .btn-holder .btn {
        background: #64b6ac;
        color: white;
        text-decoration: none;
        border-radius: 0px;
        font-weight: 600;
        font-size: 22px; }
        .flatPages section.job .btn-holder .btn:hover {
          background: #00aa9a; }
  .flatPages .banner {
    margin-bottom: 20px; }
    .flatPages .banner img {
      height: auto; }
  .flatPages .sub-nav {
    text-align: center;
    margin-bottom: 1em; }
    .flatPages .sub-nav a {
      display: inline-block;
      text-transform: uppercase;
      font-family: Source Sans Pro;
      font-size: 20px;
      font-weight: 600;
      color: #6c6a6a;
      text-decoration: none;
      padding: 5px 15px; }
  .flatPages .how-do h3 {
    text-transform: uppercase;
    margin-top: 0em;
    margin-bottom: 0em;
    text-align: center; }
  .flatPages .how-do.reach .item {
    vertical-align: middle; }
    .flatPages .how-do.reach .item p {
      font-size: 24px;
      margin-top: 0;
      text-align: center; }
  .flatPages .how-do .item {
    display: inline-block;
    width: calc(33.33% - 30px);
    margin-right: 30px;
    vertical-align: top;
    position: relative;
    text-align: center;
    font-size: 24px; }
    .flatPages .how-do .item p {
      text-align: left; }
    .flatPages .how-do .item ul {
      list-style-type: none;
      padding-left: 0;
      display: inline-block;
      padding-top: 1em;
      padding-bottom: 1em; }
      .flatPages .how-do .item ul li {
        padding-left: 2em;
        text-align: left;
        font-size: 24px;
        position: relative;
        display: list-item; }
        .flatPages .how-do .item ul li:before {
          position: absolute;
          left: 0;
          content: "";
          width: 24px;
          height: 24px;
          top: 50%;
          transform: translate(0, -50%); }
        .flatPages .how-do .item ul li.pinterest-icon:before {
          background: url(/content/img/advertise/pinterest.svg); }
        .flatPages .how-do .item ul li.facebook-icon:before {
          background: url(/content/img/advertise/facebook.svg); }
        .flatPages .how-do .item ul li.instagram-icon:before {
          background: url(/content/img/advertise/instagram.svg); }
        .flatPages .how-do .item ul li.twitter-icon:before {
          background: url(/content/img/advertise/twitter.svg); }
    .flatPages .how-do .item i {
      display: block;
      margin: 0 auto;
      height: 100px;
      width: 100%;
      position: relative; }
      .flatPages .how-do .item i.article-icon-blue:before {
        content: "";
        width: 54px;
        height: 54px;
        background: url(/content/img/about/article-icon-blue.svg);
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flatPages .how-do .item i.whisk-icon-orange:before {
        content: "";
        background: url(/content/img/about/whisk-icon-orange.svg);
        width: 30px;
        height: 80px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flatPages .how-do .item i.newsletters-icon:before {
        content: "";
        background: url(/content/img/about/newsletters-icon.svg);
        width: 58px;
        height: 58px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .flatPages .how-do .item i.graph-icon-teal:before {
        content: "";
        background: url(/content/img/advertise/graph-icon.svg);
        width: 58px;
        height: 58px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .flatPages .how-do .item:last-of-type {
      margin-right: 0; }
      .flatPages .how-do .item:last-of-type:after {
        display: none; }
    .flatPages .how-do .item:after {
      top: 0;
      right: -15px;
      content: "";
      display: block;
      height: 100%;
      width: 2px;
      background: #dfdfdf;
      position: absolute; }
  .flatPages .staff-container {
    text-align: center;
    font-size: 0; }
    .flatPages .staff-container h3.name {
      font-size: 24px;
      line-height: 31px;
      text-align: center;
      font-weight: normal; }
    .flatPages .staff-container p.bio {
      text-align: left;
      font-size: 16px; }
    .flatPages .staff-container .staff {
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      padding: 30px 10px; }
      .flatPages .staff-container .staff .pic {
        display: block;
        text-align: center;
        min-height: 150px;
        position: relative; }
        .flatPages .staff-container .staff .pic img {
          max-width: 150px;
          height: auto;
          position: relative;
          z-index: 1; }
        .flatPages .staff-container .staff .pic:before {
          width: 150px;
          height: 150px;
          background: #ebebeb;
          content: "";
          display: inline-block;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translate(-50%, 0);
          z-index: 0; }
  .flatPages .row {
    padding: 20px 0;
    display: flex;
    flex: 2 0px;
    position: relative; }
    .flatPages .row .inner {
      padding: 20px;
      display: flex;
      align-items: center;
      width: 50%;
      z-index: 1; }
      .flatPages .row .inner h3 {
        font-size: 32px;
        text-transform: uppercase;
        line-height: 1.2;
        padding-bottom: 1em;
        border-bottom: 1px solid #dfdfdf;
        font-weight: normal; }
      .flatPages .row .inner img {
        max-width: 100%; }
    .flatPages .row.alt:before {
      content: "";
      width: 100vw;
      position: absolute;
      transform: translate(-50%, 0);
      left: 50%;
      bottom: 0;
      height: 100%;
      background: #ebebeb; }
    .flatPages .row:before {
      display: block; }
  .flatPages .cta {
    text-align: center; }
    .flatPages .cta a.btn.green {
      background: #64b6ac;
      color: #ffffff;
      text-transform: uppercase;
      padding: 5px 40px;
      border-radius: 0;
      border: 1px solid #64b6ac;
      display: inline-block;
      margin: 0 auto;
      text-decoration: none;
      font-size: 32px;
      font-weight: 400;
      min-width: 220px;
      transition: 0.1s linear all;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      line-height: normal;
      cursor: pointer;
      box-sizing: content-box; }
      .flatPages .cta a.btn.green:hover {
        background: #ffffff;
        color: #64b6ac; }

@media only screen and (max-width: 1024px) {
  .flatPages .how-do .item {
    position: relative; }
    .flatPages .how-do .item h3 {
      display: inline-block;
      vertical-align: middle; }
    .flatPages .how-do .item i {
      display: inline-block;
      width: 75px;
      margin: 0;
      vertical-align: middle; }
  .flatPages .how-do.reach .item p {
    margin-bottom: 0em; }
  .flatPages .staff-container .staff {
    width: 50%; } }

@media only screen and (max-width: 768px) {
  .flatPages .how-do .item {
    width: 100%;
    margin: 0 0 20px; }
    .flatPages .how-do .item:after {
      top: auto;
      bottom: -10px;
      left: 50%;
      transform: translate(-50%, 0);
      content: "";
      display: block;
      height: 2px;
      width: 80%;
      background: #dfdfdf;
      position: absolute; }
  .flatPages .staff-container .staff {
    width: 50%; }
  .flatPages .row {
    padding: 20px;
    display: flex;
    align-items: center;
    z-index: 1;
    flex: 1 0px;
    flex-direction: column; }
    .flatPages .row .inner {
      width: 100%; }
      .flatPages .row .inner.img {
        order: 1;
        margin-left: auto;
        margin-right: auto; }
      .flatPages .row .inner.copy {
        order: 2; } }

@media only screen and (max-width: 480px) {
  .flatPages .staff-container .staff {
    width: 100%; } }

.loadingBlock {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  left: 0;
  z-index: 30000;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0px; }
  .loadingBlock img {
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    position: absolute; }
  .loadingBlock span {
    top: calc(50% - 80px);
    color: white;
    left: calc(50% - 77px);
    position: absolute; }

#adminNavPage .buttonArea {
  text-align: right; }
  #adminNavPage .buttonArea a {
    cursor: pointer; }

#adminNavPage .btn-success {
  margin-top: 20px; }

#adminNavPage .headArea > .panel-group {
  margin-left: 0px !important; }

#adminNavPage .panel-group {
  margin-left: 20px;
  margin-right: -1px; }

#adminSidebarPage .schedules .row {
  margin-bottom: 15px; }

.navigationModal {
  width: 400px;
  top: calc(50% - 100px);
  left: calc(50% - 200px);
  position: fixed;
  display: none;
  z-index: 10001;
  background: white;
  padding: 20px 20px 20px;
  border: 2px solid orange;
  border-radius: 5px;
  text-align: center; }
  .navigationModal .exitButton {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 24px; }
  .navigationModal .title {
    font-weight: bold; }
  .navigationModal input, .navigationModal div, .navigationModal select {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px; }
  .navigationModal .select2 {
    width: 100% !important; }
  .navigationModal .select2-search__field {
    width: 100%;
    max-width: 100% !important; }
  .navigationModal input[type=checkbox] {
    height: 15px;
    margin-top: 0px;
    width: 15px;
    top: 3px;
    position: relative; }
  .navigationModal .categorySection > div {
    text-align: right;
    margin-top: 10px; }

.infiniteScroll .section {
  max-width: 960px;
  width: 100%;
  margin: 0px auto; }
  @media screen and (max-width: 716px) {
    .infiniteScroll .section {
      max-width: 320px; } }
  @media screen and (max-width: 1199px) and (min-width: 717px) {
    .infiniteScroll .section {
      max-width: 640px; } }
  @media screen and (min-width: 1200px) {
    .infiniteScroll .section {
      max-width: 960px; } }
  .infiniteScroll .section .member-card {
    max-width: 180px;
    width: 180px;
    margin: 6px;
    border: 1px solid #64b6ac;
    padding: 10px; }
    .infiniteScroll .section .member-card hr {
      border-top: 2px solid #e2dde1;
      margin-bottom: 0px; }
    .infiniteScroll .section .member-card .unfollowbutton {
      text-align: center; }
      .infiniteScroll .section .member-card .unfollowbutton a {
        color: #f3792b;
        font: 600 16px "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
        text-transform: uppercase;
        display: block;
        margin-top: 5px; }
    .infiniteScroll .section .member-card img {
      width: 158px;
      height: 158px;
      border-radius: 50%; }
    .infiniteScroll .section .member-card p {
      text-align: center; }
      .infiniteScroll .section .member-card p.name {
        font: 600 18px "Playfair Display",serif;
        color: #64b6ac;
        padding: 5px 0;
        display: block;
        border-bottom: 2px solid #e2dde1;
        word-wrap: break-word; }
        .infiniteScroll .section .member-card p.name a {
          color: #64b6ac; }
  .infiniteScroll .section .infiniteScrollItem {
    position: relative;
    width: 300px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 3px 0 6px -3px rgba(107, 107, 107, 0.5), -2px 0 6px -3px rgba(107, 107, 107, 0.5);
    margin: 5px 10px 25px; }
    .infiniteScroll .section .infiniteScrollItem .card-icon {
      width: 37px;
      height: 37px;
      position: absolute;
      top: -18.5px;
      left: 50%;
      margin-left: -18.5px;
      border-radius: 50%; }
      .infiniteScroll .section .infiniteScrollItem .card-icon .whisk-icon {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        display: block; }
    .infiniteScroll .section .infiniteScrollItem.recipe {
      border-top: 3px solid #f3792b;
      border-bottom: 2px solid #f3792b; }
      .infiniteScroll .section .infiniteScrollItem.recipe .card-icon {
        background-color: #f3792b; }
        .infiniteScroll .section .infiniteScrollItem.recipe .card-icon .whisk-icon {
          background-size: 295px 2965px;
          background-repeat: no-repeat;
          background-image: url("/Content/img/svg-sprite1526424672648.svg"), none;
          width: 12px;
          height: 30px;
          background-position: 0 -2910px; }
    .infiniteScroll .section .infiniteScrollItem.article {
      border-top: 3px solid #124c5e;
      border-bottom: 2px solid #124c5e; }
      .infiniteScroll .section .infiniteScrollItem.article .card-icon {
        background-color: #124c5e; }
        .infiniteScroll .section .infiniteScrollItem.article .card-icon .whisk-icon {
          background-size: 295px 2965px;
          background-repeat: no-repeat;
          background-image: url("/Content/img/svg-sprite1526424672648.svg"), none;
          width: 28px;
          height: 23px;
          background-position: 0 -320px; }
    .infiniteScroll .section .infiniteScrollItem .titleArea {
      padding: 12px 0px 12px;
      border-bottom: 1px solid #dfdfdf;
      margin: 0px 18px; }
      .infiniteScroll .section .infiniteScrollItem .titleArea a {
        font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
        font-size: 16px;
        color: #6c6a6a;
        font-weight: 600;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        word-wrap: break-word;
        max-height: 3.6em;
        line-height: 1.2em; }
    .infiniteScroll .section .infiniteScrollItem img {
      width: 100%;
      object-fit: cover;
      object-position: center;
      height: 250px; }
    .infiniteScroll .section .infiniteScrollItem .authorArea {
      height: 40px;
      padding: 8px 18px; }
      .infiniteScroll .section .infiniteScrollItem .authorArea a {
        position: relative;
        padding-left: 31px;
        font-family: "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
        font-size: 14px;
        color: #6c6a6a;
        display: block;
        max-height: 27px;
        top: -2px;
        line-height: 27px;
        overflow: hidden;
        max-width: 225px;
        float: left;
        font-weight: 600; }
        .infiniteScroll .section .infiniteScrollItem .authorArea a .authorImage {
          position: absolute;
          top: 0px;
          left: 0px; }
          .infiniteScroll .section .infiniteScrollItem .authorArea a .authorImage img {
            height: 23px;
            width: 23px;
            border-radius: 50%; }
      .infiniteScroll .section .infiniteScrollItem .authorArea .favoriteButton {
        /*
                    background-size: 295px 2965px;
                    background-image: url(/Content/img/svg-sprite1526424672648.svg),none;
                    width: 29px;
                    height: 27px;
                    background-repeat: no-repeat;
                    transform: scale(.75);
                    background-position: 0 -1515px;
                    */
        float: right;
        cursor: pointer;
        padding-left: 0px; }
        .infiniteScroll .section .infiniteScrollItem .authorArea .favoriteButton.savedItem {
          color: #f3792b; }
        .infiniteScroll .section .infiniteScrollItem .authorArea .favoriteButton .glyphicon {
          font-size: 16px; }
          .infiniteScroll .section .infiniteScrollItem .authorArea .favoriteButton .glyphicon img {
            width: 16px;
            height: 16px;
            position: absolute;
            left: 0px;
            background: white; }

.popupBox {
  width: 400px;
  min-height: 200px;
  background: white;
  position: fixed;
  z-index: 10001;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  border-radius: 4px;
  display: none;
  border: 3px solid #f3792b; }
  .popupBox .exitButton {
    right: 10px;
    position: absolute;
    top: 10px;
    font-size: 24px;
    cursor: pointer; }
  .popupBox .textBlock {
    padding: 40px 20px; }

.editButton span {
  border: 1px solid black;
  border-radius: 2px;
  padding: 10px; }

.glyphicon::before {
  font-family: 'Glyphicons Halflings' !important; }

.rotate {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#flatPages .flatPageSection {
  padding-top: 50px;
  margin: 10px 0px 0px 0px;
  border: 1px solid black;
  border-radius: 4px; }

#flatPages .flatPageTitleURL, #flatPages .flatPageTitleName, #flatPages .flatPageDetail {
  min-height: 30px;
  display: inline-block;
  padding: 30px 20px;
  width: calc(100% - 40px);
  position: relative; }
  #flatPages .flatPageTitleURL label, #flatPages .flatPageTitleName label, #flatPages .flatPageDetail label {
    border-bottom: 0px;
    top: -25px;
    position: absolute;
    z-index: 0;
    background: transparent; }
  #flatPages .flatPageTitleURL input, #flatPages .flatPageTitleName input, #flatPages .flatPageDetail input {
    z-index: 100;
    background: transparent;
    position: absolute;
    top: -25px;
    border-bottom: 1px solid black; }

#flatPages .saveButton {
  font-size: 30px;
  text-align: right;
  padding: 0px 20px; }

#flatPages .flatPageDetail {
  width: 100% !important;
  padding: 0px 20px; }

.newFaqCat {
  float: right;
  margin: 10px 30px 10px; }

.FaqPanelGroup .panel-heading {
  padding-top: 30px; }
  .FaqPanelGroup .panel-heading a[data-toggle="collapse"][aria-expanded="true"] .glyphicon.glyphicon-plus:before {
    content: "\2212"; }

.FaqPanelGroup .faqItem {
  border: 1px solid gray;
  margin: 15px 30px 15px 15px;
  padding: 20px;
  border-radius: 3px; }
  .FaqPanelGroup .faqItem .FaqQuestion, .FaqPanelGroup .faqItem .FaqAnswer {
    display: inline-block;
    width: 100%; }
    .FaqPanelGroup .faqItem .FaqQuestion b, .FaqPanelGroup .faqItem .FaqAnswer b {
      position: relative;
      top: 10px; }
    .FaqPanelGroup .faqItem .FaqQuestion input, .FaqPanelGroup .faqItem .FaqAnswer input {
      width: calc(100% - 75px);
      float: right; }
  .FaqPanelGroup .faqItem .saveSection {
    text-align: right;
    margin: 20px 0px 0px; }
    .FaqPanelGroup .faqItem .saveSection .spanButton {
      border: 1px solid black;
      border-radius: 2px;
      padding: 8px 9px 7px 10px; }
      .FaqPanelGroup .faqItem .saveSection .spanButton .glyphicon {
        border: 0px;
        padding: 0px; }

.FaqPanelGroup .FaqTitle {
  display: inline-block;
  padding: 0px 20px 0px 20px;
  width: calc(100% - 120px);
  position: relative; }
  .FaqPanelGroup .FaqTitle label {
    border-bottom: 0px;
    top: -25px;
    position: absolute;
    z-index: 0;
    background: transparent; }
  .FaqPanelGroup .FaqTitle input {
    z-index: 100;
    background: transparent;
    position: absolute;
    top: -25px;
    border-bottom: 1px solid black; }

.FaqPanelGroup .FaqSave {
  margin-left: 30px; }
  .FaqPanelGroup .FaqSave .spanButton {
    border: 1px solid black;
    border-radius: 2px;
    padding: 8px 9px 7px 10px; }
    .FaqPanelGroup .FaqSave .spanButton .glyphicon {
      border: 0px;
      padding: 0px; }

.FaqPanelGroup .newFaq {
  float: right;
  margin: 10px 30px 10px; }
  .FaqPanelGroup .newFaq .glyphicon {
    border: 0px;
    padding: inherit;
    padding: 0px; }

.recipePage {
  /*
    //possibly helpful for marc
    @media screen and (max-width: 1000px) {
        .left, .right {
            max-width: 100% !important;
            width: 100%;
            &:after{
                display: block;
                clear: both;
                content: "";
            }
        }

        .left {
            img {
                margin: 0px auto 12px !important;
            }
        }
    }*/
  /*
        //possibly helpful for marc
    @media screen and (max-width: 1000px) {
        .left, .right {
            max-width: 100% !important;
            width: 100%;
        }

        .left {
            img {
                margin: 0px auto 12px !important;
            }
        }
    }
    */ }
  @media screen and (max-width: 1010px) {
    .recipePage .container {
      padding-right: 0px;
      padding-left: 0px; } }
  .recipePage .container .inner {
    max-width: 940px;
    margin: 0 auto; }
    .recipePage .container .inner .svg {
      background-size: 295px 2965px;
      background-repeat: no-repeat;
      background-image: url(/Content/img/svg-sprite1526424672648.png);
      background-image: url(/Content/img/svg-sprite1526424672648.svg), none;
      display: inline-block; }
    .recipePage .container .inner:after {
      display: block;
      clear: both;
      content: ""; }
    .recipePage .container .inner .left {
      padding-left: 0;
      padding-top: 20px; }
      .recipePage .container .inner .left .breadcrumb {
        margin-top: 0px;
        padding-top: 0px; }
      .recipePage .container .inner .left .title h1 {
        font-size: 34px;
        font-family: "Playfair Display", serif;
        font-weight: 600;
        word-wrap: break-word;
        hyphens: initial;
        text-align: center;
        color: #64b6ac;
        margin: 0 60px 40px 60px;
        padding: 5px 20px;
        word-break: keep-all; }
      @media screen and (max-width: 1010px) {
        .recipePage .container .inner .left .title h1 {
          word-wrap: unset;
          word-break: unset;
          margin-left: 0px;
          margin-right: 0px; } }
      .recipePage .container .inner .left .description {
        margin-bottom: 1em; }
        .recipePage .container .inner .left .description:after {
          display: block;
          clear: both;
          content: ""; }
        .recipePage .container .inner .left .description .author {
          padding-left: 0; }
          .recipePage .container .inner .left .description .author .authorInfo {
            display: flex; }
            .recipePage .container .inner .left .description .author .authorInfo a {
              color: #f3792b;
              text-transform: capitalize;
              font-size: 20px;
              font-weight: bold;
              display: inline-block;
              vertical-align: middle;
              text-overflow: ellipsis;
              overflow: hidden; }
            .recipePage .container .inner .left .description .author .authorInfo img {
              width: 20px;
              height: 20px;
              border-radius: 100%;
              display: inline-block;
              vertical-align: middle;
              position: relative;
              top: 5px;
              margin-right: 10px; }
        .recipePage .container .inner .left .description .textblock {
          font-size: 16px;
          padding: 0px; }
        @media screen and (max-width: 786px) {
          .recipePage .container .inner .left .description .textblock {
            font-size: 24px;
            line-height: 30px; }
          .recipePage .container .inner .left .description .author {
            font-size: 24px;
            padding: 10px 0px; } }
      .recipePage .container .inner .left .fav a {
        color: #f3792b;
        display: inline-block;
        border: 1px solid #f3792b;
        cursor: pointer;
        padding: 5px 10px;
        margin-bottom: 1em; }
        .recipePage .container .inner .left .fav a.recipeEditButton {
          color: #64b6ac;
          border-color: #64b6ac; }
        .recipePage .container .inner .left .fav a:hover, .recipePage .container .inner .left .fav a:focus {
          text-decoration: none;
          background-color: #f3792b;
          color: #ffffff; }
          .recipePage .container .inner .left .fav a:hover .glyphicon, .recipePage .container .inner .left .fav a:focus .glyphicon {
            color: #ffffff; }
        .recipePage .container .inner .left .fav a .glyphicon {
          margin-right: 5px; }
          .recipePage .container .inner .left .fav a .glyphicon img {
            position: absolute;
            width: 20px;
            background: #f3792b;
            left: -4px;
            top: -2px; }
        .recipePage .container .inner .left .fav a.savedItem {
          color: #ffffff;
          background: #f3792b;
          border-color: #f3792b; }
          .recipePage .container .inner .left .fav a.savedItem .glyphicon {
            color: #ffffff; }
      .recipePage .container .inner .left .sliderHolder {
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: 1px solid #e2dde1; }
        @media screen and (max-width: 768px) {
          .recipePage .container .inner .left .sliderHolder {
            border-bottom: 0px; } }
        .recipePage .container .inner .left .sliderHolder .imageHolder {
          width: calc(100% - 90px);
          display: inline-block;
          vertical-align: top;
          display: none; }
          @media screen and (max-width: 768px) {
            .recipePage .container .inner .left .sliderHolder .imageHolder {
              width: 100%; } }
          .recipePage .container .inner .left .sliderHolder .imageHolder.slick-initialized {
            display: inline-block; }
          .recipePage .container .inner .left .sliderHolder .imageHolder .image:focus {
            outline: none; }
          .recipePage .container .inner .left .sliderHolder .imageHolder .image .image-wrapper {
            width: 100%;
            /*padding-bottom: 100%;*/
            position: relative;
            overflow: hidden;
            box-sizing: border-box; }
            .recipePage .container .inner .left .sliderHolder .imageHolder .image .image-wrapper img {
              /*
                                    position: absolute;
                                    left: 50%;
                                    top: 50%;
                                    transform: translate(-50%, -50%);
                                    height: 100%;
                                    width: auto;
                                    */
              height: auto;
              max-width: 522px;
              width: 100%;
              object-fit: cover;
              object-position: center; }
          .recipePage .container .inner .left .sliderHolder .imageHolder .image .info {
            display: block;
            margin-bottom: 0.5em;
            padding-top: 5px; }
            .recipePage .container .inner .left .sliderHolder .imageHolder .image .info:after {
              display: block;
              clear: both;
              content: ""; }
            .recipePage .container .inner .left .sliderHolder .imageHolder .image .info .author {
              display: inline-block;
              width: 45%;
              float: left; }
            .recipePage .container .inner .left .sliderHolder .imageHolder .image .info .source {
              display: inline-block;
              width: 45%;
              text-align: right;
              float: right; }
              .recipePage .container .inner .left .sliderHolder .imageHolder .image .info .source a {
                color: #f3792b;
                font-weight: bold; }
            @media screen and (max-width: 768px) {
              .recipePage .container .inner .left .sliderHolder .imageHolder .image .info .sm-desktop {
                display: none; }
              .recipePage .container .inner .left .sliderHolder .imageHolder .image .info .author {
                font-size: 24px; }
                .recipePage .container .inner .left .sliderHolder .imageHolder .image .info .author a {
                  font-size: 24px; } }
          .recipePage .container .inner .left .sliderHolder .imageHolder .image .caption {
            font-size: 16px; }
        .recipePage .container .inner .left .sliderHolder .sliderNav {
          width: 70px;
          margin-left: 15px;
          display: inline-block;
          vertical-align: top; }
          @media screen and (max-width: 768px) {
            .recipePage .container .inner .left .sliderHolder .sliderNav {
              display: block;
              width: 100%;
              margin-left: 0;
              margin-top: 15px; } }
          .recipePage .container .inner .left .sliderHolder .sliderNav a.addPhoto {
            width: 70px;
            height: 70px;
            display: inline-block;
            margin-bottom: 15px;
            margin-top: 10px; }
            @media screen and (max-width: 768px) {
              .recipePage .container .inner .left .sliderHolder .sliderNav a.addPhoto {
                margin-bottom: 0;
                margin-right: 15px; } }
          .recipePage .container .inner .left .sliderHolder .sliderNav a i.addPhotoIcon {
            width: 70px;
            height: 70px;
            background-position: 0, 0;
            background-position-y: 0; }
          .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner {
            display: none; }
            .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner.slick-initialized {
              display: inline-block;
              position: relative; }
              @media screen and (max-width: 768px) {
                .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner.slick-initialized {
                  max-width: calc(100%); } }
            .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner .image {
              width: 70px !important;
              height: 70px;
              overflow: hidden;
              margin-top: 7px;
              margin-bottom: 7px;
              box-sizing: border-box; }
              @media screen and (max-width: 768px) {
                .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner .image {
                  margin-bottom: 0;
                  margin-top: 0;
                  margin-right: 7px;
                  margin-left: 7px; } }
              .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner .image.slick-current, .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner .image:focus {
                border: 2px solid #64b6ac;
                outline: none; }
              .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner .image img {
                width: 70px;
                height: 70px;
                object-fit: cover;
                object-position: center;
                display: inline-block; }
            .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner .slick-arrow:before {
              color: #f3792b; }
            .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner.slick-vertical {
              margin: 0; }
              .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner.slick-vertical .slick-prev {
                left: 50%;
                top: -25px;
                transform: translate(-50%, 0); }
                .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner.slick-vertical .slick-prev:before {
                  display: inline-block;
                  transform: rotate(90deg); }
              .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner.slick-vertical .slick-next {
                left: 50%;
                right: unset;
                bottom: -25px;
                top: unset;
                transform: translate(-50%, 0); }
                .recipePage .container .inner .left .sliderHolder .sliderNav .sliderNavInner.slick-vertical .slick-next:before {
                  display: inline-block;
                  transform: rotate(90deg); }
      .recipePage .container .inner .left .statistics {
        padding-bottom: 1em;
        margin-bottom: 1em;
        margin-top: 1em;
        padding-top: 1em;
        border-bottom: 1px solid #e2dde1; }
        @media screen and (max-width: 768px) {
          .recipePage .container .inner .left .statistics {
            border-bottom: 0px; } }
        .recipePage .container .inner .left .statistics:after {
          display: block;
          clear: both;
          content: ""; }
        .recipePage .container .inner .left .statistics .rowAlt:after {
          display: block;
          clear: both;
          content: ""; }
        @media screen and (max-width: 768px) {
          .recipePage .container .inner .left .statistics .rowAlt .sm-desktop {
            display: none; }
          .recipePage .container .inner .left .statistics .rowAlt .info {
            font-size: 24px;
            padding: 20px 0px; }
            .recipePage .container .inner .left .statistics .rowAlt .info a {
              color: #f3792b; } }
        @media screen and (min-width: 769px) {
          .recipePage .container .inner .left .statistics .rowAlt .sm-mobile {
            display: none; } }
        .recipePage .container .inner .left .statistics .rowAlt .prepInfo {
          text-align: center;
          border-right: 1px solid #e2dde1;
          padding: 0px; }
          .recipePage .container .inner .left .statistics .rowAlt .prepInfo > div {
            display: inline-block;
            width: 32.5%;
            text-align: center;
            font-size: 0;
            box-sizing: border-box;
            vertical-align: top; }
            .recipePage .container .inner .left .statistics .rowAlt .prepInfo > div p {
              font-size: 16px;
              margin: 0; }
              .recipePage .container .inner .left .statistics .rowAlt .prepInfo > div p:first-of-type {
                font-size: 18px;
                text-transform: uppercase;
                color: #6c6a6a;
                font-weight: 600;
                white-space: nowrap;
                line-height: 1; }
              .recipePage .container .inner .left .statistics .rowAlt .prepInfo > div p:nth-of-type(2) {
                font-size: 36px;
                color: #64b6ac;
                line-height: 36px;
                font-family: "Playfair Display", serif; }
              .recipePage .container .inner .left .statistics .rowAlt .prepInfo > div p:nth-of-type(3) {
                font-weight: 600;
                color: #6c6a6a;
                line-height: 2.5; }
        .recipePage .container .inner .left .statistics .rowAlt .socials {
          margin-top: 2em; }
          .recipePage .container .inner .left .statistics .rowAlt .socials ul {
            list-style: none;
            margin-left: 0;
            padding-left: 0; }
            .recipePage .container .inner .left .statistics .rowAlt .socials ul li {
              display: inline-block;
              font-size: 0;
              width: 35px;
              height: 35px;
              margin-right: 0;
              text-align: left; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li.pinterest span {
                background-size: 295px 2965px;
                background-repeat: no-repeat;
                background-image: url(/Content/img/svg-sprite1526424672648.png);
                background-image: url(/Content/img/svg-sprite1526424672648.svg), none;
                display: inline-block;
                width: 48px;
                height: 48px;
                -webkit-transform: scale(0.65);
                transform: scale(0.65);
                -webkit-transform-origin: 0px -95px;
                transform-origin: 0px -95px;
                background-position: 0 -1975px;
                color: transparent !important;
                border-radius: 50%; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li a {
                width: 48px;
                height: 48px;
                -webkit-transform: scale(0.65);
                transform: scale(0.65);
                -webkit-transform-origin: 0 0;
                transform-origin: 0 0; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li .facebook {
                background-position: 0 -1205px; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li .twitter {
                background-position: 0 -2760px; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li .pinterest {
                background-position: 0 -1975px; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li .email {
                background-position: 0 -1010px; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li .embed {
                background-position: 0 -1065px; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li .print {
                background-position: 0 -2080px; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li .download {
                background-position: 0 -900px; }
          @media screen and (max-width: 768px) {
            .recipePage .container .inner .left .statistics .rowAlt .socials {
              text-align: center;
              margin-bottom: 2em;
              margin-top: 0px; }
              .recipePage .container .inner .left .statistics .rowAlt .socials ul li {
                width: 50px;
                height: 50px;
                margin: 0px 10px; }
                .recipePage .container .inner .left .statistics .rowAlt .socials ul li span {
                  -webkit-transform: scale(1) !important;
                  transform: scale(1) !important;
                  position: relative;
                  top: -34px; }
                .recipePage .container .inner .left .statistics .rowAlt .socials ul li a {
                  -webkit-transform: scale(1);
                  transform: scale(1); } }
      .recipePage .container .inner .left .recipeBlock {
        border-bottom: 1px solid #e2dde1;
        padding-bottom: 1em; }
        .recipePage .container .inner .left .recipeBlock:after {
          display: block;
          clear: both;
          content: ""; }
        .recipePage .container .inner .left .recipeBlock h2 {
          color: #64b6ac;
          font-family: "Playfair Display", serif;
          font-size: 24px;
          font-weight: 600;
          padding: 0;
          margin-bottom: 0.916em; }
        .recipePage .container .inner .left .recipeBlock .ingredients ul {
          list-style-type: none;
          margin-left: 0;
          margin-right: 14px;
          display: table;
          padding-left: 0px;
          min-width: 100%; }
          .recipePage .container .inner .left .recipeBlock .ingredients ul li {
            display: table-row; }
            .recipePage .container .inner .left .recipeBlock .ingredients ul li.groceryList {
              display: table-caption; }
              .recipePage .container .inner .left .recipeBlock .ingredients ul li.groceryList a {
                display: inline-block;
                font-size: 12px;
                color: #000000;
                text-decoration: none;
                background: #eaeaea;
                padding: 5px 10px;
                border-radius: 5px;
                margin-bottom: 10px; }
                .recipePage .container .inner .left .recipeBlock .ingredients ul li.groceryList a span {
                  display: inline-block;
                  vertical-align: middle; }
                  .recipePage .container .inner .left .recipeBlock .ingredients ul li.groceryList a span.cartIcon {
                    background: url("img/icons-s967da4997a.png") 0 -1669px no-repeat;
                    margin-right: 5px;
                    width: 13px;
                    height: 10px; }
            .recipePage .container .inner .left .recipeBlock .ingredients ul li p {
              display: table-cell;
              font-size: 15px; }
              .recipePage .container .inner .left .recipeBlock .ingredients ul li p:first-of-type {
                text-align: right;
                padding-right: 5px;
                white-space: nowrap; }
        @media screen and (max-width: 768px) {
          .recipePage .container .inner .left .recipeBlock .ingredients {
            border-bottom: 1px solid #e2dde1;
            padding-bottom: 1em;
            margin-bottom: 1em;
            padding-left: 0px;
            padding-right: 0px; }
            .recipePage .container .inner .left .recipeBlock .ingredients h2 {
              font-size: 34px; }
            .recipePage .container .inner .left .recipeBlock .ingredients ul li p {
              font-size: 24px; } }
        .recipePage .container .inner .left .recipeBlock .directions:after {
          position: absolute;
          left: 0;
          bottom: 10px;
          height: calc(100% - 80px);
          width: 1px;
          background: #e2dde1;
          content: ""; }
          @media screen and (max-width: 768px) {
            .recipePage .container .inner .left .recipeBlock .directions:after {
              display: none; } }
        .recipePage .container .inner .left .recipeBlock .directions p {
          white-space: pre-wrap;
          font-size: 16px; }
        @media screen and (max-width: 768px) {
          .recipePage .container .inner .left .recipeBlock .directions {
            border-bottom: 1px solid #e2dde1;
            padding-bottom: 1em;
            margin-bottom: 1em;
            padding-left: 0px;
            padding-right: 0px; }
            .recipePage .container .inner .left .recipeBlock .directions h2 {
              font-size: 34px; }
            .recipePage .container .inner .left .recipeBlock .directions p {
              font-size: 24px; } }

.remodal {
  text-align: left; }
  .remodal h1 {
    font-family: "Playfair Display", serif;
    color: #64b6ac;
    text-align: center;
    border-bottom: 1px solid #e2dde1;
    padding-bottom: 10px;
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .remodal ul {
    list-style: none; }
    .remodal ul li {
      border-bottom: 1px solid #e2dde1;
      padding: 10px 0; }
      .remodal ul li label {
        font-weight: normal;
        margin-bottom: 0; }
        .remodal ul li label input[type="checkbox"] {
          display: inline-block;
          vertical-align: top;
          margin-top: 2px; }
        .remodal ul li label span {
          display: inline-block;
          vertical-align: top; }
  .remodal p {
    color: #6c6a6a; }
    .remodal p.terms {
      font-weight: bold;
      text-align: center;
      margin: 1em 0; }
    .remodal p a {
      color: #f3792b; }
  .remodal .dropzone {
    text-align: center;
    background: #f9f9f9;
    border: none; }
    .remodal .dropzone .dz-message {
      margin: 3em 0; }
    .remodal .dropzone .dz-preview .dz-image {
      border-radius: 0; }
      .remodal .dropzone .dz-preview .dz-image img {
        display: block;
        margin: 0 auto;
        transform: translate(0, -50%);
        top: 50%;
        position: relative; }
    .remodal .dropzone .dz-preview .dz-progress {
      position: static;
      margin-left: 0;
      margin-top: 10px;
      width: 100%; }
    .remodal .dropzone .dz-preview .dz-success-mark, .remodal .dropzone .dz-preview .dz-error-mark {
      top: 60px; }
    .remodal .dropzone .dz-preview .dz-error-message {
      top: 0;
      opacity: 1; }
      .remodal .dropzone .dz-preview .dz-error-message:after {
        top: unset;
        bottom: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: unset;
        border-top: 6px solid #be2626; }
    .remodal .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .remodal .dropzone .dz-remove {
      color: #f3792b;
      text-decoration: none; }
  .remodal .error {
    pointer-events: none;
    z-index: 1000;
    display: none;
    margin: 10px auto;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white; }
    .remodal .error.visible {
      opacity: 1;
      display: block; }
  .remodal .buttonHolder {
    text-align: right; }
    .remodal .buttonHolder [data-remodal-action="confirm"] {
      background-color: #64b6ac; }
      .remodal .buttonHolder [data-remodal-action="confirm"]:hover {
        background-color: #4a9d93; }
    .remodal .buttonHolder [data-remodal-action="cancel"] {
      background-color: #f3792b; }
      .remodal .buttonHolder [data-remodal-action="cancel"]:hover {
        background-color: #de5e0d; }

.circleButtonWithIcon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  margin: 0px 5px; }
  .circleButtonWithIcon.inline {
    position: absolute;
    right: 10px;
    width: 27px;
    height: 26px; }
    .circleButtonWithIcon.inline:before {
      top: 5px;
      position: absolute;
      left: 5.5px; }

.pagingSection {
  text-align: center; }
  .pagingSection ul {
    list-style: none;
    margin: 20px 0px 0px 0px;
    border-radius: 4px;
    padding: 0px;
    text-align: center;
    display: inline-block; }
    .pagingSection ul li {
      display: inline;
      width: 35px;
      height: 50px;
      line-height: 50px; }
      .pagingSection ul li .active {
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7; }
      .pagingSection ul li a {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd; }
      .pagingSection ul li:first-child > a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .pagingSection ul li:last-child > a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
    @media screen and (max-width: 768px) {
      .pagingSection ul .hideMobile {
        display: none; } }

.inlineName {
  position: absolute;
  right: 25px;
  top: 10px; }

#adminSelectedRecipePage .categoriesSection .select2-admin-container {
  padding-bottom: 20px; }
  #adminSelectedRecipePage .categoriesSection .select2-admin-container p {
    position: absolute;
    font-size: 12px;
    top: 10px;
    left: 15px; }

#adminSelectedRecipePage .categoriesSection input[type="checkbox"] {
  width: 15px;
  float: right;
  height: 15px;
  top: -10px;
  position: relative; }

#adminSelectedRecipePage .adminBlock {
  padding: 0px 0px 20px 0px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px; }
  #adminSelectedRecipePage .adminBlock .contentblock {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px; }
    #adminSelectedRecipePage .adminBlock .contentblock textarea {
      max-width: none; }
  #adminSelectedRecipePage .adminBlock label.form-control {
    border-bottom: 0px;
    position: absolute;
    background: none;
    z-index: 5;
    top: 0px;
    font-weight: 100;
    pointer-events: none;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear; }
  #adminSelectedRecipePage .adminBlock input[type="text"], #adminSelectedRecipePage .adminBlock select {
    margin-top: 25px;
    margin-bottom: 9px;
    z-index: 10;
    background: white; }
    #adminSelectedRecipePage .adminBlock input[type="text"] :focus + label, #adminSelectedRecipePage .adminBlock select :focus + label {
      top: 0px; }
  #adminSelectedRecipePage .adminBlock textarea {
    margin-top: 25px;
    resize: none; }
  #adminSelectedRecipePage .adminBlock .statsBox {
    padding-top: 20px; }
    #adminSelectedRecipePage .adminBlock .statsBox b {
      float: right; }
  #adminSelectedRecipePage .adminBlock.articleImages .imageHolder .imgBlock {
    height: 200px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important; }
  #adminSelectedRecipePage .adminBlock.articleImages .imageHolder img {
    width: 200px; }
  #adminSelectedRecipePage .adminBlock.articleImages .imageHolder #newArticleImage {
    padding-bottom: 185px; }
  #adminSelectedRecipePage .adminBlock.accountBlock .imgBlock {
    height: 200px !important; }
    #adminSelectedRecipePage .adminBlock.accountBlock .imgBlock img {
      width: 200px;
      height: 200px;
      object-fit: cover;
      object-position: center; }
  #adminSelectedRecipePage .adminBlock .imageHolder {
    width: 100%;
    padding: 0px 20px; }
    #adminSelectedRecipePage .adminBlock .imageHolder .imgBlock {
      height: 500px;
      background-size: cover !important;
      background-position: center !important; }
    #adminSelectedRecipePage .adminBlock .imageHolder .col-lg-12 {
      padding-right: 0px;
      padding-left: 0px; }
    #adminSelectedRecipePage .adminBlock .imageHolder .fileinput {
      display: block;
      position: absolute;
      top: 0px;
      width: 100%;
      text-align: center;
      margin: 0px auto;
      cursor: pointer;
      height: 30px;
      padding-bottom: 315px;
      padding-top: 15px; }
    #adminSelectedRecipePage .adminBlock .imageHolder .buttonSection {
      text-align: center; }
      #adminSelectedRecipePage .adminBlock .imageHolder .buttonSection .btn {
        width: 100px;
        height: 45px;
        border-radius: 2px; }
    #adminSelectedRecipePage .adminBlock .imageHolder img {
      display: block;
      width: 500px;
      margin: 0px auto; }
    #adminSelectedRecipePage .adminBlock .imageHolder input[type="checkbox"] {
      width: 15px;
      float: right;
      height: 15px;
      top: -10px;
      position: relative; }
  #adminSelectedRecipePage .adminBlock .slick-next {
    right: 0px;
    height: 100%;
    width: 22px; }
    #adminSelectedRecipePage .adminBlock .slick-next:before {
      color: black; }
  #adminSelectedRecipePage .adminBlock .slick-prev {
    left: 0px;
    height: 100%;
    z-index: 100;
    width: 22px; }
    #adminSelectedRecipePage .adminBlock .slick-prev:before {
      color: black; }

.panel-group {
  min-height: 56px;
  border: 1px solid #dddddd; }
  .panel-group .buttonArea {
    float: right;
    width: 315px;
    height: 24px;
    top: 3px;
    position: relative; }
  .panel-group .recipeCount {
    background-color: #f3792b;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 6px 0px;
    width: 60px;
    color: white;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    display: inline-block; }
  .panel-group .articleCount {
    background-color: #124c5e;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 6px 0px;
    color: white;
    width: 60px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    font-weight: bold; }
  .panel-group .fullCount {
    background-color: #777;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 6px 0px;
    color: white;
    width: 60px;
    text-align: center;
    font-size: 11px;
    font-weight: bold; }
  .panel-group.single-item {
    color: #333333;
    background-color: white;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 300 !important;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.1;
    height: 56px; }
    .panel-group.single-item.child-group {
      padding-left: 45px !important; }
    .panel-group.single-item .cattitle {
      top: -13px;
      position: relative; }
  .panel-group .glyphicon {
    border: 1px solid black;
    border-radius: 2px;
    padding: 8px 9px 10px 10px; }
    .panel-group .glyphicon.none {
      width: 36px;
      border: 0px;
      height: 37px; }
  .panel-group .cattitle {
    padding-left: 15px; }
  .panel-group.child-group {
    padding: 0px 0px 0px 30px; }
    .panel-group.child-group.single-item {
      padding: 10px 15px; }
  .panel-group .panel-heading {
    background-color: white;
    border-color: transparent; }
  .panel-group .panel-default {
    border-color: transparent; }

.adminPage {
  font-family: 'Roboto', sans-serif;
  background-color: #EEEEEE; }
  .adminPage .trending-bar {
    display: none; }
  .adminPage .topButtonControl {
    position: relative;
    margin-top: -40px;
    padding-bottom: 10px;
    text-align: right; }
  .adminPage .bottomButtonControl {
    text-align: right; }
  .adminPage .form-control {
    height: unset;
    min-height: 35px; }
  .adminPage .clearLine {
    border-bottom: 2px dashed black;
    margin-bottom: 50px; }
  .adminPage .ipStuff .circleButtonWithIcon {
    width: 27px;
    height: 26px;
    float: right; }
    .adminPage .ipStuff .circleButtonWithIcon:before {
      top: 5px;
      position: absolute;
      left: 5.5px; }
  .adminPage .submitrow .btn {
    float: right;
    margin: 15px 30px;
    border-radius: 3px; }
  .adminPage .adminBlock {
    background: white;
    border-radius: 3px;
    padding: 20px 0px; }
    .adminPage .adminBlock.scheduler .inline h4 {
      display: inline-block;
      margin: 5px 10px 5px 0px; }
    .adminPage .adminBlock.scheduler .inline button {
      display: inline-block;
      margin: 5px 10px 5px 0px; }
    .adminPage .adminBlock.scheduler .inline select {
      display: inline-block;
      margin: 5px 10px 5px 0px;
      max-width: 280px; }
    .adminPage .adminBlock.scheduler .scheduleArea {
      min-height: 600px; }
    .adminPage .adminBlock .blockLabel {
      background-color: #124c5e;
      color: white;
      font-weight: bold;
      padding: 10px; }
    .adminPage .adminBlock .form-control {
      border-top: 0px;
      border-left: 0px;
      border-right: 0px;
      border-radius: 0px;
      max-width: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .adminPage .adminBlock select {
      -webkit-appearance: none;
      -moz-appearance: none;
      text-overflow: ''; }
      .adminPage .adminBlock select ::-ms-expand {
        display: none; }
  .adminPage .select2-admin-container .select2 {
    top: 27px; }
    .adminPage .select2-admin-container .select2 .selection .select2-selection {
      border-radius: 0px;
      border-top: 0px;
      border-left: 0px;
      border-right: 0px;
      border-bottom: 1px solid #cccccc; }
  @media screen and (max-width: 768px) {
    .adminPage .select2-admin-container .select2 {
      top: 10px; } }
  .adminPage .errorMessage {
    position: absolute;
    left: 27px;
    font-size: 9px;
    color: red;
    font-weight: bold;
    width: calc(100% - 42px);
    margin-top: -9px;
    text-align: right; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.adminSearchForm label.form-control {
  border-bottom: 0px;
  position: absolute;
  background: none;
  z-index: 5;
  top: 25px;
  font-weight: 100;
  pointer-events: none;
  transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-transition: all .1s linear; }

.adminSearchForm input[type="text"], .adminSearchForm select {
  margin-top: 25px;
  margin-bottom: 9px;
  z-index: 10;
  background: white; }
  .adminSearchForm input[type="text"] :focus + label, .adminSearchForm select :focus + label {
    top: 0px; }

.adminSearchForm .btn {
  float: right;
  margin-top: 15px;
  padding: 6px 32px;
  border-radius: 0px;
  background: #124c5e; }

input, select, textarea {
  max-width: 280px;
  resize: none; }

#ui-datepicker-div {
  z-index: 10 !important; }

.loginForm {
  padding-top: 30px;
  width: 370px;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 10px; }
  .loginForm .errorMessage {
    color: red !important; }
  .loginForm h5 {
    font-size: 20px;
    font-weight: 600; }
    .loginForm h5 a {
      color: #f3792b; }
      .loginForm h5 a:hover {
        color: #ca4935; }
  .loginForm h6 {
    font-size: 16px;
    font-weight: 600; }
    .loginForm h6 a {
      color: #f3792b; }
      .loginForm h6 a:hover {
        color: #ca4935; }
  .loginForm p {
    font-size: 14px;
    font-weight: 900; }
    .loginForm p a {
      color: #6c6a6a; }
      .loginForm p a:hover {
        color: #f3792b; }
  .loginForm label {
    float: left;
    width: 80px;
    padding-right: 20px;
    text-align: right; }
  .loginForm input[type=text], .loginForm input[type=password] {
    width: 330px;
    max-width: 100%;
    margin: 0px auto; }
  .loginForm input[type=submit] {
    width: 330px;
    max-width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    background: #f3792b;
    font-size: 24px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px; }
  .loginForm .row {
    margin-bottom: 10px;
    position: relative; }
  .loginForm .checkboxrow {
    padding: 0px 20px;
    text-align: left; }
    .loginForm .checkboxrow p {
      font-weight: 400; }
      .loginForm .checkboxrow p a {
        color: #f3792b; }
        .loginForm .checkboxrow p a:hover {
          color: #ca4935; }

#adminNavbar {
  position: relative;
  top: 0;
  margin-bottom: 0px;
  background: #124c5e;
  z-index: 1040; }
  #adminNavbar .active a, #adminNavbar .open a {
    background-color: rgba(255, 255, 255, 0.1); }
  #adminNavbar a {
    color: white; }
    #adminNavbar a .caret {
      border-top-color: white;
      border-bottom-color: white; }
  #adminNavbar .dropdown-menu a {
    color: black; }

.container.adminBlock {
  padding: 0px 0px 20px 0px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px; }

#adminRecipePage #bugListPage.tableOverflow {
  overflow-x: hidden;
  border-radius: 5px;
  padding: 15px 0px;
  background: white;
  margin: 30px 0px; }
  #adminRecipePage #bugListPage.tableOverflow .adminTable {
    min-width: 0px; }
    #adminRecipePage #bugListPage.tableOverflow .adminTable th {
      text-align: center; }

#adminRecipePage .lineArea {
  position: relative; }
  #adminRecipePage .lineArea .btn {
    right: 0;
    top: 0;
    position: absolute; }

#adminRecipePage .tableOverflow {
  overflow-x: scroll;
  border-radius: 5px;
  padding: 15px 0px;
  background: white; }
  #adminRecipePage .tableOverflow .adminTable {
    min-width: 1440px; }

.itemAdder, .bugReport {
  bottom: 50%;
  width: 400px;
  height: 250px;
  padding: 55px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -125px 0 0 -200px;
  background: white;
  text-align: center;
  border-radius: 8px;
  border: 3px solid #f47b20;
  z-index: 10001;
  display: none; }
  .itemAdder button, .bugReport button {
    margin-top: 20px; }
  .itemAdder a, .bugReport a {
    right: 13px;
    position: absolute;
    top: 10px;
    font-size: 24px;
    color: #f47b20;
    cursor: pointer; }

.bugReport {
  height: 315px; }

.bugButton {
  color: black;
  position: fixed;
  right: 20px;
  bottom: 65px;
  background: white;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 3px;
  z-index: 1002; }
  .bugButton span {
    color: black;
    font-size: 40px;
    width: 40px;
    height: 40px; }

.shadowBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 10000;
  display: none; }

.schedules {
  padding-top: 50px; }
  .schedules .homeSchedule {
    width: 940px;
    margin: 0px auto;
    color: #4d4d4d;
    position: relative;
    border-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc; }
    .schedules .homeSchedule.mobile {
      width: 100%; }
    .schedules .homeSchedule .positionButtons {
      position: absolute;
      left: -50px;
      font-size: 25px;
      top: calc(50% - 40px); }
      .schedules .homeSchedule .positionButtons span {
        cursor: pointer; }
    .schedules .homeSchedule .title, .schedules .homeSchedule .title input {
      text-align: center;
      font: 600 36px "Playfair Display", serif;
      color: #64b6ac;
      margin-top: 0px; }
    .schedules .homeSchedule.gridWithoutAd .title:after, .schedules .homeSchedule.gridNoAd .title:after, .schedules .homeSchedule.gridWithAd .title:after {
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: relative;
      left: 50%;
      border-bottom: 1px solid #ccc;
      bottom: 0;
      top: 30px;
      content: "";
      display: block;
      height: 1px;
      width: 300px; }
    .schedules .homeSchedule.gridWithoutAd.mobile .left, .schedules .homeSchedule.gridWithoutAd.mobile .right, .schedules .homeSchedule.gridNoAd.mobile .left, .schedules .homeSchedule.gridNoAd.mobile .right, .schedules .homeSchedule.gridWithAd.mobile .left, .schedules .homeSchedule.gridWithAd.mobile .right {
      width: 100%;
      float: none; }
      .schedules .homeSchedule.gridWithoutAd.mobile .left .title, .schedules .homeSchedule.gridWithoutAd.mobile .right .title, .schedules .homeSchedule.gridNoAd.mobile .left .title, .schedules .homeSchedule.gridNoAd.mobile .right .title, .schedules .homeSchedule.gridWithAd.mobile .left .title, .schedules .homeSchedule.gridWithAd.mobile .right .title {
        padding-bottom: 0px; }
        .schedules .homeSchedule.gridWithoutAd.mobile .left .title:after, .schedules .homeSchedule.gridWithoutAd.mobile .right .title:after, .schedules .homeSchedule.gridNoAd.mobile .left .title:after, .schedules .homeSchedule.gridNoAd.mobile .right .title:after, .schedules .homeSchedule.gridWithAd.mobile .left .title:after, .schedules .homeSchedule.gridWithAd.mobile .right .title:after {
          top: 15px; }
      .schedules .homeSchedule.gridWithoutAd.mobile .left .description, .schedules .homeSchedule.gridWithoutAd.mobile .right .description, .schedules .homeSchedule.gridNoAd.mobile .left .description, .schedules .homeSchedule.gridNoAd.mobile .right .description, .schedules .homeSchedule.gridWithAd.mobile .left .description, .schedules .homeSchedule.gridWithAd.mobile .right .description {
        margin-bottom: 20px; }
      .schedules .homeSchedule.gridWithoutAd.mobile .left .imageHolder, .schedules .homeSchedule.gridWithoutAd.mobile .right .imageHolder, .schedules .homeSchedule.gridNoAd.mobile .left .imageHolder, .schedules .homeSchedule.gridNoAd.mobile .right .imageHolder, .schedules .homeSchedule.gridWithAd.mobile .left .imageHolder, .schedules .homeSchedule.gridWithAd.mobile .right .imageHolder {
        width: 100%;
        padding-top: 100% !important;
        overflow: hidden;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important; }
      .schedules .homeSchedule.gridWithoutAd.mobile .left .entities .singleEntity, .schedules .homeSchedule.gridWithoutAd.mobile .right .entities .singleEntity, .schedules .homeSchedule.gridNoAd.mobile .left .entities .singleEntity, .schedules .homeSchedule.gridNoAd.mobile .right .entities .singleEntity, .schedules .homeSchedule.gridWithAd.mobile .left .entities .singleEntity, .schedules .homeSchedule.gridWithAd.mobile .right .entities .singleEntity {
        width: calc(50% - 22px); }
        .schedules .homeSchedule.gridWithoutAd.mobile .left .entities .singleEntity:nth-child(3n), .schedules .homeSchedule.gridWithoutAd.mobile .right .entities .singleEntity:nth-child(3n), .schedules .homeSchedule.gridNoAd.mobile .left .entities .singleEntity:nth-child(3n), .schedules .homeSchedule.gridNoAd.mobile .right .entities .singleEntity:nth-child(3n), .schedules .homeSchedule.gridWithAd.mobile .left .entities .singleEntity:nth-child(3n), .schedules .homeSchedule.gridWithAd.mobile .right .entities .singleEntity:nth-child(3n) {
          margin-left: 0px; }
        .schedules .homeSchedule.gridWithoutAd.mobile .left .entities .singleEntity:nth-child(3n+1), .schedules .homeSchedule.gridWithoutAd.mobile .right .entities .singleEntity:nth-child(3n+1), .schedules .homeSchedule.gridNoAd.mobile .left .entities .singleEntity:nth-child(3n+1), .schedules .homeSchedule.gridNoAd.mobile .right .entities .singleEntity:nth-child(3n+1), .schedules .homeSchedule.gridWithAd.mobile .left .entities .singleEntity:nth-child(3n+1), .schedules .homeSchedule.gridWithAd.mobile .right .entities .singleEntity:nth-child(3n+1) {
          margin-right: 0px; }
        .schedules .homeSchedule.gridWithoutAd.mobile .left .entities .singleEntity:nth-child(2n), .schedules .homeSchedule.gridWithoutAd.mobile .right .entities .singleEntity:nth-child(2n), .schedules .homeSchedule.gridNoAd.mobile .left .entities .singleEntity:nth-child(2n), .schedules .homeSchedule.gridNoAd.mobile .right .entities .singleEntity:nth-child(2n), .schedules .homeSchedule.gridWithAd.mobile .left .entities .singleEntity:nth-child(2n), .schedules .homeSchedule.gridWithAd.mobile .right .entities .singleEntity:nth-child(2n) {
          margin-left: 41px; }
    .schedules .homeSchedule .bottomLink {
      clear: both;
      position: relative; }
      .schedules .homeSchedule .bottomLink label.form-control {
        border-bottom: 0px;
        position: absolute;
        background: none;
        z-index: 5;
        top: 0px;
        font-weight: 100;
        pointer-events: none;
        transition: all .1s linear;
        -moz-transition: all .1s linear;
        -webkit-transition: all .1s linear; }
      .schedules .homeSchedule .bottomLink input[type="text"].form-control {
        margin-top: 25px;
        margin-bottom: 9px;
        z-index: 10;
        background: white; }
        .schedules .homeSchedule .bottomLink input[type="text"].form-control :focus + label {
          top: 0px; }
      .schedules .homeSchedule .bottomLink a {
        color: #f3792b;
        float: right;
        font: 600 20px "Source Sans Pro",Arial,Verdana,Helvetica,sans-serif;
        text-align: right;
        margin-right: 20px;
        padding-bottom: 30px; }
    .schedules .homeSchedule .title {
      padding-bottom: 30px; }
    .schedules .homeSchedule .description, .schedules .homeSchedule #sectionInfo_Description {
      padding: 0px !important;
      font-size: 18px;
      font-family: "Source Sans Pro", Arial, Verdana, Arial, Helvetica, sans-serif;
      margin: 40px 0;
      word-wrap: break-word;
      font-weight: initial; }
    .schedules .homeSchedule .left {
      width: 355px;
      float: left; }
      .schedules .homeSchedule .left a {
        cursor: pointer;
        text-align: center; }
        .schedules .homeSchedule .left a .imageHolder {
          width: 355px;
          height: 355px;
          padding: 0px !important;
          overflow: hidden; }
          .schedules .homeSchedule .left a .imageHolder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .schedules .homeSchedule .left a div {
          padding: 12px 0 31px 0;
          color: #4d4d4d;
          font: 600 16px "Source Sans Pro", Arial, Verdana, Helvetica, sans-serif; }
    .schedules .homeSchedule .right {
      width: 540px;
      float: right; }
      .schedules .homeSchedule .right .singleEntity {
        width: 150px;
        position: relative;
        display: inline-block;
        vertical-align: top; }
        .schedules .homeSchedule .right .singleEntity .exitButton {
          right: 5px;
          color: #f47b20;
          top: 3px;
          position: absolute; }
        .schedules .homeSchedule .right .singleEntity .rightButton {
          right: -20px;
          color: #f47b20;
          font-size: 20px;
          top: 0px;
          position: absolute;
          background-color: #124c5e;
          height: 150px;
          line-height: 150px; }
        .schedules .homeSchedule .right .singleEntity .leftButton {
          left: -20px;
          color: #f47b20;
          font-size: 20px;
          background-color: #124c5e;
          top: 0px;
          position: absolute;
          height: 150px;
          line-height: 152px; }
        .schedules .homeSchedule .right .singleEntity .imageHolder {
          width: 150px;
          height: 150px;
          padding: 0px !important;
          overflow: hidden; }
          .schedules .homeSchedule .right .singleEntity .imageHolder img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
        .schedules .homeSchedule .right .singleEntity a {
          cursor: pointer; }
        .schedules .homeSchedule .right .singleEntity:nth-child(3n+1) {
          margin-right: 41px; }
        .schedules .homeSchedule .right .singleEntity:nth-child(3n) {
          margin-left: 41px; }
        .schedules .homeSchedule .right .singleEntity .entityTitle {
          padding: 5px 0 0px 0;
          color: #4d4d4d;
          font: 600 16px "Source Sans Pro", Arial, Verdana, Helvetica, sans-serif;
          margin-bottom: 20px;
          text-align: center; }
  .schedules .blockList .singleEntity {
    width: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 22px;
    margin-right: 22px; }
    .schedules .blockList .singleEntity .exitButton {
      right: 5px;
      color: #f47b20;
      top: 3px;
      position: absolute; }
    .schedules .blockList .singleEntity .rightButton {
      right: -20px;
      color: #f47b20;
      font-size: 20px;
      top: 0px;
      position: absolute;
      background-color: #124c5e;
      height: 150px;
      line-height: 150px; }
    .schedules .blockList .singleEntity .leftButton {
      left: -20px;
      color: #f47b20;
      font-size: 20px;
      background-color: #124c5e;
      top: 0px;
      position: absolute;
      height: 150px;
      line-height: 152px; }
    .schedules .blockList .singleEntity .imageHolder {
      width: 150px;
      height: 150px;
      padding: 0px !important;
      overflow: hidden; }
      .schedules .blockList .singleEntity .imageHolder img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 100%; }
    .schedules .blockList .singleEntity a {
      cursor: pointer; }
    .schedules .blockList .singleEntity:nth-child(5n+1) {
      margin-left: 0px; }
    .schedules .blockList .singleEntity:nth-child(5n) {
      margin-right: 0px; }
    .schedules .blockList .singleEntity .entityTitle {
      padding: 5px 0 0px 0;
      color: #4d4d4d;
      font: 600 16px "Source Sans Pro", Arial, Verdana, Helvetica, sans-serif;
      margin-bottom: 20px;
      text-align: center; }
  .schedules .blockList.mobile .title {
    padding-bottom: 0px; }
  .schedules .blockList.mobile .singleEntity {
    width: calc(50% - 22px); }
    .schedules .blockList.mobile .singleEntity:nth-child(1), .schedules .blockList.mobile .singleEntity:nth-child(4) {
      margin-right: 0px;
      margin-left: 0px; }
    .schedules .blockList.mobile .singleEntity:nth-child(2), .schedules .blockList.mobile .singleEntity:nth-child(5) {
      margin-left: 41px;
      margin-right: 0px; }
    .schedules .blockList.mobile .singleEntity:nth-child(3) {
      width: 100%;
      margin: 0px !important; }
  .schedules .blockList.mobile .imageHolder {
    width: 100% !important;
    padding-top: 100% !important;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }

.ki-icon {
  background: url(img/ki-logo.svg) no-repeat top left;
  display: block;
  width: 150px;
  height: 30px;
  text-indent: -9999px;
  margin: 14px 25px 5px 25px; }

.adminTable {
  width: 100%; }
  .adminTable .headRow {
    height: 20px; }
  .adminTable tr {
    height: 90px;
    border-bottom: 1px solid #ddd; }
    .adminTable tr td {
      padding: 5px; }
  .adminTable tr:nth-of-type(2n) {
    background-color: #f9f9f9; }
  .adminTable .adminPhotoIcon {
    height: 90px;
    width: 90px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    align-content: center;
    object-fit: cover; }

#userNavbar {
  position: relative;
  top: 0; }

#adminNavbarToggle {
  position: absolute;
  right: 0px;
  z-index: 1050;
  transition-duration: 5s; }
  #adminNavbarToggle .navbar-toggle {
    display: block;
    background: #124c5e;
    border-radius: 0px 0px 4px 4px;
    margin-top: -1px; }
    #adminNavbarToggle .navbar-toggle .icon-bar {
      background: white; }

@media screen and (max-width: 768px) {
  .adminSearchForm label.form-control {
    top: 0px; } }

@media screen and (min-width: 1200px) {
  #staffPicks label {
    margin-top: 25px; } }

@media screen and (max-width: 1010px) {
  .mobile {
    display: block; }
  .desktop {
    display: none; } }

@media screen and (min-width: 1011px) {
  .desktop {
    display: block; }
  .mobile {
    display: none; } }

