/*
* Aggregator feed source
*/
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
* Generic styles for links. See the ul.links declaration in node and comment stylesheets
*/
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: block;
}
ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

footer p,
footer .block,
footer .block-content ul,
.pane-menu-menu-footer-menu .block-inner {
  margin: 0;
  padding: 0;
}

footer .pane-menu-menu-footer-menu .menu li {
  display: inline-block;
  padding: 0 9px;
  line-height: 11px;
}

/* =============================================================================
*   Primary, Secondary and Menu Bar region menus
* ========================================================================== */
/*
* Use one of the following id's for granular control:
*  - #menu-bar (menu bar region)
*  - #primary-menu (main menu)
*  - #secondary-menu (secondary/user menu)
* You can target all of these with .nav or div[id$="menu-bar"]
*/
.nav {
  clear: both;
  margin: 10px 0;
}
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}
.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
}
.nav .block {
  margin-bottom: 0;
}
* {
  box-sizing: border-box;
}

.pane-menu-menu-social-links,
.pane-menu-menu-footer-social-links {
  line-height: 1.6em;
}

.pane-menu-menu-social-links,
.pane-menu-menu-footer-social-links {
  margin-right: 13px;
  margin-top: -2px;
}

/* big screens */
nav {
  position: relative;
  transition-duration: 0.3s, 0.5s;
  transition-timing-function: ease-in-out;
  transition-property: top, opacity, box-shadow;
}
nav a {
  transition: color 0.3s ease-in-out;
}

nav ul > li {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: box-shadow, color, opacity, padding-top;
}

nav ul > li:hover > a {
  opacity: 0.8;
}
/* =============================================================================
*   Superfish
* ========================================================================== */
ul.sf-menu {
  margin-bottom: 0;
}
ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  padding: 0 10px;
  text-decoration: none;
  height: 2.5em;
  line-height: 2.5em;
}
ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}
ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
* Superfish blocks
*/
.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}
.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
* Vertical style
*/
.sf-vertical {
  width: 100%;
}
.sf-vertical li {
  width: 100%;
}
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}
.sf-vertical li a {
  padding: 0 10px;
}

/*
* Navbar style
*/
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
* Sensible padding for the default style
*/
.sf-menu.sf-style-default a {
  padding: 0 10px;
}

/* =============================================================================
*   Menus, usually blocks
* ========================================================================== */
ul.menu {
  padding-left: 15px;
}
ul.menu ul {
  padding-left: 15px;
}
ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}

/* =============================================================================
*   Book navigation menu
* ========================================================================== */
.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}
.book-navigation .menu {
  margin-left: 0;
}

/* =============================================================================
*   Pagers
* ========================================================================== */
ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

ul.pager li a {
  color: #3c66d2;
  font-weight: bold;
}

ul.pager li a:hover {
  color: #e08c3b;
  text-decoration: none;
}
ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
* Theme the various states of pager links
*/
/* =============================================================================
*   Skip Navigation
* ========================================================================== */
#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}
#skip-link a {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}

/* =============================================================================
*   Tabs (local tasks)
* ========================================================================== */
#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #cccccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
  z-index: 200;
  position: relative;
}
ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}
ul.primary li a {
  background-color: whitesmoke;
  border-color: #cccccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}
ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eeeeee;
  border-color: #cccccc;
}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: white;
  border-bottom-color: white;
}

ul.secondary {
  border-bottom: 1px solid #cccccc;
  margin: 1em 0 0;
  padding: 0 0.3em 1em;
}
ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}
ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}

/* =============================================================================
*   Action links
* ========================================================================== */
ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

/* =============================================================================
*  Field Styling
* ========================================================================== */
/*
* Wrapper for any field
*/
/*
* Above and inline classes are on the field wrapper
*/
/*
* When labels are set to inline in field display settings the clearfix class is automatically added
*/
/*
* Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
*/
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

