/*
 * Adds custom fonts
 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 12, 2014 */
@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/tungsten-thin-webfont.eot");
  src: url("../fonts/tungsten-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-thin-webfont.woff") format("woff"), url("../fonts/tungsten-thin-webfont.ttf") format("truetype"), url("../fonts/tungsten-thin-webfont.svg#tungstenthin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/tungsten-xlight-webfont.eot");
  src: url("../fonts/tungsten-xlight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-xlight-webfont.woff") format("woff"), url("../fonts/tungsten-xlight-webfont.ttf") format("truetype"), url("../fonts/tungsten-xlight-webfont.svg#tungstenextra_light") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/tungsten-light-webfont.eot");
  src: url("../fonts/tungsten-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-light-webfont.woff") format("woff"), url("../fonts/tungsten-light-webfont.ttf") format("truetype"), url("../fonts/tungsten-light-webfont.svg#tungstenlight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/tungsten-book-webfont.eot");
  src: url("../fonts/tungsten-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-book-webfont.woff") format("woff"), url("../fonts/tungsten-book-webfont.ttf") format("truetype"), url("../fonts/tungsten-book-webfont.svg#tungstenbook") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/tungsten-medium-webfont.eot");
  src: url("../fonts/tungsten-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-medium-webfont.woff") format("woff"), url("../fonts/tungsten-medium-webfont.ttf") format("truetype"), url("../fonts/tungsten-medium-webfont.svg#tungstenmedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/tungsten-semibold-webfont.eot");
  src: url("../fonts/tungsten-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-semibold-webfont.woff") format("woff"), url("../fonts/tungsten-semibold-webfont.ttf") format("truetype"), url("../fonts/tungsten-semibold-webfont.svg#tungstensemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/tungsten-bold-webfont.eot");
  src: url("../fonts/tungsten-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-bold-webfont.woff") format("woff"), url("../fonts/tungsten-bold-webfont.ttf") format("truetype"), url("../fonts/tungsten-bold-webfont.svg#tungstenbold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url("../fonts/tungsten-black-webfont.eot");
  src: url("../fonts/tungsten-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-black-webfont.woff") format("woff"), url("../fonts/tungsten-black-webfont.ttf") format("truetype"), url("../fonts/tungsten-black-webfont.svg#tungstenblack") format("svg");
  font-weight: 800;
  font-style: normal;
}
/*
@font-face {
	font-family: 'Lato';
	src: url("../fonts/Lato-Reg-webfont.eot");
	src: url("../fonts/Lato-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Reg-webfont.woff") format("woff"), url("../fonts/Lato-Reg-webfont.ttf") format("truetype"), url("../fonts/Lato-Reg-webfont.svg#LatoRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}*/
/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* =============================================================================
 *   Repeating Styles
 * ========================================================================== */
/* line 20, ../sass/responsive.tablet.landscape.scss */
.emphasized-content {
  font-size: 18px;
  font-size: 2vw;
}

/* line 25, ../sass/responsive.tablet.landscape.scss */
body.node-type-page #main-content {
  font-size: 18px;
}

/* line 29, ../sass/responsive.tablet.landscape.scss */
.vanilla-content {
  font-size: 18px;
  font-size: 2vw;
}

/* line 38, ../sass/responsive.tablet.landscape.scss */
.mobile,
.tablet {
  display: none;
}

/* line 43, ../sass/responsive.tablet.landscape.scss */
.desktop {
  display: block !important;
}

/* =================================================================================
  * Major HTML Elements
  * ================================================================================= */
/* line 52, ../sass/responsive.tablet.landscape.scss */
h1 {
  font-size: 76px;
  letter-spacing: 3px;
}

/* line 57, ../sass/responsive.tablet.landscape.scss */
h2 {
  font-size: 30px;
  letter-spacing: 3px;
}

/* line 62, ../sass/responsive.tablet.landscape.scss */
h3 {
  font-size: 22px;
  letter-spacing: 2px;
}

/* testing a solution without this code
#main-content {
  width: 930px;
  margin-right: auto;
  margin-left: auto;
} */
/* =============================================================================
 *   Wrappers
 * ========================================================================== */
