@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,900);
@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
body {
  background: #9EADB3;
  color: #3c3c3c;
  font-family: "Lora", serif;
  font-size: 18px; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.col-centered {
  float: none;
  margin: 0 auto; }

.green {
  color: #0b0; }

.red {
  color: #b00; }

body {
  background-image: url("/assets/img/bg_strip-light3-low.jpg");
  padding-top: 70px;
  background-position: center top; }

.copyright {
  color: #fff; }

.hero {
  padding-bottom: 64px;
  position: relative;
  margin-top: -21px; }
  .hero .hero-background {
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    position: relative; }
    .hero .hero-background .overlay {
      height: 700px;
      width: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.55);
      z-index: 1; }
  .hero header,
  .hero article {
    padding: 64px 0;
    max-width: 700px;
    margin: 0 auto;
    z-index: 2; }
  .hero header {
    color: #fff;
    position: relative;
    text-align: center; }
    .hero header h1 {
      margin-top: 200px; }
    .hero header h2 {
      font-family: "Lora", serif;
      font-style: italic;
      -webkit-font-smoothing: antialiased; }
  .hero .meta {
    position: absolute;
    width: 700px;
    left: 50%;
    margin: 0 0 0 -350px;
    bottom: 32px;
    z-index: 5;
    text-align: center; }
    .hero .meta .avatar, .hero .meta .name, .hero .meta .length, .hero .meta .date {
      display: block;
      text-align: center; }
    .hero .meta .name {
      color: #fff;
      margin: 5px 0;
      font-family: "Lora", serif;
      font-style: italic;
      font-size: 18px;
      text-transform: normal;
      -webkit-font-smoothing: antialiased; }
    .hero .meta img {
      display: inline-block; }
    .hero .meta .date {
      color: #fff;
      margin-top: 10px;
      -webkit-font-smoothing: antialiased; }

section header .meta .author {
  float: left; }

section header .meta img {
  float: left;
  margin-right: 12px; }

section header .meta a {
  display: block; }

section header .meta .date {
  margin-top: 8px;
  float: right; }

footer.article-footer {
  background: #fafafa;
  padding: 32px 0; }

.block .meta {
  margin: 5px 0 0; }

span.section-overlay-mask {
  background-color: #000000;
  opacity: 0.50; }

.section-overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

footer.page {
  background-image: url(/assets/img/bg_strip2.jpg);
  padding: 32px 0;
  text-align: center; }
  footer.page p.copyright {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 14px; }
  footer.page p.tribute {
    color: #b8b8b8;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5em; }

.section-things {
  background: #f2f2f2; }
  .section-things section header {
    padding: 64px 0 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    z-index: 2; }

.read-more {
  margin-top: 96px;
  font-family: "Lato", sans-serif;
  text-align: center;
  display: block;
  font-family: "Lato", sans-serif;
  color: #b8b8b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .5em; }
  .read-more a {
    color: #445566; }

.sweetener {
  display: none; }

input.giant {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #3c3c3c;
  box-shadow: none;
  border: none;
  border-radius: 0;
  height: 96px;
  margin-bottom: 32px;
  margin-left: -5px;
  padding: 0px;
  letter-spacing: -.03em;
  outline: none; }
  input.giant:focus, input.giant:active {
    outline: none;
    box-shadow: none !important; }

h2 small {
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-size: 0.6em; }

.special {
  font-family: "Lora", serif;
  margin-bottom: 64px; }
  .special small {
    display: block;
    font-family: "Lato", sans-serif;
    color: #b8b8b8;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5em;
    margin-bottom: 10px; }

section header h1 {
  line-height: 1;
  margin-bottom: 32px; }

section header h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 64px; }

a {
  color: #337ab7;
  text-decoration: inherit !important; }

article.content p {
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 32px; }

article.content em > a {
  text-decoration: underline !important; }

article.content p > a {
  color: #3c3c3c;
  text-decoration: underline !important;
  text-shadow: -1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
  position: relative;
  white-space: nowrap; }
  article.content p > a:after {
    display: block;
    position: absolute;
    width: 100%;
    border-top: 1px solid #000;
    content: "";
    bottom: 0.1em;
    left: 0;
    z-index: -1; }

article.content blockquote {
  border: none;
  padding: 0;
  margin: 0;
  margin: 0 0 32px 0; }
  article.content blockquote p {
    font-size: 28px;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 1em 0;
    text-align: center; }

article.content ul, article.content ol {
  margin-bottom: 32px; }

article.content li {
  margin-bottom: 16px; }
  article.content li:last-child {
    margin-bottom: 0; }

article.content img {
  margin-top: 10px;
  max-width: 100%;
  text-align: center; }

article.content img.yank-left {
  max-width: 30%;
  float: left;
  margin-left: -15%;
  margin-right: 32px; }

article.content img.yank-right {
  max-width: 30%;
  float: right;
  margin-right: -15%;
  margin-left: 32px; }

article.content img.oversized {
  margin: 0 -15% 0 -15%;
  max-width: 130%; }

article.content p.caption {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  padding-top: 3px; }

article.content iframe {
  margin-bottom: 32px; }

.block {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .block h3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 5px;
    line-height: 1.5; }
  .block p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin: 0; }
  .block a {
    color: #3c3c3c; }
    .block a:hover, .block a:focus {
      text-decoration: none; }
  .block img {
    max-width: 100%; }
  .block img.small-image {
    /*border: 1px solid rgba(0,0,0,0.05);*/
    border: 1px solid rgba(0, 0, 0, 0);
    float: right;
    margin: 3px 0 0 32px; }
  .block img.large-image {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 16px; }

.meta {
  color: #b8b8b8;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin: 0 0 64px; }
  .meta a {
    color: #005566;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px; }
  .meta .date {
    color: #3c3c3c;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase; }

code {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 16px; }

.centered {
  text-align: center; }

.btn {
  font-family: source sans pro;
  font-weight: bold; }

#results #thegoldstanley, #results #animation, #results #caricaturist, #results #childrensbookillustrator, #results #comicbook, #results #comicstrip, #results #editorialpolitical, #results #illustrator, #results #gag, #results #jimrussell, #results #hof, #results #bcotn {
  display: inline-block;
  width: 100%; }

.gallery header {
  padding: 64px 0 32px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  z-index: 2; }

.gallery-images {
  padding: 10px; }

.gallery-images img {
  vertical-align: bottom;
  opacity: 0; }

.navbar-redwood {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  min-height: 60px; }
  .navbar-redwood .nav {
    color: #b8b8b8;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    overflow: hidden; }
  .navbar-redwood .nav a {
    color: #b8b8b8;
    letter-spacing: .1em;
    margin-left: 32px;
    padding: 20px 0;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden; }
    .navbar-redwood .nav a:before {
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 100%;
      height: 2px;
      background: #b8b8b8;
      content: '';
      transition: all 100ms ease;
      opacity: 0; }
    .navbar-redwood .nav a:hover, .navbar-redwood .nav a:focus {
      background: transparent; }
      .navbar-redwood .nav a:hover:before, .navbar-redwood .nav a:focus:before {
        opacity: 1;
        bottom: 0; }
  .navbar-redwood .nav .active a {
    color: #3c3c3c;
    font-weight: bold;
    position: relative; }
    .navbar-redwood .nav .active a:before {
      bottom: 0;
      height: 2px;
      background: #3c3c3c;
      opacity: 1; }
  .navbar-redwood .navbar-brand {
    color: #3c3c3c;
    font-weight: 900;
    font-size: 32px;
    height: 60px;
    padding: 20px 15px;
    letter-spacing: -.05em; }
  .navbar-redwood .navbar-form {
    margin-top: 13px; }
  .navbar-redwood .search {
    border-radius: 32px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    width: 180px;
    display: block;
    transition: width 220ms ease; }
  .navbar-redwood .search.grow {
    width: 300px; }

.tags {
  display: block;
  margin: 0 0 32px;
  padding: 32px 0 0;
  list-style: none; }

.tags li {
  display: inline-block;
  margin-right: 10px; }

.tags a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  color: #445566;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 2px; }

.tiles {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 64px; }
  .tiles .item {
    background: #fff;
    box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.2);
    padding: 30px;
    height: 300px;
    width: 300px;
    flex-basis: 300px;
    margin: 20px;
    display: flex;
    justify-content: center; }
    .tiles .item:hover {
      text-decoration: none; }
    .tiles .item .image {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      display: flex;
      justify-content: center;
      align-items: center; }
    .tiles .item .caption {
      text-align: center;
      box-shadow: 0px 0px 50px 100px rgba(255, 255, 255, 0.75);
      background: rgba(255, 255, 255, 0.75);
      color: #3c3c3c;
      font-weight: 300;
      margin: 0;
      opacity: 0;
      transition: all .15s; }
    .tiles .item:hover .caption {
      opacity: 1; }

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out; }

.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1; }

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default; }

div.table table td {
  padding: 2px 3px 2px 3px;
  border-bottom: 1px solid #ccc; }

div.table table tr:first-child td {
  border-top: 1px solid #ccc; }

.table_type1 table {
  margin-bottom: 1em; }

.table_type1 .year {
  margin: 20px 0 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block; }

.table_type1 td, .table_type1 th {
  border-bottom: 1px solid #ccc;
  padding: 2px 10px;
  vertical-align: top; }

.table_type2 .year {
  margin: 20px 0 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block; }

.table_type2 td, .table_type2 th {
  padding: 2px 10px;
  vertical-align: top; }

.table_type2 th {
  border-bottom: 1px solid #ccc; }

div.full_width_table table {
  width: 100%; }

div.hof table tr td:first-child, div.hof table tr td:nth-child(2) {
  white-space: nowrap !important; }

.navbar-fixed-top .navbar-collapse {
  max-height: 1000px; }

.navbar-header {
  background-color: #222; }

#nav-main {
  width: 180px;
  background-color: #222;
  border: none;
  margin-left: auto;
  margin-right: -15px; }

#nav-main.lefty {
  width: 180px;
  background-color: #222;
  border: none;
  margin-left: -15px;
  margin-right: auto; }

.navbar-brand.lefty {
  float: right; }

.navbar-toggle.lefty {
  float: left;
  margin-left: 20px; }

.navbar-inverse {
  background-color: initial;
  border: none; }

.hide_mobile {
  display: none; }

.show_mobile {
  display: normal; }

.regular {
  padding: 64px 20px 64px 20px;
  max-width: 900px;
  margin: 0 auto;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: -.025em;
  margin: 16px 0 16px -1px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 25px;
  font-family: Love Ya Like A Sister;
  margin-top: -60px;
  padding-top: 60px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 8px; }

h6 {
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase; }
  h6 em {
    color: #b8b8b8;
    font-style: normal; }

body {
  font-size: 15px; }

.float_r {
  float: none;
  padding-left: 0px; }

img.float_r {
  float: none;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.float_l {
  float: none;
  padding-right: 0px; }

img.float_l {
  float: none;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

#home_img_inkpot {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: auto;
  display: block; }

#home_img_stancrosstoon {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block; }

#home_img_stanleys {
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block; }

#home_ad_stanleys {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block; }

#home_portfolios {
  margin: 0 -20px 0 -20px;
  border-top: 3px solid #e87809;
  border-bottom: 5px solid #e87809;
  padding: 20px 20px;
  background-image: url(/assets/img/bg_strip2.jpg);
  color: #fff;
  position: relative; }

#home_portfolios a {
  color: #e87809; }

#home_portfolios .portfolio_index_wrapper {
  margin: 0 -20px; }

#home_portfolios h2 {
  margin: 0px;
  padding: 0px;
  color: #fff; }

#home_portfolios .portfolio_index_div {
  border-color: color(srgb 1 1 1/0);
  color: #fff; }

#home_portfolios .portfolio_index_div a {
  color: #fff; }

#home_portfolios .portfolio_index_div:after {
  content: '';
  position: absolute;
  opacity: 0; }

#home_news {
  display: none; }

#home_section_intro {
  margin: -32px -20px 22px -20px;
  padding: 20px 20px;
  background-image: url(/assets/img/bg_strip2.jpg);
  color: #ccc;
  position: relative; }

#home_section_welcome {
  margin: 3px -20px -61px -20px;
  padding: 20px 20px;
  background: #000;
  color: #ccc;
  position: relative; }

#home_section_aca {
  margin: 20px -20px 0px -20px;
  padding: 20px 20px;
  background: #333;
  color: #ccc; }

#header_wrapper {
  margin: -83px -20px 0  -20px;
  padding: 0;
  height: 124px; }

