/*
 * The CSS has been preliminarily categorized. Is a bit confusing due to the
 * site architecture (Panels) and there are repeated selectors and
 * contradictory styles.
 */
/*
#020202;
#ccc;
#555;
#666;
#888;
#909292
#d6d6d6
#999;
#ddd;
#f00;
*/
@font-face {
  font-family: "DINWeb";
  src: url("../fonts/DINWeb.eot");
  src: url("../fonts/DINWeb.eot?iefix") format("eot"), url("../fonts/DINWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DINWeb";
  src: url("../fonts/DINWeb-Ita.eot");
  src: url("../fonts/DINWeb-Ita.eot?iefix") format("eot"), url("../fonts/DINWeb-Ita.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "DINWeb";
  src: url("../fonts/DINWeb-Bold.eot");
  src: url("../fonts/DINWeb-Bold.eot?iefix") format("eot"), url("../fonts/DINWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DINWeb";
  src: url("../fonts/DINWeb-BoldIta.eot");
  src: url("../fonts/DINWeb-BoldIta.eot?iefix") format("eot"), url("../fonts/DINWeb-BoldIta.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Impact";
  src: url("../fonts/Impact.eot");
  src: url("../fonts/Impact.eot?iefix") format("eot"), url("../fonts/Impact.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 7, ../sass/0-config/_patterns.scss */
.page-title,
.field-name-body .field-item > h2,
.issues_artist_juror_info > h2,
.blog_event_content > h2,
.blog_panel_content > h2,
.page-search h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 14, ../sass/0-config/_patterns.scss */
.more_button, .more-button {
  background-color: #00a9a7;
  color: #fff;
  font-weight: bold;
  font-size: 146.5%;
  height: 42px;
  line-height: 44px;
  padding: 0 14px;
  text-transform: uppercase;
}

/* line 25, ../sass/0-config/_patterns.scss */
.more_button:hover, .more-button:hover {
  text-decoration: none;
}

/* line 28, ../sass/0-config/_patterns.scss */
.more {
  background: url(../images/action_arrow_sm.png) right center no-repeat;
  display: inline-block;
  font-weight: bold;
  padding-right: 16px;
}

/* line 35, ../sass/0-config/_patterns.scss */
.more_lrg {
  background: url(../images/action_arrow.png) left bottom no-repeat;
  display: inline-block;
  font-size: 123.1%;
  font-weight: bold;
  margin: 10px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

/* line 46, ../sass/0-config/_patterns.scss */
.more_wh {
  background: url(../images/action_arrow_white.png) right center no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 123.1%;
  font-weight: bold;
  margin: 10px 0;
  padding-right: 25px;
}

/* line 56, ../sass/0-config/_patterns.scss */
.invisible {
  display: none !important;
  margin: 0;
  padding: 0;
}

/* line 61, ../sass/0-config/_patterns.scss */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 69, ../sass/0-config/_patterns.scss */
.strong {
  font-weight: bold;
}

/* line 72, ../sass/0-config/_patterns.scss */
.center_content {
  margin: 0 auto;
  text-align: center;
}

/* !Helper classes - Regions */
/* ----------------------------------------------------------------------------------------
 * Region classes are set by term ID. This sets the related region background colors used in sketch
 * Northeast		= .region-1
 * MFA Annual		= .region-2
 * South			= .region-3
 * Midwest			= .region-4
 * West				= .region-5
 * Pacific Coast	= .region-6
 * ----------------------------------------------------------------------------------------*/
/* line 88, ../sass/0-config/_patterns.scss */
.region-Northeast,
.region-1 {
  background-color: #e51836;
}

/* line 92, ../sass/0-config/_patterns.scss */
.region-MFA,
.region-2 {
  background-color: #f3c64b;
}

/* line 96, ../sass/0-config/_patterns.scss */
.region-South,
.region-3 {
  background-color: #ec088d;
}

/* line 100, ../sass/0-config/_patterns.scss */
.region-Midwest,
.region-4 {
  background-color: #bacd48;
}

/* line 104, ../sass/0-config/_patterns.scss */
.region-West,
.region-5 {
  background-color: #f68325;
}

/* line 108, ../sass/0-config/_patterns.scss */
.region-Pacific,
.region-6 {
  background-color: #40b7d1;
}

/* 1. HTML elements
   ========================================================================== */
/* line 9, ../sass/1-base/_typography.scss */
html {
  height: 100%;
}

/* line 12, ../sass/1-base/_typography.scss */
body.html {
  background-color: #fff;
  color: #020202;
  font-family: "DINWeb", sans-serif;
  margin: 0;
  min-width: 100%;
  overflow-y: scroll;
  padding: 50px 0 100px;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 680px) {
  /* line 12, ../sass/1-base/_typography.scss */
  body.html {
    padding: 50px 0 30px;
  }
}

/* line 26, ../sass/1-base/_typography.scss */
a {
  color: #00a9a7;
  text-decoration: none;
}

/* line 30, ../sass/1-base/_typography.scss */
a:hover {
  text-decoration: underline;
}

/* line 33, ../sass/1-base/_typography.scss */
hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}

/* line 39, ../sass/1-base/_typography.scss */
em,
i {
  font-style: italic;
}

/* line 43, ../sass/1-base/_typography.scss */
strong,
b {
  font-weight: bold;
}

/* line 47, ../sass/1-base/_typography.scss */
table {
  width: 100%;
}

/* line 53, ../sass/1-base/_typography.scss */
.comp_more {
  background: url(../images/comp_cta_bg.gif) left repeat-y;
  color: white;
  display: block;
  float: left;
  margin-right: 33px;
  margin-bottom: 10px;
  min-height: 105px;
  position: relative;
  padding: 15px 30px 5px 15px;
  text-transform: uppercase;
  width: 180px;
}
/* line 65, ../sass/1-base/_typography.scss */
.comp_more.last {
  margin-right: 0;
}
/* line 68, ../sass/1-base/_typography.scss */
.comp_more:before {
  content: url(../images/comp_cta_top.gif);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 74, ../sass/1-base/_typography.scss */
.comp_more:after {
  content: url(../images/comp_cta_btm.gif);
  position: absolute;
  bottom: -15px;
  left: 0;
}
/* line 80, ../sass/1-base/_typography.scss */
.comp_more p {
  font-size: 14px !important;
}
/* line 83, ../sass/1-base/_typography.scss */
.comp_more .phone,
.comp_more a {
  bottom: 0;
  color: white;
  display: block;
  font-size: 25px !important;
  font-weight: bold;
  left: 15px;
  position: absolute;
  width: 180px;
  text-decoration: none;
}
/* line 95, ../sass/1-base/_typography.scss */
.comp_more a {
  font-size: 30px !important;
  background: url(../images/action_arrow_white.png) right center no-repeat;
}

/* line 101, ../sass/1-base/_typography.scss */
#skip-link {
  height: 1px;
  position: absolute;
  visibility: hidden;
  width: 1px;
}

/* line 4, ../sass/1-base/_forms.scss */
input,
select,
textarea {
  font-family: "DINWeb", sans-serif;
  max-width: 100%;
}

/* line 11, ../sass/1-base/_forms.scss */
.form-item,
.form-actions {
  margin: 0;
  max-width: 100%;
}

/* line 17, ../sass/1-base/_forms.scss */
#main-content .form-item,
#main-content .form-actions {
  margin: 1em 0.5em 1em 0;
}

/* line 23, ../sass/1-base/_forms.scss */
.search-form .form-item {
  display: inline-block;
  padding-right: 10px;
}
/* line 27, ../sass/1-base/_forms.scss */
.search-form input {
  display: inline-block;
}

/* line 1, ../sass/1-base/_media.scss */
img {
  height: auto !important;
  max-width: 100%;
}

/* line 1, ../sass/2-layout/_layout.scss */
.wrapper {
  min-height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

/* line 9, ../sass/2-layout/_layout.scss */
.region-header {
  position: relative;
}

/* !Framework - Main content region */
/* line 15, ../sass/2-layout/_layout.scss */
#main-content {
  background-color: #fff;
  margin-top: 20px;
  /* applying to all pages now? */
  padding-top: 29px;
}
@media screen and (min-width: 800px) {
  /* line 15, ../sass/2-layout/_layout.scss */
  #main-content {
    margin-left: 279px;
    margin-top: 0;
    min-height: 100%;
    /* 100% = 100% of the body, whose height is determined as 100% (inherited from <html>) minus padding top and bottom (for fixed navs) */
  }
}

/* Handles all pages outside of what panels picks up. Pages that pass through via panels have .page-node or .page-cart body classes removed in CMS. */
/* This strictly targets all page-nodes except those using panels.
 * Panel pages bury collective nodes deep amungst the sea of divs panels creates.*/
/* line 38, ../sass/2-layout/_layout.scss */
#main-content .region-content > .block > .node {
  padding: 0 20px;
}
@media screen and (min-width: 800px) {
  /* line 38, ../sass/2-layout/_layout.scss */
  #main-content .region-content > .block > .node {
    padding: 0 25px;
  }
}

/* line 47, ../sass/2-layout/_layout.scss */
.node-type-landing-page #main-content {
  margin-left: 0;
  margin-top: 0;
  min-height: 100%;
}
/* line 52, ../sass/2-layout/_layout.scss */
.node-type-landing-page #main-content .region-content > .block > .node {
  padding: 3em;
}
@media screen and (min-width: 800px) {
  /* line 52, ../sass/2-layout/_layout.scss */
  .node-type-landing-page #main-content .region-content > .block > .node {
    padding: 3em;
  }
}

/* !Framework - Nav/Top region  */
/* line 2, ../sass/2-layout/_nav.scss */
.top {
  height: 40px;
  /*50px - padding top*/
  left: 0;
  padding-top: 10px;
  top: 0;
}
/* line 8, ../sass/2-layout/_nav.scss */
.top .nav-wrapper {
  min-height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}