/* line 79, ../sass/responsive.tablet.landscape.scss */
#page {
  margin: 0 auto;
}

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
/* line 87, ../sass/responsive.tablet.landscape.scss */
#page {
  min-height: calc(100vh - 45px - 38px);
}

/* line 91, ../sass/responsive.tablet.landscape.scss */
.front #page {
  margin-top: -20px;
  min-height: 0px;
}

/* line 96, ../sass/responsive.tablet.landscape.scss */
.front #page.container {
  width: 100% !important;
}

/* line 100, ../sass/responsive.tablet.landscape.scss */
.sidebar-second #main-content {
  margin-right: 40px;
}

/* line 104, ../sass/responsive.tablet.landscape.scss */
#footer {
  margin-top: 100px;
}

/* line 108, ../sass/responsive.tablet.landscape.scss */
.region-tertiary-content {
  margin: 15px 0 0 0;
}

/* line 112, ../sass/responsive.tablet.landscape.scss */
#views_slideshow_cycle_teaser_section_frontpage-block_3_1 {
  height: 250px;
}

/* =================================================================================
 * Menu Bar Region
 * ================================================================================= */
/* line 120, ../sass/responsive.tablet.landscape.scss */
#menu-bar-wrapper {
  height: 55px;
  padding-top: 0;
}

/* line 129, ../sass/responsive.tablet.landscape.scss */
#menu-bar nav.logo-image {
  margin-right: 30px;
  /*margin-left: 25px;
  padding-top: 21px;*/
  letter-spacing: 1px;
}

/* line 136, ../sass/responsive.tablet.landscape.scss */
#menu-bar nav.logo-image a.site-logo {
  font-size: 34px;
}

/* Superfish */
/* line 142, ../sass/responsive.tablet.landscape.scss */
#menu-bar nav.block-superfish {
  /*height: 50px;*/
  margin-top: 7px;
  /*padding-top: 26px;*/
}

/* line 148, ../sass/responsive.tablet.landscape.scss */
#menu-bar nav.block-superfish ul li a {
  padding: 0 5px 0 0;
}

/* line 152, ../sass/responsive.tablet.landscape.scss */
.nav ul.menu li a {
  letter-spacing: 2px;
}

/* line 157, ../sass/responsive.tablet.landscape.scss */
ul.sf-menu a {
  height: 2em;
  line-height: 2em;
}

/* Social Links */
/* line 163, ../sass/responsive.tablet.landscape.scss */
#menu-bar .social-links {
  margin-top: 11px;
  padding-left: 13px;
}

/* line 168, ../sass/responsive.tablet.landscape.scss */
#menu-bar .social-links a {
  display: inline-block;
  padding-right: 2px;
}

/* Wraps all the content below the menu bar, including side navigations. Adjust to accommodate fixed header. */
/* line 175, ../sass/responsive.tablet.landscape.scss */
#below-menu-wrapper {
  margin: 60px 0 0;
}

/* line 179, ../sass/responsive.tablet.landscape.scss */
#margin-bottom-spacer {
  width: 100%;
  height: 1px;
}

/* =============================================================================
 *   !!The Featured Block!!
 *   This CSS will change every time we change that block.
 * ========================================================================== */
/* line 189, ../sass/responsive.tablet.landscape.scss */
.front .region-secondary-content,
.front .region-secondary-content .region-inner {
  position: relative;
}

/* line 199, ../sass/responsive.tablet.landscape.scss */
.region-secondary-content .home-page-feature {
  padding: 100px 30px 0;
  font-size: 25px;
  max-width: 70vw;
}

/* line 207, ../sass/responsive.tablet.landscape.scss */
.home-page-half-content {
  padding-left: 20px;
}

/* line 210, ../sass/responsive.tablet.landscape.scss */
.home-page-half-content-right {
  padding-right: 20px;
}