/*
* Field types (Core)
*/
/*
* Image fields use the <figure> and <figcaption> elements from HTML5
*/
/*
* Taxonomy
*/
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
* Text
*/
/*
* Long text
*/
/*
* Text with summary
*/
/*
* File
*/
/*
* Number/Integer
*/
/*
* Decimal
*/
/*
* Number float
*/
/*
* List
*/
/*
* List boolean
*/
/*
* List integer
*/
/*
* List float
*/
/*
* Field types (Contrib)
*/
/*
* Named fields
*/
/*
* Underscores in field name are replaced with dashes
*/
/*
* Image Alignment Theme Settings - included here so you can easily override
*/
/*
* Float none setting
*/
/*
* Float left setting
*/
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
* Centered setting
*/
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
* Float right setting
*/
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

/* =============================================================================
*   Block Styling
* ========================================================================== */
/*
* Main wrapper for most blocks, block_system_main does not have it
*/
.block {
  margin-bottom: 20px;
}

/*
* Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
*/
/*
* The first block in the region
*/
/*
* The last block in the region
*/
/*
* Zebra striping for each block in the region
*/
/*
* Zebra striping for each block in the region
*/
/*
* Block title
*/
.block-title {
  line-height: 68px;
  font-size: 28px;
}

/*
* Block content wrapper
*/
/*
* Match item list and block menu margin and padding
*/
.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
  list-style-position: inside;
}
.block-content li {
  margin: 0;
  padding: 0;
}

/*
* All nodes are given a node-FOO class that describes the type of content that
* it is. If you create a new content type called "my-custom-type", it will
* receive a "node-my-custom-type" class.
*/
/* =============================================================================
*   Comment Styling - Comments, comment wrapper, comment form
* ========================================================================== */
/*
* Wrapper for the list of comments and its titles
*/
#comments {
  margin: 1.5em 0;
}
#comments h2.comment-title {
  margin: 0;
}
#comments h2.comment-form {
  margin: 0;
}

/*
* Wrapper for a single comment
*/
.comment {
  margin-bottom: 20px;
}

/*
* Comment title
*/
.comment-title {
  margin: 0;
}

/*
* Comment states
*/
/*
* Preview of the comment before submitting new or updated comment
*/
/*
* "New" marker for comments that are new for the current user
*/
.new {
  color: #cc0000;
}

/*
* Nested comments are indented
*/
.indented {
  margin-left: 40px;
}

/* =============================================================================
*   Forms
* ========================================================================== */
/*
* Wrapper for a form element (or group of form elements) and its label
*/
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #cc0000;
}
.form-item label {
  font-weight: 700;
}
.form-item .description {
  font-size: 0.85em;
}

/*
* Highlight marks and form required mark
*/
.marker,
.form-required {
  color: #cc0000;
}

/*
* The submit button
*/
.button,
.form-submit,
.bef-select-as-links .form-type-bef-link a,
.front ul.quicktabs-tabs a {
  background: #e08c3b;
  border: 0 none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: 'FortBold', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  min-width: 160px;
  padding: 0.6em 2em;
  display: inline-block;
  text-align: center;
}

.button:hover,
.form-submit:hover,
.front ul.quicktabs-tabs a:hover,
.bef-select-as-links .form-type-bef-link a:hover,
.bef-select-as-links .form-type-bef-link.selected a,
.front ul.quicktabs-tabs .active a {
  text-decoration: none;
  /*@todo make a sprite*/
}
.bef-select-as-links .form-type-bef-link a {
  min-width: 140px;
  margin-top: -2px;
  margin-right: 5px;
  margin-left: 5px;
}
/**
 * Landing Pages
 */

#block-system-main > .two-66-33 > .region-two-66-33-second {
  position: relative;
  z-index: 60;
}

.page-landing-gamd .pane-home-page-featured-content-panel-pane-1 .views-row {
  background-color: rgb(51, 102, 204);
}

body.page-landing-gamd .node-icons a {
  color: rgb(51, 102, 204);
}

.page-landing-gamd .pane-whats-happening-panel-pane-1 .views-field-field-main-image {
  border-top-color: rgb(51, 102, 204);
}

.page-landing .views-widget-sort-order {
  display: none;
}

.form-type-bef-link {
  float: left;
}

.page-landing .views-exposed-widget {
  float: right;
  padding: 0;
}
.page-landing .views-widget-sort-by {
  float: left;
}

