@charset "UTF-8";
/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}
.postdate {
  color: #999999;
  font-weight: 100;
  font-size: 16px;}
.article-post-date {
font-size: 1.8rem; font-weight: 700; color: #999999; float: right; padding: 1.15rem 3.5rem 0 3.5rem;
}
.view-recent-updates > .view-content > .views-row-last { border-bottom: none !important;}
.button,
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  color: #105493;
  border: 2px solid #105493;
  background: none;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 1rem 2.5rem;
  text-decoration: none;
  border: none;
}
.button:hover,
button:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background-color: #0f6fc7;
}
.button:disabled,
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (min-width: 1px) {
  body, input,
  label,
  select, textarea,
  input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
  select[multiple=multiple], #content .content, .selectBox-dropdown {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  body, input,
  label,
  select, textarea,
  input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
  select[multiple=multiple], #content .content, .selectBox-dropdown {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  body, input,
  label,
  select, textarea,
  input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
  select[multiple=multiple], #content .content, .selectBox-dropdown {
    font-size: 2rem;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #f7f7f7;
  color: #555555;
  font-family: "museo-sans";
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans";
  line-height: 1.25;
  margin: 3rem 0 1rem;
}

h1 {
  font-weight: 700;
  color: #555555;
  margin-top: 0;
}
@media screen and (min-width: 1px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-weight: bold;
  color: #117cdf;
}
@media screen and (min-width: 1px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 3.6rem;
  }
}

h3 {
  font-weight: normal;
  color: #0f6fc7;
}
@media screen and (min-width: 1px) {
  h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  h3 {
    font-size: 3rem;
  }
}

h4 {
  font-weight: bold;
  color: #000000;
}
@media screen and (min-width: 1px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 2.4rem;
  }
}

p {
  margin: 0 0 2.125rem;
}

a {
  color: #117cdf;
  text-decoration: none;
}
a:hover {
  color: #105493;
}
a:active, a:focus {
  color: #105493;
  outline: none;
}

hr {
  border-bottom: 1px solid #117cdf;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 2.125rem 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
}

caption {
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: left;
  width: 100%;
  min-width: 150px;
  display: block;
}

blockquote {
  border: 1px solid #117cdf;
  color: #117cdf;
  margin: 2.125rem 0;
  padding: 2.5rem 4rem;
  background: #e7f2fc;
  font-style: italic;
  font-weight: normal;
  border-radius: 0;
  overflow: visible;
  position: relative;
}
blockquote:before {
  content: '“';
  position: absolute;
  top: 0;
  left: 1rem;
  font-size: 6rem;
  color: #117cdf;
}

cite {
  color: #555555;
  font-style: normal;
  font-size: .85rem;
}
cite:before {
  content: "\2014 \00A0";
}

sup {
  font-size: 1rem;
}

div.biblio {
  color: #555555;
  font-style: normal;
  font-size: 1rem;
}

.content-icons .icon {
  font-size: 0;
}
.content-icons .icon:before {
  font-size: 2.2rem;
}

fieldset {
  background: transparent;
  border: 1px solid #117cdf;
  margin: 0 0 1.0625rem 0;
  padding: 2.125rem;
}
fieldset legend {
  font-weight: bold;
}

input,
label,
select {
  display: block;
  font-family: "museo-sans";
}

label {
  font-weight: bold;
  margin-bottom: 0.53125rem;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  box-sizing: border-box;
  transition: border-color;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #117cdf;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "museo-sans";
  margin-bottom: 1.0625rem;
  padding: 0.70833rem 0.70833rem;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #0d62b0;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #117cdf;
  box-shadow: none;
  outline: none;
}

textarea.error,
input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error,
select.error {
  color: #555555;
}

textarea {
  resize: vertical;
}

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

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

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

select {
  margin-bottom: 2.125rem;
  max-width: 100%;
  width: auto;
}

fieldset.captcha .g-recaptcha div, fieldset.captcha .g-recaptcha iframe {
  width: 100% !important;
}

.confirm-parent, .password-parent {
  width: 100%;
  margin: 1em 0;
}

.password-strength {
  width: 18rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .password-strength {
    width: 30rem;
  }
}

div.password-confirm {
  width: 15rem;
  margin-top: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  div.password-confirm {
    width: 30rem;
  }
}

div.form-item div.password-suggestions {
  width: 100%;
}

/*  MailChimp Defaults */
#mc_embed_signup #mce-EMAIL {
  display: inline;
  margin-right: 20px;
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
  margin: 1.0625rem 0;
  table-layout: auto;
  width: 100%;
}

th {
  border-bottom: 3px solid #117cdf;
  color: #117cdf;
  font-weight: bold;
  padding: 2.125rem;
  text-align: left;
}

td {
  padding: 2.125rem;
  text-align: left;
  border-bottom: 1px solid #117cdf;
}
td.active {
  background-color: #e7f2fc;
}

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

tr.odd, tr.even {
  background: transparent;
  border-bottom: none;
  padding: 0;
}

tbody {
  border: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#content .content ul, .sidebar .block ul, .sidebar .block ul.menu {
  list-style-type: disc;
  margin-bottom: 1.0625rem;
  padding-left: 2.125rem;
}
#content .content ul ul, .sidebar .block ul ul, .sidebar .block ul.menu ul {
  list-style-type: circle;
}
#content .content ol,
.sidebar .block ol {
  list-style-type: decimal;
  margin-bottom: 1.0625rem;
  padding-left: 2.125rem;
}
#content .content ol ol,
.sidebar .block ol ol {
  list-style-type: lower-alpha;
}

#content .content ul li {
  list-style: none;
}
#content .content ul li:before {
  content: '\2022';
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -18px;
  top: 0;
  color: #117cdf;
  font-size: 20px;
}

dl {
  margin-bottom: 1.0625rem;
}
dl dt {
  font-weight: bold;
  margin-top: 1.0625rem;
}
dl dd {
  margin: 0;
}

.button,
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #105493;
  border-radius: 50px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none !important;
}

.button.no-back {
  color: #fff;
  border: 2px solid #fff;
}
.button.no-back:hover {
  color: #ffffff;
  background-color: #0f6fc7;
}

