@charset "UTF-8";
/**
 *! @file
 *! sass/_base.scss
 *! Primarily an aggregating file, pulls in a number of other documents for compile.
 */
/**
 *! @file
 *! sass/_custom.scss
 *! Contains custom, user-defined, mixins.
 */
/**
 *! Splits any two arbitrary containers into two columns using Zen Grids. Defaults to a 20/80 split.
 *
 *! @param $left
 *!   A selector to define the wrapper around the left column. Defaults to ".left-20-80".
 *! @param $right
 *!   A select to define the wrapper around the right column. Defaults to ".right-20-80".
 *! @param $left-col
 *!   The number of Zen Grid columns that the left column should use out of 10. Defaults to 2.
 *! @param $right-col
 *!   The number of Zen Grid columns that the right column should use out of 10. Defaults to 8.
 */
/**
 *! Given an image tag, make it appear like a stack of photos.
 *
 *! @param $stack_count
 *!   The number of stacked photos to display under the image. Defaults to 3.
 */
/**
 *! Utilizes a '.view-row' to create a responsive grid using Zen Grids.
 *
 *! #placement
 *!   Selector that contains the views rows.
 *!   Plase with values that will define the grid.
 *
 *! @param $col
 *!   A number setting the number of columns to be in a row. Defaults to 3.
 *! @param $rows
 *!   A number specifying how many views rows exist. Defaults to 24.
 *
 *! #Example
 *!   .view-sample {
 *!     $zen-column-count:  2;
 *!     $zen-gutter-width:  10px;
 *!     @include zen-views-row-grid($zen-column-count);
 *!   }
 */
/**
 *!  Ooyala Video Thumbnail Slider Styling
 *
 *! #placement
 *!   attached to a .view containing the ooyala video thumbnail slider.
 */
/**
 *! @file
 *! sass/_breakpoints.scss
 *! Defines the basic breakpoint mixins used throughout the site.
 */
/**
 *! @file
 *! sass/tbs/_tbs-variables.scss
 *! Variables used by other TBS files.
 */
/**
 *! @file
 *! sass/tbs/_alerts.scss
 *! Alert styles
 */
/* line 10, ../sass/tbs/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* line 20, ../sass/tbs/_alerts.scss */
.alert h4 {
  margin: 0;
}

/* line 24, ../sass/tbs/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 34, ../sass/tbs/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 40, ../sass/tbs/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 47, ../sass/tbs/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 57, ../sass/tbs/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 62, ../sass/tbs/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 67, ../sass/tbs/_alerts.scss */
.alert-block p + p {
  margin-top: 5px;
}

/**
 *! @file
 *! sass/base/_foundation.scss
 *! Basic, global, HTML element styles.
 */
/* line 7, ../sass/base/_foundation.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, ../sass/base/_foundation.scss */
body {
  font-size: 75%;
  line-height: 175%;
  font-family: 'Trebuchet MS', TrebuchetMSRegular, 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
  min-width: 320px;
  color: #4b4b4b;
}

/* line 27, ../sass/base/_foundation.scss */
body.unpublished #main.main {
  background: #FFEBF3;
}

/* line 31, ../sass/base/_foundation.scss */
#skip-link {
  display: none;
}

/* main font */
@font-face {
  font-family: 'TrebuchetMSRegular';
  src: url("../fonts/trebuchet_ms-webfont.eot");
  src: local("☺"), url("../fonts/trebuchet_ms-webfont.woff") format("woff"), url("../fonts/trebuchet_ms-webfont.ttf") format("truetype"), url("../fonts/trebuchet_ms-webfont.svg#webfontSFWDdzXF") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* full nodes font */
@font-face {
  font-family: 'Palatino-RomanRegular';
  src: url("../fonts/palatino-roman-webfont.eot");
  src: local("☺"), url("../fonts/palatino-roman-webfont.woff") format("woff"), url("../fonts/palatino-roman-webfont.ttf") format("truetype"), url("../fonts/palatino-roman-webfont.svg#webfont2Qdm97H3") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 59, ../sass/base/_foundation.scss */
h1 {
  font-size: 1.71429em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  /* line 59, ../sass/base/_foundation.scss */
  h1 {
    font-size: 2em;
    line-height: 1;
  }
}

/* line 66, ../sass/base/_foundation.scss */
h1.page-title {
  color: #B49659;
  font-weight: normal;
  font-size: 3em;
  margin: 0.7em 0;
}

/* line 73, ../sass/base/_foundation.scss */
h2 {
  margin: 0 0 5px 0;
  font-family: sans-serif;
  font-weight: normal;
  color: #111;
  font-size: 1.28571em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  /* line 73, ../sass/base/_foundation.scss */
  h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}

/* line 84, ../sass/base/_foundation.scss */
h3 {
  margin: 0 0 2px 0;
  color: #111;
  font-size: 1.14286em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  /* line 84, ../sass/base/_foundation.scss */
  h3 {
    font-size: 1.2em;
    line-height: 1.5;
  }
}
/* line 92, ../sass/base/_foundation.scss */
h3.h3Small {
  font-size: 1em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  /* line 92, ../sass/base/_foundation.scss */
  h3.h3Small {
    font-size: 1.125em;
    line-height: 1;
  }
}

/* line 100, ../sass/base/_foundation.scss */
a h2,
a h3 {
  color: #174e7d;
}

/* line 105, ../sass/base/_foundation.scss */
a:hover h2,
a:hover h3 {
  color: #000;
}

/* line 110, ../sass/base/_foundation.scss */
h4 {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  /* line 110, ../sass/base/_foundation.scss */
  h4 {
    font-size: 1.125em;
    line-height: 1;
  }
}

/* line 118, ../sass/base/_foundation.scss */
h5, h6 {
  text-transform: uppercase;
  font-size: 0.85714em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  /* line 118, ../sass/base/_foundation.scss */
  h5, h6 {
    font-size: 1em;
    line-height: 1;
  }
}

/* line 129, ../sass/base/_foundation.scss */
body {
  background-color: #e0e0e0;
}

/* line 133, ../sass/base/_foundation.scss */
#page {
  background-color: transparent;
}

/* line 137, ../sass/base/_foundation.scss */
#main {
  background-color: #fff;
  padding-top: 11px;
}
@media only screen and (min-width: 961px) {
  /* line 137, ../sass/base/_foundation.scss */
  #main {
    border: 1px solid #c5c5c5;
    border-top: none;
  }
}

/* line 146, ../sass/base/_foundation.scss */
.front #main {
  padding-top: 0;
}

/* line 150, ../sass/base/_foundation.scss */
.footer {
  clear: both;
}

/* line 155, ../sass/base/_foundation.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 160, ../sass/base/_foundation.scss */
a {
  color: #174e7d;
  text-decoration: none;
}
/* line 164, ../sass/base/_foundation.scss */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 168, ../sass/base/_foundation.scss */
a.active {
  color: #000;
}

/* line 173, ../sass/base/_foundation.scss */
p {
  margin: 0 0 1em;
}

/* Tables
-------------------------------------------------------------- */
/* line 179, ../sass/base/_foundation.scss */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1em;
}

/* line 184, ../sass/base/_foundation.scss */
tbody {
  border-top: 0;
}

/* line 188, ../sass/base/_foundation.scss */
tr.even {
  background-color: #F5F5F5;
  border-bottom: 1px solid #ccc;
}

/* line 193, ../sass/base/_foundation.scss */
tr.odd {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

/* line 198, ../sass/base/_foundation.scss */
tr.drag, tr.drag-previous {
  background: #FFFFDD;
}

/* Alignments used in WYSIWYGs.
-------------------------------------------------------------- */
/* line 204, ../sass/base/_foundation.scss */
.align-left {
  text-align: left;
}

/* line 207, ../sass/base/_foundation.scss */
img.align-left {
  float: left;
  margin: 0 10px 10px 0;
}

/* line 212, ../sass/base/_foundation.scss */
.align-right {
  text-align: right;
}

/* line 215, ../sass/base/_foundation.scss */
img.align-right {
  float: right;
  margin: 0 0 10px 10px;
}

/* line 220, ../sass/base/_foundation.scss */
.align-center {
  text-align: center;
}

/* line 223, ../sass/base/_foundation.scss */
img.align-center {
  float: none;
  clear: both;
  margin: 10px auto;
  display: block;
}

/* line 230, ../sass/base/_foundation.scss */
.align-full {
  text-align: center;
}

/* line 233, ../sass/base/_foundation.scss */
img.align-full {
  float: none;
  clear: both;
  margin: 10px auto;
  width: 100%;
  height: auto;
  display: block;
}

/* Lists
-------------------------------------------------------------- */
/* line 246, ../sass/base/_foundation.scss */
ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 252, ../sass/base/_foundation.scss */
ul li {
  list-style: none;
  list-style-type: none;
  line-height: inherit;
  padding: 0;
}

/* line 261, ../sass/base/_foundation.scss */
ol {
  margin: 16px;
  padding: 0;
  list-style-position: inside;
}
/* line 266, ../sass/base/_foundation.scss */
ol li {
  margin-left: 5px;
  line-height: inherit;
}

/* line 274, ../sass/base/_foundation.scss */
article ul,
.item-list ul {
  margin: 6px 0 14px;
  padding: 0;
}

/* line 280, ../sass/base/_foundation.scss */
article ol,
.item-list ol {
  list-style-position: inside;
  margin: 10px 0 18px;
  padding: 0;
}

/* line 287, ../sass/base/_foundation.scss */
article ol li,
.item-list ol li {
  padding: 0 0 4px;
}

/* line 292, ../sass/base/_foundation.scss */
article ol li,
article ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  margin: 2px 0 2px 0;
}

/* line 300, ../sass/base/_foundation.scss */
ul.menu,
.item-list ul {
  margin: 6px 0 0 0;
  padding: 0;
}

/* line 306, ../sass/base/_foundation.scss */
ul.menu ul,
.item-list ul ul {
  margin-left: 0;
}

/* line 311, ../sass/base/_foundation.scss */
article ul li,
ul.menu li,
.item-list ul li,
li.leaf {
  background: transparent url("../images/menu-leaf.png") no-repeat 1px 0.45em;
  list-style-type: none;
  list-style-image: none;
  padding: 0 0 4px 20px;
}

/* line 321, ../sass/base/_foundation.scss */
ul li.expanded {
  background: transparent url("../images/menu-expanded.png") no-repeat 1px 0.35em;
}

/* line 325, ../sass/base/_foundation.scss */
ul li.collapsed {
  background: transparent url("../images/menu-collapsed.png") no-repeat 0px 0.35em;
}

/* line 329, ../sass/base/_foundation.scss */
ul li.leaf a,
ul li.expanded a,
ul li.collapsed a {
  display: block;
}

/* line 335, ../sass/base/_foundation.scss */
ul.inline li {
  background: none;
  margin: 0;
  padding: 0 14px 0 0;
}

/* line 341, ../sass/base/_foundation.scss */
ul.links li {
  background: none;
  margin: 0;
  padding: 0;
}

/* line 347, ../sass/base/_foundation.scss */
dl {
  margin: 0 0 22px 0;
}

/* line 351, ../sass/base/_foundation.scss */
dl dt {
  font-weight: bold;
}

/* line 355, ../sass/base/_foundation.scss */
dd {
  margin: 0 0 10px 22px;
}

/* Pagers
-------------------------------------------------------------- */
/* line 361, ../sass/base/_foundation.scss */
ul.pager {
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  padding: 12px;
}

/* line 368, ../sass/base/_foundation.scss */
ul.pager a,
ul.pager li.pager-current {
  border: none;
}

/* line 373, ../sass/base/_foundation.scss */
ul.pager a:link,
ul.pager a:visited {
  color: #174E7D;
}

/* line 378, ../sass/base/_foundation.scss */
ul.pager li.pager-current,
ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background: #d7d7d7;
  border: none;
  border-radius: 4px;
  color: #2e2e2e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 391, ../sass/base/_foundation.scss */
.picture-right {
  float: right;
  margin: 0 0 0 16px;
}

/* line 395, ../sass/base/_foundation.scss */
.picture-left {
  float: left;
  margin: 0 16px 0 0;
}

/* line 405, ../sass/base/_foundation.scss */
.has-infinite-scroll .panel-col-right {
  display: none;
}
@media only screen and (min-width: 961px) {
  /* line 405, ../sass/base/_foundation.scss */
  .has-infinite-scroll .panel-col-right {
    display: block;
  }
}
/* line 412, ../sass/base/_foundation.scss */
.has-infinite-scroll footer {
  display: none;
}

/**
 *! @file
 *! Global layouts file for the Grammy theme.
 *
 *! Because all of our layouts are done in panels, this file only contains
 *! styling that is used on the wrapper around the panel (which is hardly
 *! anything). This file should only contain layout CSS.
 */
/* line 9, ../sass/layouts/_global.scss */
header,
#main,
.bottom-divider,
#footer-top,
#footer-navigation,
#footer-copyright {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 481px) {
  /* line 9, ../sass/layouts/_global.scss */
  header,
  #main,
  .bottom-divider,
  #footer-top,
  #footer-navigation,
  #footer-copyright {
    min-width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 9, ../sass/layouts/_global.scss */
  header,
  #main,
  .bottom-divider,
  #footer-top,
  #footer-navigation,
  #footer-copyright {
    min-width: 768px;
    max-width: 962px;
  }
}
@media only screen and (min-width: 961px) {
  /* line 9, ../sass/layouts/_global.scss */
  header,
  #main,
  .bottom-divider,
  #footer-top,
  #footer-navigation,
  #footer-copyright {
    max-width: 962px;
  }
}

/* Page */
/* line 30, ../sass/layouts/_global.scss */
body {
  margin: 0;
  padding: 0;
}

/* Header */
/* line 38, ../sass/layouts/_global.scss */
#header #header-group {
  display: block;
  width: 100%;
}
/* line 43, ../sass/layouts/_global.scss */
#header #name-and-slogan {
  text-align: center;
}
@media only screen and (min-width: 961px) {
  /* line 43, ../sass/layouts/_global.scss */
  #header #name-and-slogan {
    text-align: left;
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
/* line 57, ../sass/layouts/_global.scss */
#header #name-and-slogan #logo {
  margin: 0 auto;
}
@media only screen and (min-width: 961px) {
  /* line 57, ../sass/layouts/_global.scss */
  #header #name-and-slogan #logo {
    display: block;
  }
}
/* line 65, ../sass/layouts/_global.scss */
#header .above-menu {
  display: none;
  text-align: center;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  /* line 65, ../sass/layouts/_global.scss */
  #header .above-menu {
    display: block;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 961px) {
  /* line 65, ../sass/layouts/_global.scss */
  #header .above-menu {
    padding-top: 15px;
    padding-bottom: 0;
    text-align: right;
    float: right;
    width: 800%;
    margin-right: 0%;
    margin-left: -800%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 83, ../sass/layouts/_global.scss */
#header #navigation {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  background: #fff;
  clear: both;
  margin: 0;
}
/* line 90, ../sass/layouts/_global.scss */
#header div.breadcrumb {
  clear: both;
}

/* Main Content */
/* line 97, ../sass/layouts/_global.scss */
#main {
  position: relative;
}
/* line 51, ../../../libraries/sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#main:before, #main:after {
  content: "";
  display: table;
}
/* line 56, ../../../libraries/sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#main:after {
  clear: both;
}

/* line 102, ../sass/layouts/_global.scss */
article {
  font-family: Palatino, "Palatino Linotype", "Palatino-RomanRegular", Georgia, Times, "Times New Roman", serif;
  font-size: 1.2em;
}

/* Footer Content */
/* line 108, ../sass/layouts/_global.scss */
#footer-navigation {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 112, ../sass/layouts/_global.scss */
  #footer-navigation #menu-recording-academy-ft {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    padding: 0;
  }
  /* line 117, ../sass/layouts/_global.scss */
  #footer-navigation #menu-grammy-foundation-ft {
    float: left;
    width: 400%;
    margin-left: 400%;
    margin-right: -800%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    padding: 0;
  }
  /* line 122, ../sass/layouts/_global.scss */
  #footer-navigation #menu-musicares-ft {
    float: left;
    width: 400%;
    margin-left: 800%;
    margin-right: -1200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    padding: 0;
  }
}

