/**
 * If you want font size fallback for IE8 create two styles mainIE8.scss and main.scss
 * IF $px is true @import mainIE8.scss ELSE main.scss
 *
 * @param {Number} $size - font-size
 * @param {Number} $size - line-height
 */
/**
 * Create styles for list with inline list-items and separator between them.
 * It's useful when you're creating breadcrumbs, navigations, etc.
 *
 * @param {Number} $spacing - Spacing between list items
 * @param {String} $divider - Sign used for divider between list items
 */
@font-face {
  font-family: "Pill-Bold";
  src: url("fonts/pill_gothic/pillgothic600mg-bold-webfont.eot");
  src: url("fonts/pill_gothic/pillgothic600mg-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pill_gothic/pillgothic600mg-bold-webfont.woff") format("woff"), url("fonts/pill_gothic/pillgothic600mg-bold-webfont.ttf") format("truetype"), url("fonts/pill_gothic/pillgothic600mg-bold-webfont.svg#Pill-Bold") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Pill-Regular";
  src: url("fonts/pill_gothic/pillgothic600mg-regular-webfont.eot");
  src: url("fonts/pill_gothic/pillgothic600mg-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pill_gothic/pillgothic600mg-regular-webfont.woff") format("woff"), url("fonts/pill_gothic/pillgothic600mg-regular-webfont.ttf") format("truetype"), url("fonts/pill_gothic/pillgothic600mg-regular-webfont.svg#Pill-Regular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Pill-BoldItalic";
  src: url("fonts/pill_gothic/pillgothic600mg-boldobq-webfont.eot");
  src: url("fonts/pill_gothic/pillgothic600mg-boldobq-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pill_gothic/pillgothic600mg-boldobq-webfont.woff") format("woff"), url("fonts/pill_gothic/pillgothic600mg-boldobq-webfont.ttf") format("truetype"), url("fonts/pill_gothic/pillgothic600mg-boldobq-webfont.svg#Pill-BoldItalic") format("svg");
  font-style: normal;
  font-weight: normal;
}
/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.video-container {
  position: relative;
  padding-bottom: 36.25%;
  height: 0;
  overflow: hidden;
}
.video-container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 62em) {
  .video-container.fixed {
    top: 103px;
  }
}
@media only screen and (max-width: 40em) {
  .video-container.fixed {
    padding-bottom: 55.25%;
  }
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.video-container.fixed iframe {
  padding-left: 205px;
  z-index: 10;
}
@media only screen and (max-width: 62em) {
  .video-container.fixed iframe {
    padding-left: 0;
  }
}

input[type=text], input[type=number], input[type=email], input[type=password], select {
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  border: 0 none;
  border-bottom: 1px solid #00aeef;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-transform: uppercase;
}

textarea {
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  border: 0 none;
  border-bottom: 1px solid #00aeef;
  width: 100%;
  height: 100px;
  padding: 5px;
  resize: none;
  text-transform: uppercase;
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  outline: none;
  background: #e5f7fd;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 2px 1px 4px #DEECF0;
  -moz-box-shadow: inset 2px 1px 4px #DEECF0;
  -ms-box-shadow: inset 2px 1px 4px #DEECF0;
  box-shadow: inset 2px 1px 4px #DEECF0;
}

.form-group {
  margin-bottom: 1.625rem;
}

.el50 {
  width: 48%;
}
@media only screen and (max-width: 40em) {
  .el50 {
    width: 100%;
  }
}

label sup {
  color: #f2f2f2;
}

img {
  max-width: 100%;
}

.sprite {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

html {
  font-size: 16px;
}

body {
  font-size: 0.813rem;
  font-family: "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  color: #666666;
}

.button, a.button {
  background: transparent;
  color: #00aeef;
  padding: 12px 25px 10px;
  display: inline-block;
  border: 1px solid #00aeef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.button:hover, a.button:hover, .button.active {
  background: #00aeef;
  color: #fff;
}

.button.active:hover {
  background: #fff;
  color: #00aeef;
}

a {
  color: #00aeef;
  text-decoration: none;
}

a:link {
  outline: none;
}

a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

p, .content-editor {
  line-height: 1.375rem;
  margin: 0 0 1.375rem;
}

.content-editor {
  max-width: 850px;
}

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

h1 {
  font-family: "'HelveticaNeueLTStd-Bd", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  font-size: 3rem;
  color: #000;
  margin: 0 0 1.375rem;
  font-weight: bold;
}

h2 {
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  color: #000;
  font-weight: 400;
  margin: 0 0 0.625rem;
}
@media only screen and (max-width: 48em) {
  h2 {
    font-size: 1.313rem;
  }
}

h3 {
  font-size: 1.313rem;
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 48em) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  font-family: "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  color: #666666;
  margin-bottom: 5px;
  text-transform: uppercase;
}

#loader-holder {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#loader-holder.hide {
  opacity: 0;
  z-index: -999 !important;
}
#loader-holder canvas {
  position: absolute;
  width: 450px;
  height: 250px;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -225px;
}