@media screen and (min-width: 1px) {
  .no-sidebars #content {
    float: left;
    display: block;
    margin-right: 4.6729%;
    width: 100%;
  }
  .no-sidebars #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .no-sidebars #content {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 100%;
  }
  .no-sidebars #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .no-sidebars #content {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 100%;
  }
  .no-sidebars #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) {
  .one-sidebar.sidebar-second #content {
    float: left;
    display: block;
    margin-right: 4.6729%;
    width: 100%;
  }
  .one-sidebar.sidebar-second #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .one-sidebar.sidebar-second #content {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 66.16314%;
  }
  .one-sidebar.sidebar-second #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1px) {
  .one-sidebar.sidebar-first #content {
    float: left;
    display: block;
    margin-right: 4.6729%;
    width: 100%;
    margin-left: 0%;
  }
  .one-sidebar.sidebar-first #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .one-sidebar.sidebar-first #content {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 66.16314%;
    margin-left: 33.83686%;
  }
  .one-sidebar.sidebar-first #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .one-sidebar.sidebar-first #content {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 66.16314%;
    margin-left: 33.83686%;
  }
  .one-sidebar.sidebar-first #content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1px) {
  .two-sidebars #content {
    float: left;
    display: block;
    margin-right: 4.6729%;
    width: 100%;
    margin-left: 0%;
  }
  .two-sidebars #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .two-sidebars #content {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 32.32628%;
    margin-left: 33.83686%;
  }
  .two-sidebars #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .two-sidebars #content {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 49.24471%;
    margin-left: 25.37764%;
  }
  .two-sidebars #content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1px) {
  #sidebar-first {
    float: left;
    display: block;
    margin-right: 4.6729%;
    width: 100%;
    margin-left: 0%;
  }
  #sidebar-first:last-child {
    margin-right: 0;
  }
  .sidebar-first #sidebar-first {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1000px) {
  #sidebar-first {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 23.86707%;
    margin-left: -76.13293%;
  }
  #sidebar-first:last-child {
    margin-right: 0;
  }
  .sidebar-first #sidebar-first {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 32.32628%;
    margin-left: -101.51057%;
  }
  .sidebar-first #sidebar-first:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1px) {
  #sidebar-second {
    float: left;
    display: block;
    margin-right: 4.6729%;
    width: 100%;
    margin-left: 0%;
  }
  #sidebar-second:last-child {
    margin-right: 0;
  }
  .sidebar-second #sidebar-second {
    float: left;
    display: block;
    margin-right: 4.6729%;
    width: 100%;
  }
  .sidebar-second #sidebar-second:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  #sidebar-second {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 23.86707%;
    margin-left: 0%;
  }
  #sidebar-second:last-child {
    margin-right: 0;
  }
  .sidebar-second #sidebar-second {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 32.32628%;
  }
  .sidebar-second #sidebar-second:last-child {
    margin-right: 0;
  }
}

.tabs {
  margin: 10px 0 1em 0;
}
.tabs ul.primary {
  margin: 0;
  border: none;
  border-bottom: 1px solid #117cdf;
  overflow: visible;
}
.tabs ul.primary li {
  display: block;
  float: left;
  border: 1px solid #117cdf;
  padding: 0;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.tabs ul.primary li a {
  padding: 1rem 2.5rem;
  line-height: 1;
  border: none;
  background: #e7f2fc;
  color: #117cdf;
  display: block;
  margin: 0;
}
.tabs ul.primary li a:hover {
  background: #d0e6f9;
}
.tabs ul.primary li.active {
  border-bottom-color: #f7f7f7;
  cursor: default;
}
.tabs ul.primary li.active a {
  background: #f7f7f7;
  color: #555555;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin: 0px auto;
  padding: 0;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}
.wrap .text-reset {
  text-align: left;
}

#page {
  position: relative;
}

#header-middle .wrap,
#header-bottom .wrap,
#main .wrap,
#footer .wrap {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1200px) {
  #header-middle .wrap,
  #header-bottom .wrap,
  #main .wrap,
  #footer .wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.inner {
  padding: 0;
}

div.messages {
  margin: 6px 0 2em 0;
}
@media screen and (min-width: 1px) {
  div.messages {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  div.messages {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  div.messages {
    font-size: 1.6rem;
  }
}

.clearfix:after {
  overflow: hidden;
}

#header-middle {
  background: #105493;
}
#header-middle .region-header-middle {
  min-height: 63px;
  position: relative;
  overflow: hidden;
}
#header-middle .site-logo {
  float: left;
  margin-right: 44px;
}
@media screen and (min-width: 768px) {
  #header-middle .site-logo {
    margin-right: 0;
  }
}
#header-middle .site-logo a {
  line-height: 0;
  padding: 2.4rem 0;
  display: block;
}
#header-middle .cfa-logo {
  display: none;
  float: left;
}
@media screen and (min-width: 768px) {
  #header-middle .cfa-logo {
    display: block;
  }
}
#header-middle .cfa-logo a {
  line-height: 0;
  padding: 1rem 0 0 0;
  display: block;
}
#header-middle .cfa-logo a img {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #baddfe;
}
#header-middle .user-menu {
  display: none;
  float: right;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1000px) {
  #header-middle .user-menu {
    display: block;
  }
}
#header-middle .user-menu ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 300;
}
#header-middle .user-menu ul li a {
  color: #fff;
}
#header-middle .user-menu ul li a:hover {
  text-decoration: underline;
}

#header-bottom {
  background: #117cdf;
}
#header-bottom .cfa-logo-2 {
  padding-top: 16px;
}
#header-bottom .cfa-logo-2 a {
  display: block;
}
#header-bottom .cfa-logo-2 a img {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #header-bottom .cfa-logo-2 {
    display: none;
  }
}

#block-menu-menu-mobile-menu-button {
  top: 0;
  right: 0;
  position: absolute;
}
#block-menu-menu-mobile-menu-button ul.menu {
  margin: 1rem 0 0 0;
  padding: 0;
}
#block-menu-menu-mobile-menu-button ul.menu li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
}
#block-menu-menu-mobile-menu-button ul.menu li .title {
  display: none;
}
@media screen and (min-width: 1000px) {
  #block-menu-menu-mobile-menu-button {
    display: none;
  }
}

::-webkit-input-placeholder {
  color: #baddfe;
}

:-ms-input-placeholder {
  color: #baddfe;
}

::placeholder {
  color: #baddfe;
}