@media screen and (min-width: 0px) and (max-width: 1003px) {
  /* line 15, ../sass/2-layout/_nav.scss */
  .top .region-navigation {
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 1004px) {
  /* line 15, ../sass/2-layout/_nav.scss */
  .top .region-navigation {
    float: left;
    padding-top: 8px;
  }
}
@media screen and (min-width: 920px) {
  /* line 28, ../sass/2-layout/_nav.scss */
  .top a {
    font-size: 126.5%;
  }
}
@media screen and (min-width: 1052px) {
  /* line 28, ../sass/2-layout/_nav.scss */
  .top a {
    font-size: 138.5%;
  }
}
/* line 35, ../sass/2-layout/_nav.scss */
.top a img {
  border: 1px solid #fff;
  /*should apply mainly to social media icons.*/
  margin-right: 5px;
}
/* line 41, ../sass/2-layout/_nav.scss */
.admin-menu .top {
  top: 29px;
}

/* line 47, ../sass/2-layout/_nav.scss */
.nav {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 4px #000;
  left: 0;
  position: absolute;
  position: fixed;
  width: 100%;
  z-index: 100;
}

/* !Framework - Footer/bottom region  */
/* line 2, ../sass/2-layout/_footer.scss */
footer {
  bottom: 0;
  left: 0;
  min-height: 95px;
  position: relative;
  /* This gets set to fixed, if js is enabled */
  width: 100%;
}
@media screen and (min-width: 680px) {
  /* line 2, ../sass/2-layout/_footer.scss */
  footer {
    min-height: 30px;
  }
}
/* line 12, ../sass/2-layout/_footer.scss */
.no-js footer {
  /*when js is turned off...*/
  position: relative;
}
/* line 17, ../sass/2-layout/_footer.scss */
footer .copy {
  color: #888;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
  line-height: 1;
  margin: 5px 0 5px 12px;
  min-width: 208px;
}
@media screen and (min-width: 680px) {
  /* line 17, ../sass/2-layout/_footer.scss */
  footer .copy {
    float: left;
  }
}
/* line 31, ../sass/2-layout/_footer.scss */
footer .menu_wrapper {
  padding-right: 40px;
  position: relative;
}
@media screen and (min-width: 680px) {
  /* line 31, ../sass/2-layout/_footer.scss */
  footer .menu_wrapper {
    float: left;
    max-width: 976px;
    padding: 5px 0 0 0;
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 1280px) {
  /* line 31, ../sass/2-layout/_footer.scss */
  footer .menu_wrapper {
    float: none;
    margin: 0 auto;
    padding-left: 45px;
    width: 976px;
  }
}
/* line 49, ../sass/2-layout/_footer.scss */
footer .menu li {
  border-right-color: #fff;
}
/* line 51, ../sass/2-layout/_footer.scss */
footer .menu li a {
  font-weight: bold;
  font-size: 138.5%;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  /* line 57, ../sass/2-layout/_footer.scss */
  footer .menu li:last-child {
    display: none;
  }
  /* line 60, ../sass/2-layout/_footer.scss */
  footer .menu li:nth-child(3) {
    border: none;
  }
}
/* line 66, ../sass/2-layout/_footer.scss */
footer .nav {
  height: 95px;
  padding-top: 5px;
  position: absolute;
  /* overrides .nav styles, which caused issues */
}
@media screen and (min-width: 680px) {
  /* line 66, ../sass/2-layout/_footer.scss */
  footer .nav {
    height: 30px;
    padding-top: 0;
  }
}
/* line 74, ../sass/2-layout/_footer.scss */
footer .nav .menu a:hover,
footer .nav .current {
  color: #fff;
  text-decoration: none;
}
/* line 79, ../sass/2-layout/_footer.scss */
footer .nav .menu a {
  padding: 0.2em 0.5em;
}
/* line 81, ../sass/2-layout/_footer.scss */
footer .nav .menu a.current {
  padding-top: 5px;
  border-top: 5px solid #00a9a7;
}
@media screen and (min-width: 680px) {
  /* line 81, ../sass/2-layout/_footer.scss */
  footer .nav .menu a.current {
    margin-top: -10px;
  }
}

/* line 92, ../sass/2-layout/_footer.scss */
.open-close {
  color: #fff;
  cursor: pointer;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
/* line 101, ../sass/2-layout/_footer.scss */
.open-close.opened {
  background: url(../images/toggle_icon.gif) #909292 center no-repeat;
}
/* line 104, ../sass/2-layout/_footer.scss */
.open-close.closed {
  background: url(../images/toggle_icon_closed.gif) #909292 center no-repeat;
}

/* line 109, ../sass/2-layout/_footer.scss */
.bottom .block-title {
  display: block;
}

/* Contains blocks that appear when footer links are clicked */
/* line 114, ../sass/2-layout/_footer.scss */
.region-footer {
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
}

/* line 119, ../sass/2-layout/_footer.scss */
.region-footer-ads {
  background: none;
  position: absolute;
  left: 1070px;
  /* Sets the ads in the right positon but is dependent on only three ads showing at a time*/
  top: 35px;
}

/* line 125, ../sass/2-layout/_footer.scss */
.region-footer-ads .block {
  /*Special set up for ads block*/
  height: auto;
  padding: 0;
  width: 350px;
}

/* !Framework - Footer - Popup/toggle styles */
/* Current competition*/
/* line 135, ../sass/2-layout/_footer.scss */
.pane-1 {
  overflow: hidden;
}
/* line 137, ../sass/2-layout/_footer.scss */
.pane-1 .post {
  box-sizing: border-box;
  margin-right: 5px;
  min-height: 150px;
  overflow: auto;
  padding: 10px 5px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 488px) {
  /* line 137, ../sass/2-layout/_footer.scss */
  .pane-1 .post {
    width: 470px;
    /*A special case post that has a larger width. Minus 5px left & right padding. */
  }
}
@media screen and (min-width: 560px) {
  /* line 137, ../sass/2-layout/_footer.scss */
  .pane-1 .post {
    border-right: 1px solid #ccc;
  }
}
@media screen and (min-width: 752px) {
  /* line 137, ../sass/2-layout/_footer.scss */
  .pane-1 .post {
    float: left;
  }
}
/* line 157, ../sass/2-layout/_footer.scss */
.pane-1 img {
  float: left;
  max-width: 150px;
}
/* line 161, ../sass/2-layout/_footer.scss */
.pane-1 h3,
.pane-1 .deadline {
  font-weight: bold;
  font-size: 116%;
  /* Since these panels have images on the left side per post, we need to set margin left to create spacing. */
  margin-left: 160px;
}
/* line 168, ../sass/2-layout/_footer.scss */
.pane-1 .post_desc {
  font-size: 93%;
  margin: 15px 0 5px 160px;
}
/* line 172, ../sass/2-layout/_footer.scss */
.pane-1 .post_desc + a,
.pane-1 .more,
.pane-1 .more_button {
  display: inline-block;
  margin: 10px 0 0 10px;
}
/* line 178, ../sass/2-layout/_footer.scss */
.pane-1 .more {
  color: #000;
  font-size: 123.1%;
}
@media screen and (min-width: 488px) {
  /* line 184, ../sass/2-layout/_footer.scss */
  .pane-1 .first .more,
  .pane-1 .first .more_button {
    display: block;
    margin-left: 0;
  }
  /* line 189, ../sass/2-layout/_footer.scss */
  .pane-1 .first .more {
    bottom: 22px;
    position: absolute;
    right: 20px;
  }
  /* line 194, ../sass/2-layout/_footer.scss */
  .pane-1 .first .more_button {
    bottom: 10px;
    position: absolute;
    left: 165px;
  }
}
/* line 201, ../sass/2-layout/_footer.scss */
.pane-1 .last {
  min-height: auto;
}
@media screen and (min-width: 752px) {
  /* line 201, ../sass/2-layout/_footer.scss */
  .pane-1 .last {
    width: calc(100% - 480px);
  }
}

/* Current Issue */
/* line 210, ../sass/2-layout/_footer.scss */
.view-current-issue.view-display-id-current_issue_footer_block {
  overflow: hidden;
}
/* line 212, ../sass/2-layout/_footer.scss */
.view-current-issue.view-display-id-current_issue_footer_block .views-row {
  float: left;
  margin: 0 5px 5px 0;
  padding: 10px 5px 0;
  position: relative;
}
@media screen and (min-width: 440px) {
  /* line 212, ../sass/2-layout/_footer.scss */
  .view-current-issue.view-display-id-current_issue_footer_block .views-row {
    border-right: 1px solid #ccc;
    min-height: 150px;
    width: 335px;
    /*An arbitrary width based off the sketch to start with for all posts. Minus 5px padding left & right.*/
  }
}
/* line 223, ../sass/2-layout/_footer.scss */
.view-current-issue.view-display-id-current_issue_footer_block img {
  float: left;
}
/* line 226, ../sass/2-layout/_footer.scss */
.view-current-issue.view-display-id-current_issue_footer_block h3 {
  font-weight: bold;
  font-size: 116%;
}
/* line 230, ../sass/2-layout/_footer.scss */
.view-current-issue.view-display-id-current_issue_footer_block .more {
  color: #000;
  display: inline-block;
  font-size: 123.1%;
  margin-left: 10px;
}
/* line 236, ../sass/2-layout/_footer.scss */
.view-current-issue.view-display-id-current_issue_footer_block h3,
.view-current-issue.view-display-id-current_issue_footer_block .post div {
  margin-left: 160px;
}

/* Blog */
/* line 243, ../sass/2-layout/_footer.scss */
.view-blog-view.view-display-id-block {
  overflow: hidden;
}
/* line 245, ../sass/2-layout/_footer.scss */
.view-blog-view.view-display-id-block .views-row {
  float: left;
  margin: 0 5px 5px 0;
  padding: 10px 5px 0;
  position: relative;
}
@media screen and (min-width: 440px) {
  /* line 245, ../sass/2-layout/_footer.scss */
  .view-blog-view.view-display-id-block .views-row {
    width: 45%;
  }
}
@media screen and (min-width: 680px) {
  /* line 245, ../sass/2-layout/_footer.scss */
  .view-blog-view.view-display-id-block .views-row {
    border-right: 1px solid #ccc;
    width: 37%;
  }
}
@media screen and (min-width: 1040px) {
  /* line 245, ../sass/2-layout/_footer.scss */
  .view-blog-view.view-display-id-block .views-row {
    min-height: 150px;
    width: 335px;
    /*An arbitrary width based off the sketch to start with for all posts. Minus 5px padding left & right.*/
  }
}
/* line 262, ../sass/2-layout/_footer.scss */
.view-blog-view.view-display-id-block .views-row h3 {
  font-weight: bold;
  font-size: 116%;
}
/* line 265, ../sass/2-layout/_footer.scss */
.view-blog-view.view-display-id-block .views-row h3 a {
  color: black;
}
/* line 271, ../sass/2-layout/_footer.scss */
.view-blog-view.view-display-id-block .more_blog {
  background: #00a9a7;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em;
  background-image: none;
  color: white;
  font-size: 123.1%;
  margin: 55px 0 10px;
}

/* !Panels */
/*----------------------------------------------------------------------------------------
 * Using a custom panel layout with three regions.
 * .panel_top, .panel_middle, .panel_bottom are outer container regions.
 * .panel_top_region, .panel_middle_region, .panel_bottom_region are inner container regions
 *----------------------------------------------------------------------------------------*/
/*
Sidebar-like panel used on:
Blog
Blog post
Juror
Artist
Issue
*/
/* line 17, ../sass/2-layout/_panels.scss */
.panels-flexible-region {
  /*Overriding what panels provides by default to have more control of this. **Same level as .panel_(top, middle, bottom)_region*/
  float: none;
  width: auto;
}
/* line 21, ../sass/2-layout/_panels.scss */
.panels-flexible-region .inside {
  /*Set overall padding for content. Can be overwritten by targetting the region you want, .panel_(top, middle, bottom)_region .inside*/
}
@media screen and (min-width: 0px) and (max-width: 919px) {
  /* line 21, ../sass/2-layout/_panels.scss */
  .panels-flexible-region .inside {
    padding: 0 20px;
  }
}
@media screen and (min-width: 920px) and (max-width: 1039px) {
  /* line 21, ../sass/2-layout/_panels.scss */
  .panels-flexible-region .inside {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1040px) {
  /* line 21, ../sass/2-layout/_panels.scss */
  .panels-flexible-region .inside {
    padding: 0 60px;
  }
}

/* line 38, ../sass/2-layout/_panels.scss */
.panels-flexible-row {
  padding: 0;
  position: relative;
}

@media screen and (min-width: 920px) {
  /* line 45, ../sass/2-layout/_panels.scss */
  .panels-flexible-row-clone_of_nap_custom_panel_layout-1 .panel_top_region,
  .panels-flexible-row-clone_of_nap_custom_panel_layout-1 .column_r_region {
    float: left;
  }
  /* line 49, ../sass/2-layout/_panels.scss */
  .panels-flexible-row-clone_of_nap_custom_panel_layout-1 .panel_top_region {
    width: 70%;
  }
  /* line 52, ../sass/2-layout/_panels.scss */
  .panels-flexible-row-clone_of_nap_custom_panel_layout-1 .column_r_region {
    width: 30%;
  }
}

/* line 58, ../sass/2-layout/_panels.scss */
.panel_top_region,
.column_r_region {
  padding: 29px 0 15px 0;
  /*#main-content needs to snap under #main-nav, so apply padding-top here.*/
}

/* line 63, ../sass/2-layout/_panels.scss */
.column_r_region .inside {
  padding-top: 30px;
}
@media screen and (min-width: 920px) {
  /* line 63, ../sass/2-layout/_panels.scss */
  .column_r_region .inside {
    padding: 0;
  }
}

/* line 70, ../sass/2-layout/_panels.scss */
.panel_bottom_region {
  margin-bottom: 30px;
}

@media screen and (min-width: 0px) and (max-width: 799px) {
  /* line 4, ../sass/2-layout/_homepage.scss */
  body.front {
    padding-top: 0;
  }
}
/* line 8, ../sass/2-layout/_homepage.scss */
body.front .wrapper {
  overflow: hidden;
  /*Apply this only to home page since there is no scroallable content on the front page. */
}

/* line 13, ../sass/2-layout/_homepage.scss */
.cycleContainer {
  display: block;
  height: 1000px;
  opacity: 1;
  width: 100%;
  z-index: -1;
}

/* line 24, ../sass/2-layout/_homepage.scss */
.cycleImage {
  background-size: cover;
  background-position: center;
  height: 100%;
  text-indent: -999em;
  width: 100%;
}

/* !Framework - Monolith / Logo */
/* line 10, ../sass/3-components/_monolith.scss */
body.not-front .monolith {
  background: #000;
  box-shadow: 7px 7px 12px #000;
  color: #fff;
  display: none;
  overflow: visible;
  /* Subscribe */
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  /* line 10, ../sass/3-components/_monolith.scss */
  body.not-front .monolith {
    margin: auto;
    width: 224px;
  }
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  /* line 10, ../sass/3-components/_monolith.scss */
  body.not-front .monolith {
    margin-top: 25px;
  }
}
@media screen and (min-width: 800px) {
  /* line 10, ../sass/3-components/_monolith.scss */
  body.not-front .monolith {
    display: block;
    left: auto;
    position: absolute;
    position: fixed;
    top: 79px;
    width: 224px;
  }
}
/* line 32, ../sass/3-components/_monolith.scss */
.admin-menu body.not-front .monolith {
  top: 108px;
  /* add 29px to the top for the admin menu. */
}
/* line 35, ../sass/3-components/_monolith.scss */
.ielt8 body.not-front .monolith {
  margin-left: -279px;
  /*This fixes the positioning problem in ie (lt8)*/
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  /* line 39, ../sass/3-components/_monolith.scss */
  body.not-front .monolith .region {
    padding: 0 0 15px 10px;
  }
}
@media screen and (min-width: 560px) and (max-width: 799px) {
  /* line 39, ../sass/3-components/_monolith.scss */
  body.not-front .monolith .region {
    display: inline-block;
    height: 100%;
    padding: 10px 0;
    width: 65%;
  }
}
@media screen and (min-width: 800px) {
  /* line 39, ../sass/3-components/_monolith.scss */
  body.not-front .monolith .region {
    padding: 0 0 15px 10px;
    position: relative;
  }
}
/* line 56, ../sass/3-components/_monolith.scss */
body.not-front .monolith a {
  color: #fff;
}
@media screen and (min-width: 560px) and (max-width: 799px) {
  /* line 61, ../sass/3-components/_monolith.scss */
  body.not-front .monolith a:nth-of-type(2) {
    float: left;
    width: 50%;
  }
  /* line 65, ../sass/3-components/_monolith.scss */
  body.not-front .monolith .more_lrg {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}
/* line 71, ../sass/3-components/_monolith.scss */
body.not-front .monolith .monolith_current_title {
  position: absolute;
  right: -55px;
  top: 0;
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  /* line 78, ../sass/3-components/_monolith.scss */
  body.not-front .monolith .more_button {
    position: absolute;
    right: -55px;
    top: 0;
  }
}
@media screen and (min-width: 560px) and (max-width: 799px) {
  /* line 78, ../sass/3-components/_monolith.scss */
  body.not-front .monolith .more_button {
    float: right;
    position: relative;
    right: 0;
    top: -10px;
  }
}
@media screen and (min-width: 800px) {
  /* line 78, ../sass/3-components/_monolith.scss */
  body.not-front .monolith .more_button {
    position: absolute;
    right: -55px;
    top: 0;
  }
}
/* line 98, ../sass/3-components/_monolith.scss */
body.not-front #logo {
  background: url(../images/logo.png) top no-repeat contain;
  height: 201px;
}
@media screen and (min-width: 560px) and (max-width: 799px) {
  /* line 98, ../sass/3-components/_monolith.scss */
  body.not-front #logo {
    float: left;
    width: 33%;
  }
}
@media screen and (min-width: 800px) {
  /* line 98, ../sass/3-components/_monolith.scss */
  body.not-front #logo {
    display: block;
    float: none;
    width: 224px;
  }
}

/* line 115, ../sass/3-components/_monolith.scss */
body.front .monolith {
  background: #000;
  box-shadow: 7px 7px 12px #000;
  color: #fff;
  overflow: visible;
  width: 224px;
  left: auto;
  position: absolute;
  top: 79px;
  /* Subscribe */
}
@media (min-height: 910px) {
  /* line 115, ../sass/3-components/_monolith.scss */
  body.front .monolith {
    position: absolute;
    position: fixed;
  }
}
/* line 135, ../sass/3-components/_monolith.scss */
.admin-menu body.front .monolith {
  top: 108px;
  /* add 29px to the top for the admin menu. */
}
/* line 138, ../sass/3-components/_monolith.scss */
.ielt8 body.front .monolith {
  margin-left: -279px;
  /*This fixes the positioning problem in ie (lt8)*/
}
/* line 142, ../sass/3-components/_monolith.scss */
body.front .monolith .region {
  padding: 0 0 15px 10px;
  position: relative;
}
/* line 147, ../sass/3-components/_monolith.scss */
body.front .monolith a {
  color: #fff;
}
/* line 151, ../sass/3-components/_monolith.scss */
body.front .monolith .monolith_current_title {
  position: absolute;
  right: -55px;
  top: 0;
}
/* line 158, ../sass/3-components/_monolith.scss */
body.front .monolith .more_button {
  position: absolute;
  right: -55px;
  top: 0;
}
/* line 165, ../sass/3-components/_monolith.scss */
body.front #logo {
  background: url(../images/logo.png) top no-repeat contain;
  display: block;
  float: none;
  height: 201px;
  width: 224px;
}

/* line 176, ../sass/3-components/_monolith.scss */
body.node-type-landing-page .monolith {
  display: none;
}

/* line 183, ../sass/3-components/_monolith.scss */
body.not-front .monolith .more_button {
  top: 160px;
}

/* !Drupal - reset  */
/* line 2, ../sass/3-components/_menu.scss */
.menu {
  padding: 0;
}

/* line 5, ../sass/3-components/_menu.scss */
ul.menu li {
  margin: 0;
  padding: 0;
}

/* line 9, ../sass/3-components/_menu.scss */
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
}

