/* compiled by scssphp v0.0.12 on Tue, 19 Nov 2019 23:14:17 -0500 (0.114s) */

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/* makes the font 33% larger relative to the icon container */
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
@charset "utf-8";
/**
       * Remove all paddings around the image on small screen
       */
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Montserrat", ;
  font-size: 1.2em;
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", ;
  line-height: 1.5em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.7em; }

h2 {
  font-size: 2.4em; }

h3 {
  font-size: 2.1em; }

h4 {
  font-size: 1.8em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.2em; }

p {
  margin: 0 0 0.9em; }

a {
  transition: color 0.1s linear;
  color: #ee2a7b;
  text-decoration: none; }
  a:hover {
    color: #000; }
  a:active, a:focus {
    color: #000;
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.8em 0; }

img {
  margin: 0;
  width: 100%; }

blockquote {
  border-left: 2px solid #ddd;
  color: #fff;
  margin: 1.8em 0;
  padding-left: 0.9em; }

cite {
  color: #fff;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

table {
  border-collapse: collapse;
  margin: 0.9em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.9em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.9em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  margin-bottom: 0.9em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.9em; }
  dl dd {
    margin: 0; }

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }
  .fa.pull-right {
    margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

a:active, a:focus {
  color: #ee2a7b; }

.triangle {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #000;
  display: inline-block;
  margin-right: 20px; }

body {
  max-width: 100%;
  margin: 0px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  @media screen and (max-width: 1600px) {
  body {
    font-size: 100%; } }
  @media screen and (max-width: 960px) {
  body {
    font-size: 90%; } }
  @media screen and (max-width: 600px) {
  body {
    font-size: 75%; }
    body #about, body #venue, body #hsetting {
      width: 90%; }

    body .partimage {
      width: 100% !important; }

    body .presentation {
      width: 100% !important; } }
  @media screen and (max-width: 450px) {
  body {
    font-size: 70%; } }
  @media only screen and (max-width: 759px) {
  body #header .header-content {
    height: 370px; } }
  @media only screen and (max-width: 600px) {
  body #header .header-content {
    height: auto; }
  body .header {
    font-size: 30px !important; }
    body .header .triangle {
      width: 0 !important;
      height: 0 !important;
      border-top: 10px solid transparent !important;
      border-bottom: 10px solid transparent !important;
      border-left: 16px solid #000;
      display: inline-block;
      margin-right: 20px; } }

#header {
  width: 100%;
  position: relative;
  /*overflow: hidden;*/
  text-align: center;
  padding-top: 53px;
  background-color: transparent; }

.mobilebg {
  display: none; }

@media only screen and (max-width: 759px) {
  .deskbg {
    display: none !important; }

  .mobilebg {
    display: block !important; }

  #sponsors {
    text-align: left;
    width: 90%; }
    #sponsors .grid {
      text-align: center; } }

#header > img {
  width: 100%;
  display: block; }

#header .header-content {
  /*background-image: url('../images/Header_BG.png');*/
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 800px;*/
  background-position: center center; }

@media only screen and (max-width: 759px) {
  #cpe div p {
    margin-left: 1.1em !important;
    margin-right: 1.1em !important; }

  #header .header-content {
    height: 200px; } }

#header .header-content .words {
  /*background-image: url('../images/Header_Copy.png');*/
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 100%;
  width: 100%; }

.pending {
  text-align: center;
  padding: 10px;
  line-height: 4em;
  color: white;
  clear: both; }

@media (max-width: 600px) {
  #agenda {
    width: 90%; } }

.section {
  width: 1100px;
  margin: 0 auto; }
  @media (max-width: 1600px) {
  .section {
    width: 1100px; } }
  @media (max-width: 1100px) {
  .section {
    width: 800px; } }
  @media (max-width: 800px) {
  .section {
    width: 600px; } }
  @media (max-width: 600px) {
  .section {
    width: 90%; } }
  .section .grid {
    *zoom: 1;
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding: 2em 0em; }
    .section .grid:before, .section .grid:after {
      content: '';
      display: table; }
    .section .grid:after {
      clear: both; }