/* line 132, ../sass/layouts/_global.scss */
.page-user-edit #page {
  padding: 20px;
}

/**
 *! @files
 *! sass/_modules.scss
 *! Pulls all the partials in sass/module/ together for compile.
 */
/**
 *! @file
 *! sass/module/_breadcrumbs.scss
 *! Styles for breadcrumbs
 */
/* line 10, ../sass/module/_breadcrumbs.scss */
div.breadcrumb {
  padding: .5em 0;
  margin: 0;
  list-style: none;
  font-size: 1.2em;
}
/* line 16, ../sass/module/_breadcrumbs.scss */
div.breadcrumb ul {
  margin: 0;
  padding: 0;
}
/* line 21, ../sass/module/_breadcrumbs.scss */
div.breadcrumb li {
  text-shadow: 0 1px 0 #eee;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 26, ../sass/module/_breadcrumbs.scss */
div.breadcrumb .divider {
  padding: 0 .5em;
  vertical-align: middle;
  color: #333;
}
/* line 35, ../sass/module/_breadcrumbs.scss */
div.breadcrumb a {
  color: #174E7D;
  text-decoration: none;
  font-size: .9em;
}

/**
 *! @file
 *! sass/module/_flexslider.scss
 *! This file overrides the flexslider_img.css provided by Flexslider module.
 */
/* line 62, ../sass/module/_flexslider.scss */
.flexslider {
  position: relative;
}
/* line 65, ../sass/module/_flexslider.scss */
.flexslider ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 71, ../sass/module/_flexslider.scss */
.flexslider ul li {
  list-style: none;
  list-style-type: none;
  background: transparent none no-repeat 0 0;
}

/* line 81, ../sass/module/_flexslider.scss */
.flexslider ul.slides > li {
  position: relative;
  z-index: 0;
}

/* line 86, ../sass/module/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
}

/* line 92, ../sass/module/_flexslider.scss */
.flex-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

/* line 101, ../sass/module/_flexslider.scss */
.slide-caption {
  padding: 10px;
}

/* line 105, ../sass/module/_flexslider.scss */
.slide-caption ul li {
  float: left;
  padding-right: 10px;
  margin: 0;
}

/* line 113, ../sass/module/_flexslider.scss */
.flex-control-nav {
  bottom: 0;
  z-index: 10;
  position: relative;
}

/* line 119, ../sass/module/_flexslider.scss */
.flex-control-paging li a {
  background: #333;
}

/* line 123, ../sass/module/_flexslider.scss */
.flex-control-paging li a {
  background: #414141;
}

/* line 127, ../sass/module/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #00A7DF;
}

/* line 133, ../sass/module/_flexslider.scss */
.flex-direction-nav a {
  background: url('../images/flexslider-nav.png?1443721197') no-repeat;
  padding: 0;
  z-index: 10;
}

/* line 30, ../sass/module/_flexslider.scss */
.flex-direction-nav a {
  width: 38px;
  height: 56px;
}

/* line 35, ../sass/module/_flexslider.scss */
.flex-direction-nav a.flex-prev {
  background-position: 0 -75px;
}

/* line 39, ../sass/module/_flexslider.scss */
.flex-direction-nav a.flex-next {
  background-position: -51px -75px;
}

/* line 143, ../sass/module/_flexslider.scss */
.flexslider a.flex-prev {
  left: 0;
}

/* line 147, ../sass/module/_flexslider.scss */
.flexslider a.flex-next {
  right: 0;
}

@media screen and (max-width: 860px) {
  /* line 155, ../sass/module/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 0;
    left: 0;
  }

  /* line 160, ../sass/module/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 0;
    right: 0;
  }
}
/**
 *! @file
 *! sass/module/_alert.scss
 *! Re-usable mixin and styles for site Alerts.
 */
/* line 26, ../sass/module/_alert.scss */
.alert-blue {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 26, ../sass/module/_alert.scss */
  .alert-blue {
    display: block;
    position: relative;
    min-height: 30px;
    background-color: #ebebeb;
  }
  /* line 11, ../sass/module/_alert.scss */
  .alert-blue .alert-banner {
    position: absolute;
    height: 40px;
    width: 128px;
    left: -10px;
    background: transparent url("../images/alertblue.png") no-repeat 0 0;
  }
  /* line 19, ../sass/module/_alert.scss */
  .alert-blue .pane-content {
    position: relative;
    padding: .25em 20px 0 140px;
  }
}

/* line 34, ../sass/module/_alert.scss */
.alert-red {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 34, ../sass/module/_alert.scss */
  .alert-red {
    display: block;
    position: relative;
    min-height: 30px;
    background-color: #ebebeb;
  }
  /* line 11, ../sass/module/_alert.scss */
  .alert-red .alert-banner {
    position: absolute;
    height: 40px;
    width: 128px;
    left: -10px;
    background: transparent url("../images/alertred.png") no-repeat 0 0;
  }
  /* line 19, ../sass/module/_alert.scss */
  .alert-red .pane-content {
    position: relative;
    padding: .25em 20px 0 140px;
  }
}

/* line 42, ../sass/module/_alert.scss */
.grammy-org-homepage .panel-alert {
  background: url("../images/alert_banner_red_mid.png") repeat-x scroll left top;
  height: 58px;
  position: relative;
  color: white;
  text-align: center;
}
/* line 48, ../sass/module/_alert.scss */
.grammy-org-homepage .panel-alert .inside {
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 2em;
}
/* line 54, ../sass/module/_alert.scss */
.grammy-org-homepage .panel-alert a {
  font-weight: bold;
  color: white;
}

/* line 60, ../sass/module/_alert.scss */
.grammy-org-homepage .panel-alert:before {
  background: url("../images/alert_banner_red_left.png") repeat-x scroll left top;
  content: "";
  display: block;
  height: 58px;
  left: -19px;
  position: absolute;
  top: 0;
  width: 19px;
}

/* line 71, ../sass/module/_alert.scss */
.grammy-org-homepage .panel-alert:after {
  background: url("../images/alert_banner_red_right.png") repeat-x scroll right top;
  content: "";
  display: block;
  height: 58px;
  position: absolute;
  right: -19px;
  top: 0;
  visibility: visible;
  width: 19px;
}

/**
 *! @file
 *! sass/module/_forms.scss
 *! Generic styling for forms throughout site.
 */
/* line 6, ../sass/module/_forms.scss */
input.form-text {
  padding: 4px;
}

/* line 9, ../sass/module/_forms.scss */
select.form-select {
  padding: 4px;
  height: 24px;
}

/* Graphic buttons
-------------------------------------------------------------- */
/* line 17, ../sass/module/_forms.scss */
span.button-wrapper {
  cursor: pointer;
}

/* line 21, ../sass/module/_forms.scss */
span.button {
  background: transparent url("../images/sprites/buttons.png") no-repeat right -276px;
  display: -moz-inline-box;
  display: inline-block;
  height: 38px;
  padding: 0 12px 0 0;
  position: relative;
}

/* line 30, ../sass/module/_forms.scss */
span.button span {
  background: transparent url("../images/sprites/buttons.png") no-repeat left -191px;
  display: -moz-inline-box;
  display: inline-block;
  height: 38px;
  padding: 0 0 0 10px;
}

/* line 38, ../sass/module/_forms.scss */
span.button span input {
  background-color: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  font-size: 1.1em;
  height: 32px;
  line-height: 33px;
  margin: 0 !important;
  padding: 0 0 0 2px;
  white-space: nowrap !important;
}

/* line 51, ../sass/module/_forms.scss */
span.button-wrapper:hover span.button {
  background-position: right -317px;
}

/* line 55, ../sass/module/_forms.scss */
span.button-wrapper:hover span.button span {
  background-position: left -234px;
}

/**
 *! @file
 *! sass/module/_buttons.scss
 *! Re-usable mixins and styles for site Buttons.
 */
/* line 8, ../sass/module/_buttons.scss */
.learn-more a,
.learn-more a:link,
.learn-more a:visited {
  background: transparent url('../images/sprites/buttons.png?1443721197') no-repeat left top;
  display: block;
  height: 0px !important;
  overflow: hidden;
  padding: 40px 0 0;
  width: 110px;
}
/* line 18, ../sass/module/_buttons.scss */
.learn-more a:hover {
  background-position: left -46px;
}

/* line 45, ../sass/module/_buttons.scss */
.front .learn-more {
  float: left;
  margin-right: 1em;
}

/* line 24, ../sass/module/_buttons.scss */
.donate a,
.donate a:link,
.donate a:visited {
  background: transparent url('../images/sprites/buttons.png?1443721197') no-repeat left top;
  display: block;
  height: 0px !important;
  overflow: hidden;
  padding: 40px 0 0;
  background-position: left -92px;
  width: 80px;
}
/* line 35, ../sass/module/_buttons.scss */
.donate a:hover {
  background-position: left -138px;
}

/* Block Menus
-------------------------------------------------------------- */
/* sidebar-last block menu/list styles */
/* line 6, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper ul li {
  background: transparent;
  border-bottom: 1px dotted #d4d4d4;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.25em;
  padding: 0;
  margin: 0;
}
/* line 15, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper ul li.last {
  border: none;
}
/* line 19, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper ul li a {
  display: block;
}
/* line 22, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper ul li a a:hover,
.panel-col-right .menu-block-wrapper ul li a a:active {
  text-decoration: none;
}
/* line 28, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper ul li ul {
  background: transparent url('../images/sprites/background-y.png?1443721197') repeat-y -980px top;
  border-top: 1px dotted #d4d4d4;
  margin: 0;
}
/* line 33, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper ul li ul li {
  background: transparent url('../images/sprites/arrows.png?1443721197') no-repeat left 11px;
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  padding-left: 14px;
}
/* line 40, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper ul li ul li.expanded {
  background-position: left 11px;
}
/* line 49, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper li.spritemenu {
  padding: 12px 0;
  margin: 0 -10px;
  background: none;
  line-height: 0;
}
/* line 54, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper li.spritemenu a {
  height: 131px;
  padding: 0;
  background-position: top center;
}
/* line 59, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper li.spritemenu a:hover {
  background-position: top center;
}
/* line 63, ../sass/module/_navigation-sidebar.scss */
.panel-col-right .menu-block-wrapper li.sidenav_donate {
  height: 92px;
}

/* TRA */
@media only screen and (min-width: 961px) {
  /* line 80, ../sass/module/_navigation-sidebar.scss */
  .pane-menu-block-1 h2.pane-title a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../images/org-logos-ra.png?1443721197');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    height: 190px;
    width: 260px;
  }
}

/* GRAMMY Foundation */
@media only screen and (min-width: 961px) {
  /* line 87, ../sass/module/_navigation-sidebar.scss */
  .pane-menu-block-3 h2.pane-title a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../images/gf-logo.png?1448049763');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    height: 190px;
    width: 260px;
  }
}

/* MusiCares */
@media only screen and (min-width: 961px) {
  /* line 94, ../sass/module/_navigation-sidebar.scss */
  .pane-menu-block-2 h2.pane-title a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../images/mc-logo.png?1448049763');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    height: 190px;
    width: 260px;
  }
}

/* GRAMMY Foundation */
/* line 107, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-3 .follow_header_GF {
  background: url(../images/follow_header_GF.png) no-repeat;
  width: 196px;
  height: 20px;
}
/* line 112, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-3 .follow_facebook_GF {
  background: url(../images/follow_facebook.png) no-repeat;
  width: 35px;
  height: 38px;
  float: left;
}
/* line 118, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-3 .follow_twitter_GF {
  background: url(../images/follow_twitter.png) no-repeat;
  width: 35px;
  height: 38px;
  float: left;
}
/* line 124, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-3 .follow_instagram_GF {
  background: url(../images/follow_instagram.png) no-repeat;
  width: 35px;
  height: 38px;
  float: left;
}
/* line 130, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-3 .follow_youtube_GF {
  background: url(../images/follow_youtube.png) no-repeat;
  width: 35px;
  height: 38px;
  float: left;
}

/* MusiCares */
/* line 139, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-2 .follow_header_MC {
  background: url(../images/follow_header_MC.png) no-repeat;
  width: 196px;
  height: 20px;
}
/* line 144, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-2 .follow_facebook_MC {
  background: url(../images/follow_facebook.png) no-repeat;
  width: 35px;
  height: 38px;
  float: left;
}
/* line 150, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-2 .follow_twitter_MC {
  background: url(../images/follow_twitter.png) no-repeat;
  width: 35px;
  height: 38px;
  float: left;
}
/* line 156, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-2 .follow_instagram_MC {
  background: url(../images/follow_instagram.png) no-repeat;
  width: 35px;
  height: 38px;
  float: left;
}
/* line 162, ../sass/module/_navigation-sidebar.scss */
.pane-menu-block-2 .follow_youtube_MC {
  background: url(../images/follow_youtube.png) no-repeat;
  width: 35px;
  height: 38px;
  float: left;
}

/**
 *! @file
 *! sass/module/_navigation-global.scss
 *! Top global navigation.
 */
/* line 10, ../sass/module/_navigation-global.scss */
#grammy-sites {
  display: none;
}
@media only screen and (min-width: 961px) {
  /* line 10, ../sass/module/_navigation-global.scss */
  #grammy-sites {
    border-bottom: 1px solid #131212;
    display: block;
    background: #646161 url("../images/sprites/background-x.png") repeat-x left top;
    height: 40px;
    overflow: hidden;
    font-weight: bold;
    font-size: 1em;
    line-height: 1;
  }
  /* line 21, ../sass/module/_navigation-global.scss */
  #grammy-sites ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  /* line 27, ../sass/module/_navigation-global.scss */
  #grammy-sites li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    background: transparent url("../images/header-top-bullet.png") no-repeat 6px center;
    display: inline;
    padding: 0 0 0 22px;
  }
  /* line 33, ../sass/module/_navigation-global.scss */
  #grammy-sites li.first {
    background: transparent;
    padding: 0;
  }
  /* line 39, ../sass/module/_navigation-global.scss */
  #grammy-sites a {
    color: #fff5d9;
    text-decoration: none;
    vertical-align: middle;
    padding: 15px 0 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  /* line 46, ../sass/module/_navigation-global.scss */
  #grammy-sites a:hover {
    color: white;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(0, 0, 0, 0.06)), color-stop(100%, rgba(255, 255, 255, 0.06)));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.06) 0%, rgba(255, 255, 255, 0.06) 100%);
  }
  /* line 53, ../sass/module/_navigation-global.scss */
  #grammy-sites a[href="http://www.grammy.com"] {
    display: inline-block;
    width: 100px;
    min-height: 18px;
    margin-top: 0;
    padding: 0 10px 0 8px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background: url('../images/grammy-com-logo.png?1443721197') no-repeat center center;
  }
  /* line 63, ../sass/module/_navigation-global.scss */
  #grammy-sites a[href="http://www.grammypro.com"] {
    display: inline-block;
    width: 85px;
    min-height: 18px;
    margin-top: 0;
    padding: 0 0 15px 0;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background: url('../images/grammypro.png?1443721197') no-repeat center 2px;
  }
}

/**
 *! @file
 *! sass/module/_navigation-primary.scss
 *! Primary navigation styles.
 */
/* line 10, ../sass/module/_navigation-primary.scss */
#admin-menu, #admin-menu .dropdown {
  z-index: 99999;
}

