@charset "UTF-8";
/**
 * Style file
 *
 * This file is compiled into style.css
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,700,400);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* Colors */
/* Standards */
/* Font stuff */
/* ---------- Import base ---------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

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

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  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;
}

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

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -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;
}

fieldset {
  background-color: #e5e5e5;
  border: 1px solid #808080;
  margin: 0.25em 0;
  padding: 0.5em;
  margin-bottom: 1em;
}
fieldset a.fieldset-title {
  padding: 0.25em;
  background: #FFF;
}
fieldset .fieldset-legend {
  background: #FFF;
  padding: 0.25em;
  border: 1px solid #808080;
}

input,
label,
select {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}

label {
  font-weight: 600;
  margin-bottom: 0.125em;
}
label.required::after {
  content: "*";
  color: #570000;
}
label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  border: 1px solid #808080;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 0.25em;
  padding: 0.16667em;
  transition: border-color;
  width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #868686;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #666;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(89, 89, 89, 0.7);
  outline: none;
}
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
select[multiple=multiple]:disabled,
textarea:disabled {
  background-color: #a6a6a6;
  cursor: not-allowed;
}
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover,
textarea:disabled:hover {
  border: 1px solid #808080;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.125em;
}

input[type="file"] {
  padding-bottom: 0.25em;
  width: 100%;
}

select {
  margin-bottom: 0.5em;
  max-width: 100%;
  width: auto;
}

/**
 * Functions
 *
 */
/**
 * Mixins
 *
 * Snippets of reusable CSS to develop faster and keep code readable
 */
/* Overwrite the default media mixin for ie9 fallback */
/**
 * Extendables
 *
 * Collect all of your extendable classes, ids and silent extendables.
 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Typography
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
}

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

/* Line-heights */
body {
  font-size: 16px;
  line-height: 1.5em;
}

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

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

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

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

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

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

/* ---------- Import design ---------- */
/*
 * Design
 * 
 * Include all your design elements in this file.
 */
/**
 * Layout
 *
 * All layout theming should go in this file
 */
