@charset "UTF-8";
/*
Theme Name: 	TCU Magazine
Theme URI: 		http://magazine.tcu.edu
Description: 	Theme for TCU Magazine
Version: 		1.9
Author: 		Zehno Cross Media Communications
Author URI: 	http://www.zehno.com

*/
@import url(css/reset.css);
meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

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

html {
  font-size: 100%;
}

body {
  font-size: 100%;
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object {
  max-width: none !important;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*=block-grid-]:before {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  content: " ";
  display: table;
  clear: both;
}

[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}

button:hover,
button:focus {
  background-color: #007095;
}

.button:hover,
.button:focus {
  background-color: #007095;
}

button:hover,
button:focus {
  color: #FFFFFF;
}

.button:hover,
.button:focus {
  color: #FFFFFF;
}

button.secondary,
.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

button.secondary:hover,
button.secondary:focus {
  background-color: #b9b9b9;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #b9b9b9;
}

button.secondary:hover,
button.secondary:focus {
  color: #333333;
}

.button.secondary:hover,
.button.secondary:focus {
  color: #333333;
}

button.success,
.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}

button.success:hover,
button.success:focus {
  background-color: #368a55;
}

.button.success:hover,
.button.success:focus {
  background-color: #368a55;
}

button.success:hover,
button.success:focus {
  color: #FFFFFF;
}

.button.success:hover,
.button.success:focus {
  color: #FFFFFF;
}

button.alert,
.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}

button.alert:hover,
button.alert:focus {
  background-color: #cf2a0e;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover,
button.alert:focus {
  color: #FFFFFF;
}

.button.alert:hover,
.button.alert:focus {
  color: #FFFFFF;
}

button.warning,
.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}

button.warning:hover,
button.warning:focus {
  background-color: #cf6e0e;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cf6e0e;
}

button.warning:hover,
button.warning:focus {
  color: #FFFFFF;
}

.button.warning:hover,
.button.warning:focus {
  color: #FFFFFF;
}

button.info,
.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover,
button.info:focus {
  background-color: #61b6d9;
}

.button.info:hover,
.button.info:focus {
  background-color: #61b6d9;
}

button.info:hover,
button.info:focus {
  color: #FFFFFF;
}

.button.info:hover,
.button.info:focus {
  color: #FFFFFF;
}

button.large,
.button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

button.small,
.button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

button.tiny,
.button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

button.expand,
.button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius,
.button.radius {
  border-radius: 3px;
}

button.round,
.button.round {
  border-radius: 1000px;
}

button.disabled,
button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled,
.button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled:hover,
button.disabled:focus {
  background-color: #007095;
}

button[disabled]:hover,
button[disabled]:focus {
  background-color: #007095;
}

.button.disabled:hover,
.button.disabled:focus {
  background-color: #007095;
}

.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #007095;
}

button.disabled:hover,
button.disabled:focus {
  color: #FFFFFF;
}

button[disabled]:hover,
button[disabled]:focus {
  color: #FFFFFF;
}

.button.disabled:hover,
.button.disabled:focus {
  color: #FFFFFF;
}

.button[disabled]:hover,
.button[disabled]:focus {
  color: #FFFFFF;
}

button.disabled:hover,
button.disabled:focus {
  background-color: #008CBA;
}

button[disabled]:hover,
button[disabled]:focus {
  background-color: #008CBA;
}

.button.disabled:hover,
.button.disabled:focus {
  background-color: #008CBA;
}

.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #008CBA;
}

button.disabled.secondary,
button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus {
  background-color: #b9b9b9;
}

button[disabled].secondary:hover,
button[disabled].secondary:focus {
  background-color: #b9b9b9;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus {
  background-color: #b9b9b9;
}

.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #b9b9b9;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus {
  color: #333333;
}

button[disabled].secondary:hover,
button[disabled].secondary:focus {
  color: #333333;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus {
  color: #333333;
}

.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: #333333;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus {
  background-color: #e7e7e7;
}

button[disabled].secondary:hover,
button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus {
  background-color: #e7e7e7;
}

.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

button.disabled.success,
button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.success,
.button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.success:hover,
button.disabled.success:focus {
  background-color: #368a55;
}

button[disabled].success:hover,
button[disabled].success:focus {
  background-color: #368a55;
}

.button.disabled.success:hover,
.button.disabled.success:focus {
  background-color: #368a55;
}

.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover,
button.disabled.success:focus {
  color: #FFFFFF;
}

button[disabled].success:hover,
button[disabled].success:focus {
  color: #FFFFFF;
}

.button.disabled.success:hover,
.button.disabled.success:focus {
  color: #FFFFFF;
}

.button[disabled].success:hover,
.button[disabled].success:focus {
  color: #FFFFFF;
}

button.disabled.success:hover,
button.disabled.success:focus {
  background-color: #43AC6A;
}

button[disabled].success:hover,
button[disabled].success:focus {
  background-color: #43AC6A;
}

.button.disabled.success:hover,
.button.disabled.success:focus {
  background-color: #43AC6A;
}

.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert,
button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.alert,
.button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.alert:hover,
button.disabled.alert:focus {
  background-color: #cf2a0e;
}

button[disabled].alert:hover,
button[disabled].alert:focus {
  background-color: #cf2a0e;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus {
  background-color: #cf2a0e;
}

.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover,
button.disabled.alert:focus {
  color: #FFFFFF;
}

button[disabled].alert:hover,
button[disabled].alert:focus {
  color: #FFFFFF;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus {
  color: #FFFFFF;
}

.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: #FFFFFF;
}

button.disabled.alert:hover,
button.disabled.alert:focus {
  background-color: #f04124;
}

button[disabled].alert:hover,
button[disabled].alert:focus {
  background-color: #f04124;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus {
  background-color: #f04124;
}

.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning,
button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.warning,
.button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.warning:hover,
button.disabled.warning:focus {
  background-color: #cf6e0e;
}

button[disabled].warning:hover,
button[disabled].warning:focus {
  background-color: #cf6e0e;
}

.button.disabled.warning:hover,
.button.disabled.warning:focus {
  background-color: #cf6e0e;
}

.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #cf6e0e;
}

button.disabled.warning:hover,
button.disabled.warning:focus {
  color: #FFFFFF;
}

button[disabled].warning:hover,
button[disabled].warning:focus {
  color: #FFFFFF;
}

.button.disabled.warning:hover,
.button.disabled.warning:focus {
  color: #FFFFFF;
}

.button[disabled].warning:hover,
.button[disabled].warning:focus {
  color: #FFFFFF;
}

button.disabled.warning:hover,
button.disabled.warning:focus {
  background-color: #f08a24;
}

button[disabled].warning:hover,
button[disabled].warning:focus {
  background-color: #f08a24;
}

.button.disabled.warning:hover,
.button.disabled.warning:focus {
  background-color: #f08a24;
}

.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #f08a24;
}

button.disabled.info,
button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

.button.disabled.info,
.button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.info:hover,
button.disabled.info:focus {
  background-color: #61b6d9;
}

button[disabled].info:hover,
button[disabled].info:focus {
  background-color: #61b6d9;
}

.button.disabled.info:hover,
.button.disabled.info:focus {
  background-color: #61b6d9;
}

.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover,
button.disabled.info:focus {
  color: #FFFFFF;
}

button[disabled].info:hover,
button[disabled].info:focus {
  color: #FFFFFF;
}

.button.disabled.info:hover,
.button.disabled.info:focus {
  color: #FFFFFF;
}

.button[disabled].info:hover,
.button[disabled].info:focus {
  color: #FFFFFF;
}

button.disabled.info:hover,
button.disabled.info:focus {
  background-color: #a0d3e8;
}

button[disabled].info:hover,
button[disabled].info:focus {
  background-color: #a0d3e8;
}

.button.disabled.info:hover,
.button.disabled.info:focus {
  background-color: #a0d3e8;
}

.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width: 40.0625em) {
  button,
  .button {
    display: inline-block;
  }
}
/* Clearing Styles */
.clearing-thumbs,
[data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}

.clearing-thumbs:before,
.clearing-thumbs:after {
  content: " ";
  display: table;
}

[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
  clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*=block-grid-] li,