#header-left {
  background: #f2f2f2;
  width: 205px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 13;
}
@media only screen and (max-width: 62em) {
  #header-left {
    width: 100%;
    height: 100px;
  }
}
@media only screen and (max-width: 40em) {
  #header-left {
    position: static;
    top: inherit;
    left: inherit;
    bottom: inherit;
  }
}
#header-left .logo {
  display: block;
  margin: 20px 30px 25px;
}
@media screen and (min-height: 820px) {
  #header-left .logo {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 62em) {
  #header-left .logo {
    display: inline-block;
    margin: 15px 2% 10px;
  }
}
#header-left .logo-tablet-img {
  display: none;
}
@media only screen and (max-width: 62em) {
  #header-left .logo-tablet-img {
    display: block;
  }
}
@media only screen and (max-width: 62em) {
  #header-left .logo-img {
    display: none;
  }
}
#header-left .bottom-box {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 62em) {
  #header-left .bottom-box {
    right: 30px;
    top: 15px;
    bottom: inherit;
    left: 100%;
    width: 102px;
    margin-left: -102px;
    height: 20px;
  }
}
#header-left .social {
  padding: 0 30px 10px;
}
@media screen and (max-height: 770px) {
  #header-left .social {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) and (max-height: 770px) {
  #header-left .social {
    padding: 0;
  }
}
@media only screen and (max-width: 40em) {
  #header-left .social {
    padding: 0;
  }
}
@media only screen and (max-width: 29.9375em) {
  #header-left .social {
    display: none;
  }
}
#header-left .social a {
  display: block;
  color: #9c9c9c;
  padding: 3px 0 3px 22px;
}
@media screen and (max-height: 770px) {
  #header-left .social a {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 5px 0;
  }
}
@media only screen and (max-width: 62em) {
  #header-left .social a {
    display: block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 3px 5px 0;
  }
}
#header-left .social a.fb {
  background-position: -62px -31px;
}
#header-left .social a.tw {
  background-position: -62px -54px;
}
#header-left .social a.ln {
  background-position: -62px -75px;
}
#header-left .social a.in {
  background-position: -62px -97px;
}
#header-left .copyright {
  clear: both;
  padding: 0 30px;
  font-size: 0.688rem;
  line-height: 1.2;
  margin-bottom: 0;
  color: #9c9c9c;
}
@media only screen and (max-width: 62em) {
  #header-left .copyright {
    display: none;
  }
}