/* line 17, ../sass/3-components/_menu.scss */
.nav li {
  float: left;
  border-right: 1px solid #00a9a7;
}
@media screen and (min-width: 800px) {
  /* line 20, ../sass/3-components/_menu.scss */
  .nav li.first {
    display: none;
  }
}
/* line 25, ../sass/3-components/_menu.scss */
.nav li:last-child {
  border: none;
}
/* line 29, ../sass/3-components/_menu.scss */
.nav .menu a {
  display: block;
  float: left;
  padding: 0 0.5em;
}
/* line 33, ../sass/3-components/_menu.scss */
.nav .menu a.active-trail {
  color: #fff;
}

/* line 42, ../sass/3-components/_menu.scss */
.responsive-menus.responsified span.toggler {
  background: none;
  box-shadow: none;
  display: inline-block;
  height: 31px;
  padding: 8px 0 0 20px;
  text-align: left;
}
@media screen and (min-width: 1004px) {
  /* line 42, ../sass/3-components/_menu.scss */
  .responsive-menus.responsified span.toggler {
    padding: 8px 0 0 0;
  }
}
/* line 54, ../sass/3-components/_menu.scss */
.responsive-menus.responsified.responsive-toggled span.toggler {
  border: none;
}
/* line 60, ../sass/3-components/_menu.scss */
.responsive-menus.responsified .responsive-menus-simple {
  background: rgba(0, 0, 0, 0.9);
}
/* line 63, ../sass/3-components/_menu.scss */
.responsive-menus.responsified .responsive-menus-simple li a {
  color: #00a9a7;
}
/* line 68, ../sass/3-components/_menu.scss */
.responsive-menus .responsive-menus-simple li.social-links {
  padding: 0 5%;
}
@media screen and (min-width: 560px) {
  /* line 68, ../sass/3-components/_menu.scss */
  .responsive-menus .responsive-menus-simple li.social-links {
    display: none;
  }
}
/* line 73, ../sass/3-components/_menu.scss */
.responsive-menus .responsive-menus-simple li.social-links a {
  border: none;
  display: inline;
  padding: 0 10px 0 0;
}

/* line 9, ../sass/3-components/_search.scss */
.block-search .form-item,
.block-search .form-actions {
  float: left;
  margin: 0 !important;
}
/* line 14, ../sass/3-components/_search.scss */
.block-search label {
  color: #666;
  left: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}
/* line 21, ../sass/3-components/_search.scss */
.block-search input {
  /*Search utility*/
  height: 20px;
  padding: 0;
  -webkit-appearance: none;
  /*Mainly for mobile devices. Let's use the styles we set on input fields.*/
}
/* line 27, ../sass/3-components/_search.scss */
.block-search input[type="text"] {
  background-color: white;
  border: none;
  width: 165px;
}
/* line 32, ../sass/3-components/_search.scss */
.block-search input[type="submit"] {
  background-color: #00a9a7;
  border: none;
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  padding: 0 3px;
  text-transform: uppercase;
}
/* line 42, ../sass/3-components/_search.scss */
.ielt8 .block-search input[type="submit"] {
  margin-top: 1px;
}

/* line 48, ../sass/3-components/_search.scss */
.block-search:not(.mobile-search) {
  /*-- Search block --*/
  display: none;
  font-size: 93%;
  padding-top: 6px;
  position: relative;
}
@media screen and (min-width: 560px) {
  /* line 48, ../sass/3-components/_search.scss */
  .block-search:not(.mobile-search) {
    display: block;
    z-index: 999;
  }
}

/* Cloned Mobile Search Block */
/* line 62, ../sass/3-components/_search.scss */
.block-search.mobile-search {
  bottom: auto;
  display: block;
  left: auto;
  margin: 0;
  max-height: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 0;
  top: 2px;
  width: 100%;
}
@media screen and (min-width: 560px) {
  /* line 62, ../sass/3-components/_search.scss */
  .block-search.mobile-search {
    display: none;
  }
}
/* line 77, ../sass/3-components/_search.scss */
.block-search.mobile-search form {
  box-sizing: border-box;
  display: none;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  transition: all .5s ease;
  visibility: hidden;
}
/* line 87, ../sass/3-components/_search.scss */
.block-search.mobile-search.open {
  z-index: 10;
}
/* line 89, ../sass/3-components/_search.scss */
.block-search.mobile-search.open form {
  background-color: black;
  display: block;
  float: right;
  max-height: 250px;
  overflow-y: hidden;
  padding: 1em 2em;
  position: relative;
  top: 32px;
  visibility: visible;
}
/* line 99, ../sass/3-components/_search.scss */
.block-search.mobile-search.open form .form-item {
  position: relative;
}
/* line 102, ../sass/3-components/_search.scss */
.block-search.mobile-search.open form input {
  font-size: 18px;
}
/* line 105, ../sass/3-components/_search.scss */
.block-search.mobile-search.open form label {
  top: 3px;
}

/* Mobile Trigger*/
/* line 113, ../sass/3-components/_search.scss */
button.search-trigger {
  background: url(../images/magnifying-glass.png) #00a9a7 center no-repeat;
  background-size: 75%;
  border: none;
  height: 35px;
  line-height: 35px;
  margin: 0;
  outline: none !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 150%;
  top: 0;
  width: 35px;
  z-index: 2;
}
/* line 130, ../sass/3-components/_search.scss */
button.search-trigger:hover {
  cursor: pointer;
}

/* line 1, ../sass/3-components/_modal.scss */
.modal {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9001;
  top: 0 !important;
  position: absolute;
  position: fixed;
  left: 0 !important;
}
/* line 12, ../sass/3-components/_modal.scss */
.modal .messages {
  background: #fff;
  border: none;
  box-sizing: border-box;
  font-size: 150%;
  max-width: 30em;
  margin: 10% auto;
  padding: 2em 1em;
  position: relative;
  width: 90%;
}
@media screen and (min-width: 0px) and (max-width: 439px) {
  /* line 12, ../sass/3-components/_modal.scss */
  .modal .messages {
    padding: 2em;
  }
}
/* line 25, ../sass/3-components/_modal.scss */
.modal .messages ul {
  margin: 0;
}
/* line 29, ../sass/3-components/_modal.scss */
.modal .console-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* !Drupal - Admin Items */
/* line 2, ../sass/3-components/_controls.scss */
#tab-container {
  display: none;
}

/* line 6, ../sass/3-components/_controls.scss */
.admin-menu #tab-container {
  display: block;
  position: absolute;
  left: 0;
  top: 100px;
  background: rgba(0, 0, 0, 0.8);
}
/* line 12, ../sass/3-components/_controls.scss */
.admin-menu #tab-container ul.primary {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}
/* line 16, ../sass/3-components/_controls.scss */
.admin-menu #tab-container ul.primary li {
  display: block;
}
/* line 18, ../sass/3-components/_controls.scss */
.admin-menu #tab-container ul.primary li a {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0.5em;
}
/* line 24, ../sass/3-components/_controls.scss */
.admin-menu #tab-container ul.primary li.active a {
  color: #fff;
}

/* !Jury Tool Styles */
/* line 3, ../sass/3-components/_jury-tool.scss */
.page-node-edit-jury #block-system-help,
.page-node-edit-jury #site-footer,
.page-node-edit-jury .settings_form {
  display: none;
}

/* line 8, ../sass/3-components/_jury-tool.scss */
body.page-node-edit-jury .monolith {
  display: none;
}

/* line 11, ../sass/3-components/_jury-tool.scss */
.view-jury-tool {
  padding-bottom: 65px;
}

/* line 14, ../sass/3-components/_jury-tool.scss */
.page-node-edit-jury #main-content {
  margin-left: 0;
}

/* line 17, ../sass/3-components/_jury-tool.scss */
.jury-tool-entry-image {
  background-repeat: no-repeat;
  width: 240px;
  height: 180px;
  float: left;
  margin-left: 1px;
  background-color: #eee;
}

/* line 25, ../sass/3-components/_jury-tool.scss */
.jury-tool-entry-image .imageLink {
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  text-decoration: none;
}

/* line 33, ../sass/3-components/_jury-tool.scss */
.jury-tool-entry-image:hover .imageLink {
  display: block;
}

/* line 37, ../sass/3-components/_jury-tool.scss */
.jury-tool-entry-image p {
  color: #fff;
  padding: 0.5em 0.5em 0;
  margin: 0;
}

/* line 42, ../sass/3-components/_jury-tool.scss */
.page-node-edit-jury .item-list ul,
.page-node-edit-jury .item-list li {
  margin: 0;
}

/* line 46, ../sass/3-components/_jury-tool.scss */
.jury_filters {
  margin: 1em 0;
}

/* line 49, ../sass/3-components/_jury-tool.scss */
.jury_filter {
  float: left;
  margin-right: 3px;
  font-size: 120%;
  color: #000;
  background: #00a9a7;
  padding: 3px;
  width: 11em;
  height: 2.8em;
  text-align: center;
  border: 3px solid #fff;
}

/* line 61, ../sass/3-components/_jury-tool.scss */
.jury_filter:hover {
  border-color: #333;
}

/* line 64, ../sass/3-components/_jury-tool.scss */
.page-jury-tool h1 {
  font-size: 1.5em;
  font-weight: bold;
}

/* line 68, ../sass/3-components/_jury-tool.scss */
.page-jury-tool h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

