/* ==========================================================================
   Colors
   ========================================================================== */

body {
  width: 100%;
  *zoom: 1;
}

body:before,
body:after {
  content: "";
  display: table;
}

body:after {
  clear: both;
}

/* ==========================================================================
   PX > EM Conversion
   ========================================================================== */

/* ==========================================================================
   PX > REM Conversion
   ========================================================================== */

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

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

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

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

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

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

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

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

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

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

/**
 * Correct list images handled incorrectly in IE 7.
 */

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

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

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

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

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

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/* ==========================================================================
   Base / Misc Defaults
   ========================================================================== */

/*** Misc ***/

* {
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #666666;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

body.no-scroll {
  overflow: hidden;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px 0;
}

p,
ol,
ul,
dl {
  margin: 0 0 15px 0;
}

hr {
  clear: left;
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 10px 0 20px 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

/*** Forms ***/

form .col {
  margin-bottom: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 480px) {
  form .col {
    padding-right: 0;
  }
}

fieldset {
  float: left;
  width: 100%;
  padding: 5px 10px 5px 15px;
  margin: 0 0 30px 0;
  background: #f9f9f9;
  border-radius: 3px;
}

fieldset.no-border {
  padding: 0;
  margin: 0 0 30px 0;
  background: none;
  border: none;
}

fieldset legend {
  margin: 0 0 5px 0;
  color: #9ab249;
  font-size: 1.2em;
  font-weight: 300;
}

label,
form .label {
  display: block;
  margin: 0;
}

label.inline,
form .label.inline {
  display: inline;
  margin-right: 15px;
}

label span,
form .label span {
  color: #c96d13;
  font-size: .9em;
}

label i,
form .label i {
  margin-left: 5px;
  font-size: .9em;
  font-weight: 300;
}

input,
select,
textarea {
  width: 100%;
  min-width: 90px;
  padding: 7px 5px 5px 7px;
  border: 2px solid #ddd;
  color: #666666;
}

input.checkbox,
input.radio,
select.checkbox,
select.radio,
textarea.checkbox,
textarea.radio {
  width: auto;
  padding: 0;
  margin: 0 4px 0 0;
  border: none;
}

input.currency,
select.currency,
textarea.currency {
  max-width: 85%;
  margin-left: 4px;
}

input[type="checkbox"],
input[type="radio"] {
  min-width: 0;
  width: auto;
  padding: 0;
  margin: 0 4px 0 0;
  border: none;
}

input[type="file"] {
  width: auto;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 480px) {
  input[type="file"] {
    width: 100%;
  }
}

select[multiple] {
  height: 160px;
  font-size: .9em;
}

textarea {
  height: 100px;
  resize: vertical;
}

textarea.wysiwyg {
  width: 500px;
  height: 400px;
}

.mce-tinymce {
  float: none !important;
  display: block;
  margin-bottom: 15px !important;
}

.mce-tinymce div,
.mce-tinymce section {
  float: none !important;
}

button.nice,
a.button {
  display: inline-block;
  padding: 12px 20px;
  margin-right: 10px;
  border: none;
  background: #808080;
  cursor: pointer;
  color: #fff !important;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 3px;
  transition: background .25s;
}

button.nice.orange,
a.button.orange {
  background: #c96d13;
}

button.nice.danger,
a.button.danger {
  background: #de0922;
}

button.nice:hover,
a.button:hover {
  background: #0093d6;
}

button.nice[disabled],
a.button[disabled] {
  background: #ddd;
  cursor: default;
}

button.nice[disabled]:hover,
a.button[disabled]:hover {
  background: #ddd;
}

button.nice.next-to-input,
a.button.next-to-input {
  padding: 9px 17px;
  margin-top: 22px;
}

.icon-button {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  border: none;
  background: #808080;
  cursor: pointer;
  color: #fff !important;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  border-radius: 3px;
  transition: background .25s;
  -ms-flex-align: center;
  align-items: center;
}

.icon-button.orange {
  background: #c96d13;
}

.icon-button:hover {
  background: #0093d6;
}

.icon-button i.fa {
  padding: 0 9px;
}

.icon-button span {
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding: 9px 12px 9px 7px;
  line-height: 1.2em;
}

.icon-button.small {
  font-size: .9em;
}

.icon-button.small span {
  padding: 7px 12px 7px 7px;
}

.btn-link {
  display: block;
  float: right;
  padding: 6px 13px 6px 8px;
  margin-left: 10px;
  background: #a6a6a6;
  border-radius: 3px;
  color: #fff !important;
  font-size: .9em;
  text-decoration: none;
  line-height: 1.4em;
}

.btn-link.blue {
  background: #0093d6;
}

.btn-link.blue:hover {
  background: #2d6cab;
}

.btn-link.orange {
  background: #c96d13;
}

.btn-link.danger {
  background: #de0922;
}

.btn-link i.fa {
  margin-right: 4px;
}

.btn-link:hover {
  background: #0093d6;
}

/*** Figures ***/

figure figcaption {
  margin-top: 3px;
  font-size: .9em;
  font-style: italic;
}

/*** Date picker ***/

.datepicker {
  width: 115px;
}

#ui-datepicker-div {
  font-size: .8em;
}

.ui-datepicker-header {
  margin-bottom: 2px;
}

button.ui-datepicker-trigger {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0 0 7px;
  background: 0;
  border: 0;
  cursor: pointer;
}

/*** Alerts ***/

.alerts {
  padding: 10px 10px 8px 1.8em;
  margin: 0 0 15px 0;
  border: 2px solid;
  border-radius: 3px;
}

.alerts.success {
  color: #049001;
}

.alerts.error {
  color: #900;
}

.alerts.orange {
  color: #c96d13;
}

p.alerts {
  padding: 10px 10px 10px 15px;
}

/*** Lists ***/

ul,
ol {
  padding-left: 1.5em;
}

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

ul.plain li,
ol.plain li {
  margin-bottom: 5px;
}

ul.fa-ul,
ol.fa-ul {
  margin-left: 1.5em;
}

ul.fa-ul li i.fa,
ol.fa-ul li i.fa {
  font-weight: bold;
}

ul.checkboxes,
ol.checkboxes {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

ul.checkboxes li,
ol.checkboxes li {
  margin-bottom: 15px;
}

ul.table,
ol.table {
  display: table;
}

ul.table li,
ol.table li {
  display: table-cell;
  padding-right: 20px;
  margin-right: 20px;
}

ul.cms-images,
ol.cms-images {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.cms-images li,
ol.cms-images li {
  display: inline;
  float: left;
  width: 24.2156862745%;
  margin: 0 0.3921568627%;
  margin-bottom: 30px;
}

ul.cms-images li img,
ol.cms-images li img {
  margin-bottom: 4px;
}

ul li.indent,
ol li.indent {
  margin-left: 1.3em;
}

ul.conflicts,
ol.conflicts {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  border-bottom: 5px solid #ddd;
}

ul.conflicts li,
ol.conflicts li {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

ul.conflicts li:last-child,
ol.conflicts li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

ul.conflicts li dl dt,
ol.conflicts li dl dt {
  width: 20%;
  float: left;
  font-size: .9em;
}

ul.conflicts li dl dd,
ol.conflicts li dl dd {
  width: 80%;
  float: left;
  margin-bottom: 3px;
}

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

ul.resources li,
ol.resources li {
  margin-bottom: 10px;
}

ul.resources li .description,
ol.resources li .description {
  font-size: .9em;
  font-style: italic;
}

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

ul.sub-list ul,
ol.sub-list ul {
  list-style: none;
  padding: 0 0 0 2em;
  margin: 0 0 15px 0;
}

ul.sub-list.collapsed ul,
ol.sub-list.collapsed ul {
  display: none;
}

ul.sub-list .toggle,
ul.sub-list .toggle-off,
ol.sub-list .toggle,
ol.sub-list .toggle-off {
  float: left;
  width: 10px;
  margin-right: 8px;
  margin-top: 2px;
}

ul.sub-list .toggle.expanded,
ul.sub-list .toggle:hover,
ol.sub-list .toggle.expanded,
ol.sub-list .toggle:hover {
  cursor: pointer;
  color: #9ab249;
}

ul.sub-list .toggle-off,
ol.sub-list .toggle-off {
  color: #fff;
}

ul.social,
ol.social {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

ul.social li,
ol.social li {
  display: inline-block;
  margin-right: 7px;
  font-size: 1.6em;
}

/*** Accordion Lists ***/

ul.accordion {
  list-style: none;
  width: 100%;
  float: left;
  padding: 0;
  margin: 20px 0 15px 0;
}

ul.accordion li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

ul.accordion li h2 {
  font-size: 1.2em !important;
  padding-bottom: 5px;
  padding-left: 30px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: color .25s;
}

ul.accordion li h2 i.fa {
  display: inline-block;
  padding: 2px 5px;
  margin-right: 3px;
  margin-left: -30px;
  background: #f2f2f2;
  font-size: .8em;
  transition: all .25s;
}

ul.accordion li h2:hover {
  color: #0093d6;
}

ul.accordion li h2:hover i.fa {
  background: #0093d6;
  color: #fff;
}

ul.accordion li > div {
  display: none;
  font-size: .9em;
}

ul.accordion li.open h2 {
  color: #0093d6;
}

ul.accordion li.open h2 i.fa {
  background: #0093d6;
  color: #fff;
}

ul.accordion li.open > div {
  display: block;
}

/*** Description Lists ***/

dt {
  font-weight: 400;
}

dt i {
  margin-left: 4px;
  font-size: .9em;
  font-weight: 300;
}

dd {
  padding: 0;
  margin: 0 0 15px 0;
}

dl.columns {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

dl.columns dt {
  width: 20%;
  float: left;
  padding-right: 20px;
  margin-bottom: 5px;
}

dl.columns dd {
  width: 80%;
  float: left;
  margin-bottom: 5px;
}

@media only screen and (max-width: 700px) {
  dl.columns dt,
  dl.columns dd {
    width: 100% !important;
    padding-right: 0;
  }

  dl.columns dt {
    margin-bottom: 0;
  }

  dl.columns dd {
    margin-bottom: 15px;
  }
}

/*** Pagination ***/

.pagination {
  list-style: none;
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
}

.pagination li {
  display: inline-block;
}

.pagination li a,
.pagination li span {
  display: block;
  padding: 4px 6px;
  margin: 0 3px 0 0;
  border: 1px solid #808080;
  border-radius: 3px;
  color: #555;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
}

.pagination li.active span,
.pagination li a:hover {
  background-color: #808080;
  color: #fff !important;
}

/*** Tables ***/

table.nice {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  font-size: .95em;
}

table.nice.fnt-sm {
  font-size: .85em;
}

table.nice tr {
  width: 100%;
}

table.nice th {
  padding: 0 10px 3px 10px;
  border-bottom: 2px solid #444;
  font-weight: 400;
  text-align: left;
  line-height: 1.1em;
}

table.nice tbody + thead th {
  padding-top: 30px;
}

table.nice tbody tr {
  border-bottom: 1px solid #ddd;
}

table.nice tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

table.nice tbody tr:last-child {
  border-bottom: none;
}

table.nice tr.drag td {
  cursor: move;
}

table.nice td {
  padding: 10px 10px;
  vertical-align: middle;
}

table.nice td.icons {
  white-space: nowrap;
  text-align: right;
}

table.nice td.icons a {
  display: inline-block;
  margin-left: 3px;
  font-size: 1.1em;
}

table.nice td.icons a:first-child {
  margin-left: 0;
}

table.nice tfoot {
  border-top: 2px solid;
}

/*** Slideshows ***/

.slideshow ul.slides {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slideshow ul.slides li {
  display: none;
}

.slideshow ul.slides li:first-child {
  display: block;
}

.slideshow ul.slides li img {
  width: 100%;
}

/*** Icon Font: Font Awesome by Dave Gandy - http://fontawesome.io. ***/

.fa span {
  display: none;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body.home #main {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  z-index: 1;
}

body.home #main .upper {
  width: 100%;
  float: left;
}

body.home #main .lower {
  width: 100%;
  float: left;
  margin-top: -6px;
  position: relative;
  z-index: 7777;
}

body.home #main aside {
  width: 32.66%;
  margin-right: 1%;
  float: left;
  background: #f5f5f5;
  padding-bottom: 30px;
  font-size: .95em;
}

body.home #main aside:last-child {
  margin-right: 0;
}

body.home #main aside h2 {
  margin: 0 0 10px 0;
  padding: 12px 10px 12px 20px;
  background: #ebebeb;
  border-bottom: 8px solid;
  color: #444;
  font-size: 1.2em;
  line-height: 1em;
}

body.home #main aside h2 a.icon {
  float: right;
}

body.home #main aside h2 a.icon.clr-orange:hover {
  color: #0093d6 !important;
}