.section {
  position: relative;
  clear: both;
  text-align: left; }
  .section .header {
    margin: 0 auto;
    background: white;
    /*padding: 30px;*/
    color: #ee2a7b;
    padding-top: 30px;
    padding-bottom: 10px;
    z-index: 2;
    font-size: 48px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    font-weight: 900;
    display: inline-block;
    /*&:before {
      content: '';
      height: 6px;
      background-color: #111111;
      width: 100%;
      left: 0;
      z-index: -1;
      top: 82px;
      position: absolute;
    }*/
    letter-spacing: 4px; }
  .section h1 {
    text-align: center;
    margin: 1em; }

#venue {
  margin-top: 50px !important;
  padding-top: 20px; }
  #venue p.date {
    margin-bottom: 0 !important; }
  #venue img {
    width: 100%; }

h3 {
  font-size: 1em; }

#speakers > .center {
  font-family: "proxima-nova", serif;
  /*font-style: oblique;*/
  color: grey;
  font-size: 30px;
  line-height: 26px; }
  #speakers > .grid {
    text-align: center;
    padding-top: 0px; }
  @media (max-width: 600px) {
  #speakers {
    width: 90%; } }

.grid {
  position: relative; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  .grid > .item {
    float: left;
    width: 16.66667%;
    box-sizing: border-box;
    padding: 5px; }

.grid {
  width: 800px;
  margin: 0 auto; }
  .grid .item {
    display: block !important;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: left;
    border-top: 1px solid lightgray; }
    .grid .item.center {
      float: none !important;
      display: inline-block !important; }
    .grid .item > * {
      width: 90%; }
    .grid .item img {
      display: block; }
    .grid .item .image {
      position: relative; }
      .grid .item .image .overlay {
        display: block;
        height: 100%;
        width: 100%;
        transition: all 0.3s;
        z-index: 3;
        /*&:hover {
          background-color: rgba(238,42,123,.5);
        }*/
        position: absolute; }
    .grid .item .name {
      margin-top: 10px;
      color: #ee2a7b;
      line-height: 18px;
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      font-weight: 900;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .grid .item .title {
      margin-top: 5px;
      /*font-style: oblique;*/
      color: #000;
      font-family: "proxima-nova", serif;
      line-height: 18px;
      font-size: 14px; }

@media (min-width: 801px) {
  .grid .item:nth-child(-n+6) {
    border-top: 1px solid transparent; }
    .grid .item:nth-child(6n+7) {
      clear: left !important; } }

@media (max-width: 800px) {
  .grid {
    width: 600px; }

  .grid .item {
    width: 25%; }
    .grid .item:nth-child(6n+1) {
      clear: none; }
    .grid .item:nth-child(-n+6) {
      border-top: none; }
    .grid .item:nth-child(4n+1) {
      clear: both; }
    .grid .item:nth-child(n+5) {
      border-top: 1px solid lightgray; } }

@media (max-width: 600px) {
  .grid {
    *zoom: 1;
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
    .grid:before, .grid:after {
      content: '';
      display: table; }
    .grid:after {
      clear: both; }

  .grid .item {
    width: 50%; }
    .grid .item:nth-child(odd) {
      padding-right: 5px;
      padding-left: 0; }
    .grid .item:nth-child(6n+1) {
      clear: none; }
    .grid .item:nth-child(n+7) {
      border-top: none; }
    .grid .item:nth-child(2n+1) {
      clear: both; }
    .grid .item:nth-child(n+3) {
      border-top: 1px solid lightgray; } }

.jumbotron {
  *zoom: 1;
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  height: auto;
  overflow: auto; }
  .jumbotron:before, .jumbotron:after {
    content: '';
    display: table; }
  .jumbotron:after {
    clear: both; }
  .jumbotron i {
    font-size: 10em;
    color: black;
    transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out; }
  .jumbotron i:hover {
    color: red;
    transform: scale(5.5) rotate(1080deg);
    -webkit-transform: scale(5.5) rotate(1080deg);
    opacity: 0; }
  .jumbotron .logo {
    display: block;
    *zoom: 1;
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 20px;
    width: 75%;
    max-width: 1000px; }
    .jumbotron .logo:before, .jumbotron .logo:after {
      content: '';
      display: table; }
    .jumbotron .logo:after {
      clear: both; }
  .jumbotron .info {
    font-size: 1em;
    display: block;
    color: white;
    *zoom: 1;
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
    .jumbotron .info:before, .jumbotron .info:after {
      content: '';
      display: table; }
    .jumbotron .info:after {
      clear: both; }
  .jumbotron .button {
    font-size: 1em;
    display: block;
    color: black;
    text-transform: uppercase;
    padding: 10px 20px;
    border: solid black 3px;
    width: auto;
    max-width: 250px;
    margin: 75px auto;
    transition: all 0.2s ease-in-out; }
  .jumbotron .button:hover {
    background: black;
    color: #fff; }
  .jumbotron .quote {
    font-size: 1.5em;
    display: block;
    color: white; }
  .jumbotron .slogan {
    font-size: 3em;
    color: white;
    font-weight: 700; }

nav {
  display: block;
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0px;
  background: #111;
  box-shadow: 0px 0px 10px #111; }
  nav ul {
    text-align: center; }
    nav ul li {
      display: inline-block;
      padding: 25px 6px;
      text-transform: uppercase;
      font-size: 0.9em;
      line-height: 0.3em; }
      nav ul li a {
        color: white; }
        nav ul li a:hover {
          color: #ee2a7b; }
    nav ul .register {
      border-radius: 5px;
      background: #ee2a7b;
      padding: 5px 10px;
      color: white; }

.sponsors {
  margin-top: 2em;
  margin-bottom: 50px;
  clear: both; }
  .sponsors h2 {
    clear: both; }
  .sponsors .clear {
    height: 50px; }
  .sponsors .center {
    font-family: "proxima-nova", sans-serif;
    color: #ee2a7b;
    font-size: 30px;
    line-height: 26px; }
  .sponsors .grid {
    padding: 20px 0; }
    .sponsors .grid.center {
      text-align: center; }
      .sponsors .grid.center > div {
        float: none;
        display: inline-block; }
  .sponsors .sponsorcontainer {
    padding: 20px 5px;
    vertical-align: middle;
    border-bottom: 1px solid transparent;
    width: 36%;
    /*height:150px;*/
    display: inline-block;
    position: relative; }
    .sponsors .sponsorcontainer a {
      white-space: nowrap;
      text-align: left;
      display: block;
      height: 100%;
      width: 100%;
      position: relative; }
    @media (max-width: 600px) {
  .sponsors .sponsorcontainer a {
    text-align: center; } }
    .sponsors .sponsorcontainer .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .sponsors .sponsorcontainer img {
      width: auto;
      max-width: 90%;
      max-height: 90%;
      vertical-align: middle; }

@media (min-width: 801px) {
  /*
@media (min-width: 601px) and (max-width:800px) {
  .grid .sponsorcontainer {
    width: 25%;
    &:nth-last-child(-n+4) {
      border-bottom: 1px solid transparent;
    }
    &:nth-child(4n+5) {
      clear: left !important;
    }
  }
}
*/
    .grid .sponsorcontainer:nth-last-child(n+5) {
      border-bottom: 1px solid transparent; }
      .grid .sponsorcontainer:nth-child(4n+6) {
        clear: left !important; } }

@media (max-width: 800px) {
  .grid .sponsorcontainer {
    width: 50%; }
    .grid .sponsorcontainer:nth-last-child(-n+2) {
      border-bottom: 1px solid transparent; }
    .grid .sponsorcontainer:nth-child(2n+3) {
      clear: left !important; }

  .sponsors {
    text-align: center; } }

.center {
  text-align: center;
  margin: 0px auto; }

.hloc, .hdate, .hcity {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 4px;
  display: inline-block;
  color: #000; }

.hdate {
  color: #ee2a7b; }

#hsetting {
  margin-top: -8% !important; }

.bracket {
  color: #000; }

#about, #venue, #hsetting {
  margin-top: 40px;
  width: 1100px;
  padding-bottom: 20px; }
  @media (max-width: 1100px) {
  #about, #venue, #hsetting {
    width: 800px; }
    #about .hloc, #venue .hloc, #hsetting .hloc, #about .hdate, #venue .hdate, #hsetting .hdate, #about .hcity, #venue .hcity, #hsetting .hcity {
      display: block; }

    #about .lheight, #venue .lheight, #hsetting .lheight {
      line-height: 1.2; }

    #about .bracket, #venue .bracket, #hsetting .bracket {
      display: none; } }
  @media (max-width: 800px) {
  #about, #venue, #hsetting {
    /*.locdate{
	    margin-top: 126px !important;
    }*/
    width: 600px; } }
  @media (max-width: 600px) {
  #about, #venue, #hsetting {
    *zoom: 1;
    width: auto;
    max-width: 100%;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 2em;
    margin-right: 2em; }
    #about:before, #venue:before, #hsetting:before, #about:after, #venue:after, #hsetting:after {
      content: '';
      display: table; }

    #about:after, #venue:after, #hsetting:after {
      clear: both; }

    #about .hloc, #venue .hloc, #hsetting .hloc, #about .hdate, #venue .hdate, #hsetting .hdate, #about .hcity, #venue .hcity, #hsetting .hcity {
      font-size: 30px; } }
  #about div p, #venue div p, #hsetting div p {
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    color: #000; }
    #about div p.date, #venue div p.date, #hsetting div p.date {
      color: #ee2a7b;
      font-family: "proxima-nova", sans-serif;
      font-style: normal;
      font-size: 30px;
      line-height: 26px; }
    #about div p.about, #venue div p.about, #hsetting div p.about {
      margin-top: 0;
      font-size: 22px; }
    @media (max-width: 600px) {
    #about div p.about, #venue div p.about, #hsetting div p.about {
      line-height: 36px; } }
    #about div .center, #venue div .center, #hsetting div .center {
      text-align: center; }
    #about div .download:hover, #venue div .download:hover, #hsetting div .download:hover {
      color: white;
      background: #ee2a7b; }
    #about div .download:hover a, #venue div .download:hover a, #hsetting div .download:hover a {
      color: white; }

