/*
* @file
* global.styles
*
* Styles you add here will load for all device sizes, they are "global", as
* opposed to "responsive" styles, which only load for a given breakpoint (media
* query) that you set in theme settings. See the README for more details.
*
*
* How to use this file:
* --------------------
*
* There are many empty selectors and some basic styles to act as a guide.
* Nothing is set in stone and you can change anything - even delete all of it
* and start with your own clean slate.
*
* To FORCE PRINT all selectors you can search and replace a single { (opening
* curly brace) and insert an empty comment. This is very useful in conjuctionnode-title-container
* with FireSass: https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/
*
* See global.base also which includes normalize.css and some additional
* helper classes and base styles.
*/
/* =============================================================================
*   Base
* ========================================================================== */
/*
* To preserve theme settings never apply font properties to the HTML element.
* This is critically important if you are using the Responsive JavaScript
* feature as this relies on being able to set a pseudo font family on the HTML
* element. If you need to set default font properties of any kind use the BODY
* element as these can be overridden using font theme settings.
*/
html {
  background: white;
}

body {
  font-family: 'aaux_reg', arial, san-serif;
  font-size: 87.5%;
  color:#404041;
  background: url( images/lower-content-arrow.png ) no-repeat right bottom #4e4e4e;
}

h1, h2, h3, h4, h5, h6, ul {
	font-family: 'aaux_reg', arial, san-serif;
}

/* =============================================================================
*   HTML Elements
* ========================================================================== */
pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}

* {
	outline: none !important;
}

em {
	font-family: 'aaux_reg', arial, san-serif !important;
}

/* =============================================================================
*   Fonts
* ========================================================================== */

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello/fontello.eot?6507364');
  src: url('fonts/fontello/fontello.eot?6507364#iefix') format('embedded-opentype'),
       url('fonts/fontello/fontello.woff?6507364') format('woff'),
       url('fonts/fontello/fontello.ttf?6507364') format('truetype'),
       url('fonts/fontello/fontello.svg?6507364#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?6507364#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-down-dir:before { content: '\e800'; } /* '' */

/* =============================================================================
*   Wrappers
* ========================================================================== */
/*
* Page wrapper, includes the .container class which sets the overall page or section width
* Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
*/
/*
* Wraps all header elements - branding and .region-header
*/

header .block{
  margin-bottom:0
}
#block-search-form{
  margin: 10px 0 10px 0 ;
  padding-right: 40px;
}
#block-search-form .form-text{
  border: 0 none;
  border-radius: 20px 0 0 20px;
  height: 23px;
  padding-left: 20px;
  color: #B3B3B3;
}
#lightbox {
  z-index: 9999999 !important;
}
#block-search-form .form-text:focus{
  color:#000
}
#block-search-form .form-submit{
  background: url("images/search.gif") no-repeat scroll 0 center #FFFFFF;
  border-radius: 0 20px 20px 0;
  font-size: 1px;
  height: 25px;
  left: -4px;
  min-width: 25px;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 25px;
}

.got-milk-header{
  display: block;
  height: 35px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 15px;
  position: absolute;
  text-indent: -99999px;
  width: 67px;
  /* background-image: url(images/got_milk.svg); */
  
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: 20px;
}

/*
* Wraps the sidebars the content column
*/
/*
* Main content column wrapper
*/
/*
* Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
*/
/*
* Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
*/
/*
* Footer wrapper
*/
/*
* Panels may need additional margin wrangling when in the $content region
*/
/*
* Full Width Wrappers
* These are used in the optional page--full-width-wrappers.tpl.php template.
* All have internal .container classes. In the full width wrapper template the
* .container classes set the width or max-width of the contained element - you
* can style this but never add any width/margin/padding/borders etc to .container
*/
/*
* Wraps #page
*/
/*
* Wraps the leaderboard
*/
/*
* Wraps the header
*/
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}

#header {
  height:46px;
  background: #1E1E1E;
}

#header,
#page-outer-two {
/*   background: url('images/header.PNG') repeat-x scroll 0 1px transparent; */
}

/*
* Wraps the nav elements
*/
/*
* Wraps breadcrumb
*/
/*
* Wraps messages and help
*/
/*
* Wraps the secondary content/preface region
*/
/*
* Wraps the main content column
*/
/*
* Wraps the tertiary content/postfix region
*/
/*
* Footer wrapper
*/
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}

/* =============================================================================
*   Branding
* ========================================================================== */
/*
* Wraps all the branding elements, logo, name and slogan
*/
/*
* Logo
*/
#logo {
  padding: 10px 0;
}
#logo img {
  vertical-align: bottom;
}

/*
* Wrapper for the site name and slogan (hgroup)
*/
/*
* Site name (h1)
*/
#site-name {
  margin: 0;
}
#site-name a:link, #site-name a:visited {
  text-decoration: none;
}
#site-name a:hover, #site-name a:focus {
  text-decoration: underline;
}
#site-name a {
  display: inline-block;
  height: 15px;
  overflow: hidden;
  padding-top: 21px;
  position: relative;
  text-indent: 200px;
  width: 146px;
  word-wrap: normal;
  z-index: 20;
}
/*
* Site slogan (h2)
*/
#site-slogan {
  margin: 0;
}

/* =============================================================================
*   Page content header
* ========================================================================== */
/*
* Main content header wraps the page title, tabs and actions links
*/
/*
* The main page title (h1)
*/
#page-title {
  margin: 0;
}

/* =============================================================================
*   Misc Global Styles
* ========================================================================== */
/*
* Feed icons
*/
/*
* 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 the more link
*/
/*
* 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;
}

/*
* Search results are an ordered list so reset the margin
*/
.search-results {
  margin: 0;
  padding:0;
}

/* =============================================================================
*   Regions
* ========================================================================== */
/*
* Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
*/
/*
* Regions have an inner div - perfect for adding margin, padding or borders
*/
/*
* Regions can be nested, such as when using Panels
*/
/*
* Header region, embedded in the #header
*/
/*
* Generally used to output Drupals help block, if the help module is enabled
*/
/*
* Secondary content
*/
/*
* Sits above the main content header, like a content-top region
*/
/*
* Sits below the main content, like a content-bottom region
*/
/*
* Sidebars - targets both
*/
/*
* First sidebar
*/
/*
* Second sidebar
*/
/*
* Tertiary content
*/
/*
* Footer region
*/
#block-panels-mini-header .menu-item-622,
#block-panels-mini-header .menu-item-642,
#footer .menu-item-547{
  display:none;
}

.region-footer{
  border-top:2px solid #f9f9f9;
  padding-bottom:2em;
  color:#fff;
  font-size: .75em;
}

#footer li a{
  color:#fff;
}



footer .pane-block-2+.panel-separator{
  float: left;
  margin-bottom: 23px;
  width: 56%;
}
/* =============================================================================
*   Links
* ========================================================================== */
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* =============================================================================
*   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;
}
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
.pane-menu-menu-main-social-links .block-inner .block-content, 
.pane-menu-menu-main-social-links .block-inner h2, 
.pane-menu-menu-page-social-links .block-inner h2 {
	display:inline;
}
.pane-menu-menu-main-social-links,
.pane-menu-menu-footer-social-links,
.pane-menu-menu-page-social-links{
  line-height: 1.6em;
}

.pane-menu-menu-main-social-links,
.pane-menu-menu-page-social-links,
.pane-menu-menu-footer-social-links{
  float:right;
  margin-right: 13px;
  margin-top: -2px;
}

#mini-panel-header .pane-menu-menu-footer-social-links .menu li a,
#mini-panel-header .pane-menu-menu-page-social-links .menu li a,
#mini-panel-header .pane-menu-menu-main-social-links .menu li a,
.content-container .pane-menu-menu-page-social-links .menu li a {
 position: relative;
 z-index: 1;
 height: 100%
}

#mini-panel-header .pane-menu-menu-footer-social-links .menu,
#mini-panel-header .pane-menu-menu-page-social-links .menu,
#mini-panel-header .pane-menu-menu-main-social-links .menu,
.content-container .pane-menu-menu-page-social-links .menu {
  margin: 0;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 144px;
}
.pane-menu-menu-footer-social-links .menu li,
.pane-menu-menu-page-social-links .menu li,
.pane-menu-menu-main-social-links .menu li,
.content-container .pane-menu-menu-page-social-links .menu li {
  display: inline-block;
  margin-left: 8px;
  text-indent: -500px;
  width: 20px;
  height: 33px;
  color: white;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.pane-menu-menu-footer-social-links .menu li:first-child,
.pane-menu-menu-page-social-links .menu li:first-child,
.pane-menu-menu-main-social-links .menu li:first-child,
.content-container .pane-menu-menu-page-social-links .menu li:first-child {
	margin-left:0;
}
.pane-menu-menu-footer-social-links .menu li a,
.pane-menu-menu-page-social-links .menu li a,
.pane-menu-menu-main-social-links .menu li a,
.content-container .pane-menu-menu-page-social-links .menu li a{
  -webkit-font-smoothing: antialiased;
  -webkit-transition:color 300ms;
  -moz-transition:color 300ms;
  -o-transition:color 300ms;
  transition:color 300ms;
}
.pane-menu-menu-footer-social-links .menu li a:hover,
.pane-menu-menu-page-social-links .menu li a:hover,
.pane-menu-menu-main-social-links .menu li a:hover {
  color: #98beb7;
  text-decoration: none;
}
.pane-menu-menu-footer-social-links .menu li a,
.pane-menu-menu-page-social-links .menu li a,
.pane-menu-menu-main-social-links .menu li a ,
.content-container .pane-menu-menu-page-social-links .menu li a {
  display: block;
  word-wrap: normal;
  color: #fff;
}

.pane-menu-menu-footer-social-links .menu li a:after,
.pane-menu-menu-footer-page-links .menu li a:after,
.pane-menu-menu-main-social-links .menu li a:after,
.content-container .pane-menu-menu-page-social-links .menu li a:after {
  text-indent: 0;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  bottom: 0;
}

.menu-item-709 a:after,
.menu-item-717 a:after,
.menu-717 a:after,
.menu-item-543 a:after {
  content: "\e000"; /*facebook*/
}
.menu-item-712 a:after,
.menu-item-718 a:after,
.menu-718 a:after,
.menu-item-544 a:after {
  content: "\e001"; /*twitter*/
}
.menu-item-713 a:after,
.menu-777 a:after,
.menu-item-777 a:after {
  content: "\e002"; /* g+ */
}
.menu-item-714 a:after,
.menu-item-778 a:after,
.menu-778 a:after,
.menu-item-546 a:after {
  content: "\e003"; /*pinterest*/
}
.menu-item-715 a:after,
.menu-779 a:after,
.menu-item-779 a:after {
  content: "\e004"; /* email */
}
.menu-item-744 a:after,
.menu-item-622 a:after{
  content:"\e005";
}
.menu-item-743 a:after,
.menu-item-642 a:after {
  content: "\e007";
}

input[type=checkbox]#menu,
input[type=checkbox]#share {
  position: absolute;
  top: -9999px;
  right: -9999px;
}

input[type=checkbox]#menu +label,
input[type=checkbox]#share +label {
  position: absolute;
  right: 0;
  display: none;
  width: 2em;
  height: 2.25em;
  padding: .35em;
  font-size: 16px;
  color: #fff;
  transition: color .3s ease-in-out;
  cursor: pointer;
  user-select: none;
  z-index: 200;
  margin: 0;
  background: none;
}
/*node icons*/
.node-icons.node-icons {
  margin-bottom: 0;
  line-height: 2.8;
}
.node-icons br{
  display:none;
}
.node-icons a {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  color: #FFF;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  position:relative;
  font-size: 0;
  text-indent: -9999px;
  text-decoration: none;
}
.node-icons a:after {
  position:absolute;
  top:0;
  left:0;
  font-size: 21px;
  text-indent: 0;
  text-decoration: none;
}
.node-icons a.facebook:after {
  content:"\e000";
}
.node-icons a.twitter:after {
  content:"\e001";
}
.node-icons a.google:after {
  content:"\e002";
}
.node-icons a.pintrest:after {
  content:"\e003";
}
.node-icons a.email:after {
  content:"\e004";
}
/* big screens */
nav {
  position: relative;
  transition-duration: .3s, .5s;
  transition-timing-function: ease-in-out;
  transition-property: top, opacity, box-shadow;
}
nav a {
  transition: color .3s ease-in-out;
}

nav ul > li {
  transition-duration: .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;
}

/* =============================================================================
*   Breadcrumbs
* ========================================================================== */
#breadcrumb {
  margin: 10px 0;
  /* If the label is set to show in theme settings the label class is added */
}
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
#breadcrumb ol {
  margin: 0;
  padding: 0;
}
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}
#breadcrumb li {
  list-style: none;
  display: inline;
}