/*
.home-page-feature {
  width: 489px;
  max-width: calc(100% - 340px);
  right: 1%;
  margin-top: -186px;

  img.banner-logo-text {
  }

  .link-bar-anchor {

    &:hover, &:focus {
    }
  }

  .link-bar {
    position: absolute;
    right: 100px;
    margin-top: 10px;
  }

  .link-bar-button {
  }

  .link-bar-content {
  }
}
*/
/* line 248, ../sass/responsive.tablet.landscape.scss */
.front .block.featured-custom-block {
  margin: 0 10px;
}
/* line 252, ../sass/responsive.tablet.landscape.scss */
.front .block.featured-custom-block .column-right {
  text-align: right;
}
/* line 255, ../sass/responsive.tablet.landscape.scss */
.front .block.featured-custom-block .column-left {
  width: 330px;
  margin-right: 60px;
  float: left;
}
/* line 269, ../sass/responsive.tablet.landscape.scss */
.front .block.featured-custom-block .column-left .title a:hover, .front .block.featured-custom-block .column-left .title a:focus {
  text-decoration: none;
}

/* =============================================================================
 *   The Latest Announcements view (on the home page)
 * ========================================================================== */
/* line 503, ../sass/responsive.tablet.landscape.scss */
.front h1#page-title {
  font-size: 30px;
  letter-spacing: 3px;
  margin: 0 auto 25px auto;
}

/* line 509, ../sass/responsive.tablet.landscape.scss */
.view-frontpage {
  width: 750px;
  margin: 0 auto;
}

/* line 514, ../sass/responsive.tablet.landscape.scss */
.view-frontpage .views-row {
  width: 170px;
  margin: 0 7px;
  float: left;
}

/* line 520, ../sass/responsive.tablet.landscape.scss */
.view-frontpage .views-row:hover {
  opacity: 0.75;
}

/* line 524, ../sass/responsive.tablet.landscape.scss */
.view-frontpage .views-row.views-row-last {
  margin-right: 0;
}

/* line 528, ../sass/responsive.tablet.landscape.scss */
.view-frontpage .views-row .views-field-created {
  font-size: 15px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 2px 10px 0;
  margin-top: 2px;
  border-top: 1px solid #aaa;
}

/* line 537, ../sass/responsive.tablet.landscape.scss */
.view-frontpage .views-row .views-field-view-node a,
.view-frontpage .views-row .views-field-view-node a:visited {
  font-size: 18px;
  letter-spacing: 2px;
}

/* line 543, ../sass/responsive.tablet.landscape.scss */
.view-frontpage .views-row .views-field-field-news-image {
  margin-bottom: 10px;
}

/* line 547, ../sass/responsive.tablet.landscape.scss */
.view-frontpage .views-row .views-field-view-node a img {
  width: 170px;
  height: 113px;
}

/* line 552, ../sass/responsive.tablet.landscape.scss */
.latest-announcements .views-slideshow-controls-text-previous,
.latest-announcements .views-slideshow-controls-text-next {
  width: 32px;
  padding-top: 60px;
  margin-top: 40px;
}

/* line 559, ../sass/responsive.tablet.landscape.scss */
.latest-announcements .view {
  position: relative;
  width: auto;
}

/* line 564, ../sass/responsive.tablet.landscape.scss */
.latest-announcements .view .view-content {
  width: 740px;
  margin: 0 auto;
}

/* line 569, ../sass/responsive.tablet.landscape.scss */
.latest-announcements .views-slideshow-cycle-main-frame,
.latest-announcements .views-slideshow-cycle-main-frame-row {
  width: 740px !important;
}

/*
.latest-announcements .views-slideshow-cycle-main-frame-row > div {
  margin: 0 11px;*/
/* =============================================================================
 *   Pagers -- pairs with line 955 of global.styles.css
 * ========================================================================== */
/* line 580, ../sass/responsive.tablet.landscape.scss */
ul.pager li {
  padding: .5em;
  font-size: 30px;
}

/* line 585, ../sass/responsive.tablet.landscape.scss */
ul.pager li.pager-previous,
ul.pager li.pager-next {
  padding: 11px 0;
}