#home_facebook {
  background: #3b5998; }

#home_find_a_cartoonist {
  background: #1B222E; }

#home_dues {
  background: #000; }

#home_facebook, #home_find_a_cartoonist {
  text-align: center;
  padding: 0;
  color: #fff;
  font-size: 0.8em !important;
  float: left;
  width: 50%; }

#home_dues {
  text-align: center;
  padding: 0;
  color: #fff;
  font-size: 0.8em !important;
  float: left;
  width: 100%; }

#home_facebook a, #home_find_a_cartoonist a {
  color: #e87809; }

#home_facebook h2, #home_find_a_cartoonist h2, #home_dues h2 {
  color: #fff;
  padding: 15px 0 7px 0;
  font-size: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0; }

div.stanleys2 {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  padding-bottom: 0em; }

div.stanleys3 {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  padding-bottom: 0em; }

.portfolio_index_wrapper {
  margin: 0 -20px; }

.portfolio_index_div {
  float: left;
  width: 100%;
  /* border: 2px solid #fff; */ }

.portfolio_index_img {
  width: 100%;
  height: auto; }

.portfolio_member_div {
  margin: 0 -20px; }

.portfolio_member_img {
  width: 100%;
  height: auto;
  padding-bottom: 3px; }

.StanleyAwardMenu {
  width: 100%;
  margin-right: -50px;
  margin-top: 40px; }

