/*
Theme Name: hdca17
Theme URI: https://hd-ca.org/wp-content/themes/hdca17/css/hdca-variables.less
Author: the WordPress team, with HDCA customizations 2013-2017 and a new style in 2017
Description: The HDCA17 style with some Bootstrap 3 components, templates derived from twentytwelve.
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
The new theme style uses 'less' stylesheets which are compiled to css. See /wp-content/themes/hdca17/style.less
Some variables- fonts and colours- are defined in /wp-content/themes/hdca17/css/hdca-variables.less
some bootstrap 3 '.less' and '.js' files are used (from https://getbootstrap.com/)
*/
.pull-left {
  float: left;
  margin: 0 0.7em 0 0;
}
.pull-right {
  float: right;
  margin: 0 0 0 0.7em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.85714286em 1.71428571em 0.85714286em 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.85714286em 0 0.85714286em 1.71428571em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-top: 0.85714286em;
  margin-bottom: 0.85714286em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'AvenirLTStd-Book', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #222;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #435378;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7587b2;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #999;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role='button'] {
  cursor: pointer;
}
/* The bootstrap3 reset */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.clearfix:before,
.clearfix:after,
header#masthead:before,
header#masthead:after {
  content: ' ';
  display: table;
}
.clearfix:after,
header#masthead:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* The hdca17 theme */
body {
  font-size: 18px;
}
@media (min-width: 1300px) {
  body {
    transition: font-size 1.1s;
  }
}
@media (min-width: 1750px) {
  body {
    font-size: 19px;
  }
}
.page-width {
  max-width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  .page-width {
    max-width: 68.33em;
  }
}
#main {
  color: #262f44;
}
strong {
  font-weight: bold;
}
body.full-width #primary,
body.full-width .primary {
  width: 100%;
}
#primary {
  min-height: 500px;
  padding-bottom: 2em;
}
#primary ul,
#primary li {
  margin: 0.3em 0;
  padding: 0;
}
body.page-id-250 #primary {
  min-height: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0.9em 0 0.7em;
  line-height: 1.2;
}
h1.text-center {
  font-size: 2.2em;
  margin: 0.8em 0 0.4em;
}
body.archive h1.entry-title {
  margin: 1.1em 0 0.6em;
  font-size: 1.2em;
}
aside h3 {
  font-size: 1.6em;
}
#footer h3,
aside h2 {
  font-family: 'AvenirLTStd-Heavy', 'Arial Black';
}
@font-face {
  font-family: 'Nomad Olings';
  src: url('img/NomadBirdlings.eot');
  src: url('img/NomadBirdlings.eot?#iefix') format('embedded-opentype'),
    url('img/NomadBirdlings.ttf') format('truetype'),
    url('img/NomadBirdlings.svg#nomad_olingsregular') format('svg');
}
i.nomadicon {
  display: inline-block;
  font-size: 2em;
  width: 1em;
  height: 1em;
  font-family: 'Nomad Olings', fantasy;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nomadicon-f:before {
  content: 'F';
}
.nomadicon-in:before {
  content: 'I';
}
.nomadicon-twit:before {
  content: 'T';
}
.nomadicon-flic:before {
  content: 'R';
}
.nomadicon-person:before {
  content: 'P';
}
.nomadicon-hdca:before {
  content: 'O';
}
div#wpadminbar {
  position: absolute;
}
.edit-link {
  position: absolute;
  left: 2.5%;
}
.edit-link > a {
  color: #bbc;
}
#menu-quick-links li > a {
  margin-bottom: 0.3em;
}
a {
  color: #262f44;
}
.admin-tools-nav,
.admin-tools-subnav {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}
.admin-tools-nav li,
.admin-tools-subnav li {
  position: relative;
  background: white;
  flex: 0 0 auto;
  margin-bottom: 35px !important;
  margin-right: 15px !important;
  padding: 5px;
  text-align: center;
  z-index: 2;
}
.admin-tools-nav li:last-child {
  margin-right: 0;
}
.admin-tools-nav li a,
.admin-tools-subnav li a {
  position: relative;
  background: white;
  border: 1px solid #262f44;
  border-radius: 3px;
  padding: 12px 15px;
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  z-index: 2;
}
.admin-tools-nav li a:hover,
.admin-tools-subnav li a:hover {
  background: #262f44;
  color: white !important;
}
.admin-tools-subnav {
  flex-flow: row wrap;
}
.admin-tools-nav li.active a,
.admin-tools-subnav li.active a {
  background: gray;
  border-color: gray;
  color: white;
}
.new {
  position: relative;
  /* display: inline-flex; */
}

.new a:before {
  /* content: '🔆'; */
  /* content: '🌻'; */
  content: '🌱';
  font-size: 2rem;
  color: black;
  position: absolute;
  top: -25px;
  right: -6px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  transition: transform 0.5s 0.1s ease-in-out, opacity 0.3s 0.1s ease-in-out;
}
.new a:hover:before {
  opacity: 0;
  transform: translate3d(0, 15px, 2);
}
.new a {
  position: relative;
}
.new.tool a:after {
  content: 'new!';
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff6633;
  position: absolute;
  text-align: center;
  top: -20px;
  right: -10px;
  opacity: 0;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.2s 0.3s ease-in, transform 0.2s ease-in;
}
.new.tool a:hover:after {
  opacity: 1;
  transform: translate3d(0, -50px, 2);
}
a.scroll-to-top,
#main a,
#footer a,
#error-background a {
  text-decoration: underline;
}
a.scroll-to-top:hover,
#main a:hover,
#footer a:hover,
#error-background a:hover,
a.scroll-to-top:focus,
#main a:focus,
#footer a:focus,
#error-background a:focus,
a.scroll-to-top:active,
#main a:active,
#footer a:active,
#error-background a:active {
  color: #869d24;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #c7dd69;
}
header#masthead {
  background: #262f44;
  margin: 0;
  padding: 4.5em 0;
}
#header-logo {
  float: left;
  clear: left;
  padding: 0 2em 0 0;
}
#header-text-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
}
#header-text {
  float: left;
  width: 44%;
  text-align: left;
}
#header-text h1,
#header-text h2.entry-title {
  font-family: 'AvenirLTStd-Heavy', 'Arial Black';
  font-size: 2em;
  margin: 0.1em auto;
}
#header-text h1 a,
#header-text h2.entry-title a {
  color: #fff;
  text-decoration: none;
}
#header-text h1 a:focus,
#header-text h2.entry-title a:focus,
#header-text h1 a:hover,
#header-text h2.entry-title a:hover,
#header-text h1 a:active,
#header-text h2.entry-title a:active {
  color: #fff;
  text-decoration: none;
}
#header-text h2 {
  margin: 0.3em 0;
  color: #b7d340;
  font-weight: normal;
  font-size: 1.2em;
}
#header-tools {
  position: absolute;
  top: 0;
  right: -1.3em;
}
#header-tools > * {
  display: inline-block;
  vertical-align: middle;
}
header#masthead .page-width {
  position: relative;
}
header#masthead .vspacer {
  display: inline-block;
  vertical-align: middle;
  width: 0.1em;
}
header#masthead .vspacer,
#header-logo img {
  height: 9.5em;
}
header#masthead .menu-language-selector-container {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 10;
}
header#masthead .menu-language-selector-container li a {
  color: #bfd855;
  padding: 3px;
}
header#masthead .menu-language-selector-container li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
header#masthead .menu-language-selector-container ul {
  margin: 0;
  padding: 0;
}
header#masthead .menu-language-selector-container > ul {
  position: relative;
  top: 0;
}
#menu-language-selector .menu_item_wpglobus_menu_switch .sub-menu {
  display: block;
}
#menu-language-selector .menu_item_wpglobus_menu_switch .sub-menu li {
  opacity: 0.5;
}
#menu-language-selector .menu_item_wpglobus_menu_switch .sub-menu li:hover,
#menu-language-selector .menu_item_wpglobus_menu_switch .sub-menu li:active,
#menu-language-selector .menu_item_wpglobus_menu_switch .sub-menu li:focus {
  opacity: 1;
}
.admin-bar header#masthead .menu-language-selector-container > ul {
  position: relative;
  top: 40px;
}
table.admin tr:nth-of-type(even) {
  background: #f3f3f3;
}
table.admin td {
  padding: 10px 20px;
  width: auto;
  min-width: 100px;
}
table.admin td:first-child,
table.admin td:nth-of-type(2) {
  text-align: center;
}
@media (min-width: 1300px) {
  header#masthead .menu-language-selector-container {
    top: 8px;
    right: 8px;
    transform: scale(1.3);
  }
}
@media (min-width: 1100px) {
  header#masthead .menu-language-selector-container {
    top: 8px;
    right: 8px;
    transform: scale(1.15);
  }
}
@media (max-width: 1300px) {
  header#masthead,
  #footer .footerlogo {
    font-size: 0.92em;
  }
}
@media (max-width: 1200px) {
  header#masthead,
  #footer .footerlogo {
    font-size: 0.85em;
  }
  div#wpadminbar #wp-admin-bar-registration_lists {
    display: none;
  }
}
@media (max-width: 1100px) {
  header#masthead,
  #footer .footerlogo {
    font-size: 0.78em;
  }
}
@media (max-width: 1050px) {
  .page-width {
    max-width: 740px;
  }
}
@media (max-width: 900px) {
  .page-width {
    max-width: 88%;
  }
  header#masthead {
    padding: 6% 0 4.5em;
  }
  header#masthead #header-tools .vspacer {
    display: none;
  }
  #header-tools {
    position: static;
    height: 6.5em;
  }
  #utility {
    display: block;
  }
  #utility > div {
    float: right;
  }
  #utility ul#menu-utility li {
    position: relative;
    margin: 0 0 0 0.4em;
    padding: 0 0 0 0.3em;
  }
  header#masthead > div {
    text-align: center;
  }
  #header-text,
  #header-logo {
    display: inline-block;
    float: none;
  }
  #header-text {
    width: auto;
  }
}
/*
@media (max-width: 500px) {
  .page-width {
    max-width: 92%;
  }
  header#masthead {
    padding: 4% 0 4.5em;
    font-size:0.62em;
  }
  #site-navigation #menu-main-menu li>a{
    padding:0 4%;
  }
}
*/
@media (max-width: 650px) {
  header#masthead .menu-language-selector-container {
    position: absolute;
    top: auto;
    right: 3px;
    top: 70px;
  }
  .edit-link {
    position: static;
    left: 0;
  }
}
#searchform input {
  width: 11em;
}
@media (max-width: 480px) {
  #searchform input {
    width: 32%;
    min-width: 6em;
  }
  #header-text,
  #header-logo {
    font-size: 0.86em;
  }
}
@media (max-width: 430px) {
  #header-text,
  #header-logo {
    font-size: 0.79em;
  }
}
@media (max-width: 400px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 380px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  #header-text,
  #header-logo {
    font-size: 0.75em;
  }
}
@media (max-width: 350px) {
  body {
    font-size: 15.5px;
  }
}
td,
th {
  padding: 0.4em 0.5em 0.3em;
}
@media (max-width: 550px) {
  td,
  th {
    font-size: 0.9em;
    padding: 0.4em 0.2em 0.3em;
  }
}
.page-id-255 #main tr:first-of-type {
  hyphens: auto;
}
.page-id-255 #main td {
  min-width: 5em;
  overflow-wrap: normal;
  word-wrap: normal;
  word-break: keep-all;
}
.page-id-255 #main table td:first-of-type {
  min-width: auto;
}
.page-id-255 #main tr:first-of-type td:first-of-type {
  font-size: 1em;
}
.page-id-255 #main tr:first-of-type td {
  font-size: 0.83em;
}
@media (max-width: 500px) {
  .page-id-255 #main td {
    min-width: 3em;
  }
  .page-id-255 #main tr:first-of-type td {
    font-size: 0.8em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
}
@media (max-width: 440px) {
  .page-id-255 #main tr:first-of-type td {
    font-size: 0.75em;
  }
}
@media (max-width: 380px) {
  .page-id-255 #main tr:first-of-type td {
    font-size: 0.7em;
  }
}
input,
select,
textarea {
  border-radius: 0;
  background: #fff;
  border: 0.2em solid #eee;
  padding: 0.3em 0.6em 0.2em 0.6em;
}
input:focus,
select:focus,
textarea:focus,
input:active,
select:active,
textarea:active,
input:hover,
select:hover,
textarea:hover {
  border: 0.2em solid #b7d340;
}
select {
  padding: 0.3em 0.2em 0.2em 0.6em;
}
select option {
  padding: 0.3em 0.6em 0.2em 0.6em;
}
#searchform {
  font-size: 1.1em;
  display: block;
  text-align: left;
}
#searchform input {
  height: 2.4em;
  float: left;
}
#searchform #searchsubmit {
  padding: 0;
  height: 2.4em;
  min-height: 2.4em;
  max-height: 2.4em;
  min-width: 2.4em;
  border-radius: 1.4em;
  float: left;
  transform: translate(-50%, 0);
  background: #b7d340;
  color: #eee;
  border: 0.2em solid #b7d340;
  text-align: center;
}
#searchform #searchsubmit i {
  position: relative;
  font-size: 1.15em;
}
#searchform #searchsubmit:hover,
#searchform #searchsubmit:focus {
  background: #adcb2f;
  color: #fff;
}
ul#menu-utility {
  margin: 0;
  text-align: left;
  padding: 0;
  display: block;
}
ul#menu-utility li {
  list-style: none;
  float: left;
  position: relative;
}
ul#menu-utility ul {
  padding: 0;
}
ul#menu-utility a {
  min-width: 4em;
  text-align: center;
  padding: 7px 5px 1px;
  display: block;
  color: #eee;
  text-transform: capitalize;
}
ul#menu-utility li.in a,
ul#menu-utility a:hover,
ul#menu-utility a:focus {
  color: #fff;
  background: #2f3a54;
}
ul#menu-utility li {
  position: relative;
  margin: 0.4em 0.4em 0 0;
  padding: 0.7em 0.3em 0 0;
}
ul#menu-utility li > a {
  background: #262f44;
  border: 2px solid #fff;
  border-radius: 0.3em;
  font-size: 1.2em;
}
ul#menu-utility > li:first-child > a {
  border: 2px solid #b7d340;
  background: #b2d034;
  color: #fff;
}
ul#menu-utility > li:first-child > a:focus,
ul#menu-utility > li:first-child > a:hover,
ul#menu-utility > li.in:first-child > a {
  background: #a2be2c;
  color: #fff;
}
ul#menu-utility a.log-out {
  border: 2px solid #262f44;
  background: #262f44;
  color: #b7d340;
}
ul#menu-utility a.log-out:hover,
ul#menu-utility a.log-out:focus {
  border: 2px solid #3c4a6b;
  background: #10141d;
  color: #c7dd69;
}
.logged-in ul#menu-utility > li:first-child {
  display: none;
}
#tertiary a.btn,
a.btn-green,
a.btn-blue,
a.btn-white,
a.btn-join {
  border-radius: 0.3em;
  font-size: 1em;
  text-align: center;
  padding: 0.4em 0.6em 0.2em;
  display: inline-block;
  text-decoration: none !important;
}
a > i,
button > i {
  vertical-align: middle;
}
a.btn-white {
  color: #262f44;
  background: transparent;
  border: 2px solid #262f44;
}
a.btn-white:hover,
a.btn-white:focus {
  border: 2px solid #141823;
  background: #aac72e;
}
#main a.btn-white:hover,
#main a.btn-white:focus {
  color: #141823;
}
a.btn-blue {
  color: #eee;
  background: #262f44;
  border: 2px solid #262f44;
}
a.btn-green {
  color: #262f44;
  background: #b7d340;
  border: 2px solid #b7d340;
}
#main a.btn-green:hover,
#main a.btn-green:focus,
a.btn-green:hover,
a.btn-green:focus {
  color: #1d2434;
  background: #adcb2f;
}
#error-background a.btn-blue:hover,
#page a.btn-blue:hover,
#error-background a.btn-blue:focus,
#page a.btn-blue:focus {
  color: #fff;
  background: #384665;
}
#error-background .btn-white:hover,
#error-background a.btn-white:focus {
  color: #fff;
}
#site-navigation-holder {
  background: #b7d340;
  margin: 0;
  position: relative;
}
#site-navigation {
  background: #b7d340;
  padding: 0;
}
#site-navigation a {
  color: #eee;
  font-size: 1em;
}
@media (min-height: 800px) and (min-width: 700px) {
  #site-navigation-holder.sticky #site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    z-index: 50;
  }
}
@media (min-height: 800px) and (min-width: 600px) {
  #site-navigation-holder.sticky #site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    z-index: 50;
  }
}