/* line 74, ../sass/3-components/_jury-tool.scss */
.page-jury-tool p {
  margin-bottom: 1em;
}

/* line 78, ../sass/3-components/_jury-tool.scss */
.entryContainer {
  display: block;
  height: 180px;
  margin-bottom: 5px;
}

/* line 83, ../sass/3-components/_jury-tool.scss */
.entryContainer:before {
  content: " ";
  display: block;
  width: 5px;
  margin-right: 5px;
  float: left;
  height: 180px;
  background-color: silver;
  /* this color gets overridden by entry-status class */
}

/* line 92, ../sass/3-components/_jury-tool.scss */
.entryContainer .handle {
  text-indent: -99em;
  width: 100px;
  display: block;
  height: 100px;
  background: url(../images/handle.png);
  /* just making it purple to stand out until image exists */
  margin: 0 0 5px;
  cursor: pointer;
}

/* line 101, ../sass/3-components/_jury-tool.scss */
.entryContainer .info {
  float: left;
  height: 180px;
  width: 100px;
  margin-right: 5px;
}

/* line 107, ../sass/3-components/_jury-tool.scss */
.ui-draggable-dragging {
  width: 400px;
  height: 105px;
  overflow: hidden;
}

/* line 113, ../sass/3-components/_jury-tool.scss */
.dropzone_container {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 5px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 122, ../sass/3-components/_jury-tool.scss */
.dropzone {
  display: inline-block;
  margin: 0 20px;
  width: 10%;
  padding: 2em 1em;
  font-size: 150%;
  color: #000;
  background: #00a9a7;
  text-align: center;
  font-weight: bold;
}

/* line 133, ../sass/3-components/_jury-tool.scss */
.dropHover {
  /* hover state doesn't fire off on drag, adds class instead */
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.6) inset;
}

/* line 138, ../sass/3-components/_jury-tool.scss */
.status-6:before,
.jury-yes,
.jury_filter-yes {
  background: #00bd42;
}

/* line 143, ../sass/3-components/_jury-tool.scss */
.status-5:before,
.jury-strong,
.jury_filter-strong {
  background: #fff741;
}

/* line 148, ../sass/3-components/_jury-tool.scss */
.status-4:before,
.jury-maybe,
.jury_filter-maybe {
  background: #ff5816;
}

/* line 153, ../sass/3-components/_jury-tool.scss */
.status-3:before,
.jury-no,
.jury_filter-no {
  background: #ff0010;
}

/* line 158, ../sass/3-components/_jury-tool.scss */
.status-2:before,
.jury-disq,
.jury_filter-disq {
  background: #999999;
}

/* !Page Styles - Competitions Detail Page */
/* line 4, ../sass/4-theme/_content-types.scss */
.competition .pane-node-title .pane-title,
.competition .pane-node-title .pane-content {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 11, ../sass/4-theme/_content-types.scss */
.competition .pane-entity-field input {
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 15, ../sass/4-theme/_content-types.scss */
.competition .line {
  margin-bottom: 1em;
}
/* line 17, ../sass/4-theme/_content-types.scss */
.competition .line strong {
  float: left;
  font-size: 2em;
  padding: 0 0.5em 0.25em 0;
}
/* line 23, ../sass/4-theme/_content-types.scss */
.competition .field-name-field-region-states,
.competition .field-name-field-entry-deadline {
  font-size: 18px;
  margin-bottom: 9px;
}

/* !Page Styles - Sidebar on issue detail */
/* line 31, ../sass/4-theme/_content-types.scss */
.pane-issue-accents-slideshow ul,
.pane-issue-accents-slideshow ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* !Views - Issues/Artist/Juror Info */
/* ----------------------------------------------------------------------------------------
 * These are technically views, but they should not be. Why not just use normal
 * node display with fields?
 *
 * Uses .issues-artist-juror as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 45, ../sass/4-theme/_content-types.scss */
.issues_artist_juror_info {
  font-size: 15px;
  margin-bottom: 20px;
}
/* line 48, ../sass/4-theme/_content-types.scss */
.issues_artist_juror_info p {
  margin-bottom: 4px;
}
/* line 51, ../sass/4-theme/_content-types.scss */
.issues_artist_juror_info span {
  font-weight: bold;
}

/* line 56, ../sass/4-theme/_content-types.scss */
.issues-artist-juror-page .field-name-body .field-item {
  font-size: 15px;
  line-height: 22px;
}

/* line 60, ../sass/4-theme/_content-types.scss */
.issues-artist-juror-page .field-name-body .field-item p:first-child,
.issues_artist_juror_body p:first-child {
  font-weight: bold;
  font-size: 15px;
}

/* line 65, ../sass/4-theme/_content-types.scss */
.issues_artist_juror_bio img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  height: 250px;
  margin-bottom: 30px;
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  width: 250px;
}

/* line 75, ../sass/4-theme/_content-types.scss */
.node-type-artist .field-name-field-accent-image .field-items {
  overflow: auto;
}
/* line 78, ../sass/4-theme/_content-types.scss */
.node-type-artist .field-name-field-accent-image .field-item {
  float: left;
  margin: 15px 10px 0 0;
}

/* !Views - Artist/Juror Competitions */
/* ----------------------------------------------------------------------------------------
 * Used in sidebar of Artist and Juror pages
 *
 * Uses .comp-listing as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 90, ../sass/4-theme/_content-types.scss */
.comp-listing ul li {
  margin: 0 0 7px 0;
}

/* !Page Styles - Issues/Artist/Jurors Index Page(s) */
/* line 95, ../sass/4-theme/_content-types.scss */
.competitions_winners .pane-title,
.additional_comps .pane-title,
.noteworthy_entries .pane-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* !Page Styles - Blog - Detail Post Page */
/* line 4, ../sass/4-theme/_blog.scss */
.blog-page .field-name-field-event-date {
  margin-bottom: 15px;
}

/* line 7, ../sass/4-theme/_blog.scss */
.blog-page .column_r_region .inside > *,
.page-taxonomy-term .column_r_region .inside > * {
  margin-bottom: 15px;
}

/* line 11, ../sass/4-theme/_blog.scss */
.blog-page #comments .title,
.pane-recent-blog-posts .pane-title,
.blog-page .column_r_region .field-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 18, ../sass/4-theme/_blog.scss */
.pane-recent-blog-posts .views-row,
.blog-page .column_r_region .field-items {
  margin-left: 10px;
}

/* line 22, ../sass/4-theme/_blog.scss */
.pane-recent-blog-posts .views-row {
  margin-bottom: 1em;
}

/* line 26, ../sass/4-theme/_blog.scss */
.blog-page #comments .title {
  margin-top: 2em;
}

/* line 29, ../sass/4-theme/_blog.scss */
.blog-page .comment {
  margin-top: 1em;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
}

/* line 35, ../sass/4-theme/_blog.scss */
.blog-page .comment h3 {
  font-weight: bold;
  width: 50%;
  float: left;
}

/* line 40, ../sass/4-theme/_blog.scss */
.blog-page .comment .submitted {
  font-style: italic;
  width: 50%;
  float: left;
  text-align: right;
}

/* line 46, ../sass/4-theme/_blog.scss */
.blog-page .commment .content {
  clear: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* !Page Styles - Blog - Detail Post Page */
/* line 53, ../sass/4-theme/_blog.scss */
.blog-page .field-name-field-event-date {
  margin-bottom: 15px;
}

/* line 56, ../sass/4-theme/_blog.scss */
.blog-page .column_r_region .inside > * {
  margin-bottom: 15px;
}

/* line 60, ../sass/4-theme/_blog.scss */
.blog-page .column_r_region .field-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 65, ../sass/4-theme/_blog.scss */
.blog-page .column_r_region .field-items {
  margin-left: 10px;
}

/* line 68, ../sass/4-theme/_blog.scss */
.comment ul.inline li {
  padding: 0 1em 0 0;
}

/* Blocks in header/nav area */
/* line 2, ../sass/4-theme/_blocks.scss */
.region-header .block {
  float: right;
  /*Apply float right to all blocks in the header.*/
  padding-top: 8px;
}

/*-- Social Icons block --*/
/* line 8, ../sass/4-theme/_blocks.scss */
#block-block-1 {
  clear: right;
  display: none;
  margin-top: 20px;
  padding-top: 0;
}
@media screen and (min-width: 476px) {
  /* line 8, ../sass/4-theme/_blocks.scss */
  #block-block-1 {
    clear: none;
    margin-right: 30px;
    margin-top: 0;
  }
}
@media screen and (min-width: 560px) {
  /* line 8, ../sass/4-theme/_blocks.scss */
  #block-block-1 {
    display: block;
    margin-right: 20px;
  }
}

/* Login block */
/* line 25, ../sass/4-theme/_blocks.scss */
#block-block-2 {
  /*-- Artist Login block --*/
  margin-right: 50px;
  text-transform: uppercase;
  width: 70px;
  text-align: right;
}
@media screen and (min-width: 476px) {
  /* line 25, ../sass/4-theme/_blocks.scss */
  #block-block-2 {
    clear: right;
  }
}
@media screen and (min-width: 560px) {
  /* line 25, ../sass/4-theme/_blocks.scss */
  #block-block-2 {
    clear: none;
    margin-right: 24px;
  }
}

/* loginOverlay is created in JS and interrupts the "login" link to ask whether subscriber or artist. */
/* line 40, ../sass/4-theme/_blocks.scss */
#loginOverlay {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 4px 4px #000;
  box-sizing: border-box;
  color: #fff;
  display: none;
  margin-left: -300px;
  margin-top: 10px;
  padding: 1em;
  position: absolute;
  right: 0;
  width: 100%;
}
@media screen and (min-width: 440px) {
  /* line 40, ../sass/4-theme/_blocks.scss */
  #loginOverlay {
    width: auto;
  }
}
@media screen and (min-width: 560px) {
  /* line 40, ../sass/4-theme/_blocks.scss */
  #loginOverlay {
    margin-top: 16px;
  }
}
@media screen and (min-width: 800px) {
  /* line 40, ../sass/4-theme/_blocks.scss */
  #loginOverlay {
    right: auto;
    width: 380px;
  }
}
@media screen and (min-width: 920px) {
  /* line 40, ../sass/4-theme/_blocks.scss */
  #loginOverlay {
    margin-top: 10px;
  }
}
/* line 67, ../sass/4-theme/_blocks.scss */
#loginOverlay p {
  text-align: left;
}
@media screen and (min-width: 440px) {
  /* line 67, ../sass/4-theme/_blocks.scss */
  #loginOverlay p {
    width: 45%;
    padding-right: 4%;
    float: left;
  }
}

/*-- 'Your account' --*/
/* line 79, ../sass/4-theme/_blocks.scss */
#block-block-5 {
  margin-right: 50px;
}
@media screen and (min-width: 476px) {
  /* line 79, ../sass/4-theme/_blocks.scss */
  #block-block-5 {
    clear: right;
  }
}
@media screen and (min-width: 560px) {
  /* line 79, ../sass/4-theme/_blocks.scss */
  #block-block-5 {
    clear: none;
    margin-right: 15px;
  }
}

/* line 92, ../sass/4-theme/_blocks.scss */
.user-cart {
  /* logged in user links to user home and logout*/
  margin-right: 24px;
}

/* line 96, ../sass/4-theme/_blocks.scss */
.user-login-link {
  margin-right: 0;
}

/* !Panels - Advertisements */
/*----------------------------------------------------------------------------------------
 * For now, just static images hard coded into the panel as a custom text block.
 *
 * Let's pretend this is a block, because what else can we do
 *----------------------------------------------------------------------------------------*/
/* line 106, ../sass/4-theme/_blocks.scss */
.advertisements {
  margin: 0 auto;
  width: 720px;
}
/* line 109, ../sass/4-theme/_blocks.scss */
.advertisements .pane-title {
  border-top: 1px solid #ccc;
  font-size: 10px !important;
  margin: 40px 0 15px;
  padding-top: 5px;
  text-align: left;
  text-transform: uppercase;
}
/* line 117, ../sass/4-theme/_blocks.scss */
.advertisements .views-row {
  display: inline-block;
  margin-left: 16px;
}
/* line 120, ../sass/4-theme/_blocks.scss */
.competitions-page .advertisements .views-row {
  margin-left: 2px;
}
/* line 123, ../sass/4-theme/_blocks.scss */
.advertisements .views-row.views-row-first {
  margin-left: 0;
}

/* Footer Blocks */
/* line 130, ../sass/4-theme/_blocks.scss */
.region-footer .block {
  margin: 95px auto 0;
  padding: 20px 0 10px;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 679px) {
  /* line 130, ../sass/4-theme/_blocks.scss */
  .region-footer .block {
    max-height: 200px;
    overflow: auto;
  }
}
@media screen and (min-width: 680px) {
  /* line 130, ../sass/4-theme/_blocks.scss */
  .region-footer .block {
    margin-top: 30px;
  }
}
@media screen and (min-width: 800px) and (max-width: 919px) {
  /* line 130, ../sass/4-theme/_blocks.scss */
  .region-footer .block {
    padding-left: calc(100% - 800px);
  }
}
@media screen and (min-width: 920px) {
  /* line 130, ../sass/4-theme/_blocks.scss */
  .region-footer .block {
    height: 170px;
    margin-top: 30px;
    width: 880px;
  }
}
@media screen and (min-width: 920px) and (max-width: 1111px) {
  /* line 130, ../sass/4-theme/_blocks.scss */
  .region-footer .block {
    padding-left: calc(100% - 880px);
  }
}
@media screen and (min-width: 1112px) {
  /* line 130, ../sass/4-theme/_blocks.scss */
  .region-footer .block {
    padding-left: 225px;
    padding-right: calc(100% - (880px + 225px));
  }
}
@media screen and (min-width: 1280px) {
  /* line 130, ../sass/4-theme/_blocks.scss */
  .region-footer .block {
    padding-left: 45px;
    padding-right: 0;
  }
}