.StanleyAwardMenu li {
  padding: 0;
  margin: 0 !important;
  font-size: 1.2em; }

.stanleys_locations td:nth-child(3), .stanleys_locations th:nth-child(3) {
  display: none; }

.stanleys_locations td:nth-child(1) {
  font-weight: bold; }

.fat {
  margin-left: 0px;
  margin-right: 0px; }

.blog_video_900_510 {
  width: 100%;
  height: 35vh; }

.blog_index .block p img {
  display: none; }

.portfolio_video > iframe {
  width: 100%;
  height: 35vh;
  background: #000; }

.section-blog > section.regular {
  padding: 10px 20px 34px 20px;
  margin-top: -17px;
  margin-bottom: 20px; }

.navbar li {
  font-family: source sans pro;
  font-weight: bold; }

#rates_table {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px; }

#join_table td, #join_table th {
  padding: 2px 2px; }

#join_table td:nth-child(1), #join_table th:nth-child(1) {
  width: 250px !important; }

.table_type2 table {
  margin-top: 0;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto; }

article.content p > a {
  white-space: normal; }

div.sponsor {
  padding: 0 0 0 0;
  margin: -20px 0 -20px 0;
  text-align: left;
  font-family: "Lato", sans-serif; }

div.sponsor p {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 0.9em; }