body.home #main aside h2 span {
  font-size: .85em;
}

body.home #main aside.blue h2 {
  border-color: #0093d6;
}

body.home #main aside.green h2 {
  border-color: #9ab249;
}

body.home #main aside.orange h2 {
  border-color: #c96d13;
}

body.home #main aside.yellow h2 {
  border-color: #e5c43d;
}

body.home #main aside > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.home #main aside > ul li {
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}

body.home #main aside > ul li a {
  display: block;
  padding: 5px 10px 5px 32px;
  position: relative;
  color: #808080;
  text-decoration: none;
}

body.home #main aside > ul li a i {
  position: absolute;
  left: 18px;
  top: 7px;
}

body.home #main aside > ul li a:hover {
  background: #e6e6e6;
}

body.home #main aside .content {
  padding: 5px 15px 20px 20px;
}

/*
@media only screen and (max-width: 1000px) {
    body.home {
        #main aside {
            width: 49.5%;
            margin-right: 1%;
            margin-bottom: 10px;

            &:nth-child(even) {
                margin-right: 0;
            }

            &:nth-child(3),
            &:nth-child(4) {
                margin-bottom: 0;
            }
        }
    }
}
*/

@media only screen and (max-width: 750px) {
  body.home #main .lower {
    margin-top: 0;
  }

  body.home #main aside {
    width: 100%;
    margin-right: 0;
  }

  body.home #main aside:nth-child(3) {
    margin-bottom: 10px;
  }
}

.modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(50, 50, 50, 0.5);
}

.modal.active {
  display: block;
}

.modal .modal-content {
  width: 760px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.modal .modal-content .modal-close:hover {
  color: #0093d6;
}

.modal .modal-content .modal-close:focus {
  outline: none;
}

ul.conference-papers {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.conference-papers li {
  margin-bottom: 20px;
}

ul.conference-papers li .author {
  font-size: .9em;
}

#main .conference-proposal-submission {
  padding: 20px 0;
  margin: 20px 0 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#main .conference-proposal-submission.no-border-top {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

#main .conference-proposal-submission h2 {
  color: #9ab249;
}

#main .conference-proposal-submission ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main .conference-proposal-submission ul li {
  display: inline-block;
  margin: 0 15px 5px 0;
}

#main .conference-proposal-submission ul li:last-child {
  margin-right: 0;
}

#main .conference-proposal-submission ul li a {
  display: block;
  padding: 10px;
  border: 1px solid;
  border-radius: 3px;
  color: #0093d6;
  text-decoration: none;
}

#main .conference-proposal-submission ul li a i.fa {
  width: 22px;
}

#main .conference-proposal-submission ul li a:hover {
  background: #f5f5f5;
}

@media only screen and (max-width: 481px) {
  #main .conference-proposal-submission ul li,
  #main .conference-proposal-submission ul li a {
    width: 100%;
  }
}

#main .proposal-confirm section {
  padding: 15px 20px 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

#main .proposal-confirm section.papers div.paper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#main .proposal-confirm section.papers div.paper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

body.upcoming-conferences #main ul.upcoming-conferences {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.upcoming-conferences #main ul.upcoming-conferences li {
  border-bottom: 1px solid #ddd;
}

body.upcoming-conferences #main ul.upcoming-conferences li a {
  display: block;
  padding: 15px 20px;
  color: #808080;
  text-decoration: none;
}

body.upcoming-conferences #main ul.upcoming-conferences li a h2 {
  margin-bottom: 2px;
  color: #0093d6;
}

body.upcoming-conferences #main ul.upcoming-conferences li a time {
  display: inline-block;
  margin-bottom: 7px;
  font-size: .8em;
  text-transform: uppercase;
}

body.upcoming-conferences #main ul.upcoming-conferences li a .organization {
  color: #2d6cab;
}

body.upcoming-conferences #main ul.upcoming-conferences li a .organization i.fa {
  margin-right: 3px;
  font-size: .8em;
  vertical-align: 1px;
}

body.upcoming-conferences #main ul.upcoming-conferences li a:hover {
  padding-left: 25px;
  padding-right: 15px;
  background: #f9f9f9;
}

body.upcoming-conference #main h1 {
  margin-bottom: 5px;
}

body.upcoming-conference #main h2 {
  font-weight: 400;
}

body.upcoming-conference #main time {
  display: block;
  margin-bottom: 15px;
  font-size: .85em;
  text-transform: uppercase;
}

body.upcoming-conference #main dl {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

body.page-conference-exhibitor-sponsor-directory .listings {
  margin-top: 20px;
}