#block-search-form {
  overflow: hidden;
  height: 47px;
  float: right;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1000px) {
  #block-search-form {
    margin: 20px 0 0 0;
  }
}
#block-search-form .container-inline div, #block-search-form .container-inline label {
  display: block;
}
#block-search-form form {
  border-bottom: 2px solid #baddfe;
  position: relative;
  padding-right: 40px;
}
#block-search-form .form-type-textfield.form-item-search-block-form {
  margin: 0;
  padding: 0;
  width: 260px;
}
@media screen and (min-width: 768px) {
  #block-search-form .form-type-textfield.form-item-search-block-form {
    width: 300px;
  }
}
#block-search-form .form-actions {
  padding: 0;
  margin: 0;
}
#block-search-form .form-type-textfield.form-item-search-block-form label {
  display: none;
}
#block-search-form .form-type-textfield.form-item-search-block-form label,
#block-search-form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}
#block-search-form input[type="text"] {
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
  color: #baddfe;
}
#block-search-form .form-type-textfield.form-item-search-block-form label,
#block-search-form input[type="submit"] {
  background: none;
  border: none;
  display: block;
  color: #baddfe;
  display: block;
  font-weight: normal;
  font-size: 1.4em;
  font-family: 'icomoon' !important;
  vertical-align: top;
  margin: 0;
  padding: 0.70833rem 0.70833rem;
  text-align: center;
  height: 38px;
  width: 40px;
  line-height: 21px;
  cursor: pointer;
}
#block-search-form .form-type-textfield.form-item-search-block-form label:hover, #block-search-form .form-type-textfield.form-item-search-block-form label:active,
#block-search-form input[type="submit"]:hover,
#block-search-form input[type="submit"]:active {
  background: none;
  color: #baddfe;
}
#block-search-form .form-type-textfield.form-item-search-block-form label {
  z-index: 2;
  display: none;
}
#block-search-form .form-actions {
  z-index: 1;
}

#block-search-form.icon-opener .form-type-textfield.form-item-search-block-form {
  width: 0;
  overflow: hidden;
  transition: width 0.25s linear;
}
#block-search-form.icon-opener form {
  border-bottom: none;
}
#block-search-form.icon-opener form.open-search-block {
  border-bottom: 2px solid #baddfe;
}
#block-search-form.icon-opener .open-search-block .form-type-textfield.form-item-search-block-form {
  width: 300px;
}

.main-menu {
  display: none;
  position: relative;
  overflow: visible;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .main-menu {
    display: block;
    float: left;
  }
  .main-menu ul.menu {
    margin-left: -20px;
    padding: 0;
    list-style: none;
  }
  .main-menu ul.menu li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
  }
  .main-menu ul.menu a {
    display: block;
    text-decoration: none;
  }
  .main-menu ul.menu ul {
    position: absolute;
    left: -999em;
    z-index: 999;
  }
  .main-menu ul.menu ul li {
    float: none;
  }
  .main-menu ul.menu li:hover > ul {
    left: auto;
    display: block;
  }
  .main-menu ul.menu ul li:hover > ul {
    top: 0;
    left: 200px;
    left: 200px;
  }
  .main-menu ul.menu li else {
    border-left: 1px solid #baddfe;
  }
  .main-menu ul.menu li else.last {
    border-right: 1px solid #baddfe;
  }
  .main-menu ul.menu li:hover, .main-menu ul.menu li:active {
    background-color: #0d2948;
  }
  .main-menu ul.menu li:hover a, .main-menu ul.menu li:active a {
    color: #fff;
  }
  .main-menu ul.menu li a, .main-menu ul.menu li .nolink {
    display: block;
    padding: 1.5rem 2rem;
    color: #baddfe;
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .main-menu ul.menu li a, .main-menu ul.menu li .nolink {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .main-menu ul.menu ul {
    margin-left: 0;
    background-color: #0d2948;
    min-width: 320px;
  }
  .main-menu ul.menu ul li {
    background-color: #0d2948;
    border: none;
  }
  .main-menu ul.menu ul li:hover, .main-menu ul.menu ul li:active {
    background-color: #091d32;
  }
  .main-menu ul.menu ul a {
    font-weight: 300;
  }
  .main-menu ul.menu ul ul {
    background-color: #091d32;
  }
  .main-menu ul.menu ul ul li {
    background-color: #091d32;
  }
  .main-menu ul.menu ul ul li:hover, .main-menu ul.menu ul ul li:active {
    background-color: #05101d;
  }
}

#main > .wrap {
  padding: 2.5rem 20px;
}

.article-date {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.icon-button {
  display: inline-block;
  background: #117cdf;
  color: #fff;
  border-radius: 500px;
  padding: 1rem;
  font-size: 2.2rem;
  cursor: pointer;
  text-decoration: none !important;
}

#edit-tab {
  position: fixed;
  top: 20rem;
  transform: rotate(90deg);
  background: #105493;
  z-index: 1;
}
#edit-tab a {
  color: #fff;
  display: block;
  margin: 0;
  padding: 0 1rem;
  line-height: 3;
}

.not-front #content {
  border: 1px solid #ccc;
  background: #fff;
}
.not-front #content #content-type {
  border-bottom: 1px solid #ccc;
}
.not-front #content #content-type .article-type {
  font-size: 1.8rem;
  font-weight: 700;
  color: #105493;
  float: left;
  padding: 1.15rem 3.5rem 0 3.5rem;
}
.not-front #content #content-type .pdf-download {
  float: right;
  border-left: 1px solid #ccc;
  color: #aaa;
  padding-left: 0.75rem;
}
.not-front #content #content-type .pdf-download:hover {
  background: #117cdf;
  color: #fff;
}
.not-front #content #content-type .pdf-download:hover span.icon.icon-file-pdf {
  color: #fff;
}
.not-front #content #content-type .pdf-text {
  padding: 1rem 0 0 0.75rem;
  vertical-align: top;
  display: none;
}
@media screen and (min-width: 768px) {
  .not-front #content #content-type .pdf-text {
    display: inline-block;
  }
}
.not-front #content #content-type span.icon {
  float: right;
  padding: 1.1rem 1rem;
  border-left: 1px solid #ccc;
  color: #aaa;
  background: #fff;
  font-size: 3rem;
  cursor: pointer;
}
.not-front #content #content-type span.icon:hover {
  background: #117cdf;
  color: #fff;
}
.not-front #content #content-type span.icon.icon-file-pdf {
  float: none;
  border: 0;
  display: inline-block;
  background: none;
  padding-left: 0.5rem;
}
.not-front #content #content-inner {
  padding: 3rem 3.5rem;
}

#content .content {
  font-weight: 300;
  /* A fix for the Expanding Formatter module. */
}
#content .content ul.pager {
  margin: 0;
  padding: 0;
}
#content .content ul.pager li {
  padding: 0;
  margin: 0 5px;
  font-size: 1.4rem;
}
#content .content .expanding-formatter.expanded {
  height: auto !important;
}
#content .content .expanding-formatter {
  height: auto !important;
}
#content .content a {
  text-decoration: underline;
}
#content .content .view-front-featured-articles a, #content .content .view-recent-updates a, #content .content .view-related-articles a {
  text-decoration: none;
}