.menu-button {
  position: absolute;
  bottom: -8px;
  left: 2%;
  z-index: 14;
  width: 50px;
  height: 50px;
  display: none;
  padding-top: 17px;
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 1px 3px #ccc;
  -moz-box-shadow: 0 1px 3px #ccc;
  -ms-box-shadow: 0 1px 3px #ccc;
  box-shadow: 0 1px 3px #ccc;
}
@media only screen and (max-width: 48em) {
  .menu-button {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .menu-button {
    top: 58px;
    bottom: inherit;
  }
}
.menu-button span {
  display: block;
  height: 2px;
  background-color: #00aeef;
  width: 50%;
  margin: 0 auto 5px;
}

#navigation {
  padding: 0 10px 0 30px;
  position: relative;
  min-height: 37px;
}
@media only screen and (max-width: 62em) {
  #navigation {
    padding: 0 1%;
    background: #00aeef;
  }
}
@media only screen and (max-width: 48em) {
  #navigation .nav-menu {
    display: none;
    position: absolute;
    width: 100%;
    padding-top: 10px;
    top: 32px;
    left: 0;
    background: #00aeef;
    z-index: 13;
  }
}
#navigation a {
  font-size: 0.938rem;
  font-family: "Pill-Regular";
  text-transform: uppercase;
  color: #000;
  line-height: 1.375rem;
  margin-bottom: 1.375rem;
  display: block;
}
#navigation a:hover, #navigation a.active {
  color: #00aeef;
}
@media screen and (max-height: 600px) {
  #navigation a {
    margin-bottom: 0.6875rem;
  }
}
@media only screen and (max-width: 62em) {
  #navigation a {
    display: inline-block;
    margin: 0;
    padding: 10px 7px 5px;
    color: #fff;
  }
  #navigation a:hover, #navigation a.active {
    color: #fff;
    background: #56CBF6;
  }
}
@media only screen and (max-width: 48em) {
  #navigation a {
    display: block;
    border-bottom: 1px solid #56CBF6;
  }
}
#navigation a span {
  font-size: 0.813rem;
  color: #9c9c9c;
  display: none;
  text-transform: none;
}
@media screen and (max-height: 700px) {
  #navigation a span {
    display: none;
  }
}
@media only screen and (max-width: 62em) {
  #navigation a span {
    display: none;
  }
}

#site {
  overflow: hidden;
}
@media only screen and (max-width: 62em) {
  #site {
    float: none;
    margin-left: 0;
    padding-top: 103px;
  }
}
@media only screen and (max-width: 40em) {
  #site {
    padding-top: 0;
  }
}

#site.home {
  position: fixed;
  overflow: hidden;
  height: 100%;
}
#site.home.portrait {
  position: static;
  overflow-y: auto;
}

#content {
  -webkit-transition: margin-top 0.1s linear;
  -moz-transition: margin-top 0.1s linear;
  -ms-transition: margin-top 0.1s linear;
  -o-transition: margin-top 0.1s linear;
  transition: margin-top 0.1s linear;
}
#content.fixed {
  margin-top: 0;
}
.content-wrapper {
  position: relative;
  z-index: 12;
  background: #fff;
  margin-top: 31%;
  padding-left: 205px;
}
.content-wrapper.no-bgr {
  margin-top: 0;
}
@media only screen and (max-width: 62em) {
  .content-wrapper {
    margin-top: 35%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 40em) {
  .content-wrapper {
    margin-top: 0;
  }
}
.content-wrapper.video {
  margin-top: 36.25%;
}
@media only screen and (max-width: 40em) {
  .content-wrapper.video {
    margin-top: 55.25%;
  }
}

.wrapper-padding {
  padding: 0 5.506072% 10px;
}
@media only screen and (max-width: 62em) {
  .wrapper-padding {
    padding: 0 2% 10px;
  }
}

@media only screen and (max-width: 62em) {
  #header-top {
    border-bottom: 1px solid #f2f2f2;
  }
}
#header-top.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 1px 0 2px #ccc;
  -moz-box-shadow: 1px 0 2px #ccc;
  -ms-box-shadow: 1px 0 2px #ccc;
  box-shadow: 1px 0 2px #ccc;
}
@media only screen and (max-width: 62em) {
  #header-top.fixed {
    top: 100px;
  }
}
@media only screen and (max-width: 40em) {
  #header-top.fixed {
    top: 0;
  }
}
#header-top.fixed .wrapper-padding {
  padding: 0 4.7% 10px;
  margin-left: 205px;
}
@media only screen and (max-width: 62em) {
  #header-top.fixed .wrapper-padding {
    margin-left: 0;
    padding: 0 2% 10px;
  }
}
#header-top.fixed h1 {
  padding-top: 0.625rem;
}
#header-top.fixed p.subtitle {
  margin-bottom: 0.625rem;
}
#header-top h1 {
  font-size: 2.5rem;
  padding-top: 1.375rem;
  margin: 0 0 0.625rem;
}
@media only screen and (max-width: 62em) {
  #header-top h1 {
    font-size: 1.625rem;
    float: left;
    margin: 0 15px 0 0;
    padding-top: 0.625rem;
  }
}
#header-top p.subtitle {
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  font-size: 1.313rem;
  color: #9c9c9c;
  margin-bottom: 1.375rem;
}
@media only screen and (max-width: 62em) {
  #header-top p.subtitle {
    display: none;
  }
}