/* line 590, ../sass/responsive.tablet.landscape.scss */
ul.pager li.pager-previous a,
ul.pager li.pager-next a {
  padding: 10px 30px;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */
/* line 599, ../sass/responsive.tablet.landscape.scss */
.sidebar .block {
  margin-bottom: 50px;
}

/* =============================================================================
 *   News Page Sidebar
 * ========================================================================== */
/* line 607, ../sass/responsive.tablet.landscape.scss */
.ai-13 {
  padding-bottom: 25px;
}

/* line 611, ../sass/responsive.tablet.landscape.scss */
.sidebar a.link-bar-anchor {
  width: 150px;
}

/* line 615, ../sass/responsive.tablet.landscape.scss */
.sidebar span.link-bar-content {
  line-height: 23px;
  width: 103px;
}

/* line 620, ../sass/responsive.tablet.landscape.scss */
.sidebar .social-icons ul {
  width: 150px;
}

/* =============================================================================
 *   Newsletter/Fanclub blocks
 * ========================================================================== */
/* line 628, ../sass/responsive.tablet.landscape.scss */
.footer-top {
  height: 79px;
}

/* line 632, ../sass/responsive.tablet.landscape.scss */
.footer-top a.join-fan-club {
  width: 100%;
  height: 79px;
}

/* line 637, ../sass/responsive.tablet.landscape.scss */
.newsletter .block-inner {
  margin-top: 10px;
  margin-right: 40px;
}

/* line 642, ../sass/responsive.tablet.landscape.scss */
.newsletter .form-submit {
  height: 58px;
  width: 58px;
}

/* line 647, ../sass/responsive.tablet.landscape.scss */
.footer-top a.join-fan-club .join-fan-club-text {
  padding-top: 10px;
  margin-left: 30px;
}

/* line 652, ../sass/responsive.tablet.landscape.scss */
.newsletter {
  width: 50%;
  height: 79px;
}

/* line 657, ../sass/responsive.tablet.landscape.scss */
.newsletter .form-text {
  height: 58px;
  font-size: 20px;
  padding: 0 10px;
  width: 200px;
}

/* line 664, ../sass/responsive.tablet.landscape.scss */
.footer-top .join-fan-club a {
  padding-bottom: 5px;
}

/* line 668, ../sass/responsive.tablet.landscape.scss */
.footer-top a .join-the {
  font-size: 58px;
  padding-left: 45px;
  background-size: 40px 40px;
}

/* line 674, ../sass/responsive.tablet.landscape.scss */
.footer-top a .fan-club {
  font-size: 58px;
}

/* =============================================================================
 *   The Footer
 * ========================================================================== */
/* line 682, ../sass/responsive.tablet.landscape.scss */
#footer {
  height: 38px;
  padding: 0;
}

/* line 687, ../sass/responsive.tablet.landscape.scss */
#footer .region-footer {
  width: 95%;
}

/* line 691, ../sass/responsive.tablet.landscape.scss */
.footer-twitter {
  width: 400px;
  font-size: 13px;
}

/* line 696, ../sass/responsive.tablet.landscape.scss */
.footer-twitter .view-tweets .message {
  letter-spacing: 0;
}

/* line 700, ../sass/responsive.tablet.landscape.scss */
.footer-twitter-logo {
  height: 40px;
  width: 40px;
  margin-right: 5px;
}

/* line 706, ../sass/responsive.tablet.landscape.scss */
.footer-twitter .date {
  font-size: 15px;
  margin-right: 10px;
}

/* line 711, ../sass/responsive.tablet.landscape.scss */
#footer .footer-right {
  font-size: 10px;
  line-height: 1.3;
  padding: 5px 0 0 0;
  width: 120px;
}

/* line 718, ../sass/responsive.tablet.landscape.scss */
#footer .footer-right li {
  float: left;
  clear: right;
}

/* line 723, ../sass/responsive.tablet.landscape.scss */
#footer .footer-right li img {
  width: 30px;
  height: 30px;
}

/* line 728, ../sass/responsive.tablet.landscape.scss */
.footer-copyright {
  font-size: 10px;
  width: 150px;
  margin: 5px 0 0 10px;
}

/* =============================================================================
 *   News Article Styling
 * ========================================================================== */
/* line 738, ../sass/responsive.tablet.landscape.scss */
.node-type-blog #page-title {
  font-size: 80px;
}

/* line 742, ../sass/responsive.tablet.landscape.scss */
.node-type-blog article {
  margin-top: 40px;
  padding-top: 50px;
}

/* line 747, ../sass/responsive.tablet.landscape.scss */
.node-blog .date-posted {
  font-size: 32px;
  margin: 45px 0 -10px;
}

