.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form-item label {
  display: block;
  font-weight: bold;
}

/*
.form-item input[type="text"] {
  width: 98%;
}
*/

fieldset {
  border: 0;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

.item-list ul li {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

.tabs {
  margin-bottom: 15px;
}

.block ul,
.item-list ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
.block ul ul,
.item-list ul ul {
  margin: 0;
}

.boxContent li.node-readmore {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .sidebar-left,
  .main-content {
    float: left;
  }
}

.sidebar-left {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sidebar-left {
    width: 26%;
  }
  .sidebar-left .region {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .sidebar-left {
    width: 26%;
  }
  .sidebar-left .region {
    padding-right: 18px;
  }
}

.main-content {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-content {
    width: 748px;
  }
  .has-sidebar-left .main-content {
    width: 74%;
  }
}
@media (min-width: 1025px) {
  .main-content {
    width: 960px;
  }
  .has-sidebar-left .main-content {
    width: 74%;
  }
}

#pageBody,
.footer-inner,
.footer-table {
  width: 96%;
  padding: 0 2%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #pageBody,
  .footer-inner,
  .footer-table {
    width: 100%;
    max-width: 748px;
    padding: 0 10px;
  }
}
@media (min-width: 1025px) {
  #pageBody,
  .footer-inner,
  .footer-table {
    width: 100%;
    max-width: 960px;
    width: 960px;
    padding: 0 10px;
  }
}

#header {
  min-height: 150px;
  padding-bottom: 20px;
}
#header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  #header {
    min-height: 170px;
  }
}

@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  position: relative;
  border-left: 0;
  width: 104%;
  margin-left: -4%;
}
img {
  max-width: 100%;
  height: auto;
}

/**
 * @file
 * RTL companion for the modular-styles.css file.
 */
/**
 * Branding header.
 */
/* Wrapping link for logo. */
.header__logo {
  float: right;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: left;
}

/**
 * Navigation bar.
 */
/* Main menu and secondary menu links and menu block links. */
#navigation .links,
#navigation .menu {
  text-align: right;
}
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: right;
  padding: 0 0 0 10px;
}

/**
 * Messages.
 */
.messages, .messages--status, .messages--warning, .messages--error {
  padding: 10px 50px 10px 10px;
  background-position: 99% 8px;
}

/**
 * Tabs.
 */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: right;
}

/**
 * Inline styles.
 */
/* List of links */
.inline li {
  /* Bug in Safari causes display: inline to fail. */
  display: inline-block;
  padding: 0 0 0 1em;
}

/* The inline field label used by the Fences.module */
span.field-label {
  padding: 0 0 0 1em;
}

/**
 * "More" links.
 */
.more-link {
  text-align: left;
}

.more-help-link {
  text-align: left;
}

.more-help-link a {
  background-position: 100% 50%;
  padding: 1px 20px 1px 0;
}

/**
 * Menus.
 */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');
}

/**
 * Comments.
 */
/* Nested comments are indented. */
.indented {
  margin-left: 0;
  margin-right: 30px;
}

/**
 * Forms.
 */
/* Drupal's default login form block */
#user-login-form {
  text-align: right;
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: 0;
  margin-right: -20px;
}

/*
 * Drupal admin tables.
 */
form th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js .collapsible .fieldset-legend {
  background-position: 98% 75%;
  padding-left: 0;
  padding-right: 15px;
}
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');
  background-position: 98% 50%;
}

/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
#navigation .block {
  margin-bottom: 0;
}
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
  min-height: 21px;
}

.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAVCAYAAACzK0UYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnlJREFUeNqslVFoUlEYx7+bs6CEqVEINwgkEEY3JEn2JoR39GQQmGOvhTAYDHxtDAYOerm9FIwNhJ4GvggJRmSLlWJgWoYU60FjkU0aKWElgXb6Prle7pj3Xm914Kfn3nvO/88533e+w63Dv7UoY4ZjOAMTAQkhfoRHvIgF6SMVpIEUkTSaVc2aRJBbTkEQzoZCcNrvhxM8Dye9XuAsFmD9PnytVOBHowFfikXYTaehVa2SyW002zyktn4QF5J7Eomwz9vbzEzby+XY1twco/mkg69giNrgHPKpvLKiKZTNZikAA9xu98gxNJ90SG9ockRekA1JTUsSf3F5WTNA5XJZ6QeDwZFjaD7pYPfBBseRrmJy4/zionAhFtPNgnq9rvRxJZrjSAf1pkhXHZPSfqlkuO8+n0/ZrlqtpjuW9EiXtmtCNvdMejyG+U4rsVqtEAgEdFdCTdYb/EyMe+jIoN1uD/rhcNhwPKW5fJ6UmFQo741MbDYb2O32sUw+ZjL091Rtkqwlk7qTKJs6nc5gNQ6HQ3dsr9uFd2tr1L2jDvxR5O0bSdIMJJ2LYdBLOknyu9dj+YUFCrqkdRh3X8XjhyZSJg0NcBWaBlQlqFqgzl3EMsqE4JHHGVFkH1KpsUtKs1Bgz6NREt9DIuqSQmgVSBGJHXM6r0zNz8OlePzAfr9PJKggws9mE5r5PPxqtV7gp/vIJhbI72ZLvRMpXN/Z8dgx7yk5tmZnu/gugVDVbSJ5FG7piRidk2+I67jLBa9XV+Hl0hI9X0Wembm0jEwunxHFyYczM3RvPMLnm/JFZarpbdcpOR9oj+/JN+BfXb96K9lHrsF/aH8EGABk1krPzYviOAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

.messages__list {
  margin: 0;
  list-style-type: none;
}

.messages__list li{
    line-height: 1.25em;
}


.messages__list a, 
.messages__list a:visited {
    text-decoration: underline;
    color: inherit;
}

.messages__item {
  list-style-type: none;
  margin-bottom: .2em;
}

/* Core/module installation error messages. */
.messages--error p.error {
  color: #333;
}

/* System status report. */
.ok,
.messages--status {
  background-color: #FFF;
  color: #4F758B;
}

.warning,
.messages--warning {
  background-color: #FFF;
  color: #840;
}

.error,
.messages--error {
  color: #e55;
}