a.download {
  text-align: center;
  font-size: 1em;
  display: block;
  color: #ee2a7b;
  text-transform: uppercase;
  padding: 10px 20px;
  border: solid #ee2a7b 3px;
  max-width: 300px;
  width: auto;
  margin: 20px auto;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  transition: all 0.2s ease-in-out; }
  a.download:hover {
    color: white;
    background: #ee2a7b; }
    a.download:hover a {
      color: white; }

#downloadpdf .article {
  background: #fff;
  *zoom: 1;
  width: auto;
  max-width: 960px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  clear: both; }
  #downloadpdf .article .quote {
    font-size: 130%;
    font-weight: bold; }
  #downloadpdf .article:before, #downloadpdf .article:after {
    content: '';
    display: table; }
  #downloadpdf .article:after {
    clear: both; }
  #downloadpdf .article .download {
    text-align: center;
    font-size: 1em;
    display: block;
    color: #ee2a7b;
    text-transform: uppercase;
    padding: 10px 20px;
    border: solid #ee2a7b 3px;
    max-width: 300px;
    width: auto;
    margin: 1em auto;
    transition: all 0.2s ease-in-out; }
  #downloadpdf .article .download:hover {
    color: white;
    background: #ee2a7b; }
  #downloadpdf .article .download:hover a {
    color: white; }

