@charset "UTF-8";
/*
 * Compiled style sheet for terryrodgers.com
 * written by Chip Brown
 * 2018/03, 2018/04
 */
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Roboto");
/* line 3, ../sass/global/slick/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/global/slick/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/global/slick/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/global/slick/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/global/slick/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/global/slick/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/global/slick/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 56, ../sass/global/slick/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/global/slick/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/global/slick/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/global/slick/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/global/slick/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/global/slick/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/global/slick/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/global/slick/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/global/slick/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/global/slick/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/global/slick/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 46, ../sass/global/slick/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 64, ../sass/global/slick/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1100;
}
/* line 83, ../sass/global/slick/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 87, ../sass/global/slick/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 91, ../sass/global/slick/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 94, ../sass/global/slick/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 105, ../sass/global/slick/_slick-theme.scss */
.slick-prev {
  left: 25px;
}
/* line 107, ../sass/global/slick/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}
/* line 111, ../sass/global/slick/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 113, ../sass/global/slick/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 119, ../sass/global/slick/_slick-theme.scss */
.slick-next {
  right: 25px;
}
/* line 121, ../sass/global/slick/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}
/* line 125, ../sass/global/slick/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 127, ../sass/global/slick/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 135, ../sass/global/slick/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 139, ../sass/global/slick/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 148, ../sass/global/slick/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 156, ../sass/global/slick/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 168, ../sass/global/slick/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 170, ../sass/global/slick/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 174, ../sass/global/slick/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 191, ../sass/global/slick/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/*
 * Fonts and SASS variables for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 */
/*@import url('https://fonts.googleapis.com/css?family=Oswald:400,600|Roboto');*/
/* 
Nav colors:

#FFF dropdown background hamberger
#f9f9f9 dropdown background full screen - do we need?
#f5f5f5 headerr bg
#ccc header boarder top, dropdown boarder color
#999 header boarder bottom, "+" on dropdown menus, default hero image color
#666 top nav text
#000 top nav hover, active, same for dropdown
*/
/*
 * SASS Media Query Mixins for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 */
/*
 * Debugging Mixins for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 */
/*
 * Spritemaps for terryrodgers.com
 * written by Chip Brown
 * 2018/04
 * 
 * Mixins for dealing with sprite maps
 * 
 */
/*
 * Text Styles for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 * 
 * Global descriptions for all fonts and links that are not component specific.
 * 
 */
/* line 16, ../sass/global/_textStyles.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 29, ../sass/global/_textStyles.scss */
hr {
  border: 2px solid #e6e6e6;
}

/* line 40, ../sass/global/_textStyles.scss */
a, a:active, a:visited, a:link {
  color: inherit;
  text-decoration: underline;
}
/* line 47, ../sass/global/_textStyles.scss */
p a,
p a:active,
p a:visited,
p a:link {
  color: #CC0000;
  text-decoration: none;
}

/* line 53, ../sass/global/_textStyles.scss */
a:hover {
  color: #CC0000;
  text-decoration: none;
}
/* line 57, ../sass/global/_textStyles.scss */
p a:hover {
  color: #CC0000;
  text-decoration: underline;
}

/* line 64, ../sass/global/_textStyles.scss */
#pageFooter a,
#pageFooter a:active,
#pageFooter a:visited,
#pageFooter a:link {
  color: #CC0000;
  text-decoration: none;
}

/* line 71, ../sass/global/_textStyles.scss */
#pageFooter a:hover {
  color: #CC0000;
  text-decoration: underline;
}

/* Basic Background color blocks */
/* line 85, ../sass/global/_textStyles.scss */
.bg-grey0 {
  color: #f5f5f5;
  background-color: #090909;
}

/* line 86, ../sass/global/_textStyles.scss */
.bg-grey1 {
  color: #f5f5f5;
  background-color: #333;
}

/* line 87, ../sass/global/_textStyles.scss */
.bg-grey2 {
  color: #f9f9f9;
  background-color: #666;
}

/* line 88, ../sass/global/_textStyles.scss */
.bg-grey3 {
  color: #FCFCFC;
  background-color: #999;
}

/* line 89, ../sass/global/_textStyles.scss */
.bg-grey4 {
  color: #666;
  background-color: #CCC;
}

/* line 90, ../sass/global/_textStyles.scss */
.bg-grey5 {
  color: #666;
  background-color: #f5f5f5;
}

/* line 91, ../sass/global/_textStyles.scss */
.bg-grey6 {
  color: #666;
  background-color: #f9f9f9;
}

/* line 92, ../sass/global/_textStyles.scss */
.bg-grey7 {
  color: #333;
  background-color: #FCFCFC;
}

/* line 94, ../sass/global/_textStyles.scss */
.center {
  margin: inherit auto !important;
  text-align: center !important;
}

/* line 98, ../sass/global/_textStyles.scss */
.right {
  text-align: right !important;
}

/* Format output from PHP files */
/* line 103, ../sass/global/_textStyles.scss */
.testoutput {
  border: solid 1px #333;
  background-color: #CCC;
  text-align: left;
  opacity: .8;
  margin: .5em;
  padding: 0px;
}
/* line 110, ../sass/global/_textStyles.scss */
.testoutput pre {
  padding: 1em;
}