.form-wrapper.error {
  background: none;
  color: inherit;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
.tabs-primary, .tabs-secondary {
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}
.tabs-primary:after, .tabs-secondary:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
.inline {
  display: inline;
  padding: 0;
}
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
.more-link {
  text-align: right;
  /* LTR */
}

.more-help-link {
  text-align: right;
  /* LTR */
}

.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
.pager-current {
  font-weight: bold;
}

.item-list ul.pager {
  padding: 30px 0;
  font-size: 14px;
}
.item-list ul.pager li {
  padding: 0.5em;
}
.item-list ul.pager li.pager-current {
  background-color: #979797;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.73);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.73);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.73);
  color: #fff;
  border: 1px solid #adadad;
  opacity: 1;
}
.item-list ul.pager li a {
  color: #000;
}

/**
 * Blocks.
 */
/* Block wrapper. */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
.comment {
  /* Comment's permalink wrapper. */
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
.form-item {
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid #FF0000;
}
.form-item .description {
  font-size: 0.85em;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
form tbody {
  border-top: 1px solid #ccc;
}
form table ul {
  margin: 0;
}

tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif');
}

.panel-display:after {
  content: "";
  display: table;
  clear: both;
}

/***************************************
 * Overrides to default panels layouts
 ***************************************/
.panel-2col .panel-col-first,
.panel-2col .panel-col-last {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .panel-2col .panel-col-first,
  .panel-2col .panel-col-last {
    width: 50%;
  }
}

.panel-2col-bricks .panel-col-first,
.panel-2col-bricks .panel-col-last {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .panel-2col-bricks .panel-col-first,
  .panel-2col-bricks .panel-col-last {
    width: 50%;
  }
}

.panel-2col-stacked .panel-col-first,
.panel-2col-stacked .panel-col-last {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .panel-2col-stacked .panel-col-first,
  .panel-2col-stacked .panel-col-last {
    width: 50%;
  }
}

.panel-3col-stacked .panel-col-first,
.panel-3col-stacked .panel-col-last {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .panel-3col-stacked .panel-col-first,
  .panel-3col-stacked .panel-col-last {
    width: 25%;
  }
}
.panel-3col-stacked .panel-col {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .panel-3col-stacked .panel-col {
    width: 50%;
  }
}

.panel-3col-33 .panel-col-first,
.panel-3col-33 .panel-col-last,
.panel-3col-33-stacked .panel-col-first,
.panel-3col-33-stacked .panel-col-last {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .panel-3col-33 .panel-col-first,
  .panel-3col-33 .panel-col-last,
  .panel-3col-33-stacked .panel-col-first,
  .panel-3col-33-stacked .panel-col-last {
    width: 33%;
  }
}
.panel-3col-33 .panel-col,
.panel-3col-33-stacked .panel-col {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .panel-3col-33 .panel-col,
  .panel-3col-33-stacked .panel-col {
    width: 34%;
  }
}

/*****************************************************************************
* COMMON PANEL STYLES
*****************************************************************************/
.panel-flexible .panels-flexible-region {
  padding: 0;
}
.panel-flexible .panels-flexible-region-inside {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.panel-flexible .panels-flexible-region-inside-first {
  padding-left: 0;
}
.panel-flexible .panels-flexible-region-inside-last {
  padding-right: 0;
}
.panel-flexible .panels-flexible-column {
  padding: 0;
}
.panel-flexible .panels-flexible-column-inside {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.panel-flexible .panels-flexible-column-inside-first {
  padding-left: 0;
}
.panel-flexible .panels-flexible-column-inside-last {
  padding-right: 0;
}
.panel-flexible .panels-flexible-row {
  padding: 0 0 0.5em 0;
  margin: 0;
}
.panel-flexible .panels-flexible-row-last {
  padding-bottom: 0;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/************************************************************
 * EVENTS STYLES
 ************************************************************/
.events-views-row-common, .panel-pane.events .view-content, .view-sagaftra-events .views-row {
  font-size: 18px;
  background: #262626;
  border: 1px solid #C5C5C5;
  padding: 10px;
  color: #ddd;
  position: relative;
  line-height: 20px;
  font-weight: normal;
  text-shadow: none;
}

.panel-pane.events,
.view-sagaftra-events .views-row {
  text-transform: uppercase;
}

.panel-pane.events .view-header {
  position: relative;
}
.panel-pane.events .view-header h2 {
  color: #9f9d9d;
  font-size: 12px;
}
.panel-pane.events .view-header a {
  position: absolute;
  top: 2px;
  right: 0;
  text-transform: uppercase;
  color: #b37600;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
.panel-pane.events .view-content {
  min-height: 80px;
}
.panel-pane.events .views-field-field-event-date {
  color: #FFF;
  float: left;
  width: 90px;
}
.panel-pane.events .views-field-field-event-date .date-display-start,
.panel-pane.events .views-field-field-event-date .date-display-end,
.panel-pane.events .views-field-field-event-date .time-separator,
.panel-pane.events .views-field-field-event-date .time-component {
  color: #d2a650;
}
.panel-pane.events .views-field-field-event-date .date-component {
  display: block;
}
.panel-pane.events .views-field-title {
  margin-left: 70px;
  margin-right: 80px;
  text-transform: none;
  font-size: 16px;
  line-height: 1.1em;
}
.panel-pane.events .views-field-title a {
  color: #d2a650;
  text-decoration: none;
}
.panel-pane.events .views-field-view-node {
  position: absolute;
  top: 15px;
  right: 15px;
}
.panel-pane.events .views-field-view-node a {
  background: url('../images/more-info.png') no-repeat;
  width: 45px;
  height: 46px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}
.panel-pane.events .view-footer {
  margin-top: 10px;
}
.panel-pane.events .view-footer a {
  color: #b37600;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.view-sagaftra-events .views-row {
  overflow: auto;
  min-height: 70px;
  margin-bottom: 15px;
  padding-bottom: 0;
  text-shadow: -1px -1px 0 #000000;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.54);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.54);
}
.view-sagaftra-events .views-field-field-event-date {
  float: left;
  font-size: 19px;
  width: 25%;
}
.view-sagaftra-events .views-field-field-event-date .date-display-start,
.view-sagaftra-events .views-field-field-event-date .date-display-end,
.view-sagaftra-events .views-field-field-event-date .time-separator,
.view-sagaftra-events .views-field-field-event-date .time-component {
  color: #d2a650;
}
.view-sagaftra-events .views-field-field-event-date .date-component {
  display: block;
}
.view-sagaftra-events .views-field-field-sag-locals {
  width: 65%;
  float: right;
  padding-right: 10%;
}
.view-sagaftra-events .views-field-title {
  font-size: 19px;
  color: #d2a650;
  float: right;
  padding-right: 10%;
  width: 65%;
  line-height: 1.1em;
  min-height: 40px;
  padding-bottom: 30px;
}
.view-sagaftra-events a.event-toggle {
  background: url('../images/more-info.png') no-repeat;
  width: 45px;
  height: 46px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.view-sagaftra-events .views-field-body {
  color: #cacaca;
  clear: both;
  margin-top: 25px;
  padding: 20px 10px 10px 170px;
  font-size: 15px;
  text-transform: none;
  border-top: 1px dashed #4a4a4a;
}

/*****************************************************************************
* HOMEPAGE PANEL
*****************************************************************************/
.front .boxContent li {
  margin: 0;
}
.front .boxContent .social-icons li {
  margin-right: 8px;
}

.view-id-homepage_slides .jcarousel-container {
  width: 100%;
  overflow: hidden;
}
.view-id-homepage_slides .jcarousel-navigation {
  margin-top: 8px;
}
.view-id-homepage_slides .jcarousel-navigation li {
  float: left;
  margin-right: 5px;
  list-style: none;
}
.view-id-homepage_slides .jcarousel-navigation li a {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  background: #CCC;
  width: 12px;
  height: 12px;
  -webkit-box-shadow: 1x 1px 5px 0px #999 inset;
  box-shadow: 1px 1px 5px 0px #999 inset;
}

/******************************
 * Top Slider
 ******************************/
.view-id-homepage_slides .views-field-field-homepage-slide {
  height: 300px;
}
.panel-display--sag-panels-homepage .view-id-homepage_slides .views-field-field-homepage-slide {
  width: 100%;
  height: auto;
  max-height: 350px;
  min-height: 100px;
}

/******************************
 * FAQS PANE
 ******************************/
.panel-pane.faqs {
  text-shadow: 1px 1px 1px #FFF;
}
.panel-pane.faqs .view-header {
  position: relative;
}
.panel-pane.faqs .view-header h2 {
  color: #9f9d9d;
  font-size: 12px;
}
.panel-pane.faqs .view-header a {
  position: absolute;
  top: 2px;
  right: 0;
  text-transform: uppercase;
  color: #b37600;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}
.panel-pane.faqs .view-content {
  background: #E5E5E5;
  border: 1px solid #C5C5C5;
  padding: 25px 20px;
  padding-bottom: 15px;
  height: 60px;
}
.panel-pane.faqs .views-field-title {
  font-size: 23px;
  margin-bottom: 10px;
}
.panel-pane.faqs .views-field-body {
  font-size: 15px;
}
.panel-pane.faqs .view-footer {
  margin-top: 10px;
}
.panel-pane.faqs .view-footer a {
  color: #b37600;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

/******************************
 * QUICK TABS
 ******************************/
.front .quicktabs-wrapper,
.boxContent .quicktabs-wrapper {
  background: #E8E3D8;
  border: 1px solid #C9BF83;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 15px !important;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  box-sizing: border-box;
}
.front .quicktabs-wrapper ul.resp-tabs-list,
.boxContent .quicktabs-wrapper ul.resp-tabs-list {
  font-size: 12px;
  height: 20px;
  border-bottom: 3px solid #c0b387;
}
.front .quicktabs-wrapper ul.resp-tabs-list li,
.boxContent .quicktabs-wrapper ul.resp-tabs-list li{

  border: 0 none;
  padding: 4px 0px 10px 2px !important;
  margin: 0 20px 0 0;
  display: block;
  float: left;
  color: #91814b;
  font-weight: bold;
  height: 15px;
  font-size: 15px;
  text-shadow: 1px 1px 1px #fff;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .front .quicktabs-wrapper ul.resp-tabs-list li,
    .boxContent .quicktabs-wrapper ul.resp-tabs-list li {
    font-size: 13px;
    margin-right: 15px;
  }
}
 .boxContent .quicktabs-wrapper ul.resp-tabs-list li:hover,
.front .quicktabs-wrapper ul.resp-tabs-list li:hover {
  color: #7c6d3e;
}
.boxContent .quicktabs-wrapper ul.resp-tabs-list li.resp-tab-active,
.front .quicktabs-wrapper ul.resp-tabs-list li.resp-tab-active {
  color: #231f20;
  background: url('../images/up-arrow.png') no-repeat scroll center bottom;
}
.boxContent .quicktabs-wrapper .resp-tabs-container,
.front .quicktabs-wrapper .resp-tabs-container {
  background: none;
}
.boxContent .quicktabs-wrapper .resp-tabs-container h2.resp-accordion,
.front .quicktabs-wrapper .resp-tabs-container h2.resp-accordion {
  border: 0;
  border-bottom: 2px solid #c0b387;
  background: none;
  margin-bottom: 0;
}
.boxContent .quicktabs-wrapper .resp-tabs-container h2.resp-accordion:first-child,
.front .quicktabs-wrapper .resp-tabs-container h2.resp-accordion:first-child {
  border-top: 0;
}
.boxContent .quicktabs-wrapper .resp-tabs-container .resp-tab-content, 
.front .quicktabs-wrapper .resp-tabs-container .resp-tab-content {
  padding: 0;
  border: 0;
}
.boxContent .quicktabs-wrapper .resp-tabs-container br,
.front .quicktabs-wrapper .resp-tabs-container br {
  display: none;
}
.boxContent .quicktabs-wrapper .resp-tabs-container ul ,
.front .quicktabs-wrapper .resp-tabs-container ul {
  border-bottom: 1px solid #efede5;
  padding: 0;
}
.boxContent .quicktabs-wrapper  .resp-tabs-container ul li ,
.front .quicktabs-wrapper .resp-tabs-container ul li {
  border-bottom: 1px solid #cfc5a1;
  border-top: 1px solid #efede5;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 10px 0 8px 0;
  position: relative;
}
.boxContent .quicktabs-wrapper  .resp-tabs-container ul li a,
.front .quicktabs-wrapper .resp-tabs-container ul li a {
  display: block;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 1px 1px 1px #f6f0db;
}
.boxContent .quicktabs-wrapper .resp-tabs-container .view-sag-tv-featured table ,
.front .quicktabs-wrapper .resp-tabs-container .view-sag-tv-featured table {
  width: 100%;
  border-bottom: 1px solid #cfc5a1;
  margin: 1em 0;
}
.boxContent .quicktabs-wrapper .resp-tabs-container .view-sag-tv-featured td ,
.front .quicktabs-wrapper .resp-tabs-container .view-sag-tv-featured td {
  width: 33.3%;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: top;
}
.boxContent .quicktabs-wrapper  .resp-tabs-container .view-sag-tv-featured img ,
.front .quicktabs-wrapper .resp-tabs-container .view-sag-tv-featured img {
  width: 200px;
  height: 122px;
  padding: 1px;
  margin-bottom: 10px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}
.boxContent .quicktabs-wrapper .resp-tabs-container .view-sag-tv-featured .views-field-title a,
.front .quicktabs-wrapper .resp-tabs-container .view-sag-tv-featured .views-field-title a {
  display: block;
  color: #212121;
  font-size: .85em;
  line-height: 1.2em;
  padding: 0 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #f6f0db;
}
.boxContent .quicktabs-wrapper .resp-tabs-container .more-link,
.boxContent .quicktabs-wrapper .resp-tabs-container .view-footer,
.front .quicktabs-wrapper .resp-tabs-container .more-link,
.front .quicktabs-wrapper .resp-tabs-container .view-footer {
  text-align: left;
}
.boxContent .quicktabs-wrapper .resp-tabs-container .more-link a,
.boxContent .quicktabs-wrapper .resp-tabs-container .view-footer a,
.front .quicktabs-wrapper .resp-tabs-container .more-link a,
.front .quicktabs-wrapper .resp-tabs-container .view-footer a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 12px;
  margin-top: 10px;
}

/******************************
 * VIDEO PANE
 ******************************/
.view-sagaftra-tv .media-youtube-player {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .front .view-sagaftra-tv .media-youtube-player {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .front .panel-display--sag-panels-homepage .view-sagaftra-tv .media-youtube-player {
    height: 300px;
  }
}
@media (min-width: 1025px) {
  .front .panel-display--sag-panels-homepage .view-sagaftra-tv .media-youtube-player {
    height: 300px;
  }
}

/******************************
 * PARTNER TILES VIEW
 ******************************/
.pane-partner-tile-slider.boxWrap .boxWrapperRight,
.pane-partner-tile-slider.boxWrap .boxContent {
  padding: 0;
}

.view-partner-tile-slider .jcarousel-container {
  margin: 20px auto 10px auto;
  padding: 0 25px;
  max-height: 105px;
  overflow: hidden;
}
.view-partner-tile-slider .jcarousel a {
  display: block;
  text-align: center;
}
.view-partner-tile-slider .jcarousel .views-field-field-image {
  border: 1px solid #b4b4b4;
  background: #E5E5E5;
  display: block;
  width: 150px;
  height: 75px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .view-partner-tile-slider .jcarousel .views-field-field-image {
    width: 160px;
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .view-partner-tile-slider .jcarousel .views-field-field-image {
    width: 200px;
    height: 100px;
  }
}
.view-partner-tile-slider .jcarousel-item {
  padding: 0 5px;
}
@media (min-width: 1025px) {
  .view-partner-tile-slider .jcarousel-item {
    padding: 0 11px;
  }
}
.view-partner-tile-slider .jcarousel-clip {
  overflow: hidden;
}
.view-partner-tile-slider .jcarousel-navigation {
  display: none;
}
.view-partner-tile-slider .jcarousel-prev,
.view-partner-tile-slider .jcarousel-next {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  background: url('../images/partner-tile-arrows.png') no-repeat;
  top: 20px;
}
@media (min-width: 1025px) {
  .view-partner-tile-slider .jcarousel-prev,
  .view-partner-tile-slider .jcarousel-next {
    top: 30px;
  }
}
.view-partner-tile-slider .jcarousel-prev {
  left: 0;
}
.view-partner-tile-slider .jcarousel-next {
  right: 0;
  background-position: -40px 0px;
}

/***********************************************
* MENU
***********************************************/
.sagBreadTitleHelpWrap {
  clear: both;
}

.region-navbar .block-superfish {
  margin-bottom: 0;
  position: static;
}
.region-navbar .block-superfish .sf-accordion-toggle a {
  float: right;
  background-color: transparent;
  background-image: url('../images/bg-sf-accordion-toggle.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 43px;
  height: 39px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 76px;
  right: 2%;
  color: #fff;
  text-align: right;
  font-size: 22px;
  line-height: 24px;
}
.region-navbar .block-superfish .sf-accordion-toggle a.sf-expanded {
  z-index: 500;
  background-color: transparent;
  padding: 0 10px;
  box-sizing: border-box;
}
.region-navbar .block-superfish ul.sf-horizontal {
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-family: arial, verdana, sans;
  font-size: 15px;
  line-height: 26px;
  list-style: none;
}
.region-navbar .block-superfish ul.sf-horizontal li {
  float: left;
  height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  width: auto;
}
.region-navbar .block-superfish ul.sf-horizontal li a {
  color: #2d2d2d;
  height: 35px;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 29px;
  text-shadow: 1px 1px 1px #FFF;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .region-navbar .block-superfish ul.sf-horizontal li a {
    padding-right: 20px;
    font-size: 12px;
  }
  /* For Mozilla Firefox Only */
  @-moz-document url-prefix() {
      .region-navbar .block-superfish ul.sf-horizontal li a {
        padding-right: 26px;
        font-size: 12px;
      }
  }
  /*For Mozilla Firefox on Mac OS X*/
  @supports (-moz-osx-font-smoothing:auto) {
      .region-navbar .block-superfish ul.sf-horizontal li a {
        padding-right: 20px;
        font-size: 12px;
      }
  }
}
.region-navbar .block-superfish ul.sf-horizontal li a:hover {
  color: #a16c06;
}
.region-navbar .block-superfish ul.sf-horizontal li.last a {
  padding-right: 0;
  margin-left: 2px;
}
.region-navbar .block-superfish ul.sf-horizontal li.menu-locals ul {
  width: 410px;
}
.region-navbar .block-superfish ul.sf-horizontal li.menu-locals ul li {
  float: left;
  clear: none;
}
.region-navbar .block-superfish ul.sf-horizontal li.menu-locals ul li:first-child {
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #fff;
  border-radius: 3px 0 0 0;
}
.region-navbar .block-superfish ul.sf-horizontal li ul {
  background-color: #e7e7e7;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  -moz-box-shadow: inset 0 0 1px white, 4px 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 1px white, 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 1px white, 4px 4px 4px rgba(0, 0, 0, 0.2);
  width: 205px;
  padding: 0;
}
.region-navbar .block-superfish ul.sf-horizontal li ul li {
  width: 199px;
  height: 26px;
  margin: 0px;
  padding: 3px;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
}
.region-navbar .block-superfish ul.sf-horizontal li ul li.first {
  border-top: none;
}
.region-navbar .block-superfish ul.sf-horizontal li ul li a {
  padding: 0px 5px;
  margin: 0px;
  font-size: 14px;
}
.region-navbar .block-superfish ul.sf-accordion.sf-expanded {
  position: absolute;
  background: #000;
  width: 102%;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
  border-left: 0;
  text-align: left;
  font-size: 16px;
  margin-left: -4%;
  border-top: 1px solid #fff;
  overflow-x: hidden;
}
.region-navbar .block-superfish ul.sf-accordion.sf-expanded li {
  padding: 3px 0 7px 15px;
  margin-bottom: 5px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
}
.region-navbar .block-superfish ul.sf-accordion.sf-expanded li a {
  color: #fff;
  padding: 0 10px;
}
.region-navbar .block-superfish ul.sf-accordion.sf-expanded li.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.region-navbar .block-superfish ul.sf-accordion ul {
  font-size: 16px;
  background: #262626;
  padding: 5px 0;
}

/* BRANCH NEWSLETTER STYLES */
.node-type-simplenews .newsletterHeader {
  clear: both;
  float: left;
  width: 710px;
  line-height: 0;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.node-type-simplenews .newsletterLayout {
  width: 710px;
  clear: both;
  float: left;
  margin: 10px 0px 15px 0px;
  background-color: #ffffff;
  color: #111111;
  font-family: verdana, arial, sans;
  font-size: 11px;
  overflow: hidden;
}
.node-type-simplenews .newsletterLayout .subHeader {
  clear: both;
  float: left;
  font-family: arial, verdana, sans;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 15px 0;
  width: 100%;
}
.node-type-simplenews .newsletterLayout .subHeader .tagline {
  float: left;
  padding: 0 0 0 20px;
  width: 500px;
}
.node-type-simplenews .newsletterLayout .subHeader .date {
  float: right;
  width: 150px;
  text-align: right;
  margin: 0 5px 0 0;
}
.node-type-simplenews .newsletterLayout .links {
  clear: both;
  width: 100%;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  padding: 20px 0 10px 0;
  margin: 15px 0 15px 0;
}
.node-type-simplenews .newsletterLayout .footer {
  clear: both;
  float: left;
}
.node-type-simplenews .newsletterLayout hr {
  border-top: 1px solid #cecece;
  border-right: 0px solid #666666;
  border-left: 0px solid #666666;
  border-bottom: 0px solid #666666;
}
.node-type-simplenews .newsletterContent {
  width: 710px;
  clear: both;
  float: left;
}
.node-type-simplenews .newsletterSideRail {
  width: 200px;
  float: left;
  background: transparent;
  line-height: 16px;
}
.node-type-simplenews .newsletterSideRail .siderail-inner {
  padding: 0px 10px 0px 5px;
}
.node-type-simplenews .newsletterSideRail
.newsletterBody {
  width: 460px;
  float: left;
  margin: 0px 10px 0px 0px;
  border-left: 1px solid #cfcfcf;
  background: transparent;
  line-height: 18px;
}
.node-type-simplenews .newsletterSideRail
.newsletterBody .body-inner {
  padding: 0px 0px 0px 20px;
}

/* iACTOR NEWSLETTER STYLES */
.iactorBody01 {
  width: 710px;
  clear: both;
  float: left;
  padding: 0 0 15px 0;
  margin: 10px 0 15px 0;
  border-bottom: 1px solid #cecece;
}

.iactorBody02 {
  width: 315px;
  clear: both;
  float: left;
  padding: 7px 10px 7px 0;
  margin: 0 5px 0 0;
  border-right: 1px solid #cecece;
}

.iactorBody03 {
  width: 365px;
  float: left;
  padding: 7px 0 0 5px;
  margin: 0;
}

.iactorBody03a {
  padding: 0 0 7px 0;
  margin: 30px 0 0 0;
}

.iactorBody04 {
  width: 710px;
  clear: both;
  float: left;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  border-top: 1px solid #cecece;
}

.iactorHeader {
  clear: both;
  float: left;
  padding: 0px;
  margin: 0px;
}

.iactorButton01, .iactorButton02, .iactorButton03, .iactorButton04, .iactorButton05 {
  float: left;
  padding: 0px;
  margin: 0px;
}

img.iactorHeading {
  margin: 0 0 5px 0;
}

/* @override
  http://qa-www.sag.org/sites/qa-www.sag.org/themes/sag/css/producers-center.css?A */
/* SIDE NAV */
.section-production-center {
  min-height: 900px;
  font-family: Futura, Verdana, Geneva, sans-serif;
  font-size: 12px;
  /* SET MENU */
  /* Main Panel */
  /* Right */
  /* Left */
}
.section-production-center #menu-ghost {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .section-production-center .main-content .block-superfish {
    display: none;
  }
}
.section-production-center .boxContent {
  font-size: 12px;
  padding: 0;
}
.section-production-center #bodyWrap {
  background: white url('../images/pc-images/pc_background.jpg') repeat-x;
}
.section-production-center #bodyShadowLeft {
  background: transparent url('../images/bg-header-mobile.png') repeat-x scroll 0 0;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .section-production-center #bodyShadowLeft {
    background: transparent url('../images/bg-header.gif') repeat-x scroll 0 0;
  }
}
.section-production-center .sidebar-left {
  display: none;
  position: relative;
  z-index: 99999;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .section-production-center .sidebar-left {
    display: block;
    width: 50px;
  }
  .section-production-center .sidebar-left .region-left {
    padding: 35px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-production-center .main-content {
    width: 698px;
  }
}
@media (min-width: 1025px) {
  .section-production-center .main-content {
    width: 910px;
  }
}
.section-production-center .boxWrap .boxHeader {
  background: none;
  margin-left: -10px;
}
.section-production-center .boxHeaderContent {
  color: #01487E;
  font-size: 25px;
  font-weight: normal;
  padding: 40px 0 0 40px;
}
.section-production-center .block ul,
.section-production-center .item-list ul {
  margin: 0px;
  padding: 0px;
}
.section-production-center .block ul.memu {
  list-style: none outside none;
  margin: 0 0 1px 0;
  padding: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  float: left;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .section-production-center .block ul.memu {
    float: none;
  }
}
.section-production-center .block ul.memu.memustep0 {
  float: none;
}
.section-production-center .block ul.memu a {
  border: 0px solid #F7F7F7;
  color: #333333;
  display: block;
  font: bold 12px/25px segoe ui, verdana, sans-serif;
  text-decoration: none;
  width: 50px;
  height: 50px;
}
.section-production-center .block ul.memu ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 50px;
}
.section-production-center .block ul.memu ul ul {
  margin-left: 0;
  margin-top: 0;
}
.section-production-center .block ul.memu li {
  float: left;
  width: 50px;
  height: 50px;
}
.section-production-center .block ul.memu li:hover > a {
  color: #56789A;
}
.section-production-center .block ul.memu li:hover > ul {
  opacity: 1;
  z-index: -1;
}
.section-production-center .block ul.memu li:hover li:hover > ul {
  left: 50px;
  opacity: 1;
  top: 0;
  z-index: 100;
}
.section-production-center .block ul.memu li.has-children ul li {
  margin-left: 0px;
  margin-right: 0px;
}
.section-production-center .block ul.memu li.has-children ul li a {
  font: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
}
.section-production-center .block ul.memu li.memu-root > a {
  background: none repeat scroll 0 0 transparent;
  border-color: transparent -moz-use-text-color;
  border-left: 0 none;
  border-right: 0 none;
  border-style: solid none;
  border-width: 1px 0;
}
.section-production-center .block ul.memu li.memu-root > ul {
  overflow: hidden;
  width: 50px;
  height: 50px;
}
.section-production-center .block ul.memu li.memu-root > ul:hover {
  overflow: visible;
}
.section-production-center .block ul.memu li.memu-root > ul:hover li {
  width: auto;
}
.section-production-center .block ul.memu li.memu-root > ul li.has-children ul {
  width: 720px;
  background: #FFF;
}
.section-production-center .block ul.memu .memu-icon {
  float: left;
  height: 16px;
  margin: 4px 10px 0 0;
  position: relative;
  width: 16px;
}
.section-production-center .block ul.memu .memu-current {
  background-color: #ABCDEF;
}
.section-production-center .boxWrap .boxWrapperRight {
  padding: 0 0px 0 0;
}
.section-production-center .right {
  margin-left: 0px;
}
.section-production-center .right .boxWrap .boxWrapperRight .boxContent {
  padding: 0px;
  margin-bottom: 8px;
}
.section-production-center .right .boxWrap .boxWrapperRight .boxContent tr {
  background: none;
  text-decoration: none;
  color: #000;
  border-bottom: none;
  font-weight: bold;
}
.section-production-center .right .view-content {
  margin-left: 10px;
}
.section-production-center .left {
  background: #e9e9e9;
}
.section-production-center .left .boxWrap {
  margin: 0px;
  position: relative;
  z-index: -1px;
}
.section-production-center .left .left-top,
.section-production-center .left .left-center,
.section-production-center .left .left-bottom {
  margin-bottom: 0px;
}
.section-production-center .left .left-top .intro_slide {
  text-align: center;
}
.section-production-center .left .left-center .left-center-left {
  border-right: 1px solid #DFDFDF;
  padding-left: 10px;
  padding-bottom: 0px;
}
.section-production-center .left .left-center .left-center-right {
  padding-top: 0px;
}
.section-production-center .left .left-center .left-center-right .boxWrapperLeft .boxContent {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 10px;
}
.section-production-center .left .boxWrapperLeft > .boxWrapperRight {
  background-color: #E9E9E9;
}
.section-production-center .left .boxWrapperLeft .boxContent {
  padding-bottom: 10px;
  padding-top: 10px;
}
.section-production-center .pageTitle,
.section-production-center .sagHelp {
  display: none;
}
.section-production-center .main-content .block-superfish {
  margin: 0;
}
.section-production-center .main-content .sf-accordion-toggle,
.section-production-center .main-content .sf-accordion {
  margin: 0;
  font-size: 16px;
  line-height: 50px;
  background: #01487e;
  box-sizing: border-box;
}
.section-production-center .main-content .sf-accordion-toggle a,
.section-production-center .main-content .sf-accordion a {
  color: #FFF;
  padding: 0 5px 0 25px;
  line-height: 24px;
  display: block;
}
.section-production-center .main-content .sf-accordion-toggle li.menuparent a,
.section-production-center .main-content .sf-accordion li.menuparent a {
  background: url('../images/pc-images/menu-collapsed.png') transparent no-repeat center left;
}
.section-production-center .main-content .sf-accordion-toggle li.sf-expanded a,
.section-production-center .main-content .sf-accordion li.sf-expanded a {
  background: url('../images/pc-images/menu-expanded.png') transparent no-repeat center left;
}
.section-production-center .main-content .sf-accordion-toggle ul,
.section-production-center .main-content .sf-accordion ul {
  background: #FFF;
}
.section-production-center .main-content .sf-accordion-toggle ul a,
.section-production-center .main-content .sf-accordion ul a {
  color: #000;
  padding: 0 5px 0 35px;
}
.section-production-center .main-content .sf-accordion-toggle {
  height: 50px;
  padding: 13px 0;
}
.section-production-center .main-content .sf-accordion-toggle a {
  background: url('../images/pc-images/menu-toggle.png') transparent no-repeat center left;
}
.section-production-center .resp-tabs-container {
  background: transparent;
}
.section-production-center .resp-tabs-container .resp-tab-content {
  border: none;
  padding: inherit;
}
.section-production-center .resp-tabs-container h2.resp-accordion {
  border: 0;
  text-transform: uppercase;
  background: #DBDBDB;
  padding: 5px;
}

.memu > li.memu-root > ul > li.has-children > a {
  border: 0 none;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  float: left;
}
.memustep0 > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_0_off.png') no-repeat;
}
.memustep1 > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_1_off.png') no-repeat;
}
.memustep2 > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_2_off.png') no-repeat;
}
.memustep3 > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_3_off.png') no-repeat;
}
.memustep4 > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_4_off.png') no-repeat;
}
.memustep5 > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_5_off.png') no-repeat;
}
.memustep6 > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_6_off.png') no-repeat;
}
.memustep7 > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_7_off.png') no-repeat;
}
.memustep1:hover > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_1_on.png') no-repeat;
}
.memustep2:hover > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_2_on.png') no-repeat;
}
.memustep3:hover > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_3_on.png') no-repeat;
}
.memustep4:hover > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_4_on.png') no-repeat;
}
.memustep5:hover > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_5_on.png') no-repeat;
}
.memustep6:hover > li.memu-root > ul > li.has-children > a {
  background: url('../images/pc-images/pc_left_nav_6_on.png') no-repeat;
}

/*RIGHT PANELS  (You can leave these un-targeted, they should not appear anywhere else) */
.pc_signup_promo_beta {
  background: url('../images/pc-images/SignSAGOnline_comingsoon.png') no-repeat;
  width: 290px;
  height: 107px;
  text-indent: 999px;
}

.pc_findrep {
  background: url('../images/pc-images/FindARep_up.png') no-repeat;
  width: 290px;
  height: 83px;
  text-indent: 999px;
}
.pc_findrep:hover {
  background: url('../images/pc-images/FindARep_down.png') no-repeat;
}

.pc_signup_promo {
  background: url('../images/pc-images/right_column_sag_online.png');
  width: 290px;
  height: 108px;
  text-indent: 999px;
  cursor: pointer;
}
.pc_signup_promo:hover {
  background: url('../images/pc-images/right_column_sag_online_hover_on.png');
}

.pc_sag_tv {
  background: url('../images/pc-images/right_column_sag_video.png');
  width: 290px;
  height: 72px;
  text-indent: 999px;
  cursor: pointer;
}
.pc_sag_tv:hover {
  background: url('../images/pc-images/right_column_sag_video_hover_on.png');
}

.pc_share_widget {
  background: url('../images/pc-images/pc_share_widgets.png') no-repeat scroll 10px 10px transparent;
  height: 35px;
  padding: 15px;
  text-indent: 999px;
  width: 290px;
}

.pc_sag_actor {
  background: url('../images/pc-images/right_column_sag_actor_rep.png');
  width: 290px;
  height: 70px;
  text-indent: 999px;
  cursor: pointer;
}
.pc_sag_actor:hover {
  background: url('../images/pc-images/right_column_sag_actor_rep_on.png');
}

.pc_sag_clearance {
  background: url('../images/pc-images/right_column_sag_clearance.png');
  width: 290px;
  height: 70px;
  text-indent: 999px;
  cursor: pointer;
}
.pc_sag_clearance:hover {
  background: url('../images/pc-images/right_column_sag_clearance_on.png');
}

.pc_sag_whatsnew {
  background: url('../images/pc-images/right_column_sag_whatsnew.png');
  width: 290px;
  height: 70px;
  text-indent: 999px;
  cursor: pointer;
}
.pc_sag_whatsnew:hover {
  background: url('../images/pc-images/right_column_sag_whatsnew_on.png');
}

.pc_sag_instructional {
  background: url('../images/pc-images/right_column_sag_instructional_video.png');
  width: 290px;
  height: 70px;
  text-indent: 999px;
  cursor: pointer;
}
.pc_sag_instructional:hover {
  background: url('../images/pc-images/right_column_sag_instructional_video_on.png');
}

.pc_commercial_faqs {
  background: url('../images/pc-images/right_column_sag_comm_faqs.png');
  width: 290px;
  height: 70px;
  text-indent: 999px;
  cursor: pointer;
}
.pc_commercial_faqs:hover {
  background: url('../images/pc-images/right_column_sag_comm_faqs_on.png');
}

/*PC Events */
.pc_upcoming_events_title {
  background: url('../images/pc-images/right_column_sag_upcoming.png') no-repeat scroll 0 0 transparent;
  width: 290px;
  height: 108px;
  text-indent: 999px;
  width: 290px;
  height: 25px;
  text-indent: 999px;
  cursor: pointer;
}

.view-production-center-events .views-field-title span a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

.view-production-center-events .views-row {
  display: block !important;
}

/** Homepage Links Block Mods **/
#wrap-lm1-sec-docs {
  display: block;
  margin: auto;
  padding: 0px;
}

#wrap-lm1 {
  display: block;
  width: 100%;
  margin: auto;
  border-bottom: #DFDFDF 1px dotted;
  overflow: hidden;
  box-sizing: border-box;
}
#wrap-lm1 * {
  box-sizing: border-box;
}

#wrap-lm1 a,
#wrap-lm1-sec-docs a {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  background: url('../images/pc-images/pc_tri_bullet.png') no-repeat scroll 0 3px transparent;
  padding-left: 10px;
}

#wrap-lm1 .cb-telephone a,
#wrap-lm1-sec-docs .cb-telephone a {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  background: none;
  padding-left: 0px;
}