/* =============================================================================
*   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: .5em;
}
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 .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 {
  margin: 0;
}

/*
* 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;
}

/*
* Block for the latest news items in the first category
*/
/*
* Block for the latest news items in the first feed
*/
/*
* First block created with "Add block" link
*/
/*
* "Recent blog posts" block
*/
/*
* "Book navigation" block for the current book's table of contents
*/
/*
* "Recent comments" block
*/
/*
* "Active forum topics" block
*/
/*
* "New forum topics" block
*/
/*
* Language switcher block
*/
/*
* Custom menu block
*/
/*
* "Recent content" block
*/
/*
* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
*/
/*
* "Most recent poll" block
*/
/*
* "Author information" block for the profile of the page's author
*/
/*
* "Search form" block
*/
/*
* "Shortcuts" block
*/
/*
* "Popular content" block
*/
/*
* "Main menu" block
*/
/*
* "Management" block for Drupal management menu
*/
/*
* "Navigation" block for Drupal navigation menu
*/
/*
* "User menu" block for Drupal user menu
*/
/*
* "System help" block
*/
/*
* "Main page content" block
*/
/*
* "Powered by Drupal" block
*/
/*
* "User login form" block
*/
/*
* "Who's new" block for a list of the newest users
*/
/*
* "Who's online" block for a list of the online users
*/
/* =============================================================================
*   Node Styling
* ========================================================================== */
.node {
  margin-bottom: 20px;
}
.node .node-title {
  margin: 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, */
.field-name-field-pdf a {
  background: #000;
  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: 0.75em;
  font-weight: bold;
  min-width: 154px;
  padding-bottom: 6px;
  padding-top: 6px;
  display: inline-block;
  text-align: center;
  font-family: 'aaux_reg', arial, san-serif;
}

.search-form a {
	color: #f18018;
	text-transform: capitalize
}

article a {
	color: #f18018;
}

.page-search-node h3.title a {
	color: #f18018;
	font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
}

.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  {
  background: url('images/button_hover.png');
  background-position-y: -1px;
  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 .region-two-66-33-second section.pane-page-title * {
  display: inline;
  font-size: 21px;
  color: white;
 }

 .page-landing .region-two-66-33-second section.pane-page-title {
  margin: 0;
  height: 43px;
  line-height: 43px;
  margin: 0 10px;
 }

.page-landing.page-landing-recipe .region-two-66-33-second section.pane-page-title {
  background-color: #307053;
}

.page-landing.page-landing-celebrity .region-two-66-33-second section.pane-page-title {
  background-color: #235c80;
}

.page-landing.page-landing-nutrition .region-two-66-33-second section.pane-page-title {
  background-color: #4e84a7;
}

.page-landing.page-landing-morning-tips .region-two-66-33-second section.pane-page-title {
  background-color: #ec672f;
}

.page-landing.page-landing-just-for-fun .region-two-66-33-second section.pane-page-title {
  background-color: #f1af33;
}

.page-landing-recipe .pane-home-page-featured-content-panel-pane-1 .views-row {
  background-color: rgb(70, 149, 111);
}

.page-landing-celebrity .pane-home-page-featured-content-panel-pane-1 .views-row {
  background-color: rgb(49, 122, 169);
}

.page-landing-nutrition .pane-home-page-featured-content-panel-pane-1 .views-row {
  background-color: rgb(104, 175, 222);
}

.page-landing-morning-tips .pane-home-page-featured-content-panel-pane-1 .views-row {
  background-color: rgb(241, 127, 48);
}

.page-landing-just-for-fun .pane-home-page-featured-content-panel-pane-1 .views-row {
  background-color: rgb(249, 199, 67);
}

body.page-landing-recipe .node-icons a {
  color: rgb(70, 149, 111);
}

body.page-landing-celebrity .node-icons a {
  color: rgb(49, 122, 169);
}

body.page-landing-nutrition .node-icons a {
  color: rgb(104, 175, 222);
}

body.page-landing-morning-tips .node-icons a {
  color: rgb(241, 127, 48);
}

body.page-landing-just-for-fun .node-icons a {
  color: rgb(249, 199, 67);
}

.page-landing-recipe .pane-whats-happening-panel-pane-1 .views-field-field-main-image {
  border-top-color: rgb(70, 149, 111);
}

.page-landing-celebrity .pane-whats-happening-panel-pane-1 .views-field-field-main-image {
  border-top-color: rgb(49, 122, 169);
}

.page-landing-nutrition .pane-whats-happening-panel-pane-1 .views-field-field-main-image {
  border-top-color: rgb(104, 175, 222);
}

.page-landing-morning-tips .pane-whats-happening-panel-pane-1 .views-field-field-main-image {
  border-top-color: rgb(241, 127, 48);
}

.page-landing-just-for-fun .pane-whats-happening-panel-pane-1 .views-field-field-main-image {
  border-top-color: rgb(249, 199, 67);
}

.page-landing .pane-home-page-featured-content-panel-pane-1 .views-row .region-two-33-66-second {
  font-size: .9em;
}

.page-landing .pane-home-page-featured-content-panel-pane-1 .views-row .region-two-33-66-second .views-field-field-directions,
.page-landing .pane-home-page-featured-content-panel-pane-1 .views-row .region-two-33-66-second .views-field-body {
  font-size: 1em;
  line-height: 1;
}

.page-landing .pane-home-page-featured-content-panel-pane-1 .views-row .region-two-33-66-second .views-field-field-directions p,
.page-landing .pane-home-page-featured-content-panel-pane-1 .views-row .region-two-33-66-second .views-field-body p {
  margin-bottom: .1em
}

.page-landing .pane-home-page-featured-content-panel-pane-1 .views-row .region-two-33-66-first .views-field-field-main-image {
  margin-left: 0.5em;
  margin-top: 0.5em;
}

.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;
  margin-top: 5px;
}

.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 .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;
}
.view-id-whats_happening.view-display-id-panel_pane_1{
  position: static;
}
.pane-whats-happening-panel-pane-1{
  z-index: 1;
  position: relative
}
.pane-whats-happening-panel-pane-1 h2{
  clear:both
}
.page-landing.sidebar-second .content-inner {
  margin-right: auto;
}

.view-home-page-featured-content .views-row .region-two-50-first {
  position: relative;
  z-index: 60;
  background-color: rgba(70, 149, 111, .8);
}

.view-home-page-featured-content .views-row .region-two-50-first > .region-inner {
  padding: 1em 1em 1.5em 1.2em;;
}

.view-id-whats_happening .views-row.node-type-recipe .views-field-field-directions,
.view-home-page-featured-content .views-row.node-type-recipe .region-two-50-first,
.page-landing.page-landing-recipe .view-home-page-featured-content .views-row .region-two-50-first {
  background-color: rgba(70, 149, 111, .8);
}

.view-id-whats_happening .views-row.node-type-celebrity .views-field-body,
.view-home-page-featured-content .views-row.node-type-celebrity .region-two-50-first,
.page-landing.page-landing-celebrity .view-home-page-featured-content .views-row .region-two-50-first {
  background-color: rgba(49, 122, 169, .8);
}

.view-id-whats_happening .views-row.node-type-nutrition .views-field-body,
.view-home-page-featured-content .views-row.node-type-nutrition .region-two-50-first,
.page-landing.page-landing-nutrition .view-home-page-featured-content .views-row .region-two-50-first {
  background-color: rgba(104, 175, 222, .8);
}

.view-id-whats_happening .views-row.node-type-morning-tips .views-field-body,
.view-home-page-featured-content .views-row.node-type-morning-tips .region-two-50-first,
.page-landing.page-landing-morning-tips .view-home-page-featured-content .views-row .region-two-50-first {
  background-color: rgba(241, 127, 48, .8);
}

.view-id-whats_happening .views-row.node-type-promotion .views-field-body,
.view-home-page-featured-content .views-row.node-type-promotion .region-two-50-first {
  background-color: rgba(238, 99, 80, .8);
}

.view-id-whats_happening .views-row.node-type-just-for-fun .views-field-body,
.view-home-page-featured-content .views-row.node-type-just-for-fun .region-two-50-first,
.page-landing.page-landing-just-for-fun .view-home-page-featured-content .views-row .region-two-50-first {
  background-color: rgba(249, 199, 67, .8);
}

.pane-whats-happening-panel-pane-1 .views-field-field-main-image {
  border-top: 5px solid black;
}

/*
.view-home-page-featured-content .views-row .region-two-50-second {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 20;
}
*/

.view-home-page-featured-content .views-row .views-field-title h2 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: .5em;
  font-weight: normal;
}

.view-home-page-featured-content .views-row .region-two-33-66-second,
.view-home-page-featured-content .views-row .region-two-50-first,
.view-home-page-featured-content .views-row .views-field a {
  color: white;
}

/*
.view-home-page-featured-content.view-display-id-panel_pane_2 .views-field-view-node,
.view-home-page-featured-content.view-display-id-panel_pane_3 .views-field-view-node {
  position: absolute;
  right: 1em;
  bottom: 5%;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: Arboria-Light, Arial, sans-serif;
  padding-right: 28px;
  background: url('images/arrow.svg') right center no-repeat;
  line-height: 2;
}
*/

.view-home-page-featured-content.view-display-id-panel_pane_2 .views-field-view-node {
  bottom: 1em;
  left: 1em;
  right: auto;
}

/*.view-home-page-featured-content.view-display-id-panel_pane_4 .views-field-view-node .field-content a {
 display: block;
 height: 100%;
 text-indent: -9999px;
 width: 40px;
 border-radius: 5px;
 box-shadow: -1px 0px 11px #555;
 background-image: url("images/arrow.svg");
 background-image: url('images/arrow.svg'), -webkit-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(125,185,232,0) 100%);
 background-image: url('images/arrow.svg'), -o-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(125,185,232,0) 100%);
 background-image: url('images/arrow.svg'), -ms-linear-gradient(left,  rgba(0,0,0,0.2) 0%,rgba(125,185,232,0) 100%);
 background-image: url('images/arrow.svg'), linear-gradient(to right,  rgba(0,0,0,0.2) 0%,rgba(125,185,232,0) 100%);
 background-position: center;
 background-repeat: no-repeat;
}*/

.view-home-page-featured-content.view-display-id-panel_pane_4 .views-row.node-type-recipe .views-field-view-node a {
  background-color: rgb(70, 149, 111);
}

.view-home-page-featured-content.view-display-id-panel_pane_4 .views-row.node-type-celebrity .views-field-view-node a {
  background-color: rgb(49, 122, 169);
}

.view-home-page-featured-content.view-display-id-panel_pane_4 .views-row.node-type-nutrition .views-field-view-node a {
  background-color: rgb(104, 175, 222);
}

.view-home-page-featured-content.view-display-id-panel_pane_4 .views-row.node-type-morning-tips .views-field-view-node a {
  background-color: rgb(241, 127, 48);
}

.view-home-page-featured-content.view-display-id-panel_pane_4 .views-row.node-type-just-for-fun .views-field-view-node a {
  background-color: rgb(249, 199, 67);
}

.view-home-page-featured-content.view-display-id-panel_pane_4 .views-row {
  margin-bottom: 13px;
}

.page-landing .view-id-home_page_featured_content.view-display-id-panel_pane_1 .region-two-50-first {
  height: 50px;
  width: 100%;
  margin-bottom: 7.4em;
  padding: 5px;
  font-size: 0.6em;
}

.page-landing .view-id-home_page_featured_content.view-display-id-panel_pane_1 .views-field-title {
  font-size: 1.5em;
  line-height: 1;
  margin: 0.3em 0 0 0;
}

.page-landing .view-id-home_page_featured_content.view-display-id-panel_pane_1 .views-field-created,
.page-landing .view-id-home_page_featured_content.view-display-id-panel_pane_1 .views-field-term-node-tid {
  font-size: .8em;
}

.front .view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-field-body,
.front .view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-field-field-directions {
  line-height: 1;
  font-size: .9em;
}

/*
.front .view-home-page-featured-content.view-display-id-panel_pane_3 .views-row .region-two-50-first {
  background-image: url('images/home_featured.svg');
  background-position: 10% 97%;
  background-repeat: no-repeat;
}
*/

.page-landing .view-id-home_page_featured_content.view-display-id-panel_pane_1 .views-field-view-node {
  position: relative;
  float: right;
  top: 0px;
  right: 15px;
}

/*
.page-landing .view-home-page-featured-content.view-display-id-panel_pane_2 .views-row .region-two-50-first,
.page-landing .view-home-page-featured-content.view-display-id-panel_pane_2 .views-row,
.front .view-home-page-featured-content.view-display-id-panel_pane_3 .views-row .region-two-50-first,
.front .view-home-page-featured-content.view-display-id-panel_pane_3 .views-row {
  height: 345px;
  width: 100%;
  position: relative;
}
*/

.page-landing .view-home-page-featured-content.view-display-id-panel_pane_2 .views-field-created {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 0.8em;
}

.front .view-home-page-featured-content.view-display-id-panel_pane_4 .views-field-created,
.front .view-home-page-featured-content.view-display-id-panel_pane_4 .views-field-type,
.front .view-home-page-featured-content.view-display-id-panel_pane_4 .views-field-view-node {
  font-size: 0.85em;
  border-right: 1px solid white;
  margin-left: 3px;
}

.front .view-home-page-featured-content.view-display-id-panel_pane_4 .views-field-created {
  margin-left: 0;
}

.front .view-home-page-featured-content.view-display-id-panel_pane_4 .views-field-view-node {
  border-right: 0;
}

#home-page > .region-two-66-33-second.region-two-66-33-second h2 {
  line-height: 31px;
}

.front .view-home-page-featured-content.view-display-id-panel_pane_3 .views-row .views-field-field-subheadline {
  line-height: 1;
}

/**
 * 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 ul.quicktabs-tabs li.first.first a {
  color: black;
}

#quicktabs-landing_page_whats_happening > .item-list ul.quicktabs-tabs li.active {
  z-index: 200;
  background-color: #4f318f;
}

#quicktabs-landing_page_whats_happening > .item-list ul.quicktabs-tabs li.active a {
  color: white;
}

#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;
}

.page-landing .panel-pane.pane-page-title .block-content > h1 {
  float: left;
  margin-bottom: -100%;
}

.page-landing #page-title {
  display: none;
}

.view-id-home_page_featured_content.view-display-id-panel_pane_1 .views-row {
  position: relative;
  margin: 0.5em 0;
}

.pane-home-page-featured-content-panel-pane-2 .block-inner,
.pane-home-page-featured-content-panel-pane-3 .block-inner {
  margin: 0;
}

#branding #site-name a {
  display: block;
  height: 39px;
  width: 201px;
  overflow: hidden;
  padding-top: 0;
  text-indent: -9999px;
  word-wrap: normal;
	background-image: url('images/gcm-web-logo-2.png');
  white-space: nowrap;
  text-align: left;
  background-repeat: no-repeat;
  margin-top: 9px;
}

.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: 8px 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;
  padding-left: 8px;
  width: 163px;
  vertical-align: top;
}
#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.gif") no-repeat scroll 0 center #FFFFFF;
  border-radius: 0 20px 20px 0;
  font-size: 1px;
  height: 25px;
  left: -6px;
  min-width: 25px;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 25px;
}
input[type=checkbox]#menu,
input[type=checkbox]#share {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#manu+label {
  position: absolute;
  left:0;
  display:none;
  width:2em;
  height:2.25em;
  padding:.35em;
  font-size:1.1em;
  color:#fff;
  transition:color .3s ease-in-out;
  cursor: pointer;
  user-select:none;
  margin:0;
  background:rgba(0, 0, 0, .4);
}
/* front what's happening'*/
.pane-quicktabs-whats-happening-quicktab{
  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-left: 10px;
  margin-right: 0;
}
.quicktabs-tabs:before{
  content: "Sort by:";
}
.view-id-whats_happening .view-content{
/*   padding-top: 14px; */
  clear: both;
}