/* line 752, ../sass/responsive.tablet.landscape.scss */
.node-blog .node-title {
  line-height: .5;
}

/* line 756, ../sass/responsive.tablet.landscape.scss */
.node-blog .node-title a {
  font-size: 42px;
}

/* line 760, ../sass/responsive.tablet.landscape.scss */
.node-blog .field-name-body {
  font-size: 20px;
}

/* =============================================================================
 *   News listing view
 * ========================================================================== */
/* line 768, ../sass/responsive.tablet.landscape.scss */
.view-news .view-content ul li,
.view-media-photos-and-video- .view-content ul li {
  padding: 30px 0;
}

/* line 773, ../sass/responsive.tablet.landscape.scss */
.view-news .date {
  font-size: 26px;
  letter-spacing: 3px;
  margin-left: 160px;
}

/* line 779, ../sass/responsive.tablet.landscape.scss */
.view-news .title {
  margin: 5px 0 0 160px;
}

/* line 783, ../sass/responsive.tablet.landscape.scss */
.view-news .title a {
  font-size: 38px;
}

/* line 787, ../sass/responsive.tablet.landscape.scss */
.view-news .hr {
  margin: 15px 0 15px 160px;
  width: 50px;
}

/* line 792, ../sass/responsive.tablet.landscape.scss */
.view-news .teaser {
  font-size: 18px;
  margin-left: 160px;
}

/* line 797, ../sass/responsive.tablet.landscape.scss */
.view-news .continue-reading-wrapper {
  margin: 25px 0 0 160px;
}

/* line 801, ../sass/responsive.tablet.landscape.scss */
.view-news a.link-bar-anchor {
  width: 280px;
}

/* line 805, ../sass/responsive.tablet.landscape.scss */
.view-news span.link-bar-content {
  font-size: 18px;
  letter-spacing: 2px;
  width: 219px;
}

/* line 811, ../sass/responsive.tablet.landscape.scss */
.view-news .item-list {
  margin-top: 65px;
  margin-bottom: 40px;
}

/* =============================================================================
 *   Career Content Slideshows
 * ========================================================================== */
/* line 822, ../sass/responsive.tablet.landscape.scss */
.career-content-slider div.view {
  width: 728px;
  margin: 0 auto;
}

/* line 828, ../sass/responsive.tablet.landscape.scss */
.career-content-slider .views-row {
  width: 100px;
  margin: 0 10px;
  font-size: 18px;
}

/* line 834, ../sass/responsive.tablet.landscape.scss */
.career-content-slider .views-slideshow-controls-text-previous,
.career-content-slider .views-slideshow-controls-text-next {
  width: 32px;
  padding-top: 60px;
  margin-top: 40px;
}

/* Theater view is pissy */
/* line 842, ../sass/responsive.tablet.landscape.scss */
.theater-slider .views-row {
  margin: 0 50px;
}

/* =============================================================================
 *   The Tour Page
 * ========================================================================== */
/*
 .page-node-2143 .container.page{
  width: 100%;
  background-color: #ccc;
  background-image: url('/sites/all/themes/harryconnickjr/images/tours-background2.jpg');
  background-position: left center;
  background-size: cover;
  margin-top: 0 !important;
 }

 .page-node-2143 .region-tertiary-content {
  margin-top: 0;
 }
*/
/* =============================================================================
 * =============================================================================
 *
 * Content Pages.
 *
 * Styling for page-specific elements as well as elements which appear across
 * multiple content pages.
 *
 * =============================================================================
 * ========================================================================== */
/* line 873, ../sass/responsive.tablet.landscape.scss */
span.pre-header {
  font-family: "Tungsten", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
}

/* line 882, ../sass/responsive.tablet.landscape.scss */
span.page-title {
  font-size: 80px;
  letter-spacing: 3px;
  color: #fff;
}

/* line 888, ../sass/responsive.tablet.landscape.scss */
.banner {
  width: 100%;
  height: 280px;
  background-size: cover;
  text-align: center;
}

/* line 896, ../sass/responsive.tablet.landscape.scss */
.banner .block-inner,
.banner .block-content {
  height: 100%;
}