.viewalllink {
  background: none !important;
  padding-left: 0px !important;
  text-decoration: underline !important;
  font-size: 10px !important;
}

#wrap-lm1 a:hover,
#wrap-lm1-sec-docs a:hover {
  text-decoration: underline;
}

#head-lm1 {
  border-bottom: #DFDFDF 1px dotted;
  padding-bottom: 10px;
  color: #919090;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

#l-lm1,
#l-lm2 {
  width: 100%;
  float: left;
  padding: 10px;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  #l-lm1,
  #l-lm2 {
    width: 50%;
  }
}

#l-lm1 {
  border-right: #DFDFDF 1px dotted;
}

@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  #l-lm1 > DIV {
    width: 50%;
    float: left;
  }
}

#wrap-lm1-sec-docs #l-lm1 > DIV,
#wrap-lm1-sec-docs #l-lm2 > DIV {
  width: 100%;
  float: left;
}

#wrap-lm1-sec-docs #l-lm1,
#wrap-lm1-sec-docs #l-lm2 {
  width: 97%;
  float: left;
  padding-left: 0px;
  border-right: #999 0px dotted;
  padding: 0px !important;
}

#wrap-lm1-sec-docs > #l-lm2 {
  /*border-bottom: 1px dashed #666666;*/
  margin-bottom: -5px;
  padding-bottom: 13px !important;
  padding-left: 0;
  background: url('../images/pc-images/dotted-fade.jpg') no-repeat scroll 0 bottom transparent;
}

#wrap-lm1-sec-docs #head-lm1 {
  border-bottom: 0px dotted #DFDFDF !important;
}

#wrap-lm1-sec-contact {
  display: block;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}

#wrap-lm1-sec-contact #l-lm1 > DIV,
#wrap-lm1-sec-docs #l-lm2 > DIV {
  width: 100%;
  float: left;
}

#wrap-lm1-sec-contact > #l-lm2 {
  border-bottom: 1px dotted #DFDFDF;
}

#wrap-lm1-sec-contact #head-lm1 {
  border-bottom: 0px dotted #DFDFDF;
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  #l-lm2 > DIV {
    width: 32%;
    float: left;
  }
}

.title-lm1 {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}

.one_rule {
  background: url('../images/pc-images/pc_one_rule_logo.png') no-repeat scroll 0 0 transparent;
  min-height: 55px;
  padding-top: 7px;
  margin-top: 10px;
}

.one_rule > DIV {
  margin-left: 70px;
  font-weight: bold;
}

#home-contact-block {
  float: right;
}

#home-contact-block a {
  float: left;
}

#home-contact-block SPAN {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
}

#home-contact-block a.home-contact {
  display: block;
  width: 140px;
  height: 36px;
  background: url('../images/pc-images/pc_contact_off.png') no-repeat scroll 0 0 transparent;
  font-size: 0;
  text-indent: -9999px;
}

#home-contact-block a.home-contact:hover {
  background: url('../images/pc-images/pc_contact_on.png') no-repeat scroll 0 0px transparent;
}

#home-contact-block a.home-feedback {
  display: block;
  width: 191px;
  height: 36px;
  background: url('../images/pc-images/SendUsFeedbk_B.png') no-repeat scroll 0 0 transparent;
  font-size: 0;
  text-indent: -9999px;
}

#home-contact-block a.home-feedback:hover {
  background: url('../images/pc-images/SendUsFeedbk_R.png') no-repeat scroll 0 0px transparent;
}

.left-bottom .boxContent {
  padding: 10px;
}

.faq_banner {
  background: url('../images/pc-images/pc_faq_banner.png') no-repeat scroll 0 0px transparent;
  height: 72px;
  width: 598px;
  text-indent: 9999px;
}

#faq_wrap .boxContent a {
  color: #FFF;
}

#faq_wrap .boxContent,
#factsheet_wrap .boxContent {
  color: #FFFFFF;
  padding: 30px 18px 10px 10px;
  text-indent: 0px;
  text-shadow: none;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#factsheet_wrap .boxContent {
  background: url('../images/pc-images/pc_factsheet_banner-mobile.png') no-repeat transparent;
  width: 320px;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  #factsheet_wrap .boxContent {
    background: url('../images/pc-images/pc_factsheet_banner.png') no-repeat transparent;
    width: 595px;
  }
}

#faq_wrap .boxContent {
  background: url('../images/pc-images/pc_faq_banner-mobile.png') no-repeat transparent;
  width: 320px;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  #faq_wrap .boxContent {
    background: url('../images/pc-images/pc_faq_banner.png') no-repeat transparent;
    width: 595px;
  }
}

#factsheet_wrap .boxContent a {
  color: #FFF;
}

.cq-hide {
  display: none;
}

.misc-style1 {
  color: #014E86 !important;
}

/** NEW SIDE NAV **/
.menu-container {
  margin: 0 auto;
  padding: 0;
  height: 506px;
  width: 721px;
  background: #fff;
  border: 1px solid #222;
}

.container {
  border-top: 6px solid #fff;
  margin: 0 auto;
  padding: 0;
  padding-top: 10px;
  width: 721px;
  text-align: left;
  font-size: 1.0em;
}

.view-pc-theatrical-slides div.views-field-body {
  display: none;
}

.view-pc-television-slides div.views-field-body {
  display: none;
}

.view-pc-commercial-slides div.views-field-body {
  display: none;
}

.view-pc-newmedia-slides div.views-field-body {
  display: none;
}

.view-pc-industrial-slides div.views-field-body {
  display: none;
}

.view-pc-interactive-slides div.views-field-body {
  display: none;
}

/*
    AnythingSlider v1.4.1+ Default (base) theme

    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
  width: 700px;
  height: 390px;
  margin: 0 auto;
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
  background: #777;
  color: #000;
}

div.anythingSlider .anythingWindow {
  /*border-top: 3px solid #777;
    border-bottom: 3px solid #777;*/
}

div.anythingSlider .start-stop {
  background-color: #040;
  color: #fff;
  display: none;
}

div.anythingSlider .start-stop.playing {
  background-color: #800;
}

div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
  color: #ddd;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
  border-color: #7C9127;
}

div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
  background-color: #7C9127;
}

div.anythingSlider .start-stop {
  background-color: #080;
  color: #fff;
}

div.anythingSlider .start-stop.playing {
  background-color: #d00;
}

div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
  color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
  position: relative;
  /* padding: 0 45px 28px 45px; */
}

/* anythingSlider base UL */
ul.anythingBase {
  background: transparent;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

ul.anythingBase li.panel {
  background: transparent;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
  top: 50%;
  position: absolute;
  display: block;
}

div.anythingSlider .arrow a {
  display: block;
  height: 120px;
  margin: -60px 0 0 0;
  width: 45px;
  text-align: center;
  outline: 0;
  /*background: image-url('arrows-default.png') no-repeat;*/
  text-indent: -9999px;
}

div.anythingSlider .forward {
  right: 0;
  z-index: 199;
}

div.anythingSlider .forward a {
  background: url('../images/pc-images/arrows_right.png') no-repeat;
}

div.anythingSlider .back {
  left: 0;
  z-index: 199;
}

div.anythingSlider .back a {
  background: url('../images/pc-images/arrows_left.png') no-repeat;
}

div.anythingSlider .forward a {
  background-position: 24px 40px;
}

div.anythingSlider .back a {
  background-position: 0px 35px;
}

/* Navigation Links */
div.anythingSlider .anythingControls {
  outline: 0;
}

div.anythingSlider .thumbNav {
  margin: 0;
}

div.anythingSlider .thumbNav li {
  display: inline;
}

div.anythingSlider .thumbNav a {
  font: 11px/18px Georgia, Serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px 8px;
  height: 18px;
  margin: 0 5px 0 0;
  /* background-image: image-url('cellshade.png'); */
  background-repeat: repeat-x;
  text-align: center;
  outline: 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

div.anythingSlider .thumbNav a:hover {
  background-image: none;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a {
  float: right;
}

/* reverse order of nav links */
div.anythingSlider.rtl .thumbNav {
  float: left;
}

/* move nav link group to left */
/* div.anythingSlider.rtl .start-stop { float: right; } */
/* move start/stop button - in case you want to switch sides */
/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
  /* background-image: image-url('cellshade.png'); */
  background-repeat: repeat-x;
  background-position: center top;
  padding: 2px 5px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  float: right;
  z-index: 100;
  outline: 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
  background-image: none;
}

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
  transition-duration: 0;
  -o-transition-duration: 0;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
}

/*Docs Mods*/
.quick-responsive .view-pc-theatrical-sig-doc .views-row,
.quick-responsive .view-pc-tv-sig-doc .views-row,
.quick-responsive .view-pc-commercial-sig-doc .views-row,
.quick-responsive .view-pc-new-media-sig-doc .views-row,
.quick-responsive .view-pc-industrial-sig-doc .views-row,
.quick-responsive .view-pc-interactive-sig-doc .views-row,
.quick-responsive .view-pc-all-sig-doc .views-row,
.quicktabs-tabpage .view-pc-theatrical-sig-doc .views-row,
.quicktabs-tabpage .view-pc-tv-sig-doc .views-row,
.quicktabs-tabpage .view-pc-commercial-sig-doc .views-row,
.quicktabs-tabpage .view-pc-new-media-sig-doc .views-row,
.quicktabs-tabpage .view-pc-industrial-sig-doc .views-row,
.quicktabs-tabpage .view-pc-interactive-sig-doc .views-row,
.quicktabs-tabpage .view-pc-all-sig-doc .views-row,
.quicktabs_tabpage .view-pc-theatrical-sig-doc .views-row,
.quicktabs_tabpage .view-pc-tv-sig-doc .views-row,
.quicktabs_tabpage .view-pc-commercial-sig-doc .views-row,
.quicktabs_tabpage .view-pc-new-media-sig-doc .views-row,
.quicktabs_tabpage .view-pc-industrial-sig-doc .views-row,
.quicktabs_tabpage .view-pc-interactive-sig-doc .views-row,
.quicktabs_tabpage .view-pc-all-sig-doc .views-row {
  clear: both;
}
.quick-responsive .view-pc-theatrical-sig-doc .views-row .views-field-nothing,
.quick-responsive .view-pc-tv-sig-doc .views-row .views-field-nothing,
.quick-responsive .view-pc-commercial-sig-doc .views-row .views-field-nothing,
.quick-responsive .view-pc-new-media-sig-doc .views-row .views-field-nothing,
.quick-responsive .view-pc-industrial-sig-doc .views-row .views-field-nothing,
.quick-responsive .view-pc-interactive-sig-doc .views-row .views-field-nothing,
.quick-responsive .view-pc-all-sig-doc .views-row .views-field-nothing,
.quicktabs-tabpage .view-pc-theatrical-sig-doc .views-row .views-field-nothing,
.quicktabs-tabpage .view-pc-tv-sig-doc .views-row .views-field-nothing,
.quicktabs-tabpage .view-pc-commercial-sig-doc .views-row .views-field-nothing,
.quicktabs-tabpage .view-pc-new-media-sig-doc .views-row .views-field-nothing,
.quicktabs-tabpage .view-pc-industrial-sig-doc .views-row .views-field-nothing,
.quicktabs-tabpage .view-pc-interactive-sig-doc .views-row .views-field-nothing,
.quicktabs-tabpage .view-pc-all-sig-doc .views-row .views-field-nothing,
.quicktabs_tabpage .view-pc-theatrical-sig-doc .views-row .views-field-nothing,
.quicktabs_tabpage .view-pc-tv-sig-doc .views-row .views-field-nothing,
.quicktabs_tabpage .view-pc-commercial-sig-doc .views-row .views-field-nothing,
.quicktabs_tabpage .view-pc-new-media-sig-doc .views-row .views-field-nothing,
.quicktabs_tabpage .view-pc-industrial-sig-doc .views-row .views-field-nothing,
.quicktabs_tabpage .view-pc-interactive-sig-doc .views-row .views-field-nothing,
.quicktabs_tabpage .view-pc-all-sig-doc .views-row .views-field-nothing {
  display: none;
}
.quick-responsive .view-pc-theatrical-sig-doc .views-row:first-child .views-field-nothing,
.quick-responsive .view-pc-tv-sig-doc .views-row:first-child .views-field-nothing,
.quick-responsive .view-pc-commercial-sig-doc .views-row:first-child .views-field-nothing,
.quick-responsive .view-pc-new-media-sig-doc .views-row:first-child .views-field-nothing,
.quick-responsive .view-pc-industrial-sig-doc .views-row:first-child .views-field-nothing,
.quick-responsive .view-pc-interactive-sig-doc .views-row:first-child .views-field-nothing,
.quick-responsive .view-pc-all-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs-tabpage .view-pc-theatrical-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs-tabpage .view-pc-tv-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs-tabpage .view-pc-commercial-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs-tabpage .view-pc-new-media-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs-tabpage .view-pc-industrial-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs-tabpage .view-pc-interactive-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs-tabpage .view-pc-all-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs_tabpage .view-pc-theatrical-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs_tabpage .view-pc-tv-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs_tabpage .view-pc-commercial-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs_tabpage .view-pc-new-media-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs_tabpage .view-pc-industrial-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs_tabpage .view-pc-interactive-sig-doc .views-row:first-child .views-field-nothing,
.quicktabs_tabpage .view-pc-all-sig-doc .views-row:first-child .views-field-nothing {
  display: block;
  margin-bottom: 20px;
}

/** Forms **/
.view-pc-tv-forms-doc-all-pre-product li.views-row,
.view-pc-tv-forms-doc-all-production li.views-row,
.view-pc-tv-forms-doc-all-post-product li.views-row {
  /*background: url('../images/pc-images/pc_doc_icon.png') no-repeat scroll 0 5px transparent;*/
  float: left;
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .view-pc-tv-forms-doc-all-pre-product li.views-row,
  .view-pc-tv-forms-doc-all-production li.views-row,
  .view-pc-tv-forms-doc-all-post-product li.views-row {
    min-height: 200px;
    width: 50%;
  }
}
.view-pc-tv-forms-doc-all-pre-product li.views-row.views-row-odd,
.view-pc-tv-forms-doc-all-production li.views-row.views-row-odd,
.view-pc-tv-forms-doc-all-post-product li.views-row.views-row-odd {
  clear: both;
}

.view-pc-tv-forms-doc-all-pre-product .item-list .views-field-title {
  border: none !important;
}

.view-pc-tv-forms-doc-all-production .item-list .views-field-title {
  border: none !important;
}

.view-pc-tv-forms-doc-all-post-product .item-list .views-field-title {
  border: none !important;
}

#pre-prod-docs {
  color: #01487E;
  font-size: 14px !important;
  cursor: pointer;
  border-bottom: 1px dotted;
  font-size: 14px;
  margin: 0px 0 !important;
  padding-bottom: 10px;
  padding-left: 20px;
}

#prod-docs {
  color: #01487E;
  font-size: 14px !important;
  cursor: pointer;
  border-bottom: 1px dotted;
  font-size: 14px;
  margin: 0px 0 !important;
  padding-bottom: 10px;
  padding-left: 20px;
}

#post-prod-docs {
  color: #01487E;
  font-size: 14px !important;
  cursor: pointer;
  border-bottom: 1px dotted;
  font-size: 14px;
  margin: 0px 0 !important;
  padding-bottom: 10px;
  padding-left: 20px;
}

#pre-prod-docs-view,
#prod-docs-view,
#post-prod-docs-view {
  margin-top: -10px !important;
}

/**ALL DOCS **/
.view-pc-all-sig-doc .views-field-nothing {
  margin-bottom: 30px;
}