.page-landing .views-exposed-widget label[for='edit-sort-by'] {
  display: block;
  position: absolute;
  left: -49px;
  line-height: 1.7em;
  font-weight: normal;
}

.page-landing.page-landing-olympics .views-exposed-widget label[for='edit-sort-by'] {
  color: white;
}

.page-landing .views-exposed-widget label[for='edit-sort-by']:after {
  content: ': ';
}

.page-landing .views-exposed-form {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 53%;
}
.page-landing .views-exposed-widgets label {
  display: none;
}

.pane-whats-happening-panel-pane-1 {
  z-index: 1;
  position: relative;
}
.pane-whats-happening-panel-pane-1 h2 {
  clear: both;
}

.view-home-page-featured-content.view-display-id-panel_pane_4 .views-row .region-inner span p {
  display: inline-block;
}

/**
 * Quicktabs on landing pages
 */
#quicktabs-landing_page_whats_happening > .item-list {
  position: relative;
  width: 250px;
}

#quicktabs-landing_page_whats_happening > .item-list ul.quicktabs-tabs {
  min-height: 2em;
  padding: 0;
}

#quicktabs-landing_page_whats_happening > .item-list ul.quicktabs-tabs li,
#quicktabs-landing_page_whats_happening > .item-list ul.quicktabs-tabs li.first.first {
  display: block;
  position: absolute;
  top: 0;
  height: 2em;
  line-height: 2em;
  width: 100%;
  background-color: #d5d5d5;
  text-indent: 1em;
}

#quicktabs-landing_page_whats_happening > .item-list:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top: 4px solid #5d5d5d;
  position: absolute;
  right: 0;
  top: 1em;
  z-index: 40;
}

.mobile-header #site-name a {
  text-indent: -9999px;
}
#branding #site-name a {
  display: block;
  height: 29px;
  width: 127px;
  overflow: hidden;
  padding-top: 0;
  text-indent: -9999px;
  word-wrap: normal;
  background-image: url(images/logo_v2.png);
  background-size: 100% 100%;
  white-space: nowrap;
  text-align: left;
  background-repeat: no-repeat;
  margin-top: 9px;
  margin-left: 20px;
}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
* Define consistent borders
*/
fieldset {
  border: 1px solid #cccccc;
}

/*
* Tips for Drupal's input formats
*/
/*
* Buttons used by contrib modules like Media
*/
a.button,
a.form-submit {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
* Password confirmation
*/
.password-parent,
.confirm-parent {
  margin: 0;
}

/* =============================================================================
*   Tables
* ========================================================================== */
table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border-color: #cccccc;
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;
}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody tr {
  border-top: 1px solid #cccccc;
}

tr {
  /* Table row striping */
}
tr.odd {
  background: white;
}
tr.info,
tr.even,
tr:nth-child(2n + 2) {
  border-bottom: 0;
  background-color: whitesmoke;
}
tr.odd td.active {
  background-color: #eeeeee;
}
tr.even td.active {
  background-color: #ebebeb;
}

/*
* Forum tables
* Core sets white-space to nowrap, which makes no sense
*/
#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}

/* =============================================================================
*   Messages
* ========================================================================== */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*
* Unpublished nodes
*/
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}
.ie6-7 .node-unpublished p.unpublished > *,
.ie6-7 .comment-unpublished p.unpublished > * {
  position: relative;
}

/* =============================================================================
*    Maintenance pages
* ========================================================================== */
.maintenance-page .container {
  padding: 40px 0;
}
.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}
.db-offline div.messages {
  margin: 20px 0 0;
}
.db-offline #content {
  padding: 20px 0;
}

/* =============================================================================
*   Misc overrides for contrib modules
* ========================================================================== */
/*
* Admin menu overrides
*/
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
* Devel Module
*/
.dev-query {
  background: #eeeeee;
  padding: 30px;
}

/*
* Styleguide module tweaks
*/
#styleguide-header {
  padding: 0 10px;
}
#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