/* line 901, ../sass/responsive.tablet.landscape.scss */
.banner a {
  display: block;
  width: 100%;
  height: 188px;
  padding-top: 92px;
}

/* line 908, ../sass/responsive.tablet.landscape.scss */
.banner a:hover,
.banner a:focus {
  text-decoration: none;
}

/* line 913, ../sass/responsive.tablet.landscape.scss */
.menu-name-menu-career-navigation {
  text-align: center;
  margin: 0 auto 50px auto;
}

/* line 918, ../sass/responsive.tablet.landscape.scss */
.menu-name-menu-career-navigation ul {
  display: inline-block;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

/* line 927, ../sass/responsive.tablet.landscape.scss */
.menu-name-menu-career-navigation ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* line 934, ../sass/responsive.tablet.landscape.scss */
.menu-name-menu-career-navigation ul li.last {
  margin-right: 0;
}

/* line 938, ../sass/responsive.tablet.landscape.scss */
.menu-name-menu-career-navigation ul li a {
  display: block;
  height: 74px;
  width: 162px;
  font-size: 25px;
  color: #fff;
  background-color: black;
  /* in case background images don't load, the links should be readable */
  font-family: "Tungsten", "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  padding-top: 48px;
  text-align: center;
}

/* line 953, ../sass/responsive.tablet.landscape.scss */
.menu-name-menu-career-navigation ul li a:hover {
  text-decoration: none;
  background-color: #ccc;
}

/* line 958, ../sass/responsive.tablet.landscape.scss */
div.career-content {
  overflow: auto;
  margin-bottom: 20px;
}

/* =============================================================================
 *   Career Page
 * ========================================================================== */
/* line 966, ../sass/responsive.tablet.landscape.scss */
.banner {
  background-position: right center;
}

/* Changed post-release to keep text from wrapping, esp on career page.
 * Now inside each "career content" block or equivalent on other pages,
 * the text must be wrapped in a content-text-wrapper and images in a
 * content-image-wrapper div.
 */
/* line 976, ../sass/responsive.tablet.landscape.scss */
.content-text-wrapper {
  width: 48%;
}

/* line 980, ../sass/responsive.tablet.landscape.scss */
.career-image {
  width: 100%;
}

/* line 984, ../sass/responsive.tablet.landscape.scss */
.content-image-wrapper {
  width: 46%;
}

/* line 988, ../sass/responsive.tablet.landscape.scss */
.float-right.content-image-wrapper {
  margin-left: 6%;
  margin-bottom: 10px;
  clear: right;
}

/* line 994, ../sass/responsive.tablet.landscape.scss */
.float-left.content-image-wrapper {
  margin-right: 6%;
  margin-bottom: 10px;
  clear: left;
}

/* line 1000, ../sass/responsive.tablet.landscape.scss */
#career-image-1, #career-image-4,
#career-image-6, #career-image-8 {
  margin-bottom: 30px;
}

/* =============================================================================
 *   Career Sub-Page
 * ========================================================================== */
/* =============================================================================
 *   Art Production Content Types
 * ========================================================================== */
/* line 1014, ../sass/responsive.tablet.landscape.scss */
.art-content-column-left {
  width: 48.4%;
  margin-right: 6.4%;
  float: left;
}

/* line 1020, ../sass/responsive.tablet.landscape.scss */
.art-content-column-right {
  width: 45.2%;
  float: right;
}

/* =============================================================================
 *   Albums:
 * ========================================================================== */
/* download links */
/* line 1030, ../sass/responsive.tablet.landscape.scss */
.album-download-links {
  margin-top: 50px;
}

/* line 1034, ../sass/responsive.tablet.landscape.scss */
.album-download-links a.link-bar-anchor {
  height: 50px;
}

/* line 1038, ../sass/responsive.tablet.landscape.scss */
.album-download-links .link-bar-album-dl-link {
  height: 50px;
}

/* line 1042, ../sass/responsive.tablet.landscape.scss */
.link-bar-album-dl-link .link-bar-content {
  font-size: 20px;
  height: 49px;
  line-height: 49px;
  width: 85%;
}

/* line 1049, ../sass/responsive.tablet.landscape.scss */
.link-bar-album-dl-link .link-bar-button {
  height: 49px;
  width: 15%;
}