#site-navigation {
  display: block;
  text-align: center;
}
#site-navigation > div > div > ul {
  display: inline;
}
@media (max-width: 750px) {
  #site-navigation > div > div > ul {
    display: block;
  }
  #main .page-width,
  .page-width {
    max-width: 90%;
  }
  header#masthead {
    padding: 5% 0 4.5em;
    font-size: 0.68em;
  }
  #page #site-navigation ul#menu-main-menu > li {
    display: block;
    position: relative;
    width: 111.11%;
    left: -5.55%;
  }
  #site-navigation > div > div > ul#menu-main-menu > li > a {
    border-top: 2px solid #adcb2f;
  }
  #page #site-navigation ul#menu-main-menu {
    position: relative;
  }
  #page #site-navigation ul#menu-main-menu li > a {
    width: 94%;
    margin-left: 3%;
  }
  #page #site-navigation ul#menu-main-menu ul > li {
    width: 100%;
  }
  #page #site-navigation {
    padding: 0;
  }
  #page #site-navigation ul#menu-main-menu {
    width: 100%;
  }
  #page #site-navigation ul#menu-main-menu ul a {
    text-align: center;
    padding-left: 0;
  }
  #page #site-navigation ul#menu-main-menu ul ul a {
    padding-left: 0;
  }
  #page #site-navigation ul#menu-main-menu ul {
    padding: 0;
    position: relative;
    width: 100%;
  }
}
#menu-main-menu li li > a {
  padding: 0.7em 0.5em 0.5em;
}
#menu-main-menu li li li > a {
  padding: 0.5em 0.5em 0.3em;
}
@media (max-height: 500px) {
  #menu-main-menu li li > a {
    padding: 0.4em 0.4em 0.2em;
  }
}
#menu-main-menu > li > a {
  color: #1d2434;
}
#menu-main-menu > li.current-menu-item {
  background: #c2da5d;
}
#menu-main-menu > li.in,
#menu-main-menu > li.in > a,
#page.using-hover #menu-main-menu > li:hover,
#page.using-hover
  #menu-main-menu
  > li:hover
  > a
  #menu-main-menu
  > li
  > a:focus {
  background: #c7dd69;
}
#menu-main-menu > li.current-menu-item.in,
#menu-main-menu > li.current-menu-item.in > a,
#page.using-hover #menu-main-menu > li.current-menu-item:hover,
#page.using-hover #menu-main-menu > li.current-menu-item:hover > a,
#menu-main-menu > li.current-menu-item > a:focus {
  background: #cbdf76;
}
#menu-main-menu ul {
  background: #222a3d;
}
#menu-main-menu li li.current-menu-ancestor,
#menu-main-menu li li.current-menu-item {
  background: #2b364e;
}
#menu-main-menu li li.in,
#page.using-hover #menu-main-menu li li:hover,
#page.using-keys #menu-main-menu li li > a:focus {
  color: #fff;
  background: #35415e;
}
#menu-main-menu li li > a:focus {
  outline: none;
}
#menu-main-menu li li > a {
  border-top: 2px solid #35415e;
}
#menu-main-menu li li:last-child li:last-child {
  border-bottom: 2px solid #35415e;
}
#menu-main-menu > li.in > a:active {
  color: #ff8;
  background: #9bb62a !important;
}
#menu-main-menu li li.in > a:active,
#page.using-keys #menu-main-menu li li.in > a:active,
#page.using-hover #menu-main-menu li li.in > a:active {
  color: #ff8 !important;
  background: #050609 !important;
}
ul#menu-main-menu {
  text-align: center;
  padding: 0;
  margin: 0;
}
ul#menu-main-menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
ul#menu-main-menu > li a {
  display: block;
}
ul#menu-main-menu > li li {
  list-style: none;
}
ul#menu-main-menu > li li a {
  font-size: 0.9em;
  min-width: 12em;
}
ul#menu-main-menu > li > ul {
  left: 0;
  min-width: 16em;
  max-height: 0;
  position: absolute;
  overflow: hidden;
  text-align: left;
  padding: 0;
}
ul#menu-main-menu > li > ul ul {
  padding: 0 0 0 1.2em;
  min-width: 16em;
}
ul#menu-main-menu > li > ul {
  display: block;
  max-height: 0;
  opacity: 0;
}
ul#menu-main-menu > li.in {
  z-index: 140;
}
ul#menu-main-menu > li.in > ul {
  display: block;
  max-height: 800px;
  opacity: 1;
}
ul#menu-main-menu ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s;
  position: relative;
}
ul#menu-main-menu > li > ul > li.in > ul {
  max-height: 700px;
  display: block;
}
ul#menu-main-menu li {
  position: relative;
}
ul#menu-main-menu > li > ul > li.menu-item-has-children > a {
  padding-right: 1.3em;
}
ul#menu-main-menu > li > ul > li.menu-item-has-children > a:after {
  display: block;
  transform: scale(1.6, 0.7);
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  z-index: 150;
  color: #eee;
  content: 'V';
}
ul#menu-main-menu > li > ul > li.menu-item-has-children.in > a:after {
  content: '';
}
@media (min-width: 1149px) {
  #menu-main-menu li li:last-child {
    border-bottom: 2px solid #415175;
  }
  #menu-main-menu ul ul {
    background: #2b364e;
  }
  #page.using-hover ul#menu-main-menu > li > ul > li.menu-item-has-children a,
  #page.using-touch ul#menu-main-menu > li > ul > li.menu-item-has-children a,
  #page.using-keys ul#menu-main-menu > li > ul > li.menu-item-has-children a {
    padding-right: 1.2em;
  }
  #page.using-hover
    ul#menu-main-menu
    > li
    > ul
    > li.menu-item-has-children
    > a:after,
  #page.using-touch
    ul#menu-main-menu
    > li
    > ul
    > li.menu-item-has-children
    > a:after,
  #page.using-keys
    ul#menu-main-menu
    > li
    > ul
    > li.menu-item-has-children
    > a:after {
    right: 0.4em;
    top: 0.4em;
    content: 'V';
    transform: scale(0.8, 1) rotate(-90deg);
  }
  #page.using-hover
    ul#menu-main-menu
    > li
    > ul
    > li.menu-item-has-children.in
    > a:after,
  #page.using-touch
    ul#menu-main-menu
    > li
    > ul
    > li.menu-item-has-children.in
    > a:after,
  #page.using-keys
    ul#menu-main-menu
    > li
    > ul
    > li.menu-item-has-children.in
    > a:after {
    content: '';
  }
  #page.using-hover ul#menu-main-menu > li > ul > li > ul,
  #page.using-touch ul#menu-main-menu > li > ul > li > ul,
  #page.using-keys ul#menu-main-menu > li > ul > li > ul {
    padding: 0;
    overflow: hidden;
  }
  ul#menu-main-menu > li > ul {
    position: absolute;
    display: none;
    overflow: visible;
    max-height: 750px;
    opacity: 0;
  }
  ul#menu-main-menu > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    max-height: 0;
  }
  #page.using-hover ul#menu-main-menu > li:hover {
    z-index: 121;
  }
  #page.using-hover ul#menu-main-menu > li:hover > ul {
    display: block;
    opacity: 1;
  }
  #page.using-hover ul#menu-main-menu > li.in > ul {
    display: block;
    opacity: 1;
  }
  #page.using-hover ul#menu-main-menu > li > ul > li:hover > ul {
    max-height: 700px;
    opacity: 1;
  }
  #page.using-touch ul#menu-main-menu > li > ul > li.in > ul,
  #page.using-keys ul#menu-main-menu > li > ul > li.in > ul {
    max-height: 700px;
    opacity: 1;
  }
}
#menu-main-menu {
  z-index: 121;
  position: relative;
}
#social-buttons ul.menu-connect {
  display: inline-block;
  margin: 0 0 0 0.5em;
  padding: 0;
}
#social-buttons ul.menu-connect li {
  vertical-align: middle;
  margin: 0.5em 0.3em 0.5em 0.3em;
  width: 1.6em;
  height: 1.6em;
  padding: 0;
  display: inline-block;
  position: relative;
  background: #262f44;
  border-radius: 50%;
  transform: scale(1);
}
#social-buttons ul.menu-connect li:hover {
  transform: scale(1.2);
}
#social-buttons ul.menu-connect a {
  padding: 0;
  color: #ddd;
}
#social-buttons ul.menu-connect a:hover,
#social-buttons ul.menu-connect a:focus {
  color: #fff;
}
#menu-connect a:before,
.menu-connect a:before {
  display: inline-block;
  font-size: 1.1em;
  padding-top: 0.25em;
  width: 1.1em;
  height: 1.1em;
  font-family: 'Nomad Olings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#menu-connect a {
  margin: 0;
}
.menu-item-397 a:before {
  content: 'F';
}
.menu-item-399 a:before {
  content: 'R';
}
.menu-item-578 a:before {
  content: 'I';
}
.menu-item-6655 a:before {
  content: 'P';
}
.menu-item-8133 a:before {
  content: 'T';
}
#site-navigation,
#site-navigation-holder {
  min-height: 3.1em;
}
#site-navigation > div > div > ul > li > a {
  padding: 0.9em 0.95em 0.8em;
}
@media (max-width: 1450px) {
  #site-navigation,
  #site-navigation-holder {
    min-height: 2.7em;
  }
  #site-navigation ul.menu-connect li {
    margin-top: 0.55em;
  }
  #site-navigation > div > div > ul > li > a {
    padding: 0.85em 0.75em 0.75em;
  }
}
@media (max-width: 1380px) {
  #site-navigation > div > div > ul > li > a {
    padding: 0.8em 0.6em 0.7em;
  }
}
@media (max-width: 1290px) {
  #site-navigation > div > div > ul > li > a {
    padding: 0.85em 0.45em 0.75em;
  }
}
@media (max-width: 1250px) {
  #site-navigation > div > div > ul > li > a {
    padding: 0.7em 0.35em 0.6em;
  }
}
#primary,
.primary {
  width: 60%;
  margin: 0;
  padding-bottom: 4em;
  float: left;
}
#primary h1:first-of-type,
.primary h1:first-of-type,
#primary h2.entry-title:first-of-type,
.primary h2.entry-title:first-of-type {
  margin-top: 0;
}
@media (min-width: 1051px) {
  #primary,
  .primary {
    padding-right: 4%;
  }
}
.sidebar {
  padding: 0 0 0 0.7em;
  width: 40%;
  margin: 0;
  float: right;
  clear: right;
}
.sidebar aside {
  margin: 0 0 2em;
}
@media (max-width: 440px) {
  #conference-tile {
    font-size: 0.9em;
  }
}
@media (max-width: 400px) {
  #conference-tile {
    font-size: 0.81em;
  }
}
@media (min-width: 1051px) and (max-width: 1150px) {
  #secondary {
    float: right;
  }
  #secondary aside {
    width: 100%;
    display: block;
    float: right;
  }
}
@media (max-width: 1050px) {
  #primary,
  .primary {
    width: 100%;
    min-width: 0;
    min-height: 0;
    float: none;
  }
  #featured.sidebar {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  #tertiary.sidebar,
  #secondary.sidebar {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #tertiary.sidebar aside,
  #secondary.sidebar aside {
    width: 48%;
    float: left;
  }
  #tertiary.sidebar aside:first-of-type,
  #secondary.sidebar aside:first-of-type {
    margin-right: 4%;
  }
  body.is-guest #tertiary.sidebar aside {
    width: 100%;
    margin-right: 0;
  }
  body.conferences-template-default #featured.sidebar,
  body.conferences-template-default #tertiary.sidebar,
  body.conferences-template-default #secondary.sidebar {
    float: left;
    width: 48%;
  }
  body.conferences-template-default #featured.sidebar aside,
  body.conferences-template-default #tertiary.sidebar aside,
  body.conferences-template-default #secondary.sidebar aside {
    width: 100%;
    margin-right: 0;
  }
  body.conferences-template-default #featured.sidebar {
    margin-right: 4%;
  }
}
@media (max-width: 700px) {
  #tertiary.sidebar aside,
  #secondary.sidebar aside {
    width: 100%;
    float: left;
  }
}
body.page-id-250 #featured.sidebar {
  width: 100%;
  max-width: 2000px;
}
body.page-id-250 #featured.sidebar aside {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 800px) {
  .sidebar,
  #secondary.sidebar {
    max-width: 780px;
  }
}
li img {
  width: 100%;
  height: auto;
}
.tile:hover img {
  opacity: 1;
}
#plain-tile {
  background: #dde;
  padding: 3% 0;
}
#plain-tile img {
  display: block;
  width: 100%;
  height: auto;
}
#plain-tile > h3,
#plain-tile > h4 {
  font-family: 'AvenirLTStd-Heavy', 'Arial Black';
  padding: 0 3%;
  margin: 0;
  position: relative;
  top: 10px;
}
#plain-tile .footer {
  display: block;
  padding: 0 3%;
}
#plain-tile .footer a {
  float: right;
}
#plain-tile .footer:before,
#plain-tile .footer:after {
  content: ' ';
  display: table;
}
#plain-tile .footer:after {
  clear: both;
}
#plain-tile .footer:before,
#plain-tile .footer:after {
  content: ' ';
  display: table;
}
#plain-tile .footer:after {
  clear: both;
}
#conference-tile {
  padding: 0;
  background: #ddf;
  background: linear-gradient(70deg, #79f, #ecece8);
  position: relative;
  overflow: hidden;
}
#conference-tile img {
  display: block;
  width: 100%;
  height: auto;
}
#conference-tile > h3,
#conference-tile > h4 {
  font-family: 'AvenirLTStd-Heavy', 'Arial Black';
  text-align: right;
  padding-right: 20px;
  margin: 0;
  position: relative;
  top: 20px;
}
#conference-tile .footer {
  background: #b7d340;
  min-height: 4em;
  padding: 18px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