.view-id-whats_happening .views-field-title{
  font-size: 1.15em;
}

.view-id-whats_happening .views-field-created{
  font-size: 0.7em;
  line-height: 0.6em;
  padding-bottom: 10px;
}
.view-id-whats_happening .border{
  background:#ccc;
  height:5px;
}

.view-id-whats_happening .views-row-inner {
  position: relative;
}


.video-0{
  /*A webkit only solution to a webkit only bug*/
  min-width: -webkit-calc(100% - 26px);
}
.view-id-whats_happening .views-field-body p,
.view-id-whats_happening .views-field-field-directions p {
  margin: 0;
}

.morning_tips.border{
  background:#ec672f;
}
.promotion.border{
  background:#ee6350;
}
.recipe.border{
  background:#307053
}
.just_for_fun.border{
  background:#f9c743
}
.celebrity.border{
  background:#2a94dd
}
.nutrition.border{
  background:#4e84a7
}
/*end of wh block*/

/*hp top block*/
#featured-content-rest .views-row .featured-content-inner h3.title{
  margin: 0px;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: normal;
  font-family: arboria-book;
}
.view-id-whats_happening{
  word-wrap: normal;
}

html, body{
  max-width:100%;
}
#search-block-form .form-text{
  -webkit-appearance:none;
  padding-bottom:0!important;
  padding-top:0;
  height:25px;
}

#featured-content-first .featured-content-inner h3.title {
  margin: 0px;
  font-size: 3.15em;
  line-height: 1.3em;
  font-weight: normal;
  font-family: arboria-book, sans-serif, arial,helvetica;
}
#featured-content-first  .featured-content {
  background-image: url('images/home_featured.svg')!important;
  background-repeat: no-repeat!important;
  background-position: 10px 215px!important;
}
input:focus{
  outline-color:transparent;
}
#featured-content-rest .views-row .featured-content-inner h3.title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*Node pages*/
.page-node #page-title {
  display: none;
}

/*
.page-node #block-system-main {
  background-color: white;
}
*/
.page-node.node-type-celebrity #block-system-main {
  background-color: transparent;
}
.page-node #page-title-2 {
  max-width: 80%;
  color: white;
  float: left;
  line-height: 1;
  margin: 0;
}
#page-panel-recipe > .region-two-33-66-top {
  background-color: #46956f;
}

.view-id-content_media.view-display-id-block_3 .views-row {
  float: left;
  width: 31.2%;
  margin: 1%;
}

.field-name-field-servings{
  background:url(images/coffee.svg) no-repeat left center transparent;
  padding-left: 46px;
  font-weight:bold;
  min-height: 40px;
}
.field-name-field-ingredients .even{
  background:#ebebeb
}

.pane-node-field-pdf {
  text-align: right;
}
/*celeb node*/
#page-panel-celebrity > .region-three-33-top {
  background-color: #2a93dc;
}
#page-panel-celebrity .field-name-field-pdf {
  text-align: center;
}

#page-panel-celebrity h1,#page-panel-celebrity .node-icons{
  position: relative;
  z-index: 1;
}
.node-type-celebrity .region-three-33-third .views-field-field-media{
  margin-right: 12px;
  margin-left: 12px;
  position:relative;
  z-index:1
}
.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;
}
.full-bio{
  text-transform: uppercase;
  color: #2A93DC;
  font-family: arboria-medium;
  font-size: 1.1em;
  line-height: 1.7em;
}
.pager-load-more a{
  background: #E6E7E8;
  color: #58585B;
  display: inline-block;
  font-size: 1em;
  line-height: 2em;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
.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;
}
.node-type-celebrity .region-three-33-first .panel-pane,.node-type-celebrity .region-three-33-second .panel-pane{
  position: relative;
  margin-bottom: 0
}
/* just-for-fun + nutrition+ morning-tips*/
.page-node .region-two-33-66-bottom .view-id-content_media{
  text-align: center;
  padding-bottom:1em;
}
.view-id-content_media.view-display-id-block_2 .views-row,
.page-node .region-two-33-66-bottom .view-id-content_media .views-row{
  display: inline-block;
  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,
.page-node .region-two-33-66-bottom .view-id-content_media .views-row img,
.page-node .region-two-33-66-bottom .view-id-content_media .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;
}
#page-panel-nutrition > .region-two-33-66-top,
#page-panel-nutrition  .node-icons,#page-panel-nutrition .pane-node-title h2{
  background-color: #7F3F87;
  color:#fff;
}
body.node-type-morning-tips .region-two-33-66-top,
body.node-type-morning-tips .node-icons,.node-type-morning-tips .pane-node-title h2{
  background-color: #f17f30;
  color:#fff;
}
body.node-type-just-for-fun .region-two-33-66-top,
body.node-type-just-for-fun .node-icons,.node-type-just-for-fun .pane-node-title h2{
  background-color:#FFCF11;
  color:#fff;
}
body.node-type-just-for-fun .region-two-33-66-bottom,
body.node-type-morning-tips .region-two-33-66-bottom,
body.node-type-nutrition .region-two-33-66-bottom{
  box-shadow: 0 11px 7px -6px rgba(170, 170, 170, 0.75);
}
body.node-type-nutrition{
  background-image: url("images/bg-cloud_v3.jpg");
  background-repeat: no-repeat;
}
.node-type-nutrition .node-icons,
.node-type-just-for-fun .node-icons,
.node-type-morning-tips .node-icons{
  margin-top: -25px;
  padding-right: 10%;
  text-align: right;
}
.node-type-nutrition .node-icons .social-link:first-child:before,
.node-type-morning-tips .node-icons .social-link:first-child:before,
.node-type-just-for-fun .node-icons .social-link:first-child:before{
  content: "Share:";
  font-family: arboria-book;
  font-size: 20px;
  position: absolute;
  right: 41px;
}
.node-type-nutrition .two-33-66 .block-inner,.pane-node-title h2,
.node-type-morning-tips .two-33-66 .block-inner,.pane-node-title h2,
.node-type-just-for-fun .two-33-66 .block-inner,.pane-node-title h2{
  margin:0;
}
.node-type-nutrition #page .region-two-33-66-second,
.node-type-morning-tips #page .region-two-33-66-second,
.node-type-just-for-fun #page .region-two-33-66-second{
  float:none;
  width:auto;
}
.page-node .field-name-body{
  line-height: 1.285em;
  font-family: 'aaux_reg', arial, san-serif;
}
.page-node .region-two-33-66-second .field-name-body{
  padding-left: 1em;
  padding-right: 1em;
}
body.node-type-nutrition .region-two-33-66-second .clearfix:after,
body.node-type-morning-tips .region-two-33-66-second .clearfix:after,
body.node-type-just-for-fun .region-two-33-66-second .clearfix:after{
  clear: none;
  content: none;
  display: none;
}

body.node-type-nutrition .pane-node-field-main-image img,
body.node-type-morning-tips .pane-node-field-main-image img,
body.node-type-just-for-fun .pane-node-field-main-image img{
  box-shadow: 0 11px 7px -6px rgba(170, 170, 170, 0.75);
  margin: 0 auto;
  display:block
}
body.node-type-nutrition .region-two-33-66-first,
body.node-type-morning-tips .region-two-33-66-first,
body.node-type-just-for-fun .region-two-33-66-first{
  padding-right: 20px;
}
.node-type-morning-tips .region-two-33-66-bottom.region-conditional-stack,
.node-type-just-for-fun .region-two-33-66-bottom.region-conditional-stack,
.node-type-nutrition .region-two-33-66-bottom.region-conditional-stack{
  padding-top: 20px;
}
.node-type-morning-tips .pane-node-field-pdf,
.node-type-just-for-fun .pane-node-field-pdf,
.node-type-nutrition .pane-node-field-pdf{
  text-align: center;
}
.file-icon{
  display:none
}
.field-name-field-pdf a{
  font-size:0px;
  text-indent: -9999px;
}
.field-name-field-pdf a:before {
  content: "Printer Friendly";
  text-indent: 0;
  font-size: 12px;
  display: block;
}
.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;
  margin-right: 10px;
  display: block;
}
.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.2em;
  max-width: 76%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left:10px;
  color:#fff
}
#video-social-links a:after{
  margin-top: -0.5em;
}
#video-social-links{
  padding-left:10px;
}
#video-title,#video-social-links{
  float: left;
}
.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, .8);
  padding:5px;
  width:100%;
  font-size:.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{
  text-transform: uppercase;
  font-family: arboria-book;
  font-weight: normal;
  font-size: 2.5em;
  margin: 0;
  line-height: normal;
  padding-top: 9px;
}
.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 #bp-view-glossary-get-states-form{
  position: absolute;
  top: -2px;
  right: 10px;
}
.pane-bp-bp-brands-filters .item-list{
  font-size: .85em;
  font-family:arboria-medium
}
.pane-bp-bp-brands-filters .item-list h3{
  font-weight: normal;
  padding-right: 3px;
}
.pane-bp-bp-brands-filters .item-list a{
  color:#58585B;
  text-transform: uppercase
}
.pane-bp-bp-brands-filters .item-list li{
  padding-left: .35em;
  padding-right: 0.15em;
}
.pane-bp-bp-brands-filters .item-list * {
  display: inline;
  padding: 0;
  margin: 0;
}
.view-id-brands_landing .view-content .views-row{
  display: inline-block;
  border-radius: 5px 5px 5px 5px;
  width: 23.9%;
  margin-bottom: 1em;
  overflow:hidden;
  margin-right: 0.6%;
  border:1px solid #ccc;
  position:relative
}
.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%;
}
.view-id-brands_landing .node-icons a{
  margin-right: 6px;
  color:#58585b
}
.view-id-brands_landing  .node-icons{
  bottom: 20px;
  position: absolute;
  right: 0px;
}
.page-brands #columns .contextual-links-region{
  position: static
}
body.admin-menu.page-brands{
  position: relative;
}
/*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,.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-icons a.pinterest:after{
  content:"\e003";
}
.node-icons a.youtube:after {
  content: "\e008";
}
.node-icons a.instagram:after{
  content:"\e005"
}
.node-icons a.home:after{
  content:"\e006"
}
/*contact*/
.page-node.page-node-394 #block-system-main .node{
  padding:20px;
}
.page-node-394 #page-title{
  display:block
}
.node-type-webform input.form-text,.node-type-webform textarea,.node-type-webform select{
  max-width:100%;
  border:1px solid #ccc
}
.page-node-394 .form-item label{
  font-weight:normal
}
#home-page .region-two-66-33-second h2{
  background:#fff;
  margin:0;
  font-size: 21px;
  box-shadow: 0 3px 6px #999999;
  line-height: 43px;
  padding-left:10px
}
#page .video-1{
  background:transparent;
  filter:none;
  right:0
}
.node-type-recipe .video-1:after{
  content:url("images/play_button_rcp_v2.png");
}
.node-type-morning-tips .video-1:after{
  content:url("images/play_button_tip_v2.png");
}
.node-type-just-for-fun .video-1:after{
  content:url("images/play_button_fun_v2.png");
}
.node-type-celebrity .video-1:after{
  content:url("images/play_button_v2.png");
}
.node-type-nutrition .video-1:after{
  content:url("images/play_button_ntr_v2.png");
}

.published-0,
.published-1 {
  position: relative;
}

.published-0:before {
 content: 'Not Published';
 position: absolute;
 z-index: 300;
 display: block;
 bottom: 0;
 background-color: black;
 text-align: center;
 line-height: 1;
 font-size: 16px;
 font-weight: bold;
 color: yellow;
 left: 0;
 padding: 10px;
}

#not-published {
  background-color: green;
  text-align: center;
  line-height: 2;
  color: white;
  font-size: 1.4em;
}

#not-published p {
  margin: 0;
}

.page-search .search-result {
  padding: 10px;
}

.page-search .search-result .search-info {
  display: none;
}

.page-search-node #content,.page-user #content{
  background: #fff;
  padding: 20px;
}
.page-search-node .search-form+h2{
  padding-bottom: 10px;
  background: url(images/line_long.png) bottom center no-repeat transparent;
  background-size: 100% 10px;
}
.page-search-node ol li{
  border-bottom: 1px solid #ccc;
}
.page-search-node ol li a{
  color: #53A9E2;
}
#block-system-main{
  margin-bottom: 0;
  padding-bottom: 15px
}
.page-videos label.option{
  cursor:pointer
}
.ajax-progress-throbber{
  position: absolute;
}
.maintenance-page #main-content{
  background: #FFF;
}
.search-results .search-snippet-info{
  padding-left:0
}
.page-search #page #edit-keys{
  font-size: 13px;
  padding-top: 0px;
}
.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: .8em;
}
.page-node-done #main-content {
  background-color: white;
}

/* 
**
* RESPONSIVE DESKTOP STYLE SHEET 
*
=============================================*/
#header,
#page-outer-two {
/*   background: url('images/header.PNG') repeat-x scroll 0 1px transparent; */
  margin-top:-1px;
}

.node-type-celebrity #page-outer-three,
.page-landing-celebrity #page-outer-three {
  background: url('images/border_celeb.png') repeat-x 0 77px;
}

.node-type-nutrition #page-outer-three,
.page-landing-nutrition #page-outer-three {
  background: url('images/border_nutrition.png') repeat-x 0 77px;
}

.node-type-recipe #page-outer-three,
.page-landing-recipe #page-outer-three {
  background: url('images/border_recipe.png') repeat-x 0 77px;
}

.node-type-morning-tips #page-outer-three,
.page-landing-morning-tips #page-outer-three {
  background: url('images/border_tips.png') repeat-x 0 77px;
}

.node-type-just-for-fun #page-outer-three,
.page-landing-just-for-fun #page-outer-three {
  background: url('images/border_fun.png') repeat-x 0 77px;
}

.page-landing #block-system-main {
  margin-top: 2em;
}

#primary-menu-bar li.active-trail a,
.page-landing-recipe #primary-menu-bar .menu-497 a {
  margin-bottom: -6px;
  padding-bottom: 6px;
  color: #000;
  background-color: #fff;
}

#primary-menu-bar li.active-trail.active.first a {
  padding-left: 10px !important;
}

.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row {
  position: relative;
}