/* line 1054, ../sass/responsive.tablet.landscape.scss */
.link-bar-album-dl-link.first .link-bar-content,
.link-bar-album-dl-link.first .link-bar-button {
  height: 50px;
  line-height: 50px;
}

/* track listing */
/* line 1061, ../sass/responsive.tablet.landscape.scss */
.album-track-listing {
  margin-top: 50px;
}

/* line 1065, ../sass/responsive.tablet.landscape.scss */
.album-track-listing .link-bar-anchor {
  height: 51px;
}

/* line 1069, ../sass/responsive.tablet.landscape.scss */
.album-track-listing .link-bar-content {
  height: 49px;
  line-height: 49px;
  width: 85%;
}

/* line 1075, ../sass/responsive.tablet.landscape.scss */
.album-track-listing .link-bar-button {
  height: 49px;
  width: 15%;
}

/* line 1080, ../sass/responsive.tablet.landscape.scss */
.album-track-listing .link-bar {
  height: 49px;
}

/* line 1084, ../sass/responsive.tablet.landscape.scss */
.track-duration {
  font-size: 19px;
}

/* Keeps the admin menu from getting in the way at small size.*/
/* line 1090, ../sass/responsive.tablet.landscape.scss */
ul#admin-menu-account {
  display: none;
}

/* =============================================================================
 *   Tour Listing:
 * ========================================================================== */
/* line 1099, ../sass/responsive.tablet.landscape.scss */
.page-node-2143 #below-menu-wrapper {
  background-size: contain;
}

/* line 1103, ../sass/responsive.tablet.landscape.scss */
.page-node-2143 #below-menu-wrapper #content {
  padding: 75px 0 0 40%;
  padding-bottom: 100px;
  min-height: 500px;
}

/* line 1109, ../sass/responsive.tablet.landscape.scss */
.view-tour .view-content {
  width: 459px;
}

/* line 1113, ../sass/responsive.tablet.landscape.scss */
.link-bar-tour-listing .link-bar-content {
  line-height: 16px;
  padding-right: 70px;
  width: 330px;
}

/* line 1120, ../sass/responsive.tablet.landscape.scss */
.link-bar-tour-listing .link-bar-content .tour-listing-text {
  width: 245px;
}

/* line 1124, ../sass/responsive.tablet.landscape.scss */
.link-bar-tour-listing .tour-date {
  font-size: 20px;
  vertical-align: middle;
  width: 65px;
}

/* line 1130, ../sass/responsive.tablet.landscape.scss */
.link-bar-tour-listing .link-bar-content .twitter-button {
  line-height: 15px;
  opacity: 0.8;
  position: absolute;
  right: 65px;
  top: 30px;
}

/* line 1138, ../sass/responsive.tablet.landscape.scss */
.link-bar-tour-listing .link-bar-content .fb-share-button {
  line-height: 15px;
  position: absolute;
  right: 70px;
  top: 10px;
}

/* =============================================================================
 *   Fan ticket listing
 * ========================================================================== */
/* line 1149, ../sass/responsive.tablet.landscape.scss */
.view-member-tickets {
  width: 461px;
}

/* =============================================================================
 *   Videos Page
 * ========================================================================== */
/* line 1157, ../sass/responsive.tablet.landscape.scss */
.view-videos .views-row {
  margin: 5px;
  width: 384px;
  height: 216px;
}

/* line 1163, ../sass/responsive.tablet.landscape.scss */
.view-videos {
  width: 100%;
}

/* line 1167, ../sass/responsive.tablet.landscape.scss */
.view-videos .view-content {
  width: 100%;
  margin: 0 auto;
}

/* line 1172, ../sass/responsive.tablet.landscape.scss */
.fit-video {
  width: 384px;
  height: 216px;
}

/* =============================================================================
 *   Mailchimp signup page / block
 * ========================================================================== */
/* line 1181, ../sass/responsive.tablet.landscape.scss */
#stay-in-touch-left {
  display: none;
}

/* line 1184, ../sass/responsive.tablet.landscape.scss */
#stay-in-touch-right {
  font-size: 40px;
  margin-left: 400px;
}