.section-production-center ul.resp-tabs-list,
.section-production-center ul.quicktabs_tabs,
.section-production-center ul.quicktabs-tabs {
  background: url('../images/pc-images/tab_bk.jpg') no-repeat scroll bottom center transparent;
  height: 25px;
  margin: 0 auto 10px;
  overflow: hidden;
  text-align: center;
  padding: 0px;
}
.section-production-center ul.resp-tabs-list > li > a,
.section-production-center ul.quicktabs_tabs > li > a,
.section-production-center ul.quicktabs-tabs > li > a {
  display: block;
  height: 25px;
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
.section-production-center ul.resp-tabs-list > li,
.section-production-center ul.quicktabs_tabs > li,
.section-production-center ul.quicktabs-tabs > li {
  margin-left: 0px;
  display: inline-block;
  background-color: transparent;
  border: none;
  float: none;
}

*:first-child + html .section-production-center ul.quicktabs_tabs > li > a,
*:first-child + html .section-production-center ul.quicktabs-tabs > li > a {
  position: static;
  top: 0px;
  padding-top: 0px;
  margin-left: 10px;
  text-decoration: none !important;
  color: white !important;
}

*:first-child + html .section-production-center ul.quicktabs_tabs > li.active > a,
*:first-child + html .section-production-center ul.quicktabs-tabs > li.active > a {
  color: #333333 !important;
}

*:first-child + html .section-production-center ul.quicktabs_tabs > li,
*:first-child + html .section-production-center ul.quicktabs-tabs > li {
  margin-top: 10px;
}

/**ie7 only **/
*:first-child + html .section-production-center .qtab-0 {
  background: url('../images/pc-images/pc_tab1_off_ie.png') no-repeat center;
  padding: 10px 31px 10px 7px;
}

*:first-child + html .section-production-center .qtab-1 {
  background: url('../images/pc-images/pc_tab2_off_ie.png') no-repeat center;
  padding: 10px 14px 10px 8px;
}

*:first-child + html .section-production-center .qtab-2 {
  background: url('../images/pc-images/pc_tab3_off_ie.png') no-repeat center;
  padding: 10px 22px 10px 6px;
}

*:first-child + html .section-production-center .qtab-3 {
  background: url('../images/pc-images/pc_tab4_off_ie.png') no-repeat center;
  padding: 10px 23px 10px 7px;
}

*:first-child + html .section-production-center .qtab-0.active {
  background: url('../images/pc-images/pc_tab1_on_ie.png') no-repeat center;
}

*:first-child + html .section-production-center .qtab-1.active {
  background: url('../images/pc-images/pc_tab2_on_ie.png') no-repeat center;
}

*:first-child + html .section-production-center .qtab-2.active {
  background: url('../images/pc-images/pc_tab3_on_ie.png') no-repeat center;
}

*:first-child + html .section-production-center .qtab-3.active {
  background: url('../images/pc-images/pc_tab4_on_ie.png') no-repeat center;
}

/** end of ie 7 only**/
.section-production-center .qtab-0 {
  padding: 0;
  background: url('../images/pc-images/pc_tab1_off.png') no-repeat bottom center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 145px;
  height: 25px;
}
.section-production-center .qtab-0:hover, .section-production-center .qtab-0.active, .section-production-center .qtab-0.resp-tab-active {
  background: url('../images/pc-images/pc_tab1_on.png') no-repeat bottom center;
}
.section-production-center .qtab-1 {
  padding: 0;
  background: url('../images/pc-images/pc_tab2_off.png') no-repeat bottom center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 88px;
  height: 25px;
}
.section-production-center .qtab-1:hover, .section-production-center .qtab-1.active, .section-production-center .qtab-1.resp-tab-active {
  background: url('../images/pc-images/pc_tab2_on.png') no-repeat bottom center;
}
.section-production-center .qtab-2 {
  padding: 0;
  background: url('../images/pc-images/pc_tab3_off.png') no-repeat bottom center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 80px;
  height: 25px;
}
.section-production-center .qtab-2:hover, .section-production-center .qtab-2.active, .section-production-center .qtab-2.resp-tab-active {
  background: url('../images/pc-images/pc_tab3_on.png') no-repeat bottom center;
}
.section-production-center .qtab-3 {
  padding: 0;
  background: url('../images/pc-images/pc_tab4_off.png') no-repeat bottom center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 111px;
  height: 25px;
}
.section-production-center .qtab-3:hover, .section-production-center .qtab-3.active, .section-production-center .qtab-3.resp-tab-active {
  background: url('../images/pc-images/pc_tab4_on.png') no-repeat bottom center;
}

.section-production-center .quick-responsive,
.section-production-center .quicktabs_wrapper,
.section-production-center .quicktabs-wrapper {
  padding: 20px 0;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .section-production-center .quick-responsive,
  .section-production-center .quicktabs_wrapper,
  .section-production-center .quicktabs-wrapper {
    padding: 20px 30px 40px 30px;
  }
}
.section-production-center .quick-responsive .doc_toggle,
.section-production-center .quicktabs_wrapper .doc_toggle,
.section-production-center .quicktabs-wrapper .doc_toggle {
  background: url('../images/pc-images/pc_docs_toggle_open.png') no-repeat scroll 0 2px transparent;
  margin-left: -20px;
  padding-bottom: 15px;
  padding-right: 21px;
  cursor: pointer;
}
.section-production-center .quick-responsive .views-row > .views-field-title,
.section-production-center .quicktabs_wrapper .views-row > .views-field-title,
.section-production-center .quicktabs-wrapper .views-row > .views-field-title {
  border-bottom: 1px dotted;
  color: #01487E;
  cursor: default;
  font-size: 14px;
  margin: 2px 0;
  padding-bottom: 10px;
  padding-top: 7px;
}

.toggle_closed {
  background: url('../images/pc-images/pc_docs_toggle_close.png') no-repeat scroll 0 2px transparent !important;
}

.fqtoggle_open {
  background: url('../images/pc-images/pc_docs_toggle_open.png') no-repeat scroll 0px 5px transparent !important;
}

.section-production-center .views-field-field-pc-highlights-value {
  margin-bottom: 20px;
}

.section-production-center .views-field-field-pc-highlights-value .field-item {
  background: url('../images/pc-images/pc_tri_bullet.png') no-repeat scroll 0 3px transparent;
  padding-left: 10px;
}

.section-production-center .views-row {
  overflow: hidden;
}

.section-production-center .views-field-field-pc-package-zip img {
  display: none;
}

.section-production-center .views-field-field-pc-package-zip {
  display: inline;
}

.section-production-center .views-field-field-pc-zip-filesize {
  color: #666666;
  font-style: italic;
  padding-bottom: 40px;
}

.section-production-center .views-field-field-pc-package-zip .file a {
  background: url('../images/pc-images/pc_download_all.png') no-repeat scroll 0 3px transparent;
  width: 250px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .section-production-center .views-field-field-pc-package-zip .file a {
    height: 32px;
    width: 310px;
  }
}

.section-production-center .views-field-field-pc-package-zip .file {
  height: 40px;
  display: block;
}

.section-production-center .views-field-field-pc-doc-synopsis {
  margin: 10px 0px;
}

.section-production-center .views-field-field-pc-doc-file-fid li {
  padding: 0px;
}

.section-production-center .views-field-field-pc-doc-file-fid li a {
  color: #01487e;
}

.section-production-center .views-field-field-pc-fillable-pdf-file-fid li a {
  color: #01487e;
}

.section-production-center .views-label-field-pc-doc-file-fid {
  font-weight: bold;
}

.section-production-center .view-field-pc-related-docs,
.section-production-center .view-pc-all-agree-docs,
.section-production-center .view-pc-all-forms-doc,
.section-production-center .view-pc-all-ratesheets-doc,
.section-production-center .view-pc-theatrical-agree-docs,
.section-production-center .view-pc-theatrical-forms-doc,
.section-production-center .view-pc-theatrical-ratesheets-doc,
.section-production-center .view-pc-tv-agree-docs,
.section-production-center .view-pc-tv-forms-doc,
.section-production-center .view-pc-tv-ratesheets-doc,
.section-production-center .view-pc-new-media-agree-docs,
.section-production-center .view-pc-new-media-forms-doc,
.section-production-center .view-pc-new-media-ratesheets-doc,
.section-production-center .view-pc-commercial-agree-docs,
.section-production-center .view-pc-commercial-forms-doc,
.section-production-center .view-pc-commercial-ratesheets-doc,
.section-production-center .view-pc-industrial-agree-docs,
.section-production-center .view-pc-industrial-forms-doc,
.section-production-center .view-pc-industrial-ratesheets-doc,
.section-production-center .view-pc-interactive-agree-docs,
.section-production-center .view-pc-interactive-forms-doc,
.section-production-center .view-pc-interactive-ratesheets-doc {
  overflow: hidden;
}
.section-production-center .view-field-pc-related-docs .views-row,
.section-production-center .view-pc-all-agree-docs .views-row,
.section-production-center .view-pc-all-forms-doc .views-row,
.section-production-center .view-pc-all-ratesheets-doc .views-row,
.section-production-center .view-pc-theatrical-agree-docs .views-row,
.section-production-center .view-pc-theatrical-forms-doc .views-row,
.section-production-center .view-pc-theatrical-ratesheets-doc .views-row,
.section-production-center .view-pc-tv-agree-docs .views-row,
.section-production-center .view-pc-tv-forms-doc .views-row,
.section-production-center .view-pc-tv-ratesheets-doc .views-row,
.section-production-center .view-pc-new-media-agree-docs .views-row,
.section-production-center .view-pc-new-media-forms-doc .views-row,
.section-production-center .view-pc-new-media-ratesheets-doc .views-row,
.section-production-center .view-pc-commercial-agree-docs .views-row,
.section-production-center .view-pc-commercial-forms-doc .views-row,
.section-production-center .view-pc-commercial-ratesheets-doc .views-row,
.section-production-center .view-pc-industrial-agree-docs .views-row,
.section-production-center .view-pc-industrial-forms-doc .views-row,
.section-production-center .view-pc-industrial-ratesheets-doc .views-row,
.section-production-center .view-pc-interactive-agree-docs .views-row,
.section-production-center .view-pc-interactive-forms-doc .views-row,
.section-production-center .view-pc-interactive-ratesheets-doc .views-row {
  /*background: url('../images/pc-images/pc_doc_icon.png') no-repeat scroll 0 5px transparent;*/
  float: left;
  font-size: 100%;
  padding: 0 45px 40px 45px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .section-production-center .view-field-pc-related-docs .views-row,
  .section-production-center .view-pc-all-agree-docs .views-row,
  .section-production-center .view-pc-all-forms-doc .views-row,
  .section-production-center .view-pc-all-ratesheets-doc .views-row,
  .section-production-center .view-pc-theatrical-agree-docs .views-row,
  .section-production-center .view-pc-theatrical-forms-doc .views-row,
  .section-production-center .view-pc-theatrical-ratesheets-doc .views-row,
  .section-production-center .view-pc-tv-agree-docs .views-row,
  .section-production-center .view-pc-tv-forms-doc .views-row,
  .section-production-center .view-pc-tv-ratesheets-doc .views-row,
  .section-production-center .view-pc-new-media-agree-docs .views-row,
  .section-production-center .view-pc-new-media-forms-doc .views-row,
  .section-production-center .view-pc-new-media-ratesheets-doc .views-row,
  .section-production-center .view-pc-commercial-agree-docs .views-row,
  .section-production-center .view-pc-commercial-forms-doc .views-row,
  .section-production-center .view-pc-commercial-ratesheets-doc .views-row,
  .section-production-center .view-pc-industrial-agree-docs .views-row,
  .section-production-center .view-pc-industrial-forms-doc .views-row,
  .section-production-center .view-pc-industrial-ratesheets-doc .views-row,
  .section-production-center .view-pc-interactive-agree-docs .views-row,
  .section-production-center .view-pc-interactive-forms-doc .views-row,
  .section-production-center .view-pc-interactive-ratesheets-doc .views-row {
    width: 50%;
  }
}
.section-production-center .view-field-pc-related-docs .views-row.views-row-odd,
.section-production-center .view-pc-all-agree-docs .views-row.views-row-odd,
.section-production-center .view-pc-all-forms-doc .views-row.views-row-odd,
.section-production-center .view-pc-all-ratesheets-doc .views-row.views-row-odd,
.section-production-center .view-pc-theatrical-agree-docs .views-row.views-row-odd,
.section-production-center .view-pc-theatrical-forms-doc .views-row.views-row-odd,
.section-production-center .view-pc-theatrical-ratesheets-doc .views-row.views-row-odd,
.section-production-center .view-pc-tv-agree-docs .views-row.views-row-odd,
.section-production-center .view-pc-tv-forms-doc .views-row.views-row-odd,
.section-production-center .view-pc-tv-ratesheets-doc .views-row.views-row-odd,
.section-production-center .view-pc-new-media-agree-docs .views-row.views-row-odd,
.section-production-center .view-pc-new-media-forms-doc .views-row.views-row-odd,
.section-production-center .view-pc-new-media-ratesheets-doc .views-row.views-row-odd,
.section-production-center .view-pc-commercial-agree-docs .views-row.views-row-odd,
.section-production-center .view-pc-commercial-forms-doc .views-row.views-row-odd,
.section-production-center .view-pc-commercial-ratesheets-doc .views-row.views-row-odd,
.section-production-center .view-pc-industrial-agree-docs .views-row.views-row-odd,
.section-production-center .view-pc-industrial-forms-doc .views-row.views-row-odd,
.section-production-center .view-pc-industrial-ratesheets-doc .views-row.views-row-odd,
.section-production-center .view-pc-interactive-agree-docs .views-row.views-row-odd,
.section-production-center .view-pc-interactive-forms-doc .views-row.views-row-odd,
.section-production-center .view-pc-interactive-ratesheets-doc .views-row.views-row-odd {
  clear: left;
}
.section-production-center .view-field-pc-related-docs .views-field-title,
.section-production-center .view-pc-all-agree-docs .views-field-title,
.section-production-center .view-pc-all-forms-doc .views-field-title,
.section-production-center .view-pc-all-ratesheets-doc .views-field-title,
.section-production-center .view-pc-theatrical-agree-docs .views-field-title,
.section-production-center .view-pc-theatrical-forms-doc .views-field-title,
.section-production-center .view-pc-theatrical-ratesheets-doc .views-field-title,
.section-production-center .view-pc-tv-agree-docs .views-field-title,
.section-production-center .view-pc-tv-forms-doc .views-field-title,
.section-production-center .view-pc-tv-ratesheets-doc .views-field-title,
.section-production-center .view-pc-new-media-agree-docs .views-field-title,
.section-production-center .view-pc-new-media-forms-doc .views-field-title,
.section-production-center .view-pc-new-media-ratesheets-doc .views-field-title,
.section-production-center .view-pc-commercial-agree-docs .views-field-title,
.section-production-center .view-pc-commercial-forms-doc .views-field-title,
.section-production-center .view-pc-commercial-ratesheets-doc .views-field-title,
.section-production-center .view-pc-industrial-agree-docs .views-field-title,
.section-production-center .view-pc-industrial-forms-doc .views-field-title,
.section-production-center .view-pc-industrial-ratesheets-doc .views-field-title,
.section-production-center .view-pc-interactive-agree-docs .views-field-title,
.section-production-center .view-pc-interactive-forms-doc .views-field-title,
.section-production-center .view-pc-interactive-ratesheets-doc .views-field-title {
  border: none !important;
}

.section-production-center .view-field-pc-related-docs .views-row img {
  display: none;
}

.section-production-center .view-pc-new-media-forms-doc .views-row img {
  display: none;
}

.section-production-center .view-pc-new-media-agree-docs .views-row img {
  display: none;
}

.section-production-center .view-pc-theatrical-forms-doc .views-row img {
  display: none;
}

.section-production-center .view-pc-theatrical-agree-docs .views-row img {
  display: none;
}

.section-production-center .view-field-pc-related-docs .views-row > .views-field-title {
  margin: 0px;
  margin-bottom: 5px;
  border-bottom: none;
  padding-bottom: 2px;
}

/** All Docs **/
.page-production-center-documents .doc_toggle {
  background: none !important;
  margin-left: -20px;
  padding-bottom: 15px;
  padding-right: 21px;
}

.views-field-field-pc-available-online {
  float: right;
  overflow: hidden;
}

.Yesonline {
  background: url('../images/pc-images/pc_yesonline_logo.png') no-repeat scroll 0 0 transparent;
  float: right;
  width: 150px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .Yesonline {
    width: 210px;
  }
}

/*.online { background: url("../images/pc-images/pc_noonline_logo.png") no-repeat scroll 0 0 transparent; height: 0px; margin-left: 418px; margin-top: -10px;padding-left: 90px;padding-top: 35px; position: absolute;width: 20px; overflow: hidden; cursor: pointer} Comment Out position: absolute */
.Noonline {
  background: url('../images/pc-images/pc_noonline_logo.png') no-repeat scroll 0 0 transparent;
  height: 0px;
  margin-left: 418px;
  margin-top: -10px;
  padding-left: 90px;
  padding-top: 35px;
  /*position: absolute;*/
  width: 20px;
  overflow: hidden;
  cursor: pointer;
}

.page-production-center-theatrical-documents .Yesonline,
.page-production-center-television-documents .Yesonline,
.page-production-center-new-media-documents .Yesonline,
.page-production-center-commercial-documents .Yesonline,
.page-production-center-industrial-documents .Yesonline,
.page-production-center-interactive-documents .Yesonline {
  margin-top: 10px;
}

.page-production-center-theatrical-documents .online,
.page-production-center-television-documents .online,
.page-production-center-new-media-documents .online,
.page-production-center-commercial-documents .online,
.page-production-center-industrial-documents .online,
.page-production-center-interactive-documents .online {
  margin-top: 10px;
}

/** FAQ **/
#faq_wrap h2 {
  border-bottom: 1px dotted;
  color: #01487E;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: normal;
  background: url('../images/pc-images/pc_docs_toggle_close.png') no-repeat scroll 0 5px transparent;
  padding-bottom: 15px;
  padding-left: 20px;
}

#contacts_wrap {
  margin: 0px 40px;
}

#contacts_wrap h2 {
  color: #01487E;
  font-size: 12px;
  font-weight: normal;
  margin: 0px !important;
  padding: 0px !important;
}

#contacts_wrap h2 a {
  cursor: default;
  text-decoration: none;
}

#contacts_wrap .views-row {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  padding-top: 10px;
}

#contacts_wrap .view-id-pc_contacts p {
  display: none;
}

#cli-1, #cli-2, #cli-3, #cli-4, #cli-5, #cli-6, #cli-7 {
  background: url('../images/pc-images/pc_docs_toggle_close.png') no-repeat scroll 0 3px transparent;
  margin-left: -18px;
  padding-left: 17px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.sag-panels-production_center-region--left-top .pane-1 .boxContent {
  padding: 10px 0;
}

span.ext, span.mailto {
  background: none !important;
  padding: 0px !important;
}

/** Bread Crumbs **/
#crummy {
  font-size: 85%;
  line-height: 30px;
  margin-bottom: -20px;
  margin-top: -7px;
}

.breadcap {
  text-transform: capitalize;
  color: #333 !important;
}

.rid_extra {
  background: none !important;
  margin-left: 0px !important;
}

/**
 * QUICK TABS
 **/
.block-quicktabs ul.quicktabs_tabs,
.right ul.quicktabs_tabs,
.right ul.resp-tabs-list,
.panel-col-last ul.resp-tabs-list {
  width: 100%;
  padding: 0;
  margin: 0 5px 0;
  background: #F2F2F2;
  height: 41px;
}

.block-quicktabs ul.quicktabs_tabs li,
.right ul.quicktabs_tabs li,
.right ul.resp-tabs-list li,
.panel-col-last ul.resp-tabs-list li {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  background: transparent;
  width: 47%;
}

.block-quicktabs ul.quicktabs_tabs li a,
.right ul.quicktabs_tabs li a,
.right ul.resp-tabs-list li,
.panel-col-last ul.resp-tabs-list li {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: none;
  text-indent: -9999px;
  overflow: hidden;
  background: #eeeeee url('../images/social-fb.png') no-repeat center -37px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.right ul.resp-tabs-list li,
.panel-col-last ul.resp-tabs-list li {
  width: 47%;
}

.quicktabs-active-tab-state, #quickset-social_feeds_new_media ul.resp-tabs-list li.resp-tab-active,
#quickset-social_feeds_sag_aftra_news ul.resp-tabs-list li.resp-tab-active, #quicktabs-11 ul.quicktabs_tabs li.active a,
#quicktabs-12 ul.quicktabs_tabs li.active a,
#quicktabs-9 ul.quicktabs_tabs li.active a,
#quicktabs-13 ul.quicktabs_tabs li.active a,
#quicktabs-14 ul.quicktabs_tabs li.active a,
#quicktabs-15 ul.quicktabs_tabs li.active a {
  background-color: #fff;
  border-color: #ddd;
  background-position: center 13px;
}

#quickset-social_feeds_new_media ul.resp-tabs-list li.qtab-0,
#quicktabs-11 ul.quicktabs_tabs li.qtab-1 a,
#quicktabs-12 ul.quicktabs_tabs li.qtab-1 a,
#quicktabs-9 ul.quicktabs_tabs li.qtab-1 a,
#quicktabs-13 ul.quicktabs_tabs li.qtab-0 a,
#quicktabs-14 ul.quicktabs_tabs li.qtab-0 a,
#quicktabs-15 ul.quicktabs_tabs li.qtab-1 a,
#quickset-social_feeds_sag_aftra_news ul.resp-tabs-list li.qtab-0 {
  background: #eeeeee url('../images/social-twitter.png') no-repeat center -37px;
}

#quickset-social_feeds_new_media ul.resp-tabs-list li.resp-tab-active,
#quicktabs-11 ul.quicktabs_tabs li.active.qtab-1 a,
#quicktabs-12 ul.quicktabs_tabs li.active.qtab-1 a,
#quicktabs-9 ul.quicktabs_tabs li.active.qtab-1 a,
#quicktabs-13 ul.quicktabs_tabs li.active.qtab-0 a,
#quicktabs-14 ul.quicktabs_tabs li.active.qtab-0 a,
#quicktabs-15 ul.quicktabs_tabs li.active.qtab-1 a,
#quickset-social_feeds_sag_aftra_news ul.resp-tabs-list li.resp-tab-active {
  background-position: center 13px;
  background-color: #fff;
}

.quicktabs_wrapper .block {
  background: #fff;
  margin-bottom: 20px;
}

.resp-tab-content {
  padding: 0;
  border: 0;
}

/* @override
  http://test-www.sagaftra.org/sites/test-www.sagaftra.org/themes/sag/css/sag.css?Q */
.tabs, .node {
  clear: both;
}

ul.primary {
  margin: 0;
}

html {
  background: #f2f2f2 url('../images/bg-header.gif') repeat-x scroll 0 0;
}

html, body {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #f2f2f2 url('../images/bg-footer.gif');
  margin: 0;
  padding: 0;
}

a,
a:visited {
  color: #d2a64d;
  text-decoration: none;
}

#bodyWrap {
  background: #f2f2f2 url('../images/bg-header-mobile.png') repeat-x scroll 0px 0px;
  border-bottom: 1px solid #ACACAC;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  #bodyWrap {
    background: #f2f2f2 url('../images/bg-header.gif') repeat-x scroll 0 0;
  }
}

#pageBody {
  margin: auto;
  text-align: left;
  min-height: 400px;
}

.boxContent tbody {
  border-top: 0 none;
}

.navBaseCenter {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/navBaseCenter_A.gif') repeat-x scroll 0 0;
  height: 50px;
  margin-top: -7px;
}

.navBaseLeft {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/navBaseLeft_A.gif') no-repeat scroll left top;
  height: 50px;
}

.navBaseRight {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/navBaseRight_A.gif') no-repeat scroll right top;
  height: 50px;
  position: relative;
}

.subNavContainer {
  float: left;
  margin: 8px 0 0 12px;
  position: absolute;
  width: 936px;
}

.subNavContainer .subNav1 {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabLeft.gif') no-repeat scroll left top;
  color: red;
  float: left;
  height: 18px;
  margin: 5px 10px 0 0;
  padding: 0 0 0 2px;
  width: 62px;
}
.subNavContainer .subNav1 a {
  color: #565656;
  font-size: 11px;
  font-weight: bold;
}
.subNavContainer .subNav1 a:hover {
  color: #E93600;
}
.subNavContainer .subNav2 {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabLeft.gif') no-repeat scroll left top;
  color: red;
  float: left;
  height: 18px;
  margin: 5px 10px 0 0;
  padding: 0 0 0 2px;
  width: 68px;
}
.subNavContainer .subNav2 a {
  color: #565656;
  font-size: 11px;
  font-weight: bold;
}
.subNavContainer .subNav2 a:hover {
  color: #E93600;
}
.subNavContainer .subNav3 {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabLeft.gif') no-repeat scroll left top;
  color: red;
  float: left;
  height: 18px;
  margin: 5px 10px 0 0;
  padding: 0 0 0 2px;
  width: 123px;
}
.subNavContainer .subNav3 a {
  color: #565656;
  font-size: 11px;
  font-weight: bold;
}
.subNavContainer .subNav3 a:hover {
  color: #E93600;
}
.subNavContainer .subNav4 {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabLeft.gif') no-repeat scroll left top;
  color: red;
  float: right;
  height: 18px;
  margin: 5px 0 0;
  padding: 0 0 0 2px;
  width: 105px;
}
.subNavContainer .subNav4 a {
  color: #E93600;
  font-size: 11px;
  font-weight: bold;
}
.subNavContainer .subNav4 a:hover {
  color: #343434;
}
.subNavContainer .subNavlogout {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabLeft.gif') no-repeat 0 0;
  color: red;
  float: right;
  height: 18px;
  margin: 5px 0 0;
  padding: 0 0 0 2px;
  width: 56px;
}
.subNavContainer .subNavlogout a {
  color: #E93600;
  font-size: 11px;
  font-weight: bold;
}
.subNavContainer .subNavlogout a:hover {
  color: #343434;
}
.subNavContainer .subNavSpace {
  display: block;
  float: left;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 50px;
}
.subNavContainer .subNavSpaceLogout {
  display: block;
  float: left;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 50px;
}
.subNavContainer .subNavRight {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabRight.gif') no-repeat scroll right top;
  color: #565656;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  padding: 2px 10px 2px 8px;
}

.subNav4color a {
  color: #E93600;
}
.subNav4color a:hover {
  color: #343434;
}