#conference-tile .footer > *:first-child {
  padding-left: 3em;
  min-height: 3em;
  background-image: url(img/icon-bang.svg);
  background-size: 3em 3em;
  background-repeat: no-repeat;
  display: inline-block;
}
#conference-tile .footer > * {
  flex: 20 1;
  width: 13em;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  margin: 0;
  color: #fff;
  font-family: 'AvenirLTStd-Heavy', 'Arial Black';
}
#conference-tile .footer > *:last-child {
  flex: 12 0;
  width: 8em;
  text-align: right;
}
#conference-tile .footer a {
  padding: 0.2em 0.4em 0.1em;
}
#main div.addtoany_content_top {
  display: block;
  margin: 3em 0 2em 0;
}
#main .addtoany_list a {
  position: relative;
  top: -30px;
  padding-top: 2px;
  margin-right: 10px;
  border-radius: 16px;
  height: 32px;
  width: 32px;
  overflow: hidden;
  border: 2px solid #b7d340;
  transform: scale(1);
  transition: transform 0.2s;
}
#main .addtoany_list a:hover {
  transform: scale(1.2);
}
aside.wide-box {
  text-align: center;
  padding: 1em 0 2em 0;
  margin-top: 3em;
}
aside.wide-box h2 {
  margin: 0.3em 0;
  font-size: 1.9em;
}
aside.wide-box.green-box {
  background: #b7d340;
  color: #fff;
}
aside.wide-box.blue-box {
  background: #262f44;
  color: #fff;
}
@media (max-width: 500px) {
  aside.wide-box {
    font-size: 0.82em;
    padding: 0.6em 0 1.2em 0;
  }
}
@media (min-width: 1500px) {
  aside.wide-box {
    font-size: 1.1em;
  }
}
@media (min-width: 1700px) {
  aside.wide-box {
    font-size: 1.2em;
  }
}
@media (min-width: 1900px) {
  aside.wide-box {
    font-size: 1.3em;
  }
}
#error-background:before {
  content: 'X';
  position: absolute;
  top: 60px;
  right: 10px;
  font-size: 1.8em;
  color: #aaa;
  display: inline-block;
}
#error-background a {
  text-decoration: underline;
}
#footer {
  background: #262f44;
  padding: 0;
}
#footer aside {
  margin: 1em 0;
  display: block;
  text-align: left;
  float: left;
  clear: none;
  color: #ddd;
  width: 20%;
  padding: 0 0.5% 0 2%;
}
#footer ul {
  padding: 0;
}
#footer a {
  color: #eee;
  text-decoration: underline;
}
#footer a:before {
  margin-right: 0.3em;
}
#footer aside.footerlogo {
  margin-top: 2em;
  width: 40%;
}
#footer aside.footerlogo img {
  display: block;
  height: 9.5em;
  width: auto;
  margin: 0;
}
@media (max-width: 1050px) {
  #footer aside,
  #footer aside.footerlogo {
    width: 25%;
  }
}
@media (max-width: 750px) {
  #footer aside,
  #footer aside.footerlogo {
    width: 48%;
  }
}
section.loop.news h1:before,
.news-link:before,
.post-type-archive-news .archive-header h2:before,
#dpe_fp_widget-2 h3:before,
#dpe_fp_widget-7 h3:before {
  background-image: url(img/icon-news.svg);
}