/* !Views  */
/* line 2, ../sass/4-theme/_views.scss */
.view-content td {
  border-top: 1px solid #d6d6d6;
  padding: 3px 0;
}

/* line 6, ../sass/4-theme/_views.scss */
.view-empty {
  margin-top: 30px;
}

/* !Views - Exposed forms  */
/* line 11, ../sass/4-theme/_views.scss */
.view-filters {
  background-color: #000;
  box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.5);
  left: 0;
  min-height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 21, ../sass/4-theme/_views.scss */
.views-exposed-widgets {
  display: flex;
  flex-wrap: wrap;
  float: right;
  padding: 0 5px 0 70px;
}

/* line 27, ../sass/4-theme/_views.scss */
.views-exposed-widget {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 7px 0 0 15px;
}
/* line 32, ../sass/4-theme/_views.scss */
.views-exposed-widget:first-child {
  position: relative;
}
/* line 35, ../sass/4-theme/_views.scss */
.views-exposed-widget:before {
  color: #00a9a7;
  content: "Filter By";
  display: none;
  flex-shrink: 0;
  font-weight: bold;
  left: -5px;
  line-height: 12px;
  margin-bottom: 5px;
  padding-left: 7px;
  position: relative;
  text-transform: uppercase;
  top: 2px;
}
/* line 50, ../sass/4-theme/_views.scss */
.views-exposed-widget:first-child:before {
  position: relative;
  display: block;
}
/* line 56, ../sass/4-theme/_views.scss */
.views-exposed-widget.js-widget:before {
  border-left: none;
  content: "Jump To";
}
/* line 60, ../sass/4-theme/_views.scss */
.views-exposed-widget .form-item {
  background: url(../images/select_bg.gif) #ccc right top no-repeat;
  overflow: hidden;
  margin: 0 !important;
  padding-right: 17px;
  width: 116px;
  /*wrapper div for select 19px (135px original) less. Hide's default dropdown arrow and displays the custom image.*/
}
/* line 67, ../sass/4-theme/_views.scss */
.views-exposed-widget label {
  display: none;
}
/* line 70, ../sass/4-theme/_views.scss */
.views-exposed-widget input,
.views-exposed-widget select {
  background-color: #ccc;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 15px;
  -webkit-appearance: none;
}
/* line 80, ../sass/4-theme/_views.scss */
.views-exposed-widget select {
  background: transparent;
  font-size: 13px;
  padding-left: 5px;
  width: 151px;
}
/* line 86, ../sass/4-theme/_views.scss */
.views-exposed-widget input[type="submit"] {
  background: url(../images/action_arrow.png) #000 top no-repeat;
  margin: 0 !important;
  text-indent: -9999em;
  width: 19px;
}

/* Responsive theming for filters */
/* Issues */
/* line 97, ../sass/4-theme/_views.scss */
.issues-page .views-exposed-widgets {
  padding: 0 5px 7px 115px;
}

/* Artists */
/* line 103, ../sass/4-theme/_views.scss */
.artist-page .views-exposed-widgets {
  padding: 0 5px 7px 75px;
}

/* !Views - Current Issue */
/* ----------------------------------------------------------------------------------------
 * Used at top of /issues, and incidentally in the monolith due to .issue-current class
 *
 * Uses .issue-current as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 115, ../sass/4-theme/_views.scss */
.issue-current {
  position: relative;
}
/* line 117, ../sass/4-theme/_views.scss */
.issue-current h2 {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 122, ../sass/4-theme/_views.scss */
.issue-current a {
  color: #fff;
}
/* line 125, ../sass/4-theme/_views.scss */
.issue-current .purchase_form {
  bottom: 12px;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 560px) {
  /* line 125, ../sass/4-theme/_views.scss */
  .issue-current .purchase_form {
    top: 15px;
  }
}
/* line 134, ../sass/4-theme/_views.scss */
.issue-current .issue-row > * {
  /*Create some spacing for block level elements in each row */
  margin-bottom: 5px;
}
/* line 138, ../sass/4-theme/_views.scss */
.issue-current .issue-row .current-wrapper {
  color: #fff;
  padding: 29px 60px 10px;
  margin: -29px -60px -15px;
}
@media screen and (min-width: 560px) {
  /* line 143, ../sass/4-theme/_views.scss */
  .issue-current .issue-row h2,
  .issue-current .issue-row p {
    max-width: calc(100% - 120px);
  }
}
/* line 149, ../sass/4-theme/_views.scss */
.issue-current .issue-row .more_wh {
  margin-top: 0;
}
/* line 152, ../sass/4-theme/_views.scss */
.issue-current .issue-row .more_button {
  position: absolute;
  right: 0;
  top: 15px;
}

/* !Views - Issue lists */
/* ----------------------------------------------------------------------------------------
 * Uses .issues-lists as view css class.
 * ----------------------------------------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 559px) {
  /* line 178, ../sass/4-theme/_views.scss */
  .issues-lists {
    margin-top: 50px;
  }
}
/* line 182, ../sass/4-theme/_views.scss */
.issues-lists h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 25px 0 5px;
}

/* line 188, ../sass/4-theme/_views.scss */
.list-row {
  background-color: #fff;
  box-shadow: 4px 4px 10px #555;
  margin: 0 15px 15px 0;
  display: inline-block;
  position: relative;
}
/* line 194, ../sass/4-theme/_views.scss */
.list-row a {
  display: block;
  height: 120px;
  width: 120px;
}

/* line 201, ../sass/4-theme/_views.scss */
.issue-item {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  padding: 3px 0;
  position: absolute;
  width: 100%;
}
/* line 209, ../sass/4-theme/_views.scss */
.issue-item p {
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
  text-transform: uppercase;
}

/* line 216, ../sass/4-theme/_views.scss */
.issue-region {
  background: none !important;
  /*-----------------------------------------------------------------------------------------
		 *	NOTE: Issue page view is built using the term ID appended to "region-". REGIONS ARE
		 *  NOT NAMED RIGHT, and changing would mean re-building taxonomy vocabulary list.
		 *  Will just use incorrect region names but appropriate hex values.
		 *-----------------------------------------------------------------------------------------
		 */
}
/* line 226, ../sass/4-theme/_views.scss */
.issue-region.region-1 {
  color: #e51836;
  /*Northeast - cherry red*/
}
/* line 229, ../sass/4-theme/_views.scss */
.issue-region.region-2 {
  color: #f3c64b;
  /*MFA Annual - mustard yellow*/
}
/* line 232, ../sass/4-theme/_views.scss */
.issue-region.region-3 {
  color: #ec088d;
  /*South - plum purple*/
}
/* line 235, ../sass/4-theme/_views.scss */
.issue-region.region-4 {
  color: #bacd48;
  /*Midwest - moss green*/
}
/* line 238, ../sass/4-theme/_views.scss */
.issue-region.region-5 {
  color: #f68325;
  /*West - terracotta orange*/
}
/* line 241, ../sass/4-theme/_views.scss */
.issue-region.region-6 {
  color: #40b7d1;
  /*Paccoast - icy blue*/
}

/* line 245, ../sass/4-theme/_views.scss */
.issue-sale {
  color: #000;
}

/* !Views - Artists lists */
/* ----------------------------------------------------------------------------------------
 * Uses .artists-list as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 253, ../sass/4-theme/_views.scss */
.artists-list table {
  width: 100%;
}

/* !Page Styles - Artist Index Page */
/* line 258, ../sass/4-theme/_views.scss */
.feat_artist_pane h2 {
  font-weight: bold;
  font-size: 19px;
  margin: 15px 0 15px;
  text-transform: uppercase;
}

/* !Views - Jurors lists */
/* ----------------------------------------------------------------------------------------
 * Uses .jurors-list as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 269, ../sass/4-theme/_views.scss */
.jurors-list table {
  width: 100%;
}

/* line 272, ../sass/4-theme/_views.scss */
.jurors-page .views-exposed-widgets:first-child {
  padding-left: 0;
}

/* line 275, ../sass/4-theme/_views.scss */
.jurors-page #edit-field-region-tid-wrapper {
  display: none;
}

/* Artist/Jurors Page Table Listing */
/* line 282, ../sass/4-theme/_views.scss */
.artist-page .panel_middle table,
.jurors-page .panel_middle table {
  margin-bottom: 20px;
}
/* line 285, ../sass/4-theme/_views.scss */
.artist-page .panel_middle h2,
.artist-page .panel_middle caption,
.jurors-page .panel_middle h2,
.jurors-page .panel_middle caption {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
/* line 291, ../sass/4-theme/_views.scss */
.artist-page .panel_middle th,
.jurors-page .panel_middle th {
  text-transform: uppercase;
  font-size: 13px;
  width: 30%;
  font-weight: bold;
}
/* line 296, ../sass/4-theme/_views.scss */
.artist-page .panel_middle th.views-field-field-region,
.jurors-page .panel_middle th.views-field-field-region {
  width: 15%;
}
/* line 299, ../sass/4-theme/_views.scss */
.artist-page .panel_middle th.views-field-nothing,
.jurors-page .panel_middle th.views-field-nothing {
  width: 55%;
}

/* !Views - Artists by Issue */
/* ----------------------------------------------------------------------------------------
 * Used on issue pages
 *
 * Uses .artists-by-issue as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 312, ../sass/4-theme/_views.scss */
.artists-by-issue {
  margin-bottom: 20px;
}
/* line 314, ../sass/4-theme/_views.scss */
.artists-by-issue .views-row:after {
  content: " | ";
  color: #00a9a7;
}
/* line 318, ../sass/4-theme/_views.scss */
.artists-by-issue .views-row-last:after {
  content: " ";
}

/* !Views - Noteworthy Entries */
/* ----------------------------------------------------------------------------------------
 * Used at bottom of issue detail
 *
 * Uses .noteworthy-entries as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 329, ../sass/4-theme/_views.scss */
.entry-item {
  display: inline-block;
  margin: 0 15px 15px 0;
  vertical-align: top;
  max-width: 250px;
}
/* line 334, ../sass/4-theme/_views.scss */
.entry-item img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  height: 250px;
  margin-bottom: 15px;
}

/* !Views - Issues Slideshow */
/*----------------------------------------------------------
 * Used in sidebar of issue detail
 *
 * Uses .issues-slideshow as view css class.
 * ----------------------------------------------------------
 */
/* line 349, ../sass/4-theme/_views.scss */
.slides {
  min-height: 250px;
  z-index: 0;
}

/* line 353, ../sass/4-theme/_views.scss */
.slides img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  height: 250px;
  width: 250px;
}

/* line 358, ../sass/4-theme/_views.scss */
#slide_prev,
#slide_next {
  display: inline-block;
  height: 15px;
  margin: 15px 10px 0 0;
  width: 19px;
}

/* line 366, ../sass/4-theme/_views.scss */
#slide_prev {
  background-image: url(../images/action_arrow_left.png);
}

/* line 369, ../sass/4-theme/_views.scss */
#slide_next {
  background-image: url(../images/action_arrow.png);
}

/* line 373, ../sass/4-theme/_views.scss */
.issues-slideshow .view-footer {
  padding-right: 25px;
  text-align: right;
}

/* !Views - Featured Artists */
/* ----------------------------------------------------------------------------------------
 * Uses .feat_artist as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 382, ../sass/4-theme/_views.scss */
.feat-artist {
  overflow: hidden;
}

/* line 385, ../sass/4-theme/_views.scss */
.feat-artist-row {
  background-color: #fff;
  box-shadow: 4px 4px 10px #555;
  margin: 0 20px 15px 0;
  display: inline-block;
  vertical-align: top;
}

/* line 392, ../sass/4-theme/_views.scss */
.views-row-last.feat-artist-row {
  margin-right: 0;
}

/* line 395, ../sass/4-theme/_views.scss */
.lt-ie9 .feat-artist-row {
  display: block;
  float: left;
}

/* line 399, ../sass/4-theme/_views.scss */
.feat_artist_image a {
  display: block;
}

/* line 402, ../sass/4-theme/_views.scss */
.feat_artist_image img {
  height: 190px;
  width: 190px;
  background: url(../images/blank.png);
  /* what to do if the featured artist has no images! */
}

/* line 407, ../sass/4-theme/_views.scss */
.feat_artist_item {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  height: 20px;
  font-weight: bold;
  left: 0;
  margin-top: -75px;
  padding: 35px 0 15px 5px;
  position: relative;
  width: 185px;
}

/* line 419, ../sass/4-theme/_views.scss */
.feat_artist_issue {
  color: #fff;
  font-size: 16px;
  padding: 0 3px 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}