/* line 116, ../sass/global/_textStyles.scss */
.mainHeadline {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 576px) {
  /* line 116, ../sass/global/_textStyles.scss */
  .mainHeadline {
    font-size: 1.75rem;
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  /* line 116, ../sass/global/_textStyles.scss */
  .mainHeadline {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

/* line 132, ../sass/global/_textStyles.scss */
.smallText {
  font-size: .7em;
}

/*
 * Cursor Styles
 * written by Chip Brown
 * 2019/06
 * 
 * Utility classes for assigning cursors
 * 
 */
/* line 10, ../sass/global/_cursors.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 13, ../sass/global/_cursors.scss */
.cursor-grab {
  cursor: grab;
}

/* line 16, ../sass/global/_cursors.scss */
.cursor-grabbing {
  cursor: grabbing;
}

/* line 19, ../sass/global/_cursors.scss */
.cursor-ns-resize {
  cursor: ns-resize;
}

/* 
 * Base page framework for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 * 
 * Base framework for every page, defines 3 page sections by HTML5 semantic tags: 
 * 		header	- Brand name/logo & main nav menu
 * 		main	- where all the page specific stuff goes
 * 		footer	- footer, sticky to the bottom and flexible in height
 * 
 * Plus two classes for major content inside of the main tag:
 * 		contentBox 				- container content sections inside main 
 * 		contentBox-constrained	- adds a fixed width and centers
 * 
*/
/* line 23, ../sass/global/_baseFrame.scss */
html, body {
  height: 100%;
  background-color: #fff;
}

/* line 27, ../sass/global/_baseFrame.scss */
body {
  display: flex;
  flex-direction: column;
}
/* line 31, ../sass/global/_baseFrame.scss */
body > header {
  flex-shrink: 0;
}
/* line 34, ../sass/global/_baseFrame.scss */
body > main {
  flex: 1 0 auto;
  text-align: center;
}
/* line 38, ../sass/global/_baseFrame.scss */
body > footer {
  text-align: center;
  flex-shrink: 0;
  padding: 2rem 0;
}

/* line 46, ../sass/global/_baseFrame.scss */
.contentArea {
  position: relative;
  /*
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-content: center;
  */
}

/* line 57, ../sass/global/_baseFrame.scss */
.contentBox, .contentBox-constrained, .contentBox-fullwidth {
  padding: 10px 5px 0px;
  text-align: left;
}
/* line 62, ../sass/global/_baseFrame.scss */
.contentBox img, .contentBox-constrained img, .contentBox-fullwidth img {
  max-width: 100%;
}
/* line 67, ../sass/global/_baseFrame.scss */
.contentBox-constrained {
  max-width: 800px;
  margin: auto;
}
/* line 73, ../sass/global/_baseFrame.scss */
.contentBox-fullwidth {
  text-align: center;
  padding: 0px;
}
/* line 80, ../sass/global/_baseFrame.scss */
.contentBox-heroImage-inline, .contentBox-heroImage {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
/* line 91, ../sass/global/_baseFrame.scss */
.contentBox-heroImage-inline img, .contentBox-heroImage img {
  max-width: 100%;
  padding: 0px;
  margin: -5px;
}
/* line 97, ../sass/global/_baseFrame.scss */
.contentBox-heroImage-inline .limitHeight, .contentBox-heroImage .limitHeight {
  max-height: 50%;
}
@media screen and (min-width: 576px) {
  /* line 57, ../sass/global/_baseFrame.scss */
  .contentBox, .contentBox-constrained, .contentBox-fullwidth {
    padding: 10px 20px 0px;
  }
}

/*
 * Header CSS for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 * 
 * Definitions for the page header
 * 
 */
/* Menu Styles */
/* line 20, ../sass/global/_header.scss */
#pageHeader {
  text-align: center;
  background-color: #f5f5f5;
  border-top: #CCC solid 1px;
  /* bug with padding on the top unless there is a boarder */
  border-bottom: #999 solid 2px;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
/* line 30, ../sass/global/_header.scss */
#pageHeader h1 {
  font-size: 10vw;
  font-weight: bold;
  text-transform: capitalize;
  padding-top: .5em;
}
/* line 37, ../sass/global/_header.scss */
#pageHeader h1 a {
  color: #F00000;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  /* line 30, ../sass/global/_header.scss */
  #pageHeader h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  /* line 30, ../sass/global/_header.scss */
  #pageHeader h1 {
    font-size: 4em;
  }
}

/*
 * Top Nav for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 * 
 * Styles to controll the adaptive main nav
 * 
 */
/* line 14, ../sass/global/_topNav.scss */
.topnav {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: inherit;
}
/* line 23, ../sass/global/_topNav.scss */
.topnav li {
  display: block;
}
/* line 26, ../sass/global/_topNav.scss */
.topnav li a {
  display: block;
  color: #666;
  text-align: left;
  padding: 1rem 1rem;
  text-decoration: none;
  font-size: 1.1rem;
}
/* line 34, ../sass/global/_topNav.scss */
.topnav li a:hover {
  color: #090909;
}
/* line 39, ../sass/global/_topNav.scss */
.topnav li :not(.menuLabel) {
  /* hide everything but the menu item */
  display: none;
}
/* line 44, ../sass/global/_topNav.scss */
.topnav a.hamberger {
  /* format hamberger button */
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 54, ../sass/global/_topNav.scss */
.topnav.openMenu .active {
  color: #090909;
}
/* line 58, ../sass/global/_topNav.scss */
.topnav.openMenu li a {
  /* make menu visible */
  display: block;
}
/* line 63, ../sass/global/_topNav.scss */
.topnav li div {
  /* drop down menu */
  display: none;
  position: relative;
  background-color: #FCFCFC;
  margin: 0px 10px;
  border: 2px solid #CCC;
  min-width: 160px;
  z-index: 1;
}
/* line 72, ../sass/global/_topNav.scss */
.topnav li div a {
  /* dropdown menu buttons */
  float: none;
  padding: 1rem 1rem;
  text-decoration: none;
  display: block;
  text-align: left;
}
/* line 79, ../sass/global/_topNav.scss */
.topnav li div a:hover {
  color: #090909;
}
/* line 86, ../sass/global/_topNav.scss */
.topnav .openMenu li a.menuLabel {
  /* Standin item if there is no active menu item */
}
@media screen and (max-width: 575.98px) {
  /* line 14, ../sass/global/_topNav.scss */
  .topnav {
    /* Style for hiding/showing dropdown via javascript */
  }
  /* line 95, ../sass/global/_topNav.scss */
  .topnav .dropdownLabel::after {
    content: "+";
    margin-left: 1em;
    font-size: 1.25em;
    font-weight: bold;
    color: #999;
  }
  /* line 102, ../sass/global/_topNav.scss */
  .topnav .open .dropdownLabel::after {
    content: "-";
    margin-left: 1em;
    font-size: 1.25em;
    font-weight: bold;
  }
  /* line 109, ../sass/global/_topNav.scss */
  .topnav .open .dropdownLabel + div {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  /* line 119, ../sass/global/_topNav.scss */
  .topnav, .topnav .openMenu {
    display: inline-block;
    /* centers menu */
    position: static;
  }
  /* line 123, ../sass/global/_topNav.scss */
  .topnav li {
    float: left;
  }
  /* line 126, ../sass/global/_topNav.scss */
  .topnav li a {
    text-align: center;
    padding: 0.5rem 0.4rem;
    font-size: 0.7em;
  }
  /* line 131, ../sass/global/_topNav.scss */
  .topnav li a:hover {
    background-color: #FCFCFC;
    color: #090909;
  }
  /* line 136, ../sass/global/_topNav.scss */
  .topnav li a.active {
    color: #090909;
    font-weight: bold;
  }
  /* line 141, ../sass/global/_topNav.scss */
  .topnav li a:not(.hamberger):not(.menuLabel) {
    /* show all items */
    display: block;
  }
  /* line 145, ../sass/global/_topNav.scss */
  .topnav li a.hamberger, .topnav li .openMenu li a.hamberger {
    display: none;
  }
  /* line 149, ../sass/global/_topNav.scss */
  .topnav li:hover div {
    /* display dropdown on parent rollover */
    display: block;
  }
  /* line 154, ../sass/global/_topNav.scss */
  .topnav li div {
    /* drop down menu */
    display: none;
    position: absolute;
    background-color: #FCFCFC;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: none;
    margin: 0;
    z-index: 2000;
  }
  /* line 164, ../sass/global/_topNav.scss */
  .topnav li div a {
    /* dropdown menu buttons */
    float: none;
    color: #090909;
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  /* line 172, ../sass/global/_topNav.scss */
  .topnav li div a:hover {
    /* dropdown menu buttons rollover */
    background-color: #CCC;
    color: #090909;
  }
  /* line 181, ../sass/global/_topNav.scss */
  .topnav li a.menuLabel {
    /* Standin item if there is no active menu item */
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 192, ../sass/global/_topNav.scss */
  .topnav li a {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 992px) {
  /* line 201, ../sass/global/_topNav.scss */
  .topnav li a {
    padding: 0.5rem 0.6rem;
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  /* line 211, ../sass/global/_topNav.scss */
  .topnav li a {
    padding: 0.5rem 1rem;
  }
}

/*
 * Styles for the page footer for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 * 
 * Definitions for the page footer
 * 
 */
/* line 16, ../sass/global/_footer.scss */
#pageFooter {
  display: flex;
  flex-flow: column-reverse nowrap;
}
/* line 23, ../sass/global/_footer.scss */
#pageFooter div {
  color: #666;
  text-align: center;
}
/* line 28, ../sass/global/_footer.scss */
#pageFooter ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 37, ../sass/global/_footer.scss */
#pageFooter ul li {
  width: 29px;
  height: 29px;
  margin: 5px;
}
/* line 43, ../sass/global/_footer.scss */
#pageFooter ul li a {
  display: block;
  width: 29px;
  height: 29px;
  background: url(/images/gfx/social_media_icons.png) no-repeat;
  /* Hide text */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  /* line 16, ../sass/global/_footer.scss */
  #pageFooter {
    display: flex;
    flex-flow: row nowrap;
  }
  /* line 60, ../sass/global/_footer.scss */
  #pageFooter div {
    width: 100%;
    text-align: left;
    padding: 0px 5px;
  }
  /* line 65, ../sass/global/_footer.scss */
  #pageFooter div:first-child {
    text-align: right;
    border-right: solid 1px #999;
    padding-right: 5px;
  }
  /* line 70, ../sass/global/_footer.scss */
  #pageFooter div ul {
    justify-content: flex-start;
  }
}
/* line 13, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .instagram,
#pageFooter .instagram a {
  background-position: 0px 0px;
}
/* line 17, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .instagram a:hover {
  background-position: 0px -30px;
}
/* line 21, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .instagram.disabled,
#pageFooter .instagram a.disabled {
  background-position: 0px -60px;
}
/* line 25, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .instagram a.disabled:hover {
  background-position: 0px -60px;
}
/* line 13, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .facebook,
#pageFooter .facebook a {
  background-position: -30px 0px;
}
/* line 17, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .facebook a:hover {
  background-position: -30px -30px;
}
/* line 21, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .facebook.disabled,
#pageFooter .facebook a.disabled {
  background-position: -30px -60px;
}
/* line 25, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .facebook a.disabled:hover {
  background-position: -30px -60px;
}
/* line 13, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .twitter,
#pageFooter .twitter a {
  background-position: -60px 0px;
}
/* line 17, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .twitter a:hover {
  background-position: -60px -30px;
}
/* line 21, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .twitter.disabled,
#pageFooter .twitter a.disabled {
  background-position: -60px -60px;
}
/* line 25, ../sass/global/mixins/_spriteMaps.scss */
#pageFooter .twitter a.disabled:hover {
  background-position: -60px -60px;
}

