*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/*ul,
li {
  list-style: none;
}*/


div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  width: fit-content;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
/*a img {
  border: 0;
  width: 100%;
  height: auto;
  transition: .2s ease-out;

  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}

.archindex a img:hover {
    margin-top: -16px;
    transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}*/



:focus {
  outline: 0;
}
/**
 * The Author
 */


section.bio img {
  width: 100%;
  height: uto;
}
section.bio a,
section.bio a:hover {
  border-bottom: 0;
}
section.bio a,
section.bio a:after {
  color: #000;
}
/**   section.bio a:hover,
section.bio a:hover:after {
  color: #fff;
} */


/**
 * Contact
 */
section.contact {
  /*background: #fc4f1e;*/
  background: white;
  color: #000;
}
section.contact .container {
  text-align: center;
  padding-bottom: 0;
  width: 100%;
}
section.contact a {
  color: #000;
}
section.contact a:hover {
  color: #fff;
}
section.contact h2 {
  margin-bottom: 1em;
}
section.contact input.email {
  display: block;
  background: transparent;
  color: #fff;
  border: 2px solid #000;
  font-family: 'Publico Headline Web', Georgia, serif;
  padding: 18px 185px 15px 20px;
  height: 74px;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
section.contact input.email:focus {
  outline: 0;
}
section.contact .mailingList {
  width: 75%;
  margin: 0 auto 50px;
  position: relative;
}
section.contact .mailingList:after {
  clear: both;
  display: block;
  content: '';
}
section.contact .subscribe {
  background: transparent;
  border: 2px solid #000;
  display: block;
  cursor: pointer;
  color: #000;
  position: absolute;
  font-weight: 500;
  margin: 0;
  top: 0;
  right: 0;
  line-height: 1.3;
  height: 74px;
  font-family: 'Platform Web', sans-serif;
  padding: 18px 20px 15px 20px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
section.contact .socialLinks {
  margin-bottom: 120px;
}
section.contact .socialLinks br {
  display: none;
}
section.contact a.external,
section.contact .socialLinks a {
  display: inline-block;
  padding: 0;
  margin: 10px;
  border-bottom: 0;
}
section.contact a.external:after,
section.contact a[target="_blank"]:after {
  display: none;
}
section.contact a:hover {
  color: #fff;
}
section.contact .contactCredit ul {
  list-style: none;
}
section.contact .contactCredit li {
  display: inline-block;
  margin: 10px;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
.copyrightFooter {
  /*background: #fc4f1e;*/
  background: white;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 2;
}
/**
 * Content
 */
.container {
  overflow: hidden;
  /*padding: 100px 100px 100px 100px;*/
}
.container p {
  margin: 1em 0;
}
.container p:first-child {
  margin-top: 0;
}
.container p:last-child {
  margin-bottom: 0;
}
/**
 * Subpages
 */
.subpage-header {
  padding: 40px 40px 40px 40px;
}
.subpage-header-bottom-border {
  border-bottom: 1px solid #ccc;
}
.subpage-heading-arrow {
  display: inline-block;
  margin: 0 10px;
}
.subpage-title {
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 50px;
}
.subpage-subtitle {
  display: block;
  margin-bottom: 10px;
}
.subpage-header-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 50px 0 25px;
}
.subpage-content {
  margin-top: 50px;
}
.subpage-section {
  border-bottom: 2px solid #000;
  padding-bottom: 2px;
}
.subpage-footer {
  margin-top: 50px;
  margin-bottom: 25px;
}
.subpage-purchase p {
  display: inline;
  margin-left: 10px;
}
.subpage-purchase a {
  color: #fc4f1e;
  border-bottom: 0;
}
.subpage-purchase a:hover {
  color: #000;
}

/*section.events {
  background: #f5f5f5;
}
section.events .container {
  max-width: 100%;
}*/

.event-container {
  border: 1px solid #ccc;
  margin: -1px 0 0 0;
  position: relative;
}
.event-container:hover {
  background: #fff;
}
.event-container:after {
  clear: both;
  display: block;
  content: '';
}
.event-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
a.event-link:after {
  display: none;
  content: '';
}
.event-column-left,
.event-column-center,
.event-column-right {
  padding: 5%;
  float: left;
}
.event-column-left {
  color: #fc4f1e;
  width: 25%;
}
.event-column-center {
  width: 75%;
}
.event-container span {
  display: block;
}
.event-date {
  margin-top: 5%;
  margin-bottom: 1em;
}
.event-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1em;
}
.event-venue {
  color: #999;
  margin-bottom: 1em;
}
.event-purchase {
  font-weight: 500;
  color: #fc4f1e;
}
.event-arrow {
  float: right;
  color: #000;
}
.events-footer {
  text-align: center;
  margin-top: 5%;
}
.events-blurb {
  margin-top: 10%;
}
.events-blurb.type-sans-links a {
  color: #fc4f1e;
  border-bottom: 0;
}
.events-blurb a:hover {
  color: #000;
  border-bottom: 0;
}
.events-archive .container {
  padding-top: 10px;
}
.event-big-purchase {
  text-align: right;
  margin-top: 50px;
}
/**
 * Intro
 */
section.intro {
  background: #fc4f1e;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
section.intro .title {
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section.intro .portrait {
  opacity: 0;
  position: absolute;
  left: 5%;
  right: 5%;
}
section.intro .portrait img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
section.intro .RobertTitle {
  opacity: 0;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  text-align: center;
}
section.intro .RobertTitle img {
  height: 100%;
}
/**
 * Resets and Globals
 */
@font-face {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

/**
 * Base styles
 */
body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  /*padding-left: 55px;*/
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
#loadScreen {
  background: #fc4f1e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
#loadScreen:before {
  content: '';
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: transparent;
  border-top: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  position: absolute;
  margin: -75px 0 0 -75px;
  top: 50%;
  left: 50%;
  -webkit-animation: load 1.2s infinite linear;
  -moz-animation: load 1.2s infinite linear;
  animation: load 1.2s infinite linear;
}
@keyframes load {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes load {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
#feed {
  background: #fff;
  position: relative;
  z-index: 9;
}
/**
 * Helpers
 */
.scrollDisabled {
  overflow: hidden;
}
.scrollDisabled::-webkit-scrollbar {
  display: none;
}
/**
 * Grid
 */


/*.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}*/


body.mobile .container {
  padding: 20px !important;
}





@media (max-width: 700px) {
  .column.thirdTwo,
  .column.full,
  .column.thirdOne {
    width: 100%;
  }
}
/**
 * Typography
 */
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
strong {
  font-weight: 500;
}
em,
i {
  font-style: italic;
  font-weight: 500;
}
p {
  margin: 1.5em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/*p a:hover {
  border-bottom-color: #000;
  color: orange;
}*/
.orange a,
a.orange {
  color: #fc4f1e;
}
.orange a:hover,
a.orange:hover {
  color: #000;
}
h5 {
  font-size: 18px;
}
.type-serif {
  /*font-family: 'Publico Headline Web', Georgia, serif;*/
}
.type-sans {
  /*font-family: 'Platform Web', sans-serif;*/
}
.type-bold {
  font-weight: 500;
}
.type-sans-links a {
  /*font-family: 'Platform Web', sans-serif;*/
  color: #000;
  font-weight: 500;
}
.type-size-medium {
  font-size: 22px;
  line-height: 1.2;
}
p {
  line-height: 1.5;
}
.type-grey {
  color: #666;
}
.type-orange {
  color: #fc4f1e;
}
.type-litegrey {
  color: #999;
}
.type-center {
  text-align: center;
}
.type-italic {
  font-style: italic;
}
/**
 * Buttons
 */
a.button-more {
  border: 2px solid #000;
  display: inline-block;
  color: #000;
  line-height: 1;
  font-size: 1.5rem;
  padding: 0.5em 1em;
  font-family: 'Publico Headline Web', Georgia, serif;
}
a.button-more:hover {
  color: #fc4f1e;
  border-color: #fc4f1e;
}
/**
 * Mobile
 */
.mobile-hide {
  display: none;
}
body.mobile .mobile-hide {
  display: block;
}
body.mobile .socialLinks a {
  display: block;
  clear: both;
}
//*/***
 * Navigation
 */
/*nav {
  position: fixed;
  top: 0;
  left: 55px;
  line-height: 55px;
  height: 55px;
  z-index: 15;
  -webkit-transform: rotate(90deg);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  transform-origin: top left;
}
nav > * {
  float: left;
}
nav ul {
  height: 64px;
  padding: 0 20px;
  background: #000;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
}
nav ul li {
  margin-right: 30px;
  float: left;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 4px;
}
nav ul li a.active,
nav ul li a:hover {
  border-bottom: 2px solid #fff;
}
nav.dark .navigation-mobile-icon > div {
  background: #fff;
}
nav .navigation-mobile-icon {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 17px;
  right: 13px;
  height: 30px;
  width: 27px;
}
nav .navigation-mobile-icon > div {
  background: #000;
  position: absolute;
  right: 0;
  height: 3px;
  width: 100%;
}
nav .navigation-mobile-icon > div:nth-child(1) {
  top: 0;
}
nav .navigation-mobile-icon > div:nth-child(2) {
  top: 8px;
}
nav .navigation-mobile-icon > div:nth-child(3) {
  top: 16px;
}
.navigation-mobile {
  display: none;
  background: #fff;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
.navigation-mobile a {
  display: block;
  color: #000;
}
.dark .navigation-mobile {
  background: #000;
}
.dark .navigation-mobile a {
  color: #fff;
}
.mobileScreen {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 14;
}
@media (max-width: 800px) {
  body.mobilenav .mobileScreen {
    display: block;
  }
}
.nav-icon {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 999;
}*/
.Robert-title-small {
  position: fixed;
  top: 30px;
  right: -60px;
  height: 30px;
  z-index: 99;
}
/**
 * News
 */
section.news {
  padding: 0;
}
/**
 * News small module
 */
.news-small-entry {
  border-bottom: 1px solid #ccc;
  padding: 60px 100px 60px 100px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.news-small-entry:hover {
  background: #f6f6f6;
}
.news-small-content {
  max-width: 1000px;
  margin: 0 auto;
}
.news-small-entry:after {
  clear: both;
  content: '';
  display: block;
}
.news-small-entry-left,
.news-small-entry-right {
  float: left;
}
.news-small-entry-left {
  width: 15%;
}
.news-small-entry-right {
  width: 85%;
}
.news-small-type {
  float: left;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-small-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.news-small-date {
  color: #fc4f1e;
}
.news-small-title {
  font-weight: 500;
}
.news-small-subtitle {
  color: #666;
  margin-left: 30px;
  font-weight: 500;
}
.news-small-arrow {
  float: right;
  color: #666;
}
.news-small-footer {
  padding: 50px;
  text-align: center;
}
/**
 * Excerpts
 */
section.projects {
  background: #fff;
}
section.projects .excerpt {
  color: black;
  cursor: pointer;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
section.projects .excerpt:hover .title {
  color: #fc4f1e;
}
section.projects .excerpt.active,
section.projects .excerpt.active .title,
section.projects .excerpt.active .sub-title,
section.projects .excerpt.active .chapter {
  color: #ddd;
}
section.projects .excerpt span.chapter {
  color: #fc4f1e;
  display: block;
  position: absolute;
  left: 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transform: translateX(-140%);
  top: 0px;
}
section.projects .excerpt span.title {
  display: block;
  line-height: 1;
  font-weight: 800;
  transform: translateX(0);
  transition: transform 300ms ease;
  text-rendering: optimizeLegibility;
  font-size: 90px;
}
section.projects .excerpt span.sub-title {
  color: #666;
}
@media (max-width: 900px) {
  .excerptThumbnail {
    display: none !important;
  }
}
.excerptScroller {
  display: none;
  cursor: pointer;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.excerptScroller.open {
  display: block;
}
.excerptClose {
  cursor: pointer;
  position: fixed;
  line-height: 1;
  top: 10px;
  right: 15px;
  color: #000;
  font-size: 30px;
  z-index: 99999;
}
.excerptContainer {
  background: #fff;
  display: none;
  cursor: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 66.6%;
}
@media (max-width: 900px) {
  .excerptContainer {
    width: 100%;
  }
}
.excerptContainer.open {
  display: block;
}
.excerptContainer .excerptTitle {
  text-align: center;
}
.excerptContainer .chapter {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}
.excerptContainer h2 {
  margin: 0;
  padding: 0;
}
.excerptContainer img {
  max-width: 70%;
  margin: 0 auto;
  height: auto;
}
.excerptScreen {
  background: rgba(20, 20, 20, 0.8);
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 16;
}
.excerptScreen a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/**
 * Purchase
 */
section.purchase {
  background: #fff;
  position: relative;
  z-index: 2;
}
section.purchase .purchase-grey {
  color: #999;
}
section.purchase img {
  height: auto;
  width: 100%;
}
section.purchase a {
  color: #000;
}
section.purchase a:hover {
  color: #eb433b;
}
@media (max-width: 700px) {
  .purchase-external {
    margin-bottom: 60px;
  }
}



/*section.headerimage{
    background: #f7f7f7;
    color: #fff;
    position: absolute;
    z-index: 10;
    background-image: url(../images/robert2.jpg);
    width: 600px;
    min-height: 400px;
    height: 900px;
    margin-left: 30px;
    margin-top: 30px;
    background-size: 850px;
    background-position-x: -250px;
    background-position-y: -200px;

}*/

/*section.contactheader{
  margin-left: 730px;
  padding-left: 0px;
  width: 50%;
  font-size: 50px;
  font-weight: 300;
  padding: 150px 66px 100px 0px;
}*/