section.loop.events h1:before,
.events-link:before,
.post-type-archive-events .archive-header h1:before,
#dpe_fp_widget-3 h3:before,
#custom_html-3 h3:before {
  background-image: url(img/icon-event.svg);
}
.jobs-link:before,
.post-type-archive-jobs .archive-header h1:before,
#dpe_fp_widget-4 h3:before {
  background-image: url(img/icon-job.svg);
}
.courses-link:before,
.post-type-archive-courses .archive-header h1:before,
#dpe_fp_widget-5 h3:before {
  background-image: url(img/icon-course.svg);
}
section.loop.videos h1:before,
.videos-link:before,
.post-type-archive-videos .archive-header h1:before,
#dpe_fp_widget-6 h3:before {
  background-image: url(img/icon-videos.svg);
}
#dpe_fp_widget-2,
#custom_html-3 {
  float: none;
  width: 100%;
  display: block;
}

#dpe_fp_widget-2 h4 > a{
  display: block;
}
#dpe_fp_widget-2 > ul > li {
  margin: 0;
  padding: 0.5em 1.4%;
  width: 20%;
  display: block;
  float: left;
  border-left: 1px solid #bbb;
}
#dpe_fp_widget-2 a > span.posttitle {
  min-height: 6em;
}
#dpe_fp_widget-2 a > span.postcontent {
  max-height: 5.2em;
  overflow: hidden;
  position: relative;
}
#dpe_fp_widget-2 a > span.postcontent:after {
  content: '...';
  position: absolute;
  right: 0;
  bottom: -0.15em;
}
#dpe_fp_widget-2,
#dpe_fp_widget-3,
#dpe_fp_widget-4,
#dpe_fp_widget-5,
#dpe_fp_widget-7 {
  background: #fff;
  padding: 4em 0 1em;
  border-top: 1px solid #111;
}

#dpe_fp_widget-2 h3,
#dpe_fp_widget-3 h3,
#dpe_fp_widget-4 h3,
#dpe_fp_widget-5 h3,
#dpe_fp_widget-7 h3 {
  background: #fff;
  position: absolute;
  z-index: 40;
  top: -1.5em;
  left: 0;
}

#dpe_fp_widget-2 > ul > li,
#dpe_fp_widget-3 > ul > li,
#dpe_fp_widget-4 > ul > li,
#dpe_fp_widget-5 > ul > li,
#dpe_fp_widget-7 > ul > li {
  padding: 0.5em 0.7em;
}
#dpe_fp_widget-2 > ul > li:first-of-type,
#dpe_fp_widget-3 > ul > li:first-of-type,
#dpe_fp_widget-4 > ul > li:first-of-type,
#dpe_fp_widget-5 > ul > li:first-of-type,
#dpe_fp_widget-7 > ul > li:first-of-type {
  border-left: none;
  padding-left: 0;
}
#dpe_fp_widget-3,
#dpe_fp_widget-4,
#dpe_fp_widget-5 {
  width: 60%;
  float: right;
}
#dpe_fp_widget-3 > ul > li,
#dpe_fp_widget-4 > ul > li,
#dpe_fp_widget-5 > ul > li {
  margin: 0;
  width: 33.3%;
  display: block;
  float: left;
  border-left: 1px solid #bbb;
}
#dpe_fp_widget-6 {
  width: 40%;
  top: -3.2em;
  float: right;
  padding: 0 0 0 0.8em;
}
#dpe_fp_widget-6 > div {
  background: rgba(120, 120, 120, 0.1);
  padding: 0.8em 1.5em;
}
#dpe_fp_widget-6 > div ul > li {
  padding: 0.2em 1em 0.4em;
  border-bottom: 1px solid #222;
  float: left;
}
#dpe_fp_widget-6 > div .posttitle {
  padding-top: 0.4em;
}
#dpe_fp_widget-6 .video-tile-text {
  margin: 0 0 0.6em;
  font-size: 0.9em;
  text-align: left;
}
#dpe_fp_widget-6 .video-tile-text p {
  margin: 0;
}
.archive article {
  padding: 2em 0;
  border-bottom: 1px solid #d8d8d8;
}
article.videos h3 {
  font-size: 1.4em;
  padding-right: 3.3em;
  position: relative;
  margin: 0.5em 0;
}
article.videos h3:before {
  display: block;
  width: 3em;
  height: 3em;
  right: 0;
  top: -0.7em;
  opacity: 0.7;
  content: '';
  position: absolute;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(img/icon-videos.svg);
}
article.videos .single-header > h2 {
  display: block;
  width: 75%;
  height: auto;
  float: left;
}
article.videos .single-header > .vid-thumb {
  display: block;
  width: 25%;
  height: auto;
  float: left;
}
article.videos .single-header > .vid-thumb img {
  width: 100%;
  height: auto;
}
.archive article.videos {
  margin-top: 2.2em;
}
.archive article.videos p {
  margin: 0.1em;
}
.archive article.videos header > h2 {
  display: block;
  width: 50%;
  height: auto;
  float: left;
}
.archive article.videos header > a {
  display: block;
  width: 50%;
  height: auto;
  float: left;
  padding-top: 30%;
  position: relative;
  overflow: hidden;
}
.archive article.videos header > a > img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.archive article.videos h2 {
  padding: 0 1em 0 0;
  font-size: 1.6em;
}
.archive article.videos .entry-content {
  text-align: center;
}
@media (max-width: 700px) {
  .archive article.videos h2 {
    font-size: 1.4em;
  }
}
@media (max-width: 550px) {
  .archive article.videos header > * {
    width: 100%;
  }
  .archive article.videos header > a {
    padding-top: 60%;
  }
}
section.loop,
body.post-type-archive .archive-header.hline {
  position: relative;
  margin-bottom: 3em;
}
section.loop:before,
body.post-type-archive .archive-header.hline:before {
  background: #222;
  height: 1px;
  display: block;
  width: 100%;
  content: '';
  position: relative;
  top: 3em;
  z-index: 29;
}
section.loop > h1,
body.post-type-archive .archive-header.hline > h1 {
  position: relative;
  display: inline-block;
  padding-right: 0.6em;
  background: #fff;
  padding-left: 2em;
  z-index: 30;
}
.tax-region header.archive-header {
  margin-bottom: 80px;
}
section.loop > h1:first-of-type:before,
body.post-type-archive .archive-header.hline > h1:first-of-type:before {
  display: block;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: 0;
  top: -0.3em;
  content: '';
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.widget_dpe_fp_widget {
  display: inline-block;
  position: relative;
  margin-top: 4.2em;
  padding: 0;
}
.widget_dpe_fp_widget ul {
  display: block;
  margin: 0;
  padding: 0;
}
.widget_dpe_fp_widget ul:before,
.widget_dpe_fp_widget ul:after {
  content: ' ';
  display: table;
}
.widget_dpe_fp_widget ul:after {
  clear: both;
}
.widget_dpe_fp_widget ul:before,
.widget_dpe_fp_widget ul:after {
  content: ' ';
  display: table;
}
.widget_dpe_fp_widget ul:after {
  clear: both;
}
.widget_dpe_fp_widget h3 {
  font-size: 1.7em;
  padding: 0 0.5em 0 2em;
  display: inline-block;
  position: relative;
}
.widget_dpe_fp_widget h3:before {
  display: block;
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  left: 0;
  top: -0.3em;
  content: '';
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.widget_dpe_fp_widget h4 {
  font-size: 1em;
}
#dpe_fp_widget-7 {
  width: 100%;
  margin: 2em 0;
  padding: 4em 0;
  border-top: none;
}
#dpe_fp_widget-7 > ul > li {
  margin: 0;
  width: 50%;
  display: block;
  float: left;
  border-left: 1px solid #bbb;
}
#dpe_fp_widget-7 span.postcontent,
#dpe_fp_widget-7 .postdate {
  display: none;
}
#dpe_fp_widget-7 h3 {
  margin-top: 2em;
  background: transparent;
}
.widget_dpe_fp_widget a > span.postdate,
.entry-header a > span.postdate {
  margin: 0.5em 0;
  display: block;
  font-size: 0.8em;
}
.widget_dpe_fp_widget a > span.posttitle,
.entry-header a > span.posttitle {
  margin: 0.5em 0;
  display: block;
  line-height: 1.3em;
  font-family: 'AvenirLTStd-Heavy', 'Arial Black';
}
.widget_dpe_fp_widget a > span.postcontent,
.entry-header a > span.postcontent {
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 0.95em;
  margin: 0.4em 0 0;
  line-height: 1.3em;
}
.widget_dpe_fp_widget a > span.postcontent p,
.entry-header a > span.postcontent p {
  margin: 0;
}
#main .widget_dpe_fp_widget ul a,
#main .entry-header a {
  display: block;
  color: #262f44;
  text-decoration: none;
}
#main .widget_dpe_fp_widget ul a.tax-link,
#main .entry-header a.tax-link {
  display: inline-block;
  font-weight: bold;
  font-size: 0.88em;
  margin-right: 0.5em;
}
#main .widget_dpe_fp_widget ul a:hover,
#main .entry-header a:hover,
#main .widget_dpe_fp_widget ul a:focus,
#main .entry-header a:focus {
  text-decoration: underline;
}
#main .widget_dpe_fp_widget ul a:hover .postdate,
#main .entry-header a:hover .postdate,
#main .widget_dpe_fp_widget ul a:hover span.postcontent,
#main .entry-header a:hover span.postcontent,
#main .widget_dpe_fp_widget ul a:focus .postdate,
#main .entry-header a:focus .postdate,
#main .widget_dpe_fp_widget ul a:focus span.postcontent,
#main .entry-header a:focus span.postcontent {
  color: #262f44;
  text-decoration: none;
}
.searchandfilter li input,
.searchandfilter li select {
  font-size: 0.86em;
}
#ofregion,
#ofthematic_group {
  font-size: 0.82em;
}