body.page-conference-exhibitor-sponsor-directory ul.listing {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.page-conference-exhibitor-sponsor-directory ul.listing li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

body.page-conference-exhibitor-sponsor-directory ul.listing li:last-child {
  border-bottom: none;
}

body.page-conference-exhibitor-sponsor-directory ul.listing li a {
  display: block;
  text-decoration: none;
}

body.page-conference-exhibitor-sponsor-directory ul.listing li img {
  max-width: 50px;
  margin-right: 10px;
}

body.page-conference-exhibitor-sponsor-directory ul.listing li .placeholder {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #f2f2f2;
  vertical-align: middle;
}

.interest-section-essays {
  display: inline;
  float: left;
  width: 99.2156862745%;
  margin: 0 0.3921568627%;
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

.interest-section-essays > .info {
  width: 100%;
  padding: 30px 40px 20px 40px;
}

.interest-section-essays > .info a.btn-link {
  margin: 0 0 20px 0;
}

.interest-section-essays ul.essays {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.interest-section-essays ul.essays li {
  width: 33.33333%;
  float: left;
  padding: 20px 2.5% 0 2.5%;
  border-top: 1px solid #ccc;
}

.interest-section-essays ul.essays li:nth-child(3n-1) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.interest-section-essays ul.essays li:nth-child(1),
.interest-section-essays ul.essays li:nth-child(2),
.interest-section-essays ul.essays li:nth-child(3) {
  border-top: none;
  padding-top: 0;
}

.interest-section-essays ul.essays li img {
  width: 100%;
}

.interest-section-essays ul.essays li .info {
  padding: 25px 10px 30px 20px;
}

.interest-section-essays ul.essays li .info h2 {
  margin: 0 0 3px 0;
  color: #0093d6;
}

.interest-section-essays ul.essays li .info .author {
  display: block;
  margin-bottom: 15px;
  color: #999;
  font-size: .9em;
}

.interest-section-essays-archive .essays {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.interest-section-essays-archive .essays li {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.interest-section-essays-archive .essays li a.img {
  display: block;
  float: left;
  width: 15%;
}

.interest-section-essays-archive .essays li a.img img {
  width: 100%;
}

.interest-section-essays-archive .essays li .info {
  float: left;
  width: 85%;
  padding: 0 0 0 30px;
}

.interest-section-essays-archive .essays li .info h2 {
  color: #0093d6;
  font-size: 1.1em;
  margin-bottom: 3px;
}

.interest-section-essays-archive .essays li .info .author {
  display: block;
  font-size: .9em;
  color: #999;
  margin-bottom: 10px;
}

@media only screen and (max-width: 740px) {
  .interest-section-essays > .info {
    padding: 30px 20px 20px 20px;
  }

  .interest-section-essays ul.essays {
    padding: 0 20px;
  }

  .interest-section-essays ul.essays li {
    width: 100%;
    padding: 0;
    border: none !important;
  }

  .interest-section-essays ul.essays li .info {
    padding: 20px 0 40px 0;
  }
}

@media only screen and (max-width: 480px) {
  .interest-section-essays-archive ul.essays li a.img {
    width: 100%;
    margin-bottom: 20px;
  }

  .interest-section-essays-archive ul.essays li .info {
    width: 100%;
    padding-left: 0;
  }
}

body.job-postings #main ul.jobs {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.job-postings #main ul.jobs li {
  border-bottom: 1px solid #ddd;
}

body.job-postings #main ul.jobs li a {
  display: block;
  padding: 15px 20px;
  color: #808080;
  text-decoration: none;
}

body.job-postings #main ul.jobs li a h2 {
  margin-bottom: 2px;
  color: #0093d6;
}

body.job-postings #main ul.jobs li a time {
  display: inline-block;
  margin-bottom: 7px;
  font-size: .8em;
  text-transform: uppercase;
}

body.job-postings #main ul.jobs li a .organization {
  color: #2d6cab;
}

body.job-postings #main ul.jobs li a .organization i.fa {
  margin-right: 3px;
  font-size: .8em;
  vertical-align: 1px;
}

body.job-postings #main ul.jobs li a:hover {
  padding-left: 25px;
  padding-right: 15px;
  background: #f9f9f9;
}

body.job-posting #main h1 {
  margin-bottom: 5px;
}

body.job-posting #main h2 {
  font-weight: 400;
}

body.job-posting #main time {
  display: block;
  margin-bottom: 15px;
  font-size: .85em;
  text-transform: uppercase;
}

body.job-posting #main dl {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

/*** Vars ***/

body.jean-monnet #header {
  background: #0e388d url(../img/header-jean-monnet.jpg) center top no-repeat;
}

body.jean-monnet #header h1.logo {
  float: left;
  max-width: 400px;
  padding: 40px 0 0 50px;
  font-family: "bookmania", sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.2em;
  text-shadow: none;
}

body.jean-monnet #header h1.logo a {
  padding: 0 !important;
}

body.jean-monnet #header h1.logo a span {
  font-size: .85em;
}

body.jean-monnet #header .tagline {
  float: right;
  display: block;
  margin: 60px 20px 0 0;
  color: #fff;
  font-family: "bookmania", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  font-style: italic;
}

body.jean-monnet #header .nav-icon {
  color: #0b2b81;
}

body.jean-monnet #main h1,
body.jean-monnet #main .page-headline,
body.jean-monnet #main h1 {
  color: #0b2b81;
}

body.jean-monnet #main .sidebar .section h1,
body.jean-monnet #main .sidebar .section h2 {
  color: #0b2b81 !important;
}

body.jean-monnet ul.news {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.jean-monnet ul.news li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

body.jean-monnet ul.news li:last-child {
  border-bottom: none;
}

body.jean-monnet ul.news li time {
  font-size: .9em;
}

body.jean-monnet #main article.primary.news h1 {
  margin-bottom: 5px;
}

body.jean-monnet #main article.primary.news time {
  display: block;
  margin-bottom: 20px;
  font-size: .9em;
}

body.jean-monnet ul.events {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.jean-monnet ul.events li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

body.jean-monnet ul.events li:last-child {
  border-bottom: none;
}

body.jean-monnet ul.events li time {
  font-size: .9em;
}

body.jean-monnet #main article.primary.event h1 {
  margin-bottom: 10px;
}

body.jean-monnet #main article.primary.event h2 {
  margin-top: 30px;
  font-size: 1.1em;
  color: #0b2b81;
}

body.jean-monnet #main article.primary.event dl {
  font-size: .95em;
}

body.jean-monnet #main article.primary.event dl dd {
  margin-bottom: 8px;
}

@media only screen and (max-width: 875px) {
  body.jean-monnet #header {
    background: url(../img/header-jean-monnet.jpg) 25% top no-repeat;
  }

  body.jean-monnet #header h1.logo {
    width: 100%;
    height: auto;
    max-width: none;
    padding: 30px 70px 0 20px !important;
    font-size: 1.4em !important;
  }

  body.jean-monnet #header .tagline {
    float: left;
    width: 100%;
    padding: 10px 0 25px 20px;
    margin: 0;
    font-size: .9em;
  }
}

@media only screen and (max-width: 480px) {
  body.jean-monnet #header nav {
    top: 127px;
  }

  body.jean-monnet #header nav ul li:first-child {
    width: 100%;
  }

  body.jean-monnet #header nav ul li:nth-child(even) {
    border-right: 1px solid #ddd !important;
  }

  body.jean-monnet #header h1.logo {
    font-size: 1.3em !important;
    line-height: 1.1em;
  }

  body.jean-monnet #header .tagline {
    font-size: .75em;
  }
}

body.eusa-review-of-books #header {
  background: #0c509b url(../img/header-eusa-review-of-books.jpg) center top no-repeat;
}

body.eusa-review-of-books #header .text {
  display: inline-block;
  line-height: .8em;
  font-style: italic;
  vertical-align: middle;
}

body.eusa-review-of-books #header .text .eusa-review-of-books {
  font-size: 1.15em;
}

body.eusa-review-of-books #header .text .eusa {
  font-size: .7em;
}

body.eusa-review-of-books #main h1,
body.eusa-review-of-books #main .page-headline,
body.eusa-review-of-books #main h1 {
  color: #0093d6;
}

body.eusa-review-of-books #main .sidebar .section:first-child {
  padding-top: 40px;
}