.subNavContainer a.ext {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/icon_thesagshop.gif') no-repeat scroll right center;
  margin-right: 2px;
  padding-right: 12px;
}

.linkBox .boxContent a.sag-shop {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/icon_thesagshop.gif') repeat scroll 0 0;
  margin-right: 0;
  padding-right: 0;
}

#user-login-form {
  text-align: left;
}
#user-login-form .form-item input {
  width: 135px;
}
#user-login-form .form-item label {
  float: left;
  width: 95px;
}
#user-login-form p.register_link {
  border-top: 1px solid #CECECE;
  margin-top: 15px;
}
#user-login-form ul {
  padding: 0 0 10px;
}
#user-login-form ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 10px 0 0 15px;
}

.imgFloatLeft {
  float: left;
  padding: 5px 10px 5px 0;
}

.imgFloatRight {
  float: right;
  padding: 5px 0 5px 10px;
}

div.error {
  border: 3px solid red;
  display: block;
  margin: 3px 0 10px;
  padding: 8px 3px 3px 40px;
  color: #900;
  min-height: 21px;
}

#messages .status {
  /* border: 3px solid #4F758B; */
  border: 3px solid #C8C9C7;
  display: block;
  margin: 3px 0 10px;
  padding: 7px 3px 3px 38px;
}

.form-radio {
  vertical-align: middle;
}

.form-submit {
  background-color: #000;
  border: 1px solid #d09025;
  padding: 5px 10px;
  text-transform: uppercase;
  font: bold 16px arial,verdana,sans;
  color: #d6af61;
  /* margin: 0 0 15px; */
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.block-revision_moderation {
  border-bottom: 3px solid #C4C4C4;
  border-top: 3px solid #C4C4C4;
  margin: 10px 0;
  padding: 10px 0;
}

.boxContent {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent repeat scroll 0 0;
  color: #111111;
  overflow: hidden;
  padding: 0 3px;
  font: 15px/1.35em Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 0 #ffffff;
}
.boxContent p {
  padding-bottom: 10px;
}
.boxContent h1 {
  color: #121212;
  font-family: arial,verdana,sans;
  font-size: 141%;
  font-weight: bold;
  margin: 5px 0;
  padding: 3px 0 2px;
}
.boxContent h2 {
  color: #121212;
  font-family: arial,verdana,sans;
  font-size: 123%;
  font-weight: bold;
  margin: 5px 0;
  padding: 3px 0 2px;
}
.boxContent h3 {
  color: #121212;
  font-family: arial,verdana,sans;
  font-size: 104%;
  font-weight: bold;
  margin: 5px 0;
  padding: 3px 0 2px;
}
.boxContent b {
  color: #121212;
}
.boxContent strong {
  font-weight: bold;
}
.boxContent strong em, .boxContent em strong, .boxContent b em, .boxContent em b {
  font-style: italic;
  font-weight: bold;
}
.boxContent hr {
  border-color: #CECECE #666666 #666666;
  border-style: solid;
  border-width: 1px 0 0;
}
.boxContent a:visited {
  text-decoration: underline;
}
.boxContent a:hover {
  text-decoration: none;
}
.boxContent a:active {
  text-decoration: none;
}
.boxContent #tabs-home-1 li {
  list-style-type: none;
}
.boxContent #tabs-home0 .anchors {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/blkwht-anchorbk.gif') repeat scroll 0 0;
}
.boxContent #tabs-home-5 .form-submit {
  margin-left: 40px;
}

.linkInverse a:link {
  text-decoration: none;
}
.linkInverse a:visited {
  text-decoration: none;
}
.linkInverse a:active {
  text-decoration: none;
}
.linkInverse a:hover {
  text-decoration: underline;
}

.boxContent ul {
  padding: 0 0 10px;
}

.boxContent ol {
  padding: 0 0 10px;
}

.boxContent ol li {
  list-style-type: decimal;
}

.boxContent li {
  margin: 0 0 0 30px;
  list-style: disc outside none;
}

.boxContent em {
  font-style: italic;
}

.quickLinks .boxContent a {
  color: #2d2d2d;
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.quickLinks .boxContent a.residual-tracker {
  color: #b37600;
}
.quickLinks .boxContent ul {
  padding: 0 0 10px;
}
.quickLinks .boxContent ul li {
  list-style: none;
  background: url('../images/side-arrow.gif') no-repeat 0 5px;
  font-size: .8em;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 7px 13px;
  text-shadow: 1px 1px 1px #FFF;
}
.quickLinks .boxContent li a.sag-shop {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/icon_thesagshop.gif') no-repeat scroll right center;
  margin-right: 2px;
  padding-right: 12px;
}
.quickLinks .boxContent li a.standard {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent no-repeat scroll right center;
  margin-right: 2px;
  padding-right: 12px;
}
.quickLinks .boxContent li a {
  text-decoration: none;
}
.quickLinks .boxContent li a:hover {
  color: #b37600;
}

ul.social-icons {
  margin: 0;
  padding: 0;
  height: 32px;
  margin-bottom: 5px;
}
ul.social-icons li a {
  display: block;
  width: 30px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url('../images/social-icons.png') no-repeat;
}
ul.social-icons li.twitter a {
  background-position: -32px 0px;
}
ul.social-icons li.youtube a {
  background-position: -96px 0px;
}
ul.social-icons li.rss a {
  background-position: -128px 0px;
}
ul.social-icons li.instagram a {
  background-position: -64px 0px;
}

ul.social-icons li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 8px;
}

.contentCenter {
  text-align: center;
}

.timeStyle .boxContent ul li {
  list-style-type: none;
}

.timeStyle .boxContent .item-list .view-data-node-body li {
  list-style-position: outside;
  list-style-type: disc;
  padding: 0 0 15px;
}

.memberStyle .field-field-photo {
  float: left;
  padding: 0 10px 5px 0;
}
.memberStyle .boxContent .item-list ul li {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px;
}
.memberStyle .view-data-node-title {
  color: #232323;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 123%;
  font-weight: bold;
  padding-bottom: 5px;
}

.presidentTile {
  border: 0 solid red;
  display: block;
  float: left;
  padding: 0 0 10px;
  text-align: center;
  width: 165px;
}

.presidentTitle {
  padding: 0 0 5px;
}

.view-data-node-data-field-active-years-field-active-years-value {
  color: #666666;
  font-size: 85%;
}

.hqWrap {
  border-bottom: 0 solid #999999;
  padding: 0 0 10px;
}

.hqFloatLeft {
  float: left;
  padding: 5px 10px 5px 0;
}

.hqFloatRight {
  float: right;
  padding: 5px 0 5px 10px;
}

.hqFloatCenter {
  padding: 5px 0 5px 10px;
  text-align: center;
}

.sagHeaderWrap {
  height: 140px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .sagHeaderWrap {
    height: 125px;
  }
}

.sagHeaderCornerLeft {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
}

.sagLogo {
  float: left;
  /*margin: 2px 0 0 7px;*/
  visibility: hidden;
}

.sagSlogan {
  position: absolute;
  top: 16px;
  left: 0;
}

@media (max-width: 767px) {
  .sagSlogan {
    position: absolute;
    top: inherit;
    bottom: 12px;
    left: 0;
  }
}

.sagSlogan p {
  color: #d2a64f;
  font-style: italic;
  font-size: 10px;
  text-align: center;
}

.sloganImage {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  /*background: transparent image-url('logo_white_212x82.png') no-repeat 0 0;*/
  display: block;
  height: 81px;
  padding: 0;
  width: 212px;
  margin: 0 0 0 0px;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .sloganImage {
    margin: 4px 0 0 0px;
  }
}

.sagLogin {
  text-align: right;
  color: #9c9c9c;
  font-family: arial,verdana,sans;
  font-size: 12px;
  font-weight: normal;
  padding: 0 0 0 0;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .sagLogin {
    text-align: right;
  }
  letter-spacing: 0.02em;
}

.sagLogin a {
  color: #d2a64d;
  text-decoration: none;
  display: inline-block;
  padding: 0 3px;
}

.sagLogin a:hover {
  text-decoration: underline;
}

h1.pageTitle {
  clear: both;
  padding: 10px 0 20px;
  letter-spacing: -1px;
  font: normal 2.4em/1em arial,verdana,sans;
}

.front h1.pageTitle {
  padding: 0;
  margin-top: 18px;
}

.sagHelp {
  float: right;
  font-family: verdana,arial,sans;
  font-size: 85%;
  padding: 7px 0px 7px 20px;
}
.sagHelp a {
  color: #666666;
}
.sagHelp a:hover {
  text-decoration: underline;
}
.sagHelp img {
  padding: 0;
  margin-top: -4px;
}


body.front .Safety {
  float: left;
  font-family: verdana,arial,sans;
  font-size: 85%;
  padding: 7px 0px 7px 0px;
}
body.front .Safety a {
  color: #666666;
}
body.front .Safety a:hover {
  text-decoration: underline;
}
body.front .Safety img {
  padding: 0;
  margin-top: -4px;
}
.not-front .Safety {
  display: none;
}
body.front .SafetyMobile {
  display: none;
}
.not-front .SafetyMobile {
  display: none;
}

@media (max-width: 768px){
  body.front .SafetyMobile {
    display: inline;
    float: left;
    font-family: verdana,arial,sans;
    font-size: 85%;
    padding: 7px 0px 7px 0px;
  }

  body.front .SafetyMobile a {
    color: #666666;
  }
  body.front .SafetyMobile a:hover {
    text-decoration: underline;
  }
  body.front .SafetyMobile img {
    padding: 0;
    margin-top: -4px;
  }
  .not-front .SafetyMobile {
    display: none;
  }
    body.front .Safety{
    display:none;
  }
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.ui-dialog-title{
    font-size: 110% !important;
    color: #FFFFFF !important;
    background: #000000 !important;
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.sagBreadTitleHelpWrap {
  height: 30px;
}

.breadcrumb {
  color: #666666;
  float: left;
  font-family: verdana,arial,sans;
  font-size: 85%;
  line-height: normal;
  padding: 6px 0 0 0;
}
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #626262;
  text-decoration: none;
  font-style: italic;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:active {
  text-decoration: underline;
}

#ft {
  text-align: center;
  border-top: 1px solid #F2F2F2;
}

.footer-inner {
  margin: 0 auto;
  text-align: center;
}

.footer-content {
  padding: 30px 0;
  text-align: center;
}

.footer-table {
  margin: auto;
}

.footer-table tr, .footer-table td, .footer-table th {
  width: 100%;
}

.footer-name {
  color: #ffffff;
  font-family: Lucida Grande,LucidaGrande,Arial,Verdana,sans;
  font-size: 15px;
  font-weight: bold;
}

.footer-address, .footer-copyright {
  color: #787878;
  font-family: Lucida Grande,LucidaGrande,Arial,Verdana,sans;
  font-size: 13px;
  font-weight: bold;
}

.footer-copyright {
  padding-top: 8px;
}

.footer-address {
  color: #787878;
  line-height: 20px;
  padding-top: 2px;
}

ul.footer-links {
  margin: auto;
  padding: 0;
  width: auto;
}

ul.footer-links li {
  color: #5195AC;
  font-family: Lucida Grande,LucidaGrande,Arial,Verdana,sans;
  font-size: 13px;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  ul.footer-links li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #666;
    text-decoration: none;
    margin-bottom: 7px;
    display: inline-block;
  }
}

ul.footer-links li.account {
  float: none;
  border: none;
}

ul.footer-links li.account a {
  color: #d7ae36;
}

ul.footer-links li.coppa {
  border: none;
}

ul.footer-links li.coppa a {
  color: #d7ae36;
}

ul.footer-links li a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}

.sagFooterLinkSpecial {
  color: #E93600;
  float: left;
  font-family: Lucida Grande,LucidaGrande,Arial,Verdana,sans;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 0 30px;
  text-decoration: none;
}

.sagFooterLinkSpecial a {
  color: #E93600;
}

.boxWrap {
  margin: 0 0 5px;
}
.boxWrap .boxTop {
  height: 0;
}
.boxWrap .boxTopRight {
  height: 0;
}
.boxWrap .boxWrapperLeft {
  padding: 0 0 0 0;
}
.boxWrap .boxWrapperRight {
  padding: 0 5px 0 0;
}
.boxWrap .boxBottom {
  height: 0;
  margin: 0;
}
.boxWrap .boxBottomRight {
  height: 20px;
  margin: 0;
}
.boxWrap .boxHeader {
  background-color: #E5E5E5;
  margin: 0 0 10px;
  padding: 0;
  border: 1px solid #D8D8D8;
  font-size: 12px;
}
.boxWrap .boxHeaderTopLeft,
.boxWrap .boxHeaderTopRight,
.boxWrap .boxHeaderBottomLeft,
.boxWrap .boxHeaderBottomRight {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  width: 100%;
}

.front .boxWrap .boxBottomRight {
  height: 0;
}

#social-box .boxContent p {
  padding: 0;
}

.iconBulb .boxHeaderIcon,
.iconMagnify .boxHeaderIcon,
.iconNewspaper .boxHeaderIcon,
.iconPage .boxHeaderIcon,
.iconPerson .boxHeaderIcon,
.iconActors .boxHeaderIcon,
.iconQuestion .boxHeaderIcon {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
}

.iconBulb .boxHeaderIcon {
  background: transparent url('../images/icon-lightbulb.png') repeat scroll 0 0;
}

.iconMagnify .boxHeaderIcon {
  background: transparent url('../images/icon-magnify.png') repeat scroll 0 0;
}

.iconNewspaper .boxHeaderIcon {
  background: transparent url('../images/icon-newspaper.png') repeat scroll 0 0;
}

.iconPage .boxHeaderIcon {
  background: transparent url('../images/icon-page.png') repeat scroll 0 0;
}

.iconPerson .boxHeaderIcon {
  background: transparent url('../images/icon-person.png') repeat scroll 0 0;
}

.iconActors .boxHeaderIcon {
  background: transparent url('../images/icon-actors.png') repeat scroll 0 0;
}

.iconQuestion .boxHeaderIcon {
  background: transparent url('../images/icon-question.png') repeat scroll 0 0;
}

.boxHeaderContent {
  color: #333333;
  font-family: arial,verdana,sans;
  font-weight: bold;
  padding: 3px 4px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #ffffff;
}

#Map1 {
  visibility: hidden;
}

.boxContent .drupal-tabs li {
  margin: 0;
  padding: 0;
}

.drupal-tabs ul.primary {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.drupal-tabs .form-submit {
  background-color: transparent;
  border: 0 none;
  color: #003867;
  cursor: pointer;
  font-family: verdana,sans;
  font-size: 10px;
  font-weight: bold;
  padding: 0 0 10px 15px;
  text-transform: uppercase;
}

.drupal-tabs #tabs-home-5 .form-submit {
  margin-right: 200px;
}

#header_guilded {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/header_guilded.jpg') repeat-x scroll 0 0;
  height: 31px;
}

ul.anchors.tabs.primary {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/anchor-bk.jpg') repeat-y scroll 0 0;
  font-size: 12px;
}

.viewTabs .fragment img {
  padding-bottom: 7px;
}

.viewTabs ul.viewTabsList {
  padding: 5px;
}

.viewTabs .viewTabsList li {
  border-bottom: 1px solid #CCCCCC;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 6px 15px;
}

.viewTabs .branchNodeEventDate {
  color: #444444;
  margin: 0;
  padding: 0 0 5px;
}

.drupal-tabs .fragment {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/sag-news-bk.jpg') repeat-x scroll 0 0;
  border: 1px solid #CCCCCC;
  overflow: hidden;
  padding: 0;
}

.viewTabs .boxContent {
  border: 0 solid red;
}
.viewTabs .view-data-node-title {
  padding-bottom: 5px;
}
.viewTabs .boxContent .drupal-tabs ul.primary {
  border: 0 solid red;
}
.viewTabs .drupal-tabs ul.primary li {
  border: 0 none;
  height: 22px;
  margin-bottom: 1px;
  padding: 0 0 0 2px;
}
.viewTabs .drupal-tabs ul.primary li a {
  border: 0 none;
  color: #FFFFFF;
  font-weight: bold;
  padding: 4px 17px;
  text-decoration: underline;
  top: 0;
}
.viewTabs .drupal-tabs ul.primary li a:hover {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/tab_highlited_bk.gif') repeat scroll 0 0;
  color: #003867;
}
.viewTabs .drupal-tabs ul.primary li.active {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabLeftActive.gif') no-repeat scroll left top;
}
.viewTabs .drupal-tabs ul.primary li.active a {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabRightActive.gif') no-repeat scroll right top;
  color: #003867;
  font-weight: bold;
  text-decoration: none;
}
.viewTabs .drupal-tabs ul.primary li.active a:hover {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabRightActive.gif') no-repeat scroll right top;
  color: #333333;
}

/*****************************************************************************
* HOMEPAGE PANEL
*****************************************************************************/
/*****************************************************************************
* HOMEPAGE QUICKTABS
*****************************************************************************/
body.front div.quicktabs_tabpage div.views-field-field-press-release-image-fid {
  float: right;
}

.list-gold .drupal-tabs ul.primary li.active {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabLeftActive.gif') no-repeat scroll left top;
}

.list-gold .drupal-tabs ul.primary li.active a {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabRightActive.gif') no-repeat scroll right top;
  color: #003867;
}

.list-gold .drupal-tabs ul.primary li.active a:hover {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabRightActive.gif') no-repeat scroll right top;
  color: #000000;
}

#tabs-home .photo {
  float: right;
  width: 55px;
}

#tabs-home .photo img {
  border: 1px solid #CCCCCC;
  padding: 1px;
}

#tabs-home .title {
  float: left;
  margin-top: 10px;
  width: 500px;
}

.node-type-press_release .field-field-press-release-image {
  float: left;
  width: 120px;
}

.view-content-sag-talk-newest .field-field-press-release-image {
  float: left;
  width: 120px;
}

.not-front .view-content-sag-talk-recent .item-list .photo {
  display: none;
}

.pdfList {
  padding: 10px 0 0;
}

.pdfListItem {
  padding: 0 0 10px 5px;
}

.pdfListItem img {
  padding: 0 5px 0 0;
  vertical-align: bottom;
}

.promoImg {
  margin: 0;
  padding: 0 0 0 8px;
  width: 100%;
}

body.front .promoImg {
  width: auto;
  height: auto;
  padding: 0;
}

.right-bottom .promoImg {
  height: 104px;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 8px;
  width: 657px;
}

.promo-left {
  padding-right: 13px;
}

.branchbranchNode {
  padding: 0 0 10px;
}