/* line 21, ../sass/module/_navigation-primary.scss */
#main-menu,
#main-menu * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 26, ../sass/module/_navigation-primary.scss */
#main-menu {
  position: relative;
  z-index: 10001;
  background: transparent url('../images/pri-menu-shadow.png?1443721197') no-repeat -1px 0;
}
@media only screen and (min-width: 961px) {
  /* line 26, ../sass/module/_navigation-primary.scss */
  #main-menu {
    margin: -18px -7px 0;
    padding: 14px 8px 0;
    width: 961px;
  }
}
/* line 39, ../sass/module/_navigation-primary.scss */
#main-menu .links {
  min-width: 100%;
  margin: 0;
  position: relative;
  z-index: 10;
  background: #C5C5C5;
}
/* line 47, ../sass/module/_navigation-primary.scss */
#main-menu li {
  display: block;
  float: left;
  width: 33.333%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c5c5c5;
}
/* line 56, ../sass/module/_navigation-primary.scss */
#main-menu.is-mobile li {
  border-bottom: 0;
}
/* line 60, ../sass/module/_navigation-primary.scss */
#main-menu a {
  background: #e7e7e7 url('../images/primenu-tab.png?1443721197') no-repeat 0 0;
  border-top: 1px solid #c5c5c5;
  font-size: 15px;
  margin-right: 1px;
  padding: 0;
  position: static;
  text-align: center;
  line-height: 44px;
  padding: 0 10px;
  display: block;
  height: 44px;
  color: #626262;
  text-decoration: none;
}
/* line 77, ../sass/module/_navigation-primary.scss */
#main-menu.is-mobile a {
  display: table-cell;
  line-height: 1;
  vertical-align: middle;
  width: 33%;
}
@media only screen and (min-width: 768px) {
  /* line 77, ../sass/module/_navigation-primary.scss */
  #main-menu.is-mobile a {
    display: block;
    line-height: 44px;
    width: auto;
  }
}
/* line 89, ../sass/module/_navigation-primary.scss */
#main-menu li.last a {
  margin-right: 0;
}
@media only screen and (min-width: 961px) {
  /* line 89, ../sass/module/_navigation-primary.scss */
  #main-menu li.last a {
    margin-right: 1px;
  }
}
/* line 96, ../sass/module/_navigation-primary.scss */
#main-menu a.active-trail,
#main-menu a:hover,
#main-menu li.is-mobile-active a {
  background-position: 0 -110px;
  border-top-width: 2px;
  height: 43px;
  margin-bottom: -11px;
  background: #fff;
  color: #3A393A;
}
/* line 106, ../sass/module/_navigation-primary.scss */
#main-menu li.is-mobile-active a {
  border-bottom: 1px solid white;
}

@media only screen and (min-width: 768px) {
  /* line 115, ../sass/module/_navigation-primary.scss */
  #main-menu.desktop .links li a.active, #main-menu.desktop .links li:hover a {
    background-position: 0 -55px;
    border-top-width: 2px;
    height: 44px;
    margin-bottom: -11px;
    background: #fff;
    color: #3A393A;
  }
  /* line 125, ../sass/module/_navigation-primary.scss */
  #main-menu.desktop .links li a.active {
    padding-bottom: 8px;
  }
  /* line 128, ../sass/module/_navigation-primary.scss */
  #main-menu.desktop .links li:hover a {
    padding-bottom: 10px;
  }
}

/* line 135, ../sass/module/_navigation-primary.scss */
#main-menu.is-not-mobile .links li a.active {
  padding-bottom: 8px;
}

/* line 138, ../sass/module/_navigation-primary.scss */
#main-menu.is-not-mobile .links li:hover a {
  padding-bottom: 10px;
}

/* line 142, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li.menu-the-recording-academy a.active,
#main-menu ul.links li.menu-the-recording-academy a.active-trail,
#main-menu ul.links li.menu-the-recording-academy.is-mobile-active a,
#main-menu ul.links li.menu-the-recording-academy:hover a {
  border-top-color: #b4975a;
}

/* line 154, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li.menu-grammy-foundation a.active,
#main-menu ul.links li.menu-grammy-foundation a.active-trail,
#main-menu ul.links li.menu-grammy-foundation.is-mobile-active a,
#main-menu ul.links li.menu-grammy-foundation:hover a {
  border-top-color: #174e7d;
}

/* line 161, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li.menu-musicares a.active,
#main-menu ul.links li.menu-musicares a.active-trail,
#main-menu ul.links li.menu-musicares.is-mobile-active a,
#main-menu ul.links li.menu-musicares:hover a {
  border-top-color: #d31145;
}

/* line 171, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-columns {
  min-width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
  display: none;
  background-color: white;
  z-index: 20;
  overflow: hidden;
}

/* line 182, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-columns,
#main-menu ul.links li div.menu-columns * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  /* line 187, ../sass/module/_navigation-primary.scss */
  #main-menu.desktop ul.links li:hover div.menu-columns {
    display: block;
    background: url("../images/sprites/shadows-gradients.png") no-repeat -347px bottom;
    padding-bottom: 22px;
  }
}

/* line 195, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-column {
  float: left;
  background: #fff;
  border: none;
  height: 250px;
  padding: 30px;
  width: 33.3%;
}

/* line 204, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-column p {
  margin: 0;
}

/* line 207, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-columns div.menu-column a {
  color: #2c2c2c;
  padding: 12px 0;
  background: transparent;
  border-top-width: 1px;
  border-top-color: #dadada;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
  text-decoration: none;
  width: auto;
  float: none;
}

@media only screen and (min-width: 768px) {
  /* line 226, ../sass/module/_navigation-primary.scss */
  #main-menu.desktop ul.links li div.menu-columns div.menu-column .first a {
    border-top-style: none;
  }
}

/* line 232, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-columns div.menu-column a.active-trail,
#main-menu ul.links li div.menu-columns div.menu-column a:hover {
  background: #f8f8f8;
  border-top-width: 1px;
  border-top-color: #dadada;
}

/* line 238, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-column li.menu-image:hover {
  background: transparent;
}

/* line 242, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-column a {
  color: #174e7d;
}

/* adjust column to fit image link (sprite menu) */
/* line 247, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-column.menu-column-3 {
  padding: 30px 12px;
  width: 33.3%;
}

/* override spritemenu's width & height for image link */
/* line 253, ../sass/module/_navigation-primary.scss */
#main-menu ul.links li div.menu-column.menu-column-3 a {
  overflow: visible;
  height: 132px !important;
  width: 294px !important;
}

/* line 260, ../sass/module/_navigation-primary.scss */
#main-menu.is-mobile ul.links li div.menu-columns {
  width: 100%;
  display: none;
  background-color: white;
  z-index: 20;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
  -moz-box-shadow: 0 4px 12px -4px #000;
  -webkit-box-shadow: 0 4px 12px -4px #000;
  box-shadow: 0 4px 12px -4px #000;
}

/* line 270, ../sass/module/_navigation-primary.scss */
#main-menu.is-mobile .links li.is-mobile-active .menu-columns {
  display: block;
}
/* line 273, ../sass/module/_navigation-primary.scss */
#main-menu.is-mobile .links li.is-mobile-active .menu-columns .menu-column {
  float: none;
  background: #fff;
  border: none;
  height: auto;
  padding: 0 30px;
  width: 100%;
}
/* line 281, ../sass/module/_navigation-primary.scss */
#main-menu.is-mobile .links li.is-mobile-active .menu-columns .menu-column-3 {
  display: none;
}

/* line 287, ../sass/module/_navigation-primary.scss */
#main-menu.is-mobile ul.links li div.menu-columns div.menu-column-1 .first a {
  border-top-style: none;
}

/**
 *! @file
 *! sass/module/_tabs.scss
 *! Tabs Styling
 *!  - Adds styles for the primary and secondary tabs.
 *!  - Compare this with default CSS found in the system module's stylesheet (a copy
 *!    of which is in drupal7-reference.css.)
 */
/**
 *! @file
 *! sass/_base.scss
 *! Primarily an aggregating file, pulls in a number of other documents for compile.
 */
/* line 31, ../sass/module/_tabs.scss */
ul.primary,
ul.secondary {
  border-bottom: 1px solid #bbb;
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 0 2px;
  white-space: nowrap;
  font-size: 1.2em;
  overflow: hidden;
  *zoom: 1;
}
/* line 41, ../sass/module/_tabs.scss */
ul.primary li,
ul.secondary li {
  float: left;
  margin: 0.5em 3px 0;
}
/* line 46, ../sass/module/_tabs.scss */
ul.primary a,
ul.secondary a {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* line 63, ../sass/module/_tabs.scss */
ul.primary li {
  border: 1px solid #bbb;
  border-bottom: 0;
  margin: 0.5em 0 0 3px;
  /* LTR */
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
}
/* line 71, ../sass/module/_tabs.scss */
ul.primary li.active {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  /* Overlap the ul's border. */
}
/* line 76, ../sass/module/_tabs.scss */
ul.primary a:link,
ul.primary a:visited {
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
/* line 87, ../sass/module/_tabs.scss */
ul.primary a:hover,
ul.primary a:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}
/* line 93, ../sass/module/_tabs.scss */
ul.primary a.active {
  background-color: transparent;
  border-color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
}

/* line 106, ../sass/module/_tabs.scss */
ul.secondary {
  font-size: .9em;
  margin-top: -1.5em;
  padding-bottom: .5em;
}
/* line 111, ../sass/module/_tabs.scss */
ul.secondary a:link,
ul.secondary a:visited {
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
}
/* line 121, ../sass/module/_tabs.scss */
ul.secondary a:hover,
ul.secondary a:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}
/* line 128, ../sass/module/_tabs.scss */
ul.secondary a.active,
ul.secondary a:active {
  background-color: #666;
  border-color: #000;
  color: #fff;
  text-shadow: 1px 1px 0 #333;
}

/**
 *! @file
 *! sass/module/_pagers.scss
 *! Views pagers and Tab styles.
 */
/* line 10, ../sass/module/_pagers.scss */
.item-list .pager li {
  padding: 0.5em 0.3em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  /* line 10, ../sass/module/_pagers.scss */
  .item-list .pager li {
    padding: 0.5em 0.75em;
    margin: auto;
  }
}

/* line 22, ../sass/module/_pagers.scss */
.show-primary-tabs .nav-tabs.primary {
  border: 0 none;
  margin: 0 30px 0 0;
  float: right;
}
/* line 27, ../sass/module/_pagers.scss */
.show-primary-tabs .nav-tabs.primary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* line 35, ../sass/module/_pagers.scss */
.show-primary-tabs .nav-tabs.primary li {
  border: 0 none;
  margin: 0;
  padding-right: .25em;
}
/* line 41, ../sass/module/_pagers.scss */
.show-primary-tabs .nav-tabs.primary a {
  background-color: #ffffff;
  padding: .3em .9em;
  color: #fff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  color: #174e7d;
  border: 0 none;
  background-image: none;
}
/* line 109, ../sass/_custom.scss */
.show-primary-tabs .nav-tabs.primary a:hover {
  background-color: white;
  text-decoration: none;
}
/* line 47, ../sass/module/_pagers.scss */
.show-primary-tabs .nav-tabs.primary a.active, .show-primary-tabs .nav-tabs.primary a:hover {
  background-color: #174e7d;
  padding: .3em .9em;
  color: #fff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
/* line 109, ../sass/_custom.scss */
.show-primary-tabs .nav-tabs.primary a.active:hover, .show-primary-tabs .nav-tabs.primary a:hover:hover {
  background-color: #1b5b93;
  text-decoration: none;
}

/**
 *! @file
 *! sass/module/_footer.scss
 *! Footer Styling
 */
/* Footer Divider */
@media only screen and (min-width: 961px) {
  /* line 11, ../sass/module/_footer.scss */
  .bottom-divider {
    height: 22px;
    width: 962px;
    background: transparent url('../images/sprites/shadows-gradients.png?1443721197') no-repeat -347px bottom;
  }
}

/* line 19, ../sass/module/_footer.scss */
footer {
  border-top: 2px solid #383838;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* line 19, ../sass/module/_footer.scss */
  footer {
    background: transparent url('../images/sprites/background-x.png?1443721197') repeat-x left -62px;
  }
}
/* line 29, ../sass/module/_footer.scss */
footer #footer-navigation {
  font-size: 1.2em;
  line-height: 2em;
}
/* line 33, ../sass/module/_footer.scss */
footer #footer-navigation a {
  color: #ffe8ab;
}
/* line 36, ../sass/module/_footer.scss */
footer #footer-navigation a:hover {
  color: white;
}
/* line 39, ../sass/module/_footer.scss */
footer #footer-navigation .footer-lvl-1 {
  background: transparent url('../images/sprites/background-x.png?1443721197') repeat-x left -62px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  /* line 39, ../sass/module/_footer.scss */
  footer #footer-navigation .footer-lvl-1 {
    background: transparent url('../images/sprites/footers-bg.gif?1443721197') no-repeat 171px 20px;
    height: 232px;
    padding: 0 30px;
    border-right: 1px solid #383838;
  }
}
@media only screen and (min-width: 768px) {
  /* line 52, ../sass/module/_footer.scss */
  footer #footer-navigation #menu-musicares-ft.footer-lvl-1 {
    border-right: 0 none;
    background: none;
  }
}
/* line 61, ../sass/module/_footer.scss */
footer #footer-bottom {
  background: #2F2E30 url('../images/sprites/background-x.png?1443721197') repeat-x left -680px;
  border-top: 2px solid #383838;
  overflow: hidden;
  color: #787878;
  padding: 20px;
}
/* line 68, ../sass/module/_footer.scss */
footer #footer-bottom p {
  padding: 0;
  margin: 0;
}

/* line 77, ../sass/module/_footer.scss */
#footer-navigation .menu-wrapper {
  padding: 1em;
}
@media only screen and (min-width: 961px) {
  /* line 77, ../sass/module/_footer.scss */
  #footer-navigation .menu-wrapper {
    padding: 1em 2em;
  }
}
/* line 83, ../sass/module/_footer.scss */
#footer-navigation .menu-wrapper .menu-title {
  color: #fff;
  font-weight: 700;
  padding-bottom: .25em;
}
/* line 90, ../sass/module/_footer.scss */
#footer-navigation .menu-wrapper ul li {
  background: transparent url('../images/sprites/arrows.png?1443721197') no-repeat left -115px;
  border-top: 1px solid #474747;
  margin: 0;
  padding: 0 0 0px 14px;
}

/**
 *! @file
 *! sass/module/_jquery_ui.scss
 *! jQuery UI styles.
 */
/* line 10, ../sass/module/_jquery_ui.scss */
.ui-tabs {
  position: relative;
  zoom: 1;
  border: none;
}

/* line 16, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
  background: none;
  border: none;
}

/* line 27, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0 1px 0;
  padding: 0;
  white-space: nowrap;
  border: none;
}
@media only screen and (min-width: 481px) {
  /* line 27, ../sass/module/_jquery_ui.scss */
  .ui-tabs .ui-tabs-nav li {
    margin: 0 .2em 1px 0;
  }
}

/* line 41, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  color: #174e7d;
  background-color: #FFF;
  padding: .3em .9em;
  color: #fff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
/* line 109, ../sass/_custom.scss */
.ui-tabs .ui-tabs-nav li a:hover {
  background-color: white;
  text-decoration: none;
}

/* line 49, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-nav li a:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: white;
  background-image: url('../images/bk-waves-trans.png?1443721197');
  padding: .3em .8em;
  background-color: #00A7DF;
  padding: .3em .9em;
  color: #fff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
/* line 109, ../sass/_custom.scss */
.ui-tabs .ui-tabs-nav li a:hover:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
  background-color: #00baf9;
  text-decoration: none;
}

/* line 57, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

/* line 62, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 68, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* line 73, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  background: none;
  border: none;
}

/* line 83, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* line 89, ../sass/module/_jquery_ui.scss */
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

/* line 94, ../sass/module/_jquery_ui.scss */
.ui-tabs .ui-tabs-panel {
  padding: 0;
}

/* line 98, ../sass/module/_jquery_ui.scss */
.ui-widget-content a {
  color: #174e7d;
}

