/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-g {
  margin-left: -30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi {
  width: 100%;
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi:last-of-type {
  margin-bottom: 0;
}
.cft-g > .cft-gi img {
  width: 100%;
}
@media screen and (min-width: 850px) {
  .cft-g > .cft-gi {
    margin-bottom: 0;
  }
}

.cft-g.page-body-grid {
  margin-left: -50px;
}
.cft-g.page-body-grid > .cft-gi {
  padding-left: 50px;
}
@media screen and (min-width: 850px) {
  .cft-g.page-body-grid > .cft-gi:first-of-type {
    width: 66.6666%;
  }
  .cft-g.page-body-grid > .cft-gi:last-of-type {
    width: 33.3333%;
  }
}

@media screen and (min-width: 850px) {
  .cft-g.news-item-grid > .cft-gi:first-of-type {
    width: 40%;
  }
  .cft-g.news-item-grid > .cft-gi:last-of-type {
    width: 60%;
  }
}

.cft-g.sponsors-grid {
  margin-left: -60px;
  text-align: center;
}
.cft-g.sponsors-grid > .cft-gi {
  padding-left: 60px;
  vertical-align: middle;
  width: 50%;
}
@media screen and (min-width: 500px) {
  .cft-g.sponsors-grid > .cft-gi {
    width: 33.3333%;
  }
}
@media screen and (min-width: 600px) {
  .cft-g.sponsors-grid > .cft-gi {
    width: 25%;
  }
}
@media screen and (min-width: 1000px) {
  .cft-g.sponsors-grid > .cft-gi {
    width: 10%;
  }
  .cft-g.sponsors-grid > .cft-gi.wide {
    width: 15%;
  }
}

.cft-g.callouts-grid {
  margin-left: -50px;
}
.cft-g.callouts-grid > .cft-gi {
  padding-left: 50px;
}
.cft-g.callouts-grid > .cft-gi .gi-inner {
  position: relative;
  display: block;
}
@media screen and (min-width: 850px) {
  .cft-g.callouts-grid > .cft-gi {
    width: 33.3333%;
  }
}

.cft-g.conference-grid {
  margin-left: -50px;
}
.cft-g.conference-grid > .cft-gi {
  margin-bottom: 20px;
  padding-left: 50px;
  width: 50%;
}
.cft-g.conference-grid > .cft-gi .gi-inner {
  position: relative;
  display: block;
}
@media screen and (min-width: 720px) {
  .cft-g.conference-grid > .cft-gi {
    width: 33.3333%;
  }
}
.cft-g.conference-grid > .cft-gi img {
  margin-bottom: 10px;
}

.cft-g.authors-grid > .cft-gi .gi-inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 500px) {
  .cft-g.authors-grid > .cft-gi {
    width: 50%;
  }
}
@media screen and (min-width: 850px) {
  .cft-g.authors-grid > .cft-gi {
    width: 25%;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 850px) {
  .cft-g.author-popup-grid > .cft-gi:first-of-type {
    width: 60%;
  }
  .cft-g.author-popup-grid > .cft-gi:last-of-type {
    width: 40%;
  }
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-family: "lato", sans-serif;
  color: #000;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "minion-pro", serif;
  font-weight: 400;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 28px;
  line-height: 32px;
  font-size: 2.8rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 850px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 58px;
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
}

h2, .h2 {
  font-size: 22px;
  line-height: 26px;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 850px) {
  h2, .h2 {
    font-size: 34px;
    line-height: 43px;
    font-size: 3.4rem;
    line-height: 4.3rem;
  }
  .frontpage h2, .frontpage .h2 {
    font-size: 36px;
    line-height: 43px;
    font-size: 3.6rem;
    line-height: 4.3rem;
  }
}

h3, .h3 {
  font-size: 24px;
  line-height: 24px;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 850px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 32px;
    font-size: 3rem;
    line-height: 3.2rem;
  }
}

h4, .h4 {
  font-size: 21px;
  line-height: 25px;
  font-size: 2.1rem;
  line-height: 2.5rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p {
  margin: 0 0 1.5em 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #363636;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #d1d1d1;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #363636;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #d1d1d1;
  border-width: 1px 0 0;
  margin: 30px 0;
}
hr.hr-small {
  margin: 15px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-family: "lato", sans-serif;
  color: #425884;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
a:hover {
  text-decoration: underline;
  color: #687EAA;
  text-decoration: none;
}
a:visited {
  color: #425884;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
  border: 1px solid #ccc;
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px;
  color: #000;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, input[type="tel"]:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
form.cft-form {
  max-width: 600px;
  margin: 0;
  padding: 25px 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e4e5+0,c9d4d6+100 */
  background: #d7e4e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d7e4e5 0%, #c9d4d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e4e5', endColorstr='#c9d4d6',GradientType=1 );
  /* IE6-9 */
}
form.cft-form p.form-message {
  display: none;
  padding: 5px;
  margin: 0 0 20px;
  clear: both;
}
form.cft-form p.form-message.error {
  background: #f4d7d7;
  color: #ab4545;
  border: 1px solid #ab4545;
}
form.cft-form p.form-message.success {
  background: #e6f9da;
  color: #519e20;
  border: 1px solid #519e20;
}
form.cft-form .req {
  color: #b90000;
}
form.cft-form input[type="text"].error, form.cft-form input[type="email"].error, form.cft-form textarea.error, form.cft-form select.error {
  background: #f4d7d7;
}
form.cft-form button[type="submit"].pulse {
  pointer-events: none;
  -webkit-animation: pulse .6s infinite ease-in-out;
  -o-animation: pulse .6s infinite ease-in-out;
  -ms-animation: pulse .6s infinite ease-in-out;
  -moz-animation: pulse .6s infinite ease-in-out;
  animation: pulse .6s infinite ease-in-out;
}
form.cft-form input, form.cft-form textarea {
  width: 100%;
  border: none;
  border-radius: 0;
}
form.cft-form .field-container {
  margin-bottom: 25px;
  position: relative;
}
form.cft-form .field-container label {
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.cft-form .field-container.active label {
  color: #fff;
  background: #000;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 3px;
  top: -17px;
  left: 0;
}
form.cft-form textarea {
  min-height: 100px;
}

.btn, .btn-secondary,
a.btn-secondary,
a.btn,
a.btn-secondary {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  font-size: 24px;
  line-height: 29px;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: "lato", sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  text-transform: uppercase;
  background-color: #425884;
}
.btn.small, .small.btn-secondary,
a.btn.small,
a.small.btn-secondary {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.full, .full.btn-secondary,
a.btn.full,
a.full.btn-secondary {
  width: 100%;
}
.btn:hover, .btn-secondary:hover,
a.btn:hover,
a.btn-secondary:hover {
  background-color: #314162;
  color: #fff;
}
.btn:active, .btn-secondary:active,
a.btn:active,
a.btn-secondary:active {
  background-color: #202b40;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, .btn.disabled, .disabled.btn-secondary,
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

.ghost {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.ghost:hover {
  background: #fff;
  color: #c20606;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #292929;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #0f0f0f;
  color: #fff;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

header.banner {
  position: relative;
}
header.banner .brand {
  display: block;
  margin: auto;
  padding: 5px 0;
  text-align: center;
}
header.banner .brand .logo {
  width: 100px;
  display: block;
  margin: auto;
}
header.banner .menu-toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #425884;
}
header.banner .menu-toggle i, header.banner .menu-toggle .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header.banner .menu-toggle i.fa-times, header.banner .menu-toggle .svg-inline--fa.fa-times {
  color: #fff;
}
header.banner .menu-toggle #menu-closed {
  opacity: 1;
  visibility: visible;
}
header.banner .menu-toggle #menu-open {
  opacity: 0;
  visibility: hidden;
}
header.banner .menu-toggle.closer {
  z-index: 1000;
  right: 20px;
}
header.banner .menu-toggle.closer #menu-closed {
  opacity: 0;
  visibility: hidden;
}
header.banner .menu-toggle.closer #menu-open {
  opacity: 1;
  visibility: visible;
}
header.banner .nav-container {
  position: fixed;
  top: 0;
  left: auto;
  right: -300px;
  bottom: 0;
  width: 300px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 100;
  background: #425884;
}
header.banner .nav-container.open {
  left: auto;
  right: 0;
}
header.banner .nav-container .nav-primary {
  padding-top: 80px;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li {
  border-bottom: solid 1px #2d3b5d;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li:first-of-type {
  border-top: solid 1px #2d3b5d;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li.support-btn {
  border: none;
  display: block;
  margin: 30px auto auto;
  max-width: 200px;
  background: #687EAA;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li.support-btn:hover {
  background: #314162;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li a {
  color: #fff;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li > a {
  display: block;
  padding: 15px;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown {
  position: relative;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown .caret {
  position: absolute;
  top: 10px;
  right: 30px;
  padding: 5px 10px;
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  pointer-events: none;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown .sub-menu {
  display: none;
  padding-left: 15px;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown .sub-menu li {
  padding: 8px 15px;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown .sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  font-size: 1.4rem;
  line-height: 2rem;
}
header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown.open .caret {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 850px) {
  header.banner .nav-secondary.desktop {
    background: #425884;
  }
  header.banner .superheader {
    position: relative;
    display: block;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #fff;
  }
  header.banner .superheader .socials {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header.banner .superheader .socials a:first-of-type {
    margin-right: 15px;
  }
  header.banner .superheader .socials a i {
    font-size: 20px;
    line-height: 20px;
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
  }
  header.banner .brand {
    display: inline-block;
    vertical-align: middle;
  }
  header.banner .brand .logo {
    width: 100px;
  }
}
@media screen and (min-width: 850px) and (min-width: 950px) {
  header.banner .brand .logo {
    width: 120px;
  }
}
@media screen and (min-width: 850px) and (min-width: 1280px) {
  header.banner .brand .logo {
    width: 170px;
  }
}
@media screen and (min-width: 850px) {
  header.banner .menu-toggle {
    display: none;
  }
  header.banner .nav-container {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: auto;
    right: 30px;
    bottom: auto;
    width: auto;
    background: transparent;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header.banner .nav-container .nav-primary {
    padding-top: 0;
  }
  header.banner .nav-container .nav-primary ul#menu-nav-primary {
    display: inline-block;
  }
  header.banner .nav-container .nav-primary ul#menu-nav-primary li a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  header.banner .nav-container .nav-primary ul#menu-nav-primary li a:hover {
    color: #000;
  }
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li {
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}
@media screen and (min-width: 850px) and (min-width: 1280px) {
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li {
    margin-right: 65px;
  }
}
@media screen and (min-width: 850px) {
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li:last-of-type {
    margin-right: 0;
  }
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li:first-of-type {
    border-top: none;
  }
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li a {
    padding: 0;
    color: #363636;
    font-size: 16px;
    line-height: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 850px) and (min-width: 950px) {
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li a {
    font-size: 18px;
    line-height: 22px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 850px) {
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li.support-btn {
    padding: 10px;
    margin-top: 0;
    background: #425884;
    display: inline-block;
  }
}
@media screen and (min-width: 850px) and (min-width: 1280px) {
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li.support-btn {
    padding: 10px 40px;
  }
}
@media screen and (min-width: 850px) {
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li.support-btn a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
  }
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li.support-btn a:hover {
    text-decoration: none;
  }
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown .caret {
    display: none;
  }
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown .sub-menu {
    padding-left: 0;
    display: block;
    position: absolute;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
    width: 200px;
  }
}
@media screen and (min-width: 850px) and (min-width: 950px) {
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown .sub-menu {
    top: 59px;
  }
}
@media screen and (min-width: 850px) and (min-width: 1280px) {
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown .sub-menu {
    top: 76px;
  }
}
@media screen and (min-width: 850px) {
  header.banner .nav-container .nav-primary ul#menu-nav-primary > li.dropdown.open .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
.cft-gi.main ul, .cft-gi.main ol {
  padding-left: 20px;
}

body.lock {
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
}
.container.thin {
  max-width: 875px;
}
.container .container {
  padding: 0;
}

.site-section {
  padding: 30px 0;
}
@media screen and (min-width: 800px) {
  .site-section {
    padding: 60px 0;
  }
}

.desktop {
  display: none;
}

.mobile {
  display: block;
}

@media screen and (min-width: 850px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}
.page-banner {
  position: relative;
  height: 300px;
  padding: 0;
}
.page-banner:after {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  content: "";
}
.page-banner .container {
  height: 100%;
  z-index: 2;
}
.page-banner .banner-text {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 15px;
  left: 30px;
  text-align: left;
}
.page-banner .banner-text .banner-title {
  color: #fff;
  font-weight: 600;
}
.page-banner .banner-text .banner-caption {
  color: #fff;
  font-family: "lato", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 850px) {
  .page-banner {
    height: 400px;
  }
  .page-banner .banner-text {
    max-width: 650px;
    bottom: 30px;
  }
}

.sidebar .btn, .sidebar .btn-secondary {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 25px 0;
  letter-spacing: 1.5px;
  font-size: 16px;
  line-height: 22px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  background: #425884;
  margin-top: 50px;
}
@media screen and (min-width: 850px) {
  .sidebar .btn, .sidebar .btn-secondary {
    font-size: 24px;
    line-height: 29px;
    font-size: 2.4rem;
    line-height: 2.9rem;
  }
}
.sidebar .btn:nth-of-type(2n), .sidebar .btn-secondary:nth-of-type(2n) {
  background: #687EAA;
}

/*
./page-content-wrapper{
	padding-top: 30px;
	padding-bottom: 30px;
	@include at-query($min, $breakpoint) {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
*/
.page-content-wrapper .content h2 {
  margin-bottom: 40px;
  font-weight: bold;
}
.page-content-wrapper .content h3 {
  margin-bottom: 30px;
  font-weight: bold;
}
.page-content-wrapper .content .schedule-note {
  margin-bottom: 40px;
}

.page-body-grid .cft-gi:first-child ul, .page-body-grid .cft-gi:first-child ol, .page-content-wrapper .content ul, .page-content-wrapper .content ol {
  padding-left: 30px;
}

.welcome {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  font-size: 2.1rem;
  line-height: 3rem;
}
.welcome p {
  margin-bottom: 0;
}

.callouts {
  background: #F6F7FB;
}
.callouts .callout-title {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #425884;
  color: #fff;
  padding: 15px;
  font-weight: 600;
  font-family: "lato", sans-serif;
}

.frontpage-news .section-title {
  color: #363636;
  font-weight: 400;
}

.news-feed {
  margin-bottom: 30px;
}

article.news-item {
  padding: 20px 0;
  border-bottom: solid 1px #d1d1d1;
}
article.news-item .return-link {
  display: block;
  margin-bottom: 30px;
}
article.news-item .article-title {
  color: #425884;
}
article.news-item time {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-size: 1.8rem;
  line-height: 3rem;
}
article.news-item .article-excerpt {
  color: #363636;
  margin-bottom: 10px;
}
@media screen and (min-width: 850px) {
  article.news-item {
    padding: 30px 0;
  }
}

.cft-pagination {
  margin-top: 30px;
}
.cft-pagination ul {
  list-style: none;
  text-align: center;
}
.cft-pagination ul li {
  display: inline-block;
  border: solid 1px #425884;
  margin-right: 10px;
}
.cft-pagination ul li a {
  display: block;
  padding: 5px 10px;
}
.cft-pagination ul li:last-of-type {
  margin-right: 0;
}
.cft-pagination ul li:hover {
  background: #425884;
}
.cft-pagination ul li:hover a {
  color: #fff;
}
.cft-pagination ul li.active {
  border: none;
  background: #425884;
}
.cft-pagination ul li.active a {
  color: #fff;
  font-weight: 600;
}

.authors .popup-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(66, 88, 132, 0.9);
  z-index: -1;
}
.authors .popup-background.show {
  z-index: 9999;
}
.authors .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 60px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: #fff;
}
.authors .popup .popup-inner {
  max-height: 80vh;
  overflow: auto;
  padding: 25px;
}
.authors .popup .popup-closer {
  position: absolute;
  right: -25px;
  top: -70px;
}
.authors .popup .popup-closer i {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-size: 3.6rem;
  line-height: 3.6rem;
}
.authors .popup .links {
  display: block;
  list-style: none;
}
.authors .popup .links li {
  display: inline-block;
  margin-right: 10px;
}
.authors .popup .links li:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 850px) {
  .authors .popup {
    width: auto;
  }
  .authors .popup .popup-closer {
    right: -70px;
  }
}
.authors .popup-background.show, .authors .popup.show {
  opacity: 1;
  visibility: visible;
}
.authors .authors-grid .gi-inner img {
  margin-bottom: 10px;
}
.authors .authors-grid .gi-inner .author-name {
  color: #363636;
  font-family: "lato", sans-serif;
  font-weight: 600;
}

.sponsors-footer {
  background: #F6F7FB;
}
.sponsors-footer .section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
  color: #363636;
}

.content .btn, .content .btn-secondary {
  font-size: 18px;
  line-height: 30px;
  font-size: 1.8rem;
  line-height: 3rem;
}

.cft-g > .cft-gi .content img {
  width: auto;
}

footer.footer {
  background: #425884;
  padding: 30px 0;
}
footer.footer .copy {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}
footer.footer .socials {
  display: block;
  text-align: center;
}
footer.footer .socials a:first-of-type {
  margin-right: 20px;
}
footer.footer .socials a i {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 3rem;
}
@media screen and (min-width: 850px) {
  footer.footer .copy {
    margin-bottom: 0;
    text-align: left;
  }
  footer.footer .socials {
    position: absolute;
    top: 50%;
    right: 30px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media print {
  header, .page-banner, .sponsors-footer {
    display: none;
  }
}

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