.branchNodeTitle {
  color: #333333;
  line-height: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

.faqTitle {
  padding: 0 0 5px;
}

.branchNodeTitle a:link,
.branchNodeTitle a:visited {
  color: #121212;
  text-decoration: none;
  font-size: 1.1em;
}

.branchNodeDate {
  padding: 5px 0 10px;
  line-height: 1.4em;
  font-size: 1em;
  font-weight: bold;
}

.branchNodeDateBody {
  color: #121212;
  font-size: 100%;
  font-weight: bold;
  padding: 0 0 10px;
}

.branchNodeEventDate {
  color: #474747;
  font-size: 85%;
  margin: 0 0 10px -15px;
}

.branchNodeBody {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 15px;
  padding: 0 0 10px 0;
  font-size: .85em;
  line-height: 1.4em;
}

.feedbackNodeBody {
  border-bottom: 1px solid #E1E1E1;
  clear: both;
  float: left;
  margin-bottom: 15px;
  padding: 0 0 7px 0;
  width: 100%;
}

.feedbackNodeBody .question {
  clear: both;
  float: left;
  font-size: 100%;
  width: 100%;
}

.feedbackNodeBody .question span {
  color: #07345C;
  float: left;
  font-size: 160%;
  padding: 0 2px 2px 0;
}

.feedbackNodeBody .answer {
  clear: both;
  float: left;
  margin: 5px 0 0;
  width: 100%;
}

.feedbackNodeBody .answer span {
  float: left;
  font-size: 160%;
  padding: 0 2px 2px 0;
}

.branch-top {
  margin-bottom: 5px;
}

.right-top .paneWrapper {
  margin-bottom: 5px;
}

.wrapper .right .promos .promo {
  width: 320px;
}

.promos .paneWrapper {
  margin-bottom: 5px;
}

.contractPromoRight {
  line-height: 0;
}

.flashSrc {
  padding: 0 0 0 8px;
}

.homeFlash .flashSrc {
  height: 257px;
  width: 657px;
}

.branchFlash .flashSrc {
  height: 325px;
  padding-left: 17px;
  width: 633px;
}

.branchImg {
  margin: 0;
  overflow: hidden;
}

.branchImgNews {
  height: 172px;
  margin: 0;
  overflow: hidden;
  padding: 0 8px;
  width: 688px;
}

.paneTop {
  height: 0;
  position: relative;
}

.paneTopLeft {
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.paneTopRight {
  height: 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.paneTopRightB {
  height: 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.paneBottom {
  height: 8px;
  position: relative;
}

.paneBottomLeft {
  bottom: 0;
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.paneBottomRight {
  bottom: 0;
  height: 8px;
  position: absolute;
  right: 0;
  width: 8px;
}

.paneBottomRight {
  bottom: 0;
  height: 8px;
  position: absolute;
  right: 0;
  width: 8px;
}

.item-list ul {
  margin: 0;
}

.item-list ul li {
  color: #666666;
  padding: 0 0 7px;
}

.view-data-node-title {
  font-size: 110%;
  font-weight: bold;
  margin-left: -16px;
  width: 156px;
}

.view-data-node-title a {
  text-decoration: none;
}

.view-data-node-title a:link {
  text-decoration: none;
  text-align: center;
}

.view-data-node-title a:visited {
  text-decoration: none;
}

.view-data-node-title a:hover {
  text-decoration: underline;
}

.view-data-node-body {
  color: #121212;
}

.view-data-node-body ul li {
  color: #121212;
}

body.section-newsroom .boxContent .views-field-title {
  font-weight: bold;
  line-height: 1.2em;
}

body.section-newsroom .boxContent .views-field-title a {
  color: #121212;
  text-decoration: none;
}

body.section-newsroom .views-field-created {
  color: #807e7e;
  padding-bottom: 4px;
  margin-bottom: 3px;
  border-bottom: 1px dashed #cbcbcb;
  font: italic .9em Georgia, "Times New Roman", Times, serif;
}

body.section-newsroom li:last-child {
  padding: 0;
}

body.section-newsroom li:last-child .views-field-created {
  margin: 0;
  border: none;
  padding: 0;
}

.view-data-term-node-7-name {
  color: #777777;
  font-style: italic;
}

.ajax_views_body {
  border: 1px solid red;
  padding: 0;
  width: 95%;
}

.item-list .nodeItem {
  margin: 0 0 10px;
}

.categoryTabs ul.primary {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  margin: 0;
  padding: 0;
}

.categoryTabs ul.primary li {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabLeft.gif') no-repeat scroll left top;
  height: 18px;
  margin: 0 10px 5px 0;
  padding: 0 0 0 2px;
}

.categoryTabs ul.primary li a {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabRight.gif') no-repeat scroll right top;
  border: 0 none;
  color: #565656;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: -1px 0 0;
  padding: 2px 10px 2px 8px;
  text-decoration: none;
}

.categoryTabs ul.primary li a:hover {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabRight.gif') no-repeat scroll right top;
  border: 0 none;
  color: #E93600;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: -1px 0 0;
  padding: 2px 10px 2px 8px;
  text-decoration: none;
}

.categoryTabs ul.primary li.active a {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabRight.gif') no-repeat scroll right top;
  border: 0 none;
  color: #E93600;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: -1px 0 0;
  padding: 2px 10px 2px 8px;
  text-decoration: none;
}

.categoryTabs ul.primary li.active a:hover {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/viewTabRight.gif') no-repeat scroll right top;
  border: 0 none;
  color: #343434;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  margin: -1px 0 0;
  padding: 2px 10px 2px 8px;
  text-decoration: none;
}

.find_an_agentBranch {
  border-right: 1px solid #E1E1E1;
  float: left;
  height: 60px;
  padding: 0 15px 0 0;
}

.find_an_agentType {
  float: left;
  height: 60px;
  padding: 0 0 0 15px;
  width: 150px;
}

.find_an_agentSubmit {
  clear: both;
  float: left;
  padding: 10px 15px 0;
}

.find_an_agentFormClear {
  border-bottom: 1px solid #E1E1E1;
  clear: both;
  display: block;
  height: 10px;
}

.agency {
  border-bottom: 1px solid #E1E1E1;
  padding: 10px 0 5px;
}

.name {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 2px;
}

.contact {
  padding: 0 0 0 15px;
}

legend {
  font-size: 122%;
  font-weight: bold;
  padding: 10px 0 3px;
  text-decoration: none;
}

fieldset {
  border-bottom: 1px solid #BBBBBB;
  color: #333333;
  margin: 0 0 10px;
}

.form-text {
  margin: 1px;
  padding: 1px;
}

table.service {
  margin-bottom: 15px;
  width: 100%;
}

table.service tr.odd {
  background-color: #FFFFFF;
  border: 0 none;
}

table.service tr.odd td {
  background-color: #FFFFFF;
  padding-top: 7px;
}

table.service tr.even {
  background-color: #FFFFFF;
  border: 0 none;
}

table.service tr.even td {
  background-color: #FFFFFF;
  padding-top: 7px;
}

table.service tr.bottom {
  border-bottom: 1px solid #AAAAAA;
}

table.service tr.bottom td {
  padding-bottom: 5px;
}

table.service60 {
  margin-bottom: 15px;
  width: 62%;
}

table.service60 tr.odd {
  background-color: #FFFFFF;
  border: 0 none;
}

table.service60 tr.odd td {
  background-color: #FFFFFF;
  padding-top: 7px;
}

table.service60 tr.even {
  background-color: #FFFFFF;
  border: 0 none;
}

table.service60 tr.even td {
  background-color: #FFFFFF;
  padding-top: 7px;
}

table.service60 tr.bottom {
  border-bottom: 1px solid #AAAAAA;
}

table.service60 tr.bottom td {
  padding-bottom: 5px;
}

.collapsible legend a:link {
  text-decoration: none;
}

.collapsible legend a:visited {
  text-decoration: none;
}

.collapsible legend a:hover {
  text-decoration: underline;
}

.collapsible legend a:active {
  text-decoration: underline;
}

.collapsed legend a:link {
  text-decoration: underline;
}

.collapsed legend a:visited {
  text-decoration: underline;
}

.collapsed legend a:hover {
  text-decoration: none;
}

.collapsed legend a:active {
  text-decoration: none;
}

.businessFieldset .manager-update {
  font-weight: bold;
  padding: 5px 0 0 10px;
}

.formSuffix {
  color: #bf1d1d;
  font-size: 86%;
  margin-top: -7px;
  line-height: 1.1em;
}

.formSuffixFloat {
  clear: both;
  color: #0000FF;
  float: left;
  font-size: 86%;
  margin-top: -7px;
}

#sag-production-listings-search-form {
  height: 65px;
}

#sag-production-listings-search-form .form-type-select {
  border-right: 1px solid #E1E1E1;
  float: left;
  height: 60px;
  padding: 0 15px 0 0;
}

#sag-production-listings-search-form .form-type-radios {
  border-right: 1px solid #E1E1E1;
  float: left;
  height: 60px;
  padding: 0 15px;
}

#sag-production-listings-search-form .form-submit {
  float: left;
  margin: 9px 0 0 15px;
}

#production_listings_results .sag_services_results {
  border-top: 1px solid #E1E1E1;
  clear: both;
  margin: 15px 0 0;
  padding: 7px 0 0;
}

.sag_services_results .clickdetail {
  border: 0 solid red;
}

.sag_services_results .header {
  font-weight: bold;
}

.sag_services_results .row {
  padding: 5px 0;
}

.sag_services_results .col {
  float: left;
}

.sag_services_results .row {
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 6px;
}

.sag_services_results .row.openHeader {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #AECECE none repeat scroll 0 0;
  border-color: #BBBBBB #BBBBBB -moz-use-text-color;
  border-style: solid solid none;
  border-width: 1px 1px 0;
}

.sag_services_results .row.openHeader .col {
  font-weight: bold;
}

.sag_services_results .fulldetail {
  border-bottom: 0 solid #BBBBBB;
  display: none;
}

.sag_services_results .fulldetail.openDetail {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #D8E7E7 none repeat scroll 0 0;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  display: block;
  padding: 10px 0 10px 20px;
}

.sag_services_results .fulldetail.openDetail br {
  margin-bottom: 5px;
}

.sag_services_results .fulldetail b {
  padding-right: 2px;
}

#st12_sig_search_results #st12_prod_search_results .sag_search_results {
  border-top: 1px solid #E1E1E1;
  clear: both;
  margin: 15px 0 0;
  padding: 7px 0 0;
}

.sag_search_results .header {
  font-weight: bold;
  border-bottom: 2px solid #AAAAAA;
  padding-bottom: 6px;

}

.sag_search_results .row {
  padding: 5px 0;
}

.sag_search_results .col {
  float: left;
}

.sag_search_results .row {
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 6px;
}

.sag_search_results .row.openHeader {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #AECECE none repeat scroll 0 0;
  border-color: #BBBBBB #BBBBBB -moz-use-text-color;
  border-style: solid solid none;
  border-width: 1px 1px 0;
}

.sag_search_results .row.openHeader .col {
  font-weight: bold;
}

#production_listings .header .col1 {
  padding-left: 0;
  width: 220px;
}

#production_listings .col1 {
  padding-left: 5px;
  width: 200px;
}

#production_listings .col2, #production_listings .col3 {
  width: 85px;
}

#signatory-distributor-content {
  display: none;
}

#signatory_results {
  border-top: 1px solid #BBBBBB;
  margin-top: 10px;
  padding-top: 10px;
}

#signatory_results .header .col1 {
  width: 200px;
}

#signatory_results .header .col2 {
  width: 85px;
}

#signatory_results .header .col3 {
  width: 60px;
}

#signatory_results .header .col4 {
  width: 140px;
}

#signatory_results .col1 {
  padding-right: 15px;
  width: 185px;
}

#signatory_results .col2 {
  width: 85px;
}

#signatory_results .col3 {
  width: 60px;
}

#signatory_results .col4 {
  width: 140px;
}

.form-item-startDate,
.form-item-endDate {
  border-right: 1px solid #E1E1E1;
  float: left;
  height: 60px;
  padding: 0 15px 0 0;
}
.form-item-startDate input,
.form-item-endDate input {
  width: 150px;
}

.form-item-endDate {
  padding: 0 15px;
}

#sag-residuals-residuals-form .form-submit {
  float: left;
  margin: 24px 30px 0;
}

#sag-residuals-form .helpText {
  clear: both;
  float: left;
  padding: 0 0 5px;
  width: 100%;
}

.noResults {
  font-weight: bold;
  margin: 7px 0 0;
}

.noResultsPrior {
  font-weight: bold;
  margin: 7px 0 0;
}

.helpText {
  margin: 0 0 10px;
}

.currentResidualsText {
  margin: 7px 0 10px;
}

#sag-residuals-current {
  clear: both;
  float: left;
  margin: 20px 0 5px;
}

#residuals_results {
  border-top: 1px solid #AAAAAA;
  clear: both;
  padding-top: 3px;
}

#residuals_search .header .col2 {
  padding-left: 15px;
}

#residuals_search .col1 {
  width: 230px;
}

#residuals_search .col2 {
  width: 140px;
}

#residuals_search .col3 {
  text-align: right;
  width: 110px;
}

table.residuals_payments {
  width: 100%;
}

table.residuals_payments th {
  border-bottom: 1px solid #AECECE;
  font-weight: bold;
}

table.residuals_payments tr {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #D8E7E7 none repeat scroll 0 0;
  border-bottom: 1px solid #AECECE;
  height: 20px;
}

#sagResidualSearch {
  display: none;
  visibility: hidden;
}

#sagUnclaimedResidualSearch {
  display: none;
  visibility: hidden;
}

#sag-sign-your-film-form {
  border: 0 solid blue;
  height: 800px;
}

#sag-sign-your-film-form .radioSelect {
  border: 0 solid red;
  height: 60px;
  width: 200px;
}

#sag-sign-your-film-form .form-item .form-radios .form-item {
  float: left;
  padding-right: 10px;
}

#sag-sign-your-film-form .titleField {
  border-bottom: 1px solid #CCCCCC;
  height: 50px;
  width: 100%;
}

#sag-sign-your-film-form .titleField input {
  width: 280px;
}

#sag-sign-your-film-form .startDate {
  border: 0 solid red;
  clear: both;
  float: left;
  height: 80px;
  padding-right: 15px;
  width: 330px;
}

#sag-sign-your-film-form .startDate fieldset {
  border: 0 none;
  margin: 0;
}

#sag-sign-your-film-form .startDate input {
  float: left;
  width: 50px;
}

#sag-sign-your-film-form .completeDate {
  border: 0 solid red;
  float: left;
  height: 80px;
  width: 300px;
}

#sag-sign-your-film-form .completeDate fieldset {
  border: 0 none;
  margin: 0;
}

#sag-sign-your-film-form .completeDate input {
  float: left;
  width: 50px;
}

#sag-sign-your-film-form .dateDivider {
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  width: 100%;
}

#sag-sign-your-film-form .contactColumn {
  border-right: 1px solid #CCCCCC;
  clear: both;
  float: left;
  margin-top: 15px;
  width: 317px;
}

#sag-sign-your-film-form .contactColumn input {
  width: 280px;
}

#sag-sign-your-film-form .contactColumn fieldset {
  border: 0 none;
}

#sag-sign-your-film-form .projectColumn {
  border: 0 solid red;
  float: left;
  margin-top: 15px;
  padding-left: 27px;
  width: 300px;
}

#sag-sign-your-film-form .projectColumn fieldset {
  border: 0 none;
}

#sag-sign-your-film-form .radioDist {
  padding-top: 1px;
}

#sag-sign-your-film-form .includeCheck {
  clear: both;
  padding-top: 1px;
}

#sag-sign-your-film-form .contactText {
  margin-top: 25px;
}

.infoOnFile input {
  background-color: #006C6B;
  border-color: #5EA2A2 #005857 #005857 #5EA2A2;
  border-style: solid;
  border-width: 2px;
  color: #FFFFFF;
  font-family: verdana,sans;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 2px;
  text-transform: uppercase;
}

#sag-my-information-online-profiles-form .form-item label {
  font-weight: normal;
}
#sag-my-information-online-profiles-form #edit-website-username-wrapper {
  border: 0 solid red;
  float: left;
  width: 220px;
}
#sag-my-information-online-profiles-form #edit-website-username-wrapper input {
  width: 200px;
  border: 0;
}
#sag-my-information-online-profiles-form #edit-website-current-email-wrapper {
  float: left;
  width: 220px;
}
#sag-my-information-online-profiles-form #edit-website-current-email-wrapper input {
  width: 200px;
  border: 0;
}
#sag-my-information-online-profiles-form .form-item-website-email {
  clear: both;
  float: left;
  width: 220px;
}
#sag-my-information-online-profiles-form .form-item-website-email input {
  width: 200px;
}
#sag-my-information-online-profiles-form .form-item-website-email-confirm {
  float: left;
  width: 220px;
}
#sag-my-information-online-profiles-form .form-item-website-email-confirm input {
  width: 200px;
}
#sag-my-information-online-profiles-form .form-item-website-password {
  clear: both;
  float: left;
  width: 220px;
}
#sag-my-information-online-profiles-form .form-item-website-password input {
  width: 200px;
}
#sag-my-information-online-profiles-form .form-item-website-password-confirm {
  float: left;
  width: 220px;
}
#sag-my-information-online-profiles-form .form-item-website-password-confirm input {
  width: 200px;
}
#sag-my-information-online-profiles-form .form-item-website-password-question {
  clear: both;
  float: left;
  width: 220px;
}
#sag-my-information-online-profiles-form .form-item-website-password-question select {
  width: 200px;
}
#sag-my-information-online-profiles-form .form-item-website-password-answer {
  float: left;
  width: 220px;
}
#sag-my-information-online-profiles-form .form-item-website-password-answer input {
  width: 200px;
}
#sag-my-information-online-profiles-form #edit-website-submit {
  clear: both;
  float: left;
  width: 150px;
  margin: 0 30px 10px;
}
#sag-my-information-online-profiles-form #edit-website-cancel {
  border: 0 solid red;
  float: left;
  width: 150px;
  margin: 0 40px 10px;
}

#sag-my-information-member-email-form .form-item-primaryEmail-address {
  clear: both;
  float: left;
  width: 220px;
}

#sag-my-information-member-email-form .form-item-primaryEmail-address input {
  width: 420px;
}

#sag-my-information-member-email-form #edit-primaryemail-submit {
  clear: both;
  float: left;
  width: 150px;
  margin: 0 30px 10px;
}

#sag-my-information-member-email-form #edit-primaryemail-cancel {
  float: left;
  width: 150px;
  margin: 0 40px 10px;
}

#sag-my-information-member-phone-form #edit-primary-phone .type,
#sag-my-information-member-phone-form #edit-primary-secondary .type,
#sag-my-information-member-phone-form #edit-primary-business .type {
  clear: both;
  float: left;
  width: 100px;
}
#sag-my-information-member-phone-form #edit-primary-phone b,
#sag-my-information-member-phone-form #edit-primary-secondary b,
#sag-my-information-member-phone-form #edit-primary-business b {
  clear: both;
}
#sag-my-information-member-phone-form #edit-primary-phone .countryCode,
#sag-my-information-member-phone-form #edit-primary-secondary .countryCode,
#sag-my-information-member-phone-form #edit-primary-business .countryCode {
  float: left;
  width: 50px;
}
#sag-my-information-member-phone-form #edit-primary-phone .countryCode input,
#sag-my-information-member-phone-form #edit-primary-secondary .countryCode input,
#sag-my-information-member-phone-form #edit-primary-business .countryCode input {
  width: 35px;
}
#sag-my-information-member-phone-form #edit-primary-phone .areaCode,
#sag-my-information-member-phone-form #edit-primary-secondary .areaCode,
#sag-my-information-member-phone-form #edit-primary-business .areaCode {
  float: left;
  width: 50px;
}
#sag-my-information-member-phone-form #edit-primary-phone .areaCode input,
#sag-my-information-member-phone-form #edit-primary-secondary .areaCode input,
#sag-my-information-member-phone-form #edit-primary-business .areaCode input {
  width: 35px;
}
#sag-my-information-member-phone-form #edit-primary-phone .number,
#sag-my-information-member-phone-form #edit-primary-secondary .number,
#sag-my-information-member-phone-form #edit-primary-business .number {
  float: left;
  width: 115px;
}
#sag-my-information-member-phone-form #edit-primary-phone .number input,
#sag-my-information-member-phone-form #edit-primary-secondary .number input,
#sag-my-information-member-phone-form #edit-primary-business .number input {
  width: 100px;
}
#sag-my-information-member-phone-form #edit-primary-phone .extension,
#sag-my-information-member-phone-form #edit-primary-secondary .extension,
#sag-my-information-member-phone-form #edit-primary-business .extension {
  float: left;
  width: 50px;
}
#sag-my-information-member-phone-form #edit-primary-phone .extension input,
#sag-my-information-member-phone-form #edit-primary-secondary .extension input,
#sag-my-information-member-phone-form #edit-primary-business .extension input {
  width: 35px;
}
#sag-my-information-member-phone-form #edit-primary-phone .phone_format,
#sag-my-information-member-phone-form #edit-primary-secondary .phone_format,
#sag-my-information-member-phone-form #edit-primary-business .phone_format {
  clear: both;
}

#sag-my-information-member-phone-form #edit-submit {
  clear: both;
  float: left;
  width: 175px;
  margin: 15px 7px;
}

#sag-my-information-member-phone-form #edit-cancel {
  float: left;
  width: 175px;
  margin: 15px 7px;
}

.primaryCountry {
  clear: both;
  float: left;
}

.form-item-primaryAddr-address1 {
  clear: both;
}

.billingCountry {
  clear: both;
  float: left;
}

.form-item-billing-address1 {
  clear: both;
}

.residualsCountry {
  clear: both;
  float: left;
}

.form-item-residuals-address1 {
  clear: both;
}

#sag-my-information-member-address-form .form-item-primaryAddr-state, .form-item-billing-state, .form-item-residuals-state {
  clear: both;
  float: left;
  width: 180px;
}

#sag-my-information-member-address-form .form-item-primaryAddr-postalCode, .form-item-billing-postalCode, .form-item-residuals-postalCode {
  float: left;
  width: 60px;
}

#sag-my-information-member-address-form .form-item-primaryAddr-intlState, .form-item-billing-intlState, .form-item-residuals-intlState {
  clear: both;
  float: left;
  width: 180px;
}

#sag-my-information-member-address-form .form-item-primaryAddr-intlState input, .form-item-billing-intlState input, .form-item-residuals-intlState input {
  width: 130px;
}

#sag-my-information-member-address-form .form-item-primaryAddr-intlZip, .form-item-billing-intlZip, .form-item-residuals-intlZip {
  float: left;
  width: 100px;
}

#sag-my-information-member-address-form .form-item-primaryAddr-intlZip input, .form-item-billing-intlZip input, .form-item-residuals-intlZip input {
  width: 60px;
}

#sag-my-information-member-address-form .form-item-primaryAddr-countryCode, .form-item-billing-countryCode, .form-item-residuals-countryCode {
  clear: both;
  float: left;
  width: 180px;
}

#sag-my-information-member-address-form #edit-submit {
  clear: both;
  float: left;
  width: 175px;
  margin: 15px 7px;
}

#sag-my-information-member-address-form #edit-cancel {
  float: left;
  width: 175px;
  margin: 15px 7px;
}

#sag-my-information-online-profiles-form .websiteFieldset fieldset {
  border-bottom: 2px solid #999999;
  padding-bottom: 5px;
}

#sag-my-information-member-phone-form .secondaryFieldset fieldset {
  border-bottom: 0 solid #666666;
  margin: 0;
}