.content-img-rt, .content-img-lt {
  margin: 0 0 2.125rem;
}
.content-img-rt img, .content-img-rt picture, .content-img-lt img, .content-img-lt picture {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .content-img-rt img, .content-img-rt picture, .content-img-lt img, .content-img-lt picture {
    width: auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .content-img-rt {
    float: right;
    margin: 10px 0 2.125rem 30px;
    max-width: 200px;
  }

  .content-img-lt {
    float: left;
    margin: 10px 30px 2.125rem 0;
    max-width: 200px;
  }

  .half {
    width: 49%;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }
}
@media screen and (min-width: 1000px) {
  .content-img-rt {
    max-width: 360px;
  }

  .content-img-lt {
    max-width: 360px;
  }

  .half {
    width: 49%;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }
}
.sidebar .block h2 {
  margin-top: 0;
}

.not-front .recent-updates-interior {
  position: relative;
  margin-top: 2.5rem;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .not-front .recent-updates-interior {
    margin-top: 0;
  }
}
.not-front .recent-updates-interior.third-hovered {
  background: #117cdf;
}
.not-front .recent-updates-interior h2 {
  background: #105493;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem 2rem;
}
.not-front .recent-updates-interior .view-recent-updates {
  padding-bottom: 50px;
}
.not-front .recent-updates-interior .view-recent-updates .views-row {
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.not-front .recent-updates-interior .view-recent-updates .views-row:last-child {
  border: none;
}
.recent-updates-interior .view-recent-updates .views-row-last {
border: none;}

.not-front .recent-updates-interior .view-recent-updates .views-row img {
  float: left;
  display: block;
  border: 1px solid #ccc;
}
.not-front .recent-updates-interior .view-recent-updates .views-row .title {
  display: block;
  margin-bottom: 1rem;
  color: #555555;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.not-front .recent-updates-interior .view-recent-updates .views-row .read {
  padding-top: 3rem;
  display: block;
  color: #117cdf;
}
.not-front .recent-updates-interior .view-recent-updates .views-row a {
  padding: 1.5rem 2rem;
}
.not-front .recent-updates-interior .view-recent-updates .views-row a:hover {
  background: #117cdf;
}
.not-front .recent-updates-interior .view-recent-updates .views-row a.has-image .read {
  padding-top: 1rem;
}
.not-front .recent-updates-interior .view-recent-updates .views-row a.has-image .featured, .not-front .recent-updates-interior .view-recent-updates .views-row a.has-image .title, .not-front .recent-updates-interior .view-recent-updates .views-row a.has-image .author, .not-front .recent-updates-interior .view-recent-updates .views-row a.has-image .read {
  margin-left: 128px;
}
.not-front .recent-updates-interior .view-recent-updates .views-row a {
  display: block;
}
.not-front .recent-updates-interior .view-recent-updates .views-row .featured {
  display: block;
  margin-bottom: 1rem;
  color: #105493;
  font-size: 1.5rem;
  font-weight: 700;
}
.not-front .recent-updates-interior .view-recent-updates .views-row .author {
  display: block;
  color: #999999;
  font-size: 1.4rem;
  font-weight: 500;
}
.not-front .recent-updates-interior .view-recent-updates .views-row:hover {
  background: #117cdf;
}
.not-front .recent-updates-interior .view-recent-updates .views-row:hover .featured {
  color: #acd3ff;
}
.not-front .recent-updates-interior .view-recent-updates .views-row:hover .title {
  color: #fff;
}
.not-front .recent-updates-interior .view-recent-updates .views-row:hover .author {
  color: #CACACA;
}
.not-front .recent-updates-interior .view-recent-updates .views-row:hover .read {
  color: #fff;
}
.not-front .recent-updates-interior .view-recent-updates .view-footer a {
  background: #fff;
  display: block;
  color: #117cdf;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}
.not-front .recent-updates-interior .view-recent-updates .view-footer a:hover {
  background: #117cdf;
  color: #fff;
}

#jump-arrow {
  display: none;
}

#footer_top {
  z-index: 2;
  background-color: #117cdf;
  color: #ffffff;
  position: relative;
}
#footer_top h2 {
  border-bottom: 1px solid #baddfe;
  display: inline-block;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #footer_top h2 {
    border-bottom: none;
    display: block;
    padding-bottom: none;
    margin: 3rem 0 1rem;
  }
}
#footer_top .donate-footer .footer-wrapper {
  text-align: center;
  display: block;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  #footer_top .donate-footer .footer-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-top: none;
    text-align: left;
  }
}
#footer_top .donate-footer .left {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 2rem 4rem 0;
}
#footer_top .donate-footer .left p {
  line-height: 2rem;
}
#footer_top .donate-footer .left a.camp img {
  width: 190px;
}
@media screen and (min-width: 768px) {
  #footer_top .donate-footer .left a.camp {
    display: none;
  }
}
#footer_top .donate-footer a.image {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
  display: none;
}
@media screen and (min-width: 768px) {
  #footer_top .donate-footer a.image {
    display: -ms-flexbox;
    display: flex;
  }
}

#footer {
  z-index: 2;
  background-color: #105493;
  padding: 2rem 0;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 4rem 0;
  }
}
#footer .wrap .text-reset {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .wrap .text-reset {
    text-align: left;
  }
}
#footer .wrap .text-reset .region {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#footer .wrap .text-reset .region .block {
  -ms-flex-order: 1;
      order: 1;
}
#footer .wrap .text-reset .region .block.footer-social-icons {
  -ms-flex-order: 2;
      order: 2;
}
@media screen and (min-width: 768px) {
  #footer .wrap .text-reset .region {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #footer #block-copyrighter-copyrighter_block {
    float: left;
  }
}
#footer #block-menu-menu-footer-menu {
  clear: left;
}
@media screen and (min-width: 768px) {
  #footer #block-menu-menu-footer-menu {
    float: left;
  }
}
#footer #block-menu-menu-footer-menu ul.menu {
  margin: 0 0 10px 0;
  padding: 0.5rem 0 0 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #footer #block-menu-menu-footer-menu ul.menu {
    margin: 0;
  }
}
#footer #block-menu-menu-footer-menu ul.menu li {
  display: inline-block;
  list-style: none;
  margin: 0 0.5rem 0 0;
  padding: 0 0.8rem 0 0;
  border-right: 1px solid #72a0cb;
}
#footer #block-menu-menu-footer-menu ul.menu li:last-child {
  border: none;
}
#footer #block-menu-menu-footer-menu ul.menu li a {
  color: #fff;
  line-height: 1.5rem;
  display: block;
}
#footer #block-menu-menu-footer-menu ul.menu li a:hover {
  text-decoration: underline;
}
#footer .ima {
  float: right;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  #footer .ima {
    margin: -10px 20px -10px 0;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-social-icons {
    float: right;
  }
}
#footer .footer-social-icons .icon-button {
  background: #baddfe;
  color: #105493;
}
#footer .footer-social-icons .icon-button:hover {
  background: #fff;
}