#tickets {
  padding: 2em 0px;
  background: white;
  text-align: center;
  *zoom: 1; }
  #tickets:before, #tickets:after {
    content: '';
    display: table; }
  #tickets:after {
    clear: both; }
  #tickets .article {
    *zoom: 1;
    width: auto;
    max-width: 960px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
  #tickets .article:before, #tickets .article:after {
    content: '';
    display: table; }
  #tickets .article:after {
    clear: both; }
  #tickets span.registernow {
    font-size: 1em;
    display: block;
    color: #ee2a7b;
    text-transform: uppercase;
    padding: 10px 20px;
    border: solid #ee2a7b 3px;
    max-width: 300px;
    margin: 20px auto;
    transition: all 0.2s ease-in-out; }
  #tickets span.registernow:hover {
    color: white;
    background: #ee2a7b; }
  #tickets span.registernow:hover a {
    color: white; }

#agenda {
  /*background: url("../assets/images/fedtalksbg.png") fixed no-repeat;*/
  /*.article {
    //margin-top: 5em;
    padding-bottom: 5em;
    background: rgba(255,255,255,1);
    @include center(960px);
    margin-top: -100px;
    text-align:center;
    .agenda-time {
      margin-top:1.5em;

    }
    .agenda-title {
      font-weight: bold;
      color: $pink;
      font-size:130%;
    }
    span.agenda-name {
      font-weight: bold;

    }
    span.agenda-name-title {

    }
}*/ }