#search-block-form {
  margin: 10px 0 10px 0;
  padding-right: 6px;
  position: relative;
  z-index: 101;
}
#search-block-form .form-text,
#search-form .form-text {
  border: 0 none;
  border-radius: 20px 0 0 20px;
  color: #b3b3b3;
  font-size: 10px;
  height: 23px;
  width: 163px;
}
#search-form .form-text {
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 27px;
}
#search-form label {
  font-weight: normal;
}
#search-block-form .form-text:focus {
  color: #000;
}
#search-block-form .form-submit {
  background: url('images/search.png') no-repeat scroll 0 center transparent;
  font-size: 1px;
  height: 32px;
  min-width: 25px;
  padding: 0;
  vertical-align: top;
}

#manu + label {
  position: absolute;
  left: 0;
  display: none;
  width: 2em;
  height: 2.25em;
  padding: 0.35em;
  font-size: 1.1em;
  color: #fff;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  user-select: none;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
}
/* front what's happening'*/
.pane-quicktabs-whats-happening-quicktab {
  margin-top: 7px;
  position: relative;
}
.quicktabs-wrapper > .item-list {
  position: absolute;
  right: 1.4em;
  top: 0.8em;
}

.page-landing .quicktabs-wrapper > .item-list {
  right: -73%;
}

#page .quicktabs-tabs li {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #page .quicktabs-tabs li {
    margin-right: 0.5em;
  }
}
.front .quicktabs-tabs:before {
  content: 'Sort by:';
}
.view-id-whats_happening .view-content {
  padding-top: 14px;
  clear: both;
}

.video-0 {
  /*A webkit only solution to a webkit only bug*/
  min-width: -webkit-calc(100% - 26px);
}

.promotion.border {
  background: #ee6350;
}

/*end of wh block*/

/*hp top block*/
html,
body {
  max-width: 100%;
}
#search-block-form .form-text {
  -webkit-appearance: none;
  padding-bottom: 0 !important;
  padding-top: 0;
  height: 25px;
}
input:focus {
  outline-color: transparent;
}

/*Node pages*/

.page-node #block-system-main {
  background-color: white;
}

.page-node #page-title-2 {
  text-align: center;
  color: #000;
  line-height: 1;
  margin: 0;
}
#page-panel-recipe > .region-two-33-66-top {
  color: #000;
}

.view-id-content_media.view-display-id-block_3 .views-row {
  float: left;
  width: 31.2%;
  margin: 1%;
}

.pane-node-field-pdf {
  text-align: right;
}

.video-play-cover {
  background-image: url('images/play_button_v2.png');
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -700px;
  width: 100%;
  display: block;
}
.node-type-morning-tips .video-play-cover {
  background-image: url('images/play_button_tip_v2.png');
}
.node-type-recipe .video-play-cover {
  background-image: url('images/play_button_rcp_v2.png');
}
.node-type-just-for-fun .video-play-cover {
  background-image: url('images/play_button_fun_v2.png');
}
.node-type-nutrition .video-play-cover {
  background-image: url('images/play_button_ntr_v2.png');
}
.video-play-cover + .media-youtube-video {
  position: relative;
}

.pager-load-more a {
  background: #c9c9c9;
  color: #000000 !important;
  display: inline-block;
  font-size: 18px;
  font-family: 'FortBold', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  line-height: 44px;
  text-decoration: none;
  width: 100%;
}

.pager-load-more a:hover {
  box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.2);
}

.page-brands .pager-load-more {
  margin: 0;
}

.node-type-celebrity #page-title-2 h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.node-type-celebrity .page-node #page-title-2 {
  max-width: 57%;
}

.file-video {
  position: relative;
}
.view-id-content_media.view-display-id-block_2,
.view-id-content_media.view-display-id-block_1 {
  text-align: center;
}
#page-panel-celebrity .region {
  position: relative;
}
.node-type-celebrity .region-three-33-second {
  line-height: 1.285em;
  font-family: arboria-medium;
  padding-top: 18px;
}
.node-type-celebrity .pane-node-body,
.node-type-celebrity .full-bio {
  padding-left: 21px;
  padding-right: 20px;
}
.region-three-33-bottom {
  padding-top: 80px;
}