/* !Views - Current Juror */
/* ----------------------------------------------------------------------------------------
 * Uses .current_juror as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 432, ../sass/4-theme/_views.scss */
.current-juror {
  font-size: 15px;
  margin-top: 20px;
  min-height: 250px;
  overflow: hidden;
  padding-bottom: 35px;
  position: relative;
  /*Manually insert .more styles here since we can't assign more class to this element.*/
}
/* line 439, ../sass/4-theme/_views.scss */
.current-juror .group-left,
.current-juror .group-right {
  width: auto;
}
/* line 443, ../sass/4-theme/_views.scss */
.current-juror .group-right {
  margin-left: 25px;
}
/* line 446, ../sass/4-theme/_views.scss */
.current-juror .group_jurror_info .field {
  margin-bottom: 7px;
  overflow: hidden;
}
/* line 450, ../sass/4-theme/_views.scss */
.current-juror .field-name-field-head-shot {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  height: 250px;
}
/* line 454, ../sass/4-theme/_views.scss */
.current-juror .group_jurror_info .field-name-title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 460, ../sass/4-theme/_views.scss */
.current-juror .field-name-title h2:before {
  content: "Current Juror: ";
  display: inline;
  text-transform: uppercase;
}
/* line 465, ../sass/4-theme/_views.scss */
.current-juror .field-name-field-juror-user-reference > .field-label,
.current-juror .field-name-field-full-name,
.current-juror .field-name-field-last-name,
.current-juror .profile h3,
.current-juror .profile dl,
.current-juror .field-name-field-city,
.current-juror .field-name-field-zip-code,
.current-juror .field-name-field-state {
  display: none;
}
/* line 475, ../sass/4-theme/_views.scss */
.current-juror .profile {
  margin: 0;
}
/* line 478, ../sass/4-theme/_views.scss */
.current-juror .field-name-field-juror-user-reference .field {
  margin: 0 0 7px 0;
}
/* line 482, ../sass/4-theme/_views.scss */
.current-juror .field-name-node-link a {
  background: url(../images/action_arrow_sm.png) right center no-repeat;
  color: black;
  display: inline-block;
  font-weight: bold;
  padding-right: 20px;
  margin: 20px 0;
}

/* !Views - Blog Index */
/* ----------------------------------------------------------------------------------------
 * Uses .blog-index as view css class.
 * ----------------------------------------------------------------------------------------*/
