/** top nav stuff is also used in the footer */
.serif,
.sans {
  font-family: "Raleway", Arial, sans-serif;
}
/** general styles */
html,
body {
  border: none;
  padding: 0px;
  margin: 0px;
}
img {
  border: none;
}
a,
a:visited,
a:active {
  color: #1d3b77;
  text-decoration: none;
}
div.container {
  width: 960px;
  margin: 0 auto;
}
div.clear {
  clear: both;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 105%;
}
body.secondary {
  font-family: "Raleway", Arial, sans-serif;
}
input,
select,
textarea {
  font-family: "Raleway", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
}
h1 {
  color: #a3abba;
  font-size: 1.5em;
}
h2 {
  color: #90012d;
  font-size: 1.025em;
  font-size: 1.25em;
}
h2.nolink {
  color: #434956;
}
h3 {
  font-size: 1em;
}
h3,
h4,
h5,
h6 {
  color: #8f9ebb;
}
.nav-rules ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.nav-rules ul li {
  display: inline-block;
}
.nav-rules ul li a {
  font-family: "Raleway", Arial, sans-serif;
  display: block;
}
.nav-rules ul li a.no-link {
  /*cursor: default;*/
}
a.back-to-top {
  float: right;
  display: inline-block;
  color: #7181a0;
  font-size: 0.75em;
  padding: 2em 10px 0;
  text-transform: uppercase;
}
div.mobile {
  display: none;
}
/** Header **/
header div.desktop {
  padding-top: 50px;
}
header div.top .logo {
  float: left;
  width: 35%;
}
header div.top .logo img {
  width: 256px;
  height: 82px;
}
header div.top nav {
  float: right;
  width: 65%;
  margin-top: 2em;
}
header div.top nav ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
header div.top nav ul li {
  display: inline-block;
}
header div.top nav ul li a {
  font-family: "Raleway", Arial, sans-serif;
  display: block;
}
header div.top nav ul li a.no-link {
  /*cursor: default;*/
}
header div.top nav ul li.search {
  position: relative;
}
header div.top nav ul li.search a.search-link {
  display: none;
}
header div.top nav ul li.search input[type="text"] {
  background: #ffffff url('/images/layout/icon-search.png') no-repeat 8px center;
  border: 1px solid #d9dee5;
  border-radius: 20px;
  color: #7181a0;
  padding: 3px 0px 3px 25px;
  width: 50px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header div.top nav ul li.search input[type="text"]:focus {
  border-color: #1d3b77;
  padding-right: 35px;
  width: 120px;
}
header div.top nav ul li.search input[type="text"]:focus + input[type="submit"] {
  display: inline-block;
}
header div.top nav ul li.search .search-submit {
  display: none;
  position: absolute;
  right: 0px;
  top: 2px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.875em;
  color: #1d3b77;
  text-transform: uppercase;
}
header div.top nav ul li a {
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 12px 10px 12px;
  color: #7181a0;
}
header nav.primary {
  border-bottom: 1px solid #d9dee5;
  padding: 27px 1.4em 0px;
}
header nav.primary ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
header nav.primary ul li {
  display: inline-block;
}
header nav.primary ul li a {
  font-family: "Raleway", Arial, sans-serif;
  display: block;
}
header nav.primary ul li a.no-link {
  /*cursor: default;*/
}
header nav.primary ul {
  float: none;
}
header nav.primary ul li {
  padding: 5px 3.5px 5px;
  position: relative;
}
header nav.primary ul li a {
  font-family: "Raleway", Arial, sans-serif;
  padding: 5px 10px 8px;
  border-bottom: 5px solid white;
  font-weight: 500;
}
header nav.primary ul li.hover a {
  border-color: #90012d;
}
header nav.primary ul li ul {
  box-shadow: -3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  top: 100%;
  left: 0;
  visibility: hidden;
  position: absolute;
  width: 200px;
  padding: 10px;
  opacity: 0.97;
  z-index: 99;
  background-color: #1d3b77;
}
header nav.primary ul li ul li {
  display: block;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}
header nav.primary ul li ul li a {
  display: block;
  border: 0;
  color: #d8e0ef;
  padding: 10px;
  font-size: 0.75em;
  text-transform: uppercase;
  box-sizing: border-box;
}
header nav.primary ul li ul li.hover a {
  background-color: #112a5b;
}
header nav.primary ul li ul li ul {
  background-color: #112a5b;
  left: 100%;
  top: 0;
  z-index: 99;
  opacity: 1;
}
header nav.primary ul li ul li ul li.hover a {
  background-color: #1d3b77;
}
header nav.primary ul li:last-child ul {
  right: 0;
  left: initial;
}
header nav.primary ul li:last-child ul li ul {
  right: initial;
  left: -195px;
}
header div.fader {
  position: relative;
  border-bottom: 4px solid white;
}
header div.fader div.items {
  position: relative;
  width: 100%;
  min-height: 320px;
  background-color: #90012d;
}
header div.fader div.items div.item {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
header div.fader div.items div.item div.image,
header div.fader div.items div.item div.abs-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
}
header div.fader div.items div.item div.image {
  overflow: hidden;
}
header div.fader div.items div.item div.image img {
  height: 100%;
}
header div.fader div.items div.item div.abs-wrapper {
  left: auto;
  right: 0px;
  height: 95%;
}
header div.fader div.items div.item div.text {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: table;
  color: white;
}
header div.fader div.items div.item div.text div.inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}
header div.fader div.items div.item div.text div.inner div.title {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 3em;
  line-height: 1.125em;
}
header div.fader div.items div.item div.text div.inner div.content-body {
  margin-top: 0.4em;
  font-size: 1.3125em;
  line-height: 1.3125em;
  text-transform: uppercase;
  font-family: "Raleway", Arial, sans-serif;
}
header div.fader div.items div.item div.text div.inner div.content-body p:first-child {
  margin-top: 0;
}
header div.fader div.items div.item div.text div.inner a {
  font-family: "Raleway", Arial, sans-serif;
  color: inherit;
  font-size: 1em;
}
header div.fader div.fader-paging {
  position: absolute;
  left: 50%;
  margin-left: 40px;
  bottom: 0.5em;
}
header div.fader div.fader-paging a {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #65011f;
  border: 1px solid #65011f;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 0.75em;
}
header div.fader div.fader-paging a.active {
  border-color: white;
  background-color: white;
}
div.content .left {
  float: left;
  width: 50%;
  background-color: #112a5b;
}
div.content .left div.cta {
  display: table;
  height: 240px;
  width: 100%;
  border-bottom: 4px solid white;
  background-color: #112a5b;
}
div.content .left div.cta div.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 40px;
  color: white;
}
div.content .left div.cta div.inner div.title {
  font-size: 1.875em;
  font-family: "Raleway", Arial, sans-serif;
}
div.content .left div.cta div.inner p {
  font-family: "Raleway", Arial, sans-serif;
  margin: 0.5em 0 2.5em;
  font-size: 0.875em;
  text-transform: uppercase;
}
div.content .left div.cta div.inner a.button {
  font-family: "Raleway", Arial, sans-serif;
  display: inline-block;
  padding: 10px 15px;
  color: inherit;
  text-align: center;
  background-color: #1d3b77;
}
div.content .left div.cta:nth-of-type(odd) {
  background-color: #1d3b77;
}
div.content .left div.cta:nth-of-type(odd) div.inner a.button {
  background-color: #112a5b;
}
div.content .right {
  float: right;
  width: 50%;
  box-sizing: border-box;
  background-color: white;
  padding-left: 4px;
  position: relative;
  color: #434956;
}
div.content .right div.padded {
  padding: 0 40px 0 36px;
}
div.content .right div.overview {
  font-family: "Raleway", Arial, sans-serif;
  padding-bottom: 50px;
}
footer {
  margin-top: 25px;
  border-top: 1px solid #d9dee5;
  padding: 25px 0;
}
footer .logo {
  float: left;
}
footer .logo img {
  width: 153px;
}
footer .copyright {
  float: left;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.75em;
  color: #7181a0;
}
footer .copyright p {
  margin: 0.5em 0 0.5em 2em;
}
footer .copyright p a {
  color: #1d3b77;
}
footer .right-nav {
  float: right;
}
footer .right-nav span {
  font-size: 0.75em;
  color: #7181a0;
  font-weight: bold;
}
footer .right-nav ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
footer .right-nav ul li {
  display: inline-block;
}
footer .right-nav ul li a {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.75em;
  /*color:@light_blue;*/
  color: #7181a0;
  text-transform: uppercase;
  display: block;
  padding: 0.5em 10px;
}
/**
* SECONDARY LAYOUT STUFF
*/
.editorContent {
  color: #434956;
  font-size: 0.875em;
  line-height: 1.5em;
}
.editorContent ul,
.editorContent ol {
  margin: 0px;
  padding: 0px;
}
.editorContent ul li,
.editorContent ol li {
  margin-left: 2em;
  padding: 2px 0;
  list-style-position: outside;
  margin-bottom: 10px;
}
.editorContent h2 {
  color: #90012d;
}
.editorContent sup,
.editorContent sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
.editorContent sub {
  top: 0.4em;
}
div.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border: 1px solid #d9dee5;
}
table thead th,
table thead td {
  text-align: center;
  color: #8f9ebb;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 6px;
  font-size: 0.75em;
  line-height: 16px;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f5f7f8;
}
table tbody tr td {
  margin: 0px;
  padding: 6px;
  font-size: 12px;
  line-height: 16px;
}
table tfoot td {
  font-size: 0.6875em;
  color: #434956;
  text-align: left;
}
table tbody td,
table thead td,
table tfoot td {
  height: auto !important;
  border-bottom: 1px solid #d9dee5;
}
table tbody td p,
table thead td p,
table tfoot td p {
  margin: 0px;
}
table,
table body tr,
table thead tr,
table tfoot tr {
  height: auto !important;
}
body.secondary div.banner {
  width: 100%;
}
body.secondary div.banner img {
  width: 100%;
}
body.secondary div.content {
  background-color: #1d3b77;
}
body.secondary div.content .left {
  width: 24.5%;
  background-color: #1d3b77;
}
body.secondary div.content .left div.padded {
  padding: 40px 30px 40px;
}
body.secondary div.content .left div.subnav {
  border-bottom: 4px solid white;
}
body.secondary div.content .left div.subnav.padded {
  padding: 2.4em 15px 2.6em;
}
body.secondary div.content .left div.subnav h2 {
  text-transform: uppercase;
}
body.secondary div.content .left div.subnav ul {
  list-style-type: none;
  margin: 0.55em 0 0;
  padding: 0px;
}
body.secondary div.content .left div.subnav ul li {
  display: block;
  text-align: center;
}
body.secondary div.content .left div.subnav ul li a {
  display: block;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.875em;
  color: white;
  padding: 9px 10px;
}
body.secondary div.content .left div.subnav ul li.active {
  background-color: #112a5b;
}
body.secondary div.content .left h2 {
  margin: 0px;
  font-size: 1.125em;
  color: #bccce9;
  text-align: center;
}
body.secondary div.content .left div.sidebar {
  margin-bottom: 40px;
}
body.secondary div.content .left div.sidebar h2 {
  text-align: left;
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 0px;
}
body.secondary div.content .left div.sidebar h2 a {
  color: inherit;
}
body.secondary div.content .left div.sidebar p {
  color: white;
  margin-top: 0px;
  font-size: 0.875em;
  line-height: 1.5em;
}
body.secondary div.content .left article {
  padding: 10px 0;
  color: white;
}
body.secondary div.content .left article div.date {
  margin-bottom: 0;
}
body.secondary div.content .left article h3 {
  margin-top: 0px;
  font-size: 0.875em;
}
body.secondary div.content .left article h3 a {
  color: white;
}
body.secondary div.content .right {
  width: 75.5%;
}
body.secondary div.content .right .padded {
  padding: 3.5em 4em 2.5em;
}
body.secondary div.content .right .padded2 {
  padding: 1em 4em 0.25em;
}
body.secondary div.content .right div.editorContent p:first-child {
  margin-top: 0px;
}
body.secondary div.content .right div.title {
  /*padding:35px 76px 37px;*/
  padding: 2.1em 4em 2.4em;
  background-color: #90012d;
  color: white;
}
body.secondary div.content .right div.title h1.main-title,
body.secondary div.content .right div.title div.letter-title {
  margin: 0 0 -4px;
  font-size: 2.5em;
  color: white;
}
body.secondary div.content .right div.title div.sub-title,
body.secondary div.content .right div.title div.letter-sub-title {
  font-family: "Raleway", Arial, sans-serif;
  margin: 0px;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
}
body.secondary div.content .right h1.letter-title {
  font-size: 1.875em;
  color: #112a5b;
  text-transform: uppercase;
  /*font-weight:700;*/
  margin-top: 0px;
}
body.secondary div.content .right h1.letter-title.float-left {
  float: left;
}
body.secondary div.content .right.full {
  width: 100%;
  padding: 0;
}
body.secondary.print div.content {
  background-color: white;
}
div.book {
  margin-bottom: 50px;
}
div.book div.image {
  float: left;
  width: 25%;
}
div.book div.image img {
  width: 100%;
}
div.book div.image div.endorsements {
  margin-top: 0.5em;
  text-align: center;
}
div.book div.image div.endorsements a {
  font-size: 0.875em;
}
div.book div.text {
  float: right;
  width: 65%;
}
div.book div.text div.author {
  font-size: 0.875em;
  margin-bottom: 4px;
}
div.book div.text div.description {
  font-family: "Raleway", Arial, sans-serif;
  margin-top: 5px;
  font-size: 0.875em;
  color: #434956;
  line-height: 1.5em;
}
div.book div.text div.description p:first-child {
  margin-top: 0px;
}
div.book div.text div.description p:last-child {
  margin-bottom: 0px;
}
div.book.featured div.text h2 {
  font-size: 1.125em;
  color: #90012d;
}
div.book.featured div.text div.description {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.875em;
}
div.letter {
  margin-bottom: 50px;
}
div.letter.excerpt {
  padding-bottom: 80px;
}
div.letter div.description {
  line-height: 1.5em;
}
a.btn {
  display: inline-block;
  color: white;
  background-color: #90012d;
  text-transform: uppercase;
  font-size: 1em;
  padding: 0.5em 2em;
  margin: 0 0 1em;
}
div.download {
  position: relative;
  background: #e8ebf1;
  padding: 1.5em 4em 2.5em;
}
div.download div {
  text-align: center;
}
div.download a.btn {
  margin-right: 1em;
  background-color: #112a5b;
}
div.download a.btn:last-child {
  margin-right: 0em;
}
div.notice {
  background: #e8ebf1;
  padding: 1.5em 4em 2.5em;
  /*font-size:0.875em;*/
  font-size: 0.95em;
  text-align: center;
  color: #434956;
}
div.notice p {
  line-height: 1.875em;
}
div.notice span {
  color: #112a5b;
}
div.news article {
  border-top: 1px solid #d9dee5;
  padding: 1.5em 0;
}
div.news article div.image {
  float: left;
  width: 100px;
  padding-right: 3%;
}
div.news article div.image img {
  width: 100%;
}
div.news article h2 {
  margin: 0.25em 0 0;
}
div.news article h2 a {
  font-family: "Raleway", Arial, sans-serif;
}
div.news article h2.nolink {
  color: #434956;
}
div.news article h2 div {
  font-size: 0.8em;
}
div.news article p {
  margin: 0px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.5em;
  color: #434956;
}
#news-article div.image {
  float: left;
  width: 25%;
  margin-right: 10%;
}
#news-article div.image img {
  width: 100%;
}
#news-article.hasImage div.text {
  float: right;
  width: 65%;
}
/**
* FORM STYLES
*/
main form label {
  font-family: "Raleway", Arial, sans-serif;
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
  vertical-align: top;
  padding: 1em 0.5em 0 0;
  font-size: 0.75em;
  color: #434956;
  text-transform: uppercase;
  text-align: right;
}
main form label.required::after {
  content: "*";
  color: #90012d;
}
main form .recaptcha-div {
  padding: 2em 0.7em 0.6em 0;
  margin-left: 33%;
  width: 66%;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}