/* just-for-fun + nutrition+ morning-tips*/
.view-id-content_media.view-display-id-block_2 .views-row {
  display: inline-block;
  -webkit-box-shadow: 0 0 5px 1px rgba(170, 170, 170, 0.75);
  -moz-box-shadow: 0 0 5px 1px rgba(170, 170, 170, 0.75);
  box-shadow: 0 0 5px 1px rgba(170, 170, 170, 0.75);
  border-radius: 5px 5px 5px 5px;
  width: 23.9%;
  margin-bottom: 1em;
  overflow: hidden;
  margin-right: 0.5%;
  margin-left: 0.5%;
}
.view-id-content_media.view-display-id-block_2 .views-row img,
.view-id-content_media.view-display-id-block_2 .views-row iframe {
  width: 100%;
  display: block;
}
.page-node .region-two-33-66-bottom .view-id-content_media {
  padding-top: 80px;
  background: url('images/line_long.png') center 30px no-repeat;
  background-size: 100% auto;
}

.node-type-morning-tips .pane-node-field-pdf,
.node-type-just-for-fun .pane-node-field-pdf,
.node-type-nutrition .pane-node-field-pdf,
.node-type-usoc-article .pane-node-field-pdf {
  text-align: center;
}
.file-icon {
  display: none;
}

.page-node.node-type-page #page-title {
  display: block;
  background: #fff;
  width: 100%;
}
.page-node.node-type-page #block-system-main {
  padding: 10px;
}
div#admin-toolbar div.admin-tab,
#admin-toolbar ul.menu li a {
  height: 24px;
}
.page-file iframe.media-youtube-player {
  height: 480px;
}
.page-file #main-content-header {
  background: #989898;
  color: #fff;
}
.node-type-recipe .pane-node-field-main-image {
  max-width: 100%;
}
/*Video landing*/
.page-videos .view-content {
  text-align: center;
  padding-bottom: 1em;
}
.page-videos #content-column > .content-inner,
.node-type-celebrity #content-column > .content-inner {
  word-wrap: normal;
}
.page-videos .views-row {
  width: 200px;
  display: inline-block;
  width: 23.9%;
  margin-bottom: 1em;
  overflow: hidden;
  margin-right: 0.8%;
}
.video-page-title .node-icons a {
  color: #99cb7a;
}
.video-page-title h2 {
  float: left;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: normal;
}
.video-page-title .node-icons {
  float: left;
  margin-top: 7px;
  padding-left: 1em;
}
.video-page-title .node-icons a {
  vertical-align: middle;
  line-height: 0;
}
.page-videos .views-exposed-widget.views-widget-sort-by {
  display: none !important;
}
.block .pager-load-more {
  padding: 0;
  display: block;
  padding-top: 20px;
}
.block .pager-load-more li {
  padding: 0;
}
.page-videos .pane-custom.pane-1 {
  min-height: 425px;
}
#views-exposed-form-videos-landing-panel-pane-1 {
  position: absolute;
  right: 22px;
  margin-top: -81px;
}
.page-videos .views-exposed-widget > label,
.form-type-radios > label {
  opacity: 0;
  filter: alpha(opacity=0);
}
.page-videos label.option {
  background: url('images/button.png');
  border: 0 none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: normal;
  min-width: 140px;
  padding: 6px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 20px;
  background-size: 100% 100%;
}
.page-videos .views-widget-sort-order {
  position: absolute;
  left: -162px;
}
.page-videos .views-widget-sort-order:before {
  content: 'Sort by:';
  position: absolute;
  width: 160px;
  left: -150%;
  margin-top: 20px;
  font-family: arboria-medium;
}
.page-videos input.form-radio {
  display: none;
}
.page-videos input:checked + label {
  z-index: -1;
}
.page-videos .views-exposed-form .views-exposed-widget {
  padding: 0;
}
.page-videos #edit-field-tags-tid {
  background-position: 96% 7px;
  border: 1px solid #cccccc;
  border-radius: 20px 20px 20px 20px;
  margin-top: -2px;
  padding: 5px 25px 5px 10px;
  position: relative;
  width: 198px;
  z-index: 1;
}
.page-videos iframe {
  max-width: 100%;
}
.video-page-title {
  min-height: 60px;
  padding-top: 9px;
}
#video-title-wrapper {
  overflow: hidden;
  margin: 0 auto;
  background: #99cb7a;
}
#video-title {
  font-size: 2.1em;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #video-title {
    width: 100%;
    text-align: center;
    height: 100%;
    font-size: 38px;
  }
}
#video-social-links a:after {
  margin-top: -0.5em;
}
#video-social-links {
  padding-left: 10px;
}
#video-title,
#video-social-links {
  float: left;
}
#video-social-links {
  font-size: 20px;
  text-align: right;
  padding: 10px 0;
  width: 24%;
}
@media screen and (max-width: 768px) {
  #video-social-links {
    width: 100%;
    text-align: center;
  }
  #video-social-links a {
    padding-right: 20px;
  }
  #video-social-links .fa {
    vertical-align: top;
  }
}
#video-social-links a {
  padding-right: 10px;
}
#video-social-links .fa {
  vertical-align: bottom;
  color: white;
}
@media screen and (max-width: 768px) {
  #video-social-links .fa {
    vertical-align: top;
  }
}
.pane-videos-landing-panel-pane-1 .views-field-uri {
  display: none;
}
.pane-videos-landing-panel-pane-1 .views-row {
  position: relative;
}
.pane-videos-landing-panel-pane-1 .views-field-filename-1 {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: rgba(153, 203, 122, 0.8);
  padding: 5px;
  width: 100%;
  font-size: 0.85em;
}
.pane-videos-landing-panel-pane-1 img {
  display: block;
  cursor: pointer;
}
.pane-videos-landing-panel-pane-1 .views-field-filename-1 a,
.pane-videos-landing-panel-pane-1 .views-field-filename-1 span {
  color: #fff;
}
/*brands*/
.page-brands .node-icons a:after {
  font-size: 17px;
  margin-top: 6px;
}
.pane-brands-landing-panel-pane-1 .contextual-links-region {
  position: static;
}
.page-brands #columns {
  background: #fff;
}
.page-brands #page-title,
.page-promotions #page-title,
.page-partners #page-title {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 110%;
  font-family: FortExtraBold;
}
.page-brands .node-icons.panel-pane {
  margin-left: 11.5em;
  margin-top: -60px;
}
.page-brands .node-icons a {
  color: #3131ad;
}
.mobile {
  display: none;
}
.page-brands .item-list .pager-load-more {
  padding-top: 0;
}
.pane-bp-bp-brands-filters .item-list {
  font-size: 18px;
  font-family: FortBold, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}