.front #footer_top .region {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.front #footer_top .region:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .front #footer_top .region .donate-footer {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 49.24471%;
  }
  .front #footer_top .region .donate-footer .left a.camp {
    display: block;
  }
  .front #footer_top .region .donate-footer a.image {
    display: none;
  }
  .front #footer_top .region .donate-footer:last-child {
    margin-right: 0;
  }
  .front #footer_top .region .newsletter-signup {
    margin-top: 1rem;
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 49.24471%;
    margin-right: 0;
  }
  .front #footer_top .region .newsletter-signup:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .front #footer_top .region .left h2 {
    float: left;
  }
  .front #footer_top .region .left .cfalogo {
    float: left;
    margin: 33px 0 0 20px;
    padding-left: 20px;
    border-left: 1px solid #72A0CB;
  }
  .front #footer_top .region .left .description {
    clear: both;
  }
}

.front #jump-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  transition: all .25s ease-in-out;
}
@media screen and (min-width: 1400px) {
  .front #jump-arrow {
    display: block;
  }
}
.front #jump-arrow .icon-button {
  transition: all .25s ease-in-out;
}
.front #jump-arrow.up {
  transform: rotate(180deg);
  position: absolute;
  top: 20px;
  bottom: auto;
}
.front #jump-arrow.up .icon-button {
  background: #fff;
  color: #117cdf;
}
.front .region-content-front {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.front .region-content-front:after {
  content: "";
  display: table;
  clear: both;
}
.front .region-content-front .front-featured-articles {
  margin-bottom: 2rem;
  /*@include media($tablet) { @include span-columns(6); margin-bottom: 0; }*/
}
@media screen and (min-width: 1000px) {
  .front .region-content-front .front-featured-articles {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 66.16314%;
  }
  .front .region-content-front .front-featured-articles:last-child {
    margin-right: 0;
  }
}
.front .region-content-front .front-featured-articles .views-row.half-col {
  /*@include span-columns(8 of 8);*/
}
@media screen and (min-width: 768px) {
  .front .region-content-front .front-featured-articles .views-row.half-col {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 49.24471%;
  }
  .front .region-content-front .front-featured-articles .views-row.half-col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .front .region-content-front .front-featured-articles .views-row.half-col {
    float: left;
    display: block;
    margin-right: 2.28311%;
    width: 48.85845%;
  }
  .front .region-content-front .front-featured-articles .views-row.half-col:last-child {
    margin-right: 0;
  }
}
.front .region-content-front .front-featured-articles .views-row, .front .region-content-front .bottom-recent .views-row {
  position: relative;
  padding-bottom: 50px;
}
.front .region-content-front .front-featured-articles .views-row .top, .front .region-content-front .bottom-recent .views-row .top {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: block;
}
.front .region-content-front .front-featured-articles .views-row .top img, .front .region-content-front .bottom-recent .views-row .top img {
  width: 100%;
  display: block;
  transition: all 0.25s ease;
}
.front .region-content-front .front-featured-articles .views-row .middle, .front .region-content-front .bottom-recent .views-row .middle {
  display: block;
  padding: 2rem;
}
.front .region-content-front .front-featured-articles .views-row .middle .title, .front .region-content-front .bottom-recent .views-row .middle .title {
  display: block;
  margin-bottom: 1rem;
  color: #555555;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.front .region-content-front .front-featured-articles .views-row .bottom, .front .region-content-front .bottom-recent .views-row .bottom {
  display: block;
  border-top: 1px solid #ccc;
  color: #117cdf;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
.front .region-content-front .front-featured-articles .views-row .bottom .read, .front .region-content-front .bottom-recent .views-row .bottom .read {
  padding: 1rem 2rem 0;
  float: left;
}
.front .region-content-front .front-featured-articles .views-row .bottom .icon-twitter, .front .region-content-front .front-featured-articles .views-row .bottom .icon-facebook, .front .region-content-front .bottom-recent .views-row .bottom .icon-twitter, .front .region-content-front .bottom-recent .views-row .bottom .icon-facebook {
  float: right;
  padding: 1.4rem 1rem;
  border-left: 1px solid #ccc;
  color: #aaa;
  background: #fff;
  font-size: 2.5rem;
}
.front .region-content-front .front-featured-articles .views-row .bottom .icon-twitter:hover, .front .region-content-front .front-featured-articles .views-row .bottom .icon-facebook:hover, .front .region-content-front .bottom-recent .views-row .bottom .icon-twitter:hover, .front .region-content-front .bottom-recent .views-row .bottom .icon-facebook:hover {
  color: #fff;
  background: #117cdf;
}
.front .region-content-front .front-featured-articles .views-row:hover, .front .region-content-front .bottom-recent .views-row:hover {
  background: #117cdf;
}
.front .region-content-front .front-featured-articles .views-row:hover .top img, .front .region-content-front .bottom-recent .views-row:hover .top img {
  transform: scale(1.05);
}
.front .region-content-front .recent-updates {
  /*@include media($tablet) { @include span-columns(6); @include omega; }*/
  margin-right: 0;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .front .region-content-front .recent-updates {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 32.32628%;
    margin-right: 0;
  }
  .front .region-content-front .recent-updates:last-child {
    margin-right: 0;
  }
}
.front .region-content-front .recent-updates.third-hovered {
  background: #117cdf;
}
.front .region-content-front .recent-updates h2 {
  background: #105493;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem 2rem;
}
.front .region-content-front .recent-updates .view-recent-updates {
  padding-bottom: 50px;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row {
  /*@include media($tablet) { @include span-columns(6 of 12); @include omega; }*/
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding-bottom: 5px;
}
  border: none;
}.front .region-content-front .recent-updates .view-recent-updates .views-row:last-child {
  border: none;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row img {
  float: left;
  display: block;
  border: 1px solid #ccc;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row .title {
  display: block;
  margin-bottom: 1rem;
  color: #555555;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row .read {
  padding-top: 3rem;
  display: block;
  color: #117cdf;
  font-size: 1.6rem;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row a {
  padding: 1.5rem 2rem;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row a:hover {
  background: #117cdf;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row a.has-image .read {
  padding-top: 1rem;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row a.has-image .featured, .front .region-content-front .recent-updates .view-recent-updates .views-row a.has-image .title, .front .region-content-front .recent-updates .view-recent-updates .views-row a.has-image .author, .front .region-content-front .recent-updates .view-recent-updates .views-row a.has-image .read {
  margin-left: 128px;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row .views-field-title-2 {
  margin: 0 2rem;
  padding: 0.5rem 0;
  border-top: 1px solid #ccc;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row .views-field-title-2 .views-label {
  font-size: 1.5rem;
  font-weight: bold;
  float: left;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row .views-field-title-2 .field-content a {
  padding: 0.25rem 0 !important;
  margin-left: 80px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.front .region-content-front .recent-updates .view-recent-updates .views-row:hover .views-field-title-2 .views-label, .front .region-content-front .recent-updates .view-recent-updates .views-row:hover .views-field-title-2 .field-content a {
  color: #fff;
}
.front .region-content-front .recent-updates .view-recent-updates .view-footer a {
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff;
  display: block;
  color: #117cdf;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}
.front .region-content-front .recent-updates .view-recent-updates .view-footer a:hover {
  background: #117cdf;
  color: #fff;
}
.front .region-content-front .front-featured-articles .views-row, .front .region-content-front .recent-updates, .front .region-content-front .bottom-recent .views-row {
  border: 1px solid #ccc;
  background: #fff;
}
.front .region-content-front .front-featured-articles .views-row a, .front .region-content-front .recent-updates a, .front .region-content-front .bottom-recent .views-row a {
  display: block;
}
.front .region-content-front .front-featured-articles .views-row .featured, .front .region-content-front .recent-updates .views-row .featured, .front .region-content-front .bottom-recent .views-row .featured {
  display: block;
  margin-bottom: 1rem;
  color: #105493;
  font-size: 1.5rem;
  font-weight: 700;
}
.front .region-content-front .front-featured-articles .views-row .author, .front .region-content-front .recent-updates .views-row .author, .front .region-content-front .bottom-recent .views-row .author {
  display: block;
  color: #999999;
  font-size: 1.4rem;
  font-weight: 500;
}
.front .region-content-front .front-featured-articles .views-row:hover, .front .region-content-front .recent-updates .views-row:hover, .front .region-content-front .bottom-recent .views-row:hover {
  background: #117cdf;
}
.front .region-content-front .front-featured-articles .views-row:hover .featured, .front .region-content-front .recent-updates .views-row:hover .featured, .front .region-content-front .bottom-recent .views-row:hover .featured {
  color: #acd3ff;
}
.front .region-content-front .front-featured-articles .views-row:hover .title, .front .region-content-front .recent-updates .views-row:hover .title, .front .region-content-front .bottom-recent .views-row:hover .title {
  color: #fff;
}
.front .region-content-front .front-featured-articles .views-row:hover .author, .front .region-content-front .recent-updates .views-row:hover .author, .front .region-content-front .bottom-recent .views-row:hover .author {
  color: #CACACA;
}
.front .region-content-front .front-featured-articles .views-row:hover .read, .front .region-content-front .recent-updates .views-row:hover .read, .front .region-content-front .bottom-recent .views-row:hover .read {
  color: #fff;
}
.front .bottom-recent {
  float: left;
  display: block;
  margin-right: 1.51057%;
  width: 100%;
  margin-right: 0;
}
.front .bottom-recent:last-child {
  margin-right: 0;
}
.front .bottom-recent .views-row {
  background: #fff;
  margin-bottom: 4rem;
  overflow: hidden;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .front .bottom-recent .views-row {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 49.24471%;
  }
  .front .bottom-recent .views-row:last-child {
    margin-right: 0;
  }
  .front .bottom-recent .views-row:nth-child(2n) {
    margin-right: 0;
  }
  .front .bottom-recent .views-row:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1000px) {
  .front .bottom-recent .views-row {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 32.32628%;
  }
  .front .bottom-recent .views-row:nth-child(2n) {
    margin-right: 1.51057%;
  }
  .front .bottom-recent .views-row:nth-child(2n+1) {
    clear: none;
  }
  .front .bottom-recent .views-row:nth-child(3n) {
    margin-right: 0;
  }
  .front .bottom-recent .views-row:nth-child(3n+1) {
    clear: left;
  }
  .front .bottom-recent .views-row:last-child {
    margin-right: 0;
  }
}
.front .bottom-recent .views-row .body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #555555;
  display: block;
  padding-top: 1rem;
}
.front .bottom-recent .views-row:hover .body {
  color: #fff;
}
.front .bottom-recent .view-footer a {
  float: right;
  background: #117cdf;
  color: #fff;
  border: none;
}
.front .bottom-recent .view-footer a:hover {
  background: #105493;
}

.get-involved {
  float: left;
  display: block;
  margin-right: 1.51057%;
  width: 100%;
  margin-right: 0;
  position: relative;
  background: #117cdf;
  margin: 4rem 0;
  padding: 2rem;
}
.get-involved:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1000px) {
  .get-involved {
    margin: 2rem 0 4rem 0;
  }
}
.get-involved h2, .get-involved p {
  margin-right: 300px;
  margin: 0;
  padding: 0;
}
.get-involved p {
  line-height: 2rem;
  margin-top: 1rem;
}
.get-involved .left-side {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .get-involved .left-side {
    margin: 0 160px 0 0;
  }
}
.get-involved .lefter-side {
  float: left;
  width: 82px;
  margin-right: 18px;
}
.get-involved .right-side {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .get-involved a.button, .get-involved img {
    position: absolute;
    top: 3rem;
    right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .get-involved img {
    top: 2rem;
    width: 82px;
  }
}

.newsletter-signup {
  padding-bottom: 40px;
}

.get-involved h2, .donate-footer h2, .newsletter-signup h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.get-involved p, .donate-footer p, .newsletter-signup p {
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 21px;
  color: #baddfe;
}

.front-header p {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 4rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .front-header p {
    margin-right: 33%;
  }
}

/* styles for the bios page */
.page-node-23 h3 span {
  display: block;
  font-size: 18px;
}

.white-house-visualization {
  display: none;
}

.bottom-stories, .bottom-links {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  clear: both;
}

.bottom-related {
  padding-top: 50px;
  clear: both;
}

.bottom-related .views-row, .bottom-stories .views-row {
  background: #fff;
  margin-bottom: 4rem;
  border: 1px solid #ccc;
  position: relative;
  padding-bottom: 50px;
}
.bottom-related .views-row a, .bottom-stories .views-row a {
  display: block;
}
.bottom-related .views-row .top, .bottom-stories .views-row .top {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: block;
}
.bottom-related .views-row .top img, .bottom-stories .views-row .top img {
  display: block;
  transition: all 0.25s ease;
}
.bottom-related .views-row .middle, .bottom-stories .views-row .middle {
  display: block;
  padding: 2rem;
}
.bottom-related .views-row .middle .title, .bottom-stories .views-row .middle .title {
  display: block;
  margin-bottom: 1rem;
  color: #555555;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.bottom-related .views-row .bottom, .bottom-stories .views-row .bottom {
  display: block;
  border-top: 1px solid #ccc;
  color: #117cdf;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
.bottom-related .views-row .bottom .read, .bottom-stories .views-row .bottom .read {
  padding: 1rem 2rem 0;
  float: left;
}
.bottom-related .views-row .bottom .icon-twitter, .bottom-related .views-row .bottom .icon-facebook, .bottom-stories .views-row .bottom .icon-twitter, .bottom-stories .views-row .bottom .icon-facebook {
  float: right;
  padding: 1.4rem 1rem;
  border-left: 1px solid #ccc;
  color: #aaa;
  background: #fff;
  font-size: 2.5rem;
}
.bottom-related .views-row .bottom .icon-twitter:hover, .bottom-related .views-row .bottom .icon-facebook:hover, .bottom-stories .views-row .bottom .icon-twitter:hover, .bottom-stories .views-row .bottom .icon-facebook:hover {
  color: #fff;
  background: #117cdf;
}
.bottom-related .views-row .body, .bottom-stories .views-row .body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #555555;
  display: block;
  padding-top: 1rem;
}
.bottom-related .views-row .featured, .bottom-stories .views-row .featured {
  display: block;
  margin-bottom: 1rem;
  color: #105493;
  font-size: 1.5rem;
  font-weight: 700;
}
.bottom-related .views-row .author, .bottom-stories .views-row .author {
  display: block;
  color: #999999;
  font-size: 1.4rem;
  font-weight: 500;
}

.data-table td {
  border: 1px solid #ccc;
  padding: 3px;
}

@media screen and (min-width: 1000px) {
  .white-house-visualization {
    display: block;
  }

  .white-house-visualization-mobile {
    display: none;
  }

  .bottom-related, .bottom-stories {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 100%;
    margin-right: 0;
  }
  .bottom-related:last-child, .bottom-stories:last-child {
    margin-right: 0;
  }
  .bottom-related .views-row, .bottom-stories .views-row {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 32.32628%;
    min-height: 380px;
  }
  .bottom-related .views-row:last-child, .bottom-stories .views-row:last-child {
    margin-right: 0;
  }
  .bottom-related .views-row:nth-child(3n), .bottom-stories .views-row:nth-child(3n) {
    margin-right: 0;
  }
  .bottom-related .views-row:nth-child(3n+1), .bottom-stories .views-row:nth-child(3n+1) {
    clear: left;
  }
  .bottom-related .views-row:hover, .bottom-stories .views-row:hover {
    background: #117cdf;
  }
  .bottom-related .views-row:hover .top img, .bottom-stories .views-row:hover .top img {
    transform: scale(1.05);
  }
  .bottom-related .views-row:hover .featured, .bottom-stories .views-row:hover .featured {
    color: #acd3ff;
  }
  .bottom-related .views-row:hover .title, .bottom-stories .views-row:hover .title {
    color: #fff;
  }
  .bottom-related .views-row:hover .author, .bottom-stories .views-row:hover .author {
    color: #CACACA;
  }
  .bottom-related .views-row:hover .read, .bottom-stories .views-row:hover .read {
    color: #fff;
  }
  .bottom-related .views-row:hover .body, .bottom-stories .views-row:hover .body {
    color: #fff;
  }

  .data-table {
    width: 70%;
  }
}
/* News Page */
.page-news .views-row {
  background: #fff;
  margin-bottom: 4rem;
  border: 1px solid #ccc;
  position: relative;
  padding-bottom: 50px;
}
.page-news .views-row a {
  display: block;
}
.page-news .views-row .top {
  display: none;
}
.page-news .views-row .middle {
  display: block;
  padding: 2rem;
}
.page-news .views-row .middle .title {
  display: block;
  margin-bottom: 1rem;
  color: #555555;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.page-news .views-row .bottom {
  display: block;
  border-top: 1px solid #ccc;
  color: #117cdf;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
.page-news .views-row .bottom .read {
  padding: 1rem 2rem 0;
  float: left;
}
.page-news .views-row .bottom .icon-twitter, .page-news .views-row .bottom .icon-facebook {
  float: right;
  padding: 1.4rem 1rem;
  border-left: 1px solid #ccc;
  color: #aaa;
  background: #fff;
  font-size: 2.5rem;
}
.page-news .views-row .bottom .icon-twitter:hover, .page-news .views-row .bottom .icon-facebook:hover {
  color: #fff;
  background: #117cdf;
}
.page-news .views-row .body {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #555555;
  display: block;
  padding-top: 1rem;
}
.page-news .views-row .featured {
  display: block;
  margin-bottom: 1rem;
  color: #105493;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-news .views-row .author {
  display: block;
  color: #999999;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .page-news .view-content {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 100%;
    margin-right: 0;
  }
  .page-news .view-content:last-child {
    margin-right: 0;
  }
  .page-news .view-content .views-row {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 32.32628%;
    min-height: 490px;
  }
  .page-news .view-content .views-row:last-child {
    margin-right: 0;
  }
  .page-news .view-content .views-row:nth-child(3n) {
    margin-right: 0;
  }
  .page-news .view-content .views-row:nth-child(3n+1) {
    clear: left;
  }
  .page-news .view-content .views-row .top {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    display: block;
  }
  .page-news .view-content .views-row .top img {
    display: block;
    transition: all 0.25s ease;
    width: 100%;
    height: auto;
  }
  .page-news .view-content .views-row .body {
    min-height: 235px;
    overflow: hidden;
  }
  .page-news .view-content .views-row .title {
    max-height: 90px;
  }
  .page-news .view-content .views-row:hover {
    background: #117cdf;
  }
  .page-news .view-content .views-row:hover .top img {
    transform: scale(1.05);
  }
  .page-news .view-content .views-row:hover .featured {
    color: #acd3ff;
  }
  .page-news .view-content .views-row:hover .title {
    color: #fff;
  }
  .page-news .view-content .views-row:hover .author {
    color: #CACACA;
  }
  .page-news .view-content .views-row:hover .read {
    color: #fff;
  }
  .page-news .view-content .views-row:hover .body {
    color: #fff;
  }
}

.page-node-56 #content-inner h1.title {
  color: #fff;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
.page-node-56 #content-inner .bg-image {
  position: absolute;
  background: url("../images/archive.jpg");
  background-size: cover;
  width: calc(100% + 7rem);
  left: -3.5rem;
  top: -11rem;
  height: 275px;
}

#content .content .google-papers {
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
#content .content .google-papers h2 {
  color: inherit;
  font-size: 2.4rem;
}
#content .content .google-papers .image-area img {
  opacity: 0.5;
}
#content .content .google-papers .search-area {
  overflow: hidden;
  margin-bottom: 10rem;
}
#content .content .google-papers #dc-search {
  position: relative;
  width: 100%;
}
#content .content .google-papers #dc-search input[type=text] {
  padding: 1.5rem 5rem 1.5rem 2rem;
  font-size: 1.6rem;
  border: none;
  color: #117cdf;
}
#content .content .google-papers #dc-search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
  font-size: 2rem;
  font-family: 'icomoon' !important;
  border: none;
  padding: 1.5rem;
  color: #fff;
  background: #117cdf;
  border-radius: 0;
}
#content .content .google-papers #dc-search input[type=submit]:hover {
  background: none;
  color: #117cdf;
}
#content .content .google-papers .browse {
  color: #fff;
  font-size: 2.2rem;
}
#content .content .google-papers .links-list {
  padding: 0;
}
#content .content .google-papers .links-list li:before {
  content: none;
}
@media screen and (min-width: 768px) {
  #content .content .google-papers .links-list {
    overflow: hidden;
  }
  #content .content .google-papers .links-list li {
    float: left;
    width: 48%;
  }
  #content .content .google-papers .links-list li:nth-child(even) {
    margin-left: 4%;
  }
}