body.eusa-review-of-books #main .sidebar .section h1,
body.eusa-review-of-books #main .sidebar .section h2 {
  color: #0093d6 !important;
}

body.eusa-review-of-books #main .latest-reviews > .info {
  width: 100%;
  padding-bottom: 20px;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li {
  width: 32%;
  padding: 0 2%;
  margin: 0 0 60px 0;
  float: left;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li:nth-child(3n+1) {
  padding-left: 0;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li:nth-child(3n) {
  padding-right: 0;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li:nth-child(3n-1) {
  width: 34.5%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li img {
  width: 100%;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li .info {
  padding: 25px 5px 0 5px;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li .info h2 {
  font-size: 1.1em;
  margin: 0 0 3px 0;
  color: #0093d6;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li .info h2 a {
  text-decoration: none;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li .info .reviewer {
  display: block;
  margin-bottom: 15px;
  color: #999;
  font-size: .9em;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li .info .reviewer a {
  display: block;
  color: #2d6cab;
}

body.eusa-review-of-books #main .latest-reviews ul.reviews li .info .reviewer a:hover {
  color: #c96d13;
}

body.eusa-review-of-books #main .recent-publications h2 {
  margin-bottom: 25px;
  font-size: 1.3em;
}

body.eusa-review-of-books #main .recent-publications ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

body.eusa-review-of-books #main .recent-publications ul li {
  margin-bottom: 25px;
}

body.eusa-review-of-books #main .recent-publications ul li > a {
  text-decoration: none;
}

body.eusa-review-of-books #main .recent-publications ul li > a:hover .title {
  color: #c96d13;
}

body.eusa-review-of-books #main .recent-publications ul li:last-child {
  border-bottom: none;
}

body.eusa-review-of-books #main .recent-publications ul li .title {
  margin: 0 0 3px 0;
  color: #0093d6;
  font-size: 1em;
  transition: color .25s;
}

body.eusa-review-of-books #main .recent-publications ul li .author {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-size: .9em;
}

body.eusa-review-of-books #main .review .img {
  float: right;
  max-width: 250px;
  margin: 0 0 20px 40px;
}

body.eusa-review-of-books #main .review h1.book-title {
  margin-bottom: 5px;
}

body.eusa-review-of-books #main .review .reviewer {
  display: block;
  margin-bottom: 20px;
}

body.eusa-review-of-books #main .review .reviewer a {
  display: inline-block;
  margin-left: 1em;
  color: #2d6cab;
}

body.eusa-review-of-books #main .review .reviewer a:hover {
  color: #c96d13;
}

body.eusa-review-of-books #main .archive .reviews {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

body.eusa-review-of-books #main .archive .reviews li {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

body.eusa-review-of-books #main .archive .reviews li a.img {
  display: block;
  float: left;
  width: 15%;
}

body.eusa-review-of-books #main .archive .reviews li a.img img {
  width: 100%;
}

body.eusa-review-of-books #main .archive .reviews li .info {
  float: left;
  width: 85%;
  padding: 0 0 0 30px;
}

body.eusa-review-of-books #main .archive .reviews li .info h2 {
  color: #0093d6;
  font-size: 1.1em;
  margin-bottom: 3px;
}

body.eusa-review-of-books #main .archive .reviews li .info .reviewer {
  display: block;
  font-size: .9em;
  color: #999;
  margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
  body.eusa-review-of-books #main .latest-reviews ul.reviews li {
    width: 50%;
    padding: 0 2.5%;
  }

  body.eusa-review-of-books #main .latest-reviews ul.reviews li:nth-child(3n+1),
  body.eusa-review-of-books #main .latest-reviews ul.reviews li:nth-child(3n) {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  body.eusa-review-of-books #main .latest-reviews ul.reviews li:nth-child(3n-1) {
    width: 50%;
    border-left: none;
    border-right: none;
  }

  body.eusa-review-of-books #main .latest-reviews ul.reviews li:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid #ccc;
  }

  body.eusa-review-of-books #main .latest-reviews ul.reviews li:nth-child(even) {
    padding-right: 0;
  }
}

@media only screen and (max-width: 540px) {
  body.eusa-review-of-books #header h1.logo a .eusa {
    width: 100%;
    margin: 0;
  }

  body.eusa-review-of-books #main .review .img {
    width: 100%;
    max-width: none;
    float: none;
    margin: 0 0 20px 0;
  }

  body.eusa-review-of-books #main ul.reviews {
    padding: 0 20px;
  }

  body.eusa-review-of-books #main ul.reviews li {
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: none !important;
  }

  body.eusa-review-of-books #main ul.reviews li .info {
    padding: 20px 0 40px 0;
  }
}

@media only screen and (max-width: 480px) {
  body.eusa-review-of-books #header .text {
    vertical-align: 0;
  }

  body.eusa-review-of-books #main .archive ul.reviews li a.img {
    width: 100%;
    margin-bottom: 20px;
  }

  body.eusa-review-of-books #main .archive ul.reviews li .info {
    width: 100%;
    padding-left: 0;
  }
}

body.benefits-eu-us-relationship #main ul.submissions {
  list-style: none;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

body.benefits-eu-us-relationship #main ul.submissions li {
  border-bottom: 1px solid #ddd;
}

body.benefits-eu-us-relationship #main ul.submissions li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

body.benefits-eu-us-relationship #main ul.submissions li a .author {
  color: #0093d6;
  font-size: 1.2em;
}

body.benefits-eu-us-relationship #main ul.submissions li a .title {
  display: inline-block;
  margin-left: 1em;
}

body.benefits-eu-us-relationship #main ul.submissions li a .category {
  display: inline-block;
  text-indent: 1em;
  color: #808080;
  font-style: italic;
}

body.benefits-eu-us-relationship #main ul.submissions li a .description {
  display: inline-block;
  padding-left: 1em;
  color: #808080;
  font-style: italic;
}

body.benefits-eu-us-relationship #main ul.submissions li a:hover {
  background: #f6f6f6;
}

.executive-committee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.executive-committee-member {
  display: block;
  width: 29%;
  margin-bottom: 30px;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: top .25s;
}

@media only screen and (max-width: 640px) {
  .executive-committee-member {
    width: 45%;
  }
}

.executive-committee-member .img {
  margin-bottom: 12px;
}

.executive-committee-member .img img {
  max-width: 100%;
}

.executive-committee-member .info {
  color: #808080;
}