#sag-my-information-member-phone-form .businessFieldset fieldset {
  border-bottom: 2px solid #999999;
}

#sag-my-information-member-email-form .emailFieldset fieldset {
  border-bottom: 2px solid #AAAAAA;
}

#sag-my-information-member-address-form .addressFieldset fieldset {
  border-bottom: 0 solid #999999;
  margin: 0;
}

#sag-my-information-member-address-form fieldset.collapsed {
  padding-bottom: 15px;
}

#sag-login-account-recover-form #recovery_top .answer input {
  width: 195px;
}

#sag-login-account-recover-form .answer input {
  width: 195px;
}

/*#sag-login-register-form #edit-username {*/
#sag-login-register-form .formBreak, #sag-login-register-form .form-item-email-confirm,
#sag-login-register-form .form-item-password-confirm {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 15px;
}
#sag-login-register-form input.form-text {
  width: 195px;
}
#sag-login-register-form .formError {
  border: 2px solid #f00;
  outline-color: #f00;
}

/*#sag-eligibility-search-form {
height: 80px;
}*/
#sag-eligibility-search-form .form-item-firstname {
  /* border-right: 1px solid #E1E1E1;
  float: left; */
  height: 60px;
  padding: 0 15px 0 0;
}

#sag-eligibility-search-form .form-item-firstname input {
  width: 150px;
}

#sag-eligibility-search-form .form-item-lastname {
  /* border-right: 1px solid #E1E1E1;
  float: left; */
  height: 60px;
  /* padding: 0 15px; */
}

#sag-eligibility-search-form .form-item-lastname input {
  width: 150px;
}

#sag-eligibility-search-form .form-item-ssn {
  /* border-right: 1px solid #E1E1E1;
  float: left; */
  height: 60px;
  /* padding: 0 15px; */
}

#sag-eligibility-search-form .form-item-ssn input {
  width: 150px;
}

/* #sag-eligibility-search-form input.form-submit {
margin: 22px 0 0 15px;
} */
#eligibilityResults {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  margin-top: 5px;
  padding-top: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#sag-payroll-house-form #edit-id-wrapper {
  border-right: 1px solid #E1E1E1;
  float: left;
  height: 60px;
  padding: 0 15px 0 0;
}

#sag-payroll-house-form #edit-id-wrapper input {
  width: 150px;
}

#sag-payroll-house-form .form-radios {
  border-right: 1px solid #E1E1E1;
  float: left;
  height: 60px;
  padding: 0 15px;
}

#sag-payroll-house-form input.form-submit {
  margin: 10px 0 0 15px;
}

#signatory-distributor-content {
  display: none;
}

#payroll_search_results {
  border-top: 1px solid #BBBBBB;
  margin-top: 10px;
  padding-top: 10px;
  clear: both;
}
#payroll_search_results .header .col1 {
  margin-left: 0;
}
#payroll_search_results .header .col2 {
  margin-left: 15px;
}
#payroll_search_results .col1 {
  width: 150px;
}
#payroll_search_results .col2 {
  width: 85px;
}
#payroll_search_results .col3 {
  width: 100px;
}
#payroll_search_results .col4 {
  width: 140px;
}
#payroll_search_results .clickdetail {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/iconBullet.png') no-repeat scroll 35% 60%;
  float: left;
  height: 15px;
  width: 15px;
}

#sag-residuals-unclaimed-form input.form-text {
  width: 160px;
}

#unclaimedResiduals .search_letter {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  font-size: 10px;
  margin: 10px 0;
  padding: 3px 0 5px;
  text-align: center;
}

#unclaimed_residuals_results #unclaimed_residuals .header .col1 {
  padding-left: 15px;
  padding-right: 0;
  width: 90px;
}

#unclaimed_residuals_results #unclaimed_residuals .header .col2 {
  padding: 0;
  width: 90px;
}

#unclaimed_residuals_results #unclaimed_residuals .header .col3 {
  padding: 0;
  width: 90px;
}

#unclaimed_residuals_results #unclaimed_residuals .col1, .col2, .col3 {
  padding-right: 5px;
  width: 85px;
}

#unclaimed_residuals_results #unclaimed_residuals .clickdetail {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/iconBullet.png') no-repeat scroll 35% 60%;
}

#sag-residuals-foreign-royalties-form input.form-text {
  width: 160px;
}

#foreign_royalties_results #foreign_royalties .col1 {
  padding-left: 20px;
  width: 200px;
}

#foreign_royalties_results #foreign_royalties .col2 {
  padding-left: 20px;
  width: 120px;
}

#sag-foreign-royalties-detail-login-form {
  float: right;
  padding-top: 0px;
}

#sag-foreign-royalties-detail-login-form label {
  display: inline;
}

#sag-foreign-royalties-detail-login-form .form-item-name {
  float: left;
  margin-top: 0px;
}

#sag-foreign-royalties-detail-login-form .form-item-pass {
  float: left;
  margin-top: 0px;
}

#sag-foreign-royalties-detail-login-form #edit-submit {
  float: left;
}

#sag-foreign-royalties-detail-release-form {
  float: right;
  padding-top: 0px;
}

#sag-foreign-royalties-detail-release-form #edit-submit {
  float: right;
}

#sag-foreign-royalties-detail-release-form-1 {
  float: right;
  padding-top: 0px;
}

#sag-foreign-royalties-detail-release-form-1 #edit-submit-1 {
  float: right;
}

#foreign_royalties_detail {
  clear: right;
}

#foreign_royalties_detail .header {
  text-align: center;
}

#foreign_royalties_detail .col1 {
  text-align: center;
  width: 16%;
}

#foreign_royalties_detail .col2 {
  text-align: center;
  width: 12%;
}

#foreign_royalties_detail .col3 {
  text-align: center;
  width: 25%;
}

#foreign_royalties_detail .col4 {
  text-align: center;
  width: 7%;
}

#foreign_royalties_detail .col5 {
  text-align: center;
  width: 18%;
}

#foreign_royalties_detail .col6 {
  text-align: center;
  width: 12%;
}

.search_letter {
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  font-size: 9px;
  margin: 10px 0;
  padding: 3px 0 5px;
  text-align: center;
}

#sag-taft-hartley-submission-form .taftSpace {
  width: 100%;
}
#sag-taft-hartley-submission-form .taftTitle {
  width: 600px;
}
#sag-taft-hartley-submission-form fieldset {
  border: 0 none;
}
#sag-taft-hartley-submission-form .taft-field-border-style, #sag-taft-hartley-submission-form .employeeInfo, #sag-taft-hartley-submission-form .ssInfo {
  border-color: #CCCCCC red red;
  border-style: solid;
  border-width: 1px 0 0;
}
#sag-taft-hartley-submission-form .employeeInfo {
  clear: both;
  float: left;
  width: 275px;
}
#sag-taft-hartley-submission-form .employeeInfo input {
  width: 200px;
}
#sag-taft-hartley-submission-form .ssInfo {
  float: left;
  width: 400px;
}
#sag-taft-hartley-submission-form .ssInfo input {
  float: left;
  margin-right: 5px;
  width: 65px;
}
#sag-taft-hartley-submission-form .ssInfo .form-item-middle-ssn input {
  width: 25px;
}
#sag-taft-hartley-submission-form .dobInfo {
  border: 0 solid red;
  float: left;
  width: 400px;
}
#sag-taft-hartley-submission-form .dobInfo input {
  float: left;
  margin-right: 5px;
  width: 25px;
}
#sag-taft-hartley-submission-form .employeePhone {
  border: 0 solid red;
  float: left;
  width: 400px;
}
#sag-taft-hartley-submission-form .employeePhone .form-item-prefix-phone input {
  float: left;
  margin-right: 5px;
  width: 35px;
}
#sag-taft-hartley-submission-form .employeePhone .form-item-suffix-phone input {
  float: left;
  width: 85px;
}
#sag-taft-hartley-submission-form .employerInfo {
  border-top: 1px solid #CCCCCC;
  clear: both;
  float: left;
  width: 275px;
}
#sag-taft-hartley-submission-form .employerInfo input {
  width: 200px;
}
#sag-taft-hartley-submission-form .employerPhone {
  border-top: 1px solid #CCCCCC;
  float: left;
  width: 400px;
}
#sag-taft-hartley-submission-form .employerPhone .form-item-em-prefix input {
  float: left;
  margin-right: 5px;
  width: 35px;
}
#sag-taft-hartley-submission-form .employerPhone .form-item-em-suffix input {
  float: left;
  width: 85px;
}
#sag-taft-hartley-submission-form .contactInfo {
  border-top: 1px solid #CCCCCC;
  clear: both;
  float: left;
  width: 275px;
}
#sag-taft-hartley-submission-form .contactInfo input {
  width: 200px;
}
#sag-taft-hartley-submission-form .contactPhone {
  border-top: 1px solid #CCCCCC;
  float: left;
  width: 400px;
}
#sag-taft-hartley-submission-form .form-item-contact-prefix input {
  float: left;
  margin-right: 5px;
  width: 35px;
}
#sag-taft-hartley-submission-form .form-item-contact-suffix input {
  float: left;
  width: 85px;
}
#sag-taft-hartley-submission-form .employmentInfo {
  border-top: 1px solid #CCCCCC;
  clear: both;
  width: 675px;
}
#sag-taft-hartley-submission-form .employmentInfo .typeSelect,
#sag-taft-hartley-submission-form .employmentInfo .engagementSelect,
#sag-taft-hartley-submission-form .employmentInfo .categorySelect {
  float: left;
  width: 150px;
}
#sag-taft-hartley-submission-form .employmentInfo .form-item-category-other-employer {
  float: left;
}
#sag-taft-hartley-submission-form .employmentInfo .form-item-category-other-employer input {
  width: 85px;
}
#sag-taft-hartley-submission-form .employmentInfo .work_dates {
  border-top: 1px solid #CCCCCC;
  clear: both;
  float: left;
  width: 275px;
}
#sag-taft-hartley-submission-form .employmentInfo .work_dates .row_01,
#sag-taft-hartley-submission-form .employmentInfo .work_dates .row_02,
#sag-taft-hartley-submission-form .employmentInfo .work_dates .row_03 {
  clear: both;
  width: 260px;
}
#sag-taft-hartley-submission-form .employmentInfo .work_dates .row_01 input,
#sag-taft-hartley-submission-form .employmentInfo .work_dates .row_02 input,
#sag-taft-hartley-submission-form .employmentInfo .work_dates .row_03 input {
  float: left;
  margin-right: 5px;
  width: 25px;
}
#sag-taft-hartley-submission-form .employmentInfo .form-item-salary {
  margin: 0;
  border-top: 1px solid #CCCCCC;
}
#sag-taft-hartley-submission-form .employmentInfo .form-item-salary,
#sag-taft-hartley-submission-form .employmentInfo .form-item-production-title,
#sag-taft-hartley-submission-form .employmentInfo .form-item-production-number {
  float: left;
  width: 400px;
}
#sag-taft-hartley-submission-form .employmentInfo .form-item-salary input,
#sag-taft-hartley-submission-form .employmentInfo .form-item-production-title input,
#sag-taft-hartley-submission-form .employmentInfo .form-item-production-number input {
  width: 200px;
}
#sag-taft-hartley-submission-form .shootingLocations {
  border-top: 1px solid #CCCCCC;
  clear: both;
  float: left;
  width: 275px;
}
#sag-taft-hartley-submission-form .shootingLocations .form-item-one input,
#sag-taft-hartley-submission-form .shootingLocations .form-item-two input,
#sag-taft-hartley-submission-form .shootingLocations .form-item-three input {
  clear: both;
  width: 200px;
}
#sag-taft-hartley-submission-form .shootingStates {
  border-top: 1px solid #CCCCCC;
  float: left;
  width: 400px;
}
#sag-taft-hartley-submission-form .shootingStates .form-item-one-state input,
#sag-taft-hartley-submission-form .shootingStates .form-item-two-state input,
#sag-taft-hartley-submission-form .shootingStates .form-item-three-state input {
  clear: both;
  width: 75px;
}
#sag-taft-hartley-submission-form .reasonSelectPrincipal {
  border-top: 1px solid #CCCCCC;
  clear: both;
}
#sag-taft-hartley-submission-form .reasonSelectBackground {
  border-top: 1px solid #CCCCCC;
  clear: both;
}

#ajax-loading {
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: auto;
  z-index: 100;
}

#ajax-loading div {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #000000;
  height: 30px;
  padding: 10px;
  width: 30px;
  position: absolute;
}

.clickdetail {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/iconArrow.png') no-repeat scroll 35% 60%;
  float: left;
  height: 15px;
  width: 15px;
}

.openHeader .clickdetail {
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background: transparent url('../images/iconArrowOn.png') no-repeat scroll 35% 60%;
}

.highlight {
  background-color: #FFFBBB;
}

.block-modr8 {
  padding: 5px;
}

.block-modr8 h2 {
  font-size: 105%;
  font-weight: bold;
}

.block-modr8 .content p {
  margin: 5px 0 15px;
}

.block-modr8 h3 {
  font-size: 105%;
  font-weight: bold;
}

.modal-form textarea#edit-configuration-body {
  height: 275px;
  width: 600px;
}

.inline-list {
  clear: both;
  text-align: center;
}

.inline-list li {
  display: inline;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 15px 0 0;
  padding: 10px 0;
}

.contract-categories li {
  margin: 0 0 6px 20px;
}

.contract-categories a:link, .contract-categories a:visited {
  font-size: 12px;
  font-weight: bold;
}

.contract-categories a.active {
  color: #000000;
  font-weight: bold;
}

/** SAG TV **/
#sag-tv-wrapper {
  padding: 15px 0 0;
}

.view-sag-tv table td {
  vertical-align: top;
  text-align: center;
  padding: 0 0 15px;
  width: 33%;
}

.view-sag-tv table td.col-2 {
  padding: 0 10px;
}

.view-sag-tv table td .views-field-title a {
  display: block;
  font-size: .9em;
  line-height: 1.2em;
  padding: 0 5px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}

.view-sag-tv table td .views-field-title a {
  font-size: .8em;
}

.view-sag-tv table td img {
  width: 238px;
  height: 140px;
  padding: 1px;
  margin-bottom: 10px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}

.view-sag-tv table td img {
  width: 190px;
  height: 110px;
}

.section-sag-tv .pane-block-3 .boxContent ul li {
  padding: 5px 0;
  border-bottom: 1px dashed #b9b9b9;
}

.section-sag-tv .boxContent ul li a {
  display: block;
}

.section-sag-tv .pane-block-3 .boxContent ul li a.active {
  color: #212121;
  font-weight: bold;
}

.node-type-video .related-videos {
  float: left;
  width: 65%;
}

.node-type-video .videos-menu {
  float: left;
  width: 35%;
}

.view-content-sag-tv-featured ul li, .view-sag-tv-categorized ul li {
  display: block;
  float: left;
  height: 200px;
  text-align: center;
  width: 168px;
}

.view-content-sag-tv-featured ul li a:link, .view-content-sag-tv-featured ul li a:visited, .view-sag-tv-categorized ul li a:link, .view-sag-tv-categorized ul li a:visited {
  font-size: 11px;
  font-weight: normal;
}

.view-item-sag-tv-featured img {
  margin-top: 10px;
}

.view-item-sag-tv-featured {
  margin-left: 0px;
}

#quicktabs-8 ul li a {
  color: #A87001;
}

/** SAG History **/
.view-about-history .views-row {
  margin-bottom: 10px;
}

.view-about-history .views-field-title {
  color: #232323;
  font-size: 123%;
  font-weight: bold;
  margin-bottom: 5px;
}

.view-about-history img {
  float: left;
  padding: 0 10px 10px 0;
}

.view-id-about_history_presidents_pic .views-row {
  float: left;
}

/** SAG PRESS RELEASES **/
.field-field-press-release-image {
  float: left;
  margin: 0 10px 10px 0;
}

.view-sag-talk-recent .views-row {
  margin-bottom: 10px;
}

.view-sag-talk-recent a:link,
.view-sag-talk-recent a:visited,
.pane-sag-hot-news-0 li a:link,
.pane-sag-hot-news-0 li a:visited {
  text-decoration: none;
  font-weight: bold;
}

.view-sag-talk-recent a.active,
.pane-sag-hot-news-0 li a.active {
  color: #000;
}

/** Hot News **/
div.node-type-sag_talk,
div.panel-pane div.node-type-sag_talk {
  border-bottom: 1px dotted #DDD;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.node-type-sag_talk h2.title {
  font-size: 16px;
  margin-bottom: 0px;
}

.node-type-sag_talk h2.title a:link,
.node-type-sag_talk h2.title a:visited {
  text-decoration: none;
}

.node-type-sag_talk h2.title a:hover {
  color: #5195AC;
}

.node-type-sag_talk .meta {
  position: relative;
}

.node-type-sag_talk .submitted {
  float: left;
  font-size: 11px;
  color: #999;
}

.node-type-sag_talk .terms {
  float: right;
  text-align: right;
  color: #999;
  font-style: italic;
  font-size: 10px;
}

.node-type-sag_talk .terms li {
  margin: 0 0px;
  padding: 0;
}

.node-type-sag_talk .content {
  margin-top: 8px;
}

.node-type-sag_talk img.imagecache {
  border: 1px solid #CCC;
  padding: 1px;
}

.pane-sag-talk-recent.boxWrap .boxHeader,
.pane-sag-hot-news-0.boxWrap .boxHeader {
  margin: 0;
}

.view-sag-talk-recent .views-row,
.pane-sag-hot-news-0 .item-list ul li {
  border-bottom: 1px dotted #DDD;
  padding: 5px;
  margin: 0;
}

.pane-sag-talk-recent .pager {
  margin-top: 10px;
}

#sag-hot-news-category-select .form-item {
  display: inline;
}

#sag-hot-news-category-select #edit-submit {
  margin-left: 10px;
}

#webform-client-form-7455 #edit-submit {
  background: url('../images/pc-images/Submit_W.png') no-repeat scroll 0 0 transparent;
  border: none;
  display: block;
  width: 108px;
  height: 36px;
  text-indent: -9000px;
  cursor: pointer;
}

#webform-client-form-7455 #edit-submit:hover {
  background: url('../images/pc-images/Submit_Y.png') no-repeat scroll 0 0 transparent;
}

/***********************************************
* PASSWORD RESET FORM
***********************************************/
#password-reset-description {
  margin-bottom: 10px;
}

#password-reset-description p, #password-reset-description ul {
  margin-bottom: 10px;
}

#password-reset-description li {
  list-style: disc outside none;
  margin-left: 15px;
  padding-bottom: 5px;
}

#sag-login-reset-password-form {
  margin-bottom: 10px;
}

/***********************************************
* SAG-AFTRA FAQ
***********************************************/
#block-views-faqs_term_links-block_1 {
  margin: 20px 0;
}

#block-views-faqs_term_links-block_1 ul {
  padding: 0;
  margin-left: 3px;
}

#block-views-faqs_term_links-block_1 ul li {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
}

#block-views-faqs_term_links-block_1 ul li a {
  display: block;
  color: #B37600;
  font-size: 15px;
  padding: 5px 10px;
  background-color: #e9e9e9;
  border: 1px solid #d0d0d0;
  border-bottom: none;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
  text-shadow: 1px 1px 0 #ffffff;
}

#block-views-faqs_term_links-block_1 ul li a:hover {
  background-color: #dfdfdf;
  color: #121212;
}

.view-sagaftra-faq h3 {
  clear: both;
  margin: 0;
  padding: 15px 0;
  background: url('../images/line-hort.png') repeat-x 0 top;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}

.view-sagaftra-faq ul {
  padding: 0;
}

.view-sagaftra-faq ul li {
  list-style: none;
  margin: 0 0 10px;
  font-size: 18px;
  padding: 15px;
  text-shadow: 1px 1px 0 #e9e9e9;
  position: relative;
  background-color: #e9e9e9;
  border: 1px solid #dcdcdc;
  -moz-box-shadow: inset 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 1px #ffffff;
  box-shadow: inset 0 0 1px #ffffff;
}

.view-sagaftra-faq ul li.views-row-even {
  background-color: #dfdfdf;
  border: 1px solid #d2d2d2;
}

.view-sagaftra-faq ul li .views-field-title {
  padding: 0 80px 0 0;
  font-size: 18px;
  line-height: 1.2em;
  word-spacing: 1px;
  color: #494848;
}

.view-sagaftra-faq ul li.views-row-last {
  margin-bottom: 25px;
}

.view-sagaftra-faq ul li .views-field-body {
  margin: 20px 0 0;
  padding-top: 15px;
  color: #212121;
  display: none;
  font-size: 14.5px;
  line-height: 1.35em;
  border-top: 1px dashed #b2b2b2;
}

.view-sagaftra-faq ul li .views-field-body p {
  margin-bottom: 1em;
}

.view-sagaftra-faq ul li .views-field-body a {
  color: #c28408;
}

.view-sagaftra-faq ul li a.answer-toggle {
  display: block;
  width: 940px;
  text-align: right;
  padding: 20px 15px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  color: #909090;
  font: italic 13px Georgia, "Times New Roman", Times, serif;
}