#main #cff .cff-posts-wrap {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  padding-top: 20px;
  width: 100%;
}
#main #cff .cff-item {
  flex: 0 0 100%;
  width: 100%;
  padding: 20px;
  margin: 0;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .searchandfilter li h4 {
    display: inline-block;
    width: 25%;
  }
  .searchandfilter li input,
  .searchandfilter li select {
    display: inline-block;
    min-width: 51%;
    max-width: 73%;
  }
}
#main .widget_dpe_fp_widget a.more-link {
  font-size: 1.2em;
}
#main .widget_dpe_fp_widget a.add-link {
  position: relative;
  top: -0.2em;
  margin-right: 0.3em;
}
@media (max-width: 1300px) {
  #dpe_fp_widget-6 > div {
    padding: 0.8em 0.7em;
  }
  #dpe_fp_widget-6 > ul > li:nth-child(3) {
    margin-right: 0;
  }
  #dpe_fp_widget-6 > ul > li {
    padding: 0.2em 0 0.4em;
    margin-right: 2%;
  }
}
@media (max-width: 1100px) {
  #dpe_fp_widget-6 > div {
    padding: 0.8em 0.5em;
  }
}
@media (max-width: 1050px) {
  #dpe_fp_widget-2 > ul > li:nth-child(5) {
    display: none;
  }
  #dpe_fp_widget-3 > ul > li:nth-child(3),
  #dpe_fp_widget-4 > ul > li:nth-child(3),
  #dpe_fp_widget-5 > ul > li:nth-child(3) {
    display: none;
  }
  #dpe_fp_widget-3,
  #dpe_fp_widget-4,
  #dpe_fp_widget-5,
  #dpe_fp_widget-6 {
    width: 50%;
  }
  #dpe_fp_widget-2 > ul > li {
    width: 25%;
  }
  #dpe_fp_widget-3 > ul > li,
  #dpe_fp_widget-4 > ul > li,
  #dpe_fp_widget-5 > ul > li {
    width: 50%;
  }
}
#dpe_fp_widget-6 ul > li {
  width: 100%;
}
@media (max-width: 900px) {
  #dpe_fp_widget-3 > ul > li:nth-child(3),
  #dpe_fp_widget-4 > ul > li:nth-child(3),
  #dpe_fp_widget-5 > ul > li:nth-child(3) {
    display: inline-block;
  }
  #dpe_fp_widget-2,
  #dpe_fp_widget-3,
  #dpe_fp_widget-4,
  #dpe_fp_widget-5,
  #dpe_fp_widget-6,
  #dpe_fp_widget-6 > div {
    width: 100%;
    float: left;
    clear: left;
  }
  #dpe_fp_widget-6 {
    padding: 0;
  }
  #dpe_fp_widget-6 > div {
    padding: 0.5em 0.5em;
  }
  #dpe_fp_widget-2 ul > li,
  #dpe_fp_widget-3 ul > li,
  #dpe_fp_widget-4 ul > li,
  #dpe_fp_widget-5 ul > li,
  #dpe_fp_widget-6 ul > li {
    width: 33.3%;
    padding: 0.5em 0.6em;
  }
  #dpe_fp_widget-2 ul > li:nth-child(3),
  #dpe_fp_widget-3 ul > li:nth-child(3),
  #dpe_fp_widget-4 ul > li:nth-child(3),
  #dpe_fp_widget-5 ul > li:nth-child(3),
  #dpe_fp_widget-6 ul > li:nth-child(3) {
    margin-right: 0;
  }
  #dpe_fp_widget-2 > ul > li:nth-child(4) {
    display: none;
  }
  #dpe_fp_widget-6 > div ul > li {
    padding: 0.2em 0.5em 0.4em;
    border-bottom: none;
  }
}
@media (max-width: 670px) {
  #dpe_fp_widget-2 ul > li,
  #dpe_fp_widget-3 ul > li,
  #dpe_fp_widget-4 ul > li,
  #dpe_fp_widget-5 ul > li,
  #dpe_fp_widget-5 ul > li,
  #dpe_fp_widget-6 ul > li {
    width: 50%;
  }
  #dpe_fp_widget-2 ul > li:nth-child(3),
  #dpe_fp_widget-3 ul > li:nth-child(3),
  #dpe_fp_widget-4 ul > li:nth-child(3),
  #dpe_fp_widget-5 ul > li:nth-child(3),
  #dpe_fp_widget-5 ul > li:nth-child(3),
  #dpe_fp_widget-6 ul > li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 481px) {
  #dpe_fp_widget-2 ul,
  #dpe_fp_widget-3 ul,
  #dpe_fp_widget-4 ul,
  #dpe_fp_widget-5 ul {
    display: flex;
    margin-bottom: 0.8em;
  }
  #dpe_fp_widget-2 h4,
  #dpe_fp_widget-3 h4,
  #dpe_fp_widget-4 h4,
  #dpe_fp_widget-5 h4,
  #dpe_fp_widget-2 .posttitle,
  #dpe_fp_widget-3 .posttitle,
  #dpe_fp_widget-4 .posttitle,
  #dpe_fp_widget-5 .posttitle,
  #dpe_fp_widget-2 li,
  #dpe_fp_widget-3 li,
  #dpe_fp_widget-4 li,
  #dpe_fp_widget-5 li {
    margin-bottom: 0;
  }
  ul li {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  nav#utility > div {
    margin-left: -1em;
  }
  #dpe_fp_widget-2,
  #dpe_fp_widget-3,
  #dpe_fp_widget-4,
  #dpe_fp_widget-5,
  #dpe_fp_widget-6 {
    display: block;
    width: 100%;
    float: left;
    clear: left;
  }
  #dpe_fp_widget-2 ul > li,
  #dpe_fp_widget-3 ul > li,
  #dpe_fp_widget-4 ul > li,
  #dpe_fp_widget-5 ul > li,
  #dpe_fp_widget-6 ul > li {
    width: 100%;
    border-left: none;
    border-top: 1px solid #bbb;
    padding: 0.5em 0.6em;
  }
  #dpe_fp_widget-2 ul > li .posttitle,
  #dpe_fp_widget-3 ul > li .posttitle,
  #dpe_fp_widget-4 ul > li .posttitle,
  #dpe_fp_widget-5 ul > li .posttitle,
  #dpe_fp_widget-6 ul > li .posttitle {
    min-height: 0;
  }
  #dpe_fp_widget-2 ul > li:first-child,
  #dpe_fp_widget-3 ul > li:first-child,
  #dpe_fp_widget-4 ul > li:first-child,
  #dpe_fp_widget-5 ul > li:first-child,
  #dpe_fp_widget-6 ul > li:first-child {
    border-top: none;
    padding: 0.5em 0.9em;
  }
  #dpe_fp_widget-2,
  #dpe_fp_widget-3,
  #dpe_fp_widget-4,
  #dpe_fp_widget-5 {
    padding: 3em 0 2em;
  }
}
a.locked:after,
a.subscriber:after,
a.member:after {
  display: block;
  position: static;
  margin-top: 0.4em;
  height: 1.25em;
  width: 1.25em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(img/icon-lock.svg);
  content: '';
}
li > a.member,
#main a.btn.member,
#breadcrumbs a.member,
li > a.subscriber,
#main a.btn.subscriber,
#breadcrumbs a.subscriber {
  padding-right: 1.7em;
  position: relative;
}
li > a.member:after,
#main a.btn.member:after,
#breadcrumbs a.member:after,
li > a.subscriber:after,
#main a.btn.subscriber:after,
#breadcrumbs a.subscriber:after {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0.3em;
}
#menu-main-menu a.subscriber,
#menu-main-menu a.member {
  padding-right: 1.7em;
}
#menu-main-menu a.subscriber:after,
#menu-main-menu a.member:after {
  margin-top: 0;
  position: absolute;
  right: 0.2em;
  top: 0.7em;
}
a.no-padlock.subscriber:after,
a.no-padlock.member:after {
  display: none;
  background-image: none;
}
.show-if-logged-in,
.show-btn-if-logged-in {
  display: none;
}
body.logged-in .show-if-not-logged-in,
body.logged-in .show-btn-if-not-logged-in {
  display: none;
}
body.logged-in .show-btn-if-logged-in {
  display: inline-block;
}
body.logged-in .show-if-logged-in {
  display: block;
}
.show-if-not-member {
  display: block;
}
.show-btn-if-not-member {
  display: inline-block;
}
.show-if-member,
.show-btn-if-member {
  display: none;
}
body.is-member .show-btn-if-logged-in {
  display: inline-block;
}
body.is-member .show-if-logged-in {
  display: block;
}
body.is-member .show-if-not-member,
body.is-member .show-btn-if-not-member {
  display: none;
}
body.logged-in a.subscriber:after {
  display: none;
  height: 0;
  width: 0;
  background-image: none;
}
body.is-member a.member:after {
  display: none;
  height: 0;
  width: 0;
  background-image: none;
}
#alert-member,
#alert-subscriber {
  display: none;
}
#error-background.member #alert-member,
#error-background.subscriber #alert-subscriber {
  display: block;
}
#error-background {
  background: rgba(38, 47, 68, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 151;
}
#error-background > div {
  padding: 2em 2em 2em 6em;
  max-width: 100%;
  width: 550px;
  margin: auto 0;
  background: #eee;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#error-background > div i {
  position: absolute;
  left: 2em;
  top: 50%;
  height: 3em;
  width: 3em;
  transform: translate(0, -50%);
}
.collapse {
  display: none;
  overflow: hidden;
  transition: all 0.6s;
}
.collapse,
.collapsing {
  overflow: hidden;
  transition: all 0.4s linear;
  display: none;
}
.collapsing,
.collapse.in {
  display: block;
}
#menu-main-menu.collapse {
  padding: 0;
  overflow: visible;
  opacity: 1;
  transition: max-height 0.5s, padding 0.5s, opacity 0.5s;
}
#menu-main-menu.collapse.in {
  display: inline-block;
  max-height: 600px;
  opacity: 1;
}
#menu-main-menu.collapse.collapsing {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
}
#menu-main-menu > li > a {
  overflow: hidden;
}
ul.menu-connect li {
  transition: transform 0.2s;
}
#menu-main-menu,
#menu-main-menu.collapse.in {
  display: inline-block;
}
#menu-toggle {
  display: inline-block;
  float: right;
  width: 1.5em;
  height: 1.7em;
  padding-top: 0.6em;
  border-radius: 0.5em;
}
#menu-toggle > span {
  display: block;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 6px;
  background: #eee;
  opacity: 1;
  transition: transform 0.3s linear;
}
#menu-toggle {
  position: relative;
  color: #e8e8e8;
}
#menu-toggle:before {
  font-size: 1.1em;
  font-weight: bold;
  content: 'Menu';
  position: absolute;
  top: 0.6em;
  right: 0;
  padding: 0 2em 0 0;
}
#menu-toggle[aria-expanded='true']:before {
  content: 'Close';
}
#menu-toggle[aria-expanded='true'] span:nth-child(2) {
  transform: rotate(-45deg);
}
#menu-toggle[aria-expanded='true'] span:first-child {
  transform: translateY(10px) rotate(45deg);
}
#menu-toggle[aria-expanded='true'] span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}
#menu-toggle:hover {
  color: #fff;
}
#menu-toggle:hover span {
  background: #fff;
}
#social-buttons,
div.menu-main-menu-container {
  display: inline-block;
}
@media (max-width: 1150px) {
  #site-navigation .page-width {
    position: relative;
  }
  div.menu-main-menu-container {
    display: block;
    padding: 0;
  }
  #menu-main-menu.collapse {
    padding: 0 16%;
  }
  #menu-main-menu.collapse {
    display: none;
    overflow: visible;
    opacity: 0;
    max-height: 0;
  }
  #menu-main-menu.in {
    padding-top: 12px;
  }
  #site-navigation > div > div > ul#menu-main-menu > li > a {
    padding: 0.6em 0.6em 0.5em;
  }
  #social-buttons {
    position: absolute;
    top: 0;
    left: 0;
  }
  #social-buttons ul.menu-connect {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 900px) {
  #menu-main-menu.collapse {
    padding: 0 17.38%;
  }
  ul#menu-main-menu.collapse.in {
    padding-top: 24px;
  }
}
@media (min-width: 1151px) {
  #menu-main-menu.collapse.in,
  #menu-main-menu.collapse {
    display: inline-block;
  }
  #menu-toggle {
    display: none;
  }
  #social-buttons {
    position: static;
  }
  #site-navigation .page-width {
    max-width: 98%;
  }
}
@media (max-width: 500px) {
  #featured {
    margin: 1em auto;
    width: 98%;
  }
  #header-logo {
    left: 0;
  }
  #header-tools {
    right: 0;
  }
}
a.scroll-to-top {
  display: block;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s;
}
a.scroll-to-top.visible {
  opacity: 1;
}
i.ii,
i.icon-right-gn,
i.icon-right-wt,
i.icon-bang,
i.icon-search,
i.icon-add,
i.icon-lock {
  width: 1.3em;
  height: 1.3em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
span.postimage > i.ii.icon-pub {
  width: 6em;
  height: 8.4em;
}
.vcard > span:first-of-type > i.ii.icon-pub {
  width: 3em;
  height: 4.2em;
}
span.postimage {
  position: relative;
  float: left;
  margin: 0 0.7em 0.7em 0;
  background-image: linear-gradient(to top left, #eef, #efe);
}
span.postimage img {
  width: 12em;
  height: auto;
  padding: 0;
}
i.ii.icon-pub.book-monograph {
  nobackground-image: url(img/book.png);
}
i.ii.icon-pub.hdca-conference-paper {
  background-image: url(img/ConfPaper.png);
  background-position: 0 8px;
}
i.ii.icon-pub.book-monograph:before {
  content: 'Book - mono graph';
  text-align: center;
  display: block;
  width: 100%;
  font-size: 0.85em;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  color: #444;
}
li.vcard > span:first-of-type {
  width: 3em;
  height: 4.2em;
  top: 1.3em;
  background-image: linear-gradient(to top left, #eef, #efe);
}
li.vcard {
  padding: 1.3em 0 1.3em 3.7em;
  border-bottom: 0.15em solid #ccc;
  min-height: 6.5em;
}
i.icon-right-gn {
  background-image: url(img/icon-right-gn.svg);
}
i.icon-right-wt {
  background-image: url(img/icon-right-wt.svg);
}
i.icon-bang {
  background-image: url(img/icon-bang.svg);
}
i.icon-people {
  background-image: url(img/icon-people.svg);
}
i.icon-search {
  background-image: url(img/icon-search-wt.svg);
}
i.icon-add {
  background-image: url(img/icon-add.svg);
}
i.icon-lock {
  background-image: url(img/icon-lock.svg);
}
.menu-contribute-container {
  position: relative;
}
.menu-contribute-container:before {
  content: '';
  vertical-align: middle;
  display: block;
  position: absolute;
  top: -3.8em;
  right: 0;
  height: 3em;
  width: 3em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(img/icon-circle-question.svg);
}
.top-widget {
  margin-top: 2em;
  background: rgba(120, 120, 120, 0.15);
  padding: 1em 2em;
}
.top-widget #menu-contribute li {
  display: inline-block;
  margin-right: 0.2em;
}
@media (max-width: 700px) {
  .top-widget #menu-contribute li {
    display: block;
    float: left;
    width: 50%;
    margin-right: 0;
  }
  .top-widget #menu-contribute li:nth-child(5) {
    width: 100%;
  }
}
.widget #menu-contribute li {
  display: block;
  float: left;
  width: 50%;
}
.top-widget {
  position: relative;
}
@media (max-width: 500px) {
  .top-widget #menu-contribute li,
  .widget #menu-contribute li {
    width: 100%;
  }
}
#menu-contribute {
  padding: 0;
}
#menu-contribute:before,
#menu-contribute:after {
  content: ' ';
  display: table;
}
#menu-contribute:after {
  clear: both;
}
#menu-contribute:before,
#menu-contribute:after {
  content: ' ';
  display: table;
}
#menu-contribute:after {
  clear: both;
}
#menu-contribute li a:before {
  content: '';
  vertical-align: middle;
  margin: 0.6em 0.4em 0.6em 0;
  display: inline-block;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  border: 2px solid #b7d340;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(img/icon-add-gn.svg);
}
#menu-contribute li a:hover:before,
#menu-contribute li a:focus:before {
  background-image: url(img/icon-add.svg);
}
#menu-contribute li a:hover,
#menu-contribute li a:focus {
  color: #222;
}
body.home #main {
  margin-top: 4em;
}
#breadcrumbs {
  display: block;
  list-style: none;
  margin: 1.5em 0 2em;
  text-align: center;
  font-size: 0.82em;
}
#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
  background: rgba(120, 120, 120, 0.1);
}
#breadcrumbs li.item-current,
#breadcrumbs li a {
  display: inline-block;
  padding: 0.6em 0.4em 0.4em;
}
#breadcrumbs .separator {
  padding: 0.6em 0 0.4em;
  font-size: 18px;
}
@media (max-width: 750px) {
  #site-navigation .page-width {
    width: 100%;
  }
  ul#menu-main-menu.collapse {
    padding: 0;
    margin: 0;
  }
  ul#menu-main-menu.in {
    padding-top: 24px;
  }
  #breadcrumbs {
    display: none;
  }
  #main {
    margin-top: 2em;
  }
}
nav.nav-single{
  display:block;
  text-align:center;
}
nav.nav-single>span{
  border: 1px solid #384665;
  display:inline-block;
  padding: 0 .5em;

}
#content .nav-previous a,#content .nav-next a{
  display:inline-block;
  padding: 0.4em 0.1em 0.2em;
  text-decoration:none;
  font-size:.9em;
}
#main ol.wp-paginate {
  display: block;
  margin: 0.5em 0;
  padding: 0;
  text-align: center;
}
#main ol.wp-paginate li {
  display: inline-block;
  padding-right: 0.3em;
  font-size: 0.9em;
  margin-bottom: 0.2em;
}
#main ol.wp-paginate li a,
#main ol.wp-paginate li span {
  display: inline-block;
  text-align: center;
  min-width: 2.1em;
  padding: 0.4em 0.1em 0.2em;
  border: 1px solid #384665;
}
#main ol.wp-paginate li span.title {
  border: none;
}
#main ol.wp-paginate li a {
  color: #eee;
  background: #262f44;
  text-decoration: none;
  padding: 0.4em 0.2em 0.2em;
}
#main ol.wp-paginate li a:focus,
#main ol.wp-paginate li a:hover {
  background: #9bb62a;
  color: #fff;
}
@media (max-width: 700px) {
  #main ol.wp-paginate li:first-child {
    display: block;
  }
}
#tertiary {
  position: relative;
  perspective: 1px;
}
#tertiary a {
  position: relative;
  z-index: 41;
}
#tertiary a {
  color: #1d2434;
}
#tertiary a:hover,
#tertiary a:focus {
  color: #94ae28;
}
#tertiary a.btn.active {
  opacity: 0;
}
#tertiary aside.widget a.btn {
  color: #d7ff2e;
  border: 2px solid #d7ff2e;
  background: none;
  text-decoration: none;
}
#tertiary aside.widget a.btn:focus,
#tertiary aside.widget a.btn:hover {
  color: #daff3d;
  border-color: #daff3d;
  background: none;
  background: rgba(20, 20, 70, 0.6);
}
#tertiary aside.widget a.btn.login-btn {
  color: #eee;
  border-color: #eee;
  background: none;
}
#tertiary aside.widget a.join-btn,
#tertiary aside.widget a.btn.join-btn {
  color: #262f44;
  border-color: #b7d340;
  background-color: #b7d340;
  margin-right: 0.3em;
}
#tertiary aside.widget a.join-btn:hover,
#tertiary aside.widget a.btn.join-btn:hover {
  color: #262f44;
  border-color: #b7d340;
  background-color: #c7dd69;
  margin-right: 0.3em;
}
#tertiary aside.widget a.btn.join-group-btn:hover,
#tertiary aside.widget a.btn.join-group-btn:hover {
  color: #daff3d;
  background: rgba(20, 20, 70, 0.6);
}
#featured a.btn-join {
  color: #262f44;
  border-color: #b7d340;
  background-color: #b7d340;
  border: 2px solid #262f44;
  margin-right: 0.3em;
  text-decoration: none;
}
#featured a.btn-join:hover,
#featured a.btn-join:focus {
  background-color: #daff3d;
}
#tertiary aside.widget_custom_html:first-of-type,
#tertiary aside.widget_text {
  font-size: 1em;
  background: #1c346c;
  padding: 7% 7%;
  color: #eee;
  transform: translateZ(0);
}
#tertiary aside.widget_custom_html:first-of-type .login-btn,
#tertiary aside.widget_text .login-btn {
  margin: 3em 0;
}
#tertiary aside.widget_custom_html:first-of-type a,
#tertiary aside.widget_text a {
  color: #c2da5d;
  text-decoration: none;
}
#tertiary aside.widget_custom_html:first-of-type a:focus,
#tertiary aside.widget_text a:focus,
#tertiary aside.widget_custom_html:first-of-type a:hover,
#tertiary aside.widget_text a:hover {
  color: #cade72;
  text-decoration: underline;
}
#tertiary aside.widget_custom_html:first-of-type:after,
#tertiary aside.widget_text:after {
  content: '';
  background: transparent;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(img/logo-w2.png);
  opacity: 0.07;
  top: 160px;
  right: 0;
  display: block;
  width: 300px;
  height: 300px;
  position: fixed;
  z-index: 1;
}
#tertiary aside.loggedin-widget,
#secondary aside.loggedin-widget,
#tertiary aside.TaxonomyArchiveWidget,
#secondary aside.TaxonomyArchiveWidget,
#tertiary aside.widget_custom_html,
#secondary aside.widget_custom_html,
#tertiary aside.widget_nav_menu,
#secondary aside.widget_nav_menu {
  background: rgba(120, 120, 120, 0.1);
  color: #1d2434;
  padding: 7% 7%;
  font-size: 1em;
}
#tertiary aside.loggedin-widget a,
#secondary aside.loggedin-widget a,
#tertiary aside.TaxonomyArchiveWidget a,
#secondary aside.TaxonomyArchiveWidget a,
#tertiary aside.widget_custom_html a,
#secondary aside.widget_custom_html a,
#tertiary aside.widget_nav_menu a,
#secondary aside.widget_nav_menu a {
  color: #262f44;
  text-decoration: none;
}
#tertiary aside.loggedin-widget a:focus,
#secondary aside.loggedin-widget a:focus,
#tertiary aside.TaxonomyArchiveWidget a:focus,
#secondary aside.TaxonomyArchiveWidget a:focus,
#tertiary aside.widget_custom_html a:focus,
#secondary aside.widget_custom_html a:focus,
#tertiary aside.widget_nav_menu a:focus,
#secondary aside.widget_nav_menu a:focus,
#tertiary aside.loggedin-widget a:hover,
#secondary aside.loggedin-widget a:hover,
#tertiary aside.TaxonomyArchiveWidget a:hover,
#secondary aside.TaxonomyArchiveWidget a:hover,
#tertiary aside.widget_custom_html a:hover,
#secondary aside.widget_custom_html a:hover,
#tertiary aside.widget_nav_menu a:hover,
#secondary aside.widget_nav_menu a:hover {
  color: #1d2434;
  text-decoration: underline;
}
aside hr {
  height: 2px;
  color: #333;
  margin: 7% 0;
}
aside ul {
  padding: 0;
}
.archive.tax-thematic_group #tertiary aside.widget_custom_html:nth-of-type(1),
.archive.tax-thematic_group #tertiary aside.widget_custom_html:nth-of-type(2) {
  margin-bottom: 0;
}
aside.TaxonomyArchiveWidget {
  margin-top: 1em;
}
aside.TaxonomyArchiveWidget ul {
  padding-left: 0;
}
aside.TaxonomyArchiveWidget ul,
aside.TaxonomyArchiveWidget li {
  display: block;
}
@media (max-width: 1200px) {
  #tertiary aside.TaxonomyArchiveWidget,
  #secondary aside.TaxonomyArchiveWidget,
  #tertiary aside.widget_custom_html,
  #secondary aside.widget_custom_html,
  #tertiary aside.widget_nav_menu,
  #secondary aside.widget_nav_menu {
    padding: 7% 7%;
    font-size: 0.9em;
  }
}
ul.category-links {
  display: block;
  margin: 2em 0;
  padding: 0;
}
ul.category-links li {
  margin: 0;
  padding: 0.6em 0.3em;
  display: block;
  border-bottom: 0.15em solid #262f44;
}
#main a.events-link,
#main a.jobs-link,
#main a.courses-link,
#main a.news-link,
#main a.videos-link {
  text-decoration: none;
  font-size: 1.21em;
}
#main a.events-link:before,
#main a.jobs-link:before,
#main a.courses-link:before,
#main a.news-link:before,
#main a.videos-link:before,
#custom_html-3 h3:before {
  display: inline-block;
  vertical-align: middle;
  width: 1.7em;
  height: 1.7em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: '';
}
body.post-type-archive-news #secondary .widget.type-news {
  display: none;
}
.vcard {
  display: block;
  position: relative;
  min-height: 3em;
  padding-left: 3.4em;
}
span.vcard {
  display: inline-block;
  padding: 0 1em 0 0;
  min-height: 1.5em;
  font-size: 1.16em;
}
.vcard > span:first-of-type,
.vcard > img:first-of-type {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3em;
  width: 3em;
}
.vcard > span:first-of-type i,
.vcard > img:first-of-type i {
  width: 3em;
  height: 3em;
}
.vcard > img:first-of-type {
  border-radius: 1.5em;
}
.widget .vcard {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.widget .vcard:first-of-type {
  margin-top: 0;
}
/* hide contribution menu on journal page*/
.page-id-345 #nav_menu-4 {
  display: none;
}
#menu-hdca-journal > li > ul > li {
  margin: 0.3em 0;
}
#menu-hdca-journal,
#menu-hdca-journal ul {
  padding: 0;
}
#menu-hdca-journal > li > a {
  text-decoration: none;
  font-size: 1.6em;
  margin: 0.1em 0 0.7em;
  line-height: 1.2;
}
#menu-hdca-journal > li > a:before {
  content: 'menu: ';
}
.well {
  background: rgba(120, 120, 120, 0.1);
}
.entry-header.well {
  background: rgba(120, 120, 120, 0.1);
}
.entry-header.well > img {
  width: 35%;
  max-width: 200px;
  height: auto;
  float: left;
  margin-right: 3%;
}
.entry-header.well > div {
  width: 62%;
  float: left;
}
#main .highlight {
  margin: 2em 0;
  padding-top: 1em;
  position: relative;
  display: block;
  background: #b7d340;
}
#main .highlight:after {
  position: absolute;
  top: 1.2em;
  left: 1em;
  content: '';
  width: 3em;
  height: 3em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(img/icon-bang.svg);
}
#main .highlight p {
  display: block;
  margin: 1em 2em 1em 4em;
}
#main .highlight p:last-child {
  margin: 1em 0 0;
  padding: 2em;
  display: block;
  background: #262f44;
  color: #fff;
}
#main .highlight p:last-child a {
  display: inline-block;
  padding: 0.4em 0.7em 0.2em;
  border: 2px solid #fff;
  border-radius: 0.3em;
  font-size: 1.2em;
  background: #262f44;
  color: #eee;
  text-decoration: none;
}
#main .highlight p:last-child a:hover,
#main .highlight p:last-child a:focus {
  background: #384665;
  color: #fff;
}
.caret {
  width: 1em;
  display: inline-block;
}
.caret:after {
  display: block;
  transform: scale(1.2, 0.7);
  position: absolute;
  right: 0.7em;
  top: 0.65em;
  z-index: 150;
  color: inherit;
  content: 'V';
}
.open .caret:after {
  transform: scale(1.2, 0.7) rotate(180deg);
}
.well.text-center {
  padding: 5%;
}
#main .filter.well {
  padding: 5%;
}
#main .filter.well h2,
#main .filter.well .dropdown {
  display: inline-block;
  margin: 0.7em 6% 0.5em 0;
  vertical-align: baseline;
}
#main .filter.well ul {
  min-width: 18em;
  padding: 0 1em;
}
#main .filter.well li {
  border-bottom: 0.15em #ddd solid;
  display: block;
}
#main .filter.well li:last-of-type {
  border-bottom: none;
}
#main .filter.well a {
  padding: 7px 4px 4px;
  text-decoration: none;
  display: block;
}
#main .filter.well button {
  border: 0.2em solid #262f44;
  padding: 0.5em 1em 0.3em;
  border-radius: 0.5em;
}
.dropdown {
  position: relative;
}
.open > .dropdown-menu {
  display: block;
}
.Xdropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 0.85em;
  text-align: center;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#filtersearch,