[data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.clearing-touch-label {
  color: #AAAAAA;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}

.clearing-close:hover,
.clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}

.row:before {
  content: " ";
  display: table;
}

.row:after {
  content: " ";
  display: table;
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

.row .row:before {
  content: " ";
  display: table;
}

.row .row:after {
  content: " ";
  display: table;
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  content: " ";
  display: table;
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width: 90.0625em) {
  .xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
  .row.xlarge-collapse > .column,
  .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xlarge-uncollapse > .column,
  .row.xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 120.0625em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}

table thead {
  background: #F5F5F5;
}

table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

table tr th,
table tr td {
  color: #222222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #F9F9F9;
}

table thead tr th {
  display: table-cell;
  line-height: 1.125rem;
}

table tfoot tr th,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

table tbody tr th,
table tbody tr td {
  display: table-cell;
  line-height: 1.125rem;
}

table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* small displays */
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait {
  display: table-cell !important;
}

th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait {
    display: table-cell !important;
  }
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape {
    display: table-cell !important;
  }
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch,
.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch,
.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch,
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch,
.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch,
.touch td.show-for-touch,
th.hide-for-touch,
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print,
  th.show-for-print {
    display: table-cell !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print,
  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------------
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
a.button,
.print,
.story-nav a,
input[type=submit],
a,
.main.explore h2,
.cycle-prev,
.cycle-next {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.image-grid .main li .grid-caption,
.image-grid .grid-caption {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.story-nav .prev a:before,
.story-nav .next a:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.frm_submit:after,
.form-submit:after,
.searchform,
#contact-menu,
#department-menu,
.exclusives h3,
.icon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tweet h3:after,
.blog-banner:after,
.feature > .row > .main:last-of-type > p:last-of-type:after {
  content: ".";
  display: block;
  text-indent: -9999px;
}

.highlighted:before,
.highlighted:after {
  content: ".";
  display: block;
  text-indent: -9999px;
}

.sidebar.brackets div:before,
.sidebar.brackets div:after {
  content: ".";
  display: block;
  text-indent: -9999px;
}

.feature-head:after,
.default h1:after {
  content: ".";
  display: block;
  text-indent: -9999px;
}

.story-nav .prev a:before,
.story-nav .next a:after {
  content: ".";
  display: block;
  text-indent: -9999px;
}

.frm_submit:after,
.form-submit:after {
  content: ".";
  display: block;
  text-indent: -9999px;
}

a.button,
.print,
.story-nav a,
input[type=submit] {
  display: inline-block;
  padding: 0.5em 0.75em;
  line-height: 1em;
  color: #fff !important;
  background: #4D1979;
  font-family: "proxima_nova_extra_condensed", sans-serif;
  position: relative;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 800;
  font-style: normal;
}

a.button:hover,
.print:hover,
.story-nav a:hover,
input[type=submit]:hover {
  background: #E06641;
  color: white !important;
}

div,
article,
section,
header,
footer,
nav,
li {
  position: relative;
  /* For absolutely positioning elements within containers (add more to the list if need be) */
}

.group:after,
.story-nav:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
  /* For clearing */
}

body {
  background: #fff;
  /* Don't forget to style your body to avoid user overrides */
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}

.right,
.alignright,
.rightimg {
  display: block;
  margin: 0 0 1em;
}

@media only screen and (min-width: 40.0625em) {
  .right,
  .alignright,
  .rightimg {
    float: right;
    margin: 0 0 1em 1em;
  }
}
.left,
.alignleft,
.leftimg {
  display: block;
  margin-bottom: 1em;
}

@media only screen and (min-width: 40.0625em) {
  .left,
  .alignleft,
  .leftimg {
    float: left;
    margin: 0 1em 1em 0;
  }
}
@media only screen and (min-width: 40.0625em) {
  .center,
  .aligncenter {
    float: none;
    margin: 0 0 1em 0;
  }
}
.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
  float: left;
}

body {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-style: normal;
  text-rendering: optimizeLegibility;
  background: #4D1979;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #4D1979;
}

a:hover {
  text-decoration: none;
  color: #4D1979;
}

.main a {
  color: #8e75a9;
}

.main a:hover {
  color: #E06641;
}

.main h3 a {
  color: #222;
}

.main h3 a:hover {
  color: #8e75a9;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color] {
  color: #4D1979;
  font-family: "proxima_nova_extra_condensed", sans-serif;
}

textarea {
  color: #4D1979;
  font-family: "proxima_nova_extra_condensed", sans-serif;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class*=block-grid-] a {
  max-width: 100%;
}

/* ----------------------------------------------------------------------------------------------------------
Typography ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4D1979;
}

hr {
  margin: 2em 0;
}

.content {
  padding-bottom: 3em;
  background: #fff;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 0.25em;
  line-height: 1.4em;
}

.content h1 {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3em;
}

.content h2 {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2em;
  line-height: 1.2em;
}

.content h3 {
  font-size: 1.6em;
  font-weight: 800;
  font-style: normal;
}

.content h4 {
  font-size: 1.4em;
  font-weight: 800;
  font-style: normal;
}

.content h5 {
  font-size: 1.2em;
  font-weight: 800;
  font-style: normal;
}

.content h6 {
  font-size: 1.1em;
  font-weight: 600;
  font-style: normal;
}

.content .share-discuss h2,
.content .blog .description .share h2,
.content .issue-head h2 {
  font-size: 1.3em;
}

p {
  font-size: 1.2em;
  margin-bottom: 1em;
}

span.rounded img,
img.rounded {
  border-radius: 50%;
}

/* ----------------------------------------------------------------------------------------------------------
page Structure ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 90.0625em) {
  .single-issue .content .row {
    max-width: 1440px;
  }
}
.main {
  padding-top: 3.5em;
  padding-bottom: 2em;
}

/* ----------------------------------------------------------------------------------------------------------
Sidebar ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
#sidebar {
  padding-top: 4.5em;
}

#sidebar p {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  line-height: 1.4em;
}

#sidebar h3 {
  padding-top: 2em;
  border-top: 7px solid #4D1979;
}

#sidebar h3:first-child {
  padding-top: 0em;
  border-top: none;
}

#sidebar .department-flex h3 {
  margin-top: 0em;
  padding-top: 0em;
  border-top: none;
}

#sidebar .date {
  text-transform: uppercase;
  color: #E06641;
  font-weight: normal;
  margin-bottom: 0.25em;
  letter-spacing: 0.01em;
  font-size: 1em;
}

#sidebar .date a {
  color: #E06641;
}

#sidebar .date a:hover {
  color: #4D1979;
}

#sidebar .see-more {
  text-transform: uppercase;
  font-weight: 800;
}

#sidebar .see-more:after {
  content: ">";
}

@media only screen and (min-width: 64.0625em) {
  #sidebar {
    padding-left: 4em;
  }
}
.story #sidebar p {
  font-size: 1.2em !important;
}

.story #sidebar p.date {
  font-size: 1.2em !important;
}

#sidebar p.date {
  font-size: 1.2em !important;
}

.department-flex,
.department-promos {
  margin-bottom: 4em;
}

.subnav ul,
.story .subnav ul {
  margin-bottom: 1em;
}

.subnav li,
.story .subnav li {
  padding: 0.25em 0;
  font-size: 1.1em;
  font-family: "proxima_nova_condensed", sans-serif;
  list-style: none;
  margin: 0px;
}

.subnav li a,
.story .subnav li a {
  font-size: 1em !important;
}

.subnav.explore,
.story .subnav.explore {
  padding: 1em;
}

.subnav.explore h3,
.story .subnav.explore h3 {
  margin-top: 1em !important;
  padding-top: 1em !important;
  border-top: 10px solid #4D1979;
}

.subnav .current-issue,
.story .subnav .current-issue {
  margin-top: 2em;
  padding-bottom: 0.5em;
  border-top: none;
}

.subnav .recent-posts {
  margin-left: 1em;
}

.subnav .recent-posts li {
  list-style: disc;
  margin-bottom: 0px;
}

/* ----------------------------------------------------------------------------------------------------------
Issue Archive ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.issue-grid {
  margin: 2em 0;
  text-align: center;
}

.issue-grid a {
  display: inline-block;
  margin-bottom: 1em;
}

.issue-grid li:hover a {
  color: #E06641;
}

#explore-issues .issue-grid {
  margin: 0px;
}

/* ----------------------------------------------------------------------------------------------------------
Explore Stories ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.main.explore h2 {
  border-top: 1px solid #E06641;
  margin-top: 0em;
  padding-bottom: 1em;
  padding-top: 0.5em;
}

.main.explore h2:hover {
  color: #E06641;
}

.main.explore h2:after {
  content: "\f501";
  padding-left: 0.25em;
  font-size: 0.6em;
  font-family: "SSStandard";
}

.display-panel {
  max-height: 0;
  padding: 0em;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.display-panel.show {
  max-height: 3000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.media-type-grid {
  text-align: center;
}

.alpha-toc {
  margin: 0 0 2em 0;
}

.alpha-toc p {
  display: inline-block;
  margin-right: 1em;
}

.alpha-toc a {
  color: #428ABB;
  font-family: "proxima_nova_condensed", sans-serif;
  font-weight: 900;
  text-transform: lowercase;
  font-size: 1.4em;
}

.alpha-toc a:hover {
  color: #E06641;
}

.tags-list {
  border-top: 1px #E6E4E4 solid;
  padding: 1em 0;
}

.tags-list li {
  font-size: 1.1em;
  font-family: "proxima_nova_condensed", sans-serif;
  padding: 0 0 0.25em 0;
}

.tags-list a:hover {
  color: #E06641;
}

/* ----------------------------------------------------------------------------------------------------------
Home Slider ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.cycle-prev,
.cycle-next {
  display: none;
}

.cycle-prev {
  left: 2%;
  background: url(images/button-prev.svg) left center no-repeat;
  opacity: 0.9em;
}

.cycle-prev:hover {
  left: 1.8%;
  opacity: 1em;
}

.cycle-next {
  right: 2%;
  opacity: 0.9em;
  background: url(images/button-next.svg) right center no-repeat;
}

.cycle-next:hover {
  right: 1.8%;
  opacity: 1em;
}

.cycle-pager {
  position: absolute;
  bottom: 0px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10000;
  font-size: 3.5em;
  width: 100%;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.cycle-pager-active {
  color: white;
}

.cycle-pager span:hover {
  color: #E06641;
}

@media only screen and (min-width: 40.0625em) {
  .cycle-prev,
  .cycle-next {
    display: block;
    text-indent: -9999px;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 50%;
    z-index: 10000;
  }
}
.home-slide {
  background: url(img_flwr.gif);
  background-size: cover;
  text-align: center;
  width: 100%;
  display: table;
}

.home-slide > div {
  text-align: center;
  width: 100%;
  display: table;
  height: 100%;
}

.home-slide .title-card {
  padding: 1.5em;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  margin-top: 2em;
}

.home-slide .title-card:before {
  display: inline-block;
  margin-right: -7.5px;
  vertical-align: middle;
  width: 0px;
  content: "";
  height: auto;
}

.home-slide .title-card.black {
  background: rgba(0, 0, 0, 0.75);
}

.home-slide .title-card.purple {
  background: rgba(77, 25, 121, 0.75);
}

.home-slide .title-card.blue {
  background: rgba(66, 138, 187, 0.75);
}

.home-slide .title-card.red-orange {
  background: rgba(224, 102, 65, 0.75);
}

.home-slide .title-card.white {
  background: rgba(255, 255, 255, 0.75);
}

.home-slide .title-card.white h2,
.home-slide .title-card.white .dek p {
  color: #4D1979;
  text-shadow: none;
}

.home-slide .title-card.text-purple h2,
.home-slide .title-card.text-purple .dek p {
  color: #4D1979;
}

.home-slide .title-card.text-blue h2,
.home-slide .title-card.text-blue .dek p {
  color: #428ABB;
}

.home-slide .title-card.text-red-orange h2,
.home-slide .title-card.text-red-orange .dek p {
  color: #E06641;
}

.home-slide .title-card.text-black h2,
.home-slide .title-card.text-black .dek p {
  color: #000;
}

.home-slide h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
  color: #fff;
  font-family: "proxima_nova_condensed", sans-serif;
  font-weight: 900;
  margin-top: 0em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.home-slide .dek p {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-size: 1.3em !important;
  line-height: 1.15em;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.home-slide a {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

@media only screen and (min-width: 40.0625em) {
  .home-slide .title-card {
    margin: 5em auto 0 auto;
  }
  .home-slide h2 {
    font-size: 4em;
  }
  .home-slide .dek {
    font-size: 1.6em !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .home-slide .title-card {
    max-width: 800px;
  }
  .home-slide h2 {
    font-size: 5em;
  }
  .home-slide .dek {
    font-size: 1.8em !important;
  }
}
/* ----------------------------------------------------------------------------------------------------------
Listing ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.listing {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #ccc;
}

.listing a p {
  color: #000;
}

.listing p,
.listing article p {
  font-family: "proxima_nova_condensed", sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

.listing p.topics a,
.listing article p.topics a {
  color: #4D1979;
}

.listing p.topics a:hover,
.listing article p.topics a:hover {
  color: #E06641;
}

.listing .date,
.listing .department {
  text-transform: uppercase;
  color: #E06641;
  font-weight: normal;
  margin-bottom: 0.25em;
  letter-spacing: 0.01em;
}

.listing .date a,
.listing .department a {
  color: #E06641;
}

.listing .date a:hover,
.listing .department a:hover {
  color: #4D1979;
}

.listing .topics {
  color: #4D1979;
}

.listing .topics strong {
  font-weight: 600;
  text-transform: uppercase;
}

.listing h3 {
  font-size: 1.3em;
  color: #000;
  margin-bottom: 0;
}

.listing img {
  margin-bottom: 1em;
}

.listing .thumb-img {
  margin-bottom: 1em;
}

.listing .thumb-img img {
  margin-bottom: 0px;
}

.listing article {
  margin-bottom: 2em;
}

.listing article a {
  display: inline-block;
  max-width: 100%;
  color: #000;
}

.listing article a:hover h3 {
  color: #E06641;
}

.listing article a:hover p {
  color: #000;
}

.listing article a:hover .department,
.listing article a:hover .date {
  color: #E06641;
}

.listing.blog-pull {
  border: none;
  padding-top: none;
}

.in-this-issue article:nth-child(odd) {
  clear: left;
}

.grid {
  /*
  	@media only screen and (min-width:90.0625em) {
  		article.large-3:nth-child(4n+1) {
  			clear:none;

  		}

  		article.xlarge-2:nth-child(6n+1) {
  			clear:left;

  		}

  	}
  */
  border-bottom: none;
  padding-top: 0px;
}

.grid h2 {
  border-top: solid #4D1979 7px;
  text-align: center;
  font-size: 1.4em;
  padding: 0.5em 0 0 0;
  margin: 0em 0 1em 0;
  font-family: "proxima_nova_condensed", sans-serif;
  font-weight: normal;
}

@media only screen and (min-width: 35.063em) {
  .grid.in-this-issue article:nth-child(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  .grid article.large-6.medium-6:nth-child(odd) {
    clear: left;
  }
  .grid.in-this-issue article:nth-child(odd) {
    clear: none;
  }
  .grid.in-this-issue article.medium-4:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .grid.in-this-issue article.medium-4:nth-child(3n+1) {
    clear: none;
  }
  .grid article.large-3:nth-child(4n+1) {
    clear: left !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .grid h2 {
    display: inline-block;
    text-align: left;
  }
}
.latest-news {
  margin-bottom: 4em;
}

.in-this-issue article {
  max-width: 250px;
  float: none !important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.in-this-issue h2 {
  margin-bottom: 2.5em;
}

@media only screen and (min-width: 35.063em) {
  .in-this-issue article {
    float: left !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  .in-this-issue article {
    max-width: 100%;
    text-align: left;
  }
}
@media only screen and (min-width: 35.063em) {
  .in-this-issue .grid-container {
    max-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 40.0625em) {
  .in-this-issue .grid-container {
    max-width: none !important;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.photo-promo {
  height: auto;
  margin-bottom: 2em;
}

.photo-promo a {
  display: block;
}

.photo-promo p {
  color: #fff !important;
  font-size: 1.2em;
}

.photo-promo h3 {
  font-size: 1.5em;
  color: #4D1979;
}

.photo-promo a:hover p,
.photo-promo a:hover h3 {
  color: #fff !important;
}

.photo-promo .row {
  margin-left: 0rem !important;
  background: #E06641;
  margin-right: 0px;
}

.photo-promo .photo {
  padding-left: 0px;
  padding-right: 0px;
}

.photo-promo .photo img {
  margin: 0px;
  max-width: 100%;
}

.photo-promo .photo-description {
  padding: 1.5em 1em 0.5em 1em;
}

@media only screen and (min-width: 50.063em) {
  .photo-promo {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .photo-promo h3 {
    font-size: 1.8em;
  }
  .photo-promo .photo {
    padding-left: 1em;
    padding-right: 1em;
  }
  .photo-promo .photo img {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 90.0625em) {
  .photo-promo .photo {
    padding-left: 0em;
    padding-right: 0em;
  }
  .photo-promo .photo img {
    margin-left: 0em;
  }
}
.thumb-number {
  color: #fff;
  background: rgba(66, 138, 187, 0.9);
  border-radius: 50%;
  height: 55px;
  width: 55px;
  position: absolute;
  top: -25px;
  right: 20px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 0.15em;
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.grid .cover-label img {
  position: absolute;
  top: -45px;
  right: -5px;
}

.see-all {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-size: 1.2em;
  margin-bottom: 1em;
  display: inline-block;
}

.see-all:after {
  content: ">";
}

@media only screen and (min-width: 40.0625em) {
  .see-all {
    padding-left: 3em;
  }
}
#explore-issues .see-all {
  text-align: left;
  padding-left: 0px;
}

.grid .see-all {
  display: inline-block;
}

.tweet {
  padding: 1em 1em 0em 1em;
  border: 2px solid #4D1979;
  position: relative;
}

.tweet h3 {
  background: #E06641;
  color: #FFF;
  text-align: center;
  padding: 1.5em 0.1em;
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  right: 0.25em;
  text-transform: uppercase;
}

.tweet h3:after {
  position: absolute;
  bottom: -10px;
  margin-left: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #E06641;
}

.tweet a {
  color: #fff;
}

.pagination {
  padding: 1em 0;
  font-size: 1.2em;
  font-weight: 600;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.5em;
}

.pagination .current {
  color: #E06641;
}

/* ----------------------------------------------------------------------------------------------------------
Department Pages ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.promo a {
  display: block;
  color: #fff;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2em;
}

.promo p {
  margin-bottom: 0px;
}

.promo.purple {
  background: #4D1979;
}

.promo.blue {
  background: #428ABB;
}

.promo.red-orange {
  background: #E06641;
}

.promo-image {
  height: 70px;
  width: 70px;
  overflow: hidden;
  float: right;
}

.promo-image img {
  border-radius: 50%;
  opacity: 0.8;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.quick-links {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.3em;
}

.quick-links li {
  margin-bottom: 0.5em;
}

/* ----------------------------------------------------------------------------------------------------------
Blog Header ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.blog-header {
  background: url("image.png") center center;
  background-size: cover;
  height: 250px;
}
.blog-header.extra-points {
  background-position: left top;
}

@media only screen and (min-width: 40.0625em) {
  .blog-header {
    text-align: left;
    height: 330px;
  }
}
.blog-banner {
  background: #4D1979;
  text-align: center;
  margin: 0;
  width: 200px;
}

.blog-banner h1 {
  color: #E06641;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1em 0.5em 0 0.25em;
}

.blog-banner a {
  color: #E06641;
}

.blog-banner a:hover {
  color: white;
}

.blog-banner:after {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid #4D1979;
  position: absolute;
  top: 100%;
  left: 0px;
}

@media only screen and (min-width: 40.0625em) {
  .blog-banner {
    margin: 0 0 0.5em 0;
  }
  .blog-banner h1 {
    font-size: 2em;
    line-height: 1.1em;
  }
  .blog-banner span,
  .blog-banner:after {
    display: block;
  }
}
/* ----------------------------------------------------------------------------------------------------------
Articles ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.issue-head {
  padding-top: 0.75em;
  padding-bottin: 0.75em;
  text-transform: uppercase;
  text-align: center;
}

.issue-head h2 {
  font-weight: 600;
}

@media only screen and (min-width: 40.0625em) {
  .issue-head {
    text-align: left;
  }
}
.article-head {
  text-align: center;
}

.article-head.above {
  display: block;
}

.article-head.below {
  display: none;
}

.article-head p {
  max-width: 100% !important;
}

@media only screen and (min-width: 64.0625em) {
  .article-head p {
    max-width: 600px !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .article-head {
    text-align: left;
  }
  .article-head.above {
    display: none;
  }
  .article-head.below {
    display: block;
  }
}
.default .share-discuss,
aside,
.pullquote.large {
  max-width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.default .share-discuss img,
aside img {
  margin: 0 auto;
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption.alignleft img,
.wp-caption.alignright img {
  margin: 0 auto;
  max-width: 100%;
}

.pullquote img {
  margin: 0 auto;
  max-width: 100%;
}

.default .share-discuss + p,
aside + p {
  clear: both;
}

.wp-caption.alignleft + p,
.wp-caption.alignright + p {
  clear: both;
}

.pullquote + p {
  clear: both;
}

@media only screen and (min-width: 40.0625em) {
  .default .share-discuss,
  aside,
  .pullquote.large {
    /* width: 240px; */
    clear: both;
    margin-top: 0;
  }
  .default .share-discuss img,
  aside img {
    margin: 0;
  }
  .wp-caption.alignleft img,
  .wp-caption.alignright img {
    margin: 0;
  }
  .pullquote img {
    margin: 0;
  }
  .default .share-discuss + p,
  aside + p {
    clear: none;
  }
  .wp-caption.alignleft + p,
  .wp-caption.alignright + p {
    clear: none;
  }
  .pullquote + p {
    clear: none;
  }
}
.st_facebook_custom,
.st_twitter_custom,
.st_email_custom,
.comment-link {
  background-image: url("images/social-icons-purple.png");
  background-repeat: no-repeat;
  width: 30px;
  height: 31px;
  display: inline-block;
  text-indent: -9999px;
  margin-left: 0.5em;
  position: relative;
  top: 8px;
}

.st_facebook_custom:hover,
.st_twitter_custom:hover,
.st_email_custom:hover,
.comment-link:hover {
  background-image: url("images/social-icons-red.png");
}

.print {
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  .print {
    margin-bottom: 0em;
  }
}
.st_facebook_custom {
  background-position: 0 0px;
}

.st_twitter_custom {
  background-position: -30px 0px;
}

.st_email_custom {
  background-position: -90px 0px;
}

.comment-link {
  background-position: -60px 0px;
}

.feature .st_facebook_custom:hover,
.feature .st_twitter_custom:hover,
.feature .st_email_custom:hover,
.feature .comment-link:hover {
  background-image: url("images/social-icons-white.png");
}

.main p,
.main > ul li {
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5em;
}

.main ul,
.main ol {
  margin: 0 0em 1em 0em;
}

.main ul li {
  list-style: disc;
  margin-left: 2em;
}

.main ol li {
  list-style: decimal;
  margin-left: 2em;
}

.main [class*=block-grid-] {
  margin: 0px;
}

.main [class*=block-grid-] li {
  margin-left: 0px;
}

.feature > .row > .main:last-of-type > p:last-of-type:after {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: url("images/frog-end-feature.svg") no-repeat center left;
}

.story {
  line-height: 1.5em;
}

.story h1 {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
}

.story .main li {
  font-family: Georgia, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5em;
  max-width: 650px;
}

.story .main .date,
.story .main .department {
  text-transform: uppercase;
  color: #E06641;
  font-weight: normal;
  font-size: 1.34em;
  margin-bottom: 1em;
  letter-spacing: 0.01em;
  font-family: "proxima_nova_extra_condensed", sans-serif;
}

.story .main .date a,
.story .main .department a {
  color: #E06641;
}

.story .main .date a:hover,
.story .main .department a:hover {
  color: #4D1979;
}

.story ol {
  margin-bottom: 2em;
}

.story ul {
  margin-bottom: 2em;
}

.story ul li {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 1em;
}

.story ol li {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 0.5em;
  margin-bottom: 1em;
}

.story .byline,
.story .dek p,
.story time {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  color: #4D1979;
  font-size: 1.4em;
  font-weight: 600;
}

.story .dek p {
  font-weight: 800;
  line-height: 1.4em;
}

.story.dek_purple .dek p {
  color: #4D1979;
}

.story.dek_black .dek p {
  color: #000;
}

.story.dek_blue .dek p {
  color: #428ABB;
}

.story.dek_redorange .dek p {
  color: #E06641;
}

/* .story p, */
@media only screen and (min-width: 40.0625em) {
  .story h1 {
    font-size: 3.8em;
  }
  .story .byline,
  .story .dek p,
  .story time {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .story h1 {
    font-size: 5em;
  }
}
.feature p,
.feature h2,
.feature h3,
.feature h4,
.feature h5 {
  max-width: 100%;
}

.full {
  text-align: center;
  margin: 0 auto;
}

.google-maps-builder-wrap {
  margin: 2em 0;
}

.highlighted {
  background: #4D1979;
  color: white;
  padding: 2em;
  margin: 2em auto;
  text-align: center;
  position: relative;
}

.highlighted p {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.highlighted h2 {
  color: #E06641;
}

.highlighted:before {
  width: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
  border-top: 35px solid white;
  border-bottom: 35px solid #4D1979;
  border-right: 30px solid #4D1979;
}

.highlighted:after {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 0px;
  width: 0px;
  border-top: 35px solid #4D1979;
  border-bottom: 35px solid white;
  border-left: 30px solid #4D1979;
}

@media only screen and (min-width: 40.0625em) {
  .highlighted {
    width: 85% !important;
  }
}
.sidebar {
  text-align: center;
  color: #428ABB;
}

.sidebar p {
  font-family: "proxima_nova_condensed", sans-serif;
}

.sidebar .number {
  color: #428ABB;
  font-size: 3em !important;
  font-weight: 800 !important;
  margin-bottom: 0px !important;
  font-family: "proxima_nova_extra_condensed", sans-serif;
}

.sidebar.brackets div {
  display: inline-block;
  margin: 1em auto;
  border: 2px solid #428ABB;
  border-radius: 20px;
  padding: 0.5em 1.5em;
  position: relative;
}

.sidebar.brackets div:before,
.sidebar.brackets div:after {
  width: 70px;
  margin: 0 auto;
  background-color: white;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -35px;
}

.sidebar.brackets div:before {
  top: -10px;
}

.sidebar.brackets div:after {
  bottom: -10px;
}

.intro {
  font-size: 1.1em;
  color: #4D1979;
  margin-bottom: 2em;
}

@media only screen and (min-width: 40.0625em) {
  .intro {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 40.0625em) {
  .dropcap {
    font-size: 7em;
    color: #4D1979;
    font-family: "proxima_nova_extra_condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
    float: left;
    display: block;
    line-height: 0.86em;
    padding-right: 20px;
  }
}
.feature-opener {
  position: relative;
  margin-bottom: 0;
}

.feature-opener .vid {
  max-height: 600px;
}

.feature-opener video {
  width: 100%;
}

.feature-opener .main-image {
  max-height: 600px;
  overflow: hidden;
}

.feature-opener img {
  width: 100%;
}

.feature-opener .cover-label img {
  width: 270px;
  margin-left: -1em;
}

.feature-head {
  text-align: center;
  padding-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.feature-head p {
  max-width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}

.feature-head:after {
  height: 12px;
  width: 115px;
  background-color: #4D1979;
  margin: 0.45em auto;
}

.feature-head.left,
.feature-head.right {
  float: none !important;
}

.feature-head.blue h1,
.feature-head.blue .dek p,
.feature-head.blue .byline,
.feature-head.blue .story .dek p {
  color: #428ABB;
}

@media only screen and (min-width: 40.0625em) {
  .feature-head:after {
    content: none;
  }
}
.story .byline {
  line-height: 1.25em;
  margin-bottom: 0;
}

.story .dek .feature-head.blue p {
  color: #428ABB;
}

.feature-head.blue:after {
  background-color: #428ABB;
}

.feature-head.white h1,
.feature-head.white .dek p,
.feature-head.white .byline,
.feature-head.white .story .dek p {
  color: #4D1979;
}

.story .dek .feature-head.white p {
  color: #4D1979;
}

.feature-head.purple h1,
.feature-head.purple .dek p,
.feature-head.purple .byline,
.feature-head.purple .story .dek p {
  color: #4D1979;
}

.story .dek .feature-head.purple p {
  color: #4D1979;
}

.feature-head.red-orange h1,
.feature-head.red-orange .dek p,
.feature-head.red-orange .byline,
.feature-head.red-orange .story .dek p {
  color: #E06641;
}

.story .dek .feature-head.red-orange p {
  color: #E06641;
}

.feature-head.black h1,
.feature-head.black .dek p,
.feature-head.black .byline,
.feature-head.black .story .dek p {
  color: #000 !important;
}

.story .dek .feature-head.black p {
  color: #000 !important;
}

.feature-head .dek-purple p,
.feature-head .byline-purple {
  color: #4D1979 !important;
}

.feature-head .dek-blue p,
.feature-head .byline-blue {
  color: #428ABB !important;
}

.feature-head .dek-red-orange p,
.feature-head .byline-red-orange {
  color: #E06641 !important;
}

.feature-head .dek-black p,
.feature-head .byline-black {
  color: #000 !important;
}

.feature-head .dek-white p,
.feature-head .byline-white {
  color: #fff !important;
}

.feature-head .title-center {
  text-align: center !important;
}

.feature-head.below {
  position: static;
  text-align: center;
  padding-top: 1em;
}

@media only screen and (min-width: 40.0625em) {
  .feature-head.below {
    position: static;
    text-align: center;
    padding-top: 3em;
  }
  .feature-head.white h1,
  .feature-head.white .dek p,
  .feature-head.white .byline,
  .feature-head.white .story .dek p {
    color: white;
  }
  .story .dek .feature-head.white p {
    color: white;
  }
  .feature-head.left {
    float: left;
  }
  .feature-head.right {
    float: right;
  }
}
@media only screen and (min-width: 50.063em) {
  .feature-opener .main-image {
    height: 600px;
  }
  .feature-opener .main-image img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .feature-head {
    padding-top: 0em;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: left;
  }
  .feature-head p {
    max-width: 100% !important;
  }
  .feature-head.white h1,
  .feature-head.white .dek p,
  .feature-head.white .byline,
  .feature-head.white .story .dek p {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .story .dek .feature-head.white p {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  }
  .feature-head .title-left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left;
  }
  .feature-head .title-right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left;
    margin-left: 33.3333333333% !important;
  }
  .feature-head .title-center {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .feature-head .title-left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
  .feature-head .title-right {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    margin-left: 50% !important;
  }
}
.feature h1 {
  text-transform: none;
  font-family: "proxima_nova_condensed", sans-serif;
  font-weight: 900;
}

.feature h1:after {
  content: none;
}

.share-discuss {
  color: #4D1979;
  z-index: 10;
}

.share-discuss h2 {
  text-transform: uppercase;
  font-weight: 600;
}

.share-discuss p {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-weight: 600;
}

.share-discuss a {
  font-weight: 800;
}

.share {
  border-top: #E06641 1px solid;
  border-bottom: #E06641 1px solid;
  padding: 0.75em 0;
  margin-bottom: 1em;
  clear: both;
}

.meta {
  color: #4D1979;
}

.meta a {
  font-weight: 800;
  color: #4D1979;
}

.meta p {
  margin-bottom: 0.5em;
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-weight: 600;
  color: #4D1979;
}

.meta p:before {
  content: " / ";
  display: inline-block;
  padding: 0 0.5em 0 0;
  color: #E06641;
  font-weight: normal;
}

.share .meta {
  display: inline-block;
  margin-left: 1em;
}

@media only screen and (min-width: 40.0625em) {
  .default .left,
  .default .right,
  .default .share-discuss,
  .default aside {
    /*float: right !important;*/
    width: 240px;
    /* margin: 0 0 2em 2em; */
    clear: both;
  }
  .default .wp-caption {
    margin-bottom: 1em;
  }
  .default .pullquote {
    clear: both;
    max-width: 100%;
  }
  .default .take-action {
    float: right;
  }
}
.default h1:after {
  height: 8px;
  width: 115px;
  background-color: #4D1979;
  margin: 0.45em auto;
}

@media only screen and (min-width: 40.0625em) {
  .default h1:after {
    height: 12px;
    width: 215px;
    background-color: #4D1979;
  }
}
@media only screen and (min-width: 64.0625em) {
  .default h1:after {
    margin: 0.45em 0;
  }
}
.blog .listing {
  padding: 2em 0;
  border-bottom: none;
}

.blog .listing:first-child {
  padding-top: 1em;
}

.blog .share-discuss {
  margin: 2em 0;
}

.blog img {
  margin-bottom: 1em;
}

.blog .abstract {
  padding-bottom: 1em;
}

.blog .story p,
.blog .abstract p,
.blog .main li,
.blog .abstract li {
  font-family: Georgia, serif;
  font-size: 1.15em;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.blog .main ul li,
.blog .abstract ul li {
  list-style: disc;
  margin-left: 2em;
}

.blog .main ol li,
.blog .abstract ol li {
  list-style: decimal;
  margin-left: 2em;
  margin-bottom: 0.5em;
}

.blog .main ul,
.blog .main ol {
  margin-bottom: 1em;
}

.blog .abstract ul,
.blog .abstract ol {
  margin-bottom: 1em;
}

.blog .description h2 {
  font-size: 3.5em;
  text-transform: uppercase;
  line-height: 1.2em;
}

.blog .date,
.blog .department,
.blog .byline,
.blog .story .dek p {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  text-transform: uppercase;
  color: #E06641;
  font-weight: normal;
  margin-bottom: 0.25em;
  letter-spacing: 0.01em;
  font-size: 1.4em;
}

.story .dek .blog p {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  text-transform: uppercase;
  color: #E06641;
  font-weight: normal;
  margin-bottom: 0.25em;
  letter-spacing: 0.01em;
  font-size: 1.4em;
}

.blog .date a,
.blog .department a,
.blog .byline a,
.blog .story .dek p a {
  color: #E06641;
}

.story .dek .blog p a {
  color: #E06641;
}

.blog .date a:hover,
.blog .department a:hover,
.blog .byline a:hover,
.blog .story .dek p a:hover {
  color: #4D1979;
}

.story .dek .blog p a:hover {
  color: #4D1979;
}

.blog .byline,
.blog .story .dek p {
  font-weight: 600;
  color: #4D1979;
  text-transform: none;
}

.story .dek .blog p {
  font-weight: 600;
  color: #4D1979;
  text-transform: none;
}

.blog .byline:before,
.blog .story .dek p:before {
  content: " / ";
  font-family: "proxima_nova_extra_condensed", sans-serif;
  text-transform: uppercase;
  color: #E06641;
}

.story .dek .blog p:before {
  content: " / ";
  font-family: "proxima_nova_extra_condensed", sans-serif;
  text-transform: uppercase;
  color: #E06641;
}

.feature .share-discuss {
  clear: both;
  text-align: center;
}

.feature .share-discuss .meta {
  display: inline-block;
  vertical-align: top;
}

.feature .share-discuss .share {
  display: inline-block;
  vertical-align: top;
  background: url(images/share-chevron.png) center bottom no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 1em;
  padding: 0.75em 0.75em 2.25em 0.75em;
  height: 130px;
  width: 200px;
  border: none;
}

.feature .share-discuss .share h2 {
  color: white;
}

.feature .share-discuss .share span,
.feature .share-discuss .share a {
  margin: 0.25em;
  top: 0px;
}

.feature .share-discuss .meta {
  padding-top: 1em;
}

.feature .issue-head .share-discuss {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  .feature .meta p,
  .feature .share p {
    display: inline-block;
    margin: 0 1em 0 0.5em;
  }
  .feature .meta p:before,
  .feature .share p:before {
    padding-left: 0.5em;
  }
  .feature .issue-head .share-discuss {
    display: block;
    position: absolute;
    z-index: 1000;
    right: 0px;
    top: 0px;
  }
}
.main-image.small,
.main-image.large {
  margin: 0 auto;
  text-align: center;
}

.main-image.full-width {
  max-width: 100%;
  text-align: center;
  float: none;
  margin-bottom: 3em;
}

.main-image.full-width p {
  max-width: 100%;
  margin-bottom: 2em;
}

@media only screen and (min-width: 40.0625em) {
  .main-image.small,
  .main-image.large {
    float: right;
    max-width: 450px;
    padding: 0 0 2em 4em;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .main-image.small,
  .main-image.large {
    max-width: 600px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .main-image.small {
    max-width: 300px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .main-image.small {
    max-width: 390px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .main-image.full-width {
    max-width: 100%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .main-image .embed-container {
    width: 390px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .main-image .embed-container {
    width: 590px;
  }
}
.full-width .main-image .embed-container {
  width: 100%;
}

/* Image with Caption ----------------------------------------------------------------- */
/* .wp-caption {
  text-align: center;
  max-width: 100%; }
  @media only screen and (min-width: 40.0625em) {
    .wp-caption {
      text-align: left; } } */
/* Easing Slider ----------------------------------------------------------------- */
.content .easingslider-viewport {
  margin-bottom: 2em !important;
}

.easingslider-arrows.easingslider-prev {
  background-image: url(images/button-prev.svg) !important;
  background-position: top left !important;
  opacity: 0.9em !important;
}

.easingslider-arrows.easingslider-prev:hover {
  opacity: 1em !important;
}

.easingslider-arrows.easingslider-next {
  background-image: url(images/button-next.svg) !important;
  background-position: top right !important;
  opacity: 0.9em !important;
}

.easingslider-arrows.easingslider-next:hover {
  opacity: 1em !important;
}

.easingslider-slide .easingslider-caption {
  bottom: 2em !important;
  padding-bottom: 50px !important;
}

/* Image grid ----------------------------------------------------------------- */
.image-grid {
  margin: 1em 0px 2em 0;
}

.image-grid ul {
  margin: 0em 0px 1.5em 0 !important;
  text-align: center;
}

.image-grid ul li,
.image-grid ul .main li {
  position: relative;
  padding: 0em !important;
  margin: 0px;
  border: 0.25em #fff solid;
  overflow: hidden;
  font-size: 1em;
  float: none;
}

.image-grid ul li .grid-caption,
.image-grid ul .main li .grid-caption {
  top: 50px;
  opacity: 0;
  text-align: left;
}

.image-grid ul li img,
.image-grid ul .main li img {
  max-width: 100%;
}

.image-grid ul li:hover .grid-caption {
  top: 0%;
  opacity: 1;
}

.image-grid .main li .grid-caption,
.image-grid .grid-caption {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(77, 25, 121, 0.8);
  font-size: 1.2em;
  font-family: "proxima_nova_extra_condensed", sans-serif;
  display: block;
  vertical-align: middle;
  padding: 1em;
  top: 0px;
  left: 0px;
  color: #fff;
}

.image-grid .main li .grid-caption div,
.image-grid .grid-caption div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .image-grid ul li {
    float: left;
  }
}
/* Image with box caption ----------------------------------------------------------------- */
.caption-box {
  color: #fff;
  margin-bottom: 2em;
}

.caption-box p,
.caption-box h1,
.caption-box h2,
.caption-box h3,
.caption-box h4,
.caption-box h5,
.caption-box h6 {
  color: #fff !important;
}

.caption-box div.caption p {
  color: #fff !important;
  font-size: 1.3em !important;
}

.caption-box.blue {
  background: #428ABB;
}

.caption-box.purple {
  background: #4D1979;
}

.caption-box.red-orange {
  background: #E06641;
}

.caption-box div.caption {
  padding: 2em;
}

@media only screen and (min-width: 40.0625em) {
  .caption-box div.caption {
    padding: 2em 3em 2em 1em;
  }
  .caption-box div.caption.medium-pull-8 {
    padding: 2em 1em 2em 3em;
  }
}
.vertical-box div.caption {
  padding: 2em;
}

@media only screen and (min-width: 40.0625em) {
  .vertical-box {
    width: 240px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .vertical-box {
    width: 290px;
  }
}
/* Take Action box ----------------------------------------------------------------- */
.take-action {
  border-top: 2px #4D1979 solid;
  text-align: center;
  padding: 1em 1em 2em 1em;
  position: relative;
  background: #fff url("images/chevron-full.png") no-repeat bottom center;
  width: 202px;
  color: #4D1979;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.take-action h2 {
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
  color: #4D1979;
}

.take-action p {
  font-family: "proxima_nova";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1em;
}

.take-action a {
  font-weight: bold;
  display: inline-block;
}

@media only screen and (min-width: 40.0625em) {
  .take-action {
    margin-left: 0;
    margin-right: 0;
  }
  .left .take-action {
    float: left;
  }
  .right .take-action {
    float: right;
  }
}
#sidebar .take-action {
  margin-top: 2em;
}

.default .take-action {
  margin-left: 0;
  margin-right: 0;
  float: none;
}

/* callout box ----------------------------------------------------------------- */
.callout {
  border-top: 2px #4D1979 solid;
  text-align: center;
  padding: 2em 1em 2em 1em;
  position: relative;
  background: #fff url("images/chevron-full.png") no-repeat bottom center;
  width: 202px;
  color: #4D1979;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.callout:before {
  font-family: "SSStandard";
  font-size: 3em;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 0.5em;
}

.callout.podcast:before {
  content: "🎤";
}

.callout.info:before {
  content: "ℹ";
}

.callout.event:before {
  content: "📅";
}

.callout.profile:before {
  content: "👤";
}

.callout h2 {
  font-size: 1.6em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
  color: #4D1979;
}

.callout p {
  font-family: "proxima_nova";
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1em;
}

.callout a {
  font-weight: bold;
  display: inline-block;
}

@media only screen and (min-width: 40.0625em) {
  .callout {
    margin-left: 0;
    margin-right: 0;
  }
  .left .callout {
    float: left;
  }
  .right .callout {
    float: right;
  }
}
#sidebar .callout {
  margin-top: 2em;
}

.default .callout {
  margin-left: 0;
  margin-right: 0;
  float: none;
}

@media only screen and (min-width: 40.0625em) {
  .tcu-block-take-action.alignleft {
    margin-right: 2em;
  }
  .tcu-block-take-action.alignright {
    margin-left: 2em;
  }
}
/* Pullquotes  ----------------------------------------------------------------- */
.wp-block-pullquote p,
.pullquote p,
blockquote p {
  font-family: "proxima_nova_extra_condensed", sans-serif !important;
  font-size: 2.5em !important;
  line-height: 1.2em !important;
  color: #428ABB;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
}

.wp-block-pullquote p:before,
.pullquote p:before,
blockquote p:before {
  content: url("images/chevron-small-purple.png");
  display: block;
}

.wp-block-pullquote cite,
.pullquote .quote-attribution,
blockquote cite {
  color: #428ABB;
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-size: 0.5em;
  font-weight: 600 !important;
  display: block;
  line-height: 1.3em;
  font-style: normal;
}

.wp-block-pullquote cite,
blockquote cite {
  font-size: 1em;
}

.wp-block-pullquote cite:before,
.pullquote .quote-attribution:before,
blockquote cite:before {
  content: "– ";
}

.feature .pullquote.small p {
  max-width: 80%;
  /*
  		margin-left:auto;
  		margin-right:auto;
  */
  text-transform: none;
  font-size: 2em !important;
}

.feature .pullquote.small p:before {
  margin-top: 1.5em;
}

.feature .pullquote.large {
  float: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 3em !important;
  width: 100%;
}

.feature .pullquote.large p {
  text-align: center;
  font-size: 2.5em !important;
  border-top: 1px #4D1979 solid;
}

.feature .pullquote.large p:before {
  width: 80px;
  margin: 0 auto;
  background: white;
  position: relative;
  top: -20px;
  text-align: center;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .feature .pullquote.small p {
    width: 250px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 40.0625em) {
  .feature .pullquote.large p {
    font-size: 3.4em;
  }
  .wp-block-pullquote.alignleft {
    text-align: left;
  }
  .wp-block-pullquote.alignright {
    text-align: left;
  }
}
@media only screen and (min-width: 50.0625em) {
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 350px;
  }
}
/* Featured quote  ----------------------------------------------------------------- */
.featured-quote {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-size: 1.7em !important;
  line-height: 1.3em !important;
  font-weight: 800 !important;
  color: #4D1979;
}

.quote-attribution {
  color: #4D1979;
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-size: 1.1em;
  font-weight: 600 !important;
}

.quote-attribution:before {
  content: "– ";
}

/* Image/caption ----------------------------------------------------------------- */
p.wp-caption-text {
  margin-bottom: 0 !important;
}

.story div.caption p,
figcaption,
.wp-caption,
.wp-caption-text,
.wp-caption p.wp-caption-text,
.wp-block-image figcaption {
  color: #4D1979 !important;
  margin-top: 0.5em;
  font-size: 1rem;
  font-family: "proxima_nova_condensed", sans-serif;
  line-height: 1.5em;
}

/* WP GUTENBERG IMAGE BLOCK */
.wp-block-image {
  max-width: 100%;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  text-align: left;
}

@media only screen and (min-width: 40.0625em) {
  .wp-block-image .alignleft {
    margin-right: 2em;
    float: left;
  }
  .wp-block-image .alignright {
    margin-left: 2em;
    float: right;
  }
}
/* Timeline ----------------------------------------------------------------- */
.timeline_items .item {
  font-size: 1.2em !important;
  line-height: 1.3em !important;
}

.timeline_items .item h2 {
  color: #4D1979 !important;
  font-weight: 600 !important;
  font-size: 1.5em;
}

.timeline h4.t_line_month,
#content .timeline h4.t_line_month {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-weight: 600 !important;
  color: #4D1979 !important;
}

/* Tablepress Tables ----------------------------------------------------------------- */
.tablepress {
  margin: 1em 0 2em 0;
  font-size: 1.3em !important;
}

.tablepress tfoot th,
.tablepress thead th {
  background-color: rgba(77, 25, 121, 0.15) !important;
  color: #4D1979;
}

/* Formidible Forms ----------------------------------------------------------------- */
.frm_forms {
  margin: 1em 0 2em 0;
}

#frm_field_cptch_number_container {
  border: #E06641 solid 1px;
  padding: 1.5em;
  margin-top: 2em;
  display: inline-block;
  font-weight: 600 !important;
  color: #4D1979 !important;
  font-size: 1.2em;
}

/* Make video embeds responsive ----------------------------------------------------------------- */
.iframe-flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  margin: 1em 0;
}

.iframe-flexible-container iframe,
.iframe-flexible-container object,
.iframe-flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

body > .iframe-flexible-container {
  padding: 0;
  margin: 0;
}

/* Next Story - Prev Story ----------------------------------------------------------------- */
.divider {
  display: block;
  margin: 1em auto;
}

.story-nav {
  border-bottom: 1px solid #4D1979;
  padding: 0.5em;
  margin-top: 2em;
  clear: both;
}

.default .story-nav {
  border-bottom: none;
  border-top: 1px solid #4D1979;
}

.story-nav a {
  height: 30px;
  padding: 0.4em 0.75em;
}

.story-nav .next {
  float: right;
}

.story-nav .prev a:before,
.story-nav .next a:after {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 0px;
}

.story-nav .prev a:before {
  left: -10px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 10px solid #4D1979;
}

.story-nav .next a:after {
  right: -10px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid #4D1979;
}

.story-nav .prev a:hover:before {
  border-right: 10px solid #E06641;
}

.story-nav .next a:hover:after {
  border-left: 10px solid #E06641;
}

/* expert ----------------------------------------------------------------- */
.ask-an-expert {
  background: #fff;
  padding: 1em;
  overflow: auto;
  text-align: center;
  margin-bottom: 3em;
}

.ask-an-expert .ask-title {
  width: 170px;
  height: 130px;
  text-align: center;
  display: block;
  margin: 0 auto;
  background: url("images/ask-title.svg") no-repeat left center;
}

.ask-an-expert h2 {
  display: table-cell;
  width: 130px;
  height: 130px;
  padding: 0.5em 1em 0.5em 0.5em;
  vertical-align: middle;
  line-height: 1em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4em;
  margin: 0 auto;
}

.ask-an-expert .expert-image {
  width: 130px;
  height: 130px;
  text-align: center;
  display: block;
  margin: 1em auto 1em auto;
}

.ask-an-expert .expert-description {
  color: #4D1979;
  clear: left;
  padding-top: 0.5em;
}

.ask-an-expert .expert-description p {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  font-size: 1.3em !important;
}

@media only screen and (min-width: 40.0625em) {
  .ask-an-expert .ask-title {
    float: left;
    margin-right: 1em;
  }
}
@media only screen and (min-width: 40.0625em) {
  .ask-an-expert .expert-image {
    float: left;
    clear: none;
    margin: 0 1em;
  }
}
@media only screen and (min-width: 40.0625em) {
  .ask-an-expert .expert-description {
    clear: none;
  }
}
@media only screen and (min-width: 40.0625em) {
  .ask-an-expert {
    text-align: left;
  }
}
/* comments ----------------------------------------------------------------- */
#comments-section {
  background: rgba(77, 25, 121, 0.15);
  padding-top: 3em;
  padding-bottom: 2em;
  margin-top: 2em;
}

@media only screen and (min-width: 40.0625em) {
  #comments-section {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 64.0625em) {
  #comments-section {
    border-left: 2em #fff solid;
    border-right: 2em #fff solid;
  }
}
.related-stories article {
  margin-top: 2em;
}

li.comment {
  margin: 2em 0;
}

li.comment .children {
  margin-left: 3em;
}

.comment-meta {
  font-size: 1.15em;
}

.add-comment,
.comment-reply-link {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  color: #4D1979;
  font-weight: 600 !important;
}

.comment-body p {
  font-family: Georgia, serif;
  font-size: 1.1em;
  line-height: 1.4em;
}

.add-comment {
  float: right;
  font-size: 1.3em !important;
  z-index: 1000;
}

.add-comment:before {
  content: "+ ";
}

.comment-reply-link:after {
  content: " ➦";
}

.logged-in-as,
.must-log-in,
.comment-notes {
  font-family: "proxima_nova_extra_condensed", sans-serif;
  color: #4D1979 !important;
}

/* ----------------------------------------------------------------------------------------------------------
Forms ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #cdcaca;
  background: #fff;
  padding: 0.75em;
  margin-bottom: 1.5em;
}

textarea {
  width: 100%;
  border: 1px solid #cdcaca;
  background: #fff;
  padding: 0.75em;
  margin-bottom: 1.5em;
}

label {
  display: block;
  font-size: 1.3em;
  font-weight: 600;
  font-style: normal;
  color: #4D1979;
  margin-bottom: 0.25em;
  font-family: "proxima_nova_extra_condensed", sans-serif;
}

input[type=submit] {
  height: 40px;
  font-family: "proxima_nova_extra_condensed", sans-serif;
  border: none;
  position: relative;
  float: right;
  border-radius: 0px;
}

.frm_hidden {
  display: none !important;
}

#comments-section label {
  font-size: 1.1em;
}

#comments-section input[type=text],
#comments-section input[type=email],
#comments-section input[type=tel] {
  border: none;
  margin-bottom: 0em;
}

#comments-section textarea {
  border: none;
  margin-bottom: 0em;
}

.frm_submit,
.form-submit {
  height: auto;
  position: relative;
  padding-right: 12px;
}

.frm_submit:after,
.form-submit:after {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 12px solid #4D1979;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}

.frm_submit:hover:after,
.form-submit:hover:after {
  border-left: 12px solid #E06641;
}

.frm_ajax_loading {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------
Header / Main Nav ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
header {
  background: #fff;
  border-bottom: 1px solid #E06641;
}

header .logo a {
  display: block;
  padding: 1em 0 0.5em;
}

header .mobile-menu {
  text-align: right;
  color: #4D1979;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3em;
  opacity: 1;
  padding-top: 1em;
}

header .mobile-menu p:before {
  padding-right: 0.5em;
  font-size: 0.8em;
}

header .mobile-menu.active {
  opacity: 0.25;
}

header nav {
  text-align: left;
  display: none;
  position: static !important;
  border-top: 1px solid #E06641;
}

@media only screen and (min-width: 40.0625em) {
  header nav {
    width: 100% !important;
    clear: both;
    border: none;
  }
  header .mobile-menu {
    padding-top: 0em;
  }
}
@media only screen and (min-width: 48.063em) {
  header nav {
    display: block !important;
    width: 83.33333% !important;
    clear: none;
  }
  header .mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  header nav {
    width: 75% !important;
  }
}
.searchform {
  color: #4D1979;
  overflow: auto;
  display: block;
  padding-bottom: 1em;
}

.searchform div {
  position: relative;
  width: 100%;
  background: #E6E4E4;
}

.searchform input[type=text] {
  background: #E6E4E4;
  border: none;
  margin-bottom: 0px;
  padding: 0.75em 0.75em;
  color: #4D1979;
  width: 90%;
}

.searchform input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("images/btn-search.png") no-repeat center center;
  display: block;
  text-indent: -9999px;
  border: none;
  width: 40px;
  height: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .searchform {
    text-align: left;
  }
  .searchform div {
    max-width: 300px;
    margin: 0 auto;
    float: right;
  }
}
@media only screen and (min-width: 64.0625em) {
  .searchform div {
    width: 200px;
    float: right;
  }
  .searchform input[type=text] {
    padding: 0.5em 0.75em;
  }
}
#main-nav {
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  text-transform: uppercase;
  position: static;
}

#main-nav .active > a {
  color: #E06641;
}

#main-nav li {
  position: static;
}

#main-nav li > a {
  padding: 0.75em 0.75em;
  display: inline-block;
}

#main-nav li.contact > a:after,
#main-nav li.departments > a:after {
  content: "\f501";
  padding-left: 0.25em;
  font-size: 0.6em;
  font-family: "SSStandard";
}

@media only screen and (min-width: 40.0625em) {
  #main-nav {
    text-align: right;
  }
  #main-nav > li {
    display: inline-block;
  }
  #main-nav > li > a {
    padding: 0.5em 0.25em 1em 0.25em;
  }
  #main-nav > li:after {
    content: " / ";
    display: inline-block;
    padding: 0.5em;
    color: #E06641;
    font-weight: normal;
  }
  #main-nav > li:last-child a {
    padding-right: 0px;
  }
  #main-nav > li:last-child:after {
    content: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  #main-nav {
    display: block !important;
    text-align: right;
  }
  #main-nav > li > a {
    padding: 0.5em 0.75em 1em 0.75em;
  }
}
#contact-menu,
#department-menu {
  padding: 1em;
  left: 0px;
  background: white;
  text-align: left;
  z-index: 100000;
  text-align: center;
  border: 1px solid #E06641;
  border-bottom: 0px solid #E06641;
  display: none;
  max-height: 0;
  padding: 0em;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

#contact-menu.on,
#department-menu.on {
  display: block;
}

#contact-menu .menu,
#department-menu .menu {
  text-transform: uppercase;
}

#contact-menu .menu li,
#department-menu .menu li {
  border-bottom: #4D1979 1px dotted;
  line-height: 1.2em;
}

#contact-menu .menu li:last-child,
#department-menu .menu li:last-child {
  border-bottom: none;
}

#contact-menu .menu a,
#department-menu .menu a {
  padding: 0.25em 0;
  display: inline-block;
}

#contact-menu .extras,
#department-menu .extras {
  font-weight: normal;
}

#contact-menu .departments,
#department-menu .departments {
  font-weight: 800;
}

@media only screen and (min-width: 40.0625em) {
  #contact-menu,
  #department-menu {
    text-align: left;
    position: absolute;
    width: 100%;
  }
  #contact-menu .menu li,
  #department-menu .menu li {
    border-bottom: #4D1979 1px solid;
  }
  #contact-menu .extras,
  #department-menu .extras {
    padding-right: 2em;
  }
  #contact-menu .row,
  #department-menu .row {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media only screen and (min-width: 64.0625em) {
  #contact-menu .row,
  #department-menu .row {
    padding-left: 5em;
    padding-right: 5em;
  }
}
.exclusives {
  display: none;
  color: #4D1979;
}

.exclusives h2 {
  font-weight: 800;
  margin-bottom: 1em;
}

.exclusives h3 {
  text-transform: none;
  font-weight: 600;
  font-size: 0.9em;
}

.exclusives .articles {
  display: table;
  width: 100%;
}

.exclusives article {
  border-bottom: 1px solid #4D1979;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: table-row;
  width: 100%;
  vertical-align: middle;
}

.exclusives article a {
  overflow: auto;
  display: table-cell;
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 1px solid #4D1979;
}

.exclusives a:hover h3 {
  color: #E06641;
}

.exclusives a:hover .icon {
  background: #E06641;
}

.exclusives .see-more {
  clear: both;
  font-size: 1em;
  margin-top: 1.5em;
}

@media only screen and (min-width: 40.0625em) {
  .exclusives {
    display: block;
    border-left: 1px #E06641 solid;
    padding-left: 2em;
  }
}
.icon {
  width: 45px;
  height: 35px;
  padding: 0 5px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  float: left;
  background: #4D1979;
  margin-right: 0.5em;
}

.icon img {
  height: 25px;
}

.departments.active #department-menu,
li.contact.active #contact-menu {
  opacity: 1;
  height: auto;
  display: block;
  margin-top: 0px;
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
  padding: 1em;
  border-bottom: 1px solid #E06641;
}

@media only screen and (min-width: 40.0625em) {
  .departments:hover #department-menu,
  .departments:active #department-menu,
  .departments.on #department-menu {
    opacity: 1;
    height: auto;
    display: block;
    margin-top: 0px;
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    padding: 1em;
    border-bottom: 1px solid #E06641;
  }
  li.contact:hover #contact-menu,
  li.contact:active #contact-menu,
  li.contact.on #contact-menu {
    opacity: 1;
    height: auto;
    display: block;
    margin-top: 0px;
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    padding: 1em;
    border-bottom: 1px solid #E06641;
  }
}
/* ----------------------------------------------------------------------------------------------------------
Footer ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
footer {
  background: #4D1979;
  color: #fff;
  text-align: center;
  padding: 2em 0;
  letter-spacing: 0.05em;
}

footer .row > div {
  padding-bottom: 1em;
}

footer a {
  color: #fff;
}

footer li,
footer p {
  font-size: 1.1em;
  line-height: 1.3em;
}

footer li a {
  padding: 0.75em 0;
  display: inline-block;
}

@media only screen and (min-width: 40.0625em) {
  footer {
    text-align: left;
  }
  footer .row > div {
    padding-bottom: 0em;
  }
  footer li a {
    padding: 0.25em 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 40.0625em) {
  .school-nav {
    border-left: 1px solid #E06641;
  }
}
.issues-menu {
  font-family: "proxima_nova_condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  color: #E06641;
  padding-bottom: 1em;
}

.issues-menu a {
  margin-right: 0.25em;
  display: inline-block;
}

.issues-menu a:last-child {
  margin-left: 0.25em;
}

@media only screen and (min-width: 40.0625em) {
  .issues-menu {
    padding-bottom: 0em;
  }
}
.social-menu {
  font-size: 1.8em;
  margin-top: 0.5em;
}

.social-menu a {
  display: inline-block;
  margin-right: 0.25em;
}

#quick-links li {
  display: inline-block;
}

#quick-links li:after {
  content: " / ";
  display: inline-block;
  padding: 0 0.5em;
  color: #E06641;
  font-weight: normal;
}

#quick-links li:last-child a {
  padding-right: 0px;
}

#quick-links li:last-child:after {
  content: none;
}

.articles-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1440px;
  margin: 0 auto;
}

.articles-grid article,
.articles-grid aside {
  max-width: 100%;
  width: 100%;
  clear: none;
  float: none;
  margin: 0em;
  padding: 20px;
}

.articles-grid .current-issue-promo {
  background: #f1f1f1;
  border: #f3f3f3 solid 1px;
  color: white;
  padding: 2em;
}

.articles-grid article.special-section-promo h3 {
  color: #4D1979;
  font-size: 1.5em;
}

.current-issue-promo h2 {
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 40.0625em) {
  .articles-grid article,
  .articles-grid aside {
    width: 50%;
  }
}
@media only screen and (min-width: 50.0625em) {
  .articles-grid article,
  .articles-grid aside {
    width: 33%;
  }
  .articles-grid article.special-section-promo,
  .articles-grid.special-section-articles article {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .articles-grid article,
  .articles-grid aside {
    width: 25%;
  }
  .articles-grid article.special-section-promo,
  .articles-grid.special-section-articles article {
    width: 33%;
  }
}
header nav {
  width: 100% !important;
}

@media only screen and (min-width: 50.0625em) {
  #main-nav {
    width: 100%;
    display: flex !important;
    justify-content: space-around;
  }
}
#main-nav > li > a {
  padding: 0.5em 0.25em 1em 0em;
}

#main-nav > li:after {
  padding: 0.5em 0.05em 0.5em 0.15em;
}

@media only screen and (min-width: 64.0625em) {
  #main-nav > li:after {
    padding: 0.5em 0.25em 0.5em 0.5em;
  }
}
/* Header color fixes */
.feature-head h1.purple,
.feature-head .dek-purple p,
.feature-head .byline-purple {
  color: #4D1979;
}

.feature-head h1.blue,
.feature-head .dek-blue p,
.feature-head .byline-blue {
  color: #428ABB;
}

.feature-head h1.red-orange,
.feature-head .dek-red-orange p,
.feature-head .byline-red-orange {
  color: #E06641;
}

.feature-head h1.black,
.feature-head .dek-black p,
.feature-head .byline-black {
  color: #000;
}

.feature-head h1.white,
.feature-head .dek-white p {
  color: #4D1979;
}

.feature-head.below .byline {
  color: #4D1979 !important;
}

/* Feature opener */
.feature-opener .caption {
  padding: 0.5em 2em;
  margin: 0 auto;
  text-align: right;
}

@media only screen and (min-width: 50.0625em) {
  .feature-head h1.white,
  .feature-head .dek-white p,
  .feature-head .byline {
    color: white !important;
  }
  .feature-head .title-center h1,
  .feature-head .title-center .byline,
  .feature-head .title-left h1,
  .feature-head .title-left .byline,
  .feature-head .title-right h1,
  .feature-head .title-right .byline {
    color: white !important;
  }
}
@media only screen and (min-width: 50.063em) {
  .feature-head h1.white,
  .feature-head .dek-white p,
  .feature-head .byline-white {
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  }
}
.sesquicentennial-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 7px solid #4D1979;
  padding-top: 0.5em;
}
.sesquicentennial-wrapper._category {
  border: none;
  padding-top: none;
}
.sesquicentennial-wrapper._category .sesquicentennial-logo-gradient {
  margin-top: 2px;
}
@media only screen and (min-width: 40.0625em) {
  .sesquicentennial-wrapper {
    justify-content: start;
    gap: 10px;
    border: 0;
    padding: 0;
  }
}
.sesquicentennial-wrapper h2 {
  text-align: left;
  border: 0;
}
@media only screen and (min-width: 40.0625em) {
  .sesquicentennial-wrapper h2 {
    border-top: 7px solid #4D1979;
    padding-top: 0.5em;
  }
}
.sesquicentennial-wrapper .sesquicentennial-logo {
  text-align: right;
}

.sesquicentennial-logo-gradient img {
  height: 50px;
  width: 142px;
}

.main-image .sesquicentennial-logo-gradient {
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
}
@media only screen and (min-width: 50.063em) {
  .main-image .sesquicentennial-logo-gradient._feature {
    display: none;
  }
}

.sesquicentennial-logo-gradient-large {
  display: none;
  justify-content: center;
  transform: translateY(-50%);
}
@media only screen and (min-width: 50.063em) {
  .sesquicentennial-logo-gradient-large {
    display: flex;
  }
}
.sesquicentennial-logo-gradient-large img {
  height: 50px;
  width: 142px;
}

nav a:hover {
  color: #E06641;
}

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