.view-sagaftra-faq ul li a.answer-toggle.term-10 {
  background-image: url('../images/button-f.png');
}

.view-sagaftra-faq ul li a:hover.answer-toggle {
  color: #121212;
}

.view-sagaftra-faq ul li a:hover.answer-toggle.term-10 {
  background-image: url('../images/button-f-over.png');
}

.view-sagaftra-faq .view-footer {
  font-size: 20px;
  padding: 20px 0 10px;
}

#sidebar-right #block-views-recent_faq-block_1.block {
  padding: 10px 15px;
  text-shadow: -1px -1px 0 #000000;
  color: #dddddd;
  background: url('../images/bg-darkgray.jpg') repeat;
  margin-bottom: 30px;
}

.view-sagaftra-faq ul li ul {
  margin: 0;
  padding: 0 0 10px 20px;
}

.view-sagaftra-faq ul li ul li {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  list-style: disc;
  font-weight: 600;
}

/***********************************************
* RESOURCES
***********************************************/
/*****************************************************************************
* SAG AFTRA TV STYLES
*****************************************************************************/
.page-sag-aftra-tv .pane-views-exp-sagaftra-tv-panel-pane-1 .boxContent .views-exposed-form .views-exposed-widget {
  float: none;
}
.page-sag-aftra-tv .pane-views-exp-sagaftra-tv-panel-pane-1 .boxContent .form-type-bef-link {
  padding: 0 0 5px 0;
  margin: 0 15px 5px 0;
  display: list-item;
  border-bottom: 1px dashed #d6d6d6;
}
.page-sag-aftra-tv .pane-views-exp-sagaftra-tv-panel-pane-1 .boxContent .form-type-bef-link a.active {
  color: #212121;
}
@media (max-width: 767px) {
  .page-sag-aftra-tv .pane-views-exp-sagaftra-tv-panel-pane-1 .boxContent .form-type-bef-link {
    display: none;
  }
  .page-sag-aftra-tv .pane-views-exp-sagaftra-tv-panel-pane-1 .boxContent select {
    display: block;
    width: 100%;
  }
}
.page-sag-aftra-tv .pane-views-exp-sagaftra-tv-panel-pane-1 .boxContent label,
.page-sag-aftra-tv .pane-views-exp-sagaftra-tv-panel-pane-1 .boxContent .form-item-edit-vid-cat-all {
  display: none;
}

.view-sagaftra-tv.view-display-id-block_2 .views-row-1 {
  color: #dedede;
  overflow: auto;
  padding: 15px;
  margin-bottom: 20px;
  background-image: url('../images/bg-footer.gif');
  text-shadow: 1px 1px 0 #000000;
  border: 1px solid #c3c3c3;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.48);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.48);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.48);
}
.view-sagaftra-tv.view-display-id-block_2 .views-field-title {
  margin: 10px 0 20px;
  padding-bottom: 20px;
  color: #d19a2f;
  font-size: 2.2em;
  border-bottom: 1px solid #333;
  line-height: 1.0em;
}
.view-sagaftra-tv.view-display-id-block_2 .views-field-created {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 10px;
}
.view-sagaftra-tv.view-display-id-block_2 .views-field-body {
  font-size: 1em;
  line-height: 1.4em;
  color: #959595;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .view-sagaftra-tv.view-display-id-block_2 .views-field-field-video-url {
    float: left;
    margin-right: 20px;
    width: 425px;
  }
  .view-sagaftra-tv.view-display-id-block_2 .views-field-field-video-url .media-youtube-player {
    height: 350px;
  }
}
.view-sagaftra-tv table {
  width: 100%;
}
.view-sagaftra-tv table td {
  vertical-align: top;
  text-align: center;
  padding: 0 0 15px;
  max-width: 240px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .view-sagaftra-tv table td {
    width: 33%;
    display: table-cell;
  }
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .view-sagaftra-tv table td.col-1 {
    padding: 0 10px 15px 0;
  }
  .view-sagaftra-tv table td.col-2 {
    padding: 0 5px 15px 5px;
  }
  .view-sagaftra-tv table td.col-3 {
    padding: 0 0 15px 10px;
  }
}
.view-sagaftra-tv table td .views-field-title a {
  display: block;
  font-size: .9em;
  line-height: 1.2em;
  padding: 0 5px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff;
}
.view-sagaftra-tv table td .views-field-field-video-thumbnail img {
  width: 238px;
  height: 140px;
  padding: 1px;
  margin: 0 auto 10px auto;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .view-sagaftra-tv table td .views-field-field-video-thumbnail img {
    width: 186px;
    height: 94px;
  }
}
@media (max-width: 767px) {
  .view-sagaftra-tv {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .view-sagaftra-tv table, .view-sagaftra-tv thead, .view-sagaftra-tv tbody, .view-sagaftra-tv th, .view-sagaftra-tv td, .view-sagaftra-tv tr {
    display: block;
  }
  .view-sagaftra-tv thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .view-sagaftra-tv td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
  }
}

/***********************************************
* Search
***********************************************/
.sagSearch {
  padding: 32px 0 0;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .sagSearch {
    float: right;
    clear: none;
  }
}
@media (min-width: 1025px) {
  .sagSearch #header-inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .sagSearch #header-inner {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    background: #000;
    margin-left: -2%;
    padding: 0px 2% 10px 2%;
    overflow-x: hidden;
    z-index: 496;
    border-top: 1px solid #fff;
  }
}
.sagSearch .sagSearchBtn {
  position: absolute;
  top: 85px;
  right: 45px;
  width: 22px;
  height: 22px;
  background-image: url('../images/bg-search-btn.png');
  text-indent: 105%;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .sagSearch .sagSearchBtn {
    display: none;
  }
}

.block-search {
  margin: 0;
  overflow: hidden;
}
.block-search form {
  background: #fff;
  padding: 2px 5px 2px 10px;
  margin-top: 10px;
  width: 96%;
  float: right;
  height: 24px;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .block-search form {
    width: 235px;
  }
}
.block-search form .form-actions {
  display: none;
}
.block-search form .form-item {
  float: left;
  margin: 0;
}
@media (max-width: 767px) {
  .block-search form .form-item {
    width: 94%;
  }
}
.block-search form input.form-text {
  border: 0;
  padding: 0;
  margin: 1px 5px 1px 1px;
  vertical-align: middle;
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  height: 22px;
  color: #888888;
}
@media (min-width: 1025px) {
  .block-search form input.form-text {
    width: 205px;
  }
}
.block-search form input.form-text:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: none;
}
.block-search form input.form-submit {
  padding: 0px;
  background-color: transparent;
  border: none !important;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .block-search form {
    width: 150px;
  }
  .block-search form input.form-text {
    width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  .block-search {
    display: inline;
  }
}

#google-cse-results-gadget {
  display: none;
}

.gsc-completion-container {
  margin: 0;
  z-index: 9000;
}

.gsc-completion-container td {
  padding: 5px;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  #header-inner {
    padding-top: 10px;
  }
}

.sagHeaderCornerRight:after {
  content: "";
  display: table;
  clear: both;
}

/** Outline Navigation **/
.sidebar-nav ul.menu {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  background-color: #e7e7e7;
  border: 1px solid #ffffff;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.36);
}
.sidebar-nav ul.menu ul {
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar-nav ul.menu li {
  list-style-type: none;
  list-style-image: none;
  background-position: 0 -39px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcaca;
}
.sidebar-nav ul.menu li:first-child {
  border-top: none;
}
.sidebar-nav ul.menu li a {
  display: block;
  height: 33px;
  background: url('../images/iconBullet.png') no-repeat 13px 13px;
  color: #565656;
  font-family: arial,verdana,sans;
  line-height: 34px;
  padding: 0 10px 0 25px;
  font-weight: bold;
  overflow: hidden;
  text-shadow: 1px 1px 0 #ffffff;
}
.sidebar-nav ul.menu li li {
  border: none;
}
.sidebar-nav ul.menu li li a {
  padding: 0;
  margin: 0 5px 0 35px;
  border-top: 1px dashed #cbcaca;
}
.sidebar-nav ul.menu li a:hover,
.sidebar-nav ul.menu li a.active, .sidebar-nav ul.menu li.expanded.active-trail a, .sidebar-nav ul.menu li.expanded.active-trail a:hover, .sidebar-nav ul.menu li.expanded.active-trail a.active {
  color: #bf7f00;
}
.sidebar-nav ul.menu li.expanded.active-trail li a {
  color: #565656;
}
.sidebar-nav ul.menu li.collapsed a {
  background-image: url('../images/iconArrow.png');
}
.sidebar-nav ul.menu li.expanded a {
  background-image: url('../images/iconArrowOn.png');
}
.sidebar-nav ul.menu li.first {
  background-position: 0 0;
}
.sidebar-nav ul.menu li li.first, .sidebar-nav ul.menu li.last.expanded {
  background-position: 0 -39px;
}
.sidebar-nav ul.menu li.first a {
  height: 39px;
  line-height: 45px;
  background-position: 13px 18px;
}
.sidebar-nav ul.menu li.expanded li a,
.sidebar-nav ul.menu li li.first a, .sidebar-nav ul.menu li.first li a, .sidebar-nav ul.menu li.first li.first a, .sidebar-nav ul.menu li.last.expanded a {
  height: 33px;
  line-height: 34px;
}
.sidebar-nav ul.menu li.expanded li a, .sidebar-nav ul.menu li.first li.first a {
  background: none;
  font-weight: normal;
}
.sidebar-nav ul.menu li.last {
  background-position: 0 -72px;
}
.sidebar-nav ul.menu li.last a {
  display: block;
  height: 39px;
}

/**************************************************
 * Views Styles
 **************************************************/
/*************************
 * campaign_materials
 *************************/
.view-campaign-materials .views-row {
  clear: both;
  padding: 20px 0;
  overflow: auto;
  background: url('../images/line-horizontal.gif') repeat-x bottom;
}
.view-campaign-materials .file-icon {
  display: none;
}
.view-campaign-materials .file a {
  display: block;
  height: 70px;
  width: 50px;
  margin-right: 15px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  background: url('../images/pdf-icon.png') no-repeat 0 0;
}
.view-campaign-materials .file a:hover {
  background: url('../images/pdf-icon.png') no-repeat 0 -70px;
}
.view-campaign-materials .views-field-title,
.view-campaign-materials .views-field-title a {
  font-size: 22px;
  color: #212121;
}
.view-campaign-materials .views-field-body,
.view-campaign-materials .views-field-body-1 {
  padding: 5px 0 0 65px;
  font-size: 14px;
}

/* Color for ABOUT US section */
/* @TODO: Add page specific body class. */
.some-body-tag-goes-here h1.pageTitle {
  color: #07345c;
}
.some-body-tag-goes-here .boxHeader {
  background-color: #07345c;
}
.some-body-tag-goes-here .boxContent h1, .some-body-tag-goes-here .boxContent h2, .some-body-tag-goes-here .boxContent h3 {
  color: #07345c;
}
.some-body-tag-goes-here .boxContent a:link, .some-body-tag-goes-here .boxContent a:visited {
  color: #07345c;
}
.some-body-tag-goes-here .form-submit {
  color: #ffffff;
  font-family: verdana, sans;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #07345c;
  border: 2px solid;
  border-top-color: #5b7893;
  border-left-color: #5b7893;
  border-right-color: #0e273d;
  border-bottom-color: #0e273d;
  padding: 1px 2px 1px 2px;
}

/* Color for BRANCHES section */
/* @TODO: Add page specific body class. */
.some-body-tag-goes-here h1.pageTitle {
  color: #678011;
}
.some-body-tag-goes-here .boxHeader {
  background-color: #678011;
}
.some-body-tag-goes-here .boxContent h1, .some-body-tag-goes-here .boxContent h2, .some-body-tag-goes-here .boxContent h3 {
  color: #678011;
}
.some-body-tag-goes-here .boxContent a:link, .some-body-tag-goes-here .boxContent a:visited {
  color: #678011;
}
.some-body-tag-goes-here .form-submit {
  color: #ffffff;
  font-family: verdana, sans;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #678011;
  border: 2px solid;
  border-top-color: #91a62d;
  border-left-color: #91a62d;
  border-right-color: #4f6808;
  border-bottom-color: #4f6808;
  padding: 1px 2px 1px 2px;
}

/* Color for CONTRACTS section */
/* @TODO: Add page specific body class. */
.some-body-tag-goes-here h1.pageTitle {
  color: #8f2113;
}
.some-body-tag-goes-here .boxHeader {
  background-color: #8f2113;
}
.some-body-tag-goes-here .boxContent h1, .some-body-tag-goes-here .boxContent h2, .some-body-tag-goes-here .boxContent h3 {
  color: #8f2113;
}
.some-body-tag-goes-here .boxContent a:link, .some-body-tag-goes-here .boxContent a:visited {
  color: #8f2113;
}
.some-body-tag-goes-here .form-submit {
  color: #ffffff;
  font-family: verdana, sans;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #8f2113;
  border: 2px solid;
  border-top-color: #ab3e2a;
  border-left-color: #ab3e2a;
  border-right-color: #660a04;
  border-bottom-color: #660a04;
  padding: 1px 2px 1px 2px;
}

/* Color for GUILD INFORMATION section */
/* @TODO: Add page specific body class. */
.some-body-tag-goes-here h1.pageTitle {
  color: #07345c;
}
.some-body-tag-goes-here .boxHeader {
  background-color: #07345c;
}
.some-body-tag-goes-here .boxContent h1, .some-body-tag-goes-here .boxContent h2, .some-body-tag-goes-here .boxContent h3 {
  color: #07345c;
}
.some-body-tag-goes-here .boxContent a:link, .some-body-tag-goes-here .boxContent a:visited {
  color: #07345c;
}
.some-body-tag-goes-here .form-submit {
  color: #ffffff;
  font-family: verdana, sans;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #07345c;
  border: 2px solid;
  border-top-color: #5b7893;
  border-left-color: #5b7893;
  border-right-color: #0e273d;
  border-bottom-color: #0e273d;
  padding: 1px 2px 1px 2px;
}

/* Color for HOME section */
/* @TODO: Add page specific body class. */
.some-body-tag-goes-here h1.pageTitle {
  color: #5195ac;
}
.some-body-tag-goes-here .boxHeader {
  background-color: #5195ac;
}
.some-body-tag-goes-here .boxContent h1, .some-body-tag-goes-here .boxContent h2, .some-body-tag-goes-here .boxContent h3 {
  color: #5195ac;
}
.some-body-tag-goes-here .boxContent a:link, .some-body-tag-goes-here .boxContent a:visited {
  color: #5195ac;
}
.some-body-tag-goes-here .form-submit {
  color: #ffffff;
  font-family: verdana, sans;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #5195ac;
  border: 2px solid;
  border-top-color: #5b7893;
  border-left-color: #5b7893;
  border-right-color: #0e273d;
  border-bottom-color: #0e273d;
  padding: 1px 2px 1px 2px;
}

/* Color for INDUSTRY SERVICES section */
/* @TODO: Add page specific body class.*/
.some-body-tag-goes-here h1.pageTitle {
  color: #5c7668;
}
.some-body-tag-goes-here .boxHeader {
  background-color: #5c7668;
}
.some-body-tag-goes-here .boxContent h1, .some-body-tag-goes-here .boxContent h2, .some-body-tag-goes-here .boxContent h3 {
  color: #5c7668;
}
.some-body-tag-goes-here .boxContent a:link, .some-body-tag-goes-here .boxContent a:visited {
  color: #5c7668;
}
.some-body-tag-goes-here .form-submit {
  color: #ffffff;
  font-family: verdana, sans;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #5c7668;
  border: 2px solid;
  border-top-color: #aab9b0;
  border-left-color: #aab9b0;
  border-right-color: #4d5b53;
  border-bottom-color: #4d5b53;
  padding: 1px 2px 1px 2px;
}

/* Color for MEMBER SERVICES section*/
/* @TODO: Add page specific body class.*/
.some-body-tag-goes-here h1.pageTitle {
  color: #006c6b;
}
.some-body-tag-goes-here .boxHeader {
  background-color: #006c6b;
}
.some-body-tag-goes-here .boxContent h1, .some-body-tag-goes-here .boxContent h2, .some-body-tag-goes-here .boxContent h3 {
  color: #006c6b;
}
.some-body-tag-goes-here .boxContent a:link, .some-body-tag-goes-here .boxContent a:visited {
  color: #006c6b;
}
.some-body-tag-goes-here .form-submit {
  color: #ffffff;
  font-family: verdana, sans;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #006c6b;
  border: 2px solid;
  border-top-color: #5ea2a2;
  border-left-color: #5ea2a2;
  border-right-color: #005857;
  border-bottom-color: #005857;
  padding: 1px 2px 1px 2px;
}

/* Color for ORGANIZING section */
/* @TODO: Add page specific body class.*/
.some-body-tag-goes-here h1.pageTitle {
  color: #5195ac;
}
.some-body-tag-goes-here .boxHeader {
  background-color: #5195ac;
}
.some-body-tag-goes-here .boxContent h1, .some-body-tag-goes-here .boxContent h2, .some-body-tag-goes-here .boxContent h3 {
  color: #5195ac;
}
.some-body-tag-goes-here .boxContent a:link, .some-body-tag-goes-here .boxContent a:visited {
  color: #5195ac;
}
.some-body-tag-goes-here .form-submit {
  color: #ffffff;
  font-family: verdana, sans;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #5195ac;
  border: 2px solid;
  border-top-color: #7db7c8;
  border-left-color: #7db7c8;
  border-right-color: #337892;
  border-bottom-color: #337892;
  padding: 1px 2px 1px 2px;
}

/*Financial Assurances Tabs Custom Style Start*/
.section-fa .quicktabs-hide {
  display: none;
}
.section-fa #bodyWrap {
  background: #f2f2f2 url('http://www.sagaftra.org/files/pc_bkgrnd_clapper_v2.jpg') repeat-x scroll 0 0;
}
.section-fa .boxContent {
  background-color: #FFFFFF;
  padding: 20px 17px 3px 17px;
  color: #111111;
  margin: 0px -5px 0px 0px;
}
.section-fa .boxWrap {
  margin: 0;
}
.section-fa .view-content {
  padding: 12px 17px;
  background-color: #FFFFFF;
  font: 15px/1.35em Arial, Helvetica, sans-serif;
}
.section-fa .field-content {
  padding: 12px 8px;
  background-color: #FFFFFF;
}
.section-fa .boxHeader {
  display: none;
}
.view-financial-assurances .item-list {
  display: flex;
  color: #111111;
  font: 15px/1.35em Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 0 #ffffff;
  background-color: #FFFFFF;
}
.view-financial-assurances ul.quicktabs-tabs {
  list-style: none;
  padding: 10px;
}
.view-financial-assurances ul.quicktabs-tabs li.active {
  background-color: #FFFFFF !important;
  border-bottom: none !important;
  color: #a87001 !important;
  border-color: #aaa;
}
.view-financial-assurances ul.quicktabs-tabs li {
  background-color: #E5E5E5;
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
  color: #63666A;
  text-shadow: initial;
  width: 151px;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.view-financial-assurances ul.quicktabs-tabs li:hover {
  background-color: #FFFFFF !important;
}
.view-financial-assurances ul.quicktabs-tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.view-financial-assurances .item-list ul li {
  color: #666666;
  padding: 0;
}
body.section-fa div.sagHeaderWrap {
    height: 90px;
}
@media (max-width: 767px) {
    body.section-fa div.sagHeaderWrap {
        height: 140px;
    }
    body.section-fa div.sagHeaderWrap div.sagSlogan {
        position: relative;
        bottom: 32px;
    }
    body.section-fa .sagSearch .sagSearchBtn {
        top: 65px;
    }
}
body.section-fa div.sagSearch{
    padding: 12px 0 0;
}
body.section-fa div.sagSlogan{
    position: inherit;
}
/*Financial Assurances Tabs Custome Style END*/

/*START CONTACT US CUSTOM STYLE*/
.section-contact-us-new .boxHeader {
  display: none;
}
.view-contact-us-accordion .item-list {
    border-top: 1px solid #D3D3D3;
}
.view-contact-us-accordion .item-list ul li {
  color: inherit;
}
.view-contact-us-accordion .item-list h3 {
  cursor: pointer;
}
.view-contact-us-accordion .item-list > h3:first-child {
  font-weight: bold;
  font-style: italic;
}
.view-contact-us-accordion .item-list > h3:first-child::before {
  font-style: normal;
  font-weight: bold;
  content: '+ ';
}
.view-contact-us-accordion .item-list.active > h3:first-child::before {
  font-style: normal;
  font-weight: bold;
  content: '- ';
}
.view-contact-us-accordion ul {
  list-style-type: none;
}
.view-contact-us-accordion li {
  display: none;
}
.contact-us-panel .boxHeader {
  display: none;
}
.contact-us-accrodion-panel .boxHeader {
  display: none;
}
/*END CONTACT US CUSTOM STYLE*/

.sag-priority {
	color:#BA0C2F;
    font-weight: bold;
}
.sag-notice {
	color:#4F758B;
    font-weight: bold;
}