/*.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row *,*/
/*
.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row{
   box-shadow: 0 3px 6px #999999;
}
.view-id-home_page_featured_content.view-display-id-panel_pane_4 .region-two-33-66-second {
  padding-left: 10px;
}

.view-id-home_page_featured_content.view-display-id-panel_pane_4 .region-two-33-66-second > .region-inner {
  padding:10px 0 0
}
*/

/*
.view-id-home_page_featured_content.view-display-id-panel_pane_4 img{
  display:block;
  margin:10px;
}
*/
/*
#home-page .region-two-66-33-second .region-two-33-66-first{
  width: 30%
}
*/
 L/*
home-page .region-two-66-33-second .region-two-33-66-second{
  width: 66%
}
*/
#home-page>.region-two-66-33-second{
  font-size: 13px;
}

#home-page .region-two-66-33-second .pane-1{
    margin-bottom:10px;
}
.view-home-page-featured-content.view-display-id-panel_pane_4 .views-row{
    margin-bottom: 7px
}
.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row.node-type-recipe {
  background-color: rgb(70, 149, 111);
}

.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row.node-type-celebrity {
  background-color: rgb(49, 122, 169);
}

.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row.node-type-nutrition {
  background-color: rgb(104, 175, 222);
}

.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row.node-type-morning-tips {
  background-color: rgb(241, 127, 48);
}

.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row.node-type-just-for-fun {
  background-color: rgb(249, 199, 67);
}

.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row.node-type-promotion {
  background-color: rgb(238, 99, 80);
}

.page-landing-recipe #primary-menu-bar .menu-497 a,
.node-type-recipe #primary-menu-bar li.active-trail a {
  background-color: rgb(70, 149, 111);
}

.page-landing-celebrity #primary-menu-bar .menu-498 a,
.node-type-celebrity #primary-menu-bar li.active-trail a {
  background-color: rgb(49, 122, 169);
}

.page-landing-nutrition #primary-menu-bar .menu-499 a,
.node-type-nutrition #primary-menu-bar li.active-trail a {
  background-color: rgb(104, 175, 222);
}

.page-landing-morning-tips #primary-menu-bar .menu-500 a,
.node-type-morning-tips #primary-menu-bar li.active-trail a {
  background-color: rgb(241, 127, 48);
}

.page-landing-just-for-fun #primary-menu-bar .menu-501 a,
.node-type-just-for-fun #primary-menu-bar li.active-trail a {
  background-color: rgb(249, 199, 67);
}

.view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-row .views-field-field-main-image-1 img,
.view-id-home_page_featured_content.view-display-id-panel_pane_3 .views-row .views-field-field-main-image img {
  box-shadow: 0px 3px 6px #999;
}

.view-id-home_page_featured_content.view-display-id-panel_pane_3 .views-row .views-field-body,
.view-id-home_page_featured_content.view-display-id-panel_pane_3 .views-row .views-field-field-directions {
  font-size: 0.9em;
  line-height: 1.2;
}

/*
.front .view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-field-body,
.front .view-id-home_page_featured_content.view-display-id-panel_pane_4 .views-field-field-directions {
  display: none;
}
*/

#branding {
  font-size: 7px;
  text-align: right;
  float: left;
}

.pane-search-form{
  display: inline-block;
  float: right;
}
.pane-block-1{
  display: inline-block;
  float: right;
}
.pane-block-2{
  width:77px;
  float: left;
}

#primary-menu-bar{
/*   background: none repeat scroll 0 0 #C7801D; */
/*   font-family: "Arboria-Medium",arial,sans-serif; */
  margin: 0;
  padding: 6px 0;
}
#primary-menu-bar a{
  color:#fff;
  font-size: 1em;
  text-transform: uppercase;
}
#primary-menu-bar a:hover{
  opacity:0.8
}
#primary-menu-bar  .menu-504{
  float: right;
  margin-right: 24px;
}
#primary-menu-bar .menu-504 a{
  color: #53A9E2;
  font-size: 0.67em;
  line-height: 1.85em;
}

.region-header .panel-separator{
  display:none
}


/*bof: home page*//*This styles should be improved ... copy of part of this styles placed in responsiv.custom*/


#featured-content-first .featured-content{
  width: 300px;
  height: 335px;
  overflow: hidden;
}
.hp-fetured-content-celebrity .featured-content{
  background: rgba(60, 153, 212, .8);
}
.hp-fetured-content-company .featured-content{
  background: rgba(238, 99, 80, .8);
}
.hp-fetured-content-just_for_fun .featured-content{
  background: rgba(249, 199, 67, .8);
}
.hp-fetured-content-morning_tips .featured-content{
  background: rgba(238, 94, 35, .8);
}
.hp-fetured-content-nutrition .featured-content{
  background: rgba(130, 83, 160, .8);
}
.hp-fetured-content-recipe .featured-content{
  background: rgba(70, 149, 111, .8);
}

#featured-content-first .featured-content-inner{
  padding: 10px 10px 10px 30px;
  color: #FFFFFF;
}
#featured-content-first .featured-content-inner h3.title{
  margin: 0px;
  font-size: 3.15em;
  line-height: 1.3em;
  font-weight: normal;
  font-family: arboria-book, sans-serif, arial,helvetica;
}
#featured-content-first .featured-content-inner .teaser{
  margin: 10px 0px 10px 0px;
  font-size: 12px;
}
#featured-content-rest .views-row {
  background: url("images/shadow_small1.png") no-repeat scroll -4px bottom transparent;
  margin-bottom: 9px;
  padding-bottom: 9px;
  padding-left: 2px;
}
#featured-content-rest .views-row > div,#featured-content-rest .featured-content{
  height:99px;
  width: 304px;
  display: inline-block;
  overflow: hidden;
}

#featured-content-rest .views-row .featured-content{
  height: 100px;
  overflow: hidden;
  color: #FFFFFF;
}
#featured-content-rest .hp-fetured-content-inner{
  background-position: 1px 1px !important;
}
#featured-content-rest .hp-fetured-content-just_for_fun .featured-content{
  background:url("images/front_rest_bg.png") no-repeat scroll right bottom transparent
}
#featured-content-rest .hp-fetured-content-recipe .featured-content{
  background:url("images/front_rest_bg.png") no-repeat scroll 0 -118px transparent
}

#featured-content-rest .views-row .featured-content-inner{
  padding: 1em;
}

#featured-content-rest .views-row .featured-content-inner .teaser{
  font-size: 12px;
  margin: 5px 0px 0px 0px;
}
.main-img-sqr{
  display:none;
}

/*eof: home page*/

/*Content*/

#home-page .panel-separator{
  display:none;
}
#home-page #featured-content-first{
  width: 66%;
  float: left;
  background: url("images/shadow_long.png") no-repeat scroll 5px bottom transparent;
  padding-bottom: 11px;
}
#featured-content-rest{
  float: left;
  margin-bottom: 0;
}

#home-page #featured-content-rest+.panel-separator{
  background: url('images/line_long.png') no-repeat center center;
  height:10px;
  display:block;
  clear: both;
}
#home-page p{
  margin:0;
}

/*what's happening*/

/*
.view-id-whats_happening .view-content > div.views-row, .view-athlete-landing .view-content > div.views-row{
  width: 23.9%;
}
*/

.view-id-whats_happening .view-content > div.views-row-4,
.view-id-whats_happening .view-content > div.views-row-8,
.view-id-whats_happening .view-content > div.views-row-12,
.view-id-whats_happening .view-content > div.views-row-16,
.view-id-whats_happening .view-content > div.views-row-20,
.view-id-whats_happening .view-content > div.views-row-24,
.view-id-whats_happening .view-content > div.views-row-28,
.view-id-whats_happening .view-content > div.views-row-32,
.view-id-whats_happening .view-content > div.views-row-36,
.view-id-whats_happening .view-content > div.views-row-40,
.view-id-whats_happening .view-content > div.views-row-44,
.view-id-whats_happening .view-content > div.views-row-48,
.view-id-whats_happening .view-content > div.views-row-52,
.view-id-whats_happening .view-content > div.views-row-56,
.view-id-whats_happening .view-content > div.views-row-60,
.view-id-whats_happening .view-content > div.views-row-64,
.view-id-whats_happening .view-content > div.views-row-68,
.view-id-whats_happening .view-content > div.views-row-72,
.view-id-whats_happening .view-content > div.views-row-76,
.view-id-whats_happening .view-content > div.views-row-80
.view-id-whats_happening .view-content > div.views-row-84,
.view-id-whats_happening .view-content > div.views-row-88,
.view-id-whats_happening .view-content > div.views-row-92,
.view-id-whats_happening .view-content > div.views-row-96,
.view-id-whats_happening .view-content > div.views-row-100 {
  margin-right: 0;
}

body.front .pane-home-page-featured-content-panel-pane-4 {
  margin-bottom: 0;
  margin-top: 1px;
}

body.page-landing .region-two-66-33-bottom .block-inner,
body.front #home-page > .region-two-66-33-bottom .block-inner{
  margin: 0
}

body.page-landing .panel-display > .region-two-66-33-second .pane-page-title,
body.page-landing .view-home-page-featured-content.view-display-id-panel_pane_1 .views-row,
body.page-landing .view-home-page-featured-content.view-display-id-panel_pane_2 .views-row-1 img {
  box-shadow: 0px 3px 6px #999;
}

body.page-landing .panel-display > .region-two-66-33-top {
  display: none;
}

/*node recipe - if some class overrides other pages just add .node-type-recipe before*/

.node-type-recipe #primary-menu-bar{
  border-bottom: 5px solid rgb(70, 149, 111);
}
.node-type-recipe li.active-trail, .node-type-recipe #page-title{
  background-color: rgb(70, 149, 111);
  color: #FFFFFF;
}

#page-title {
	font-family: 'univers';
/* 	font-size: 40px; */
	font-size:30px;
}

#main-content{
  margin:0
}
#breadcrumb{
  display:none;
}

h1 {
  font-weight: normal;
}
.content-inner{
  position: relative;
  z-index: 2;
}

.node-type-recipe .pane-node-field-main-image{
  float: left;
}
.pane-node-field-video{
  clear: both;
}
.pane-node-field-ingredients h2{
  font-size: 0.95em;
  font-weight: bold;
  padding-left: 10px;
}
.field-name-field-ingredients .field-item{
  padding-left: 10px;
}

.page-node #page-title{
  width: 43%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.node-type-recipe #content {
  margin-top: 1.5em;
}

.node-type-recipe .pane-node-field-pdf {
  background-image: url('images/line.svg');
  background-position: -475px center;
  background-repeat: no-repeat;
}
/*end of recipe node*/
/*celeb node*/
.node-type-celebrity #page-title-2 h1{
  margin-bottom: 13px;
}
.node-type-celebrity #page-title-2{
  margin-left: 280px;
  max-width: 552px;
}
.node-type-celebrity .region-three-33-first{
  width: 263px;
}
.node-type-celebrity .region-three-33-second{
  width: 416px;
  background: #FFFFFF;
}
.node-type-celebrity .region-three-33-second .region-inner:before {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 175%;
  z-index: -1;
}
.node-type-celebrity .pane-node-field-main-image .block-inner{
  margin-top: -66px;
  margin-left: 0;
  margin-right: 0;
}
.node-type-celebrity #content {
  margin-top: 1.5em;
}
.node-type-celebrity .region-three-33-third{
  background-color: #2a93dc;
}
.node-type-celebrity .three-3x33{
  overflow:hidden
}

.node-type-celebrity .media-youtube-player{
  display: block;
  margin: 0 auto;
}
.node-type-celebrity .image-style-large-retina{
  display:block
}
.node-type-celebrity .region-three-33-first .panel-pane:before,
.node-type-celebrity .region-three-33-second .panel-pane:before{
  background-color: #2A93DC;
  content: "";
  height: 100%;
  position: absolute;
  right: -761px;
  width: 345px;
}
.node-type-celebrity .region-three-33-first .region-inner:before{
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  left: 0px;
  width: 800px;
  top: 0;
}
.node-type-celebrity .region-three-33-second .panel-pane:before{
  right: -345px;
}
.node-type-celebrity .region-three-33-bottom:before{
  background: none repeat scroll 0 0 rgba(170, 170, 170, 0.5);
  box-shadow: 0 2px 5px 1px rgba(170, 170, 170, 0.4);
  content: "";
  height: 1px;
  margin-top: -80px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.node-type-celebrity .pane-node-body{
  margin-bottom:0
}
.region-three-33-bottom .block-inner{
  margin-right: 0;
}
/*end of celeb node*/
.device{
  display:none!important;
}
.node-type-nutrition #content,
.node-type-morning-tips #content,
.node-type-just-for-fun #content{
  margin-top: 1.5em;
}
/*videos*/
.video-page-title{
  background: url('images/line.svg') center -7px no-repeat;
  width: 927px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/*
.node-type-videos #page-outer-three, .page-videos #page-outer-three {
  background: url('images/border_video.gif') repeat-x 0 77px;
}
*/
.page-videos #columns{
/*   margin-top:2.5em */
}
.page-videos iframe{
/*   width: 912px; */
	width: 100%;
  height: 585px;
  margin: 0 auto;
  display: block;
}

.page-landing .pane-home-page-featured-content-panel-pane-1 .views-row .region-two-33-66-first .views-field-field-main-image {
  max-width: 82px;
}

.page-landing .pane-home-page-featured-content-panel-pane-1 .views-row .two-33-66 > .region-two-33-66-first {
  width: 29.33333%;
}

.page-landing .pane-home-page-featured-content-panel-pane-1 .views-row .two-33-66 > .region-two-33-66-second {
  width: 70.666666%;
}

body.page-landing .region-two-66-33-bottom .pane-page-title {
  float: left;
  font-family: arboria-light,sans-serif;
  text-transform: uppercase;
  margin-top: -0.7em;
}

body.page-landing.page-landing-recipe .region-two-66-33-bottom .pane-page-title {
  width: 14%;
}

body.page-landing.page-landing-celebrity .region-two-66-33-bottom .pane-page-title,
body.page-landing.page-landing-nutrition .region-two-66-33-bottom .pane-page-title {
  width: 21%;
  font-size: 0.8em;
  margin-top: -0.3em;
}