/*
 * submenu for terryrodgers.com
 * written by Chip Brown
 * 2018/04
 * 
 * Page sub menus
 * 
 */
/* line 10, ../sass/global/_submenu.scss */
.subMenu,
.subMenu-one-col,
.subMenu-two-col {
  display: inline-flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: baseline;
  margin: 1em 0 0;
}
/* line 20, ../sass/global/_submenu.scss */
.subMenu ul,
.subMenu-one-col ul,
.subMenu-two-col ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
}
/* line 29, ../sass/global/_submenu.scss */
.subMenu ul li,
.subMenu-one-col ul li,
.subMenu-two-col ul li {
  display: block;
  margin: 0;
  padding: 1em 0;
  text-align: left;
}
/* line 38, ../sass/global/_submenu.scss */
.subMenu ul a, .subMenu ul a:link,
.subMenu-one-col ul a,
.subMenu-one-col ul a:link,
.subMenu-two-col ul a,
.subMenu-two-col ul a:link {
  color: #666;
  text-decoration: none;
}
/* line 44, ../sass/global/_submenu.scss */
.subMenu ul a:hover,
.subMenu-one-col ul a:hover,
.subMenu-two-col ul a:hover {
  text-decoration: underline;
}
/* line 53, ../sass/global/_submenu.scss */
.subMenu .center-col li,
.subMenu .right-col li,
.subMenu .left-col li,
.subMenu-one-col .center-col li,
.subMenu-one-col .right-col li,
.subMenu-one-col .left-col li,
.subMenu-two-col .center-col li,
.subMenu-two-col .right-col li,
.subMenu-two-col .left-col li {
  background: url(/images/gfx/triangle.gif) center left no-repeat;
  padding-left: 16px;
}

