/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "DIN Medium";
  src: url(/fonts/din-medium-webfont.eot) format('embedded-opentype'), url(/fonts/din-medium-webfont.woff) format('woff'), url(/fonts/din-medium-webfont.ttf) format('truetype'), url(/fonts/din-medium-webfont.svg#DINMedium) format('svg');
}

@font-face {
  font-family: "DIN Regular";
  src: url(/fonts/din-regular-webfont.eot) format('embedded-opentype'), url(/fonts/din-regular-webfont.woff) format('woff'), url(/fonts/din-regular-webfont.ttf) format('truetype'), url(/fonts/din-regular-webfont.svg#dinregular) format('svg');
}

/* line 25, ../sass/main.sass */
body {
  background: #f9f8f3;
  color: #666666;
  font-family: "DIN Regular";
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0;
  word-spacing: normal;
}

/* line 34, ../sass/main.sass */
h1 {
  display: inline-block;
  color: #24ad96;
  font-size: 28px;
  font-family: "DIN Medium";
  margin: 0 0 12px 0;
  cursor: pointer;
}

/* line 41, ../sass/main.sass */
p {
  line-height: 140%;
  margin: 1.2em 0;
}

/* line 45, ../sass/main.sass */
a:link, a:visited, a:hover, a:active {
  color: #24ad96;
  text-decoration: none;
}

/* line 52, ../sass/main.sass */
#container {
  display: block;
  width: 1220px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  /* line 52, ../sass/main.sass */
  #container {
    width: 320px;
  }
}

/* line 65, ../sass/main.sass */
#header {
  position: relative;
  background: transparent url("/images/dotted-border.png") repeat-x bottom left;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  /* line 65, ../sass/main.sass */
  #header {
    padding-bottom: 10px;
  }
}
/* line 73, ../sass/main.sass */
#header h1,
#header h2 {
  padding-left: 20px;
}
/* line 77, ../sass/main.sass */
#header nav {
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  /* line 77, ../sass/main.sass */
  #header nav {
    position: static;
    background: transparent url("/images/dotted-border.png") repeat-x top left;
    padding: 10px 20px 0;
    margin-top: 25px;
  }
}
/* line 89, ../sass/main.sass */
#header nav a {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  /* line 89, ../sass/main.sass */
  #header nav a {
    margin: 0;
  }
  /* line 93, ../sass/main.sass */
  #header nav a:last-child {
    position: absolute;
    right: 20px;
  }
}

/* line 96, ../sass/main.sass */
#main {
  position: relative;
}
/* line 99, ../sass/main.sass */
#main ul {
  display: block;
  margin: 0;
  padding: 20px 0 0 20px;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#main ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 105, ../sass/main.sass */
#main ul li {
  display: block;
  width: 380px;
  height: 230px;
  background-color: transparent;
  margin: 0 20px 20px 0;
  float: left;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  -webkit-transition-delay: 0.25s;
  -moz-transition: opacity 0.25s ease-in 0.25s;
  -o-transition: opacity 0.25s ease-in 0.25s;
  transition: opacity 0.25s ease-in 0.25s;
}
/* line 115, ../sass/main.sass */
#main ul li a {
  background-repeat: no-repeat;
  background-size: 380px 230px;
}
@media screen and (max-width: 767px) {
  /* line 105, ../sass/main.sass */
  #main ul li {
    width: 280px;
    height: 170px;
  }
  /* line 123, ../sass/main.sass */
  #main ul li a {
    background-size: 280px 170px;
  }
}
/* line 134, ../sass/main.sass */
#main .up3-and-up-move,
#main .up-24 {
  width: 780px;
  height: 480px;
}
/* line 138, ../sass/main.sass */
#main .up3-and-up-move a,
#main .up-24 a {
  background-size: 780px 480px;
}
@media screen and (max-width: 767px) {
  /* line 134, ../sass/main.sass */
  #main .up3-and-up-move,
  #main .up-24 {
    width: 280px;
    height: 170px;
  }
  /* line 149, ../sass/main.sass */
  #main .up3-and-up-move a,
  #main .up-24 a {
    background-size: 280px 170px;
  }
}
/* line 153, ../sass/main.sass */
#main ul li.hover {
  opacity: 1 !important;
}
/* line 156, ../sass/main.sass */
#main ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
/* line 162, ../sass/main.sass */
#main ul.child-has-focus li {
  opacity: 0.5;
}
/* line 165, ../sass/main.sass */
#main section {
  display: block;
  position: relative;
  padding: 20px 20px 0 20px;
  *zoom: 1;
}
/* line 38, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#main section:after {
  content: "";
  display: table;
  clear: both;
}
/* line 171, ../sass/main.sass */
#main section .caption {
  float: left;
  display: block;
  width: 380px;
}
@media screen and (max-width: 767px) {
  /* line 171, ../sass/main.sass */
  #main section .caption {
    width: 100%;
  }
  /* line 179, ../sass/main.sass */
  #main section .caption h1 {
    margin: 0;
  }
}
/* line 182, ../sass/main.sass */
#main section .visuals {
  float: right;
  display: block;
  top: 20px;
  right: 20px;
  width: 780px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  /* line 182, ../sass/main.sass */
  #main section .visuals {
    width: 100%;
  }
  /* line 193, ../sass/main.sass */
  #main section .visuals img,
  #main section .visuals iframe {
    width: 100%;
  }
}
/* line 197, ../sass/main.sass */
#main section .visuals img,
#main section .visuals iframe {
  margin-bottom: 20px;
}
/* line 201, ../sass/main.sass */
#main section .visuals iframe {
  background: transparent;
}
@media screen and (max-width: 767px) {
  /* line 201, ../sass/main.sass */
  #main section .visuals iframe {
    width: 300px;
    height: 168px;
  }
}

#main ul li.up-24 {
  float: right;
}

.empty-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.name {
  padding-bottom: 50px;
}