body.page-landing.page-landing-just-for-fun .region-two-66-33-bottom .pane-page-title,
body.page-landing.page-landing-morning-tips .region-two-66-33-bottom .pane-page-title {
  width: 189px;
  font-size: 0.9em;
  margin-top: -0.5em;
}

body.page-landing .region-two-66-33-bottom .node-icons {
  margin-top: -0.7em;
  float: left;
  position: relative;
  z-index: 100;
  line-height: 3.5;
}
.page-videos #skip-link{
  left: auto;
  margin-left: -173px;
  position: fixed;
  top: 141px;
}
.page-videos #skip-link a{
  width: 168px;
}
.pane-videos-landing-panel-pane-1{
  width: 936px;
  margin: 0 auto;
  position: relative;
}
#video-title-wrapper{
  width: 912px;
}
/*brands*/
.page-brands #columns{
  margin-top:2.5em;
}
.page-brands #columns{
  width: 982px;
  margin: 2.5em auto 0;
}
.page-brands .view-filters{
  right: -12px;
}
/*promo+partners*/
.page-promotions .view-display-id-block_1 .views-row-1{
  width: 300px;
  margin-left: 18px;
}
.page-promotions .views-row-1{
  width: 584px;
}
.page-promotions #main-content{
  margin-left: 10px;
}
.page-partners #columns{
  margin-top:2.5em;
  background:#fff
}
.page-promotions #primary-menu-bar .menu-502 a,
.node-type-promotions #primary-menu-bar li.active-trail a {
  background-color: #ee6350;
}

.view-id-content_media.view-display-id-block_2 .views-row,
.page-node .region-two-33-66-bottom .view-id-content_media .views-row{
float:left
}
.video-0{
  min-width: 210px;
}
.node-type-celebrity .node-icons a:after{
  -webkit-text-stroke: .02em #2A93DC;
}
.page-node #content {
/*   margin-top: 26px; */
}
.page-node.node-type-recipe #content{
  margin-top:21px
}
.page-node.node-type-page #content {
  margin-top: 0;
}
.front .video-0 {
  min-width: 198px;
}
.views-exposed-form .form-select {
	max-width: 200px;
	float: right;
}

/*
.views-exposed-form .views-exposed-widget {
	float: right;
	position: relative;
	padding: 12px 0 0 0;
}
*/

#quicktabs-whats_happening_quicktab .item-list {
	right: 225px;	
}

/* ----------------------------- *\
	 IODD CUSTOM CSS
\* ----------------------------- */

.menu.primary-menu li.first a {
	padding-left: 0 !important;
}

.page-science-landing .hero-content-container p,
.page-science-landing .hero-content-container li {
	line-height: 1 !important;
}

.callout-container a:hover {
	text-decoration: none;
}

.callout-content > .views-field {
	position: relative;
	z-index: 999;
}

.hero-container .callout-content {
	position: relative;
	z-index: 999;
}

.hero-container a,
.hero-container a:hover {
	color: #fff;
	text-decoration: none;
}

header {
	background: #fff;
}

.hero-link a,
.callout-read-more a,
.page-science-landing .hero-large-left-container .callout-read-more span {
	min-width: 169px;
	width: 100%;
	text-indent: -999999px;
	position: absolute;
	background: url( images/callout-arrow-bg2.png ) no-repeat bottom right;
	min-height: 100%;
	right: 0;
	bottom: 0;
	line-height: 0;
}

.page-science-landing .content-container .pane-menu-menu-page-social-links .menu a {
	color: #fff !important;
}

#primary-menu-bar a {
	font-family: 'aaux_bold','aaux_reg', arial, san-serif;
}

.page-science-landing .view-home-page-featured-content .views-row .region-two-50-first > .region-inner {
	display: none;
}

.menu.primary-menu li.first.active a {
	padding-left: 7px !important;
}


.content-container .view-content > div.views-row-4,
.content-container .view-content > div.views-row-8,
.content-container .view-content > div.views-row-12,
.content-container .view-content > div.views-row-16,
.content-container .view-content > div.views-row-20,
.content-container .view-content > div.views-row-24,
.content-container .view-content > div.views-row-28,
.content-container .view-content > div.views-row-32,
.content-container .view-content > div.views-row-36,
.content-container .view-content > div.views-row-40,
.content-container .view-content > div.views-row-44,
.content-container .view-content > div.views-row-48,
.content-container .view-content > div.views-row-52,
.content-container .view-content > div.views-row-56,
.content-container .view-content > div.views-row-60,
.content-container .view-content > div.views-row-64,
.content-container .view-content > div.views-row-68,
.content-container .view-content > div.views-row-72,
.content-container .view-content > div.views-row-76,
.content-container .view-content > div.views-row-80
.content-container .view-content > div.views-row-84,
.content-container .view-content > div.views-row-88,
.content-container .view-content > div.views-row-92,
.content-container .view-content > div.views-row-96,
.content-container .view-content > div.views-row-100  {
  margin-right: 0;
}

.footer-follow-list {
  font-size: 0px;
  list-style: none; 
  padding:0 !important;
  margin: 0 !important;
  display: inline-block;
  font-family: 'aaux_reg', arial, san-serif;
}

.footer-follow-list li {
  list-style: none !important;
  display: inline-block;
}

.footer-follow-list a {
  color: #fff !important;
  font-family: "icons";
}

.footer-follow-list a:hover {
	text-decoration: none;
}

.follow-label {
	font-size: 12px;
}

.footer-follow-list .facebook-icon:after {
  content: "\e000"; /*facebook*/
  font-size: 16px;
}

.footer-follow-list .twitter-icon:after {
  content: "\e001"; /*twitter*/
  font-size: 16px;
}

.footer-follow-list .google-icon:after {
  content: "\e002"; /* g+ */
  font-size: 16px;
}

.footer-follow-list .email-icon:after {
   content: "\e004"; /* email */
   font-size: 16px;
}

.footer-follow-list .instagram-icon:after {
  content: "\e005"; /* instagram */
  font-size: 16px;
}

.footer-follow-list .youtube-icon:after {
  content: "\e007";
  font-size: 16px;
}
.menu-item-743 a:after,
.menu-item-642 a:after {
  content: "\e007";
}

.athlete-full-hero-youtube {
	position: relative;
}

.athlete-full-video-container:after,
.views-row.node-type-video-item .callout-image-container a:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	width: 48px;
	height: 48px;
	background: url( images/callout-video-button.png ) no-repeat;
}

.views-row.node-type-video-item .callout-content-container {
	background: #535353 !important;
	background: rgba( 128,128,128,.9) !important;
}

.views-row.node-type-science-item .callout-content-container {
	background: #f18018 !important;
	background: rgba( 241, 128, 24, .9 ) !important;
}

.views-row.node-type-image-item .callout-content-container {
	background: #535353 !important;
	background: rgba( 128,128,128,.9) !important;
}

.views-row.node-type-news-item .callout-content-container {
	background: #4f4337 !important;
	background: rgba( 79,67,55,.9) !important;
}

.views-row.node-type-athlete  .callout-content-container {
	background: #000 !important;
	background: rgba( 0,0,0,.9 ) !important;
}

.hero-content-container .views-field-field-override-link {
	font-size: 0;
}

/* --------------------------------------------
	#header
=============================================== */

/*
.two-33-66 > .region-two-33-66-second, .two-66-33 > .region-two-66-33-first {
	width: 100% !important;
}
*/

#header {
  height:48px;
  background: #1E1E1E;
}

#site-name {
	float: left;
}

header .pane-menu-menu-main-social-links {
	position: relative;
	line-height: 0;
}

header .pane-menu-menu-main-social-links a {
	font-size: 16px;
}

header .pane-menu-menu-main-social-links h2 {
	color: #fff; 
	font-size: 14px;
	position: absolute;
	top: 35%;
	left: -33%;
	font-family: 'aaux_reg', arial, san-serif;
	line-height: 1.5;
}

.navigation-container {
	background: #f18018;
}

.branding-elements {
	position: relative;
	width: 100%;
}

.header-fix {
	float: right;
	margin: 5px 0 0 0;
}

#page-title {
	margin-top: 0;
	text-transform: uppercase;
}

#primary-menu-bar {
	font-family: 'aaux_reg', arial, san-serif;
}

/* --------------------------------------------
	#Hero
=============================================== */
/* Sets up full width content so you can give sizes to blocks */
.at-panel .region {
	float:none;
	width: 100%;
}

.at-panel > .hero-container {
	background: url( images/newBG_032514_middle[1].jpg ) no-repeat center top;
	background-size: cover;
	padding-top: 13px;
}

.hero-container .region {
	width: 35%;
	float: right;
}

.hero-container .region:first-child {
	width: 63%;
	float: left;
	padding-right: 12px;
}

.hero-large-left-container {
	width: 100%;
	display: inline-block;
	position: relative;
	max-height: 345px;
	overflow: hidden;
}

.hero-large-left-container .views-row:first-child {
	overflow: hidden;
}

.hero-large-left-container .hero-title-container,
.hero-large-left-container .hero-content-container {
	max-width: 93%;
}

.callout-content a {
	color: #fff;
}

.hero-large-left-container .hero-title-container {
	font-size: 2.286em;
	line-height: 1;
	position: relative;
	z-index: 999;
	font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
	font-weight: bold;
	color: #fff;
}

.page-athelete-stories .hero-large-left-container .hero-title-container {
	font-size: 2em;
}

.page-athelete-stories .hero-content-container {
	font-size: 1.1em;
}

.hero-featured-container  {
	position: relative;
	color: #fff !important;
}

.hero-featured-container .panel-flexible-inside .panels-flexible-region {
	width: 100%;
}

.front .hero-featured-container .views-row-1 {
	 background: #000;
}

.page-athletes .hero-featured-container .views-row-1 {
	 background: #535353;
}

.hero-large-left-container .hero-image-container .views-field-field-main-image {
	line-height: 0;
}
.front .hero-featured-container .views-row-2 {
	background: #f18018;
}

.page-athletes .hero-featured-container .views-row-2 {
	background: #4f4337;
}

.front .hero-featured-container .views-row-3 {
	background: #2D1A00;
}

.page-athletes .hero-featured-container .views-row-3 {
	background: #000;
}

.page-videos .callout-content > .views-field,
.page-images .callout-content > .views-field {
	position: inherit;
	z-index: auto;
}

.hero-featured-container .content-container {
	position: relative;
}

.hero-featured-container .views-row {
  overflow: hidden;
  height: 106px !important;
  margin-bottom: 13px !important;
  position: relative;
}

.hero-featured-container .hero-image-container {
  max-width: 106px;
  float: left;
}

.hero-featured-container .views {
	line-height: 0;	
}

.hero-featured-container .views-row .panels-flexible-region:first-child + .panels-flexible-region {
	display: none;
}

.hero-featured-container .hero-title-container {
	width: 65%;
	padding-top: 2%;
	padding-left: 3%;
	display: inline-block;
	font-size: 1.4em;
	font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
}

.hero-featured-container .hero-featured-text-container {
	width: 66%;
	padding-left: 3%;
	display: inline-block;
    line-height: 1;
    font-size: 0.9em;
}

.hero-featured-container .views-field-title {
  line-height: 1;
}

.hero-large-left-container .two-50 > .region {
	width: 100%;
}


.hero-large-left-container .hero-image-container {
	min-width: 100%;
}

.hero-large-left-container .hero-image-container img {
	min-width: 100%;
}

.hero-large-left-container .at-panel div[class*='-first'] {
	background: #101010;
	background: rgba(16,16,16,.8);
	position: absolute;
	left: 0;
	bottom:0;
	height: auto;
	width: 100%;
	z-index: 9999;
}

.page-news .hero-large-left-container .at-panel div[class*='-first'] {
	background: #4f4337;
	background:	rgba( 79, 67, 55, .9);
	
}

.page-news .callout-container .callout-content .views-field-body {
  position: inherit;
}

.hero-container .wrapper-main > div[class*='-second'] {
	float: right !important;
}

/*
.pane-home-page-featured-content-panel-pane-3 .views-field-title {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
*/

/*
.view-display-id-panel_pane_4 .views-field-title,
.view-display-id-panel_pane_4 .views-field-created {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
*/

/* --------------------------------------------
	#home
=============================================== */

.front #main-content-header {
	display: none;
}

/* --------------------------------------------
	#home lower
=============================================== */

.view-filters {
	position: absolute;
	right: 0;
	z-index: 999;
	top:11px;
}

.content-container {
	position: relative;
}


.content-container h2.pane-title.block-title {
	color: #fff;
	margin-bottom: 0.83em;
	text-transform: uppercase;
	font-family: 'univers', arial, san-serif;
	font-size: 30px;
}

.page-team .content-container h2.pane-title.block-title {
  margin-bottom: 0;
}

.content-container .pane-menu-menu-page-social-links h2.pane-title.block-title {
	text-transform: capitalize;
	font-size: 14px;
	position: absolute;
	top: 35%;
}

.content-container .athlete-title-bar .block-content {
	display: none;
}


.content-container .content-title-bar-fix {
	width: 100%;
	height: 46px;
	background: #282828;
	position: absolute;
	top: 0;
}


.callout-content-container .callout-content {
	overflow: hidden;
}


/* #Quick Tabs */
.quicktabs-tabs,
.quicktabs-tabs a {
	color: #fff !important;	
}

ul.quicktabs-tabs > li a,
ul.quicktabs-tabs > li .active a {
	background-image: none !important;
	padding: 0;
	border-radius: 0;
}

ul.quicktabs-tabs > li {
	border-radius: 20px;
	background: #4f4f4f;
	width: 154px;
	display: inline-block;
	text-align: center;
}

ul.quicktabs-tabs > li.active {
	background: #4f3913;
}

.content-container .view-content > div {
  display: block;
  margin-right: 1.459%;
  margin-bottom: 1em;
  text-align: left;
  float: left;
  vertical-align: top;
  width: 23.9%;
}

.callout-container {
	background: #c8c8c8;
	box-shadow: none;
	border-radius: 0;
	position: relative;
}

.callout-content p a {
	color: #fff;
	text-decoration: none;
}

.callout-container .callout-title-container {
	padding: 7px 12px;
	font-size: 16px;
	color:#404041;
  line-height: 1;
}

.callout-container .callout-title-container .views-field.views-field-title {
	line-height: 1;
	margin-bottom: .5em;
}

.callout-container .athlete-name {
  font-family: inherit;
}