.ico-filters {
  width: 40px;
  height: 40px;
  float: right;
  display: none;
  cursor: pointer;
  position: relative;
  bottom: -5px;
}
@media only screen and (max-width: 48em) {
  .ico-filters {
    display: block;
  }
}
.ico-filters em {
  display: block;
  height: 2px;
  margin: 0 auto 3px;
  width: 15px;
  background: #00aeef;
}
.ico-filters em:first-child {
  width: 25px;
  margin-top: 14px;
}
.ico-filters em:last-child {
  width: 5px;
}

.filters {
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  color: #00aeef;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 62em) {
  .filters {
    padding-top: 14px;
    margin-left: 190px;
  }
}
@media only screen and (max-width: 48em) {
  .filters {
    background: #fff;
    width: 220px;
    padding: 10px;
    position: absolute;
    top: 49px;
    right: -225px;
    z-index: 2;
    -webkit-box-shadow: -1px 2px 3px #ccc;
    -moz-box-shadow: -1px 2px 3px #ccc;
    -ms-box-shadow: -1px 2px 3px #ccc;
    box-shadow: -1px 2px 3px #ccc;
  }
}
.filters select {
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  display: inline-block;
  width: 20%;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
  background: #f2f2f2;
  border: 0 none;
  color: #00aeef;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 62em) {
  .filters select {
    margin-right: 5px;
    width: 25%;
  }
}
@media only screen and (max-width: 48em) {
  .filters select {
    width: 100%;
    margin: 0 0 10px;
  }
}
.filters .search-page {
  width: 57%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 62em) {
  .filters .search-page {
    width: 47%;
  }
}
@media only screen and (max-width: 48em) {
  .filters .search-page {
    width: 100%;
    margin: 0 0 10px;
  }
}
.filters .search {
  display: inline-block;
  float: left;
  position: relative;
  margin-top: 4px;
}
.filters .search span {
  margin-top: -2px;
  display: block;
  cursor: pointer;
}
.filters .search span em {
  cursor: pointer;
}
.filters .search .ico-search {
  background-position: 0 6px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.filters .search-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  max-width: 250px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
@media only screen and (max-width: 62em) {
  .filters .search-form {
    max-width: inherit;
  }
}
.filters .search-form.open {
  width: 100%;
  opacity: 1;
}
.filters .search-form input[type=text] {
  background: #f2f2f2;
  height: 30px;
  line-height: 30px;
  border: 0 none;
}
.filters .search-form input[type=text]:focus {
  border-bottom: 2px solid #00aeef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.filters .search-form input[type=submit] {
  background-position: 8px 6px;
  background-color: #f2f2f2;
  width: 29px;
  height: 20px;
  display: block;
  border: 0 none;
  float: right;
  text-indent: -9999px;
  margin-top: -29px;
  z-index: 5;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.filters .pagination {
  float: right;
  margin-top: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.filters .pagination li {
  display: inline-block;
  margin: 0 3px;
}
.filters ul.pagination {
  padding-top: 10px;
  margin: 0;
}
.filters ul.pagination li a.active {
  color: #888;
  cursor: default;
}
@media only screen and (max-width: 48em) {
  .filters .search-page .pagination {
    display: none;
  }
}

.filters.open {
  right: 0;
}

.pagination.mobile {
  display: none;
}
@media only screen and (max-width: 48em) {
  .pagination.mobile {
    display: block;
  }
}
.pagination.mobile a {
  display: inline-block;
  height: 26px;
  line-height: 29px;
  position: relative;
  margin-right: 10px;
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 29.9375em) {
  .pagination.mobile a {
    text-indent: -9999px;
    width: 26px;
    margin-right: 0;
  }
}
.pagination.mobile ul.pagination {
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
}
.pagination.mobile ul li {
  display: none;
}
.pagination.mobile ul li:first-child, .pagination.mobile ul li:last-child {
  display: inline-block;
}
.pagination.mobile ul li:first-child a {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -334px;
  padding-left: 17px;
  display: inline-block;
}
@media only screen and (max-width: 29.9375em) {
  .pagination.mobile ul li:first-child a {
    padding: 0;
  }
}
.pagination.mobile ul li:last-child a {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 31px -290px;
  padding-right: 17px;
  display: inline-block;
}
@media only screen and (max-width: 29.9375em) {
  .pagination.mobile ul li:last-child a {
    background-position: 0 -290px;
    padding: 0;
  }
}

.search-results {
  clear: both;
  color: #919191;
  padding-top: 10px;
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
}
.search-results span {
  margin-bottom: 5px;
}
.search-results em {
  font-style: normal;
  color: #000;
}
.search-results .button {
  padding: 5px 10px 3px;
}

.blog-post {
  width: 33%;
  padding: 2.5%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1441px) {
  .blog-post {
    width: 24.5%;
  }
}
@media only screen and (max-width: 74.9375em) {
  .blog-post {
    width: 49.5%;
  }
}
@media only screen and (max-width: 62em) {
  .blog-post {
    width: 33%;
    padding: 1.5%;
  }
}
@media only screen and (max-width: 48em) {
  .blog-post {
    width: 49.5%;
  }
}
@media only screen and (max-width: 40em) {
  .blog-post {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #00aeef;
    padding-bottom: 40px;
  }
}
.blog-post .thumb {
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 62em) {
  .blog-post .thumb {
    margin-bottom: 10px;
  }
}
.blog-post .thumb img {
  float: left;
  display: none;
  margin-right: 10px;
}
.blog-post .author-bio {
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
  color: #00aeef;
  font-size: 1rem;
}
.blog-post .author-bio-box {
  position: absolute;
  top: 24px;
  right: 0;
  background: #00aeef;
  color: #fff !important;
  font-size: 0.75rem;
  line-height: 1rem;
  width: 74%;
  height: 195px;
  display: none;
  padding: 10px;
  -webkit-box-shadow: 0 2px 2px #ccc;
  -moz-box-shadow: 0 2px 2px #ccc;
  -ms-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc;
}
.blog-post .author-bio-box:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #00aeef;
  display: block;
  position: absolute;
  top: -3px;
  left: 10px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.blog-post .author-bio-box .content {
  overflow-y: auto;
  height: 178px;
}
.blog-post .date {
  display: inline-block;
  color: #000;
  font-size: 0.938rem;
}
.blog-post .date span {
  float: left;
  display: inline-block;
}
.blog-post .date span em {
  display: block;
  font-style: normal;
}
.blog-post .date span em:first-child {
  margin: 4px 0 8px;
}
.blog-post .date em.year {
  font-size: 3rem;
  float: right;
  font-style: normal;
}
.blog-post .read-more {
  display: inline-block;
  margin-bottom: 1.375rem;
}
.blog-post .tag {
  text-transform: uppercase;
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
}
.blog-post h2 {
  text-transform: uppercase;
  font-weight: normal;
}
@media only screen and (max-width: 62em) {
  .blog-post h2 {
    font-size: 1.313rem;
    margin-bottom: 0;
  }
}

.blog-post.hover {
  background: #00aeef;
  color: #fff;
}
.blog-post.hover h2, .blog-post.hover a, .blog-post.hover .author-bio, .blog-post.hover .date {
  color: #fff;
}
.blog-post.hover a, .blog-post.hover .author-bio {
  text-decoration: underline;
}
.blog-post.hover .button {
  border-color: #fff;
  text-decoration: none;
}

#home-slideshow div img {
  width: 100%;
}

.homeboxes {
  padding-left: 205px;
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 1650px) {
  .homeboxes {
    bottom: inherit;
  }
}
.homeboxes.portrait {
  position: static;
  bottom: inherit;
  left: inherit;
}
@media only screen and (max-width: 62em) {
  .homeboxes {
    padding-left: 0;
    position: static;
    bottom: inherit;
    left: inherit;
  }
}

.homebox.pull-left {
  width: 35%;
}
@media only screen and (max-width: 64.0625em) {
  .homebox.pull-left {
    width: 50%;
  }
}
@media only screen and (max-width: 40em) {
  .homebox.pull-left {
    width: 100%;
  }
}
.homebox.pull-right {
  width: 65%;
}
@media only screen and (max-width: 64.0625em) {
  .homebox.pull-right {
    width: 50%;
  }
}
@media only screen and (max-width: 40em) {
  .homebox.pull-right {
    width: 100%;
  }
}
.homebox .content {
  padding: 2% 5%;
}
.homebox img {
  width: 100%;
}

.parallax {
  width: 100%;
}
.parallax .headimg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (max-width: 62em) {
  .parallax .headimg {
    top: 103px;
  }
}
@media only screen and (max-width: 40em) {
  .parallax .headimg {
    position: static;
  }
}
.parallax .headimg img {
  width: 100%;
  padding-left: 205px;
}
@media only screen and (max-width: 62em) {
  .parallax .headimg img {
    padding-left: 0;
  }
}

.member {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
}
@media only screen and (max-width: 48em) {
  .member {
    width: 49%;
  }
}
@media only screen and (max-width: 29.9375em) {
  .member {
    width: 100%;
    display: block;
  }
}

.members-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1400px;
}

.member_new {
  display: flex;
  flex-direction: column;
  width: 31%;
  margin-bottom: 20px;
}
.member_new .mheader {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  align-items: center;
}
.member_new .mheader .mimage {
  border-radius: 9999px;
  max-width: 60px;
  margin-right: 15px;
  display: block;
  overflow: hidden;
}
.member_new .mheader .mimage img {
  width: 100%;
  display: block;
}
.member_new .mheader .mname {
  color: #0c0c0c;
  font-weight: 500;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}
.member_new .mcontent div {
  padding-bottom: 5px;
}
.member_new .msocial {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
}
.member_new .msocial a {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.member_new .msocial a svg {
  color: #888888;
  width: 20px;
  height: 20px;
}
.member_new .msocial a svg:hover {
  color: #00aeef;
}
@media only screen and (max-width: 74.9375em) {
  .member_new {
    width: 45%;
  }
}
@media only screen and (max-width: 48em) {
  .member_new {
    width: 100%;
    display: block;
  }
}

.event-box {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1.625rem;
  margin-bottom: 1.625rem;
}
.event-box p {
  display: inline-block;
  float: left;
  margin: 0;
}
.event-box a.button {
  padding: 12px 55px 10px;
  clear: right;
  clear: right;
}

.view-gallery {
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  text-transform: uppercase;
  line-height: 21px;
  display: inline-block;
  margin-bottom: 5px;
}

.view-gallery em {
  width: 24px;
  height: 21px;
  display: inline-block;
  background-position: -99px 0;
  float: left;
  margin-right: 5px;
}

.sponsors h2 {
  text-align: left;
}
.gallery a .overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 174, 239, 0.85);
  z-index: 2;
}
.gallery a .overlay em {
  background-position: 0 -26px;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
}
.gallery a .overlay span {
  padding: 0 5%;
  position: absolute;
  top: 60%;
  color: #fff;
  width: 100%;
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  text-align: center;
  text-transform: uppercase;
}
.gallery a:hover .overlay {
  display: block;
}