/* line 496, ../sass/4-theme/_views.scss */
.blog-item {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
/* line 500, ../sass/4-theme/_views.scss */
.blog-item.views-row-last {
  border: none;
}
/* line 503, ../sass/4-theme/_views.scss */
.blog-item > * {
  margin-bottom: 10px;
}
/* line 506, ../sass/4-theme/_views.scss */
.blog-item .posted_date,
.blog-item h2 {
  font-weight: bold;
}
/* line 510, ../sass/4-theme/_views.scss */
.blog-item .posted_date {
  margin-bottom: 0;
}
/* line 513, ../sass/4-theme/_views.scss */
.blog-item h2 {
  font-size: 19px;
}
/* line 516, ../sass/4-theme/_views.scss */
.blog-item .views-field-field-topics label,
.blog-item .views-field-path label {
  font-weight: bold;
}

/* !Views - Latest Entries */
/* ----------------------------------------------------------------------------------------
 * special page: doesn't use any of the rest of the site template and just displays a
 * a big crazy collage of entries. Fluid widths and max-width to the rescue.
 * ----------------------------------------------------------------------------------------*/
/* line 527, ../sass/4-theme/_views.scss */
.page-competitions-latest {
  height: 100%;
  margin: 0;
  padding: 0;
}
/* line 532, ../sass/4-theme/_views.scss */
.page-competitions-latest.admin-menu {
  margin-top: 0 !important;
}
/* line 535, ../sass/4-theme/_views.scss */
.page-competitions-latest .view-content {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
}
/* line 541, ../sass/4-theme/_views.scss */
.page-competitions-latest .view-content > div {
  background: #000;
  width: 100%;
  height: 40%;
  float: left;
  text-align: center;
}
@media screen and (min-width: 560px) {
  /* line 541, ../sass/4-theme/_views.scss */
  .page-competitions-latest .view-content > div {
    width: 50%;
    height: 50%;
  }
}
@media screen and (min-width: 728px) {
  /* line 541, ../sass/4-theme/_views.scss */
  .page-competitions-latest .view-content > div {
    width: 33%;
    height: 40%;
  }
}
@media screen and (min-width: 920px) {
  /* line 541, ../sass/4-theme/_views.scss */
  .page-competitions-latest .view-content > div {
    width: 20%;
    height: 25%;
  }
}
/* line 563, ../sass/4-theme/_views.scss */
.page-competitions-latest .image-background {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* !Page Styles - Competitions Index Page */
/* line 4, ../sass/4-theme/_competitions-page.scss */
.competitions-page {
  /*.panel_[top, middle, bottom]*/
  /*.panel_pane*/
  /*.competions-page .titles*/
  /*Because all titles in each region need to be associated with that region color...*/
  /*.competions-page panel content*/
  /* Panel Node Content (Individual competition info) */
}
/* line 6, ../sass/4-theme/_competitions-page.scss */
.competitions-page #main-content {
  max-width: 960px;
  padding-top: 0;
}
@media screen and (min-width: 800px) {
  /* line 6, ../sass/4-theme/_competitions-page.scss */
  .competitions-page #main-content {
    width: calc(100% - 279px);
  }
}
/* line 14, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panels-flexible-region .inside {
  padding: 0;
}
/* line 20, ../sass/4-theme/_competitions-page.scss */
.js .competitions-page .panel_top,
.js .competitions-page .panel_bottom {
  /* display: none; */
}
/* line 27, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel-pane.region-1, .competitions-page .panel-pane.region-2, .competitions-page .panel-pane.region-3, .competitions-page .panel-pane.region-4, .competitions-page .panel-pane.region-5, .competitions-page .panel-pane.region-6 {
  background-color: #fff;
}
/* line 36, ../sass/4-theme/_competitions-page.scss */
.js .competitions-page .panel_middle .panel-pane {
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  /* line 36, ../sass/4-theme/_competitions-page.scss */
  .js .competitions-page .panel_middle .panel-pane {
    float: left;
    max-width: calc(100% - 28px * 5);
  }
}
/* line 43, ../sass/4-theme/_competitions-page.scss */
.no-js .competitions-page .panel-pane {
  /*when js is turned off...*/
  margin-bottom: 0.5em;
}
/* line 49, ../sass/4-theme/_competitions-page.scss */
.js .competitions-page .panel_middle .pane-title {
  cursor: pointer;
  font-size: 1.2em;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  /* line 49, ../sass/4-theme/_competitions-page.scss */
  .js .competitions-page .panel_middle .pane-title {
    height: 28px !important;
    line-height: 28px;
    padding: 0 5px;
  }
}
@media screen and (min-width: 800px) {
  /* line 49, ../sass/4-theme/_competitions-page.scss */
  .js .competitions-page .panel_middle .pane-title {
    float: left;
    height: 100%;
    width: 28px;
  }
}
/* line 64, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_middle .current {
  cursor: default;
  /* margin-right: 20px; */
}
@media screen and (min-width: 800px) {
  /* line 70, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .region-1 .pane-title {
    background: url(../images/tab_green.gif) left repeat;
  }
  /* line 73, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .region-2 .pane-title {
    background: url(../images/tab_orange.gif) left repeat;
  }
  /* line 76, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .region-3 .pane-title {
    background: url(../images/tab_blue.gif) left repeat;
  }
  /* line 79, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .region-4 .pane-title {
    background: url(../images/tab_red.gif) left repeat;
  }
  /* line 82, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .region-5 .pane-title {
    background: url(../images/tab_yellow.gif) left repeat;
  }
  /* line 85, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .region-6 .pane-title {
    background: url(../images/tab_purple.gif) left repeat;
  }
}
/* line 96, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-1 .content > h2,
.competitions-page .region-2 .content > h2,
.competitions-page .region-3 .content > h2,
.competitions-page .region-4 .content > h2,
.competitions-page .region-5 .content > h2,
.competitions-page .region-6 .content > h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 103, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-1 .content > h2 {
  color: #bacd48;
}
/* line 106, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-1 .pane-title {
  background-color: #bacd48;
}
/* line 111, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-2 .content > h2 {
  color: #f68325;
}
/* line 114, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-2 .pane-title {
  background-color: #f68325;
}
/* line 119, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-3 .content > h2 {
  color: #40b7d1;
}
/* line 122, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-3 .pane-title {
  background-color: #40b7d1;
}
/* line 127, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-4 .content > h2 {
  color: #e51836;
}
/* line 130, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-4 .pane-title {
  background-color: #e51836;
}
/* line 135, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-5 .content > h2 {
  color: #f3c64b;
}
/* line 138, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-5 .pane-title {
  background-color: #f3c64b;
}
/* line 143, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-6 .content > h2 {
  color: #ec088d;
}
/* line 146, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region-6 .pane-title {
  background-color: #ec088d;
}
/* line 151, ../sass/4-theme/_competitions-page.scss */
.js .competitions-page .panel_middle .pane-content {
  display: none;
  padding: 0 20px;
  max-width: 752px;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 800px) {
  /* line 151, ../sass/4-theme/_competitions-page.scss */
  .js .competitions-page .panel_middle .pane-content {
    float: left;
    padding: 30px 0;
    width: calc(100% - 28px);
  }
}
/* line 168, ../sass/4-theme/_competitions-page.scss */
.competitions-page .tabContentInner > div {
  padding: 0 20px;
}
/* line 176, ../sass/4-theme/_competitions-page.scss */
.competitions-page .field-name-body .field-item img {
  margin: 5px 25px 0 0;
}
/* line 181, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_middle .pane-content .node {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  /* line 181, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .panel_middle .pane-content .node {
    margin-top: 10px;
  }
}
/* line 186, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_middle .pane-content .node .page-title {
  color: #bacd48;
}
/* line 190, ../sass/4-theme/_competitions-page.scss */
.competitions-page .region_bg {
  margin-bottom: 10px;
}
@media screen and (min-width: 680px) and (max-width: 799px) {
  /* line 190, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .region_bg {
    float: right;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1040px) {
  /* line 190, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .region_bg {
    float: right;
    margin-right: -20px;
  }
}
/* line 201, ../sass/4-theme/_competitions-page.scss */
.competitions-page .competition_info {
  font-size: 18px !important;
  margin-bottom: 50px !important;
}
@media screen and (min-width: 680px) and (max-width: 799px) {
  /* line 201, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .competition_info {
    width: 50%;
  }
}
@media screen and (min-width: 1040px) {
  /* line 201, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .competition_info {
    width: 50%;
  }
}
/* line 210, ../sass/4-theme/_competitions-page.scss */
.competitions-page .competition_info > * {
  margin-bottom: 10px;
}
/* line 213, ../sass/4-theme/_competitions-page.scss */
.competitions-page .competition_info > * span {
  font-weight: bold;
}
/* line 216, ../sass/4-theme/_competitions-page.scss */
.competitions-page .competition_info .region_states {
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 221, ../sass/4-theme/_competitions-page.scss */
.competitions-page .comp_more {
  margin-right: 12px;
}
/* line 224, ../sass/4-theme/_competitions-page.scss */
.competitions-page .juror div,
.competitions-page .deadline div,
.competitions-page .field_competition_status div {
  display: inline;
}

/* panel_[top, bottom]_shift */
/* -------------------------------------------------------------------------------------------
	 * panel_[top, bottom]_shift is created via our script. Inserts the content from .panel_[top. bottom]
	 * into .panel_middle, right before the .node content. Has to be specific selectors to overwrite
	 * what's already been established above.
	 * ------------------------------------------------------------------------------------------- */
/* line 238, ../sass/4-theme/_competitions-page.scss */
.competitions-page {
  /*Panel top content, copied into panel middle for comps page in large windows.*/
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  /* line 240, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .panel_top_shift {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  /* line 245, ../sass/4-theme/_competitions-page.scss */
  .competitions-page .panel_top {
    display: none;
  }
}
/* line 250, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_top,
.competitions-page .panel_middle .panel_top_shift {
  padding-top: 29px;
}
/* line 253, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_top .pane-title,
.competitions-page .panel_middle .panel_top_shift .pane-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 258, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_top .field-name-body .field-item,
.competitions-page .panel_middle .panel_top_shift .field-name-body .field-item {
  font-size: 13px;
}
/* line 260, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_top .field-name-body .field-item p:first-child,
.competitions-page .panel_top .field-name-body .field-item h3,
.competitions-page .panel_middle .panel_top_shift .field-name-body .field-item p:first-child,
.competitions-page .panel_middle .panel_top_shift .field-name-body .field-item h3 {
  font-size: 19px;
}
/* line 269, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_middle .panel_top_shift .pane-content,
.competitions-page .panel_middle .panel_bottom_shift .pane-content {
  background: none;
  display: block;
  float: none;
  padding: 0;
}
/* line 275, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_middle .panel_top_shift .pane-title,
.competitions-page .panel_middle .panel_bottom_shift .pane-title {
  background: none;
  cursor: default;
  display: block;
  float: none;
  height: auto;
  min-height: 0;
  width: auto;
}
/* line 284, ../sass/4-theme/_competitions-page.scss */
.competitions-page .panel_middle .panel_top_shift .node,
.competitions-page .panel_middle .panel_bottom_shift .node {
  width: auto !important;
}

/* CSS transforms for pane titles */
/* -------------------------------------------------------------------------------------------
		 * text-shadow is for white on yellow and forces the text to render more smoothly.
		 * NOTE: transform makes text render very, very badly in IE9 (and isn't supported in 8 or less). Replace with image.
		 * TODO: Set styles for browsers that don't support css transforms (.no-csstransforms)
     * ------------------------------------------------------------------------------------------- */
/* line 298, ../sass/4-theme/_competitions-page.scss */
.csstransforms .competitions-page .vert {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
/* line 303, ../sass/4-theme/_competitions-page.scss */
.csstransforms .competitions-page .vert:after {
  content: ">";
  display: block;
  float: right;
  font-size: 2em;
  font-weight: normal;
  line-height: 0.5em;
  transform: rotate(90deg);
}
@media screen and (min-width: 0px) and (max-width: 799px) {
  /* line 303, ../sass/4-theme/_competitions-page.scss */
  .csstransforms .competitions-page .vert:after {
    line-height: 28px;
  }
}
@media screen and (min-width: 800px) {
  /* line 298, ../sass/4-theme/_competitions-page.scss */
  .csstransforms .competitions-page .vert {
    margin-left: -115px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    width: 140px;
  }
}
/* line 324, ../sass/4-theme/_competitions-page.scss */
.csstransforms .competitions-page .current .vert:after {
  margin-right: -2px;
  text-shadow: -1px -1px -1px rgba(0, 0, 0, 0.5);
  transform: rotate(-90deg);
}

/* line 332, ../sass/4-theme/_competitions-page.scss */
.no-csstransforms .competitions-page .vert {
  background-image: url(../images/competitions_sprite.png);
  background-repeat: no-repeat;
  display: block;
  height: 179px;
  position: absolute;
  position: fixed;
  text-indent: -999em;
  width: 28px;
}
/* line 342, ../sass/4-theme/_competitions-page.scss */
.no-csstransforms .region-1 .vert {
  background-position: 0px 0px;
}
/* line 345, ../sass/4-theme/_competitions-page.scss */
.no-csstransforms .region-2 .vert {
  background-position: -28px 0px;
}
/* line 348, ../sass/4-theme/_competitions-page.scss */
.no-csstransforms .region-3 .vert {
  background-position: -56px 0px;
}
/* line 351, ../sass/4-theme/_competitions-page.scss */
.no-csstransforms .region-4 .vert {
  background-position: -84px 0px;
}
/* line 354, ../sass/4-theme/_competitions-page.scss */
.no-csstransforms .region-5 .vert {
  background-position: -112px 0px;
}
/* line 357, ../sass/4-theme/_competitions-page.scss */
.no-csstransforms .region-6 .vert {
  background-position: -140px 0px;
}

/* !Views - Commerce Cart */
/* ----------------------------------------------------------------------------------------
 * View dedicated to the pages generated by the commerce feature/module.
 * ----------------------------------------------------------------------------------------*/
/* line 6, ../sass/4-theme/_commerce-cart.scss */
.cart_contents legend,
.checkout-help,
.page-cart .block_title,
.page-checkout .block_title {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 14, ../sass/4-theme/_commerce-cart.scss */
.checkout-help,
#block-block-7 > *,
.cart_instructions > * {
  margin-bottom: 15px;
}

/* line 19, ../sass/4-theme/_commerce-cart.scss */
.page-cart .cart_instructions ul {
  margin: 10px 0;
}

/* line 22, ../sass/4-theme/_commerce-cart.scss */
.page-cart .cart_instructions li {
  padding: 0 0 5px 5px;
}

/* line 25, ../sass/4-theme/_commerce-cart.scss */
.cart-empty-page {
  margin-left: 5px;
  font-weight: bold;
}

/* line 30, ../sass/4-theme/_commerce-cart.scss */
.cart_contents .fieldset-wrapper {
  padding-top: 15px;
}

/* line 33, ../sass/4-theme/_commerce-cart.scss */
.page-checkout .form-wrapper,
.customer_profile_billing .form-wrapper {
  margin-bottom: 10px;
  margin-left: 5px;
}

/* line 38, ../sass/4-theme/_commerce-cart.scss */
.customer_profile_billing label {
  padding-top: 7px;
}

/* line 42, ../sass/4-theme/_commerce-cart.scss */
.checkout-review th,
.checkout-review td,
.view-commerce-cart-summary th,
.view-commerce-cart-summary td,
.view-commerce-line-item-table th,
.view-commerce-line-item-table td {
  padding: 1em 0 !important;
}

/* line 50, ../sass/4-theme/_commerce-cart.scss */
.view-commerce-cart-form th,
.cart_contents th,
.view-commerce-cart-summary th,
.view-commerce-line-item-table th {
  font-weight: bold;
}

/* line 57, ../sass/4-theme/_commerce-cart.scss */
.checkout-completion-message > * {
  margin-bottom: 1em;
}

/* line 61, ../sass/4-theme/_commerce-cart.scss */
.line-item-summary,
.line-item-summary .links {
  margin: 1em 0;
}

/* line 65, ../sass/4-theme/_commerce-cart.scss */
.line-item-summary .links {
  display: block !important;
}

/* line 69, ../sass/4-theme/_commerce-cart.scss */
.commerce-add-to-cart input[type="submit"],
.commerce-line-item-actions input[type="submit"],
.view-commerce-cart-form .delete-line-item,
.checkout-continue,
.line-item-summary a {
  background-color: #00a9a7;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 42px;
  line-height: 44px;
  margin-right: 3px;
  padding: 0 15px;
  text-transform: uppercase;
}

/* line 86, ../sass/4-theme/_commerce-cart.scss */
.issues-artist-juror-page .commerce-add-to-cart input[type="submit"] {
  margin-bottom: 15px;
}

/* line 89, ../sass/4-theme/_commerce-cart.scss */
.view-commerce-cart-form .delete-line-item,
.checkout-continue,
.line-item-summary a {
  height: 24px;
  line-height: 26px;
}

/* !Page Styles - Issues/Artist/Jurors Exposed Form */
/* ----------------------------------------------------------------------------------------
 * Only applying abs pos to these h2's since they are they sit in the exposed form area.
 * ----------------------------------------------------------------------------------------*/
/* line 8, ../sass/4-theme/_specific-pages.scss */
.issues-page .panel_middle h2,
.artist-page .panel_middle h2,
.jurors-page .panel_middle h2 {
  color: #fff;
  font-weight: bold;
  font-size: 138.5%;
  left: 10px;
  position: absolute;
  text-transform: uppercase;
  top: 5px;
  z-index: 50;
}

/* !Page Styles - Issues Index Page */
/* line 27, ../sass/4-theme/_specific-pages.scss */
.issues-page .panel_middle {
  padding-top: 30px;
  /*Space for exposed form filters (30px).*/
}
@media screen and (min-width: 0px) and (max-width: 355px) {
  /* line 27, ../sass/4-theme/_specific-pages.scss */
  .issues-page .panel_middle {
    padding-top: 50px;
  }
}

/* !Page Styles - Artist Index Page */
/* line 35, ../sass/4-theme/_specific-pages.scss */
.artist-page .panel_middle {
  padding-top: 50px;
  /*Space for exposed form filters (50px).*/
}
@media screen and (min-width: 0px) and (max-width: 451px) {
  /* line 35, ../sass/4-theme/_specific-pages.scss */
  .artist-page .panel_middle {
    padding-top: 100px;
  }
}
@media screen and (min-width: 452px) and (max-width: 679px) {
  /* line 35, ../sass/4-theme/_specific-pages.scss */
  .artist-page .panel_middle {
    padding-top: 60px;
  }
}
@media screen and (min-width: 800px) and (max-width: 979px) {
  /* line 35, ../sass/4-theme/_specific-pages.scss */
  .artist-page .panel_middle {
    padding-top: 60px;
  }
}

/* line 48, ../sass/4-theme/_specific-pages.scss */
.jurors-page .panel_middle {
  padding-top: 50px;
  /*Space for exposed form filters (50px).*/
}

/* !Page Styles - Blog */
/* line 53, ../sass/4-theme/_specific-pages.scss */
.blog-page .field-name-body,
.blog-page .blog-item {
  font-size: 14px;
}

/* !Page Styles - Blog - Index Page */
/* line 60, ../sass/4-theme/_specific-pages.scss */
.term_pane_listing {
  padding-top: 25px;
  position: relative;
}
/* line 63, ../sass/4-theme/_specific-pages.scss */
.term_pane_listing:before {
  border: none;
  color: #00a9a7;
  content: "Filter Posts";
  font-weight: bold;
  font-size: 19px;
  left: 0;
  line-height: 12px;
  padding-left: 0;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
/* line 76, ../sass/4-theme/_specific-pages.scss */
.term_pane_listing > h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 82, ../sass/4-theme/_specific-pages.scss */
.term-listing-block ul {
  margin-left: 10px;
}

/* !Page Styles - Search Page(s) */
/* line 88, ../sass/4-theme/_specific-pages.scss */
.page-search #main-content {
  padding: 29px 20px 0;
}
@media screen and (min-width: 800px) {
  /* line 88, ../sass/4-theme/_specific-pages.scss */
  .page-search #main-content {
    padding: 29px 25px 0;
  }
}
/* line 94, ../sass/4-theme/_specific-pages.scss */
.page-search .title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 99, ../sass/4-theme/_specific-pages.scss */
.page-search .search-advanced {
  margin: 20px 0;
}
/* line 103, ../sass/4-theme/_specific-pages.scss */
.page-search .search-results li {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 0px) and (max-width: 559px) {
  /* line 109, ../sass/4-theme/_specific-pages.scss */
  .page-search .search-results .search-snippet-info {
    padding: 0;
  }
}
/* line 114, ../sass/4-theme/_specific-pages.scss */
.page-search .search-info {
  font-weight: bold;
  margin-top: 5px;
}

/* !Page Styles - Apply Page (e.g. /apply/3709) */
/* line 120, ../sass/4-theme/_specific-pages.scss */
.page-apply .region-content {
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  /* line 120, ../sass/4-theme/_specific-pages.scss */
  .page-apply .region-content {
    margin-left: 30px;
  }
}
@media screen and (min-width: 920px) {
  /* line 120, ../sass/4-theme/_specific-pages.scss */
  .page-apply .region-content {
    margin-left: 60px;
  }
}

/* line 130, ../sass/4-theme/_specific-pages.scss */
.apply-stripe h3 {
  font-size: 146.5%;
  font-weight: bold;
  color: #fff;
  height: 42px;
  line-height: 44px;
  padding: 0 14px;
  text-transform: uppercase;
  margin: 1em 0;
}
/* line 139, ../sass/4-theme/_specific-pages.scss */
.apply-stripe h3.region-default {
  background-color: #00a9a7;
}
/* line 142, ../sass/4-theme/_specific-pages.scss */
.apply-stripe h3.disabled {
  background-color: #999 !important;
  color: #ddd;
}
/* line 146, ../sass/4-theme/_specific-pages.scss */
.apply-stripe h3 .answer {
  float: right;
}
/* line 150, ../sass/4-theme/_specific-pages.scss */
.apply-stripe .comp_more p {
  font-size: 25px !important;
}

/* !Page Styles - Entry submission page */
/* line 156, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry p {
  margin: 5px 0;
}
/* line 160, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry .block-system [type="text"] {
  box-sizing: border-box;
  width: 100%;
}
/* line 164, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry .block-system [type="submit"] {
  background: #00a9a7;
  color: #fff;
  border: 0;
  font-size: 1.2em;
  margin: 0.1em 0.2em 0.2em 0;
  min-width: 10em;
  padding: 5px 0;
}
/* line 173, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry .block-system [type="submit"]:hover {
  text-decoration: underline;
}
/* line 176, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry .block-system .field-add-more-submit {
  margin-top: 1em;
}
/* line 179, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry .block-system .field-widget-image-image {
  width: 100%;
}
/* line 181, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry .block-system .field-widget-image-image .form-item {
  white-space: normal;
}
/* line 186, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry .panels-flexible-region .inside {
  padding: 0;
}
/* line 189, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry .field-label {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 5px;
}
/* line 194, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry .form-item label {
  font-weight: bold;
}
/* line 197, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry tr.odd,
.page-node-edit.node-type-entry tr.even {
  background: #f6f6f6 !important;
}
/* line 201, ../sass/4-theme/_specific-pages.scss */
.page-node-edit.node-type-entry td {
  padding: 5px;
}

/* Entry form submission */
/* line 208, ../sass/4-theme/_specific-pages.scss */
.entry-form-artist .tabledrag-toggle-weight-wrapper {
  display: none;
}
/* line 211, ../sass/4-theme/_specific-pages.scss */
.entry-form-artist #field-collection-images-add-more-wrapper > .form-item > .description {
  margin-top: 10px;
}
/* line 214, ../sass/4-theme/_specific-pages.scss */
.entry-form-artist .pane-title {
  font-weight: bold;
  font-size: 18px;
}

/* !Page Styles - User Page(s) */
/* line 222, ../sass/4-theme/_specific-pages.scss */
.page-user #main-content {
  background-color: #fff;
  padding: 29px 0 100px;
}
@media screen and (min-width: 560px) {
  /* line 222, ../sass/4-theme/_specific-pages.scss */
  .page-user #main-content {
    padding: 29px 20px 100px;
  }
}
@media screen and (min-width: 680px) {
  /* line 222, ../sass/4-theme/_specific-pages.scss */
  .page-user #main-content {
    padding: 29px 60px 0;
  }
}
/* line 233, ../sass/4-theme/_specific-pages.scss */
.page-user .button,
.page-user #main-content input[type="submit"] {
  background-color: #00a9a7;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 42px;
  line-height: 44px;
  margin-right: 3px;
  padding: 0 15px;
  text-transform: uppercase;
}
/* line 247, ../sass/4-theme/_specific-pages.scss */
.page-user p {
  margin-bottom: 10px;
}
/* line 250, ../sass/4-theme/_specific-pages.scss */
.page-user .panel-pane {
  margin-bottom: 1em;
}
/* line 253, ../sass/4-theme/_specific-pages.scss */
.page-user h2,
.page-user .pane-title {
  font-weight: bold;
}
/* line 257, ../sass/4-theme/_specific-pages.scss */
.page-user .profile .field {
  margin-bottom: 10px;
}
/* line 260, ../sass/4-theme/_specific-pages.scss */
.page-user .panel_bottom .views-row {
  margin: 5px 0;
}
/* line 263, ../sass/4-theme/_specific-pages.scss */
.page-user .view-empty {
  margin-top: 10px;
}
/* line 266, ../sass/4-theme/_specific-pages.scss */
.page-user #field-full-name-add-more-wrapper .description {
  color: red;
}