.callout-container .callout-title-container a {
	color:#404041;
}

.callout-container .callout-image-container {
	line-height: 0;
	width: 100%;
	overflow: hidden;
}


.callout-container .callout-image-container img {
	min-width: 100%;
	height: auto;
}

.callout-container .callout-content-container {
	bottom: 0;
	position: absolute;
	color: #fff;
	line-height: 1.1;
	min-height: 88px;
	width: 100%;
}

.content-container .callout-container .callout-content-container {
	font-size: .9em;
	font-family: 'aaux_reg', arial, san-serif;
}

.callout-container .callout-content {
	padding: 10px 24px 0 10px;
}

.callout-container .callout-content .field-content {
	max-width: 90%;	
}

.callout-container .views-field-created {
	font-size: 0.750em;
	line-height: 0.6;
	padding-bottom: 10px;
	font-family: 'aaux_reg', arial, san-serif;
}

.views-row-1 .callout-content-container {
	background: #f18018;
	background: rgba( 241, 128, 24, .9 );
}

.views-row-2 .callout-content-container {
  background: #000;
  background: rgba( 0, 0, 0, .9 );
}

.views-row-3 .callout-content-container {
  background: #452a0e;
  background: rgba( 69, 42, 14, .9 );
}

.views-row-4 .callout-content-container {
  background: #000;
  background: rgba( 0, 0, 0, .9 );
}

.views-row-5 .callout-content-container {
  background: #000;
  background: rgba( 0, 0, 0, .9 );
}

.views-row-6 .callout-content-container {
   background: #452a0e;
  background: rgba( 69, 42, 14, .9 );
}

.views-row-7 .callout-content-container {
 	background: #f18018;
	background: rgba( 241, 128, 24, .9 );
}

.views-row-8 .callout-content-container {
  background: #000;
  background: rgba( 0, 0, 0, .9 );
}
.pager-load-more {	
	width: 100% !important;
}

.pager-load-more a {
	background: #313131 !important;
	background: rgba( 0, 0, 0, .35 ) !important;
	color: #fff !important;
	text-transform: uppercase !important;
}

.node-type-athlete .pager-load-more a {
  background: #313131 !important;
  margin-bottom: 10px;
}

.home_page_callouts.border {
	display: none !important;	
}

.block,
#block-system-main {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.content-container .pane-menu-menu-page-social-links {
	position: absolute;
	top: 0;
	left: 334px;
}
.athlete-full-section-middle .content-container .pane-menu-menu-page-social-links {
	padding: 0 20px;
	left: auto;
	position: relative;
	float: left;

}

.content-container .pane-menu-menu-page-social-links .block-content {
	display: inline-block;
	margin-left: 53px;
}

/* --------------------------------------------
 #athlete listing
=============================================== */
.page-athelete-stories .hero-featured-container .views-row-1,
.page-athelete-stories .hero-featured-container .views-row-2,
.page-athelete-stories .hero-featured-container .views-row-3 {
	background: #141414;
}

.page-athelete-stories .views-row-1 .callout-content-container,
.page-athelete-stories .views-row-2 .callout-content-container,
.page-athelete-stories .views-row-3 .callout-content-container,
.page-athelete-stories .views-row-4 .callout-content-container,
.page-athelete-stories .views-row-5 .callout-content-container,
.page-athelete-stories .views-row-6 .callout-content-container,
.page-athelete-stories .views-row-7 .callout-content-container,
.page-athelete-stories .views-row-8 .callout-content-container {
	background: #141414;
	background: rgba( 0,0,0,.9);
}

.page-athelete-stories .content-container .pane-menu-menu-page-social-links {
	left: 38.5%;
}

.node-type-science-item .content-container h2.pane-title.block-title {
	line-height: 1.9;
}
/* --------------------------------------------
 #athlete single
=============================================== */
.athlete-full-section-hero {
	padding-top: 15px;
	background: #cdcdcd;
}

.athlete-full-hero {
	background: #000;
	max-height: 376px;
	overflow: hidden;
	color: #fff;
	margin-bottom: 15px;
	width: 100%;
}

.athlete-full-hero-middle > div {
	margin-bottom: 2%;
}

.athlete-full-hero .athlete-full-hero-image,
.athlete-full-hero .athlete-full-hero-middle {
	float: left;
}

.athlete-full-hero .athlete-full-hero-middle {
	overflow: hidden;
}

.athlete-full-hero .athlete-full-hero-youtube {
	float: right;
}

.athlete-full-hero .athlete-full-hero-image {
	max-width: 30%;
	min-height: 307px;
	line-height: 0;
}

.page-athletes .hero-large-left-container .hero-title-container {
	font-size: 1.892857em;
}

.page-athletes .views-field.views-field-body .field-content:first-child {
	font-size: 1.2em;
}


.athlete-full-hero .athlete-full-hero-middle {
	/* max-width: 36%; */
	padding: 2.5%;
	float: none;
}

.athlete-full-hero .athlete-full-hero-youtube {
	max-width: 39%;
	padding: 0 2%;
}

.athlete-full-section-middle .content-container .pane-menu-menu-page-social-links .menu a {
	color: #fff !important;
}

.athlete-full-hero-title {
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
}


.athlete-full-hero-social-label {
	display: inline-block;
	margin-right: 3px;
	font-size: 14px;
}

.athlete-full-hero-social a {
	color: #fff;
	font-size: 0px;
	padding: 0 3px;
	font-family: 'icons';
}

.athlete-full-hero-social a:hover {
	text-decoration: none;
}

.athlete-full-hero-social .facebook-icon:after {
	content: "\e000"; /*facebook*/
	font-size: 16px;
}

.athlete-full-hero-social .twitter-icon:after {
	content: "\e001"; /*twitter*/
	font-size: 16px;
}

.athlete-full-hero-social .google-icon:after {
	content: "\e002"; /* g+ */
	font-size: 16px;
}

.athlete-full-hero-social .email-icon:after {
	 content: "\e004"; /* email */
	 font-size: 16px;
}

.athlete-full-hero-social .instagram-icon:after {
  content: "\e005"; /* instagram */
  font-size: 16px;
}

.athlete-full-hero-readmore a {
	font-size: 1.2em;
	color: #f18018;
	font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
}


.athlete-full-section-middle,
.athlete-full-middle {
	background: #282828;
}


.node-type-athlete .content-container .pane-menu-menu-page-social-links h2.pane-title.block-title {
	top: 5px;
	position: relative;
}

.node-type-athlete .content-container .pane-menu-menu-page-social-links .block-content {
	margin-left: 16px;
}

.node-type-athlete .content-container .pane-menu-menu-page-social-links h2.pane-title.block-title,
.node-type-athlete .content-container .pane-menu-menu-page-social-links .block-content {
	vertical-align: middle;	
}

.athlete-full-middle h1 {
	margin: 0;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	text-transform: uppercase;
	float: left;
}



.node-type-athlete .views-row { 
  display: block;
  margin-right: 1.1%;
  margin-bottom: 1em;
  text-align: left;
  float: left;
  vertical-align: middle;
  width: 23.9%;
}

.node-type-athlete .panel-col-bottom + .panel-col-bottom {
	width: 95%;
	margin: 0 auto;
	color: #fff;
}

.node-type-athlete .content-column,
.athlete-full-section-bottom {
	background: #000;
}

.athlete-full-section-bottom {
	padding-top: 26px;
}

.athlete-full-section-bottom .wrapper-main .panel-col-bottom.panel-panel:first-child:before,
.athlete-full-section-bottom .wrapper-main .panel-col-bottom.panel-panel:first-child:after {
	content: " ";
    display: table;
}

.athlete-full-section-bottom .wrapper-main .panel-col-bottom.panel-panel:first-child:after {
	clear: both;
}

.athlete-full-section-bottom .wrapper-main .panel-col-bottom.panel-panel:first-child + .panel-col-bottom.panel-panel p {
	font-family: 'aaux_reg', arial, san-serif;
	font-size: 1.071em;
}

/* --------------------------------------------
 #science
=============================================== */

.page-science-landing .hero-container .region:first-child {
	width: 100%;
}

.page-science-landing .hero-large-left-container {
	min-height: 288px;
}

.page-science-landing .hero-large-left-container .views-row-1,
.page-science-landing .hero-large-left-container .views-row-2 {
	width: 100% !important;
}

.page-science-landing .hero-large-left-container .hero-content-container {
	max-width: 100%;
}

.page-science-landing .hero-large-left-container .hero-image-container {
	min-width: 0;
	width: 50%;
	display: inline-block;
	float: left;
	max-height: 288px;
}

.page-science-landing .hero-large-left-container .hero-content-right {
	/* float: left; */
	width: 50%;
	padding: 20px 100px 20px 20px;
	position: relative;
	min-height: 288px;
	overflow: hidden;
	background: #f18018;
	 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.hero-large-left-container .hero-content-right .hero-content-container {
	position: relative;
	z-index: 9999;
}

.page-science-landing .hero-large-left-container .callout-read-more span {
	background: inherit;
	width: 288px;
}


.page-science-landing .hero-large-left-container .hero-content-container:first-child {
	position: relative;
	max-width: 49%;
	display: inline-block;
	float: left;
}

.page-science-landing .hero-featured-container .hero-featured-text-container,
.page-science-landing .hero-featured-container .hero-title-container {
	width: 63%
}

.page-science-landing .hero-featured-container .hero-title-container {
	top: 18%;
}

.page-science-landing .hero-featured-container .hero-featured-text-container {
	top: 45%;
}

.page-science-landing .content-title-bar-fix {
	height: 185px;
}

.page-science-landing .view-home-page-featured-content .views-row-1,
.page-science-landing .view-home-page-featured-content .views-row-2 {
	margin-top: 1.1%;
	width: 49%;
}

.page-science-landing .view-home-page-featured-content .views-row-1 {
	float: left;
}

.page-science-landing .view-home-page-featured-content .views-row-2 {
	margin-right: 0;
	float: right;
}
.page-science-landing .content-container .pane-menu-menu-page-social-links {
	top: 129px;
	left: 47%;
}

.panel-pane.pane-block.pane-block-3.no-title.block {
	display: none;
}

.page-science-landing .hero-container .region:first-child {
	padding-right: 0;
}

.science-full-section-hero {
  padding-top: 15px;
  background: #cdcdcd;
}

.science-full-hero {
  background: #000;
  max-height: 376px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 15px;
}

.science-full-hero-middle > div {
  margin-bottom: 2%;
}

.science-full-hero .science-full-hero-image,
.science-full-hero .science-full-hero-middle,
.science-full-hero .science-full-hero-youtube {
  float: left;
}

.science-full-hero .science-full-hero-image {
  max-width: 30%;
}

.science-full-hero .science-full-hero-middle {
  max-width: 36%;
  padding: 2.5% 0 2.5% 2.5%;
}

.science-full-hero .science-full-hero-youtube {
  max-width: 33%;
  padding: 2.5% 2.5% 2.5% 0;
}

.science-full-hero-title {
  text-transform: uppercase;
  font-size: 1.5em;
}

.science-full-hero-social {
  font-family: 'icons';
}

.science-full-hero-social-label {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
}

.science-full-hero-social a {
  color: #fff;
  font-size: 0px;
  padding: 0 3px;
}

.science-full-hero-social a:hover {
  text-decoration: none;
}

.science-full-hero-social .facebook-icon:after {
  content: "\e000"; /*facebook*/
  font-size: 16px;
}

.science-full-hero-social .twitter-icon:after {
  content: "\e001"; /*twitter*/
  font-size: 16px;
}

.science-full-hero-social .google-icon:after {
  content: "\e002"; /* g+ */
  font-size: 16px;
}

.science-full-hero-social .email-icon:after {
   content: "\e004"; /* email */
   font-size: 16px;
}

.science-full-hero-readmore a {
  font-size: 1.2em;
  color: #f18018;
}


.science-full-section-middle,
.science-full-middle {
  background: #282828;
}

.science-full-middle h1 {
  margin: 0;
  color: #fff;
  display: inline-block;
}

.node-type-science-item .views-row,
.page-science-landing .views-row { 
  display: block;
  margin-right: 1.1%;
  margin-bottom: 1em;
  text-align: left;
  float: left;
  vertical-align: middle;
  width: 23.9%;
}

.page-science-landing .panel-col-bottom + .panel-col-bottom {
  width: 95%;
  margin: 0 auto;
  color: #fff;
}


.science-full-section-bottom {
  background: #000;
}

.science-full-section-bottom {
  padding-top: 26px;
}

.page-science-landing .content-container .pane-menu-menu-page-social-links {
	left: 400px;
}

.page-science-landing .views-row-1 .callout-content-container,
.page-science-landing .views-row-2 .callout-content-container,
.page-science-landing .views-row-3 .callout-content-container,
.page-science-landing .views-row-4 .callout-content-container,
.page-science-landing .views-row-5 .callout-content-container,
.page-science-landing .views-row-6 .callout-content-container,
.page-science-landing .views-row-7 .callout-content-container,
.page-science-landing .views-row-8 .callout-content-container {
	background: #f18018;
	background: rgba( 241, 128, 24, .9 );
}

.node-type-athlete .views-row-1 .callout-content-container,
.node-type-athlete .views-row-2 .callout-content-container,
.node-type-athlete .views-row-3 .callout-content-container,
.node-type-athlete .views-row-4 .callout-content-container,
.node-type-athlete .views-row-5 .callout-content-container,
.node-type-athlete .views-row-6 .callout-content-container,
.node-type-athlete .views-row-7 .callout-content-container,
.node-type-athlete .views-row-8 .callout-content-container {
	background: #535353;
	background: rgba( 128, 128, 128, .9 );
}

.page-images .views-row-1 .callout-content-container,
.page-images .views-row-2 .callout-content-container,
.page-images .views-row-3 .callout-content-container,
.page-images .views-row-4 .callout-content-container,
.page-images .views-row-5 .callout-content-container,
.page-images .views-row-6 .callout-content-container,
.page-images .views-row-7 .callout-content-container,
.page-images .views-row-8 .callout-content-container {
	background: #535353;
	background: rgba( 128, 128, 128, .9 );
}

.page-science-landing .hero-featured-container .views-row-1 {
	background: #000;
	background: rgba( 0,0,0, .9 );
}

.page-science-landing .hero-featured-container .views-row-2 {
	background: #4f4337;
	background: rgba( 79,67,55, .9 );
}

.athlete-name {
/* 	text-transform: uppercase; */
	font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
}

.node-type-science-item .callout-container .callout-title-container a,
.page-science-landing .callout-container .callout-title-container a {
	/* text-transform: uppercase; */
	text-decoration: none;
}

.node-type-science-item .pane-page-title .block-content,
.news-title-bar .block-content,
.page-science-landing .pane-page-title .block-content {
	display: none;
}


.node-type-science-item #main-content-header,
.page-science-landing #main-content-header {
	background: #fff;
}