.executive-committee-member .info .name {
  display: block;
  font-weight: bold;
  color: #666666;
}

a.executive-committee-member:hover {
  top: -5px;
}

.modal.modal-executive-committee-member .modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal.modal-executive-committee-member .modal-header {
  width: 100%;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.modal.modal-executive-committee-member .modal-header .img {
  max-width: 130px;
  margin-right: 20px;
}

.modal.modal-executive-committee-member .modal-header .img img {
  max-width: 100%;
}

.modal.modal-executive-committee-member .modal-header .info {
  color: #808080;
}

.modal.modal-executive-committee-member .modal-header .info .name {
  display: block;
  font-weight: bold;
  color: #666666;
}

a {
  transition: all .25s;
}

a:hover {
  color: #0093d6;
}

.page-headline,
#main h1 {
  margin: 0 0 15px 0;
  color: #9ab249;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.page-subheadline,
#main h2 {
  margin: 0 0 10px 0;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2em;
}

.page-subsubheadline,
#main h3 {
  margin-bottom: 2px;
  font-size: 1.1em;
  font-weight: normal;
}

h1 i,
h2 i {
  font-size: .8em;
}

h1.block-header,
h2.block-header {
  padding: 10px 25px 12px 35px;
  margin: 0 0 20px 0;
  font-size: 1.3em;
  line-height: 1.1em;
}

h1.block-header.orange,
h2.block-header.orange {
  background: #c96d13;
  color: #fff !important;
}

h1.block-header.blue,
h2.block-header.blue {
  background: #0093d6;
  color: #fff !important;
}

h1.block-header.green,
h2.block-header.green {
  background: #9ab249;
  color: #fff !important;
}

h1.block-header .normal,
h2.block-header .normal {
  font-size: .8em;
  font-weight: 300;
}

.small,
small {
  font-size: .85rem;
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

/*** Colors ***/

.clr-orange {
  color: #c96d13 !important;
}

.clr-blue {
  color: #0093d6 !important;
}

.clr-blue-dark {
  color: #2d6cab !important;
}

.clr-green,
#main .sidebar .section h1,
#main .sidebar .section h2 {
  color: #9ab249 !important;
}

.clr-grey {
  color: #808080 !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links for images, or javascript/internal links
     */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.mc {
  max-width: 1100px;
  margin: 0 auto;
}

.lt-ie9 .mc {
  width: 1100px;
}

.row {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-1 {
  display: inline;
  float: left;
  width: 7.5490196078%;
  margin: 0 0.3921568627%;
}

.col-2 {
  display: inline;
  float: left;
  width: 15.8823529412%;
  margin: 0 0.3921568627%;
}

.col-3 {
  display: inline;
  float: left;
  width: 24.2156862745%;
  margin: 0 0.3921568627%;
}

.col-4 {
  display: inline;
  float: left;
  width: 32.5490196078%;
  margin: 0 0.3921568627%;
}

.col-5 {
  display: inline;
  float: left;
  width: 40.8823529412%;
  margin: 0 0.3921568627%;
}

.col-6 {
  display: inline;
  float: left;
  width: 49.2156862745%;
  margin: 0 0.3921568627%;
}

.col-7 {
  display: inline;
  float: left;
  width: 57.5490196078%;
  margin: 0 0.3921568627%;
}

.col-8 {
  display: inline;
  float: left;
  width: 65.8823529412%;
  margin: 0 0.3921568627%;
}

.col-9 {
  display: inline;
  float: left;
  width: 74.2156862745%;
  margin: 0 0.3921568627%;
}

.col-10 {
  display: inline;
  float: left;
  width: 82.5490196078%;
  margin: 0 0.3921568627%;
}

.col-11 {
  display: inline;
  float: left;
  width: 90.8823529412%;
  margin: 0 0.3921568627%;
}

.col-12 {
  display: inline;
  float: left;
  width: 99.2156862745%;
  margin: 0 0.3921568627%;
}

@media only screen and (max-width: 520px) {
  .col {
    display: inline;
    float: left;
    width: 99.2156862745%;
    margin: 0 0.3921568627%;
    margin-bottom: 20px;
  }

  .hide-480 {
    display: none;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.width-auto {
  width: auto;
}

.width-sm {
  width: 70px;
}

.width-md {
  max-width: 250px;
}

.pad-15-30 {
  padding: 15px 30px !important;
}

.pad-30 {
  padding: 30px !important;
}

.pad-40 {
  padding: 40px !important;
}

.pad-btm-20 {
  padding-bottom: 20px !important;
}

.pad-btm-30 {
  padding-bottom: 30px !important;
}

.pad-btm-50 {
  padding-bottom: 50px !important;
}

.no-pad {
  padding: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.mrgn-top-20 {
  margin-top: 20px !important;
}

.mrgn-top-30 {
  margin-top: 30px !important;
}

.mrgn-top-50 {
  margin-top: 50px !important;
}

.mrgn-btm-0 {
  margin-bottom: 0px !important;
}

.mrgn-btm-20 {
  margin-bottom: 20px !important;
}

.mrgn-btm-30 {
  margin-bottom: 30px !important;
}

.mrgn-btm-50 {
  margin-bottom: 50px !important;
}

.mrgn-right-5 {
  margin-right: 5px !important;
}

.mrgn-left-10 {
  margin-left: 10px !important;
}

.mrgn-left-30 {
  margin-left: 30px !important;
}

#header {
  width: 100%;
  float: left;
  background: #0093d6 url(/assets/img/header-bkgd.jpg) center top no-repeat;
}

#header h1.logo {
  width: 100%;
  height: 144px;
  margin: 0;
  font-size: 1.6em;
  font-weight: 300;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
}

#header h1.logo a {
  display: block;
  padding: 7px 0 0 2px;
  color: #fff;
  text-decoration: none;
}

#header h1.logo a .globe {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-right: 20px;
  background: url(/assets/img/eusa-globe-2020.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#header .nav-icon {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 2px 5px 1px 5px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  color: #0093d6;
  font-size: 2.3em;
  cursor: pointer;
}

#header .nav-icon:hover {
  color: #2d6cab;
}

#header .nav {
  width: 100%;
  float: left;
  background: #fff;
}

#header nav {
  width: 100%;
  float: left;
  text-align: center;
}

#header nav ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: left;
}

#header nav ul.em.west {
  float: left;
}

#header nav ul.em.east {
  float: right;
}

#header nav ul.em li,
#header nav ul li.em {
  margin-right: 1px;
}