/**
 *! @file
 *! sass/module/_panels.scss
 *! Generic, re-usable panel styles.
 */
@media only screen and (min-width: 961px) {
  /* line 11, ../sass/module/_panels.scss */
  .grammy-twocol-wideleft {
    background-image: url('../images/main-right-bk.jpg?1443721197');
    background-position: top right;
    background-repeat: repeat-y;
  }
}

/* line 19, ../sass/module/_panels.scss */
.panel-col-first {
  background: transparent url('../images/shadow.png?1443721197') repeat-x 0 -40px;
  padding-top: 20px;
}

/* line 23, ../sass/module/_panels.scss */
.panel-col-right {
  background-color: #faf9fa;
}

/* line 27, ../sass/module/_panels.scss */
#footer-top-wrapper {
  background: #383838 url(../images/sprites/shadows-gradients.png) no-repeat -1336px top;
  color: #b9b9b9;
  padding: 20px 0;
}

/* line 1, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage {
  /* fading background re-done for responsive */
  /* hero pane */
  /* Flexslide Hero Home */
  /* Top Row */
  /* Middle banner row */
}
/* line 4, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-top-three,
.grammy-org-homepage .panel-row-bottom-three,
.grammy-org-homepage .panel-three-col {
  background: url('../images/shadow-fade-back.png?1443721197') no-repeat right top #e7e7e7;
}
/* line 11, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-hero {
  background: url('../images/narrow-hero-bk.png?1443721197') no-repeat right top transparent;
  min-height: 354px;
  text-shadow: 1px 1px #000;
}
@media only screen and (min-width: 961px) {
  /* line 11, ../sass/module/_grammy-org-bannerpage.scss */
  .grammy-org-homepage .panel-row-hero {
    background: url('../images/banner-top-bg.png?1443721197') no-repeat right top transparent;
    width: 980px;
    margin-left: -10px;
  }
}
/* line 22, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-hero a {
  color: #ffe8ab;
}
/* line 26, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-hero .inside {
  padding: 0;
}
@media only screen and (min-width: 961px) {
  /* line 31, ../sass/module/_grammy-org-bannerpage.scss */
  .grammy-org-homepage .panel-row-top-three {
    margin-top: -14px;
    /* Negitive Margin for the overlap effect on the left and right */
  }
}
@media only screen and (min-width: 961px) {
  /* line 38, ../sass/module/_grammy-org-bannerpage.scss */
  .grammy-org-homepage .views-field-field-featured-main {
    max-width: 650px;
    margin: 10px 0 0;
    float: left;
    margin-right: 2em;
  }
}
/* line 47, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .flexslider .slides img {
  width: 100%;
}
/* line 51, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage ol.flex-control-nav.flex-control-paging {
  margin: 1em 0;
}
@media only screen and (min-width: 961px) {
  /* line 51, ../sass/module/_grammy-org-bannerpage.scss */
  .grammy-org-homepage ol.flex-control-nav.flex-control-paging {
    position: absolute;
    margin: 0 0 1.5em 0;
    width: 540px;
    right: 0;
  }
}
/* line 61, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .views-field-field-featured-main-1 {
  color: #ffe8ab;
  margin: 0.5em 1em 0;
  font-size: 2em;
}
@media only screen and (min-width: 961px) {
  /* line 61, ../sass/module/_grammy-org-bannerpage.scss */
  .grammy-org-homepage .views-field-field-featured-main-1 {
    margin: 2em 1.5em 0;
  }
}
/* line 69, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .views-field-field-file-slide-subtitle {
  color: #fff;
  margin: 1em 2.5em 0 1.5em;
  font-size: 1.2em;
}
/* line 79, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-top-three h2.pane-title {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  height: 130px;
}
/* line 84, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .pane-custom.pane-5 h2.pane-title {
  background: transparent url('../images/org_logos_big_orig.png?1443721197') no-repeat center -20px;
}
/* line 89, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .pane-custom.pane-6 h2.pane-title {
  background: transparent url('../images/org_logos_big_orig.png?1443721197') no-repeat center -180px;
}
/* line 94, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .pane-custom.pane-7 h2.pane-title {
  background: transparent url('../images/org_logos_big_orig.png?1443721197') no-repeat center -353px;
}
/* line 100, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-middle-full {
  height: 46px;
  background: url('../images/newsevents-bg-middle.png?1443721197') repeat-x left top #e7e7e7;
  position: relative;
  /* text for middle area inside */
}
/* line 105, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-middle-full::before {
  content: '';
  display: block;
  position: absolute;
  height: 53px;
  width: 10px;
  left: -10px;
  top: 0;
  background: url('../images/newsevents-bg-left.png?1443721197') repeat-x left top #e7e7e7;
}
/* line 116, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-middle-full::after {
  content: '';
  display: block;
  position: absolute;
  visibility: visible;
  height: 53px;
  width: 10px;
  right: -10px;
  top: 0;
  background: url('../images/newsevents-bg-right.png?1443721197') repeat-x right top #e7e7e7;
}
/* line 129, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-middle-full .inside {
  line-height: 42px;
  margin: 0 26px 0 0;
  padding: 0;
}
/* line 134, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-middle-full .inside .panel-pane {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 137, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-middle-full .inside .panel-pane h2 {
  color: #ffe8ab;
  display: inline;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em;
}
/* line 145, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-middle-full .inside .panel-pane .pane-content {
  color: #e7e7e7;
  font-style: italic;
  float: left;
  padding-top: .25em;
  padding-left: 1em;
}
/* line 152, ../sass/module/_grammy-org-bannerpage.scss */
.grammy-org-homepage .panel-row-middle-full .inside .panel-pane .pane-content p {
  margin: 0;
  padding: 0;
}

/* line 7, ../sass/module/_oneoffpages.scss */
#mc_embed_signup .mc-field-group {
  margin-bottom: 15px;
}
/* line 11, ../sass/module/_oneoffpages.scss */
#mc_embed_signup .input-group label {
  display: inline;
  padding-left: 10px;
}
/* line 16, ../sass/module/_oneoffpages.scss */
#mc_embed_signup .indicates-required, #mc_embed_signup .asterisk {
  color: red;
}

/* line 26, ../sass/module/_oneoffpages.scss */
.pane-musicares-donation-panel-pane-1 .views-row,
.pane-grammy-foundation-donation-panel-pane-1 .views-row {
  clear: none;
  float: left;
  height: 280px;
  width: 280px;
  margin: 10px 0;
  overflow: hidden;
}

/* line 36, ../sass/module/_oneoffpages.scss */
.pane-musicares-donation-panel-pane-1 .view-footer,
pane-grammy-foundation-donation-panel-pane-1 .view-footer {
  margin-top: 20px;
  clear: both;
}

/* line 42, ../sass/module/_oneoffpages.scss */
.flip_container .panel1 {
  position: absolute;
  cursor: pointer;
  width: 270px;
  height: 270px;
}

/* line 49, ../sass/module/_oneoffpages.scss */
.flip_container .panel2 {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 0;
}

/* line 56, ../sass/module/_oneoffpages.scss */
.flip_container .inner {
  width: 270px;
  height: 270px;
}

/* line 61, ../sass/module/_oneoffpages.scss */
.flip_container div.heading {
  padding-right: 20px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 0px;
  line-height: 20px;
  color: #D31145;
  height: 50px;
  text-align: center;
  position: relative;
  font-family: Trebuchet MS,TrebuchetMSRegular,Lucida Grande,Geneva,Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 76, ../sass/module/_oneoffpages.scss */
.flip_container div.description {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  font-size: 12px;
  position: relative;
  font-family: Trebuchet MS,TrebuchetMSRegular,Lucida Grande,Geneva,Arial,Helvetica,sans-serif;
  font-weight: bold;
  height: 1.25em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 91, ../sass/module/_oneoffpages.scss */
.flip_container .inner .btn_helpnow {
  position: relative;
  top: 100px;
  left: 84px;
  background: url(../images/donations/btn_helpnow.jpg) no-repeat;
  width: 105px;
  height: 36px;
}

/* line 100, ../sass/module/_oneoffpages.scss */
.view-musicares-donation #ctools-jump-menu,
.view-grammy-foundation-donation #ctools-jump-menu {
  float: right;
}

/* line 105, ../sass/module/_oneoffpages.scss */
.view-musicares-donation #ctools-jump-menu .button-wrapper,
.view-grammy-foundation-donation #ctools-jump-menu .button-wrapper {
  display: none;
}

/* line 110, ../sass/module/_oneoffpages.scss */
#page-musicares-donate .view-display-id-page_1 .view-content .views-row {
  float: left;
  width: 280px;
  height: 280px;
  clear: none;
}

/* line 117, ../sass/module/_oneoffpages.scss */
.bg_bapoth_banner {
  background: url("../images/donations/bg_MC_SRF562x186.jpg") no-repeat scroll 0 0 transparent;
  height: 186px;
  width: 568px;
}

/* line 125, ../sass/module/_oneoffpages.scss */
#webform-component-donation .webform-component-textfield input, #webform-component-donation input#edit-submitted-donation-donation-options-other {
  float: left;
  margin-bottom: 10px;
  width: 40px;
}
/* line 131, ../sass/module/_oneoffpages.scss */
#webform-component-donation .field-prefix + input, #webform-component-donation #webform-component-donation--full-sets-total input#edit-submitted-donation-full-sets-total {
  background-color: #F5F5F5;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #4B4B4B;
  margin-bottom: 10px;
  width: 80px;
  box-shadow: none;
}
/* line 142, ../sass/module/_oneoffpages.scss */
#webform-component-donation .field-prefix {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  width: 20px;
}
/* line 150, ../sass/module/_oneoffpages.scss */
#webform-component-donation .field-suffix {
  float: left;
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
}
/* line 158, ../sass/module/_oneoffpages.scss */
#webform-component-donation #edit-submitted-donation-full-sets-total-wrapper span.field-prefix {
  float: none;
  position: relative;
  left: 340px;
}
/* line 164, ../sass/module/_oneoffpages.scss */
#webform-component-donation label {
  display: inline;
  margin-right: 1em;
  margin-bottom: 0px;
}
/* line 170, ../sass/module/_oneoffpages.scss */
#webform-component-donation .form-item, #webform-component-donation .form-actions {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 175, ../sass/module/_oneoffpages.scss */
#webform-component-donation input {
  margin-bottom: 5px;
}
/* line 179, ../sass/module/_oneoffpages.scss */
#webform-component-donation #webform-component-donation--contribution-to-scholarship-pool {
  margin: 0 auto;
  width: 360px;
}
/* line 182, ../sass/module/_oneoffpages.scss */
#webform-component-donation #webform-component-donation--contribution-to-scholarship-pool span.field-prefix {
  width: 240px;
}
/* line 185, ../sass/module/_oneoffpages.scss */
#webform-component-donation #webform-component-donation--contribution-to-scholarship-pool input#edit-submitted-donation-contribution-to-scholarship-pool {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 0 0 2px #333333 inset;
  margin-bottom: 10px;
  width: 80px;
  height: 20px;
  float: right;
}

/* line 198, ../sass/module/_oneoffpages.scss */
#webform-component-donation--full-sets-total input#edit-submitted-donation-full-sets-total {
  float: right;
}

/* line 202, ../sass/module/_oneoffpages.scss */
#webform-component-donation--grand-total .field-prefix {
  float: left;
  width: 74%;
}

/* line 209, ../sass/module/_oneoffpages.scss */
#webform-component-contact label {
  display: block;
  margin-bottom: 0px;
}
/* line 214, ../sass/module/_oneoffpages.scss */
#webform-component-contact label.option {
  display: inline;
}
/* line 218, ../sass/module/_oneoffpages.scss */
#webform-component-contact input[class*="form-text"] {
  margin-bottom: 5px;
  width: 100%;
}
/* line 223, ../sass/module/_oneoffpages.scss */
#webform-component-contact .form-item, #webform-component-contact .form-actions {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 233, ../sass/module/_oneoffpages.scss */
.view-musicares-donation fieldset, .node-type-webform fieldset,
.view-grammy-foundation-donation fieldset, .node-type-webform fieldset {
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #CCCCCC;
  margin: 0 0 22px;
  padding: 20px;
}
/* line 240, ../sass/module/_oneoffpages.scss */
.view-musicares-donation fieldset legend, .node-type-webform fieldset legend,
.view-grammy-foundation-donation fieldset legend, .node-type-webform fieldset legend {
  background-color: white;
  border-color: grey;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  display: block;
  font-size: 24px;
  padding: 10px;
  line-height: 0.5em;
  margin-bottom: 0px;
  width: auto;
}
/* line 254, ../sass/module/_oneoffpages.scss */
.view-musicares-donation form#ctools-jump-menu, .node-type-webform form#ctools-jump-menu,
.view-grammy-foundation-donation form#ctools-jump-menu, .node-type-webform form#ctools-jump-menu {
  display: block;
  clear: both;
  width: 100%;
  z-index: 100;
  position: relative;
}
/* line 262, ../sass/module/_oneoffpages.scss */
.view-musicares-donation form#ctools-jump-menu .form-item, .node-type-webform form#ctools-jump-menu .form-item,
.view-grammy-foundation-donation form#ctools-jump-menu .form-item, .node-type-webform form#ctools-jump-menu .form-item {
  float: right;
}

/* line 273, ../sass/module/_oneoffpages.scss */
.node-type-press-release h1.page-title {
  display: none;
}
/* line 277, ../sass/module/_oneoffpages.scss */
.node-type-press-release h2.press_release_title {
  line-height: 1.25em;
  font-size: 14pt;
  font-family: Times;
  text-align: center;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 15px;
}
/* line 288, ../sass/module/_oneoffpages.scss */
.node-type-press-release .back_to_press_releases {
  text-align: left;
  float: left;
}
/* line 293, ../sass/module/_oneoffpages.scss */
.node-type-press-release .download_pdf {
  text-align: right;
  float: right;
}
/* line 298, ../sass/module/_oneoffpages.scss */
.node-type-press-release .posted_on {
  clear: both;
  wdith: 100%;
  padding-top: 15px;
}

/* line 308, ../sass/module/_oneoffpages.scss */
.view-press-release .views-field-field-teaser {
  margin-top: 15px;
}
/* line 312, ../sass/module/_oneoffpages.scss */
.view-press-release td {
  padding: 8px;
}

/* line 322, ../sass/module/_oneoffpages.scss */
.picture-right {
  float: right;
  margin: 0 0 0 16px;
}
/* line 326, ../sass/module/_oneoffpages.scss */
.picture-right .caption {
  font-size: 12px !important;
  margin-top: 10px;
  line-height: 14px !important;
}

/* line 337, ../sass/module/_oneoffpages.scss */
table.bodytext td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

/* line 343, ../sass/module/_oneoffpages.scss */
table.bodytext td:first-child {
  padding-top: 0px;
}

/* line 352, ../sass/module/_oneoffpages.scss */
.grammy-twocol-wideleft .panel-col-right .follow_header_MC {
  background: url(../images/follow_header_MC.png) no-repeat;
  width: 196px;
  height: 20px;
  margin: 0 auto;
}
/* line 358, ../sass/module/_oneoffpages.scss */
.grammy-twocol-wideleft .panel-col-right .follow_header_GF {
  background: url(../images/follow_header_GF.png) no-repeat;
  width: 196px;
  height: 20px;
  margin: 0 auto;
}
/* line 364, ../sass/module/_oneoffpages.scss */
.grammy-twocol-wideleft .panel-col-right .follow_icons_wrapper {
  margin: 0 auto;
  width: 200px;
}
/* line 368, ../sass/module/_oneoffpages.scss */
.grammy-twocol-wideleft .panel-col-right .follow_facebook {
  background: url(../images/follow_facebook.png) no-repeat;
  background-position: center top;
  width: 35px;
  height: 38px;
  float: left;
  margin: 7px;
}
/* line 376, ../sass/module/_oneoffpages.scss */
.grammy-twocol-wideleft .panel-col-right .follow_twitter {
  background: url(../images/follow_twitter.png) no-repeat;
  background-position: center top;
  width: 35px;
  height: 38px;
  float: left;
  margin: 7px;
}
/* line 384, ../sass/module/_oneoffpages.scss */
.grammy-twocol-wideleft .panel-col-right .follow_instagram {
  background: url(../images/follow_instagram.png) no-repeat;
  background-position: center top;
  width: 35px;
  height: 38px;
  float: left;
  margin: 7px;
}
/* line 392, ../sass/module/_oneoffpages.scss */
.grammy-twocol-wideleft .panel-col-right .follow_youtube {
  background: url(../images/follow_youtube.png) no-repeat;
  background-position: center top;
  width: 35px;
  height: 38px;
  float: left;
  margin: 7px;
}