.science-full-section-bottom {
	background: none;
	position: relative;
	/* background: url( images/lower-content-upper-arrow.png ) no-repeat bottom right #4e4e4e; */

}
.science-full-section-bottom:before,
.science-full-section-bottom:after {
    content: " ";
    display: table;
}

.science-full-section-bottom:after {
    clear: both;
}

.science-full-new {
	background: #fff;
}

.science-full-content {
	padding: 1% 8% 1% 8%;
}

.science-full-image {
	width: 50%;
	float: left;
	line-height: 0;
}
	
.node-type-science-item .science-full-title {
	width: 50%;
	background: #f18018;
	float: left;
	min-height: 220px;
	padding: 0 0 0 4%;
	/* text-transform: uppercase; */
	font-size: 2.286em;
	font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
  display: table;
}

.node-type-science-item .science-full-title > span {
  display: table-cell;
  vertical-align: middle;
}

.node-type-science-item .science-full-hero {
	background: #fff;
}

.node-type-science-item .content-container .pane-menu-menu-page-social-links {
	top: 4px;
	left: 402px;
}

.node-type-science-item .pane-menu-menu-page-social-links {
  font-size: 8px;
  float: none;
}

.node-type-science-item .pane-menu-menu-page-social-links .block-content {
  display: inline-block;
}

.node-type-science-item .pane-menu-menu-page-social-links li {
  text-indent: 1000px;
  height: 10px;
}

.node-type-science-item .pane-menu-menu-page-social-links li a {
  position: relative;
  z-index: 1;
}

.node-type-science-item .pane-menu-menu-page-social-links li a:hover {
  color: #FFF;
}

.node-type-science-item .pane-menu-menu-page-social-links li a:after {
  text-indent: 0;
  font-size: 2.6em;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.node-type-science-item .science-full-content {
	font-family: 'aaux_reg', arial, san-serif;
	font-size: 1.357em;
}

/* --------------------------------------------
 #team chocolate milk
=============================================== */
.page-team .hero-large-left-container .at-panel div[class*='-first'],
.page-team .hero-featured-container .views-row-1,
.page-team .hero-featured-container .views-row-2, 
.page-team .hero-featured-container .views-row-3 {
	background: #452a0e;
	background: rgba( 69, 42, 14, .9 );
}

.page-team .hero-title-container h2 {
	font-size: 1em;
	line-height: 1;
	position: relative;
	z-index: 999;
	font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
}

.page-team .content-container .content-title-bar-fix {
	height: 120px;
}

.page-team .content-container .hero-featured-container .views-row-1 {
	background: #f18018;
	background: rgba( 241, 128, 24, .9 );
	width: 48.5%;
	float: left;
	margin-right: 1.5%;
	margin-top: 2%;
}

.page-team .content-container .hero-featured-container .views-row-2 {
	background: #000;
	background: rgba( 0,0,0,.9 );
	width: 48.5%;
	float: left;
	margin-left: 1.5%;
	margin-top: 2%;	
}

.page-team .content-container {
	background: #282828;
}

.page-team .region-inner > p,
.page-team .region-inner > br,
.page-team .athlete-title-bar > p,
.page-team .athlete-title-bar > br,
.page-team .pane-menu-menu-page-social-links > p,
.page-team .pane-menu-menu-page-social-links > br{
  display: none;
}

.page-team .content-container .pane-menu-menu-page-social-links .menu {
  width: auto;
}

/* --------------------------------------------
 #gallery
=============================================== */
.video-player-container {
 /* background: #C2C2C2; */	
 background: url( images/choco-milk-splash-video.jpg ) no-repeat center top;
 background-size: cover;
 padding: 10px 0 50px 0;
}

.page-videos .video-player {
  width: 912px;
  margin: 0 auto;
}

.page-videos .hero-container {
	padding: 0;
}

.page-videos .view-more-videos-container {
  width: 137px;
	text-align: center;
	/*padding: 1em 0;*/
  display: inline-block;
}

.page-videos .view-more-videos-container:first-child {
  margin-right: 10px;
}

.page-videos .view-more-videos-container a,
.page-videos .view-more-videos-container a:hover {
	/*width: 100%;;*/
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
  /*background: #4E3916;
  padding: 5px 20px;
  border-radius: 20px;*/
  display: inline-block;
}

.page-videos .content-container .pane-menu-menu-page-social-links {
	left: 110px;
}

.video-header {
	background: #535353;
	color: #fff;
	padding: 1% 3%;
}

.video-header-title {
	float: left;
}

.video-header-title h2 {
	margin: 0;
	font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
}

.video-social {
	float: right;
	margin-top: .5%;
/* 	width: 27%; */
	text-align: right;
	padding-left: 10px;
}

.video-header .video-social a {
	color: #fff !important;
}

.video-share-title {
	padding: 5.5px 0;
}

.page-videos .quicktabs-wrapper>.item-list {
	right: 18.4em;
}

.video-share-title,
.video-social-icons {
	display: inline-block;
	vertical-align: middle;
}

.video-social-icons {
	min-width: 138px;
}

.video-social a {
	font-family: 'icons';	
	font-size: 0px;
	color: #fff;
}

.video-social a:hover {
  text-decoration: none;
}

.video-social .facebook-icon:after,
.video-social .twitter-icon:after,
.video-social .google-icon:after,
.video-social .Email-icon:after {
	font-size: 22px;
	margin-left: 5%;
	display: inline-block;
}

.video-social .facebook-icon:after {
  content: "\e000"; /*facebook*/
}

.video-social .twitter-icon:after {
  content: "\e001"; /*twitter*/
}

.video-social .google-icon:after {
  content: "\e002"; /* g+ */
}

.video-social .Email-icon:after {
   content: "\e004"; /* email */
}

.video-images-link-container,
.image-gallery-link-container {
	display: inline-block;
	float: right;
	background: #452A0E;
	padding: 2px 15px;
	margin: 10px 0;
}

.page-images #page-title,
.page-videos #page-title {
	float: left;
}

.video-images-link-container a,
.video-images-link-container a:hover,
.page-videos .image-gallery-link-container a,
.page-videos .image-gallery-link-container a:hover {
	color: #fff;
	text-decoration: none;
}

.views-field.views-field-body .field-content:first-child {
	position: relative;
	z-index: 999;
	display: block;
/* 	width: 90%; */
	width: 100%;
	font-family: 'aaux_reg', arial, san-serif;
	font-size: 1.077em;
	line-height: 1;
}

.page-videos .views-row-1 .callout-content-container,
.page-videos .views-row-2 .callout-content-container,
.page-videos .views-row-3 .callout-content-container,
.page-videos .views-row-4 .callout-content-container,
.page-videos .views-row-5 .callout-content-container,
.page-videos .views-row-6 .callout-content-container,
.page-videos .views-row-7 .callout-content-container,
.page-videos .views-row-8 .callout-content-container {
	background: #535353;
	background: rgba( 128,128,128,.9);
}


/* --------------------------------------------
 #image gallery
=============================================== */
.page-images .hero-container {
	display: none;
}

.page-images .content-container .view-content {
	padding-top: 10%;
}

.page-images .quicktabs-wrapper>.item-list {
	right:21%;
}


#frameContainer iframe {
	height: 568px !important;
	width: 752px !important;
	margin-top: 16px !important;
}

#bottomNavClose {
display: block;
z-index: 200;
background: url(images/close.png) left no-repeat;
position: absolute;
top: 5px;
right: 18px;
height: 26px;
width: 26px;
}

#bottomNavClose:hover {
	background-position: left;
}

/* --------------------------------------------
 #news
=============================================== */
.page-news .content-container .pane-menu-menu-page-social-links {
	left: 100px;
}

.page-news .quicktabs-wrapper>.item-list {
	right: 15.4em;
	max-height: 20px;
}

.page-news .callout-container .callout-content-container {
	min-height: 88px;
}

.node-type-news-item .video-social-icons {
	min-width: 140px;
}

#mini-panel-header .pane-menu-menu-footer-social-links .menu a, 
.content-container .pane-menu-menu-page-social-links .menu a,
.facebook-icon,
.twitter-icon,
.Email-icon,
.google-icon {
	/* color: #cfa122 !important; */
	color: #fff !important;
}

#mini-panel-header .pane-menu-menu-page-social-links .menu a, 
#mini-panel-header .pane-menu-menu-main-social-links .menu a {
	color: #fff !important;
}



.page-news .views-row-1 .callout-content-container,
.page-news .views-row-2 .callout-content-container,
.page-news .views-row-3 .callout-content-container,
.page-news .views-row-4 .callout-content-container,
.page-news .views-row-5 .callout-content-container,
.page-news .views-row-6 .callout-content-container,
.page-news .views-row-7 .callout-content-container,
.page-news .views-row-8 .callout-content-container {
  background: #4f4337;
  background: rgba( 79,67,55,.9);
}

.page-news .hero-featured-container .views-row-1,
.page-news .hero-featured-container .views-row-2,
.page-news .hero-featured-container .views-row-3 {
	background: #4f4337;
}

.node-type-science-item .views-row-1 .callout-content-container,
.node-type-science-item .views-row-2 .callout-content-container,
.node-type-science-item .views-row-3 .callout-content-container,
.node-type-science-item .views-row-4 .callout-content-container,
.node-type-science-item .views-row-5 .callout-content-container,
.node-type-science-item .views-row-6 .callout-content-container,
.node-type-science-item .views-row-7 .callout-content-container,
.node-type-science-item .views-row-8 .callout-content-container {
  background: #f18018;
  background: rgba( 241, 128, 24, .9 );
  min-height: 88px;
}


.node-type-science-item .content-container h2.pane-title.block-title {
	margin-bottom: 0;
}

/* -------------------------------------------- 
 #search
=============================================== */
.page-search #content {
	background: #ccc;
}

.page-search .node-title-container {
	color: #fff;
	text-transform: uppercase;
	font-family: 'univers', arial, san-serif;
}

.page-search .search-form {
	text-align: center;
}

/* --------------------------------------------
 #apply form
=============================================== */
.page-apply .at-panel > .hero-container {
	padding-top: 0;
}

.page-apply .content-container .content-title-bar-fix {
	height: 200px;
}

.page-apply .content-container h2.pane-title.block-title {
	padding-top: .8em;
	margin-bottom: .2em;
}

.page-apply .content-container .field-type-text-with-summary {
	color: #fff;
	display: inline-block;
}

.page-apply .content-container .field-type-text-with-summary a {
	text-decoration: none;
	color: #F1801F;
	display: block;
	margin-top:1.5em;	
}

.page-apply .webform-client-form {
	margin-top: 2.5em;
}

.page-apply .webform-client-form label {
	color: #fff;
}

.form-required {
	color: #F1801F !important;
}

.page-apply .webform-client-form #edit-submitted-profile-image-ajax-wrapper {
	display: inline-block;
	width: 40%;
}

.page-apply #webform-component-video-link {
	display: inline-block;
	width: 60%;
}

.page-apply #webform-component-first-name,
.page-apply	#webform-component-last-name {
	display: inline-block;
	width: 30%;
}

.page-apply #webform-component-first-name {
	margin-right: 5%;
}

.page-apply .webform-client-form input[type="text"],
.page-apply .webform-client-form input[type="number"],
.page-apply .webform-client-form input[type="email"] {
	width: 100%;
	padding: .3em;
}

.page-apply #webform-component-date-of-birth input[type="text"] {
	width: 25%;
}

.page-apply #webform-component-address,
.page-apply #webform-component-address-2 {
	width: 30%;
	display: inline-block;
}

.page-apply #webform-component-address {
	margin-right: 5%;
}

.page-apply #webform-component-city {
	width: 30%;
	display: inline-block;
	margin-right: 5%;
}

.page-apply #webform-component-state {
	display: inline-block;
	margin-right: 5%;
}

.page-apply #webform-component-zip {
	width: 30%;
	display: inline-block;
}

.page-apply #webform-component-phone,
.page-apply #webform-component-email,
.page-apply #webform-component-im-active-on {
	width: 35%;
	display: inline-block;
	margin-right: 5%;
  float: left;
  clear:both;
}
.page-apply #webform-component-opt-in-messaging-phone,
.page-apply #webform-component-opt-in-messaging-email,
.page-apply #webform-component-opt-in-messaging-processors {
	display: inline-block;
	width: 50%;
  float:left;
}
.page-apply #webform-component-do-you-recover-with-chocolate-milk-after-strenuous-excercise {
  clear:both;
}

.page-apply fieldset {
	border: none;
	padding: 0;
}

.page-apply #webform-component-digital-signature {
	width: 30%;
}

.page-apply #edit-submitted-do-you-recover-with-chocolate-milk-after-strenuous-excercise .form-item:first-child {
	margin-right: 2%;
}

.page-apply #edit-submitted-do-you-recover-with-chocolate-milk-after-strenuous-excercise .form-item {
	display: inline-block;
}

.page-apply label[for="edit-submitted-opt-in-messaging-phone"],
.page-apply label[for="edit-submitted-opt-in-messaging-email"] {
	display: none;
}

.page-apply #webform-client-form-63 .form-actions .form-submit {
	background: #f18018;
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
	min-width: 154px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-transform: uppercase;
	padding-right: 35px;
	float: right;
	font-family: 'aaux_rbold', arial, san-serif;
}

.page-apply #webform-client-form-63 .form-actions {
	position: relative;
}

.page-apply #webform-client-form-63 .form-actions:after {
	content: '';
	height: 26px;
	width: 14px;
	position: absolute;
	right: 14px;
	top: 18px;
	background: url( 'images/gcm-submit-arrow.png' ) no-repeat;
	background-size: 100% 100%;
	z-index: 9999;
	padding-right: .9em;
}



/* fcb ekf custom form input element styling */