.title-fancy {
  display: inline-block;
  float: left;
}

.social-fancy {
  display: inline-block;
  float: right;
}
.social-fancy a {
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 3px 0 0;
}
.social-fancy a.fb {
  background-position: -62px -31px;
}
.social-fancy a.tw {
  background-position: -62px -54px;
}

.back-gallery {
  padding-left: 17px;
  background-position: 0 -339px;
  padding-bottom: 1px;
}
@media only screen and (max-width: 62em) {
  .back-gallery {
    margin-top: 18px;
  }
}

.justified-gallery > div img {
  cursor: pointer;
}

.founder-box:last-child {
  float: right !important;
}
.founder-box img {
  display: block;
  margin-bottom: 1.625rem;
}
.founder-box p span {
  display: block;
  text-transform: uppercase;
  font-family: "Pill-Regular", "HelveticaNeueLT-Roman", Helvetica, Arial, serif;
  line-height: 21px;
}
.founder-box p span em {
  display: inline-block;
  width: 21px;
  height: 21px;
  float: left;
}
.founder-box p span em.ico-url {
  background-position: -31px 1px;
}
.founder-box p span em.ico-email {
  background-position: -65px;
}

#contact-form {
  max-width: 800px;
}
#contact-form label {
  display: none;
}

.message-404 {
  text-align: center;
  padding-top: 100px;
}
.message-404 h1 {
  font-size: 5rem;
  font-family: "Pill-Regular";
  font-weight: normal;
  color: #00aeef;
  text-transform: uppercase;
}
.message-404 a {
  text-decoration: underline;
}

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