#header nav ul.em li:last-child,
#header nav ul li.em:last-child {
  margin-right: 0;
}

#header nav ul.em li a,
#header nav ul li.em a {
  background: #9ab249;
  color: #fff;
}

#header nav ul.em li a i.fa,
#header nav ul li.em a i.fa {
  margin-right: 4px;
  line-height: .9em;
}

#header nav ul.em li a:hover,
#header nav ul li.em a:hover {
  color: #fff;
  background: #c96d13;
}

#header nav ul li {
  display: inline-block;
  position: relative;
}

#header nav ul li a {
  display: block;
  padding: 12px 14px;
  color: #2d6cab;
  line-height: 1em;
  text-decoration: none;
}

#header nav ul li.active a,
#header nav ul li a:hover {
  color: #c96d13;
}

#header nav ul li ul.submenu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  padding: 0 2px 2px 2px;
  background: #eee;
  box-shadow: 1px 1px 0 rgba(100, 100, 100, 0.3);
}

#header nav ul li ul.submenu > li {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  background: #fff;
  position: relative;
}

#header nav ul li ul.submenu > li i.fa {
  float: right;
  margin-right: -15px;
}

#header nav ul li ul.submenu > li a {
  display: block;
  padding: 10px 30px 10px 12px;
  white-space: nowrap;
  font-size: .9em;
}

#header nav ul li ul.submenu > li ul.subsubmenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 2px 2px 2px;
  background: #eee;
  border-top: 1px solid #eee;
  box-shadow: 1px 1px 0 rgba(100, 100, 100, 0.3);
}

#header nav ul li ul.submenu > li ul.subsubmenu.left {
  left: auto;
  right: 100%;
}

#header nav ul li ul.submenu > li ul.subsubmenu li {
  display: block;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

#header nav ul li ul.submenu > li ul.subsubmenu li a {
  display: block;
  padding: 10px 25px 10px 12px;
  white-space: nowrap;
  font-size: .9em;
}

#header nav ul li ul.submenu > li ul.subsubmenu li:hover a {
  background: #f4f4f4;
}

#header nav ul li ul.submenu > li:hover > a {
  background: #f4f4f4;
}

#header nav ul li ul.submenu > li:hover ul.subsubmenu {
  display: block;
}

#header nav ul li:hover ul.submenu {
  display: block;
}

@media only screen and (max-width: 1027px) {
  #header nav {
    text-align: center;
  }

  #header nav ul.em {
    position: absolute;
    top: 0;
    right: 0;
  }

  #header nav ul.em li a {
    background: #0093d6;
  }
}

@media only screen and (max-width: 600px) {
  #header h1.logo {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 540px) {
  #header h1.logo {
    background-position: right top;
  }

  #header h1.logo a {
    padding: 25px 5px;
  }

  #header h1.logo a .globe {
    width: 80px;
    height: 80px;
    margin: 0 0 0 -5px;
    background-size: 80px 80px;
    vertical-align: -30px;
  }

  #header h1.logo a .eusa {
    display: inline-block;
    width: 60%;
    margin: 40px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  #header h1.logo {
    height: 95px;
  }

  #header h1.logo a {
    padding: 0 10px;
  }

  #header h1.logo a .globe {
    vertical-align: -20px;
  }

  #header h1.logo a .eusa {
    margin-top: 22px;
    font-size: .9em;
  }

  #header .nav-icon {
    display: block;
  }

  #header nav {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 9997;
    width: 100%;
    background: #fff;
    border-bottom: 5px solid #2d6cab;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }

  #header nav ul {
    width: 100%;
    display: block;
    position: static !important;
  }

  #header nav ul li {
    float: left;
    display: block;
    width: 50%;
    margin: 0 !important;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  #header nav ul li:nth-child(even) {
    border-right: none;
  }

  #header nav ul li:hover ul.submenu {
    display: none;
  }

  #header nav ul.em li.login {
    width: 40%;
  }

  #header nav ul.em li.register {
    width: 60%;
  }

  #header nav.opened {
    display: block;
  }
}

.map-scroll,
#banner img:hover {
  -moz-animation: 60s linear 0s normal none infinite map-scroll;
  -webkit-animation: map-scroll 60s infinite linear;
}

#banner {
  width: 100%;
  height: 70px;
  float: left;
  background: #186bca;
  overflow: hidden;
  position: relative;
  transition: all, .5s;
}

#banner img {
  position: absolute;
  top: -320px;
  right: 0;
}

#banner:hover {
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 480px) {
  #banner {
    height: 10px;
  }
}

#main {
  width: 100%;
  float: left;
  color: #808080;
}

#main a {
  color: #0093d6;
}

#main a:hover {
  color: #c96d13;
}

#main h1 + h2 {
  margin-top: -10px;
}

#main h2 ~ h2 {
  margin-top: 30px;
}

#main h3 ~ h3 {
  margin-top: 15px;
}

#main p {
  line-height: 1.5em;
}

#main b,
#main strong {
  font-weight: 400;
}

#main .primary {
  display: inline;
  float: left;
  width: 65.8823529412%;
  margin: 0 0.3921568627%;
  min-height: calc(100vh - 184px - 70px - 292px);
  padding: 40px;
  background: #fff;
}

#main .primary.wider {
  display: inline;
  float: left;
  width: 70.8823529412%;
  margin: 0 0.3921568627%;
}

#main .primary .col-west {
  padding-right: 25px;
  border-right: 1px solid #ddd;
}

#main .primary .col-east {
  padding-left: 25px;
}

#main .sidebar {
  float: right !important;
  display: inline;
  float: left;
  width: 32.5490196078%;
  margin: 0 0.3921568627%;
  background: #f5f5f5;
}

#main .sidebar.thinner {
  display: inline;
  float: left;
  width: 27.5490196078%;
  margin: 0 0.3921568627%;
}

#main .sidebar a {
  color: #808080;
}

#main .sidebar a:hover {
  color: #0093d6;
}

#main .sidebar .section {
  padding: 30px 20px;
}

#main .sidebar .section h1.block-header,
#main .sidebar .section h2.block-header {
  color: #fff !important;
}

#main .sidebar .section .pad-content {
  padding: 30px 20px 20px 30px;
}

#main .sidebar .section nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main .sidebar .section nav li {
  margin-bottom: 5px;
  font-size: .95em;
}

#main .sidebar .section nav li a {
  text-decoration: none;
}

#main .sidebar .section nav li.active > a {
  color: #0093d6;
}