.page-apply #webform-client-form-63 input[type="checkbox"], .page-apply #webform-client-form-63 input[type="radio"] {
    display:none;
}
.page-apply #webform-client-form-63 input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    background:url('images/check_radio_sprite.png') left top no-repeat;
    position: relative;
    top: 6px;
    margin-right:3px;
}

.page-apply #webform-client-form-63 input[type="checkbox"]:checked + label span {
    background:url('images/check_radio_sprite.png') -19px top no-repeat;
}

.page-apply #webform-client-form-63 input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    background:url('images/check_radio_sprite.png') -39px top no-repeat;
    position: relative;
    top: 6px;
    margin-right:3px;
}

.page-apply #webform-client-form-63 input[type="radio"]:checked + label span {
    background:url('images/check_radio_sprite.png') -58px top no-repeat;
}





/* --------------------------------------------
 #vote page
=============================================== */
.page-vote .no-voting {
  height: 200px;
}
.page-vote .no-voting .content-container .content-title-bar-fix {
  height: 200px;
}
.page-vote .at-panel > .hero-container {
	padding-top: 0;
}

.page-vote .content-container .view-athlete-landing > .view-content {
	padding-top: 2em;
}

.page-vote .content-container .content-title-bar-fix {
	height: 240px;
}

.page-vote .content-container input[type="checkbox"] {
   display: none;
}
.page-vote .content-container input[type="checkbox"] + label {
    display:inline-block;
    width:40px;
    height:40px;
    margin: 0;
    vertical-align:middle;
    background:#fff;
    background: rgba( 255, 255, 255, .9);
    cursor:pointer;
    border: 4px solid #F1801F;
    text-indent: -9999999;
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.page-vote .content-container input[type="checkbox"]:checked + label {
    background: url( 'images/gcm-checkbox-check.png' ) no-repeat top #fff;
    background-size: 100% 100%;
}

.page-vote .views-row.node-type-athlete .callout-content-container {
	min-height: 40px;
	font-family: 'aaux_bold', Arial Bold, Arial, san-serif;
	font-size: 1.125em;
}

.page-vote .callout-title-container {
	display: none;
}

.page-vote .callout-container .callout-image-container {
	height: auto;
}

.page-vote .vote-submit-btn input[type="submit"] {
	background: #f18018;
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #FFF;
	font-size: 1.8em;
	font-weight: bold;
	min-width: 154px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-transform: uppercase;
	padding-right: 35px;
	padding-left: 10px;
	float: right;
	font-family: 'aaux_bold', arial, san-serif;
}

.page-vote .vote-submit-btn {
	position: relative;
}

.page-vote .vote-submit-btn:after {
	content: '';
	height: 26px;
	width: 14px;
	position: absolute;
	right: 14px;
	top: 17px;
	background: url( 'images/gcm-submit-arrow.png' ) no-repeat;
	background-size: 100% 100%;
	z-index: 9999;
	padding-right: .9em;
}

.page-vote .vote-submit-btn.top {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 20px;
  margin-bottom: 80px;
}

.page-vote .pane-athlete-landing-panel-pane-3 {
	color: #fff;
}


.page-vote .views-row a {
	color: #fff;
}

.page-vote .views-row {
	position: relative;
}

.page-vote .views-row .vote-content-link:after {
	content: '';
	width: 7px;
	height: 10px;
	position: absolute;
	bottom: 4.5px;
	left: 65px;
	background: url('images/gcm-submit-arrow.png' ) no-repeat;
	background-size: 100% 100%;
}

.page-vote .content-container h2.pane-title.block-title {
	padding-top: 1em;
}

.page-vote h2.pane-title.block-title a {
	color: #fff;
	margin: 2em auto;
	text-transform: uppercase;
	font-family: 'univers', arial, san-serif;
	font-size: 30px;
	text-decoration: none;
}

.page-vote .vote-content-link-container {
	height: 21px;
}
/* --------------------------------------------
 #footer
=============================================== */

footer {
	padding: 35px 0 10px 0 !important;
}

footer,
footer a {
	color: #fff;
}

footer .region-footer {
	border-top: none !important;
}

footer .pane-menu-menu-footer-menue .menu,
footer .pane-menu-menu-footer-menue .menu li {
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}

footer .pane-menu-menu-footer-menue .menu li {
	display: inline-block;
}

footer .pane-menu-menu-footer-menue .menu li:before {
	content: "|";
	padding: 0 3px;
}

footer .pane-menu-menu-footer-menue .menu li:first-child:before {
	display: none;
}

.footer-copyright,
.footer-text {
	text-align: center;
}

.official_refuel {
	list-style: none;
	text-align: justify;
	font-size: 0.1px;
}

.official_refuel:after {
	content: "";
	width: 100%;
	display: inline-block;
}

.official_refuel li { 
	font-size: 12px;
	display: inline-block;
	text-align: center;
	padding-left: 1em;
	vertical-align: middle;
}

.official_refuel li:first-child {
	padding-left: none;
}


/*
.official_refuel li {
	margin-left: 2.3986%
}

.official_refuel li:first-child {
	padding-right: 14px !important;
	margin-left: 0;
}
*/

.official_refuel + .panel-separator {
	height: 1px !important;
	background: #fff !important;
	max-width: 70% !important;
	margin: 20px auto !important;
}
/* Misc */

.views-label-field-media {
	display: none !important;
}

.official_refuel {
	list-style-type: none;
	padding: 0 !important;
}

/* Lightbox */

.lightbox-images-container {
	display: table;
	width: 100%;
  table-layout: fixed;
}
.lightbox-images-top {
	display: table-row;
}
.lightbox-images-nav-left {
	display: table-cell;
	width:55px;
	vertical-align: middle;
}
.lightbox-images-nav-left a{
	display:block;
	height:150px;
	background: url( images/image-nav-left.png ) no-repeat bottom left;
}

.page-images .callout-content a.lightbox-processed:first-child + a {
	display: none;
}

.lightbox-images-nav-right {
	display:table-cell;
	width:55px;
	vertical-align: middle;
}
.lightbox-images-nav-right a{
	display:block;
	height:150px;
	background: url( images/image-nav-right.png ) no-repeat bottom right;
}
.lightbox-images-nav-image {
	display:table;
	width: 675px;
	overflow: hidden;
}
.lightbox-images-nav-image img{
  max-width: 100%;
	max-height: 425px;
}
.lightbox-images-top .video-social {
  display: table;
  width: 675px;
  float: none;
  text-align: center;
  color: #FFF;
  padding-left: 0;
}

.page-images #modalContainer {
	width: auto !important;
}
.lightbox-images-bottom {
	display:table-row;
}

.lightbox-images-middle {
	display: table-cell;
	padding-top: 20px;
}
.lightbox-images-spacer {
	display: table-cell;
}
.lightbox-images-bottom-left {
	float:left;
	width: 310px;
}
.lightbox-images-title {
	text-align: left;
	color: #ffffff;
	font-size: 1.3em;
}
.lightbox-images-caption {
	text-align: left;
	color: #ffffff;
	margin-top: 10px;
	max-height: 160px;
overflow: hidden;
}
.lightbox-images-bottom-right {
	float: right;
}
.lightbox-images-bottom-right .video-social {
	vertical-align: top;
	width: 250px;
	color: #FFFFFF;
}

.node-main {
	background-color: #cccccc;
	padding: 20px 0 20px 0;
}

.node-main article {
	background-color:#FFFFFF;
	
}
.node-main .node-image-container {
	display: inline-block;
	vertical-align: top;
	float:left;
	margin-right: 40px;
	margin-bottom: 40px;
	width: 328px;
}

.node-main .node-title-container {
	display: block;
	background-color: #452a0e;
	color: #FFFFFF;
	font-size: 30px;
	padding: .2em 1em;
}

.feature-group-team.node-main .node-title-container,
.feature-group-team.node-main .node-social-container {
	background-color: #452a0e !important;
}

.feature-group-science.node-main .node-title-container,
.feature-group-science.node-main .node-social-container {
	background-color: #f18018 !important;
}

.feature-group-news.node-main .node-title-container,
.feature-group-news.node-main .node-social-container {
	background-color: #4f4337 !important;
}

.node-main .node-content-container {
	margin: 10px;
}

.node-main .node-social-container {
    background-color: #452a0e;
    color: #FFFFFF;
    font-size: 20px;
    padding: .2em 1em;
}

.node-main .node-social-icons {
	width:100%;
}

.feed-social {
	list-style: none;
	margin-left: 0px;
	margin-top:-6px;
	margin-right:5px;
}
.feed-social li {
	border-bottom: 1px dotted #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 2em;
}
.feed-social li:last-child {
	border-bottom: 0;
}
.feed-social li a{
	color: #FFF;
	
}
.twitter-block .hero-title-container {
  padding-left: 0;
}
.twitter-block .hero-image-container {
  margin-right: 10px;
}
.twitter-block .hero-link a {
  pointer-events: none;
}
.page-science-landing .discover-btn {
  background: #FFF;
  padding: 5px 10px;
  border-radius: 20px;
  color: #4E3916;
  text-decoration: none;
  position: absolute;
  font-family: 'aaux_bold', 'aaux_reg', arial, san-serif;
}
.page-science-landing .discover-btn:hover {
  color: #4E3916;
}
.page-videos .quicktabs-tabs:before {
  margin-right: -40px;
}
.page-videos .quicktabs-tabs li {
  display: none;
}
.node-type-news-item .node-main .node-title-container {
  background: #4F4337;
}
.node-type-news-item .node-main .node-social-container {
  background-color: #4F4337;
}


#branding #site-name a {
	width: 229px !important;
	background-image: url('images/BUILD_GCM.png') !important;
}

.page-contact-us .pane-title.block-title + div p,
.page-privacy-policy .pane-title.block-title + div p,
.page-terms-of-use .pane-title.block-title + div p {
	color: #fff !important;
}

body .menu.primary-menu li.first.active a {
	padding-left: 0 !important;
}

/* Sammy Scholarship CSS */
.page-node-567 #main-content-header .wrapper-main {
  display: none;
}

.page-node-567 .node-image-container {
  width: 273px;
}

.page-node-567 .sammy-logo {
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  padding-left: 10px;
}

.page-node-567 .sammy-body {
  margin-left: 293px;
  padding: 10px;
  font-size: 16px;
}

.pager-load-more a {
		position: relative;
		z-index: 9999999;
	}


/* Contact Us Form CSS */
.page-node-638 .form-item label {
  font-weight: normal;
}

.page-node-638 .field-items {
  max-width: 1024px;
  margin: 0 auto;
}

.page-node-638 .field-name-title {
  background: #FFF;
  text-transform: uppercase;
}

.page-node-638 .field-name-title h2 {
  font-family: 'univers', arial, san-serif;
  margin-bottom: 0;
  margin-top: 0;
}

.page-node-638 .field-name-body {
  background: #282828;
  color: #FFF;
}

.page-node-638 .field-name-body .field-items {
  padding-bottom: 5px;
  padding-top: 20px;
}

.page-node-638 .field-name-body .field-items a {
  color: #F1801F;
}

.page-node-638 .field-name-body .field-items a:hover {
  text-decoration: none;
}

.page-node-638 form.webform-client-form > div {
  color: #FFF;
  max-width: 1024px;
  margin: 0 auto;
}
.page-node-638 form.webform-client-form small {
  font-size: 11px;
  text-transform: none;
}

.page-node-638 form.webform-client-form h3 {
  color: #FFF;
  font-family: 'univers', arial, san-serif;
  font-size: 2.2em;
  font-weight: normal;
  margin: .5em 0;
  text-transform: uppercase;
}

.page-node-638 form.webform-client-form .webform-component-textfield,
.page-node-638 form.webform-client-form .webform-component-email {
  display: inline-block;
  width: 49%;
}

.page-node-638 form.webform-client-form .webform-component-textfield label,
.page-node-638 form.webform-client-form .webform-component-email label {
  display: inline-block;
  line-height: 2.3em;
  vertical-align: middle;
}

.page-node-638 form.webform-client-form .webform-component-textfield input,
.page-node-638 form.webform-client-form .webform-component-email input {
  float: right;
  margin-right: 10px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-top: 7px;
  width: 75%;
}

.page-node-638 form.webform-client-form .webform-component-checkboxes {
  margin-left: 9%;
}

.page-node-638 form.webform-client-form .webform-component-checkboxes .form-type-checkbox {
  display: table-row;
}

.page-node-638 form.webform-client-form .webform-component-checkboxes input {
  vertical-align: baseline;
}

.page-node-638 form.webform-client-form .webform-component-checkboxes input,
.page-node-638 form.webform-client-form .webform-component-checkboxes label {
  display: table-cell;
}

.page-node-638 form.webform-client-form .webform-component-checkboxes label.option {
  line-height: normal;
  padding-left: 7px;
}

.page-node-638 form.webform-client-form .form-submit {
  background: #F18018;
  border-radius: 0;
  font-family: 'aaux_rbold', arial, san-serif;
  font-size: 1.8em;
  min-width: 184px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-indent: -20px;
  text-transform: uppercase;
}

.page-node-638 form.webform-client-form .form-actions {
  display: inline-block;
  position: relative;
}

.page-node-638 form.webform-client-form .form-actions:after {
  background: url('images/gcm-submit-arrow.png') no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 26px;
  padding-right: .9em;
  position: absolute;
  right: 25px;
  top: 16px;
  width: 14px;
  z-index: 9999;
}

/*////////////////////////
// Header Logo Updates
////////////////////////*/
.container {
  position: relative;
}
.built_with {
  background: #1e1e1e;
  padding: 10px 0;
}
.built_with img {
  display: block;
  margin: 0 auto;
}
#branding #site-name {
  float: left;
}
#branding #site-name a {
  width: 180px !important;
  background-image: url('images/GCMcomLOGO_RGB.png') !important;
}
.pane-search-form {
  min-width: 0 !important; 
}
@media only screen and (max-width: 598px) {
  #header {
    height: auto !important;
  }
  #search-block-form {
    margin: 7px 80px 7px 0 !important;
  }
  #header input[type=checkbox]#share +label {
    margin-top: 9px !important;
  }
  input[type=checkbox]#menu +label {
    top: 0 !important;
  }
}
/*////////////////////////
////////////////////////*/
#site-name{
  display: none;
}