.page-node-89 .bottom-links {
  border-top: none;
}
.page-node-89 .bottom-recent .views-row {
  position: relative;
  padding-bottom: 50px;
}
.page-node-89 .bottom-recent .views-row .top {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  display: block;
}
.page-node-89 .bottom-recent .views-row .top img {
  width: 100%;
  display: block;
  transition: all 0.25s ease;
}
.page-node-89 .bottom-recent .views-row .middle {
  display: block;
  padding: 2rem;
}
.page-node-89 .bottom-recent .views-row .middle .title {
  display: block;
  margin-bottom: 1rem;
  color: #555555;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3rem;
}
.page-node-89 .bottom-recent .views-row .bottom {
  display: block;
  border-top: 1px solid #ccc;
  color: #117cdf;
  font-size: 1.6rem;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
.page-node-89 .bottom-recent .views-row .bottom .read {
  padding: 1rem 2rem 0;
  float: left;
}
.page-node-89 .bottom-recent .views-row .bottom .icon-twitter, .page-node-89 .bottom-recent .views-row .bottom .icon-facebook {
  float: right;
  padding: 1.4rem 1rem;
  border-left: 1px solid #ccc;
  color: #aaa;
  background: #fff;
  font-size: 2.5rem;
}
.page-node-89 .bottom-recent .views-row .bottom .icon-twitter:hover, .page-node-89 .bottom-recent .views-row .bottom .icon-facebook:hover {
  color: #fff;
  background: #117cdf;
}
.page-node-89 .bottom-recent .views-row:hover {
  background: #117cdf;
}
.page-node-89 .bottom-recent .views-row:hover .top img {
  transform: scale(1.05);
}
.page-node-89 .bottom-recent .views-row {
  border: 1px solid #ccc;
  background: #fff;
}
.page-node-89 .bottom-recent .views-row a {
  display: block;
}
.page-node-89 .bottom-recent .views-row .featured {
  display: block;
  margin-bottom: 1rem;
  color: #105493;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-node-89 .bottom-recent .views-row .author {
  display: block;
  color: #999999;
  font-size: 1.4rem;
  font-weight: 500;
}
.page-node-89 .bottom-recent .views-row:hover {
  background: #117cdf;
}
.page-node-89 .bottom-recent .views-row:hover .featured {
  color: #acd3ff;
}
.page-node-89 .bottom-recent .views-row:hover .title {
  color: #fff;
}
.page-node-89 .bottom-recent .views-row:hover .author {
  color: #CACACA;
}
.page-node-89 .bottom-recent .views-row:hover .read {
  color: #fff;
}
.page-node-89 .bottom-recent {
  float: left;
  display: block;
  margin-right: 1.51057%;
  width: 100%;
  margin-right: 0;
}
.page-node-89 .bottom-recent:last-child {
  margin-right: 0;
}
.page-node-89 .bottom-recent .views-row {
  background: #fff;
  margin-bottom: 4rem;
  overflow: hidden;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .page-node-89 .bottom-recent .views-row {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 49.24471%;
  }
  .page-node-89 .bottom-recent .views-row:last-child {
    margin-right: 0;
  }
  .page-node-89 .bottom-recent .views-row:nth-child(2n) {
    margin-right: 0;
  }
  .page-node-89 .bottom-recent .views-row:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1000px) {
  .page-node-89 .bottom-recent .views-row {
    float: left;
    display: block;
    margin-right: 1.51057%;
    width: 32.32628%;
  }
  .page-node-89 .bottom-recent .views-row:nth-child(2n) {
    margin-right: 1.51057%;
  }
  .page-node-89 .bottom-recent .views-row:nth-child(2n+1) {
    clear: none;
  }
  .page-node-89 .bottom-recent .views-row:nth-child(3n) {
    margin-right: 0;
  }
  .page-node-89 .bottom-recent .views-row:nth-child(3n+1) {
    clear: left;
  }
  .page-node-89 .bottom-recent .views-row:last-child {
    margin-right: 0;
  }
}
.page-node-89 .bottom-recent .views-row .body {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #555555;
  display: block;
  padding-top: 1rem;
}
.page-node-89 .bottom-recent .views-row:hover .body {
  color: #fff;
}
.page-node-89 .bottom-recent .view-footer a {
  float: right;
  background: #117cdf;
  color: #fff;
  border: none;
}
.page-node-89 .bottom-recent .view-footer a:hover {
  background: #105493;
}

.page-node-89 #content .content ul.pager {
  list-style-type: none;
  margin: 0;
  padding: 0 0 30px;
  text-align: center;
}
.page-node-89 #content .content ul.pager li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.page-node-89 #content .content ul.pager li:before {
  display: none !important;
}