main form input[type="text"],
main form input[type="password"],
main form select,
main form textarea {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.875em;
  border: 1px solid #e4eaf1;
  padding: 0.6em 0.7em;
  width: 66%;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}
main form textarea {
  min-height: 74px;
}
main form input[type="checkbox"] {
  margin-bottom: 1.75em;
  margin-top: 1.1em;
}
main form input[type="checkbox"].tall {
  margin-top: 1.5em;
}
main form select {
  padding: 0.35em 1em;
}
main form input[type="text"]:focus,
main form input[type="password"]:focus,
main form select:focus,
main form textarea:focus {
  border-color: #1d3b77;
}
main form input[type="text"].input-error,
main form input[type="password"].input-error,
main form select.select-error,
main form textarea.input-error {
  border-color: #90012d;
}
main form #captcha {
  padding-left: 34%;
  margin-top: -1.5em;
}
main form div.submit {
  position: relative;
  width: 100%;
  margin-top: 3em;
  margin-bottom: -2.5em;
  left: -4em;
  padding: 2em 4em;
  background: #E8EBF0;
  text-align: center;
}
main form div.submit p {
  margin: 0.5em 0 0;
  font-size: 0.875em;
}
main form input[type="submit"] {
  display: inline-block;
  padding: 0.25em 2em;
  border: 1px solid #90012d;
  background-color: #90012d;
  font-size: 1em;
  font-family: "Raleway", Arial, sans-serif;
  text-transform: uppercase;
  color: white;
}
main form div.forgot {
  text-align: center;
  padding-top: 2em;
  font-size: 0.75em;
}
main form fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}
main form fieldset legend {
  float: left;
  box-sizing: border-box;
  color: #434956;
  display: inline-block;
  /*font-family: "Merriweather",serif;*/
  font-size: 0.75em;
  padding: 1em 0.5em 0 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
  width: 33%;
}
main form fieldset div.fields {
  float: right;
  width: 66%;
}
main form fieldset div.fields input[type="checkbox"] {
  float: left;
  margin: 0.95em 0.5em 0 -2px;
}
main form fieldset div.fields label {
  text-align: left;
  width: auto;
  max-width: 85%;
  text-transform: none;
  font-size: 0.875em;
  padding-top: 0.75em;
}
main form input:disabled,
main form select:disabled,
main form textarea:disabled {
  border-color: white;
  background: white;
}
/*div.validation-error {
    padding-left:34%;
    color:red;
    margin-top:-1.25em;
    margin-bottom:1.25em;
    font-size:0.875em;
}*/
.validation-error {
  width: 66%;
  color: #90012d;
  font-size: 0.75em;
  float: right;
  margin-top: -1em;
  margin-bottom: 1.5em;
}
div.papers div.paper {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #d9dee5;
}
div.papers div.paper div.description {
  font-family: "Raleway", Arial, sans-serif;
  margin-top: 5px;
  font-size: 0.875em;
  color: #434956;
  line-height: 1.5em;
}
div.papers div.paper div.description p:first-child {
  margin-top: 0px;
}
div.papers div.paper div.description p:last-child {
  margin-bottom: 0px;
}
div.papers div.paper div.credits {
  text-align: right;
  color: #8f9ebb;
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
}
div.papers div.paper.nobottom {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
div.sort {
  float: right;
  padding-top: 0.75em;
}
div.sort span {
  font-size: 0.875em;
  display: inline-block;
  color: #434956;
  text-transform: uppercase;
}
div.sort span:first-child {
  padding-right: 1em;
}
div.sort a {
  font-size: 1.125em;
  vertical-align: baseline;
}
div.sort a.active {
  color: #90012d;
}
div.archives h2.main-sub {
  font-size: 1.875em;
  color: #112a5b;
  text-transform: uppercase;
  float: left;
  margin: 0px;
}
div.archives div.categories {
  margin-top: 45px;
}
div.archives div.categories h3 {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1em;
  color: #90012d;
  padding-bottom: 1em;
  border-bottom: 1px solid #d9dee5;
  margin-bottom: 0px;
  text-transform: uppercase;
}
div.archives div.categories div.category {
  margin-top: 30px;
}
div.archives div.categories div.category ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.archives div.categories div.category ul li {
  display: block;
  padding: 1em 0 1em;
  border-bottom: 1px solid #d9dee5;
}
div.archives div.categories div.category ul li.inactive a h4 {
  color: #8f9ebb;
}
div.archives div.categories div.category ul li a {
  display: block;
}
div.archives div.categories div.category ul li a h4 {
  /*font-size:0.875em;*/
  font-size: 1.025em;
  color: #112a5b;
  margin: 0px;
  /*text-transform: uppercase;*/
}
div.archives div.categories div.category ul li a h4 div {
  font-size: 0.8em;
}
div.date,
div.letter-date {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #8f9ebb;
  margin: 0px;
}
div.paginate-clean {
  margin: 20px 0;
}
div.paginate-clean table {
  width: 100%;
  border: none;
}
div.paginate-clean table td.left-options,
div.paginate-clean table td.right-options {
  display: none;
  width: 10%;
}
div.paginate-clean table td.links {
  width: 80%;
  text-align: center;
}
div.paginate-clean table td.links a,
div.paginate-clean table td.links span {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0.65em;
}
div.paginate-clean table td.links a {
  font-size: 1em;
}
div.paginate-clean table td.links a.nextLink,
div.paginate-clean table td.links a.prevLink {
  /*font-size:0.875em;*/
}
div.paginate-clean table td.links span {
  color: #90012d;
}
div.paginate-clean table td {
  border: none;
}
header div.mobile {
  position: relative;
}
header div.mobile div.header {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
  z-index: 100001;
}
header div.mobile div.header.fixed {
  position: fixed;
}
header div.mobile div.header div.logo {
  float: left;
  width: 153px;
  padding-top: 5px;
}
header div.mobile div.header div.logo img {
  width: 100%;
}
header div.mobile div.header div.hamburger {
  float: right;
  padding-top: 3px;
}
header div.mobile div.fill {
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  border-top: 55px solid transparent;
  box-sizing: border-box;
  z-index: 100000;
  background-color: white;
}
header div.mobile div.fill nav ul {
  margin: 0px;
  padding: 0px;
}
header div.mobile div.fill nav ul li {
  display: block;
  padding: 8px;
  font-family: "Raleway", Arial, sans-serif;
}
header div.mobile div.fill nav ul li.top a,
header div.mobile div.fill nav ul li.last a {
  font-size: 0.75em;
  color: #7181a0;
  text-transform: uppercase;
}
header div.mobile div.fill nav ul li a {
  display: block;
  text-align: center;
}
header div.mobile div.fill nav ul li.search {
  position: relative;
  text-align: center;
}
header div.mobile div.fill nav ul li.search a.search-link {
  display: none;
}
header div.mobile div.fill nav ul li.search input[type="text"] {
  background: #ffffff url('/images/layout/icon-search.png') no-repeat 8px center;
  border: 1px solid #1d3b77;
  border-radius: 20px;
  color: #7181a0;
  padding: 3px 35px 3px 25px;
  width: 120px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header div.mobile div.fill nav ul li.search input[type="text"]:focus {
  border-color: #1d3b77;
  padding-right: 35px;
  width: 120px;
}
header div.mobile div.fill nav ul li.search input[type="text"]:focus + input[type="submit"] {
  display: inline-block;
}
header div.mobile div.fill nav ul li.search .search-submit {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: 60px;
  top: 12px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.875em;
  color: #1d3b77;
  text-transform: uppercase;
}
header div.mobile div.fill nav ul li ul li {
  text-transform: uppercase;
  font-size: 0.875em;
}
/**
* Managing the new styles for the lists of stuff
*/
div.new-list div.date {
  font-size: 0.875em;
}
div.new-list div.date span {
  font-weight: 600;
}
div.new-list h2.new-title {
  margin: 0.25em 0;
  color: #1d3b77 !important;
}
div.new-list div.new-author {
  color: #90012d;
  font-size: 0.875em;
  margin-bottom: 2em;
}
a.read-more,
span.read-more,
span.nolink,
div.nolink {
  display: inline-block;
  color: #1d3b77;
  margin: 0.75em 0;
  font-size: 0.875em;
}
a.read-more.inline,
span.read-more.inline,
span.nolink.inline,
div.nolink.inline {
  margin: 0;
  font-size: 1em;
}
a.read-more.news-rm,
span.read-more.news-rm,
span.nolink.news-rm,
div.nolink.news-rm {
  font-weight: bold;
}
span.nolink {
  color: #434956;
}
div.nolink {
  display: block;
}
@media only screen and (max-width: 959px) {
  div.container {
    width: 760px;
  }
  body {
    font-size: 90%;
  }
  header nav.primary {
    padding: 27px 0 13px;
  }
  header nav.primary ul li a {
    padding: 5px 4.8px;
  }
  header div.fader div.items {
    height: 253px;
    min-height: 253px;
  }
  header div.fader div.items div.item div.image img {
    width: 100%;
  }
  header div.fader div.items div.item div.text div.inner div.title {
    font-size: 2em;
  }
}
/*@media only screen and (max-width:767px) {
    div.desktop {display:none;}
    div.mobile {display:block;}

    div.container {
        width:638px;
    }
    header {
        div.desktop {
            padding-top:15px;
        }
        nav.primary {
            padding:12px 0 6px;
            
            ul li a {
                font-size:0.8em;
            }
        }
        
        div.fader {
            div.items {
                height:253px;

                div.item {
                    div.image {
                        img {
                            width:100%;
                        }
                    }
                    div.text {
                        div.inner {
                            div.title {
                                font-size:2em;
                            }
                        }
                    }
                }
            }
        }
    }
    
    body.secondary{
        div.content {
            .right {
                float:none;
                width:100%;
                
                div.title {
                    padding:1.5em 2em 1.5em;
                    h1 {
                        font-size:2em;
                    }
                }
                
                div.padded {
                    padding:1.5em 3em 2em;
                }
            }
            
            .left {
                width:35%;
            }
        }
    }
}*/
@media only screen and (max-width: 767px) {
  div.desktop {
    display: none;
  }
  div.mobile {
    display: block;
  }
  div.container {
    width: 638px;
  }
  div.sidebar-items {
    display: none;
  }
  header div.fader div.items {
    height: 610px;
    width: 100%;
  }
  header div.fader div.items div.item div.image {
    position: relative;
    height: 425px;
    min-height: 425px;
    width: 100%;
  }
  header div.fader div.items div.item div.image img {
    width: 100%;
  }
  header div.fader div.items div.item div.abs-wrapper {
    position: relative;
    top: 0px;
    height: 185px;
    background-color: #90012d;
    width: 100%;
    right: auto;
  }
  header div.fader div.items div.item div.abs-wrapper div.inner {
    padding: 0 20px;
    text-align: center;
  }
  header div.fader div.items div.item div.abs-wrapper div.inner div.title {
    font-size: 1.5em;
  }
  header div.fader div.items div.item div.abs-wrapper div.inner div.content-body {
    font-size: 0.875em;
  }
  header div.fader div.items div.item div.abs-wrapper div.inner a {
    font-size: 0.75em;
  }
  header div.fader div.fader-paging {
    position: relative;
    left: auto;
    margin: 0;
    bottom: auto;
    background-color: #90012d;
    padding: 1em 0;
    text-align: center;
  }
  div.content .left {
    float: none;
    width: 100%;
  }
  div.content .left div.cta {
    height: 155px;
  }
  div.content .left div.cta div.inner {
    padding: 0 20px;
  }
  div.content .left div.cta div.inner p {
    margin: 0.5em 0 1em;
  }
  div.content .left div.cta div.inner div.title {
    font-size: 1.3125em;
  }
  div.content .left div.cta div.inner a {
    font-size: 0.75em;
  }
  div.content .right {
    float: none;
    width: 100%;
  }
  div.content .right div.padded {
    padding: 0 20px;
  }
  footer .logo {
    float: none;
    text-align: center;
  }
  footer .copyright {
    float: none;
    text-align: center;
    padding-top: 1em;
  }
  footer .copyright p {
    margin: 0.5em 0;
  }
  footer .right-nav {
    display: none;
  }
  body.secondary div.content .right {
    width: 100%;
    float: none;
    padding-left: 0px;
  }
  body.secondary div.content .right .padded {
    padding: 2em 20px;
  }
  body.secondary div.content .right div.title {
    padding: 2em 20px;
  }
  body.secondary div.content .right div.title h1 {
    font-size: 1.3125em;
  }
  body.secondary div.content .left {
    float: none;
    width: 100%;
  }
  div.letter.excerpt {
    padding-bottom: 20px;
  }
  div.notice {
    padding: 0 20px;
    font-size: 0.75em;
  }
  div.notice.full {
    padding: 2em 20px;
    position: relative;
  }
  #message {
    padding: 0px !important;
  }
  header div.mobile div.header,
  header div.mobile div.fill {
    width: 638px;
  }
}
@media only screen and (max-width: 639px) {
  div.container {
    width: 480px;
  }
  header div.mobile div.header,
  header div.mobile div.fill {
    width: 480px;
  }
  header div.fader div.items {
    height: 500px;
  }
  header div.fader div.items div.item div.image {
    height: 320px;
    min-height: 320px;
  }
  header div.fader div.items div.item div.text {
    height: 185px;
  }
  body.secondary div.content .right {
    height: auto !important;
  }
  body.secondary div.content .right .padded2 {
    padding: 1em 2em 0.25em;
  }
  div.download a.btn {
    padding: 0.5em 1.25em;
    margin-right: 0.25em;
  }
  body.secondary div.content .right div.title div.letter-title,
  body.secondary div.content .right div.title h1.main-title {
    font-size: 2.4em;
  }
  main form div.submit {
    margin-bottom: 0;
    left: 0;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  div.container {
    width: 320px;
  }
  header div.mobile div.header,
  header div.mobile div.fill {
    width: 320px;
  }
  body.secondary div.content .right .padded2 {
    padding: 0.5em;
  }
  body.secondary div.content .right div.title div.letter-title {
    margin: 0px;
    font-size: 1.5em;
  }
  div.download a.btn {
    margin: 0 3px 0 0;
    padding: 0.7em;
    font-size: 0.875em;
  }
  header div.fader div.items {
    height: 370px;
  }
  header div.fader div.items div.item div.image {
    height: 213px;
    min-height: 213px;
  }
  header div.fader div.items div.item div.text {
    height: 140px;
  }
  main form label {
    width: 100%;
    display: block;
    padding: 1em 0 0.25em;
    text-align: left;
  }
  main form input[type="text"],
  main form input[type="password"],
  main form select,
  main form textarea {
    font-size: 0.875em;
    padding: 0.6em 0.7em;
    width: 100%;
  }
  main form #captcha {
    padding: 0;
  }
  div.book div.image {
    float: none;
    width: 100%;
    text-align: center;
  }
  div.book div.image img {
    width: auto;
  }
  div.book div.text {
    float: none;
    width: 100%;
    margin-top: 1em;
  }
}
/*
blockquote {
    color:@red;
    text-align:center;
    font-style:italic;
    margin:2em 0 0;
    font-size:1.125em;
    
    p:nth-child(even) {
        text-align:right;
        font-size:0.75em;
        color:@h3_color;
        font-style:normal;
        
        strong {
            display:inline-block;
            font-weight:400;
            text-transform:uppercase;
        }
    }
}
*/
blockquote {
  color: #90012d;
  text-align: center;
  font-style: italic;
  margin: 2em 0 0;
  font-size: 1.125em;
}
blockquote strong {
  display: block;
  text-align: right;
  font-size: 0.75em;
  color: #8f9ebb;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}