@media screen and (min-width: 576px) {
  /* line 64, ../sass/global/_submenu.scss */
  .subMenu-two-col {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
  }
  /* line 69, ../sass/global/_submenu.scss */
  .subMenu-two-col ul {
    width: 50%;
    padding: 0 0.5em;
  }
  /* line 73, ../sass/global/_submenu.scss */
  .subMenu-two-col ul.center-col {
    width: 100%;
    text-align: center;
  }
  /* line 77, ../sass/global/_submenu.scss */
  .subMenu-two-col ul.center-col li {
    display: inline-block;
  }
  /* line 84, ../sass/global/_submenu.scss */
  .subMenu-two-col .left-col li {
    background: url(/images/gfx/triangle-r.gif) center right no-repeat;
    padding-right: 16px;
    padding-left: 0;
    text-align: right;
  }
}
/*
 * oage elements for terryrodgers.com
 * written by Chip Brown
 * 2018/04
 * 
 * Generic layout elements that have no better place
 * 
 */
/* line 11, ../sass/global/_pageElements.scss */
.headlineImageSet {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 1em;
}
/* line 17, ../sass/global/_pageElements.scss */
.headlineImageSet img {
  padding: 0 .1em;
  max-height: 300px;
}
@media screen and (min-width: 576px) {
  /* line 24, ../sass/global/_pageElements.scss */
  .headlineImageSet img {
    padding: 0 .5em;
  }
}

/* line 31, ../sass/global/_pageElements.scss */
.constrainSize {
  max-width: 100%;
  border: 0px;
}

/* line 38, ../sass/global/_pageElements.scss */
.leftArrow {
  min-height: 16px;
  background: url(/images/gfx/triangle.gif) center left no-repeat;
  padding-left: 16px;
}

/* line 43, ../sass/global/_pageElements.scss */
.rightArrow {
  min-height: 16px;
  background: url(/images/gfx/triangle-r.gif) center right no-repeat;
  padding-right: 16px;
}

/* line 50, ../sass/global/_pageElements.scss */
.backButton {
  min-height: 16px;
  background: url(/images/gfx/triangle-r.gif) center left no-repeat;
  padding-left: 16px;
  text-align: left;
}

/* line 56, ../sass/global/_pageElements.scss */
.nextButton {
  min-height: 16px;
  background: url(/images/gfx/triangle.gif) center right no-repeat;
  padding-right: 16px;
  text-align: right;
}

/* line 66, ../sass/global/_pageElements.scss */
.backButton a, .backButton a:link,
.nextButton a,
.nextButton a:link {
  color: #666;
  text-decoration: none;
}
/* line 72, ../sass/global/_pageElements.scss */
.backButton a:hover,
.nextButton a:hover {
  color: #CC0000;
}

/* line 78, ../sass/global/_pageElements.scss */
div.backButton {
  font-size: 1.4rem;
  font-weight: bold;
}

/*
 * Stepnav for terryrodgers.com
 * written by Chip Brown
 * 2018/04
 * 
 * Old style step navigation
 * 
 */
/* line 11, ../sass/global/_stepNav.scss */
.stepnav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  margin: 10px;
  /* Back and next button arrow graphic */
  /* list of items, highlighted active item */
  /* inactive choices */
}
/* line 19, ../sass/global/_stepNav.scss */
.stepnav ul {
  margin: 0px;
  padding: 2px;
}
/* line 23, ../sass/global/_stepNav.scss */
.stepnav ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}
/* line 31, ../sass/global/_stepNav.scss */
.stepnav .previous span,
.stepnav .back span,
.stepnav .next span,
.stepnav a {
  margin: 0px;
  padding: 3px 2px 3px 2px;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  text-decoration: none;
  color: #464646;
  background-color: #FFF;
}
/* line 43, ../sass/global/_stepNav.scss */
.stepnav .previous span:visited,
.stepnav .back span:visited,
.stepnav .next span:visited,
.stepnav a:visited {
  margin: 2px;
}
/* line 49, ../sass/global/_stepNav.scss */
.stepnav .previous a,
.stepnav .previous span,
.stepnav .back span,
.stepnav .next span,
.stepnav .back a,
.stepnav .next a,
.stepnav .index a {
  margin: 2px;
  text-decoration: none;
  color: #464646;
}
/* line 60, ../sass/global/_stepNav.scss */
.stepnav .previous a,
.stepnav .previous span,
.stepnav .back span,
.stepnav .back a {
  background-repeat: no-repeat;
  background-image: url(/images/gfx/triangle-r.gif);
  background-position: center left;
  padding-left: 10px;
}
/* line 69, ../sass/global/_stepNav.scss */
.stepnav .next span,
.stepnav .next a {
  background-repeat: no-repeat;
  background-image: url(/images/gfx/triangle.gif);
  background-position: center right;
  padding-right: 10px;
}
/* line 78, ../sass/global/_stepNav.scss */
.stepnav .item a,
.stepnav .active a {
  color: #333333;
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}
/* line 87, ../sass/global/_stepNav.scss */
.stepnav .oneD a {
  padding-left: 6px;
  padding-right: 6px;
}
/* line 91, ../sass/global/_stepNav.scss */
.stepnav a:hover,
.stepnav .active a {
  color: #000000;
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  text-decoration: none;
}
/* line 101, ../sass/global/_stepNav.scss */
.stepnav .previous span,
.stepnav .back span,
.stepnav .next span {
  color: #CCCCCC;
  border-color: #EEEEEE;
}
/* line 108, ../sass/global/_stepNav.scss */
.stepnav .previous span,
.stepnav .back span {
  background-image: url(/images/gfx/triangle-r-dim.gif);
}
/* line 113, ../sass/global/_stepNav.scss */
.stepnav .next span {
  background-image: url(/images/gfx/triangle-dim.gif);
}