.selectBox-dropdown {
  box-sizing: border-box;
  transition: border-color;
  line-height: 1.4;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #117cdf;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "museo-sans";
  margin-bottom: 0;
  padding: 0;
  width: 100% !important;
  color: #555555;
  min-width: 100px;
}
.selectBox-dropdown:hover, .selectBox-dropdown:active {
  color: #555555;
}
.selectBox-dropdown.error {
  border: 2px solid red;
}
.selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
  border-color: #117cdf;
}
.selectBox-dropdown.selectBox-menuShowing-bottom, .selectBox-dropdown.selectBox-menuShowing-top {
  border-radius: 0px;
  border-color: #117cdf;
}
.selectBox-dropdown .selectBox-label {
  padding: 0.70833rem 0.70833rem 0 0.70833rem;
  width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 23px;
  height: 12px;
  background: none;
  border-left: none;
}
.selectBox-dropdown .selectBox-arrow:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000;
}

.selectBox-dropdown-menu {
  border: solid 1px #117cdf;
}

.selectBox-options.selectBox-options-top {
  border-radius: 0px;
}

.selectBox-options.selectBox-options-bottom {
  border-radius: 0px;
}

.selectBox-options LI A {
  padding: .25rem 1rem;
  color: #555555;
}

.selectBox-options LI.selectBox-hover A {
  background-color: #EEE;
}

.selectBox-options LI.selectBox-selected A {
  background-color: #e7f2fc;
}

.media-element-container {
  display: inline;
}