#publicationsearch {
  padding: 1em 0 2em;
  border-bottom: 2px solid #eee;
}
#filtersearch span.selection,
#filtersearch span.select2 {
  min-height: 2.1em;
  padding-top: 0.4em;
}
#filtersearch select {
  min-height: 2.2em;
  margin: 0 0.7em 0.7em 0;
  min-width: 45%;
  max-width: 100%;
}
button[type='submit'],
input[type='submit'] {
  padding: 0.4em 1em 0.2em;
  background: transparent;
  border: 0.2em solid #b7d340;
  color: #a6c22d;
  font-weight: bold;
}
button[type='submit']:active,
input[type='submit']:active,
button[type='submit']:hover,
input[type='submit']:hover,
button[type='submit']:focus,
input[type='submit']:focus {
  background: #a6c22d;
  color: #fff;
}
div.validation_error {
  color: #f66;
}
li.gfield_error {
  border: 1px solid #f66;
}
#primary form .gform_body > ul > li {
  margin: 1em 0;
}
#primary form .gform_body label.gfield_label {
  font-weight: bold;
  display: inline;
}
#primary form .gform_body label.gfield_label span.gfield_required {
  color: #f66;
}
#primary form .gform_body input[type='radio'] {
  margin: 0 0.5em;
  transform: scale(1);
}
#primary form .gform_body input[type='text'],
#primary form .gform_body input[type='email'] {
  margin: 0 0.5em;
}
#primary form .gform_body .gfield_description {
  padding: 0.3em 1em;
  color: #777;
}
article.conferences .subpage {
  display: none;
}
article.conferences .subpage.visible {
  display: block;
}
#main aside .sub-menu li {
  display: block;
  margin: 0;
}
#main aside .sub-menu li a {
  display: block;
  padding: 0.4em 0.7em 0.2em;
}
#main aside .sub-menu li a:hover,
#main aside .sub-menu li a:focus {
  background: #fff;
  text-decoration: none;
}
.iframe-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.iframe-box * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.iframe-box p {
  margin: 0;
}
#content .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
#content .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.backdrop {
  position: fixed;
  animation-name: backdrop-fade-in;
  animation-duration: 0.8s;
  background: rgba(1, 1, 1, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 300;
}
.mailSender {
  margin: 80px auto;
  background: #fff;
  width: 700px;
  max-width: 96%;
  position: relative;
  animation-name: drop-down;
  animation-duration: 1.3s;
  padding: 1em;
  top: 0;
}
.mailSender textarea,
.mailSender input[type='text'] {
  width: 94%;
  margin: 0.5em 3%;
}
.mailSender textarea {
  min-height: 7em;
}
@keyframes drop-down {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@keyframes backdrop-fade-in {
  from {
    background: rgba(50, 50, 50, 0);
  }
  to {
    background: rgba(50, 50, 50, 0.7);
  }
}
#main #tertiary a.message-button {
  float: right;
}
#footer a.message-button,
#main #tertiary a.message-button,
#main #content a.message-button {
  color: #555;
  display: inline-block;
  padding: 0.2em 1.5em 0 0.2em;
  border: 1px solid #666;
  text-decoration: none;
  border-radius: 0.3em;
  top: -0.3em;
  font-size: 0.88em;
  position: relative;
}
#footer a.message-button:hover,
#main #tertiary a.message-button:hover,
#main #content a.message-button:hover,
#footer a.message-button:focus,
#main #tertiary a.message-button:focus,
#main #content a.message-button:focus {
  background: #fff;
  color: #111;
}
#footer a.message-button:after,
#main #tertiary a.message-button:after,
#main #content a.message-button:after {
  position: absolute;
  bottom: 0.2em;
  right: 0em;
}
#main #tertiary a.btn-more {
  text-decoration: underline;
  padding-left: 3.4em;
}
#main #tertiary a.btn-more.wasafter {
  display: inline-block;
  position: relative;
  color: #888;
  content: 'v';
}
#main #tertiary a.btn-more[aria-expanded='true'] {
  font-weight: bold;
}
#footer a.message-button {
  font-size: 0.8em;
  background: #415175;
  color: #ded;
}
a span.glyphicon.glyphicon-menu-down {
  display: inline-block;
  border-color: #555;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: 0.4s transform linear;
  transform: rotate(0);
}
a[aria-expanded='true'] span.glyphicon.glyphicon-menu-down {
  transform: rotate(180deg);
}
body.logged-in #footer a.message-button,
body.logged-in #main #tertiary a.message-button,
body.logged-in #main #content a.message-button {
  padding-right: 0.2em;
}
#content .vcard .name-in-list {
  min-width: 12em;
  display: inline-block;
}
#content .vcard span.name-in-list {
  color: #555;
}
#people-search-tool {
  font-size: 0.9em;
}
#people-search-tool label {
  display: inline-block;
  margin-top: 0.8em;
  width: 35%;
  text-align: right;
  vertical-align: top;
}
#people-search-tool div.selection-holder {
  height: 42px;
}
#people-search-tool input,
#people-search-tool select,
#people-search-tool div.selection-holder {
  display: inline-block;
  width: 62%;
  margin-left: 0;
}
#people-search-tool input[type='submit'] {
  text-align: center;
  font-size: 1.2em;
  margin: 0.8em 0;
  width: 40%;
  min-width: 11em;
}
#people-search-tool div.selection-holder li {
  padding: 0.2em 0.7em;
  margin: 0;
}
#people-search-tool .advanced-search {
  text-align: center;
}
#people-search-tool .advanced-search button {
  padding: 0.3em 0 0.1em;
  font-size: 0.9em;
  width: 9em;
  line-height: 1.1;
}
@media (max-width: 500px) {
  #people-search-tool label {
    text-align: left;
    display: block;
    width: 100%;
  }
  #people-search-tool input,
  #people-search-tool select,
  #people-search-tool div.selection-holder {
    display: block;
    width: 97%;
    margin-left: 3%;
  }
}
#people-search-tool .nice-select.open {
  border: 0.3em solid #b7d340;
}
#people-search-tool .nice-select.open ul {
  border: 0.2em solid #b7d340;
}
div.member-directory .btn {
  margin: 0.2em 0.1em;
}
div.member-directory > div {
  margin: 0.4em 0;
  background: #f0f0f0;
  padding: 0.3em 0.6em;
  font-size: 0.9em;
}
div.member-directory > div:hover {
  background: #fafafa;
}
div.member-directory > div small {
  line-height: 1.1;
}
div.member-directory > div a {
  font-size: 1.1em;
}
div.member-directory > div .btn-green {
  text-align: center;
  min-width: 2em;
  padding: 0.3em 0.2em 0.1em;
}
div.profilepagetop > img {
  width: 7em;
  height: 7em;
  margin: 0 0 0.8em 0;
  border-radius: 0.5em;
}
.site-content {
  padding-top: 50px;
}
label.s2member-pro-authnet-form-card-type-label {
  width: 80px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
label.s2member-pro-authnet-form-card-type-label.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
label.s2member-pro-authnet-form-card-type-label input[type='radio'] {
  margin-top: 40px !important;
}
label.s2member-pro-authnet-form-card-type-visa-label {
  background: url('../../plugins/s2member-pro/src/images/visa-card.png')
    no-repeat top center;
}
label.s2member-pro-authnet-form-card-type-mastercard-label {
  background: url('../../plugins/s2member-pro/src/images/mastercard-card.png')
    no-repeat top center;
}
label.s2member-pro-authnet-form-card-type-amex-label {
  background: url('../../plugins/s2member-pro/src/images/amex-card.png')
    no-repeat top center;
}
label.s2member-pro-authnet-form-card-type-discover-label {
  background: url('../../plugins/s2member-pro/src/images/discover-card.png')
    no-repeat top center;
}
div.s2member-pro-authnet-form-submission-section-title {
  margin-bottom: 0;
  background: url('../../plugins/s2member-pro/src/images/arrow-icon.png')
    no-repeat center right;
}
form#s2member-pro-authnet-checkout-form > div,
form#s2member-pro-authnet-checkout-form > div > div {
  padding: 0.3em 0;
}
form#s2member-pro-authnet-checkout-form label > span {
  font-weight: bold;
}
form#s2member-pro-authnet-checkout-form
  .s2member-pro-authnet-form-section-title {
  font-weight: bold;
  font-size: 1.15em;
}
.ginput_container img {
  width: auto;
  height: auto;
}
#ui-datepicker-div {
  background: #fff;
  opacity: 0.9;
  padding: 0.5em;
  border: 2px solid #eee;
  text-align: center;
}
#ui-datepicker-div a.ui-datepicker-next {
  margin-left: 4em;
}
li > article {
  margin-bottom: 0.4em;
}
li > article h3 {
  margin-bottom: 0.4em;
}
#primary .entry-meta li {
  display: inline-block;
  padding: 0.2em 0.3em;
  margin: 0 0.2em 0 0;
  font-size: 0.84em;
}
form.searchandfilter li {
  display: block;
}
form.searchandfilter h4 {
  margin: 0.6em 0 0.2em;
}
#main form#ws-plugin--s2member-profile {
  max-width: 640px;
}
#main
  form#ws-plugin--s2member-profile
  div.ws-plugin--s2member-profile-field-divider-section-title {
  margin-top: 2em;
  font-size: 1.4em;
  color: #666;
}
#main form#ws-plugin--s2member-profile input[type='radio'],
#main form#ws-plugin--s2member-profile input[type='checkbox'] {
  display: inline-block;
  position: relative;
  width: 1.4em;
  height: 1.4em;
}
#main
  form#ws-plugin--s2member-profile
  .ws-plugin--s2member-custom-reg-field-op-l {
  height: 1.6em;
  padding-top: 0.2em;
}
#main
  form#ws-plugin--s2member-profile
  label.ws-plugin--s2member-custom-reg-field-op-l {
  opacity: 0.8;
  font-size: 1em;
  margin-bottom: 0.5em;
}
#main
  form#ws-plugin--s2member-profile
  label.ws-plugin--s2member-custom-reg-field-op-l:after {
  content: '\A';
  white-space: pre;
}
form#s2member-pro-authnet-registration-form
  .s2member-pro-authnet-form-section-title {
  margin: 2em 0 1em;
  font-size: 1.8em;
  color: #666;
}
form#s2member-pro-authnet-registration-form
  .s2member-pro-authnet-form-custom-reg-field-divider-section-title {
  margin-top: 2em;
  font-size: 1.4em;
  color: #666;
  border-bottom: 1px solid #000;
}
form#s2member-pro-authnet-registration-form
  .s2member-pro-authnet-registration-form-custom-fields-section
  .s2member-pro-authnet-form-section-title {
  display: none;
}
form#s2member-pro-authnet-registration-form label > span {
  font-weight: bold;
  padding: 0.7em 0 0;
  display: inline-block;
}
form#s2member-pro-authnet-registration-form input[type='text'],
form#s2member-pro-authnet-registration-form input[type='email'],
form#s2member-pro-authnet-registration-form input[type='password'],
form#s2member-pro-authnet-registration-form input[type='submit'],
form#s2member-pro-authnet-registration-form textarea,
form#s2member-pro-authnet-registration-form select {
  margin: 0;
  width: 100%;
}
form#s2member-pro-authnet-registration-form input[type='radio'],
form#s2member-pro-authnet-registration-form input[type='checkbox'] {
  display: inline-block;
  margin-left: 0.5em;
  width: 1.4em;
  height: 1.4em;
}
form#s2member-pro-authnet-checkout-form input.show-if-other-selected,
form#s2member-pro-authnet-registration-form input.show-if-other-selected,
#main form#ws-plugin--s2member-profile input.show-if-other-selected {
  display: none;
}
form#s2member-pro-authnet-checkout-form
  .suggest-in
  + input.show-if-other-selected,