#quotebanner {
  background: white;
  *zoom: 1;
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  #quotebanner:before, #quotebanner:after {
    content: '';
    display: table; }
  #quotebanner:after {
    clear: both; }
  #quotebanner img {
    width: 100%; }

#map {
  width: 100%;
  margin: 0px;
  padding: 0px; }

#social {
  text-align: center;
  background: white;
  margin: 3em auto; }
  #social h1 {
    margin: 0em; }
  #social i {
    margin: 1em 0.3em; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer; }
  .youtube .play {
    background: url("data:image/png;base64,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") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out; }
  .youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

#four_oh_four {
  margin-top: 100px; }

.wrap {
  margin-bottom: 25px; }
  .wrap#about, #venue.wrap, #hsetting.wrap {
    margin-top: 100px; }
  .wrap#about .download, #venue.wrap .download, #hsetting.wrap .download {
    max-width: 300px; }
  .wrap#presentations .container, .wrap#tweets .container, .wrap[id*='video'] .container {
    position: relative;
    text-align: center; }
  .wrap#presentations .container > div, .wrap#tweets .container > div, .wrap[id*='video'] .container > div {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 49%;
    margin-bottom: 30px; }
    .wrap#presentations .container > div:nth-of-type(2n-1), .wrap#tweets .container > div:nth-of-type(2n-1), .wrap[id*='video'] .container > div:nth-of-type(2n-1) {
      padding-right: 1%; }

.column {
  float: left;
  width: 30%;
  text-align: left;
  margin-right: 3%; }

@media screen and (max-width: 1400px) {
  .column {
    float: left;
    width: 30%;
    text-align: left; } }

@media screen and (max-width: 960px) {
  .column {
    float: left;
    width: 30%;
    text-align: left; } }

@media screen and (max-width: 600px) {
  .column {
    float: left;
    width: 90%;
    text-align: left;
    margin: 20px; }
    .column .partimage {
      width: 100% !important; } }

@media screen and (max-width: 450px) {
  .column {
    float: left;
    width: 90%;
    text-align: left;
    margin: 20px; } }