div.sponsor a {
  font-family: "Lato", sans-serif;
  color: #337ab7 !important; }

div.sponsor p:before {
  content: "Sponsored by "; }

#carousel_home {
  margin: 0px -20px 0px -20px;
  min-height: 340px; }

.carousel .item {
  min-height: 340px;
  padding-left: 20px;
  padding-right: 20px; }

.carousel .fade_in {
  opacity: 0;
  display: inline-block;
  margin-top: 30px;
  -webkit-transition: margin-top 0.75s linear 2s, opacity 0.75s ease-in 2s;
  -moz-transition: margin-top 0.75s linear 2s, opacity 0.75s ease-in 2s;
  -ms-transition: margin-top 0.75s linear 2s, opacity 0.75s ease-in 2s;
  -o-transition: margin-top 0.75s linear 2s, opacity 0.75s ease-in 2s;
  transition: margin-top 0.75s linear 2s, opacity 0.75s ease-in 2s; }

.carousel .active .fade_in {
  opacity: 1;
  margin-top: 10px; }

.carousel-inner p {
  font-size: 15px; }

.carousel-inner .block img.small-image {
  /*display:none;*/
  margin-left: 10px; }

.small-image {
  width: 80px;
  height: 80px; }

.carousel-inner .small-image {
  width: 80px;
  height: 80px; }

#stanleys_registration {
  width: 100%; }

#stanleys_registration .table-cell {
  vertical-align: top; }

#stanleys_registration .table-row:nth-child(1) .table-cell {
  vertical-align: top;
  padding: 10px 10px 10px 10px; }

/*#stanleys_registration .table {display: table;}
#stanleys_registration .table-row {display: table-row;}
#stanleys_registration .table-cell {display: table-cell;}*/
#stanleys_registration .table-cell {
  margin-bottom: 2px; }

#stanleys_registration .table-cell:nth-child(1) {
  background-color: #8BC23E;
  padding: 5px; }

#stanleys_registration .table-cell:nth-child(2) {
  background-color: #FAC527;
  padding: 5px; }

#stanleys_registration input[type=checkbox] {
  margin: 5px 0 10px 20px;
  float: right; }

#registrations_logo {
  width: 30%;
  height: auto;
  float: right;
  margin-top: -10px;
  margin-right: 0px; }

#meal {
  margin-bottom: 20px; }

h2:target {
  color: #a00; }

.nowrap {
  white-space: nowrap; }

.visually-hidden {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(1px);
  white-space: nowrap;
  position: absolute; }

h5.image_caption {
  margin: -20px auto 32px auto !important;
  text-align: center;
  font-size: 0.8em;
  color: #666; }