/* line 407, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories li.spritemenu {
  display: none;
}
/* line 410, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .view-id-grammyorg_living_histories {
  margin-bottom: 30px;
}
/* line 413, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .view-id-grammyorg_living_histories ul#flexslider_views_slideshow_grammyorg_living_histories-rotator .views-field-title {
  font-size: 1.625em;
  line-height: 1.2;
  margin-top: 15px;
}
/* line 421, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .view-id-grammyorg_living_histories .flexslider ul.slides li {
  padding: 5px;
}
/* line 426, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .view-id-grammyorg_living_histories .flex-viewport {
  margin-bottom: 20px;
}
/* line 431, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories form#views-exposed-form-grammyorg-living-histories-panel-pane-2 .views-exposed-widgets {
  margin-bottom: 30px;
}
/* line 434, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories form#views-exposed-form-grammyorg-living-histories-panel-pane-2 .views-submit-button {
  padding-top: 23px;
}
/* line 438, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .view-more {
  background: none repeat scroll 0 0 #ddd;
  border: 1px solid #d7d7d7;
  margin-bottom: 15px;
  float: right;
}
/* line 443, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .view-more a {
  padding: 4px 6px;
}
/* line 447, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .page-title h2.pane-title {
  color: #b49659;
  font-size: 3em;
  font-weight: normal;
  margin: 0px;
}
/* line 454, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .alpha-pager a.alpha-page {
  font-size: 20px;
}
/* line 457, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .alpha-pager a.alpha-page.active {
  font-size: 30px;
}
/* line 461, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories #views-exposed-form-grammyorg-living-histories-panel-pane-5 {
  display: none;
}
/* line 464, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .alpha-pager {
  margin-bottom: 30px;
}
/* line 467, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories .contextual-links-region {
  position: inherit;
}

/* line 471, ../sass/module/_oneoffpages.scss */
.living_histories_bottom_message {
  margin-top: 30px;
  clear: both;
}

/* line 476, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories-people .alpha-pager {
  margin-bottom: 0px;
}
/* line 479, ../sass/module/_oneoffpages.scss */
body.page-grammy-foundation-preservation-grammy-living-histories-people .alpha_pager_text {
  margin-bottom: 30px;
}

/* line 489, ../sass/module/_oneoffpages.scss */
.videos-ron-living-hisories .view-content div.views-row {
  height: 310px;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
  margin-bottom: 20px;
  margin-left: 0;
  width: 45%;
  word-wrap: break-word;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  /* line 489, ../sass/module/_oneoffpages.scss */
  .videos-ron-living-hisories .view-content div.views-row {
    height: 350px;
  }
}
@media only screen and (min-width: 961px) {
  /* line 489, ../sass/module/_oneoffpages.scss */
  .videos-ron-living-hisories .view-content div.views-row {
    height: 310px;
  }
}
/* line 508, ../sass/module/_oneoffpages.scss */
.videos-ron-living-hisories .view-content div.views-row .views-field {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 512, ../sass/module/_oneoffpages.scss */
.videos-ron-living-hisories .view-content div.views-row .views-field-title {
  font-weight: bold;
  max-height: 40px;
  overflow: hidden;
}
/* line 517, ../sass/module/_oneoffpages.scss */
.videos-ron-living-hisories .view-content div.views-row .views-field-field-ooyala {
  padding: 0px;
}
/* line 519, ../sass/module/_oneoffpages.scss */
.videos-ron-living-hisories .view-content div.views-row .views-field-field-ooyala img {
  width: 100%;
  height: auto;
}
/* line 526, ../sass/module/_oneoffpages.scss */
.videos-ron-living-hisories .view-content div.views-row .ooyala-thumbnail {
  position: relative;
}
/* line 368, ../sass/_custom.scss */
.videos-ron-living-hisories .view-content div.views-row .ooyala-thumbnail a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent url(../images/play-circle.png) no-repeat center center;
  background-size: 2em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (min-width: 768px) {
  /* line 368, ../sass/_custom.scss */
  .videos-ron-living-hisories .view-content div.views-row .ooyala-thumbnail a:after {
    background-size: 3em;
  }
}
/* line 528, ../sass/module/_oneoffpages.scss */
.videos-ron-living-hisories .view-content div.views-row .ooyala-thumbnail a:after {
  background-size: 2em;
}
@media only screen and (min-width: 768px) {
  /* line 528, ../sass/module/_oneoffpages.scss */
  .videos-ron-living-hisories .view-content div.views-row .ooyala-thumbnail a:after {
    background-size: 4em;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  /* line 544, ../sass/module/_oneoffpages.scss */
  .videos-ron-living-hisories .view-content div.views-row {
    width: 100%;
    height: auto;
  }
  /* line 547, ../sass/module/_oneoffpages.scss */
  .videos-ron-living-hisories .view-content div.views-row .ooyala-thumbnail {
    position: relative;
  }
  /* line 368, ../sass/_custom.scss */
  .videos-ron-living-hisories .view-content div.views-row .ooyala-thumbnail a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent url(../images/play-circle.png) no-repeat center center;
    background-size: 2em;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) and (min-width: 768px) {
  /* line 368, ../sass/_custom.scss */
  .videos-ron-living-hisories .view-content div.views-row .ooyala-thumbnail a:after {
    background-size: 3em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  /* line 549, ../sass/module/_oneoffpages.scss */
  .videos-ron-living-hisories .view-content div.views-row .ooyala-thumbnail a:after {
    background-size: 4em;
  }
}
/* line 563, ../sass/module/_oneoffpages.scss */
.views-field-field-living-histories-topics a.active,
.view-grammyorg-living-histories-topics a.active,
.views-field-field-living-histories-people a.active,
.view-grammyorg-living-histories-people a.active,
.views-field-field-living-histories-genres a.active,
.view-grammyorg-living-histories-genres a.active {
  color: #174e7d;
}

/* line 575, ../sass/module/_oneoffpages.scss */
.node-type-video .field-name-field-living-histories-topics .field-item,
.node-type-video .field-name-field-living-histories-people .field-item,
.node-type-video .field-name-field-living-histories-genres .field-item {
  display: inline;
  float: left;
  margin-right: 15px;
}
/* line 582, ../sass/module/_oneoffpages.scss */
.node-type-video .panel-col-first.panel-col-left .pane-node-field-living-histories-topics,
.node-type-video .panel-col-first.panel-col-left .pane-node-field-living-histories-people,
.node-type-video .panel-col-first.panel-col-left .pane-node-field-living-histories-genres {
  margin: 0px;
}
/* line 587, ../sass/module/_oneoffpages.scss */
.node-type-video .panel-col-first.panel-col-left .pane-node-field-living-histories-people {
  margin-top: 15px;
}

/* line 597, ../sass/module/_oneoffpages.scss */
.page-legal-accept #page {
  padding: 20px;
}

/**
 *! @file
 *! sass/module/_search.scss
 *! Search pages, blocks, and ApacheSolr styles.
 */
/* Search box
-------------------------------------------------------------- */
/* line 15, ../sass/module/_search.scss */
#header #search-form .form-type-textfield input {
  background: transparent url("../images/search-bg.png") no-repeat left top;
  border: none;
  color: #4c4c4c;
  float: right;
  height: 30px;
  padding-left: 26px;
  width: 200px;
}

/* line 25, ../sass/module/_search.scss */
#header form#search-form .form-type-textfield input:focus {
  color: #000;
}

/* line 29, ../sass/module/_search.scss */
#header form#search-form input.form-submit,
#header form#search-form .button-wrapper {
  display: none;
  visibility: hidden;
}

/* Search Form Styling Helper */
/* line 36, ../sass/module/_search.scss */
form {
  box-sizing: content-box;
}

/* line 39, ../sass/module/_search.scss */
form * {
  box-sizing: content-box;
}