/*
 * 
 * User alert feedback bar
 * 
 */
/* line 9, ../sass/global/_userAlerts.scss */
.pageAlert {
  position: relative;
  display: flex;
  flex-flow: column;
  margin: 20px 0px;
  color: #CC0000;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: bold;
  line-height: 2em;
}
/* line 22, ../sass/global/_userAlerts.scss */
.pageAlert > div {
  display: inline-block;
  max-width: 600px;
  margin: 0.5em auto;
  padding: 1em;
  border: solid 1px rgba(204, 0, 0, 0.1);
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 0.5em;
  text-align: left;
}
/* line 36, ../sass/global/_userAlerts.scss */
.pageAlert > div div {
  margin-top: 0.75em;
}
/* line 40, ../sass/global/_userAlerts.scss */
.pageAlert > div strong {
  font-size: 1.2em;
  color: #F00000;
  padding-left: .2em;
}
/* line 47, ../sass/global/_userAlerts.scss */
.pageAlert .achtung {
  transform: rotate(-10deg);
  padding: 0 0.5em;
  border: solid 3px #CC0000;
  border-radius: 0.5em;
  background-color: rgba(204, 0, 0, 0.25);
  opacity: .4;
  font-size: 1em;
  text-transform: uppercase;
  line-height: normal;
}
@media screen and (min-width: 576px) {
  /* line 47, ../sass/global/_userAlerts.scss */
  .pageAlert .achtung {
    position: absolute;
    top: -1em;
    left: 0.7em;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  /* line 47, ../sass/global/_userAlerts.scss */
  .pageAlert .achtung {
    transform: rotate(-20deg);
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  /* line 47, ../sass/global/_userAlerts.scss */
  .pageAlert .achtung {
    font-size: 3em;
  }
}
/* line 77, ../sass/global/_userAlerts.scss */
.pageAlert .achtungSub {
  padding: 0 0.5em;
  opacity: .4;
  color: #000;
  font-size: .8em;
  text-transform: uppercase;
  line-height: normal;
  border: none;
}
@media screen and (min-width: 576px) {
  /* line 77, ../sass/global/_userAlerts.scss */
  .pageAlert .achtungSub {
    font-size: .9em;
  }
}
@media screen and (min-width: 768px) {
  /* line 77, ../sass/global/_userAlerts.scss */
  .pageAlert .achtungSub {
    position: absolute;
    top: 1em;
    left: 10em;
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  /* line 77, ../sass/global/_userAlerts.scss */
  .pageAlert .achtungSub {
    left: 12em;
    font-size: 1.2em;
  }
}

/*
 * heroCarosel for terryrodgers.com
 * written by Chip Brown
 * 2018/04
 * 
 * Main Image Carousel 
 * 
 */
/* line 11, ../sass/global/_heroCarousel.scss */
.heroCarousel {
  min-height: 200px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
/* line 23, ../sass/global/_heroCarousel.scss */
.heroCarousel .slick-slide {
  margin: 0px 0px;
  transition: all ease-in-out .3s;
  opacity: .2;
}
/* line 29, ../sass/global/_heroCarousel.scss */
.heroCarousel .slick-active {
  opacity: .5;
}
/* line 33, ../sass/global/_heroCarousel.scss */
.heroCarousel .slick-current {
  opacity: 1;
}

/* line 46, ../sass/global/_heroCarousel.scss */
.image-carousel {
  width: 100%;
  margin: 0 auto;
}
/* line 53, ../sass/global/_heroCarousel.scss */
.pageTop .image-carousel {
  background-color: #CCC;
}
/* line 57, ../sass/global/_heroCarousel.scss */
.image-carousel img, .image-carousel.fade img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
/* line 63, ../sass/global/_heroCarousel.scss */
.image-carousel.scrole img {
  width: auto;
  height: 333px;
  max-width: 100%;
  object-fit: scale-down;
  margin: 0 auto;
}

/* line 73, ../sass/global/_heroCarousel.scss */
.heroButton {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 8vw;
  	/* v1 styles * /
  	a {	// Button Link
  		display: inline-block;
  		margin: auto;
  		padding: 0.8em 1.2em;
  		width: auto;
  		color: #FFF;
  		background-color: $color-terryRed-muted;
  		border-radius: .5em;
  		opacity: 0.8;
  
  		$shadow-offset: 2px;
  		$shadow-offset: 2px;
  		$shadow-blur: 8px;
  		$shadow-color: rgba(0,0,0,1);
  		//text-shadow: $shadow-offset $shadow-offset $shadow-blur $shadow-color;
  		//box-shadow: $shadow-offset $shadow-offset $shadow-blur $shadow-color; 
  
  		z-index: 1200;
  		
  		&:link,
  		&:active,
  		&:visited {
  			text-decoration: none;
  		}
  		&:hover {
  			opacity: 0.9;
  		//	text-shadow: $shadow-offset/2 $shadow-offset/2 $shadow-blur/2 $shadow-color;
  		//	box-shadow: $shadow-offset/2 $shadow-offset/2 $shadow-blur/2 $shadow-color; 
  		}
  	}
  	/* */
  	/* v2 styles * /
  	a {	// Button Link
  		display: inline-block;
  		margin: auto;
  		padding: 0.8em 1.2em;
  		width: auto;
  		color: $color-terryRed-muted;
  		background-color: #FFF;
  		border: 1px solid $color-grey3;
  		border-radius: .5em;
  		//opacity: 0.8;
  
  		$shadow-offset: 2px;
  		$shadow-offset: 2px;
  		$shadow-blur: 8px;
  		$shadow-color: rgba(0,0,0,1);
  		//text-shadow: $shadow-offset $shadow-offset $shadow-blur $shadow-color;
  		//box-shadow: $shadow-offset $shadow-offset $shadow-blur $shadow-color; 
  
  		z-index: 1200;
  
  		&:link,
  		&:active,
  		&:visited {
  			text-decoration: none;
  		}
  		&:hover {
  			opacity: 0.9;
  		//	text-shadow: $shadow-offset/2 $shadow-offset/2 $shadow-blur/2 $shadow-color;
  		//	box-shadow: $shadow-offset/2 $shadow-offset/2 $shadow-blur/2 $shadow-color; 
  		}
  	}
  	/* */
  	/* v3 styles * /
  	a {	// Button Link
  		display: inline-block;
  		margin: auto;
  		padding: 0.8em 1.2em;
  		width: auto;
  		color: $color-terryRed-muted;
  		background-color: #FFF;
  		border: 1px solid $color-grey3;
  		border-radius: .5em;
  		//opacity: 0.8;
  
  		$shadow-offset: 2px;
  		$shadow-offset: 2px;
  		$shadow-blur: 8px;
  		$shadow-color: rgba(0,0,0,1);
  		//text-shadow: $shadow-offset $shadow-offset $shadow-blur $shadow-color;
  		box-shadow: $shadow-offset $shadow-offset $shadow-blur $shadow-color; 
  
  		z-index: 1200;
  
  		&:link,
  		&:active,
  		&:visited {
  			text-decoration: none;
  		}
  		&:hover {
  		//	opacity: 0.9;
  		//	text-shadow: $shadow-offset/2 $shadow-offset/2 $shadow-blur/2 $shadow-color;
  			box-shadow: $shadow-offset/2 $shadow-offset/2 $shadow-blur/2 $shadow-color; 
  		}
  	}
  	/* */
  /* v4 styles */
  /* */
}
/* line 183, ../sass/global/_heroCarousel.scss */
.heroButton a {
  display: inline-block;
  margin: auto;
  padding: 0.8em 1.2em;
  width: 100%;
  color: #F00000;
  background-color: #FFF;
  opacity: 0.8;
  z-index: 1200;
}
/* line 204, ../sass/global/_heroCarousel.scss */
.heroButton a:link, .heroButton a:active, .heroButton a:visited {
  text-decoration: none;
}
/* line 209, ../sass/global/_heroCarousel.scss */
.heroButton a:hover {
  opacity: 0.9;
}
@media screen and (min-width: 576px) {
  /* line 73, ../sass/global/_heroCarousel.scss */
  .heroButton {
    font-size: 2rem;
  }
}

/*
 * Artwork for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 * 
 * Styles for the artwork and exhibition browser sections
 * 
 */
/* line 12, ../sass/global/_artwork.scss */
.mainImage {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 1300px;
}
/* line 19, ../sass/global/_artwork.scss */
.mainImage img {
  max-width: 100%;
  margin: 0px;
}
/* line 25, ../sass/global/_artwork.scss */
.mainImage a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;
  top: 0px;
  height: 100%;
  width: 100%;
  margin-top: 0px;
}
/* line 36, ../sass/global/_artwork.scss */
.mainImage a span {
  display: block;
  width: 36px;
  height: 50px;
  background: url(/images/gfx/nav_arrows.png) no-repeat;
  /* Hide text */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 49, ../sass/global/_artwork.scss */
.mainImage .prev-btn,
.mainImage .next-btn {
  position: absolute;
  bottom: -50px;
  height: 110%;
  width: 30%;
}
/* line 59, ../sass/global/_artwork.scss */
.mainImage.video .prev-btn,
.mainImage.video .next-btn {
  height: auto;
}
/* line 65, ../sass/global/_artwork.scss */
.mainImage .prev-btn {
  left: 0px;
}
/* line 67, ../sass/global/_artwork.scss */
.mainImage .prev-btn span {
  background-position: 0px 0px;
}
/* line 71, ../sass/global/_artwork.scss */
.mainImage .prev-btn:hover span {
  background-position: 0px -50px;
}
/* line 74, ../sass/global/_artwork.scss */
.mainImage .prev-btn.disabled span, .mainImage .prev-btn.disabled span {
  background-position: 0px -100px;
}
/* line 78, ../sass/global/_artwork.scss */
.mainImage .prev-btn.disabled:hover span {
  background-position: 0px -100px;
}
/* line 82, ../sass/global/_artwork.scss */
.mainImage .next-btn {
  right: 0px;
}
/* line 84, ../sass/global/_artwork.scss */
.mainImage .next-btn span {
  align-self: flex-end;
  background-position: -50px 0px;
}
/* line 89, ../sass/global/_artwork.scss */
.mainImage .next-btn:hover span {
  background-position: -50px -50px;
}
/* line 92, ../sass/global/_artwork.scss */
.mainImage .next-btn.disabled span, .mainImage .next-btn.disabled span {
  background-position: -50px -100px;
}
/* line 96, ../sass/global/_artwork.scss */
.mainImage .next-btn.disabled:hover span {
  background-position: -50px -100px;
}
@media screen and (min-width: 576px) {
  /* line 12, ../sass/global/_artwork.scss */
  .mainImage {
    padding: 0px 45px;
  }
  /* line 105, ../sass/global/_artwork.scss */
  .mainImage .prev-btn,
  .mainImage .next-btn {
    top: 0px;
    height: 100%;
  }
  /* line 109, ../sass/global/_artwork.scss */
  .mainImage .prev-btn a,
  .mainImage .next-btn a {
    justify-content: center;
  }
  /* line 116, ../sass/global/_artwork.scss */
  .mainImage.video .prev-btn,
  .mainImage.video .next-btn {
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 40%;
  }
}

/* line 130, ../sass/global/_artwork.scss */
.artworkTitle {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  color: #666;
  font-weight: normal;
  padding: 1.5em 0px 0px;
}
/* line 139, ../sass/global/_artwork.scss */
.artworkTitle span {
  display: inline-block;
  margin: 0px;
  padding: 0px .5em;
  border-left: solid 1px #666;
}
/* line 146, ../sass/global/_artwork.scss */
.artworkTitle span:first-child {
  border-left: none;
}
@media screen and (max-width: 575.98px) {
  /* line 153, ../sass/global/_artwork.scss */
  .artworkTitle span:first-child {
    width: 100%;
  }
  /* line 156, ../sass/global/_artwork.scss */
  .artworkTitle span:nth-child(2) {
    border-left: none;
  }
}

/* line 164, ../sass/global/_artwork.scss */
.subHeadline {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* line 169, ../sass/global/_artwork.scss */
.subHeadline span {
  display: inline-block;
  margin: 0px;
  padding: 0px .5em;
}
@media screen and (max-width: 575.98px) {
  /* line 178, ../sass/global/_artwork.scss */
  .subHeadline span:first-child {
    width: 100%;
  }
}

/* line 186, ../sass/global/_artwork.scss */
.alternateImages {
  display: inline-block;
  margin: 1em 0;
  text-align: center;
}
/* line 192, ../sass/global/_artwork.scss */
.alternateImages .imageList {
  border: 2px solid #e6e6e6;
  padding-top: 1em;
}
/* line 198, ../sass/global/_artwork.scss */
.alternateImages h4 {
  margin-bottom: -1.7em;
}

/* line 205, ../sass/global/_artwork.scss */
.imageList {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 .5em;
}
/* line 213, ../sass/global/_artwork.scss */
.imageList img {
  margin: 1em 0;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  /* line 205, ../sass/global/_artwork.scss */
  .imageList {
    flex-flow: row wrap;
    align-items: flex-start;
    max-width: 1200px;
  }
  /* line 226, ../sass/global/_artwork.scss */
  .imageList img {
    margin: 2em 1em;
  }
}

/*
*	Options Section (For sizes etc.)
*	
*/
/* line 238, ../sass/global/_artwork.scss */
.pageOptions {
  font-size: .8em;
  margin: 0;
  vertical-align: middle;
  color: #000000;
  text-align: right;
}
/* line 245, ../sass/global/_artwork.scss */
.pageOptions a {
  color: #444444;
  font-weight: bold;
  padding: .5em;
}
/* line 250, ../sass/global/_artwork.scss */
.pageOptions a:link, .pageOptions a:visited {
  color: #333333;
  font-weight: normal;
  text-decoration: none;
}
/* line 256, ../sass/global/_artwork.scss */
.pageOptions a:hover {
  text-decoration: none;
  color: #222222;
  background-color: #CCCCCC;
}
@media screen and (min-width: 576px) {
  /* line 238, ../sass/global/_artwork.scss */
  .pageOptions {
    position: absolute;
    top: .5em;
    right: .5em;
  }
}

/*
 * portfolioIndex for terryrodgers.com
 * written by Chip Brown
 * 2018/06
 * 
 * Styles for an indexed list of artwork
 * 
 */
/* line 11, ../sass/global/_portfolioIndex.scss */
.portfolioIndex {
  max-width: 900px;
  margin: auto;
}
/* line 17, ../sass/global/_portfolioIndex.scss */
.portfolioIndex .portfolioItem {
  margin: 2em 0px;
}
/* line 21, ../sass/global/_portfolioIndex.scss */
.portfolioIndex .portfolioItem a {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
/* line 29, ../sass/global/_portfolioIndex.scss */
.portfolioIndex .portfolioItem a:link {
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  /* line 21, ../sass/global/_portfolioIndex.scss */
  .portfolioIndex .portfolioItem a {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
/* line 43, ../sass/global/_portfolioIndex.scss */
.portfolioIndex .image {
  text-align: center;
  width: 100%;
  max-width: 400px;
}
/* line 49, ../sass/global/_portfolioIndex.scss */
.portfolioIndex .image img {
  max-width: 99%;
  margin: auto;
}
@media screen and (min-width: 576px) {
  /* line 43, ../sass/global/_portfolioIndex.scss */
  .portfolioIndex .image {
    width: 50%;
  }
}
/* line 61, ../sass/global/_portfolioIndex.scss */
.portfolioIndex .info {
  display: inline-flex;
  flex-flow: column wrap;
  padding: 1em;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
}
/* line 71, ../sass/global/_portfolioIndex.scss */
.portfolioIndex .info > * {
  display: inline;
}
@media screen and (min-width: 576px) {
  /* line 61, ../sass/global/_portfolioIndex.scss */
  .portfolioIndex .info {
    display: flex;
    text-align: left;
    width: 50%;
  }
  /* line 80, ../sass/global/_portfolioIndex.scss */
  .portfolioIndex .info > * {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* line 61, ../sass/global/_portfolioIndex.scss */
  .portfolioIndex .info {
    font-size: 1.0em;
  }
}

/*
 * eventList for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 * 
 * Styles for the events list page
 * 
 */
/* line 10, ../sass/global/_eventList.scss */
.yearGroup {
  border: 2px solid #e6e6e6;
  padding: 1em;
  margin-bottom: 2em;
}

/* line 18, ../sass/global/_eventList.scss */
.currentExhibits {
  margin-bottom: 4em;
}
/* line 22, ../sass/global/_eventList.scss */
.currentExhibits .accent {
  font-size: 1.1em;
}
/* line 26, ../sass/global/_eventList.scss */
.currentExhibits .year {
  color: #CC0000;
  font-weight: bold;
  font-size: 1.5em;
}
/* line 33, ../sass/global/_eventList.scss */
.currentExhibits .extras, .currentExhibits .extras a:link, .currentExhibits .extras a:visited {
  color: #666;
}
/* line 39, ../sass/global/_eventList.scss */
.currentExhibits .primary {
  font-size: 1.1em;
}

/* line 46, ../sass/global/_eventList.scss */
.archiveExhibits h2.accent {
  color: #CC0000;
}
/* line 50, ../sass/global/_eventList.scss */
.archiveExhibits .listing p {
  margin-bottom: 10;
}
/* line 53, ../sass/global/_eventList.scss */
.archiveExhibits .item {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
/* line 58, ../sass/global/_eventList.scss */
.archiveExhibits .accent,
.archiveExhibits .year,
.archiveExhibits .accent {
  margin-top: 20;
  margin-bottom: 4;
  font-style: normal;
  font-weight: normal;
  color: #000;
}
/* line 68, ../sass/global/_eventList.scss */
.archiveExhibits .accent {
  text-align: left;
  font-size: 1.2em;
}
/* line 72, ../sass/global/_eventList.scss */
.archiveExhibits .year {
  margin-top: 20;
  margin-bottom: 10;
  font-size: 1.1em;
}

/* line 80, ../sass/global/_eventList.scss */
a.browseLink {
  /*
  &::before,
  &:link::before {
  	content: ">";
  	margin-right: .5em;
  }
  &::after,
  & :link::after {
  	content: "<";
  	margin-left: .5em;
  }
  */
}
/* line 81, ../sass/global/_eventList.scss */
a.browseLink, a.browseLink:link {
  text-decoration: none;
  color: #CC0000;
  background-color: #f5f5f5;
  margin-left: 1em;
  padding: .2em .5em;
  border-radius: 0px 5px 5px;
  border: 2px solid #e6e6e6;
  text-transform: uppercase;
  font-size: .8em;
}
/* line 93, ../sass/global/_eventList.scss */
a.browseLink:hover {
  color: #FFF;
  background-color: #CC0000;
  border: none;
}

@media screen and (min-width: 576px) {
  /* line 117, ../sass/global/_eventList.scss */
  .exhibitionIndex .portfolioItem a {
    min-height: 250px;
  }
}
@media screen and (min-width: 576px) {
  /* line 126, ../sass/global/_eventList.scss */
  .exhibitionIndex .portfolioItem:nth-child(even) a {
    flex-flow: row-reverse nowrap;
    text-align: right;
  }
  /* line 132, ../sass/global/_eventList.scss */
  .exhibitionIndex .portfolioItem:nth-child(even) a .info {
    text-align: right;
  }
}

/*
 * contact for terryrodgers.com
 * written by Chip Brown
 * 2018/03
 * 
 * Styles for the contact page
 * 
 */
/* line 10, ../sass/global/_contact.scss */
.galleryListing {
  display: flex;
  flex-flow: column nowrap;
}
/* line 14, ../sass/global/_contact.scss */
.galleryListing .gallery {
  padding: 1em;
  text-align: left;
}
/* line 19, ../sass/global/_contact.scss */
.galleryListing .gallery h3 {
  color: #CC0000;
}
/* line 22, ../sass/global/_contact.scss */
.galleryListing .gallery p {
  margin: 0;
}
@media screen and (min-width: 576px) {
  /* line 10, ../sass/global/_contact.scss */
  .galleryListing {
    flex-flow: row wrap;
    justify-content: space-around;
  }
}

/*
 * articles for terryrodgers.com
 * written by Chip Brown
 * 2018/04
 * 
 * Styles for critical articles, bibliography, biography, etc.
 * 
 */
/* line 12, ../sass/global/_articles.scss */
.article {
  margin-top: 2em;
}
/* line 16, ../sass/global/_articles.scss */
.article section {
  margin-bottom: 2em;
}
/* line 19, ../sass/global/_articles.scss */
.article section p {
  margin: 0;
}
/* line 22, ../sass/global/_articles.scss */
.article footer {
  font-size: .7em;
}
/* line 28, ../sass/global/_articles.scss */
.article figure {
  display: block;
  width: 100%;
  text-align: center;
}
/* line 35, ../sass/global/_articles.scss */
.article h2 {
  color: #CC0000;
  text-align: left;
  font-size: 1.4em;
}
/* line 41, ../sass/global/_articles.scss */
.article h3 {
  text-align: left;
  font-size: .9em;
  padding-bottom: 1em;
}
/* line 48, ../sass/global/_articles.scss */
.article .hide_xs {
  display: none;
}
@media screen and (min-width: 576px) {
  /* line 48, ../sass/global/_articles.scss */
  .article .hide_xs {
    display: inherit;
  }
}
/* line 55, ../sass/global/_articles.scss */
.article .year {
  clear: both;
  font-style: italic;
}
/* line 59, ../sass/global/_articles.scss */
.article .year::after, .article .year::before {
  content: "\2014";
}
/* line 64, ../sass/global/_articles.scss */
.article .byline {
  font-style: italic;
}
/* line 69, ../sass/global/_articles.scss */
.article .footnoteBlock {
  font-size: .8em;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #333333;
  text-align: left;
}
/* line 77, ../sass/global/_articles.scss */
.article .footnoteBlock a, .article .footnoteBlock a:active, .article .footnoteBlock a:visited, .article .footnoteBlock a:link {
  color: #CC0000;
  text-decoration: none;
}
/* line 85, ../sass/global/_articles.scss */
.article .footnoteBlock a:hover {
  color: #CC0000;
  text-decoration: underline;
}
/* line 91, ../sass/global/_articles.scss */
.article a.footnote {
  font-size: .9em;
  padding-left: .5em;
  vertical-align: sub;
}
/* line 97, ../sass/global/_articles.scss */
.article table.detailTable {
  font-size: 1em;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #999999;
  width: 100%;
  padding-top: .5em;
  margin: auto;
}
@media screen and (min-width: 576px) {
  /* line 110, ../sass/global/_articles.scss */
  .article figure.alignRight, .article figure.alignLeft {
    display: inline-block;
    width: auto;
    max-width: 50%;
  }
  /* line 118, ../sass/global/_articles.scss */
  .article .alignRight {
    float: right;
    margin-left: 1em;
  }
  /* line 122, ../sass/global/_articles.scss */
  .article .alignLeft {
    float: left;
    margin-right: 1em;
  }
}

/* CSS Document */
/* line 4, ../sass/global/_video.scss */
video {
  width: 100%;
  height: auto;
  max-width: 768px;
}

/*# sourceMappingURL=core.css.map */