.column .name {
  margin-top: 10px;
  color: #ee2a7b;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px; }

.column .price {
  font-weight: bold;
  font-size: 24px; }

.column ul li {
  font-size: 15px;
  list-style-type: disc;
  margin-left: 18px; }

.offset:before {
  display: block;
  content: " ";
  /* Give height of your fixed element */
  height: 40px;
  /* Give negative margin of your fixed element */
  margin-top: -60px;
  visibility: hidden;
  /* Styles for dialog window */ }

#Chris-Liddell, #Michael-Kratsios, #Derek-Kan, #Sue-Gordon, #Margaret-Weichert, #Margie-Graves, #Dan-Scavino-Jr, #Eric-Welling, #Adam-Hickey, #Bill-Marion, #Vicki-Hildebrand, #Max-Everett, #Ed-Simcox, #Maria-Roat, #Alan-Thomas, #John-Wagner, #Mike-Madsen, #Josh-Marcuse, #Jeni-Britton-Bauer, #Thomas-Hicks, #Joanne-Collins-Smee, #Matt-Masterson, #Goldy-Kamali, #Meerah-Rajavel, #Steve-Harris, #Chris-Balcik, #Eva-Skidmore, #Bill-Vass, #Chris-Niggel, #Gus-Hunt, #Jason-Callaway, #Greg-Otto, #Andre-McGregor, #Oak-Felder, #Al-Murray-III, #cpe-credit {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
  font-family: "Montserrat", sans-serif;
  /**
 * Fade-zoom animation for first dialog
 */
  /* start state */ }

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  /* animate in */ }

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  /* animate out */ }

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  /* Dark overlay, start state */ }

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  /* animate in */ }

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  /* animate out */ }

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  /* Magnific Popup CSS */ }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
  /* Main image in popup */ }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  /* The shadow behind the image */ }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.big-button:hover {
  text-decoration: underline; }

span.header.Community {
  margin: 0 auto;
  background: white;
  color: #ee2a7b;
  padding: 30px;
  z-index: 2;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  clear: both; }
  span.header.Community:before {
    content: '';
    height: 6px;
    background-color: #111;
    width: 100%;
    left: 0;
    z-index: -1;
    margin-top: 39px;
    top: auto;
    position: absolute; }

#agenda {
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 20px; }

#agenda h2 {
  font-family: "proxima-nova", sans-serif;
  color: #ee2a7b;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 35px;
  font-weight: 800; }

#agenda h3.time {
  color: #000; }

#agenda hr {
  margin: 25px 0; }

#agenda .list .item {
  margin-bottom: 20px; }

@media only screen and (max-width: 759px) {
  #agenda .list .item {
    padding-bottom: 20px;
    border-bottom: 1px solid #191b49; } }

#agenda .list .item > .time, #agenda .list .item > .info {
  display: inline-block;
  vertical-align: top; }

@media only screen and (max-width: 759px) {
  #agenda .list .item > .time, #agenda .list .item > .info {
    display: block;
    width: auto; } }

#agenda .list .item:last-of-type {
  border-bottom: none; }

#agenda .list .time {
  width: 25%;
  font-size: 20px;
  font-weight: 600; }

@media only screen and (min-width: 760px) and (max-width: 1099px) {
  #agenda .list .time {
    width: 25%; } }

@media only screen and (max-width: 759px) {
  #agenda .list .time {
    margin-bottom: 5px; } }

#agenda .list .info {
  width: 75%; }

@media only screen and (min-width: 760px) and (max-width: 1099px) {
  #agenda .list .info {
    width: 75%; } }

#agenda .list .title {
  font-family: "proxima-nova", sans-serif;
  color: #ee2a7b;
  font-weight: 600;
  font-size: 20px; }

@media only screen and (max-width: 759px) {
  #agenda .list .title {
    margin-bottom: 5px; } }

@media only screen and (max-width: 759px) {
  #agenda .list .speaker {
    margin-bottom: 5px; }

  #agenda .list .speaker:last-of-type {
    margin-bottom: 0; } }

#agenda .list .speaker .name {
  font-weight: bold;
  color: #000;
  font-size: 20px; }

#agenda .list .speaker .title {
  font-weight: normal;
  color: #000; }