.pane-bp-bp-brands-filters .item-list h3 {
  font-size: 18px;
  font-weight: normal;
  padding-right: 3px;
  display: inline-block;
}
.page-brands .ui-selectmenu {
  border: 4px solid #5098f0;
  text-transform: capitalize;
  font-size: 18px;
  width: 332px !important;
  font-family: FortBold, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}
.page-brands #edit-state-menu {
  width: 332px !important;
}
.page-brands .ui-selectmenu-status {
  font-size: inherit;
  padding: 10px 0 10px 20px;
}
.page-brands .ui-state-default .ui-icon {
  background: url('/sites/all/themes/breakfast/images/angle-down.png') no-repeat -2px -6px;
}
.pane-bp-bp-brands-filters .item-list a {
  color: black;
  text-transform: uppercase;
}
form#bp-view-glossary-get-states-form .form-item {
  margin-top: 30px;
  margin-bottom: 40px;
}
.pane-bp-bp-brands-filters .item-list li {
  padding-left: 0.35em;
  padding-right: 5px;
}

.pane-bp-bp-brands-filters .item-list * {
  display: inline;
  padding: 0;
  margin: 0;
}
.view-id-brands_landing .view-content .views-row {
  display: inline-block;
  width: 23.9%;
  margin-bottom: 30px;
  overflow: hidden;
  margin-right: 5px;
}
.view-id-brands_landing.view-display-id-panel_pane_1 > .view-content {
  margin-top: 10px;
  width: 101.7%;
  text-align: center;
  margin-left: -0.5%;
  text-align: center;
}
.view-id-brands_landing .view-content .views-row img {
  display: block;
  width: 100%;
  border: 2px solid #ccc;
}
.view-id-brands_landing .node-icons a {
  margin-right: 6px;
  color: #58585b;
}
.view-id-brands_landing .node-icons {
  font-size: 20px;
  margin-top: 5px;
}