/* line 50, ../sass/module/_search.scss */
.page-search-apachesolr-search .pane-apachesolr-form {
  margin-bottom: 1em;
  border: 1px solid #e6e6e6;
  -moz-box-shadow: 0 10px 10px -10px #b1b1b1;
  -webkit-box-shadow: 0 10px 10px -10px #b1b1b1;
  box-shadow: 0 10px 10px -10px #b1b1b1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f4f4f4 url(../images/winner-search-bg.png) no-repeat top center;
}
/* line 57, ../sass/module/_search.scss */
.page-search-apachesolr-search .pane-apachesolr-form .form-actions {
  padding: 0 .5em;
}
/* line 60, ../sass/module/_search.scss */
.page-search-apachesolr-search .pane-apachesolr-form .form-actions label {
  color: #000;
  text-shadow: 0 -1px 0 #fff;
}
/* line 65, ../sass/module/_search.scss */
.page-search-apachesolr-search .pane-apachesolr-form .form-actions select {
  width: 105%;
}
@media only screen and (min-width: 768px) {
  /* line 65, ../sass/module/_search.scss */
  .page-search-apachesolr-search .pane-apachesolr-form .form-actions select {
    width: 100%;
  }
}
/* line 78, ../sass/module/_search.scss */
.page-search-apachesolr-search form .form-item-apachesolr-panels-search-form {
  float: left;
  margin: 0.5em 15px 0 15px;
}
/* line 83, ../sass/module/_search.scss */
.page-search-apachesolr-search form input.form-text {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  /* line 83, ../sass/module/_search.scss */
  .page-search-apachesolr-search form input.form-text {
    width: 240px;
  }
}
/* line 90, ../sass/module/_search.scss */
.page-search-apachesolr-search form .form-submit {
  margin-top: 1.3em;
}
/* line 98, ../sass/module/_search.scss */
.page-search-apachesolr-search li.search-result {
  overflow: auto;
  background: transparent url(../images/box-border-grey.png) repeat-x bottom left;
}
/* line 102, ../sass/module/_search.scss */
.page-search-apachesolr-search li.search-result div.view-search-result {
  float: left;
  max-width: 300px;
  margin-right: 15px;
}
/* line 108, ../sass/module/_search.scss */
.page-search-apachesolr-search li.search-result .search-image {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.015) url(../images/bk-waves-trans.png) repeat left top;
  padding: 1em;
  width: 100px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  /* line 108, ../sass/module/_search.scss */
  .page-search-apachesolr-search li.search-result .search-image {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 118, ../sass/module/_search.scss */
  .page-search-apachesolr-search li.search-result .search-image .search-result-picture {
    float: left;
    margin-right: .75em;
  }
}
/* line 125, ../sass/module/_search.scss */
.page-search-apachesolr-search li.search-result .search-image .search-result-name {
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  /* line 129, ../sass/module/_search.scss */
  .page-search-apachesolr-search li.search-result .search-image .search-result-links {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 62, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
  .page-search-apachesolr-search li.search-result .search-image .search-result-links li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  /* line 49, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
  .page-search-apachesolr-search li.search-result .search-image .search-result-links li:first-child {
    padding-left: 0;
  }
  /* line 50, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
  .page-search-apachesolr-search li.search-result .search-image .search-result-links li:last-child {
    padding-right: 0;
  }
  /* line 52, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_horizontal-list.scss */
  .page-search-apachesolr-search li.search-result .search-image .search-result-links li.last {
    padding-right: 0;
  }
}
/* line 134, ../sass/module/_search.scss */
.page-search-apachesolr-search li.search-result .search-image .search-result-links .search-result-link {
  margin: 0;
  vertical-align: text-bottom;
}
/* line 138, ../sass/module/_search.scss */
.page-search-apachesolr-search li.search-result .search-image .search-result-links .search-result-link a {
  font-size: .75em;
  font-weight: 700;
}
/* line 145, ../sass/module/_search.scss */
.page-search-apachesolr-search li.search-result .search-image .search-result-links span {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 145, ../sass/module/_search.scss */
  .page-search-apachesolr-search li.search-result .search-image .search-result-links span {
    display: inline;
    font-weight: 700;
    float: left;
  }
}
/* line 158, ../sass/module/_search.scss */
.page-search-apachesolr-search li.search-result p.search-info {
  float: right;
  padding-left: 0;
}

/**
 *! @file
 *! sass/module/_news.scss
 *! Styles for the News nodes and related views.
 */
/* line 10, ../sass/module/_news.scss */
.view-news-listing-org {
  margin-bottom: 30px;
}
/* line 13, ../sass/module/_news.scss */
.view-news-listing-org .home-news-header {
  font-size: 1.5em;
  color: #000;
  line-height: 1.8;
}
/* line 18, ../sass/module/_news.scss */
.view-news-listing-org h2.block-title {
  font-size: 1.1em;
  font-weight: normal;
  font-family: sans-serif;
  color: #676767;
}
/* line 25, ../sass/module/_news.scss */
.view-news-listing-org .view-content ul {
  margin: 0;
  padding: 0;
}
/* line 29, ../sass/module/_news.scss */
.view-news-listing-org .view-content ul li {
  margin: 1em 0 0 0;
  border-bottom: 1px dotted #cbcbcb;
  padding: 4px 0 6px;
  background: none;
}
/* line 36, ../sass/module/_news.scss */
.view-news-listing-org .view-content .views-field-created {
  color: #a5a5a5;
}
/* line 40, ../sass/module/_news.scss */
.view-news-listing-org .more-link {
  text-align: left;
  margin-top: 1em;
}
/* line 44, ../sass/module/_news.scss */
.view-news-listing-org .more-link a {
  background: #ddd;
  border: 1px solid #d7d7d7;
  float: right;
  padding: 4px 6px;
}

/**
 * CLASS BASED IMPLEMENTATION OF THE NEWS RIVER OF NEWS
 *
 * This is used on:
 * - /musicares
 * - /musicares/news
 * - /grammy-foundation/news
 *
 * @mixin in _custom.scss
 */
/* line 67, ../sass/module/_news.scss */
.news-ron .views-row {
  clear: both;
  margin-bottom: 3em;
}
/* line 71, ../sass/module/_news.scss */
.news-ron .views-row h3 {
  margin: 1em 0;
  font-size: 1.42857em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  /* line 71, ../sass/module/_news.scss */
  .news-ron .views-row h3 {
    font-size: 1.625em;
    line-height: 1.2;
  }
}
/* line 79, ../sass/module/_news.scss */
.news-ron .views-row .views-field-field-news-photo {
  float: right;
  margin-left: 1em;
  max-width: 25%;
  padding: 1px;
  border: 1px solid #ccc;
  line-height: 0;
}
/* line 89, ../sass/module/_news.scss */
.news-ron .views-row .views-field-field-news-summary p {
  display: inline;
}
/* line 94, ../sass/module/_news.scss */
.news-ron .view-footer {
  clear: both;
}

/* line 103, ../sass/module/_news.scss */
.node-type-news .flex-control-nav {
  position: relative;
  bottom: 0;
  margin-bottom: 20px;
}

/* line 119, ../sass/module/_news.scss */
.node-type-news .view-news-photo-rotator-org .view-content {
  background: url("../images/rotator-background.png") no-repeat scroll center bottom transparent;
  padding: 0 0 21px;
}
/* line 124, ../sass/module/_news.scss */
.node-type-news .view-news-photo-rotator-org .views-field-field-file-credit {
  float: right;
  font-size: 0.9em;
  padding: 10px 30px 5px 0;
  text-align: right;
  width: 44%;
}
/* line 132, ../sass/module/_news.scss */
.node-type-news .view-news-photo-rotator-org .views-field-field-file-caption {
  float: left;
  padding: 10px 0 5px 30px;
  text-align: left;
  width: 44%;
}
/* line 141, ../sass/module/_news.scss */
.node-type-news .pane-node-created {
  margin-bottom: 15px;
}

/* line 147, ../sass/module/_news.scss */
.related {
  width: 100%;
  margin: 20px 20px 20px 0;
  padding: 10px;
  background: #E8E8E8;
}
@media only screen and (min-width: 481px) {
  /* line 147, ../sass/module/_news.scss */
  .related {
    float: left;
    width: 31.147540983%;
  }
}
/* line 166, ../sass/module/_news.scss */
.related .inner {
  margin-bottom: 10px;
}
/* line 169, ../sass/module/_news.scss */
.related .inner a {
  cursor: pointer;
}
/* line 177, ../sass/module/_news.scss */
.related img {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}
/* line 185, ../sass/module/_news.scss */
.related .innerWrapper {
  width: 100% !important;
}
/* line 189, ../sass/module/_news.scss */
.related div.vp-close-wrapper {
  overflow: auto;
}
/* line 192, ../sass/module/_news.scss */
.related div.vp-close-wrapper a {
  float: right;
}
/* line 198, ../sass/module/_news.scss */
.related .field-type-link-field {
  margin: .25em 0 0 .25em;
}
/* line 201, ../sass/module/_news.scss */
.related .field-type-link-field .field-item {
  padding: 0 0 .5em 1em;
  background: url("../images/arrow-bullet.png") no-repeat 0 6px;
}

/**
 *! @file
 *! sass/module/_blogs.scss
 *! Styles for blogs
 */
/* line 10, ../sass/module/_blogs.scss */
div.view-blog-posts-org div.views-row {
  border-bottom: 1px dotted #d8d8d8;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

/* line 16, ../sass/module/_blogs.scss */
article.node div.avatar,
div.view-blog-posts-org div.avatar {
  background: transparent url("../images/avatar-shadow.png") no-repeat center bottom;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  padding-bottom: 12px;
  width: 110px;
}

/* line 26, ../sass/module/_blogs.scss */
article.node div.avatar {
  float: right;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 961px) {
  /* line 26, ../sass/module/_blogs.scss */
  article.node div.avatar {
    margin-right: 180px;
  }
}

/* line 35, ../sass/module/_blogs.scss */
article.node div.avatar div.inner,
div.view-blog-posts-org div.avatar div.inner {
  background: #d0d0d0 url("../images/avatar-bg.png") no-repeat left top;
  min-height: 136px;
}

/* line 41, ../sass/module/_blogs.scss */
article.node div.avatar div.picture,
div.view-blog-posts-org div.avatar div.picture {
  padding: 5px 5px 0;
  margin: 0 !important;
}

/* line 47, ../sass/module/_blogs.scss */
article.node div.avatar .name,
div.view-blog-posts-org div.avatar .name {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

/* line 58, ../sass/module/_blogs.scss */
div.view-blog-posts-org div.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
}

/* line 64, ../sass/module/_blogs.scss */
div.view-blog-posts-org div.title h2 {
  margin: 0;
}

/* line 68, ../sass/module/_blogs.scss */
div.view-blog-posts-org div.created {
  font-size: 14px;
  line-height: 36px;
}

/* line 73, ../sass/module/_blogs.scss */
div.view-blog-posts-org h2.field-content
div.view-blog-posts-org div.views-field-created,
div.view-blog-posts-org div.views-field-field-awards-summary,
div.view-blog-posts-org div.read-more {
  margin-left: 130px;
}

/* line 80, ../sass/module/_blogs.scss */
div.view-blog-posts-org div.read-more a {
  background: transparent url("../images/blog-readmore.png") no-repeat left top;
  display: block;
  height: 26px;
  overflow: hidden;
  text-indent: -999em;
  width: 80px;
}

/* line 88, ../sass/module/_blogs.scss */
div.view-blog-posts-org div.read-more a:hover {
  background-position: left bottom;
}

/* line 96, ../sass/module/_blogs.scss */
.node-type-blog .flex-control-nav {
  position: relative;
  bottom: 0;
  margin-bottom: 20px;
}

/* line 112, ../sass/module/_blogs.scss */
.node-type-blog .view-blog-photo-rotator-org .view-content {
  background: url("../images/rotator-background.png") no-repeat scroll center bottom transparent;
  padding: 0 0 21px;
}
/* line 117, ../sass/module/_blogs.scss */
.node-type-blog .view-blog-photo-rotator-org .views-field-field-file-credit {
  float: right;
  font-size: 0.9em;
  padding: 10px 30px 5px 0;
  text-align: right;
  width: 44%;
}
/* line 125, ../sass/module/_blogs.scss */
.node-type-blog .view-blog-photo-rotator-org .views-field-field-file-caption {
  float: left;
  padding: 10px 0 5px 30px;
  text-align: left;
  width: 44%;
}
/* line 134, ../sass/module/_blogs.scss */
.node-type-blog .pane-node-created {
  margin-bottom: 15px;
}

/* line 140, ../sass/module/_blogs.scss */
.related {
  width: 100%;
  margin: 20px 20px 20px 0;
  padding: 10px;
  background: #E8E8E8;
}
@media only screen and (min-width: 481px) {
  /* line 140, ../sass/module/_blogs.scss */
  .related {
    float: left;
    width: 31.147540983%;
  }
}
/* line 159, ../sass/module/_blogs.scss */
.related .inner {
  margin-bottom: 10px;
}
/* line 162, ../sass/module/_blogs.scss */
.related .inner a {
  cursor: pointer;
}
/* line 170, ../sass/module/_blogs.scss */
.related img {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}
/* line 178, ../sass/module/_blogs.scss */
.related .innerWrapper {
  width: 100% !important;
}
/* line 182, ../sass/module/_blogs.scss */
.related div.vp-close-wrapper {
  overflow: auto;
}
/* line 185, ../sass/module/_blogs.scss */
.related div.vp-close-wrapper a {
  float: right;
}
/* line 191, ../sass/module/_blogs.scss */
.related .field-type-link-field {
  margin: .25em 0 0 .25em;
}
/* line 194, ../sass/module/_blogs.scss */
.related .field-type-link-field .field-item {
  padding: 0 0 .5em 1em;
  background: url("../images/arrow-bullet.png") no-repeat 0 6px;
}

/** 
 *! @file
 *! sass/module/_videos.scss
 *! Videos Styles
 */
/* line 9, ../sass/module/_videos.scss */
.page-node-videos .panel-col-left {
  background: #e0e0e1 url(../images/bg-gd-wave.png) repeat scroll top left;
  padding-top: 20px;
}

/* line 16, ../sass/module/_videos.scss */
.videos-ron {
  overflow: auto;
}
/* line 235, ../sass/_custom.scss */
.videos-ron .views-row-odd,
.videos-ron .views-row-even {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-left: 0;
  padding-right: 0;
  clear: both;
}
@media only screen and (min-width: 481px) {
  /* line 246, ../sass/_custom.scss */
  .videos-ron .views-row-odd {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    padding-right: .5em;
  }
  /* line 253, ../sass/_custom.scss */
  .videos-ron .views-row-even {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding-left: 0;
    padding-right: 0;
    clear: none;
    padding-left: .5em;
  }
}
/* line 339, ../sass/_custom.scss */
.videos-ron li .views-field-title {
  margin: 5px 0 15px;
}
@media only screen and (min-width: 481px) {
  /* line 339, ../sass/_custom.scss */
  .videos-ron li .views-field-title {
    margin: 30px 0;
  }
}
/* line 350, ../sass/_custom.scss */
.videos-ron .ooyala-thumbnail {
  position: relative;
}
/* line 368, ../sass/_custom.scss */
.videos-ron .ooyala-thumbnail a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent url(../images/play-circle.png) no-repeat center center;
  background-size: 2em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (min-width: 768px) {
  /* line 368, ../sass/_custom.scss */
  .videos-ron .ooyala-thumbnail a:after {
    background-size: 3em;
  }
}
/* line 354, ../sass/_custom.scss */
.videos-ron img {
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
/* line 357, ../sass/_custom.scss */
.videos-ron img:hover {
  -moz-box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
}

/* line 33, ../sass/module/_videos.scss */
.page-videos .panel-col-first.panel-col-left .view, .node-type-video .panel-col-first.panel-col-left .view, .node-type-video-invu .panel-col-first.panel-col-left .view, body.node-type-video-invu .panel-col-first.panel-col-left .view {
  padding-top: .5em;
  position: relative;
}
/* line 38, ../sass/module/_videos.scss */
.page-videos .panel-col-first.panel-col-left .flex-control-nav, .node-type-video .panel-col-first.panel-col-left .flex-control-nav, .node-type-video-invu .panel-col-first.panel-col-left .flex-control-nav, body.node-type-video-invu .panel-col-first.panel-col-left .flex-control-nav {
  position: relative;
  bottom: 0;
}
/* line 43, ../sass/module/_videos.scss */
.page-videos .panel-col-first.panel-col-left .view-videos-page.view-display-id-block_7 .views-field-title, .node-type-video .panel-col-first.panel-col-left .view-videos-page.view-display-id-block_7 .views-field-title, .node-type-video-invu .panel-col-first.panel-col-left .view-videos-page.view-display-id-block_7 .views-field-title, body.node-type-video-invu .panel-col-first.panel-col-left .view-videos-page.view-display-id-block_7 .views-field-title {
  overflow: visible;
  max-height: 100%;
}
/* line 52, ../sass/module/_videos.scss */
.page-videos .panel-col-left .view-videos-page, .node-type-video .panel-col-left .view-videos-page, .node-type-video-invu .panel-col-left .view-videos-page, body.node-type-video-invu .panel-col-left .view-videos-page {
  padding-top: .5em;
  position: relative;
}
/* line 495, ../sass/_custom.scss */
.page-videos .panel-col-left .view-videos-page .view-header div[align="right"], .node-type-video .panel-col-left .view-videos-page .view-header div[align="right"], .node-type-video-invu .panel-col-left .view-videos-page .view-header div[align="right"], body.node-type-video-invu .panel-col-left .view-videos-page .view-header div[align="right"] {
  position: absolute;
  top: -1.75em;
  right: 0;
}
/* line 500, ../sass/_custom.scss */
.page-videos .panel-col-left .view-videos-page .view-header div[align="right"] a, .node-type-video .panel-col-left .view-videos-page .view-header div[align="right"] a, .node-type-video-invu .panel-col-left .view-videos-page .view-header div[align="right"] a, body.node-type-video-invu .panel-col-left .view-videos-page .view-header div[align="right"] a {
  background-color: #000;
  padding: .3em .9em;
  color: #fff;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
/* line 109, ../sass/_custom.scss */
.page-videos .panel-col-left .view-videos-page .view-header div[align="right"] a:hover, .node-type-video .panel-col-left .view-videos-page .view-header div[align="right"] a:hover, .node-type-video-invu .panel-col-left .view-videos-page .view-header div[align="right"] a:hover, body.node-type-video-invu .panel-col-left .view-videos-page .view-header div[align="right"] a:hover {
  background-color: #0d0d0d;
  text-decoration: none;
}
/* line 506, ../sass/_custom.scss */
.page-videos .panel-col-left .view-videos-page .ooyala-thumbnail, .node-type-video .panel-col-left .view-videos-page .ooyala-thumbnail, .node-type-video-invu .panel-col-left .view-videos-page .ooyala-thumbnail, body.node-type-video-invu .panel-col-left .view-videos-page .ooyala-thumbnail {
  margin: 0 10px;
}
/* line 510, ../sass/_custom.scss */
.page-videos .panel-col-left .view-videos-page .views-field-title, .node-type-video .panel-col-left .view-videos-page .views-field-title, .node-type-video-invu .panel-col-left .view-videos-page .views-field-title, body.node-type-video-invu .panel-col-left .view-videos-page .views-field-title {
  margin: .25em 10px 0;
  line-height: 1.25em;
  overflow: hidden;
  max-height: 51px;
}
@media only screen and (min-width: 768px) {
  /* line 510, ../sass/_custom.scss */
  .page-videos .panel-col-left .view-videos-page .views-field-title, .node-type-video .panel-col-left .view-videos-page .views-field-title, .node-type-video-invu .panel-col-left .view-videos-page .views-field-title, body.node-type-video-invu .panel-col-left .view-videos-page .views-field-title {
    max-height: 60px;
  }
}
/* line 520, ../sass/_custom.scss */
.page-videos .panel-col-left .view-videos-page .flex-control-nav, .node-type-video .panel-col-left .view-videos-page .flex-control-nav, .node-type-video-invu .panel-col-left .view-videos-page .flex-control-nav, body.node-type-video-invu .panel-col-left .view-videos-page .flex-control-nav {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
/* line 55, ../sass/module/_videos.scss */
.page-videos .panel-col-left .view-videos-page .view-header, .node-type-video .panel-col-left .view-videos-page .view-header, .node-type-video-invu .panel-col-left .view-videos-page .view-header, body.node-type-video-invu .panel-col-left .view-videos-page .view-header {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  width: 200px;
}
/* line 62, ../sass/module/_videos.scss */
.page-videos .panel-col-left .view-videos-page .view-header div[align="right"], .node-type-video .panel-col-left .view-videos-page .view-header div[align="right"], .node-type-video-invu .panel-col-left .view-videos-page .view-header div[align="right"], body.node-type-video-invu .panel-col-left .view-videos-page .view-header div[align="right"] {
  top: auto;
  bottom: -5px;
}

/* line 75, ../sass/module/_videos.scss */
.ooyala-thumbnail {
  position: relative;
}
/* line 368, ../sass/_custom.scss */
.ooyala-thumbnail a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent url(../images/play-circle.png) no-repeat center center;
  background-size: 2em;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media only screen and (min-width: 768px) {
  /* line 368, ../sass/_custom.scss */
  .ooyala-thumbnail a:after {
    background-size: 3em;
  }
}
/* line 78, ../sass/module/_videos.scss */
.ooyala-thumbnail a:after {
  background-size: 1em;
}
@media only screen and (min-width: 768px) {
  /* line 78, ../sass/module/_videos.scss */
  .ooyala-thumbnail a:after {
    background-size: 2em;
  }
}

/* line 87, ../sass/module/_videos.scss */
.ooyala-logo {
  background: transparent url(../images/powered_by_ooyala_2012.png) no-repeat 0 0;
  display: block;
  height: 18px;
  width: 150px;
  float: right;
  margin-top: .25em;
  z-index: 99999;
}

/* line 108, ../sass/module/_videos.scss */
.view-id-videos_page.view-display-id-block_2 .view-content ul li {
  margin: 0 0 20px 0;
}

/* line 130, ../sass/module/_videos.scss */
.inline-video-player,
.views-field-field-ooyala .ooyala-container,
.has-video .pane-content .ooyala-container,
div[id^='ooyalaPlayer'] {
  height: 0px !important;
  width: auto !important;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
  max-width: 100%;
}
/* line 141, ../sass/module/_videos.scss */
.inline-video-player .innerWrapper,
.views-field-field-ooyala .ooyala-container .innerWrapper,
.has-video .pane-content .ooyala-container .innerWrapper,
div[id^='ooyalaPlayer'] .innerWrapper {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0px;
  left: 0px;
}
/* line 149, ../sass/module/_videos.scss */
.inline-video-player object,
.inline-video-player embed,
.views-field-field-ooyala .ooyala-container object,
.views-field-field-ooyala .ooyala-container embed,
.has-video .pane-content .ooyala-container object,
.has-video .pane-content .ooyala-container embed,
div[id^='ooyalaPlayer'] object,
div[id^='ooyalaPlayer'] embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 160, ../sass/module/_videos.scss */
.has-video .pane-content div {
  overflow: visible;
}

/* line 166, ../sass/module/_videos.scss */
.page-videos-tags .view-id-tags,
.page-videos-tag .view-id-tags, .page-videos-latest .view-display-id-panel_pane_5 {
  overflow: auto;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-1,
.page-videos-tag .view-id-tags .views-row.views-row-1, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-1 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-2,
.page-videos-tag .view-id-tags .views-row.views-row-2, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-2 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-3,
.page-videos-tag .view-id-tags .views-row.views-row-3, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-3 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-4,
.page-videos-tag .view-id-tags .views-row.views-row-4, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-4 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-5,
.page-videos-tag .view-id-tags .views-row.views-row-5, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-5 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-6,
.page-videos-tag .view-id-tags .views-row.views-row-6, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-6 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-7,
.page-videos-tag .view-id-tags .views-row.views-row-7, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-7 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-8,
.page-videos-tag .view-id-tags .views-row.views-row-8, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-8 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-9,
.page-videos-tag .view-id-tags .views-row.views-row-9, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-9 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-10,
.page-videos-tag .view-id-tags .views-row.views-row-10, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-10 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-11,
.page-videos-tag .view-id-tags .views-row.views-row-11, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-11 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-12,
.page-videos-tag .view-id-tags .views-row.views-row-12, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-12 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-13,
.page-videos-tag .view-id-tags .views-row.views-row-13, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-13 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-14,
.page-videos-tag .view-id-tags .views-row.views-row-14, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-14 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-15,
.page-videos-tag .view-id-tags .views-row.views-row-15, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-15 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-16,
.page-videos-tag .view-id-tags .views-row.views-row-16, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-16 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-17,
.page-videos-tag .view-id-tags .views-row.views-row-17, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-17 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-18,
.page-videos-tag .view-id-tags .views-row.views-row-18, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-18 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-19,
.page-videos-tag .view-id-tags .views-row.views-row-19, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-19 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-20,
.page-videos-tag .view-id-tags .views-row.views-row-20, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-20 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-21,
.page-videos-tag .view-id-tags .views-row.views-row-21, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-21 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-22,
.page-videos-tag .view-id-tags .views-row.views-row-22, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-22 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-23,
.page-videos-tag .view-id-tags .views-row.views-row-23, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-23 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-24,
.page-videos-tag .view-id-tags .views-row.views-row-24, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-24 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-25,
.page-videos-tag .view-id-tags .views-row.views-row-25, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-25 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-26,
.page-videos-tag .view-id-tags .views-row.views-row-26, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-26 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-27,
.page-videos-tag .view-id-tags .views-row.views-row-27, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-27 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-28,
.page-videos-tag .view-id-tags .views-row.views-row-28, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-28 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-29,
.page-videos-tag .view-id-tags .views-row.views-row-29, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-29 {
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
  clear: left;
}
/* line 469, ../sass/_custom.scss */
.page-videos-tags .view-id-tags .views-row.views-row-30,
.page-videos-tag .view-id-tags .views-row.views-row-30, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-30 {
  float: left;
  width: 100%;
  margin-left: 100%;
  margin-right: -200%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  clear: none;
  margin-bottom: 20px;
}
@media only screen and (min-width: 481px) {
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-1,
  .page-videos-tag .view-id-tags .views-row.views-row-1, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-1 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-2,
  .page-videos-tag .view-id-tags .views-row.views-row-2, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-2 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-3,
  .page-videos-tag .view-id-tags .views-row.views-row-3, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-3 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-4,
  .page-videos-tag .view-id-tags .views-row.views-row-4, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-4 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-5,
  .page-videos-tag .view-id-tags .views-row.views-row-5, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-5 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-6,
  .page-videos-tag .view-id-tags .views-row.views-row-6, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-6 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-7,
  .page-videos-tag .view-id-tags .views-row.views-row-7, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-7 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-8,
  .page-videos-tag .view-id-tags .views-row.views-row-8, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-8 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-9,
  .page-videos-tag .view-id-tags .views-row.views-row-9, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-9 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-10,
  .page-videos-tag .view-id-tags .views-row.views-row-10, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-10 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-11,
  .page-videos-tag .view-id-tags .views-row.views-row-11, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-11 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-12,
  .page-videos-tag .view-id-tags .views-row.views-row-12, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-12 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-13,
  .page-videos-tag .view-id-tags .views-row.views-row-13, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-13 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-14,
  .page-videos-tag .view-id-tags .views-row.views-row-14, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-14 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-15,
  .page-videos-tag .view-id-tags .views-row.views-row-15, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-15 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-16,
  .page-videos-tag .view-id-tags .views-row.views-row-16, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-16 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-17,
  .page-videos-tag .view-id-tags .views-row.views-row-17, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-17 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-18,
  .page-videos-tag .view-id-tags .views-row.views-row-18, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-18 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-19,
  .page-videos-tag .view-id-tags .views-row.views-row-19, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-19 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-20,
  .page-videos-tag .view-id-tags .views-row.views-row-20, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-20 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-21,
  .page-videos-tag .view-id-tags .views-row.views-row-21, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-21 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-22,
  .page-videos-tag .view-id-tags .views-row.views-row-22, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-22 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-23,
  .page-videos-tag .view-id-tags .views-row.views-row-23, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-23 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-24,
  .page-videos-tag .view-id-tags .views-row.views-row-24, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-24 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-25,
  .page-videos-tag .view-id-tags .views-row.views-row-25, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-25 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-26,
  .page-videos-tag .view-id-tags .views-row.views-row-26, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-26 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-27,
  .page-videos-tag .view-id-tags .views-row.views-row-27, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-27 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-28,
  .page-videos-tag .view-id-tags .views-row.views-row-28, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-28 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
    clear: left;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-29,
  .page-videos-tag .view-id-tags .views-row.views-row-29, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-29 {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
  /* line 469, ../sass/_custom.scss */
  .page-videos-tags .view-id-tags .views-row.views-row-30,
  .page-videos-tag .view-id-tags .views-row.views-row-30, .page-videos-latest .view-display-id-panel_pane_5 .views-row.views-row-30 {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: none;
    margin-bottom: 20px;
  }
}
/* line 177, ../sass/module/_videos.scss */
.page-videos-tags .view-id-tags .view-content,
.page-videos-tag .view-id-tags .view-content, .page-videos-latest .view-display-id-panel_pane_5 .view-content {
  overflow: auto;
}
/* line 181, ../sass/module/_videos.scss */
.page-videos-tags .view-id-tags li.views-row,
.page-videos-tag .view-id-tags li.views-row, .page-videos-latest .view-display-id-panel_pane_5 li.views-row {
  margin-bottom: 1em;
}
/* line 185, ../sass/module/_videos.scss */
.page-videos-tags .view-id-tags .views-field-title,
.page-videos-tag .view-id-tags .views-field-title, .page-videos-latest .view-display-id-panel_pane_5 .views-field-title {
  margin: .25em 10px 0;
  line-height: 1.25em;
  overflow: hidden;
  height: 35px;
}
@media only screen and (min-width: 768px) {
  /* line 185, ../sass/module/_videos.scss */
  .page-videos-tags .view-id-tags .views-field-title,
  .page-videos-tag .view-id-tags .views-field-title, .page-videos-latest .view-display-id-panel_pane_5 .views-field-title {
    height: 40px;
  }
}

/**
 *! @file
 *! sass/module/_page.scss
 *! Styles for the Page nodes and related views.
 */
/* line 11, ../sass/module/_page.scss */
.node-type-page .flex-control-nav {
  position: relative;
  bottom: 0;
  margin-bottom: 20px;
}

/* line 27, ../sass/module/_page.scss */
.node-type-page .view-page-photo-rotator-org .view-content {
  background: url("../images/rotator-background.png") no-repeat scroll center bottom transparent;
  padding: 0 0 21px;
}
/* line 32, ../sass/module/_page.scss */
.node-type-page .view-page-photo-rotator-org .views-field-field-file-credit {
  float: right;
  font-size: 0.9em;
  padding: 10px 30px 5px 0;
  text-align: right;
  width: 44%;
}
/* line 40, ../sass/module/_page.scss */
.node-type-page .view-page-photo-rotator-org .views-field-field-file-caption {
  float: left;
  padding: 10px 0 5px 30px;
  text-align: left;
  width: 44%;
}
/* line 49, ../sass/module/_page.scss */
.node-type-page .pane-node-created {
  margin-bottom: 15px;
}

/* line 55, ../sass/module/_page.scss */
.related {
  width: 100%;
  margin: 20px 20px 20px 0;
  padding: 10px;
  background: #E8E8E8;
}
@media only screen and (min-width: 481px) {
  /* line 55, ../sass/module/_page.scss */
  .related {
    float: left;
    width: 31.147540983%;
  }
}
/* line 74, ../sass/module/_page.scss */
.related .inner {
  margin-bottom: 10px;
}
/* line 77, ../sass/module/_page.scss */
.related .inner a {
  cursor: pointer;
}
/* line 85, ../sass/module/_page.scss */
.related img {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}
/* line 93, ../sass/module/_page.scss */
.related .innerWrapper {
  width: 100% !important;
}
/* line 97, ../sass/module/_page.scss */
.related div.vp-close-wrapper {
  overflow: auto;
}
/* line 100, ../sass/module/_page.scss */
.related div.vp-close-wrapper a {
  float: right;
}
/* line 106, ../sass/module/_page.scss */
.related .field-type-link-field {
  margin: .25em 0 0 .25em;
}
/* line 109, ../sass/module/_page.scss */
.related .field-type-link-field .field-item {
  padding: 0 0 .5em 1em;
  background: url("../images/arrow-bullet.png") no-repeat 0 6px;
}

/**
 * @file
 * SCSS for the P&E (Producers and Engineers) Wing.
 */
/* line 7, ../sass/module/_p_and_e.scss */
.view-press-release td.views-field-created {
  white-space: nowrap;
}

/**
 *! @file
 *! sass/module/_events.scss
 *! SCSS for Events.
 */
/* events listings */
/* header */
/* line 10, ../sass/module/_events.scss */
.view-events-listing .view-header {
  height: 25px;
  display: block;
  clear: after;
  margin-top: -35px;
}

/* line 16, ../sass/module/_events.scss */
.view-events-listing .view-header span.past-events,
.view-events-listing .view-header span.upcoming-events {
  float: right;
  padding-right: 25px;
  background: transparent url(../images/cal-mini.png) no-repeat right top;
}

/* line 22, ../sass/module/_events.scss */
.view-events-listing .view-header span.upcoming-events {
  background: transparent url(../images/cal-mini.png) no-repeat right top;
}

/* line 25, ../sass/module/_events.scss */
.view-events-listing .view-header span.past-events a,
.view-events-listing .view-header span.upcoming-events a {
  font-size: 11px;
}

/* exposed filter */
/* line 32, ../sass/module/_events.scss */
.view-events-listing .views-exposed-form {
  border: 1px solid #e1e1e1;
  background: #f5f5f5;
  padding: 4px 20px;
  margin-top: 1em;
}

/* line 39, ../sass/module/_events.scss */
.view-events-listing .views-exposed-form .views-exposed-widgets {
  margin: 0;
}

/* exposed filter widget(s) */
/* line 44, ../sass/module/_events.scss */
.view-events-listing .views-exposed-form .views-exposed-widget,
.view-events-listing .views-exposed-form .views-exposed-widget .views-widget {
  margin: 0;
  padding: 0;
}

/* line 50, ../sass/module/_events.scss */
.view-events-listing .views-exposed-form .views-exposed-widget {
  margin-right: 15px;
}

/* line 54, ../sass/module/_events.scss */
.view-events-listing .views-exposed-form .views-exposed-widget input#edit-search {
  width: 200px;
}

/* line 58, ../sass/module/_events.scss */
.view-events-listing .views-exposed-form .views-exposed-widget span.button-wrapper {
  display: block;
  margin-top: 16px;
}

/* line 63, ../sass/module/_events.scss */
.view-events-listing .views-row {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
}

/* line 67, ../sass/module/_events.scss */
.view-events-listing .views-row-last {
  border: none;
}

/* line 71, ../sass/module/_events.scss */
.view-events-listing .left {
  margin-right: 28px;
  width: 60px;
  float: left;
}

/* line 81, ../sass/module/_events.scss */
.view-events-listing .title {
  font-size: 14px;
  font-weight: bold;
}

/* line 86, ../sass/module/_events.scss */
.view-events-listing .field-datetime-value {
  font-size: 14px;
}

/* line 90, ../sass/module/_events.scss */
.view-events-listing .date .month,
.view-events-listing .date .day {
  background: transparent url("../images/cal.png") no-repeat left top;
  font-weight: bold;
  text-align: center;
}

/* line 97, ../sass/module/_events.scss */
.view-events-listing .date .month {
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
}

/* line 104, ../sass/module/_events.scss */
.view-events-listing .date .day {
  background-position: left -25px;
  font-size: 24px;
  height: 60px;
  line-height: 44px;
  text-shadow: 1px 1px #fff;
}

/**
 *! @file
 *! sass/module/_faq.scss
 *! Styles for the FAQ at recording-academy/announcement/faq
 */
/* line 6, ../sass/module/_faq.scss */
.view-gac-faq .attachment .views-field-title {
  font-weight: bold;
  font-size: 20px;
  color: black;
  margin-top: 20px;
  display: block;
}

/* line 13, ../sass/module/_faq.scss */
.view-gac-faq .back-to-top {
  text-align: right;
}

/**
 *! @file
 *! sass/module/_winner_search.scss
 *! Styles for winner search
 */
/* Past winners search */
/* line 8, ../sass/module/_winner_search.scss */
form.grammy-nominees-search {
  padding: 22px 22px 4px;
  background: #F4F4F4 url(../images/winner-search-bg.png) no-repeat top center;
  background-size: 100% 100%;
  border: 1px solid #E6E6E6;
  -moz-box-shadow: 0 10px 10px -10px #b1b1b1;
  -webkit-box-shadow: 0 10px 10px -10px #b1b1b1;
  box-shadow: 0 10px 10px -10px #b1b1b1;
  margin-bottom: 3em;
}
/* line 16, ../sass/module/_winner_search.scss */
form.grammy-nominees-search label br {
  display: none;
}
/* line 19, ../sass/module/_winner_search.scss */
form.grammy-nominees-search h3 {
  margin-bottom: 0.5em;
}
/* line 22, ../sass/module/_winner_search.scss */
form.grammy-nominees-search .views-exposed-widget {
  float: none;
}
/* line 25, ../sass/module/_winner_search.scss */
form.grammy-nominees-search .views-exposed-widgets-column input.form-text {
  width: 90%;
  margin: 0;
}
/* line 29, ../sass/module/_winner_search.scss */
form.grammy-nominees-search .views-exposed-widgets-column select {
  max-width: 170px;
  width: 100%;
  margin: 0;
}
/* line 34, ../sass/module/_winner_search.scss */
form.grammy-nominees-search .views-submit-button {
  float: none;
  clear: both;
}
/* line 38, ../sass/module/_winner_search.scss */
form.grammy-nominees-search .views-exposed-widgets-column-1 {
  width: 60%;
  float: left;
}
/* line 42, ../sass/module/_winner_search.scss */
form.grammy-nominees-search .views-exposed-widgets-column-2 {
  width: 40%;
  float: left;
}

/**
 *! @file
 *! sass/module/_sponsors.scss
 *! Sponsors carousel.
 */
/* line 7, ../sass/module/_sponsors.scss */
.view-sponsors .view-header {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
}
/* line 12, ../sass/module/_sponsors.scss */
.view-sponsors li a {
  display: block;
  border: 0;
  padding: 0 7px;
}

/* line 3, ../sass/module/_board-site.scss */
.grammy-org-boardhome .breadcrumb.clearfix,
.grammy-org-committees .breadcrumb.clearfix {
  padding: 0 15px 15px 40px;
}
/* line 7, ../sass/module/_board-site.scss */
.grammy-org-boardhome .logout-container,
.grammy-org-committees .logout-container {
  text-align: right;
  padding-right: 20px;
}
/* line 10, ../sass/module/_board-site.scss */
.grammy-org-boardhome .logout-container .logout-button,
.grammy-org-committees .logout-container .logout-button {
  float: right;
}
/* line 14, ../sass/module/_board-site.scss */
.grammy-org-boardhome .logout-container .logout-name,
.grammy-org-committees .logout-container .logout-name {
  margin-right: 20px;
}
/* line 19, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-login-button,
.grammy-org-committees .board-login-button {
  margin-right: 10px;
}
/* line 23, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-login-button,
.grammy-org-boardhome .board-password-button,
.grammy-org-committees .board-login-button,
.grammy-org-committees .board-password-button {
  background: #EDEDED;
  padding: 5px;
  border-radius: 3px;
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-family: 'Arial Regular', 'Arial';
  font-weight: 400;
  padding: 5px 10px;
}
/* line 35, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-login-button.placeholder,
.grammy-org-boardhome .board-password-button.placeholder,
.grammy-org-committees .board-login-button.placeholder,
.grammy-org-committees .board-password-button.placeholder {
  background: grey;
  color: white;
  font-weight: 700;
}
/* line 42, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-login-username,
.grammy-org-boardhome .board-login-pass,
.grammy-org-committees .board-login-username,
.grammy-org-committees .board-login-pass {
  margin-top: 1em;
}
/* line 46, ../sass/module/_board-site.scss */
.grammy-org-boardhome .form-item-name,
.grammy-org-boardhome .form-item-pass,
.grammy-org-committees .form-item-name,
.grammy-org-committees .form-item-pass {
  margin-top: 0;
}
/* line 50, ../sass/module/_board-site.scss */
.grammy-org-boardhome .form-item-name input,
.grammy-org-boardhome .form-item-pass input,
.grammy-org-committees .form-item-name input,
.grammy-org-committees .form-item-pass input {
  width: 200px;
  border-radius: 5px;
  height: 20px;
  color: #999999;
}
/* line 58, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-top-full,
.grammy-org-committees .panel-row-top-full {
  padding: 0px 15px 0px 40px;
}
/* line 61, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-top-full .board-nav-container .board-welcome-container,
.grammy-org-committees .panel-row-top-full .board-nav-container .board-welcome-container {
  color: black;
  font-weight: normal;
}
/* line 69, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-top-full .board-nav-container .board-nav-list li,
.grammy-org-committees .panel-row-top-full .board-nav-container .board-nav-list li {
  display: block;
}
@media only screen and (min-width: 768px) {
  /* line 69, ../sass/module/_board-site.scss */
  .grammy-org-boardhome .panel-row-top-full .board-nav-container .board-nav-list li,
  .grammy-org-committees .panel-row-top-full .board-nav-container .board-nav-list li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
}
/* line 78, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-top-full .board-nav-container .board-nav-list li:last-child .board-nav-link,
.grammy-org-committees .panel-row-top-full .board-nav-container .board-nav-list li:last-child .board-nav-link {
  border-right: none;
}
/* line 80, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-top-full .board-nav-container .board-nav-list li:last-child .board-nav-link:active,
.grammy-org-committees .panel-row-top-full .board-nav-container .board-nav-list li:last-child .board-nav-link:active {
  color: #C69C59;
}
/* line 87, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-top-full .board-nav-container .board-nav-link,
.grammy-org-committees .panel-row-top-full .board-nav-container .board-nav-link {
  text-decoration: none;
  display: block;
  transition: all .25s ease;
  font-size: 14px;
  line-height: 1.5em;
  padding: 0 10px;
}
/* line 94, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-top-full .board-nav-container .board-nav-link:hover,
.grammy-org-committees .panel-row-top-full .board-nav-container .board-nav-link:hover {
  color: #000;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  /* line 87, ../sass/module/_board-site.scss */
  .grammy-org-boardhome .panel-row-top-full .board-nav-container .board-nav-link,
  .grammy-org-committees .panel-row-top-full .board-nav-container .board-nav-link {
    border-right: 1px solid #CCC;
    border-bottom: none;
    text-align: center;
  }
}
/* line 106, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-top-full .pane-node-title,
.grammy-org-committees .panel-row-top-full .pane-node-title {
  font-family: 'Arial Bold', 'Arial';
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
/* line 115, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-middle-full,
.grammy-org-committees .panel-row-middle-full {
  padding: 15px 40px 40px;
}
/* line 118, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-middle-full .pane-title,
.grammy-org-committees .panel-row-middle-full .pane-title {
  color: #B49659;
  font-weight: normal;
  font-size: 2.5em;
  margin: 0.25em 0;
  font-family: "Trebuchet MS",TrebuchetMSRegular,"Lucida Grande",Geneva,Arial,Helvetica,sans-serif;
}
/* line 127, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-middle-full .pane-custom.pane-1 p,
.grammy-org-committees .panel-row-middle-full .pane-custom.pane-1 p {
  display: none;
}
/* line 136, ../sass/module/_board-site.scss */
.grammy-org-boardhome .panel-row-middle-full .pane-grammy-org-board-pages-grammy-foundation-board-documents .view-content ul li,
.grammy-org-boardhome .panel-row-middle-full .pane-grammy-org-board-pages-musicares-board-documents .view-content ul li,
.grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-grammy-foundation-board-documents .view-content ul li,
.grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-musicares-board-documents .view-content ul li {
  background: none;
  padding-left: 0;
}
/* line 145, ../sass/module/_board-site.scss */
.grammy-org-boardhome #board-calendar-tabs,
.grammy-org-committees #board-calendar-tabs {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 145, ../sass/module/_board-site.scss */
  .grammy-org-boardhome #board-calendar-tabs,
  .grammy-org-committees #board-calendar-tabs {
    display: block;
  }
}
/* line 151, ../sass/module/_board-site.scss */
.grammy-org-boardhome #board-calendar-tabs span,
.grammy-org-committees #board-calendar-tabs span {
  padding: 5px 10px;
  background-color: #EDEDED;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 5px;
}
/* line 157, ../sass/module/_board-site.scss */
.grammy-org-boardhome #board-calendar-tabs span.active,
.grammy-org-committees #board-calendar-tabs span.active {
  background-color: grey;
  color: white;
}
/* line 164, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-calendar-view-month,
.grammy-org-boardhome .board-calendar-view-year,
.grammy-org-committees .board-calendar-view-month,
.grammy-org-committees .board-calendar-view-year {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 169, ../sass/module/_board-site.scss */
  .grammy-org-boardhome .board-calendar-view-month,
  .grammy-org-committees .board-calendar-view-month {
    display: block;
  }
}
/* line 174, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-calendar-view-upcoming,
.grammy-org-committees .board-calendar-view-upcoming {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  /* line 174, ../sass/module/_board-site.scss */
  .grammy-org-boardhome .board-calendar-view-upcoming,
  .grammy-org-committees .board-calendar-view-upcoming {
    display: none;
  }
}
/* line 180, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-calendar-view-upcoming .views-row,
.grammy-org-committees .board-calendar-view-upcoming .views-row {
  margin-bottom: 10px;
}
/* line 183, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-calendar-view-upcoming .views-row .views-field-field-datetime span,
.grammy-org-committees .board-calendar-view-upcoming .views-row .views-field-field-datetime span {
  font-family: 'Arial Bold', Arial;
  font-weight: 700;
  color: #333333;
}
/* line 190, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-calendar-view-upcoming .views-row .views-field-title a,
.grammy-org-committees .board-calendar-view-upcoming .views-row .views-field-title a {
  text-decoration: underline;
  font-family: 'Arial Bold', Arial;
  font-weight: 700;
}
/* line 197, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-calendar-view-upcoming .pager,
.grammy-org-committees .board-calendar-view-upcoming .pager {
  background: none;
  border: none;
}
/* line 202, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-calendar-view-upcoming .pager li a,
.grammy-org-committees .board-calendar-view-upcoming .pager li a {
  background: #EDEDED;
  border-radius: 5px;
  padding: 10px 20px;
  color: black;
  text-decoration: none;
}
/* line 210, ../sass/module/_board-site.scss */
.grammy-org-boardhome .board-calendar-view-upcoming .pager li.pager-current,
.grammy-org-committees .board-calendar-view-upcoming .pager li.pager-current {
  display: none;
}
/* line 218, ../sass/module/_board-site.scss */
.grammy-org-boardhome .comment-form #edit-author--2,
.grammy-org-committees .comment-form #edit-author--2 {
  display: none;
}
/* line 223, ../sass/module/_board-site.scss */
.grammy-org-boardhome .comment-form #comment-body-add-more-wrapper .form-item-comment-body-und-0-value label,
.grammy-org-committees .comment-form #comment-body-add-more-wrapper .form-item-comment-body-und-0-value label {
  display: none;
}