/* Layout */
.container {
  max-width: 67.5em;
  padding: 0 0.625em;
  margin-left: auto;
  margin-right: auto;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

header, footer, .main {
  zoom: 1;
}
header:after, footer:after, .main:after {
  content: "";
  display: table;
  clear: both;
}

.lt-ie9 .column {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 32.07547%;
}
.lt-ie9 .column:last-child {
  margin-right: 0;
}
@media screen and (min-width: 35em) {
  .column {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 32.07547%;
  }
  .column:last-child {
    margin-right: 0;
  }
}

.lt-ie9 .one-sidebar.sidebar-first .main {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 74.5283%;
  margin-right: 0;
}
.lt-ie9 .one-sidebar.sidebar-first .main:last-child {
  margin-right: 0;
}
.lt-ie9 .one-sidebar.sidebar-second .main {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 74.5283%;
}
.lt-ie9 .one-sidebar.sidebar-second .main:last-child {
  margin-right: 0;
}
.lt-ie9 .one-sidebar aside.sidebar_first {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 23.58491%;
}
.lt-ie9 .one-sidebar aside.sidebar_first:last-child {
  margin-right: 0;
}
.lt-ie9 .one-sidebar aside.sidebar_second {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 23.58491%;
  margin-right: 0;
}
.lt-ie9 .one-sidebar aside.sidebar_second:last-child {
  margin-right: 0;
}
@media screen and (min-width: 35em) {
  .one-sidebar.sidebar-first .main {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 74.5283%;
    margin-right: 0;
  }
  .one-sidebar.sidebar-first .main:last-child {
    margin-right: 0;
  }
  .one-sidebar.sidebar-second .main {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 74.5283%;
  }
  .one-sidebar.sidebar-second .main:last-child {
    margin-right: 0;
  }
  .one-sidebar aside.sidebar_first {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 23.58491%;
  }
  .one-sidebar aside.sidebar_first:last-child {
    margin-right: 0;
  }
  .one-sidebar aside.sidebar_second {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 23.58491%;
    margin-right: 0;
  }
  .one-sidebar aside.sidebar_second:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .two-sidebars .main {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 49.0566%;
  }
  .two-sidebars .main:last-child {
    margin-right: 0;
  }
  .two-sidebars .sidebar_first {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 23.58491%;
  }
  .two-sidebars .sidebar_first:last-child {
    margin-right: 0;
  }
  .two-sidebars .sidebar_second {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 23.58491%;
    margin-right: 0;
  }
  .two-sidebars .sidebar_second:last-child {
    margin-right: 0;
  }
}

.lt-ie9 .no-sidebars .main {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 100%;
  margin-right: 0;
}
.lt-ie9 .no-sidebars .main:last-child {
  margin-right: 0;
}
@media screen and (min-width: 35em) {
  .no-sidebars .main {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 100%;
    margin-right: 0;
  }
  .no-sidebars .main:last-child {
    margin-right: 0;
  }
}

.region-highlighted {
  display: block;
}
.region-highlighted::after {
  clear: both;
  content: "";
  display: table;
}

.primary_navigation h2 {
  display: none;
}
.primary_navigation ul.menu {
  text-align: center;
}
.primary_navigation ul.menu li {
  margin: 0;
  padding: 0;
}
.primary_navigation ul.menu a {
  text-decoration: none;
  display: inline-block;
}
.primary_navigation ul.menu a:hover, .primary_navigation ul.menu a:focus, .primary_navigation ul.menu a:active {
  text-decoration: underline;
}

/* ---------- Import styles ---------- */
/* Import FontAwesome */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("sites/fie2016-fie-conference-org/themes/fie2016/fonts/font-awesome/fontawesome-webfont.eot");
  src: url("sites/fie2016-fie-conference-org/themes/fie2016/fonts/font-awesome/fontawesome-webfont.eot#iefix") format("embedded-opentype"), url("sites/fie2016-fie-conference-org/themes/fie2016/fonts/font-awesome/fontawesome-webfont.woff") format("woff2"), url("sites/fie2016-fie-conference-org/themes/fie2016/fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("sites/fie2016-fie-conference-org/themes/fie2016/fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("sites/fie2016-fie-conference-org/themes/fie2016/fonts/font-awesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.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;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/* ConfCats Mixins */
/* Custom Classes for Bourbon Theme Usage*/
.subscript {
  font-size: .750em;
}

.float-left,
.float-right {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.button a {
  background: #666;
  border-radius: 3px;
  padding: 0.5em;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 1px #4d4d4d;
}
.button a:hover:not(:disabled), .button a:active:not(:disabled) {
  background: #4d4d4d;
  text-shadow: 1px 1px 1px #333333;
}

.span-half {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 32.07547%;
}
.span-half:last-child {
  margin-right: 0;
}

.span-1-2 {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 48.57143%;
}
.span-1-2:last-child {
  margin-right: 0;
}

.span-2-2 {
  float: left;
  display: block;
  margin-right: 2.85714%;
  width: 48.57143%;
  margin-right: 0;
}
.span-2-2:last-child {
  margin-right: 0;
}

@media screen and (min-width: 48em) {
  .span-1-3 {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 32.07547%;
  }
  .span-1-3:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .content-left {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .content-left:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .content-right {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
    margin-right: 0;
  }
  .content-right:last-child {
    margin-right: 0;
  }
}

.omega {
  margin-right: 0;
}

.indented {
  margin-left: 0.5em;
}

/* Import Components */
/* Global Drupal default styles */
.field-label-inline .field-label,
.field-label-inline .field-items {
  display: inline-block;
}

ul.links {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.read-more.button {
  margin: 0.25em 0 0.5em 0.5em;
  float: right;
}

/* Custom Tabs style for Drupal Tabs */
nav.tabs {
  background: #CCC;
  width: 100%;
  margin: .5em 0;
}

ul.tabs {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: table;
}
ul.tabs li {
  display: table-cell;
}
ul.tabs li a {
  color: #333;
  background: #DDD;
  border: solid 1px #CCC;
  padding: .25em 1em;
}
ul.tabs li a:hover {
  color: #FFF;
  background: #555;
}
ul.tabs li.active a {
  color: #FFF;
  border: solid 1px #333;
  background: #444;
}
ul.tabs li.active a:hover {
  background: #444;
}

nav.tabs {
  background: 0;
}
nav.tabs a {
  text-decoration: none;
}
nav.tabs ul.tabs {
  border-bottom: none;
}
nav.tabs ul.tabs li.active a {
  display: block;
  background: #666;
  font-weight: bold;
  margin-right: 1px;
}

ul.primary li a {
  margin-right: 0;
}

/* Drupal Form Styles */
input.form-submit {
  margin-right: .25em;
}

/* Drupal Node Edit Form Buttons */
input.form-submit[value=Save] {
  background: #2AA815;
}
input.form-submit[value=Save]:hover {
  background: #19640d;
}

input.form-submit[value=Delete] {
  background: #b32b2b;
}
input.form-submit[value=Delete]:hover {
  background: #751c1c;
}

/* Drupal Log in Button */
#auth_box input[type="submit"] {
  margin: .35em;
}

/* Drupal Messages Styles */
.messages {
  font-size: .875em;
  padding: 1em;
  border: 1px solid;
  margin: .5em 0;
  border-radius: 2px;
}
.messages a {
  color: #004694;
}
.messages.error {
  background: #d77f6f;
  color: #38160f;
  border-color: #873526;
}
.messages.warning {
  background: #fff483;
  color: #504900;
  border-color: #b6a600;
}
.messages.status {
  background: #7db58e;
  color: #132117;
  border-color: #386244;
}

/* TODO: Remove label when active; */
.header .block-delta-blocks {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 66.03774%;
}
.header .block-delta-blocks:last-child {
  margin-right: 0;
}

.header .block-user * {
  display: inline-block;
}

.header .block-user {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 32.07547%;
  color: #FFF;
  background: #666;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: .5em;
  font-size: .875em;
}
.header .block-user:last-child {
  margin-right: 0;
}
.header .block-user form {
  color: #4d4d4d;
  position: relative;
}
.header .block-user form .form-item {
  position: relative;
}
.header .block-user form .form-item label {
  position: absolute;
  top: 0;
  left: 2px;
}
.header .block-user form .form-item input {
  padding: .15em;
}
.header .block-user form .item-list ul {
  margin: .25em;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: .75em;
  line-height: 1.4;
}
.header .block-user form .item-list ul a {
  color: #F4F4F4;
}
.header .block-user form .item-list ul .last {
  padding-left: .25em;
  border-left: 1px solid #EEE;
}
.header .block-user .form-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.header .block-user .form-actions input {
  background: #999;
}
.header .block-user .form-actions input:hover {
  background: #b3b3b3;
}

/* Copy into sub themes for overrides */
/**
 * OVERRIDE RESPONSIVE DROPDOWN MENU CSS
 * Fixes media query overlap
*/
/**
* Menu toggle base styling
*/
.menu-toggle {
  position: relative;
  display: block;
  margin: 0;
  padding: 4px 3px;
  width: 36px;
  border-radius: 3px;
  cursor: pointer;
}

.menu-toggle .toggle-help {
  position: absolute;
  left: 45px;
  top: 7px;
  margin: 0;
  padding: 0 0 10px 0;
  width: 100px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-toggle .line {
  display: block;
  height: 2px;
  width: 26px;
  margin: 5px auto 5px auto;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}

/**
 * Default media query for Omega and narrow
 */
@media all and (min-width: 48em) and (min-device-width: 48em), (max-device-width: 800px) and (min-width: 48em) and (orientation: landscape) {
  .menu-toggle {
    display: none;
  }

  .responsive-menu,
  .responsive-menu.links.inline {
    max-height: none;
    overflow: visible;
  }

  .responsive-menu li {
    display: inherit;
  }

  .responsive-menu.inline li {
    display: inline-block;
  }

  .responsive-menu .sub-menu {
    position: absolute;
    z-index: 100;
    max-height: 0;
    overflow: hidden;
  }

  /* Display does not animate, max-height does. Max-weight will not animate from 0 - none, so default 900px added.
      if your sub menu goes past 900px, well..uhh.. */
  .responsive-menu .sub-menu.active {
    max-height: none;
    overflow: visible;
  }

  /* Chances are your submenu should stack...if not override this. */
  .responsive-menu .sub-menu li {
    display: block;
  }
}
.block-responsive-dropdown-menus {
  background: #666;
}

.responsive-menu {
  margin: 0;
  padding: 0;
}
.responsive-menu ul {
  margin: 0;
  padding: 0;
}
.responsive-menu li a {
  background: #666;
  text-decoration: none;
}
.responsive-menu li a:hover {
  background: #333333;
}

@media screen and (min-width: 48em) {
  .responsive-menu {
    width: 100%;
    display: table;
  }
  .responsive-menu .toggle-btn {
    display: none;
  }
  .responsive-menu li {
    display: table-cell;
    border-right: 0;
    text-align: center;
  }
  .responsive-menu li.last {
    border-right: 0;
  }
  .responsive-menu li a {
    color: #FFF;
    display: block;
    padding: .5em .5em;
    width: 100%;
    white-space: nowrap;
    font-size: 1.15em;
  }
  .responsive-menu li ul.tier-two {
    width: 100%;
    min-width: 200px;
  }
  .responsive-menu li ul.tier-two li {
    overflow: hidden;
    display: block;
    text-align: left;
  }
  .responsive-menu li ul.tier-two li a {
    color: #FFF;
    padding: .35em .25em;
    border-bottom: #555 1px solid;
    font-size: 1em;
    white-space: normal;
  }
  .responsive-menu li ul.tier-two li .tier-three {
    position: absolute;
    top: 0px;
    left: 100%;
  }
  .responsive-menu li ul.tier-two li:hover {
    overflow: visible;
  }
  .responsive-menu li:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #FFF;
  }
}
@media screen and (max-width: 48em) {
  .hide-menu {
    display: none !important;
  }

  li.menu-item {
    display: block;
  }

  li.menu-item .toggle-btn {
    background: #FFF;
    display: block;
    padding: .25em .5em;
    position: absolute;
    z-index: 999;
    float: right;
    font-weight: bold;
    top: 0;
    right: 0;
    cursor: pointer;
    min-width: 30px;
    text-align: center;
  }
  li.menu-item .toggle-btn.open {
    background: #888;
  }

  li.menu-item .toggle-btn:hover {
    background: #888;
  }

  .block-responsive-dropdown-menus a.menu-toggle {
    color: #FFF;
  }

  .responsive-menu a.menu-toggle {
    color: #FFF;
  }

  .block-responsive-dropdown-menus .toggle-help {
    width: 150px;
  }

  .responsive-menu {
    display: block !important;
    text-align: left;
    margin-bottom: 0;
  }
  .responsive-menu li.menu-item {
    position: relative;
  }
  .responsive-menu li.menu-item a {
    border-bottom: 1px dashed #FFF;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 1em;
    padding: .25em;
    zoom: 1;
  }
  .responsive-menu li.menu-item a.active {
    color: #FFF;
    zoom: 1;
  }
  .responsive-menu li.menu-item a:hover {
    color: #FFF;
  }
  .responsive-menu li.menu-item.last {
    border-right: 0;
  }
  .responsive-menu li.menu-item ul.sub-menu {
    display: block;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .responsive-menu li.menu-item ul.sub-menu li {
    display: block;
    overflow: hidden;
    text-align: left;
  }
  .responsive-menu li.menu-item ul.sub-menu li a {
    padding-left: 1em;
  }
  .responsive-menu li.menu-item ul.sub-menu li a:hover {
    background: #666;
  }
  .responsive-menu li.menu-item ul.sub-menu li ul.sub-menu a {
    padding-left: 2em;
  }
}
/* Button Styles */
button,
a.button,
input.form-submit {
  background: #555;
  color: #FFF;
  display: inline-block;
  padding: .25em .5em;
  border-radius: 2px;
  border: 1px solid #3b3b3b;
  text-decoration: none;
}
button:hover,
a.button:hover,
input.form-submit:hover {
  background: #2f2f2f;
}

input.form-submit[value=Save] {
  background: #2AA815;
}
input.form-submit[value=Save]:hover {
  background: #19640d;
}

input.form-submit[value=Delete] {
  background: #b32b2b;
}
input.form-submit[value=Delete]:hover {
  background: #751c1c;
}

/* _components.feature.flex-slider.scss */
.flexslider .slides img {
  height: auto;
}

.flexslider {
  margin-bottom: 0;
}

.flexslider {
  position: relative;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.flexslider ul.slides {
  overflow: hidden;
}
.flexslider ul.slides::before {
  content: "";
  display: block;
}
.flexslider ul.slides li {
  max-height: 360px;
  min-height: 10em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flexslider .flex-caption {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 1em;
  width: 100%;
}
.flexslider .flex-direction-nav {
  color: #FFF;
}
.flexslider .flex-direction-nav li a {
  color: #FFF;
  width: 80px;
  overflow: visible;
}
.flexslider .flex-control-nav {
  top: 5%;
  z-index: 9;
  height: 20px;
}
.flexslider .flex-control-nav .flex-active {
  background: rgba(255, 255, 255, 0.9);
}

.front #navigation {
  margin-bottom: 0;
}

#highlighted .flexslider .flex-caption {
  max-width: 67.5em;
  padding: 0 0.625em;
  margin-left: auto;
  margin-right: auto;
  height: 3.75em;
  min-height: 2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#highlighted .flexslider .flex-caption::after {
  clear: both;
  content: "";
  display: table;
}

.main .flexslider .flex-caption {
  position: absolute;
  bottom: 0;
}

body.cke_show_borders,
.cke_wysiwyg_frame.cke_reset {
  background: #FFF;
}

body {
  color: #333;
  font-family: 'Open Sans';
  font-weight: 400;
}
body strong {
  font-weight: 700;
}

h1, h2, h3 {
  font-family: 'Lato';
  font-weight: 700;
}

/* Mixins */
/* Base responsive images */
img {
  height: auto;
  max-width: 100%;
}

/* Base link settings */
a {
  color: #007eb4;
}
a:hover, a:focus {
  color: #00b460;
}

html {
  color: #000;
}
html ::selection,
html ::-moz-selection {
  color: white;
  background: #000;
}

.front .node-teaser h2 a, .front .node-teaser h2 a a {
  text-decoration: none;
}
.front .node-teaser h2 a:hover, .front .node-teaser h2 a a:hover {
  text-decoration: underline;
}

.main > h1 {
  font-size: 1.675em;
  font-weight: normal;
}

h2 {
  clear: both;
}
@media screen and (max-width: 48em) {
  h2 {
    margin-top: 0;
  }
}

/* Layout */
header {
  padding-top: 0.5em;
}

.lt-ie9 .two-sidebars .content-wrapper .container {
  padding-top: 0.5em;
}
@media screen and (max-width: 48em) {
  .two-sidebars .content-wrapper .container {
    padding-top: 0.5em;
  }
}
.lt-ie9 .two-sidebars .main {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 49.0566%;
}
.lt-ie9 .two-sidebars .main:last-child {
  margin-right: 0;
}
.lt-ie9 .two-sidebars .sidebar_first {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 23.58491%;
}
.lt-ie9 .two-sidebars .sidebar_first:last-child {
  margin-right: 0;
}
.lt-ie9 .two-sidebars .sidebar_second {
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 23.58491%;
  margin-right: 0;
}
.lt-ie9 .two-sidebars .sidebar_second:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  .two-sidebars .main {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 49.0566%;
  }
  .two-sidebars .main:last-child {
    margin-right: 0;
  }
  .two-sidebars .sidebar_first {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 23.58491%;
  }
  .two-sidebars .sidebar_first:last-child {
    margin-right: 0;
  }
  .two-sidebars .sidebar_second {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 23.58491%;
    margin-right: 0;
  }
  .two-sidebars .sidebar_second:last-child {
    margin-right: 0;
  }
}

.main {
  padding-bottom: 0.5em;
}

/**
 * OVERRIDE RESPONSIVE DROPDOWN MENU CSS
 * Fixes media query overlap
*/
/**
* Menu toggle base styling
*/
.menu-toggle {
  position: relative;
  display: block;
  margin: 0;
  padding: 4px 3px;
  width: 36px;
  border-radius: 3px;
  cursor: pointer;
}

.menu-toggle .toggle-help {
  position: absolute;
  left: 45px;
  top: 7px;
  margin: 0;
  padding: 0 0 10px 0;
  width: 100px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-toggle .line {
  display: block;
  height: 2px;
  width: 26px;
  margin: 5px auto 5px auto;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}

/**
 * Default media query for Omega and narrow
 */
@media all and (min-width: 48em) and (min-device-width: 48em), (max-device-width: 800px) and (min-width: 48em) and (orientation: landscape) {
  .menu-toggle {
    display: none;
  }

  .responsive-menu,
  .responsive-menu.links.inline {
    max-height: none;
    overflow: visible;
  }

  .responsive-menu li {
    display: inherit;
  }

  .responsive-menu.inline li {
    display: inline-block;
  }

  .responsive-menu .sub-menu {
    position: absolute;
    z-index: 100;
    max-height: 0;
    overflow: hidden;
  }

  /* Display does not animate, max-height does. Max-weight will not animate from 0 - none, so default 900px added.
      if your sub menu goes past 900px, well..uhh.. */
  .responsive-menu .sub-menu.active {
    max-height: none;
    overflow: visible;
  }

  /* Chances are your submenu should stack...if not override this. */
  .responsive-menu .sub-menu li {
    display: block;
  }
}
.block-responsive-dropdown-menus {
  background: #1d2630;
}

.responsive-menu {
  margin: 0;
  padding: 0;
}
.responsive-menu ul {
  margin: 0;
  padding: 0;
}
.responsive-menu li a {
  background: #1d2630;
  text-decoration: none;
}
.responsive-menu li a:hover {
  background: black;
}

@media screen and (min-width: 48em) {
  .responsive-menu {
    width: 100%;
    display: table;
  }
  .responsive-menu .toggle-btn {
    display: none;
  }
  .responsive-menu li {
    display: table-cell;
    border-right: 0;
    text-align: center;
  }
  .responsive-menu li.last {
    border-right: 0;
  }
  .responsive-menu li a {
    color: #FFF;
    display: block;
    padding: .5em .5em;
    width: 100%;
    white-space: nowrap;
    font-size: 1.15em;
  }
  .responsive-menu li ul.tier-two {
    width: 100%;
    min-width: 200px;
  }
  .responsive-menu li ul.tier-two li {
    overflow: hidden;
    display: block;
    text-align: left;
  }
  .responsive-menu li ul.tier-two li a {
    color: #FFF;
    padding: .35em .25em;
    border-bottom: #555 1px solid;
    font-size: 1em;
    white-space: normal;
  }
  .responsive-menu li ul.tier-two li .tier-three {
    position: absolute;
    top: 0px;
    left: 100%;
  }
  .responsive-menu li ul.tier-two li:hover {
    overflow: visible;
  }
  .responsive-menu li:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #FFF;
  }
}
@media screen and (max-width: 48em) {
  .hide-menu {
    display: none !important;
  }

  li.menu-item {
    display: block;
  }

  li.menu-item .toggle-btn {
    background: #FFF;
    display: block;
    padding: .25em .5em;
    position: absolute;
    z-index: 999;
    float: right;
    font-weight: bold;
    top: 0;
    right: 0;
    cursor: pointer;
    min-width: 30px;
    text-align: center;
  }
  li.menu-item .toggle-btn.open {
    background: #888;
  }

  li.menu-item .toggle-btn:hover {
    background: #888;
  }

  .block-responsive-dropdown-menus a.menu-toggle {
    color: #FFF;
  }

  .responsive-menu a.menu-toggle {
    color: #FFF;
  }

  .block-responsive-dropdown-menus .toggle-help {
    width: 150px;
  }

  .responsive-menu {
    display: block !important;
    text-align: left;
    margin-bottom: 0;
  }
  .responsive-menu li.menu-item {
    position: relative;
  }
  .responsive-menu li.menu-item a {
    border-bottom: 1px dashed #FFF;
    color: #FFF;
    text-decoration: none;
    display: block;
    font-size: 1em;
    padding: .25em;
    zoom: 1;
  }
  .responsive-menu li.menu-item a.active {
    color: #FFF;
    zoom: 1;
  }
  .responsive-menu li.menu-item a:hover {
    color: #FFF;
  }
  .responsive-menu li.menu-item.last {
    border-right: 0;
  }
  .responsive-menu li.menu-item ul.sub-menu {
    display: block;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .responsive-menu li.menu-item ul.sub-menu li {
    display: block;
    overflow: hidden;
    text-align: left;
  }
  .responsive-menu li.menu-item ul.sub-menu li a {
    padding-left: 1em;
  }
  .responsive-menu li.menu-item ul.sub-menu li a:hover {
    background: #666;
  }
  .responsive-menu li.menu-item ul.sub-menu li ul.sub-menu a {
    padding-left: 2em;
  }
}
/* Button Styles */
button,
a.button,
input.form-submit {
  background: #555;
  color: #FFF;
  display: inline-block;
  padding: .25em .5em;
  border-radius: 2px;
  border: 1px solid #3b3b3b;
  text-decoration: none;
}
button:hover,
a.button:hover,
input.form-submit:hover {
  background: #2f2f2f;
}

input.form-submit[value=Save] {
  background: #2AA815;
}
input.form-submit[value=Save]:hover {
  background: #19640d;
}

input.form-submit[value=Delete] {
  background: #b32b2b;
}
input.form-submit[value=Delete]:hover {
  background: #751c1c;
}

/* _components.feature.flex-slider.scss */
.flexslider .slides img {
  height: auto;
}

.flexslider {
  margin-bottom: 0;
}

.flexslider {
  position: relative;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.flexslider ul.slides {
  overflow: hidden;
}
.flexslider ul.slides::before {
  content: "";
  display: block;
}
.flexslider ul.slides li {
  max-height: 360px;
  min-height: 10em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flexslider .flex-caption {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 1em;
  width: 100%;
}
.flexslider .flex-direction-nav {
  color: #FFF;
}
.flexslider .flex-direction-nav li a {
  color: #FFF;
  width: 80px;
  overflow: visible;
}
.flexslider .flex-control-nav {
  top: 5%;
  z-index: 9;
  height: 20px;
}
.flexslider .flex-control-nav .flex-active {
  background: rgba(255, 255, 255, 0.9);
}

.front #navigation {
  margin-bottom: 0;
}

#highlighted .flexslider .flex-caption {
  max-width: 67.5em;
  padding: 0 0.625em;
  margin-left: auto;
  margin-right: auto;
  height: 3.75em;
  min-height: 2em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#highlighted .flexslider .flex-caption::after {
  clear: both;
  content: "";
  display: table;
}

.main .flexslider .flex-caption {
  position: absolute;
  bottom: 0;
}

body {
  color: #333;
}

html.js {
  background: url("img/fie2016-background-v6.jpg") center -1em no-repeat;
}
@media screen and (max-width: 48em) {
  html.js {
    background-size: cover;
  }
}

.container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.main > h1, h2, h3 {
  background: white;
  border-top: 2px solid #1d2630;
  border-bottom: 2px solid #1d2630;
  padding: 0.25em;
  color: #015b8e;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-weight: normal;
}

.front .node-teaser h2, .front .node-teaser h2 a {
  background: #1d2630;
  color: white;
}

.gap .container {
  background: transparent;
}

#slider-full {
  max-width: 67.5em;
  padding: 0 0.625em;
  margin-left: auto;
  margin-right: auto;
}
#slider-full::after {
  clear: both;
  content: "";
  display: table;
}

.primary_navigation .container {
  margin-bottom: 0;
}

.responsive-menu > li {
  border-right: 1px solid #FFF;
}
@media screen and (min-width: 48em) {
  .responsive-menu > li.first {
    border-left: 1px solid #FFF;
  }
}
@media screen and (min-width: 48em) {
  .responsive-menu > li.last {
    border-right: 1px solid #FFF;
  }
}
.responsive-menu li a {
  background: #1d2630;
  font-weight: 600;
  font-family: 'Lato';
  text-decoration: capitolize;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .responsive-menu li a {
    background: -webkit-linear-gradient(#1d2630, #19212a) left repeat;
    background: linear-gradient(#1d2630, #19212a) left repeat;
  }
}
.responsive-menu li a:hover {
  background: #015b8e;
}

.headline-callout {
  background: #1d2630;
  padding: 0.5em;
  color: #FFF;
  font-size: 1.25em;
}

@media screen and (min-width: 48em) {
  .content-wrapper .container {
    padding-top: 0;
  }
}

.front .call-for-papers-container {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .front .call-for-papers-container {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 32.07547%;
  }
  .front .call-for-papers-container:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .front .region-content .block-block,
  .front .region-content .block-views {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 32.07547%;
  }
  .front .region-content .block-block:last-child,
  .front .region-content .block-views:last-child {
    margin-right: 0;
  }
  .front .region-content .block-block:nth-child(3n),
  .front .region-content .block-views:nth-child(3n) {
    margin-right: 0;
  }
  .front .region-content .block-block:nth-child(3n+1),
  .front .region-content .block-views:nth-child(3n+1) {
    clear: left;
  }
}

.front .region-content .block.block-system {
  clear: both !important;
}

.flex-caption {
  display: none;
}

header {
  padding-top: .25em;
  padding-bottom: .25em;
}
header .container {
  border-bottom: 5px solid #1d2630;
  background: #ffd400;
  position: relative;
}

.block.ieee-logo a {
  padding: 0.25em;
  border-radius: 2px;
}
.block.ieee-logo a polygon, .block.ieee-logo a path, .block.ieee-logo a rect {
  fill: #1d2630;
}
@media screen and (max-width: 48em) {
  .block.ieee-logo {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 100%;
  }
  .block.ieee-logo:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .block.ieee-logo {
    position: absolute;
    right: .5em;
    top: .5em;
  }
}

.site-name {
  background: none;
  border: 0;
  margin: 0;
}
.site-name a {
  font-weight: bold;
  font-family: 'Lato';
  font-size: .875em;
  color: #1d2630;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .site-name a {
    font-size: 1em;
  }
}

.site-slogan {
  font-size: 1.5em;
  margin: 0 .25em;
  font-weight: bold;
  font-family: 'Lato';
}
@media screen and (min-width: 48em) {
  .site-slogan {
    font-size: 2em;
  }
}

.site-name-block, .site-slogan-block {
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .site-name-block, .site-slogan-block {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 74.5283%;
  }
  .site-name-block:last-child, .site-slogan-block:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 48em) {
  .header .block-delta-blocks {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 100%;
  }
  .header .block-delta-blocks:last-child {
    margin-right: 0;
  }
}
.conf-date-info {
  display: block;
  float: left;
  display: block;
  margin-right: 1.88679%;
  width: 57.54717%;
}
.conf-date-info::after {
  clear: both;
  content: "";
  display: table;
}
.conf-date-info:last-child {
  margin-right: 0;
}

.region-post-content {
  width: 100%;
  display: block;
  margin-top: 0.5em;
}
.region-post-content::after {
  clear: both;
  content: "";
  display: table;
}

.conf-location-map {
  max-height: 300px;
}
.conf-location-map .google_map_field_display {
  width: 100%;
}

.conf-location-details {
  width: 100%;
  padding: 1.88679%;
  background: #1d2630;
  color: #FFF;
  font-size: 1.25em;
}
@media screen and (min-width: 48em) {
  .conf-location-details {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 23.58491%;
    margin-right: 0;
    min-height: 300px;
  }
  .conf-location-details:last-child {
    margin-right: 0;
  }
}

.front .conf-important-dates {
  display: block;
  margin-bottom: 0.5em;
}
.front .conf-important-dates::after {
  clear: both;
  content: "";
  display: table;
}
.front .conf-important-dates h2 {
  display: none;
  text-align: center;
  font-size: 0.875em;
  color: #808080;
  width: auto;
}
.front .conf-important-dates .date-item {
  text-align: center;
  padding: 0.25em;
  color: #1d2630;
  background: #ffd400;
  border: 1px solid #ccaa00;
  box-shadow: 2px 2px 1px #bfbfbf;
}
@media screen and (min-width: 48em) {
  .front .conf-important-dates .date-item {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 32.07547%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin-bottom: 0.5em;
  }
  .front .conf-important-dates .date-item:last-child {
    margin-right: 0;
  }
  .front .conf-important-dates .date-item:nth-child(3n) {
    margin-right: 0;
  }
  .front .conf-important-dates .date-item:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 48em) {
  .front .conf-important-dates .date-item {
    margin-bottom: 0.25em;
  }
}

.front .conf-affiliate {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
}
.front .conf-affiliate::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 48em) {
  .front .conf-affiliate .view > div {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 32.07547%;
  }
  .front .conf-affiliate .view > div:last-child {
    margin-right: 0;
  }
  .front .conf-affiliate .view > div:nth-child(3n) {
    margin-right: 0;
  }
  .front .conf-affiliate .view > div:nth-child(3n+1) {
    clear: left;
  }
}
.front .conf-affiliate .view > div img {
  border: 1px solid #bfbfbf;
  background: #FFF;
  padding: 0.5em;
}
@media screen and (min-width: 48em) {
  .front .conf-affiliate.last {
    margin-right: 0;
  }
}

/* GLOBAL */
h2 {
  clear: both;
}

@media screen and (min-width: 48em) {
  .content-left {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .content-left:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 48em) {
  .content-right {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
    margin-right: 0;
  }
  .content-right:last-child {
    margin-right: 0;
  }
}

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