form#s2member-pro-authnet-registration-form
  .suggest-in
  + input.show-if-other-selected,
#main
  form#ws-plugin--s2member-profile
  .suggest-in
  + input.show-if-other-selected {
  display: inline-block;
}
form#s2member-pro-authnet-checkout-form a.suggest,
form#s2member-pro-authnet-registration-form a.suggest,
#main form#ws-plugin--s2member-profile a.suggest {
  position: relative;
  display: inline-block;
  padding: 0.3em 0.8em 0.15em 1.6em;
  background: #f2f2f2;
  margin: 0.2em 0.3em 0.2em 0;
  border: 2px solid #ddd;
  border-radius: 0.4em;
  text-decoration: none;
  font-size: 0.9em;
  color: #333;
}
form#s2member-pro-authnet-checkout-form a.suggest:first-of-type,
form#s2member-pro-authnet-registration-form a.suggest:first-of-type,
#main form#ws-plugin--s2member-profile a.suggest:first-of-type {
  margin-top: 0;
}
form#s2member-pro-authnet-checkout-form a.suggest:hover,
form#s2member-pro-authnet-registration-form a.suggest:hover,
#main form#ws-plugin--s2member-profile a.suggest:hover {
  background: #fff;
  text-decoration: none;
  color: #111;
}
form#s2member-pro-authnet-checkout-form a.suggest.suggest-in:hover,
form#s2member-pro-authnet-registration-form a.suggest.suggest-in:hover,
#main form#ws-plugin--s2member-profile a.suggest.suggest-in:hover {
  color: #000;
}
form#s2member-pro-authnet-checkout-form a.suggest.suggest-in,
form#s2member-pro-authnet-registration-form a.suggest.suggest-in,
#main form#ws-plugin--s2member-profile a.suggest.suggest-in {
  background: #fff;
  border: 2px solid #888;
  border-radius: 0.05em;
  color: #111;
  font-weight: bold;
}
form#s2member-pro-authnet-checkout-form a.suggest.suggest-other.suggest-in,
form#s2member-pro-authnet-registration-form a.suggest.suggest-other.suggest-in,
#main form#ws-plugin--s2member-profile a.suggest.suggest-other.suggest-in {
  font-size: 0.95em;
  font-weight: normal;
}
form#s2member-pro-authnet-checkout-form .suggest:after,
form#s2member-pro-authnet-registration-form .suggest:after,
#main form#ws-plugin--s2member-profile .suggest:after {
  content: ' ';
  position: absolute;
  left: 0.5em;
  bottom: 0.65em;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #888;
}
form#s2member-pro-authnet-checkout-form .suggest.suggest-in:after,
form#s2member-pro-authnet-registration-form .suggest.suggest-in:after,
#main form#ws-plugin--s2member-profile .suggest.suggest-in:after {
  background: #b7d340;
  border: 1px solid #262f44;
  border-radius: 50%;
}
form#s2member-pro-authnet-checkout-form .has-suggestions input[type='text'],
form#s2member-pro-authnet-registration-form .has-suggestions input[type='text'],
#main form#ws-plugin--s2member-profile .has-suggestions input[type='text'] {
  width: 10em;
}
form#s2member-pro-authnet-checkout-form input[type='text'],
form#s2member-pro-authnet-registration-form input[type='text'],
#main form#ws-plugin--s2member-profile input[type='text'] {
  width: 100%;
}
form#s2member-pro-authnet-checkout-form input[type='checkbox'],
form#s2member-pro-authnet-registration-form input[type='checkbox'],
#main form#ws-plugin--s2member-profile input[type='checkbox'],
form#s2member-pro-authnet-checkout-form input[type='radio'],
form#s2member-pro-authnet-registration-form input[type='radio'],
#main form#ws-plugin--s2member-profile input[type='radio'] {
  margin-left: 0.5em;
  margin-right: 0.1em;
  transform: scale(1.2);
}
form#s2member-pro-authnet-checkout-form textarea,
form#s2member-pro-authnet-registration-form textarea,
#main form#ws-plugin--s2member-profile textarea {
  width: 100%;
  height: 6em;
}
.s2member-pro-authnet-form-custom-reg-field-divider-section-title {
  margin-top: 0.9em;
}
.gform_body input[type='text'],
.gform_body input[type='url'] {
  width: 24em;
}
.gform_body input,
.gform_body textarea {
  max-width: 100%;
}
#main {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
ul.gfield_radio > li > label {
  display: inline-block;
  width: 82%;
  margin-bottom: 0.2em;
  vertical-align: top;
}

.search-results {
}
.search-results article {
  margin-bottom: 35px;
}
@media (min-width: 1280px) {
  .search-results article {
    margin-bottom: 50px;
  }
}
.search-results article h3 {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 0.2em;
}
.search-results article .entry-content p {
  margin-top: 0;
}

.search-results article .postcontent + .pull-right {
  margin-top: -20px;
}

.entry-meta .research-label {
  font-weight: bold;
  font-size: 0.88em;
  display:inline-block;
  margin-right: 1em;

}
.entry-meta .research-label:after {
  content:':';
}