/* line 233, ../sass/module/_board-site.scss */
.node-type-board-events #board-event-buttons .board-event-button {
  padding: 10px 15px;
  background-color: #EDEDED;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-style: normal;
  font-family: 'Arial Regular', 'Arial';
  font-weight: 400;
}
/* line 245, ../sass/module/_board-site.scss */
.node-type-board-events #board-event-buttons .board-event-button.active {
  background: grey;
  color: white;
  font-weight: 700;
}
/* line 254, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-top-full .pane-grammy-org-board-grammy-org-board-event-buttons {
  margin-bottom: 20px;
}
/* line 257, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-top-full .pane-grammy-org-board-pages-board-event-attendees {
  margin-right: 50px;
}
/* line 260, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-top-full .pane-grammy-org-board-pages-board-event-attendees,
.node-type-board-events .panel-row-top-full .pane-grammy-org-board-pages-board-event-attendees-decline {
  display: none;
  vertical-align: top;
  margin: 10px 40px 25px 0;
}
/* line 268, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-middle-full {
  margin-top: 0;
}
/* line 270, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-middle-full .pane-title {
  font-family: 'Arial Bold', Arial;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
}
/* line 276, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-middle-full .pane-node-field-datetime,
.node-type-board-events .panel-row-middle-full .pane-node-field-event-location,
.node-type-board-events .panel-row-middle-full .pane-node-field-files {
  margin-bottom: 10px;
}
/* line 281, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-middle-full .pane-node-workbench-access-sections {
  line-height: 16px;
  color: red;
}
/* line 284, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-middle-full .pane-node-workbench-access-sections .pane-title {
  float: left;
  margin-right: 5px;
}
/* line 289, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-middle-full .grammy-org-board-attendee-status {
  margin-top: 15px;
  font-weight: bold;
}
/* line 293, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-middle-full .board-event-flag {
  clear: both;
  margin: 20px 0px;
}
/* line 299, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-middle-full .flag-board-event-attendee .flag,
.node-type-board-events .panel-row-middle-full .flag-board-event-attendee-decline .flag {
  padding: 10px 20px;
  background: #FFFFFF;
  color: black;
  border-radius: 5px;
  text-decoration: none;
}
/* line 306, ../sass/module/_board-site.scss */
.node-type-board-events .panel-row-middle-full .flag-board-event-attendee .flag.unflag-action,
.node-type-board-events .panel-row-middle-full .flag-board-event-attendee-decline .flag.unflag-action {
  background: #EDEDED;
}