/**
 * Colorbox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */
/* line 6, ../sass/free-issue.scss */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 15, ../sass/free-issue.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 20, ../sass/free-issue.scss */
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

/* line 24, ../sass/free-issue.scss */
#cboxContent {
  position: relative;
}

/* line 27, ../sass/free-issue.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 31, ../sass/free-issue.scss */
#cboxTitle {
  margin: 0;
}

/* line 34, ../sass/free-issue.scss */
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * These elements are buttons, and may need to have additional
 * styles reset to avoid unwanted base styles.
 */
/* line 46, ../sass/free-issue.scss */
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  cursor: pointer;
}

/**
 * Avoid outlines on :active (mouseclick),
 * but preserve outlines on :focus (tabbed navigating)
 */
/* line 62, ../sass/free-issue.scss */
#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active,
#cboxSlideshow:active {
  outline: 0;
}

/* line 68, ../sass/free-issue.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

/* line 75, ../sass/free-issue.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  color: white;
}
/* line 82, ../sass/free-issue.scss */
.cboxIframe h1 {
  text-transform: uppercase;
}
/* line 86, ../sass/free-issue.scss */
.cboxIframe a {
  text-decoration: underline;
}
/* line 90, ../sass/free-issue.scss */
.cboxIframe a.btn {
  text-decoration: none;
}

/* Reset box sizing to content-box if theme is using border-box. */
/* line 93, ../sass/free-issue.scss */
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Colorbox module plain style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
/* line 106, ../sass/free-issue.scss */
#cboxOverlay {
  background: #000;
}

/* line 109, ../sass/free-issue.scss */
#colorbox {
  outline: 0;
  background: url("/sites/all/themes/custom/nap/images/NAP-free-offer.jpg") no-repeat;
  background-position: right top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

/* @codingStandardsIgnoreLine */
/* line 122, ../sass/free-issue.scss */
#cboxContent {
  overflow: hidden;
}

/* line 125, ../sass/free-issue.scss */
#cboxContent,
.cboxPhoto {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 131, ../sass/free-issue.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 135, ../sass/free-issue.scss */
#cboxTitle {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
  color: #535353;
  width: 100%;
  padding: 4px 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 155, ../sass/free-issue.scss */
#cboxLoadingOverlay {
  background: #fff;
}

/* line 158, ../sass/free-issue.scss */
#cboxLoadingGraphic {
  background: url(images/loading_animation.gif) no-repeat center center;
}

/* line 161, ../sass/free-issue.scss */
#cboxClose.cbox-close-plain {
  position: absolute;
  font-size: 20px;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.5);
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 176, ../sass/free-issue.scss */
.cbox-close-plain:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  /* line 182, ../sass/free-issue.scss */
  .splash-position {
    margin: 1em;
  }
}
@media (min-width: 769px) {
  /* line 188, ../sass/free-issue.scss */
  .splash-poition {
    margin: 4em 1em 1em;
  }
}
/* line 1, ../sass/landing-page.scss */
.node-type-landing-page {
  background: url("/sites/all/themes/custom/nap/images/NAP-Book-Pile.jpg") no-repeat;
  background-position: right top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}
/* line 11, ../sass/landing-page.scss */
.node-type-landing-page .wrapper {
  padding: 0;
}
/* line 15, ../sass/landing-page.scss */
.node-type-landing-page #main-content {
  background-color: transparent;
  margin-left: 0;
  margin-top: 0;
  min-height: 100%;
  outline: 0;
  padding-top: 0;
}
/* line 23, ../sass/landing-page.scss */
.node-type-landing-page #main-content .node-landing-page {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 80%;
  margin: auto;
  padding: 3em;
}
/* line 30, ../sass/landing-page.scss */
.node-type-landing-page #main-content .node-landing-page h1 {
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: .9em;
}
/* line 37, ../sass/landing-page.scss */
.node-type-landing-page #main-content .node-landing-page p {
  background: transparent;
  font-size: 15px;
}
/* line 45, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-client-form {
  text-align: center;
}
/* line 48, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-client-form .form-item {
  max-width: 80%;
  margin: 1em auto;
}
/* line 53, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-client-form .form-item.webform-component-select {
  margin-top: 2em;
}
/* line 57, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-client-form .webform-component-markup.webform-component--title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
/* line 63, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-client-form input {
  padding: 4px 8px;
  border-radius: 4px;
}
/* line 65, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-client-form .webform-submit.button-primary {
  margin-top: 1em;
  padding: .5em 1em;
  background: black;
  color: white;
  border-color: black;
  font-size: 20px;
  font-weight: bold;
}
/* line 75, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-client-form .webform-submit.button-primary:hover {
  color: #00a9a7;
}
/* line 79, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-client-form .form-actions {
  margin: 0;
}
/* line 86, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-confirmation {
  color: #e8c271;
  font-weight: bold;
  padding-top: 1em;
}
/* line 90, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-confirmation p {
  font-size: 25px;
}
/* line 93, ../sass/landing-page.scss */
.node-type-landing-page #main-content .webform-confirmation p.small {
  font-size: 18px;
}
/* line 98, ../sass/landing-page.scss */
.node-type-landing-page #main-content .links {
  display: none;
}
/* line 107, ../sass/landing-page.scss */
.node-type-landing-page .return-home {
  display: block;
  text-align: center;
  padding: 2em;
}
/* line 112, ../sass/landing-page.scss */
.node-type-landing-page .return-home a.landing-page {
  color: white;
  text-decoration: underline;
  margin: 1em auto;
  font-size: large;
  font-weight: bold;
  padding: .5em 1em;
}
/* line 120, ../sass/landing-page.scss */
.node-type-landing-page .return-home a.landing-page:hover {
  color: #00a9a7;
  background: black;
}

/* line 8, ../sass/top-bar.scss */
.page-node-20640.node-type-page #topbarmsg-wrapper {
  height: auto;
}
/* line 12, ../sass/top-bar.scss */
.page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-container {
  background-position: left center;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  background-color: #91b2bd;
}
/* line 22, ../sass/top-bar.scss */
.page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-content {
  margin: auto;
  width: 100%;
  text-align: right;
  font-family: 'Oswald';
  font-weight: 700;
  line-height: 1em;
  height: 200px;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  margin-left: -20px;
  font-size: 30px;
  line-height: 1.1em;
}
/* line 37, ../sass/top-bar.scss */
.page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-content:after {
  margin: -40px;
  background-image: url(/sites/all/themes/custom/nap/images/banner-147-subscribe-corner-snowflake.jpg);
  display: block;
  width: 40px;
  overflow: hidden;
}
/* line 46, ../sass/top-bar.scss */
.page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-content a {
  font-family: 'Oswald';
  font-weight: 700;
  text-decoration: none;
  display: block;
  color: #fff;
}
/* line 53, ../sass/top-bar.scss */
.page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-content a:before {
  content: 'Use Code ';
  color: #fff;
  padding-bottom: .5em;
  white-space: pre;
}
/* line 60, ../sass/top-bar.scss */
.page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-content a:after {
  content: 'at checkout';
  display: block;
  color: #fff;
  padding-left: 4px;
}
/* line 71, ../sass/top-bar.scss */
.page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-close {
  float: right;
  color: #fff;
  background-color: #aaaaaa;
  text-decoration: none;
  padding: 0px 2px;
  border-radius: 4px 4px 0px 0px;
  margin-top: -30px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-right: 5px;
}

@media (max-width: 600px) {
  /* line 90, ../sass/top-bar.scss */
  .page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-container {
    background: linear-gradient(0.25turn, transparent, 45%, #91b2bd), url(/sites/all/themes/custom/nap/images/banner.jpg) no-repeat;
    padding-right: 1em;
  }
  /* line 98, ../sass/top-bar.scss */
  .page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-content:before {
    content: 'Holiday Special:';
    display: block;
    padding-top: 15px;
    white-space: pre;
    padding-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
  }
}
@media (min-width: 601px) and (max-width: 999px) {
  /* line 114, ../sass/top-bar.scss */
  .page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-container {
    background-image: url(/sites/all/themes/custom/nap/images/banner.jpg);
    padding-right: 1em;
  }
  /* line 124, ../sass/top-bar.scss */
  .page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-content:before {
    content: 'Holiday Special:';
    display: block;
    white-space: pre;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*
@media (min-width: 868px) and (max-width:1299px) {
  .page-node-20640.node-type-page #topbarmsg-wrapper {

    #topbarmsg-container {
      background-image: url(/sites/all/themes/custom/nap/images/banner.jpg);
      padding-right: 1.5em;
    }

    #topbarmsg-content {
      font-size: 27px;
    }
    #topbarmsg-content:before {
      content: 'Holiday Special:';
      text-transform: uppercase;
      white-space: pre;
      display: block;
      padding-top: 10px;
      font-size: 32px;
      line-height: 20px;
      padding-bottom: 15px;
    }
  }
}
*/
@media (min-width: 1000px) {
  /* line 168, ../sass/top-bar.scss */
  .page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-container {
    background-image: url(/sites/all/themes/custom/nap/images/banner.jpg);
    padding-right: 3em;
  }
  /* line 172, ../sass/top-bar.scss */
  .page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-content {
    font-size: 35px;
  }
  /* line 176, ../sass/top-bar.scss */
  .page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-content:before {
    content: 'Holiday Special:';
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-size: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  /* line 192, ../sass/top-bar.scss */
  .page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-container {
    background-size: cover;
  }
}
@media (min-width: 768px) {
  /* line 201, ../sass/top-bar.scss */
  .page-node-20640.node-type-page #topbarmsg-wrapper #topbarmsg-container {
    background-size: contain;
  }
}
/* !Styles.css */
/* -----------------------------------------------------
 * Main stylesheet used for New American Paintings.
 * Developed by Sametz Blackstone Associates
 * -----------------------------------------------------*/
/* line 72, ../sass/style.scss */
.front .advertisements,
.competitions-page .advertisements {
  width: auto;
}

/* !Node Titles */
/* line 89, ../sass/style.scss */
.field-name-body .field-item > * {
  margin-bottom: 15px;
}

/* line 92, ../sass/style.scss */
.field-name-body .field-item > h2 {
  font-size: 19px;
  line-height: 1.2;
}

/* line 96, ../sass/style.scss */
.field-name-body .field-item h3 {
  font-weight: bold;
  text-transform: uppercase;
}

/* line 100, ../sass/style.scss */
.field-name-body .field-item p:first-child {
  font-size: 19px;
}

/* line 103, ../sass/style.scss */
.page-node-6 .field-name-body .field-item p:first-child {
  font-size: 13px;
}

/* line 106, ../sass/style.scss */
.field-name-body .field-item img {
  margin: 5px 5px 0 0;
}

/* line 112, ../sass/style.scss */
.ielt8 .competition:first-child {
  width: 480px;
}

/* line 115, ../sass/style.scss */
.current-issue {
  display: block;
  height: 204px;
  width: 204px;
  background: #666;
  text-indent: -999em;
}

/* line 122, ../sass/style.scss */
.sub-button {
  display: block;
  position: absolute;
  z-index: 2;
  background: #00a9a7;
  margin-left: 136px;
  width: 137px;
  height: 43px;
  color: #fff;
  line-height: 44px;
  text-align: center;
}