.view-id-brands_landing .node-icons a {
  color: #6296e9;
}
.view-id-brands_landing .node-icons a:hover {
  color: #e08c3b;
}

/*promo+brands*/
.node-type-promotions #page-outer-three,
.page-promotions #page-outer-three {
  background: url('images/border_prom.png') repeat-x 0 77px;
}
.page-promotions .node-icons a {
  color: #ee6350;
}
.page-partners .node-icons a {
  color: #58585b;
}
.page-promotions .node-icons,
.page-partners .node-icons {
  margin-left: 18.5em;
  margin-top: -54px;
  text-align: left;
}
.page-promotions .views-row img {
  max-width: none;
  display: block;
}
.page-promotions .views-row-1 {
  overflow: hidden;
  position: relative;
}

.page-promotions .pane-promotions-landing {
  float: left;
}

.promotion-text-wrapper {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px 5px 20px;
  min-height: 124px;
  width: 100%;
  color: #fff;
}
.promotion-text-wrapper h2 {
  font-size: 2em;
  margin: 10px 0 -8px 0;
}
.promotion-text-wrapper a {
  color: #fff;
}
.promotion-text-wrapper .body-wrapper a {
  background: url('images/arrow.svg') no-repeat 94% center;
  display: block;
  padding-right: 15%;
}
.view-partners-landing {
  text-align: center;
}
.view-partners-landing .views-row {
  width: 33%;
  display: inline-block;
  margin-bottom: 2em;
}

.node-type-webform input.form-text,
.node-type-webform textarea,
.node-type-webform select {
  max-width: 100%;
  border: 1px solid #ccc;
}

.published-0,
.published-1 {
  position: relative;
}

#block-system-main {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.ajax-progress-throbber {
  position: absolute;
}
.maintenance-page #main-content {
  background: #fff;
}

.page-node-done.page-node-done #content {
  margin-top: 0;
}
.page-node-done.page-node-done #page-outer {
  background-image: none;
}
.page-node-done #block-system-main {
  padding: 0.8em;
}
.page-node-done #main-content {
  background-color: white;
}

/* Misc overrides */

#footer .pane-menu-menu-footer-social-links .contextual-links-wrapper ul li {
  font-size: 14px;
  display: list-item;
}

/* dale-give-article-logos */
.dale-give-article-logos {
  text-align: center;
  line-height: 70px;
  max-width: 903px;
  margin: 0 auto;
}
.dale-give-article-logos img {
  display: inline-block;
  vertical-align: middle;
}
.dale-give-article-logos .header img.banner {
  position: relative;
  top: 18px;
  margin-right: 10px;
}
.dale-give-article-logos .header img.feed {
  display: inline-block;
  max-width: 242px;
  margin-left: 10px;
}
.dale-give-article-logos > p {
  margin: 0 auto;
}
.dale-give-article-logos .btn-default {
  display: inline-block;
  background: #ee871d;
  color: #fff;
  width: 194px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  font-family: 'FortBold', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
.dale-give-article-logos .btn-default:hover {
  background: #fca347;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .dale-give-article-logos {
    text-align: center;
  }
  .dale-give-article-logos .header img.banner,
  .dale-give-article-logos .header img.feed {
    max-width: 150px;
  }
  .dale-give-article-logos .header img.banner {
    top: 13px;
  }
}

@media screen and (max-width: 380px) {
  .dale-give-article-logos .header img.banner {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .dale-give-article-logos .btn-default {
    font-size: 20px;
  }
  /*.block-content table{
    width: 100% !important;
  }*/
}
@media screen and (max-width: 767px) {
  .dale-give-article-logos .header img.banner,
  .dale-give-article-logos .header img.feed {
    display: inline-block;
  }
}
@media screen and (max-width: 380px) {
  .dale-give-article-logos .header img.banner,
  .dale-give-article-logos .header img.feed {
    display: block;
    margin: auto;
  }
}

/* Hide recipes overlay for global */
.recipes-overlay {
  display: none;
}

.d_block {
  display: block;
}