/* line 317, ../sass/module/_board-site.scss */
.node-type-page .grammy-org-committees .panel-row-middle-full .pane-title {
  font-family: 'Arial Bold', Arial;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
}
/* line 326, ../sass/module/_board-site.scss */
.node-type-page .grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-individual-committee-future a,
.node-type-page .grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-individual-committee-past a {
  text-decoration: underline;
  font-family: 'Arial Bold', Arial;
  font-weight: 700;
}
/* line 331, ../sass/module/_board-site.scss */
.node-type-page .grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-individual-committee-future .views-field-field-files,
.node-type-page .grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-individual-committee-past .views-field-field-files {
  margin: 20px 0;
}
/* line 334, ../sass/module/_board-site.scss */
.node-type-page .grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-individual-committee-future .views-field-field-files a,
.node-type-page .grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-individual-committee-past .views-field-field-files a {
  text-decoration: none;
}
/* line 342, ../sass/module/_board-site.scss */
.node-type-page .grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-individual-committee-future .views-field-title a {
  color: red;
}
/* line 349, ../sass/module/_board-site.scss */
.node-type-page .grammy-org-committees .panel-row-middle-full .pane-grammy-org-board-pages-individual-committee-past .views-field-title a {
  color: blue;
}

/* line 360, ../sass/module/_board-site.scss */
.page-grammy-foundation-board-documents .view-filters,
.page-musicares-board-documents .view-filters {
  margin-bottom: 15px;
}
/* line 363, ../sass/module/_board-site.scss */
.page-grammy-foundation-board-documents input#edit-body-value,
.page-musicares-board-documents input#edit-body-value {
  height: 25px;
}

/* line 371, ../sass/module/_board-site.scss */
.node-type-board-page .panel-row-middle-full .field-name-body .field-item {
  margin-top: 20px;
}
/* line 374, ../sass/module/_board-site.scss */
.node-type-board-page .panel-row-middle-full .field-name-body .field-item > div.members {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
/* line 379, ../sass/module/_board-site.scss */
.node-type-board-page .panel-row-middle-full .field-name-body .field-item > div.members > div {
  background: transparent url(/sites/all/themes/zentra_grammyorg/images/menu-leaf.png) no-repeat 1px 0.45em;
  padding-left: 20px;
  line-height: 1.5em;
  margin-bottom: 5px;
  font-family: Palatino,"Palatino Linotype","Palatino-RomanRegular",Georgia,Times,"Times New Roman",serif;
  font-size: 1.2em;
}
/* line 390, ../sass/module/_board-site.scss */
.node-type-board-page .panel-row-middle-full .field-name-body .field-item > div.committees div {
  background: transparent url(/sites/all/themes/zentra_grammyorg/images/menu-leaf.png) no-repeat 1px 0.45em;
  padding-left: 20px;
  line-height: 1.5em;
  margin-bottom: 5px;
  font-family: Palatino,"Palatino Linotype","Palatino-RomanRegular",Georgia,Times,"Times New Roman",serif;
  font-size: 1.2em;
}

/* line 405, ../sass/module/_board-site.scss */
.page-musicares-board-calendar .pane-title,
.page-grammy-foundation-board-calendar .pane-title {
  margin-bottom: 25px !important;
}

/* line 412, ../sass/module/_board-site.scss */
.view-grammy-org-musicares-board-calendar .date-nav,
.view-grammy-org-foundation-board-calendar .date-nav {
  padding: 0;
}
/* line 414, ../sass/module/_board-site.scss */
.view-grammy-org-musicares-board-calendar .date-nav ul.pager,
.view-grammy-org-foundation-board-calendar .date-nav ul.pager {
  background: none;
  border: none;
  padding: 0;
}
/* line 419, ../sass/module/_board-site.scss */
.view-grammy-org-musicares-board-calendar .date-nav ul.pager li .ajax-progress,
.view-grammy-org-foundation-board-calendar .date-nav ul.pager li .ajax-progress {
  display: none !important;
}
/* line 425, ../sass/module/_board-site.scss */
.view-grammy-org-musicares-board-calendar .calendar,
.view-grammy-org-foundation-board-calendar .calendar {
  font-size: 13px !important;
  line-height: 1.5em;
}
/* line 429, ../sass/module/_board-site.scss */
.view-grammy-org-musicares-board-calendar .single-day .monthview,
.view-grammy-org-foundation-board-calendar .single-day .monthview {
  background: none !important;
}

/* line 436, ../sass/module/_board-site.scss */
.view-grammy-org-board-pages.view-display-id-grammy_foundation_board_documents .views-row {
  margin-bottom: 1em;
  padding-bottom: 1em;
}