#main .sidebar .section nav li.border-top {
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

#main .sidebar .section nav li.border-btm {
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
}

#main .sidebar .section nav li i.fa {
  margin-right: 9px;
}

#main .sidebar .section nav li time {
  font-size: .9em;
  color: #c96d13;
}

#main .sidebar .section nav li ul {
  padding-left: .2em;
}

#main .sidebar .section nav li ul li {
  margin-bottom: 0;
}

#main .sidebar .section nav > ul > li {
  padding-left: 15px;
}

#main .sidebar .section nav > ul > li > i.fa {
  margin-left: -15px;
}

@media only screen and (max-width: 1000px) {
  #main .primary .col-west {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }

  #main .primary .col-east {
    width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #main .primary,
  #main .primary.wider,
  #main .sidebar,
  #main .sidebar.thinner {
    display: inline;
    float: left;
    width: 99.2156862745%;
    margin: 0 0.3921568627%;
    min-height: 0;
  }
}

@media only screen and (max-width: 680px) {
  #main .primary {
    padding: 25px;
  }

  #main .sidebar .section {
    padding: 25px;
  }

  #main .sidebar .section.nopad {
    padding: 0;
  }

  #main .sidebar .section.nopad .pad-content {
    padding: 25px 10px 10px 25px;
  }
}

@media only screen and (max-width: 481px) {
  #main .primary {
    padding: 25px 20px;
  }

  #main .sidebar .section {
    padding: 25px 20px;
  }
}

#footer {
  width: 100%;
  float: left;
  background: #363636 url(/assets/img/footer-globe.png) 10% top no-repeat;
  padding: 40px 0 60px 0;
  border-bottom: 8px #252525;
  color: #bcbcbc;
  font-size: .9em;
  line-height: 1.7em;
}

#footer .mc {
  padding: 0 30px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #e5c43d;
}

#footer .contact-info {
  width: 27%;
  float: left;
}

#footer .contact-info b {
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
}

#footer .contact-info a i {
  margin-right: 5px;
}

#footer .misc {
  width: 44%;
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-left: 1px solid #535353;
  border-right: 1px solid #535353;
}

#footer .misc .co-funded {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}

#footer .misc .co-funded img {
  float: left;
  margin-right: 15px;
}

#footer .other {
  width: 29%;
  float: left;
  text-align: right;
}

#footer .other ul.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.6em;
}

#footer .other ul.footer-nav li {
  display: inline-block;
  margin-left: 20px;
}

#footer .other ul.footer-nav li:first-child {
  margin-left: 0;
}

#footer .other ul.footer-nav li i.fa {
  margin-right: 5px;
}

#footer .other a.credit {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  font-size: .9em;
}

#footer .other a.credit img {
  width: 54px;
  margin-left: 3px;
  vertical-align: -2px;
}

@media only screen and (max-width: 1100px) {
  #footer .mc {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1000px) {
  #footer .contact-info,
  #footer .misc,
  #footer .other {
    width: 100%;
    padding: 0 0 30px 0;
    border-left: none;
    border-right: none;
    text-align: center;
  }

  #footer .contact-info,
  #footer .misc {
    border-bottom: 1px solid #555;
  }

  #footer .misc .co-funded img {
    float: none;
    margin-bottom: 15px;
  }

  #footer .misc .co-funded p {
    margin-bottom: 0;
  }
}

/*** Misc. Global Styles ***/

body {
  background: #808080 url(/assets/img/bkgd.png);
  background: url(/assets/img/bkgd.png), radial-gradient(center, ellipse cover, #aaaaaa 24%, #606060 99%), #808080;
  font-family: "effra", sans-serif;
  font-size: 1em;
  font-weight: 300;
}

img {
  max-width: 100%;
}

ul.form-selections {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.form-selections > li {
  display: block;
  width: 100.784313725%;
  margin: 0 -0.3921568627%;
  *zoom: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

ul.form-selections > li:before,
ul.form-selections > li:after {
  content: "";
  display: table;
}

ul.form-selections > li:after {
  clear: both;
}

ul.form-selections > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

ul.form-selections > li input {
  float: left;
  margin: 4px 10px 0 0;
}

ul.form-selections > li label {
  display: block;
  display: inline;
  float: left;
  width: 74.2156862745%;
  margin: 0 0.3921568627%;
  font-weight: 400;
}

ul.form-selections > li label i {
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
}

ul.form-selections > li label .details {
  color: #2d6cab;
  font-size: .95em;
  font-weight: 300;
}

ul.form-selections > li label ul.details {
  list-style: disc;
}

ul.form-selections > li .cost {
  display: block;
  display: inline;
  float: left;
  width: 15.8823529412%;
  margin: 0 0.3921568627%;
  text-align: right;
  font-weight: 400;
}

ul.form-selections > li .info {
  display: inline;
  float: left;
  width: 74.2156862745%;
  margin: 0 0.3921568627%;
}

ul.form-selections > li.form-selection-other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

ul.form-selections > li.form-selection-other label {
  width: 12%;
}

ul.form-selections > li.form-selection-other #rate-other-inputs {
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.form-selections > li.form-selection-other input.rate-other-description {
  width: 70%;
  margin-top: 0;
}

ul.form-selections > li.form-selection-other .cost {
  width: 23%;
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

ul.form-selections > li.form-selection-other .cost input.rate-other-amount {
  float: none;
  margin: 0 0 0 4px;
}

@media only screen and (max-width: 600px) {
  ul.form-selections > li.form-selection-other {
    display: block;
  }

  ul.form-selections > li.form-selection-other label {
    width: 90%;
    margin-bottom: 5px;
  }

  ul.form-selections > li.form-selection-other #rate-other-inputs {
    width: 100%;
  }

  ul.form-selections > li.form-selection-other input.rate-other-description {
    width: 60%;
    margin: 0;
  }

  ul.form-selections > li.form-selection-other .cost {
    width: 35%;
  }

  ul.form-selections > li.form-selection-other .cost input.rate-other-amount {
    float: none;
    margin: 0 0 0 4px;
  }
}

@media only screen and (max-width: 479px) {
  ul.form-selections > li label {
    display: inline;
    float: left;
    width: 90.8823529412%;
    margin: 0 0.3921568627%;
  }

  ul.form-selections > li .cost {
    display: inline;
    float: left;
    width: 99.2156862745%;
    margin: 0 0.3921568627%;
    padding-left: 25px;
    text-align: left;
  }
}