/* CSS Document */
#stage {
  background: #fff;
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#stage #page {
  width: calc(100% - 80px);
  max-width: 1100px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 40px 0px;
  display: block;
}
#stage #page #sidebar_nav {
  width: 265px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#stage #page #sidebar_nav #expand {
  display: none;
}
#stage #page #sidebar_nav #section_title {
  background-color: #0071cf;
  background-position: left 17px center;
  background-repeat: no-repeat;
  width: calc(100% - 70px - 20px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 30px 20px 30px 70px;
  display: block;
  cursor: pointer;
}
#stage #page #sidebar_nav #section_title:hover {
  background-color: #231f20;
}
#stage #page #sidebar_nav #section_title.why-howard-county {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/icon-city-small.png);
}
#stage #page #sidebar_nav #section_title.innovation-startups {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/icon-lightbulb-small.png);
}
#stage #page #sidebar_nav #section_title.business-support {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/icon-briefcase-small.png);
}
#stage #page #sidebar_nav #section_title.farm-agriculture {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/icon-farm-small.png);
}
#stage #page #sidebar_nav #section_title.who-we-are {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/icon-people-small.png);
}
#stage #page #sidebar_nav #section_title a {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #fff;
  font-family: 'GothamBold', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  display: block;
}
#stage #page #sidebar_nav ul.parent {
  width: calc(100% - 2px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  paddding: 0px 0px 0px 0px;
  display: block;
  border: 1px solid #d0d0ce;
  border-top: none;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#stage #page #sidebar_nav ul.parent li {
  background-position: right 18px top 30px;
  background-repeat: no-repeat;
  width: calc(100% - 20px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  display: block;
  border-bottom: 1px solid #d0d0ce;
}
#stage #page #sidebar_nav ul.parent li:last-child {
  border-bottom: none;
}
#stage #page #sidebar_nav ul.parent li.page_item_has_children {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-down-gray.png);
  cursor: pointer;
}
#stage #page #sidebar_nav ul.parent li.page_item_has_children ul.children {
  display: none;
}
#stage #page #sidebar_nav ul.parent li.page_item_has_children:hover {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-down-blue.png);
}
#stage #page #sidebar_nav ul.parent li.page_item_has_children.open {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-up-gray.png);
}
#stage #page #sidebar_nav ul.parent li.page_item_has_children.open > ul.children {
  display: block;
}
#stage #page #sidebar_nav ul.parent li.page_item_has_children.open.current_page_item,
#stage #page #sidebar_nav ul.parent li.page_item_has_children.open.current_page_parent {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-up-blue.png);
}
#stage #page #sidebar_nav ul.parent li.page_item_has_children.current_page_item,
#stage #page #sidebar_nav ul.parent li.page_item_has_children.current_page_parent {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-down-blue.png);
}
#stage #page #sidebar_nav ul.parent li.current_page_item:not(.page_item_has_children) {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-right-blue.png);
}
#stage #page #sidebar_nav ul.parent li a {
  width: calc(100% - 40px);
  float: left;
  position: relative;
  margin: 0px 40px 0px 0px;
  padding: 27px 0px 27px 0px;
  display: block;
  outline: none;
  color: #231f20;
  font-size: 14px;
  line-height: 16px;
  font-family: 'GothamBold', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
#stage #page #sidebar_nav ul.parent li a:hover {
  color: #0071cf;
}
#stage #page #sidebar_nav ul.parent li.current_page_item a:nth-child(1),
#stage #page #sidebar_nav ul.parent li.current_page_parent a:nth-child(1) {
  color: #0071cf;
}
#stage #page #sidebar_nav ul.parent li.current_page_item ul.children li a,
#stage #page #sidebar_nav ul.parent li.current_page_parent ul.children li a {
  color: #231f20;
}
#stage #page #sidebar_nav ul.parent li ul.children {
  width: 100%;
  float: left;
  position: relative;
  margin: -10px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  display: block;
}
#stage #page #sidebar_nav ul.parent li ul.children li {
  background: none !important;
  width: calc(100% - 0px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  border-bottom: none !important;
}
#stage #page #sidebar_nav ul.parent li ul.children li a {
  width: calc(100% - 40px);
  float: left;
  position: relative;
  margin: 0px 40px 0px 0px;
  padding: 10px 0px 10px 0px;
  display: block;
  outline: none;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}
#stage #page #sidebar_nav ul.parent li ul.children li a:hover {
  color: #0071cf;
}
#stage #page #sidebar_nav ul.parent li ul.children li.current_page_item > a,
#stage #page #sidebar_nav ul.parent li ul.children li.current_page_ancestor > a {
  font-weight: 700;
  color: #0071cf;
}
#stage #page #sidebar_nav ul.parent li ul.children li.page_item_has_children {
  background: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-down-gray-small.png) right 20px top 14px no-repeat !important;
}
#stage #page #sidebar_nav ul.parent li ul.children li.page_item_has_children.open {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-up-blue-small.png) !important;
}
#stage #page #sidebar_nav ul.parent li ul.children li.page_item_has_children.open ul {
  display: block;
}
#stage #page #sidebar_nav ul.parent li ul.children li ul.children {
  width: calc(100% - 20px);
  margin-left: 20px;
  margin: 0px 0px 0px 10px;
}
#stage #page #sidebar_nav ul.parent li ul.children li ul.children li a {
  width: 100% !important;
  font-size: 12px;
  line-height: 12px;
}
#stage #page ul#sidebar_callouts {
  width: 100%;
  width: 265px;
  float: left;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: left;
}
#stage #page ul#sidebar_callouts li {
  width: calc(100% - 8px - 30px);
  float: left;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 30px 15px 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 4px solid #ff9e19;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#stage #page ul#sidebar_callouts li p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: center;
}
#stage #page ul#sidebar_callouts li p.title {
  font-family: 'GothamBold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #ff9e19;
  margin: -5px 0px 19px 0px;
}
#stage #page ul#sidebar_callouts li p.description {
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  font-weight: 300;
  color: #231f20;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 22px;
}
#stage #page ul#sidebar_callouts li a {
  color: #0071cf;
  font-weight: 700;
}
#stage #page ul#sidebar_callouts li a:hover {
  color: #231f20;
}
#stage #page ul#sidebar_callouts li a.cta.outline {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/cta-orange-40-arrow.png);
  border-color: #ff9e19;
  color: #ff9e19 !important;
}
#stage #page ul#sidebar_callouts li a.cta.outline:hover {
  background-color: #ff9e19 !important;
  color: #fff !important;
}
#stage #page ul#sidebar_callouts li:nth-child(2) {
  border-color: #a4d55f;
}
#stage #page ul#sidebar_callouts li:nth-child(2) p.title {
  color: #a4d55f;
}
#stage #page ul#sidebar_callouts li:nth-child(2) a.cta.outline {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/cta-green-40-arrow.png);
  border-color: #a4d55f;
  color: #a4d55f !important;
}
#stage #page ul#sidebar_callouts li:nth-child(2) a.cta.outline:hover {
  background-color: #a4d55f !important;
  color: #fff !important;
}
#stage #page ul#sidebar_callouts li:nth-child(3) {
  border-color: #0071cf;
}
#stage #page ul#sidebar_callouts li:nth-child(3) p.title {
  color: #0071cf;
}
#stage #page ul#sidebar_callouts li:nth-child(3) a.cta.outline {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/cta-40-arrow.png);
  border-color: #0071cf;
  color: #0071cf !important;
}
#stage #page ul#sidebar_callouts li:nth-child(3) a.cta.outline:hover {
  background-color: #0071cf !important;
  color: #fff !important;
}
#stage #page ul#sidebar_callouts li:nth-child(4) {
  border-color: #93c0ea;
}
#stage #page ul#sidebar_callouts li:nth-child(4) p.title {
  color: #93c0ea;
}
#stage #page ul#sidebar_callouts li:nth-child(4) a.cta.outline {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/cta-light-blue-40-arrow.png);
  border-color: #93c0ea;
  color: #93c0ea !important;
}
#stage #page ul#sidebar_callouts li:nth-child(4) a.cta.outline:hover {
  background-color: #93c0ea !important;
  color: #fff !important;
}
#stage #page ul#sidebar_callouts li:nth-child(5) {
  border-color: #231f20;
}
#stage #page ul#sidebar_callouts li:nth-child(5) p.title {
  color: #231f20;
}
#stage #page ul#sidebar_callouts li:nth-child(5) a.cta.outline {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/cta-black-40-arrow.png);
  border-color: #231f20;
  color: #231f20 !important;
}
#stage #page ul#sidebar_callouts li:nth-child(5) a.cta.outline:hover {
  background-color: #231f20 !important;
  color: #fff !important;
}
#stage #page #full-width,
#stage #page #right-column {
  width: calc(100% - 265px - 40px);
  float: right;
  position: relative;
  margin: 0px 0px 0px -10000px;
  padding: 25px 0px 80px 0px;
}
#stage #page #full-width hr,
#stage #page #right-column hr {
  width: 100%;
  height: 0px;
  float: left;
  position: relative;
  margin: 40px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  border-bottom: 1px solid #d0d0ce;
}
#stage #page #full-width .dad-youtube-responsive,
#stage #page #right-column .dad-youtube-responsive {
  margin: 40px 0px 40px 0px !important;
}
#stage #page #full-width img,
#stage #page #right-column img {
  max-width: 100%;
  height: auto;
}
#stage #page #full-width .inset-featured-image,
#stage #page #right-column .inset-featured-image {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 50% 20px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
}
#stage #page #full-width .inset-featured-image img,
#stage #page #right-column .inset-featured-image img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
#stage #page #full-width .inset-featured-image p,
#stage #page #right-column .inset-featured-image p {
  width: calc(100% - 20px);
  float: left;
  position: relative;
  margin: 10px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  color: #d0d0ce;
}
#stage #page #full-width h1,
#stage #page #right-column h1 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 24px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 30px;
  color: #0071cf;
  text-transform: uppercase;
}
#stage #page #full-width h2,
#stage #page #right-column h2 {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 24px;
  color: #231f20;
  text-transform: none;
}
#stage #page #full-width h2 a,
#stage #page #right-column h2 a {
  color: #0071cf;
}
#stage #page #full-width h2 a:hover,
#stage #page #right-column h2 a:hover {
  color: #231f20;
}
#stage #page #full-width h3,
#stage #page #right-column h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 24px;
  color: #0071cf;
  text-transform: none;
}
#stage #page #full-width h3 a,
#stage #page #right-column h3 a {
  color: #0071cf;
}
#stage #page #full-width h3 a:hover,
#stage #page #right-column h3 a:hover {
  color: #231f20;
}
#stage #page #full-width h4,
#stage #page #right-column h4 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 24px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 24px;
  line-height: 30px;
  color: #0071cf;
  text-transform: uppercase;
}
#stage #page #full-width table,
#stage #page #right-column table {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#stage #page #full-width table tr,
#stage #page #right-column table tr {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 40px 0px;
  display: block;
  border-bottom: 1px solid #d0d0ce;
}
#stage #page #full-width table tr:last-of-type,
#stage #page #right-column table tr:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#stage #page #full-width table tr td,
#stage #page #right-column table tr td {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
  font-size: 15px;
  line-height: 30px;
  color: #231f20;
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  text-align: left;
}
#stage #page #full-width table tr td ul,
#stage #page #right-column table tr td ul,
#stage #page #full-width table tr td ol,
#stage #page #right-column table tr td ol {
  margin-top: 10px;
}
#stage #page #full-width table tr td img,
#stage #page #right-column table tr td img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#stage #page #full-width table tr td h1,
#stage #page #right-column table tr td h1,
#stage #page #full-width table tr td h2,
#stage #page #right-column table tr td h2,
#stage #page #full-width table tr td h3,
#stage #page #right-column table tr td h3,
#stage #page #full-width table tr td h4,
#stage #page #right-column table tr td h4 {
  font-weight: 700;
}
#stage #page #full-width table.two-column tr td,
#stage #page #right-column table.two-column tr td {
  width: calc(50% - 10px);
}
#stage #page #full-width table.two-column tr td:nth-child(2),
#stage #page #right-column table.two-column tr td:nth-child(2) {
  float: right;
}
#stage #page #full-width table.two-thirds tr td,
#stage #page #right-column table.two-thirds tr td {
  width: calc(40% - 10px);
}
#stage #page #full-width table.two-thirds tr td:nth-child(2),
#stage #page #right-column table.two-thirds tr td:nth-child(2) {
  width: calc(60% - 10px);
}
#stage #page #full-width table.two-thirds-reverse tr td,
#stage #page #right-column table.two-thirds-reverse tr td {
  width: calc(60% - 10px);
}
#stage #page #full-width table.two-thirds-reverse tr td:nth-child(2),
#stage #page #right-column table.two-thirds-reverse tr td:nth-child(2) {
  width: calc(40% - 10px);
}
#stage #page #full-width table.one-fourth tr td,
#stage #page #right-column table.one-fourth tr td {
  width: calc(25% - 10px);
}
#stage #page #full-width table.one-fourth tr td:nth-child(2),
#stage #page #right-column table.one-fourth tr td:nth-child(2) {
  width: calc(75% - 10px);
}
#stage #page #full-width table.one-fourth-reverse tr td,
#stage #page #right-column table.one-fourth-reverse tr td {
  width: calc(75% - 10px);
}
#stage #page #full-width table.one-fourth-reverse tr td:nth-child(2),
#stage #page #right-column table.one-fourth-reverse tr td:nth-child(2) {
  width: calc(25% - 10px);
}
#stage #page #full-width table.half tr td,
#stage #page #right-column table.half tr td {
  width: calc(50% - 10px) !important;
}
#stage #page #full-width table.half tr td:nth-child(2),
#stage #page #right-column table.half tr td:nth-child(2) {
  width: calc(50% - 10px) !important;
}
#stage #page #full-width table.noborder tr,
#stage #page #right-column table.noborder tr {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 0px solid #d0d0ce;
}
#stage #page #full-width table.noborder tr:last-of-type,
#stage #page #right-column table.noborder tr:last-of-type {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#stage #page #full-width table.noborder tr td,
#stage #page #right-column table.noborder tr td {
  vertical-align: top;
}
#stage #page #full-width table.noborder tr td img,
#stage #page #right-column table.noborder tr td img {
  margin: 0px 0px 0px 0px !important;
}
#stage #page #full-width table.lesspad tr,
#stage #page #right-column table.lesspad tr {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
}
#stage #page #full-width table.three-column tr td,
#stage #page #right-column table.three-column tr td {
  width: calc(33% - 20px);
  padding-right: 10px;
}
#stage #page #full-width table.four-column tr td,
#stage #page #right-column table.four-column tr td {
  width: calc(25% - 10px);
}
#stage #page #full-width table.four-column tr td h3,
#stage #page #right-column table.four-column tr td h3 {
  width: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
#stage #page #full-width table.five-column tr td,
#stage #page #right-column table.five-column tr td {
  width: calc(20% - 10px);
  padding-right: 10px;
}
#stage #page #full-width table.five-column tr td h3,
#stage #page #right-column table.five-column tr td h3 {
  width: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
#stage #page #full-width ol,
#stage #page #right-column ol,
#stage #page #full-width ul,
#stage #page #right-column ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-position: outside;
  list-style-type: none;
}
#stage #page #full-width ol li,
#stage #page #right-column ol li,
#stage #page #full-width ul li,
#stage #page #right-column ul li {
  width: calc(100% - 30px);
  margin: 0px 0px 10px 0px;
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
#stage #page #full-width ol li a,
#stage #page #right-column ol li a,
#stage #page #full-width ul li a,
#stage #page #right-column ul li a {
  color: #0071cf;
  font-weight: 700;
}
#stage #page #full-width ol li a:visited,
#stage #page #right-column ol li a:visited,
#stage #page #full-width ul li a:visited,
#stage #page #right-column ul li a:visited {
  color: #0071cf;
}
#stage #page #full-width ol li a:hover,
#stage #page #right-column ol li a:hover,
#stage #page #full-width ul li a:hover,
#stage #page #right-column ul li a:hover {
  color: #231f20;
}
#stage #page #full-width ol li strong,
#stage #page #right-column ol li strong,
#stage #page #full-width ul li strong,
#stage #page #right-column ul li strong,
#stage #page #full-width ol li b,
#stage #page #right-column ol li b,
#stage #page #full-width ul li b,
#stage #page #right-column ul li b {
  font-weight: 700;
}
#stage #page #full-width ol li ol,
#stage #page #right-column ol li ol,
#stage #page #full-width ul li ol,
#stage #page #right-column ul li ol,
#stage #page #full-width ol li ul,
#stage #page #right-column ol li ul,
#stage #page #full-width ul li ul,
#stage #page #right-column ul li ul {
  margin: 10px 0px 10px 20px;
  width: calc(100% - 20px);
}
#stage #page #full-width ol li::before,
#stage #page #right-column ol li::before,
#stage #page #full-width ul li::before,
#stage #page #right-column ul li::before {
  content: "•";
  color: #0071cf;
  display: inline-block;
  width: 30px;
  font-weight: 700;
}
#stage #page #full-width ol,
#stage #page #right-column ol {
  list-style-type: none;
  counter-reset: li;
}
#stage #page #full-width ol li::before,
#stage #page #right-column ol li::before {
  content: counter(li) ".";
}
#stage #page #full-width ol li,
#stage #page #right-column ol li {
  counter-increment: li;
}
#stage #page #full-width p,
#stage #page #right-column p {
  margin: 0px 0px 24px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  line-height: 30px;
  color: #231f20;
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  text-align: left;
}
#stage #page #full-width p:last-of-type,
#stage #page #right-column p:last-of-type {
  margin-bottom: 0px;
}
#stage #page #full-width p.datelarge,
#stage #page #right-column p.datelarge {
  font-weight: 700;
  margin-top: -10px;
  font-size: 18px;
}
#stage #page #full-width p a,
#stage #page #right-column p a {
  color: #0071cf;
  font-weight: 700;
}
#stage #page #full-width p a:visited,
#stage #page #right-column p a:visited {
  color: #0071cf;
}
#stage #page #full-width p a:hover,
#stage #page #right-column p a:hover {
  color: #231f20;
}
#stage #page #full-width p strong,
#stage #page #right-column p strong,
#stage #page #full-width p b,
#stage #page #right-column p b {
  font-weight: 700;
}
#stage #page #full-width p em,
#stage #page #right-column p em,
#stage #page #full-width p i,
#stage #page #right-column p i {
  font-style: italic;
}
#stage #page #full-width p img,
#stage #page #right-column p img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 40px 0px 40px 0px;
}
#stage #page #full-width p img.aligncenter,
#stage #page #right-column p img.aligncenter,
#stage #page #full-width p img.full,
#stage #page #right-column p img.full {
  width: 100% !important;
  height: auto !important;
}
#stage #page #full-width p img.size-medium,
#stage #page #right-column p img.size-medium {
  width: 200px;
  height: auto;
  margin: 20px 0px 20px 0px;
}
#stage #page #full-width p img.alignright,
#stage #page #right-column p img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
#stage #page #full-width p img.alignleft,
#stage #page #right-column p img.alignleft {
  float: left;
  margin: 0 0 1em 1em;
}
#stage #page #full-width blockquote,
#stage #page #right-column blockquote {
  width: calc(100% - 50px);
  float: left;
  position: relative;
  margin: 20px 0px 20px 0px;
  padding: 0px 20px 0px 30px;
  clear: both;
}
#stage #page #full-width blockquote p,
#stage #page #right-column blockquote p {
  font-size: 18px !important;
  line-height: 36px !important;
  color: #231f20;
  margin: 0;
  padding: 0;
  clear: both;
}
#stage #page #full-width blockquote:before,
#stage #page #right-column blockquote:before {
  display: block;
  content: "\201C";
  font-size: 42px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #93c0ea;
}
#stage #page #full-width blockquote:after,
#stage #page #right-column blockquote:after {
  display: block;
  content: "\201D";
  font-size: 42px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #93c0ea;
}
#stage #page #full-width blockquote cite,
#stage #page #right-column blockquote cite {
  color: #93c0ea;
  display: block;
  font-weight: bold;
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
#stage #page #full-width blockquote cite:before,
#stage #page #right-column blockquote cite:before {
  content: "\2014 \2009";
}
#stage #page #full-width blockquote cite a,
#stage #page #right-column blockquote cite a {
  color: #93c0ea;
}
#stage #page #full-width ul#in-page-callouts,
#stage #page #right-column ul#in-page-callouts {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0px -40px 0px;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  border-top: 1px solid #d0d0ce;
}
#stage #page #full-width ul#in-page-callouts li::before,
#stage #page #right-column ul#in-page-callouts li::before {
  content: "";
  display: none;
}
#stage #page #full-width ul#in-page-callouts li,
#stage #page #right-column ul#in-page-callouts li {
  width: calc(50% - 21px - 20px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 0px;
}
#stage #page #full-width ul#in-page-callouts li:last-child,
#stage #page #right-column ul#in-page-callouts li:last-child {
  border-right: 0px;
}
#stage #page #full-width ul#in-page-callouts li img,
#stage #page #right-column ul#in-page-callouts li img {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#stage #page #full-width ul#in-page-callouts li p,
#stage #page #right-column ul#in-page-callouts li p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  display: block;
}
#stage #page #full-width ul#in-page-callouts li p.title,
#stage #page #right-column ul#in-page-callouts li p.title {
  font-weight: 700;
  font-family: 'GothamBold', sans-serif;
  color: #0071cf;
  text-transform: uppercase;
}
#stage #page #full-width ul#in-page-callouts li a.cta,
#stage #page #right-column ul#in-page-callouts li a.cta {
  margin-top: 20px;
  color: #fff;
}
#stage #page #full-width ul#in-page-callouts li a.cta:hover,
#stage #page #right-column ul#in-page-callouts li a.cta:hover {
  color: #0071cf;
}
#stage #page #full-width ul.events,
#stage #page #right-column ul.events {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  display: block;
  border-top: 1px solid #d0d0ce;
}
#stage #page #full-width ul.events li,
#stage #page #right-column ul.events li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#stage #page #full-width ul.events li:last-of-type,
#stage #page #right-column ul.events li:last-of-type {
  margin-bottom: 0px;
}
#stage #page #full-width ul.events li:before,
#stage #page #right-column ul.events li:before {
  display: none !important;
}
#stage #page #full-width ul.events li a.image,
#stage #page #right-column ul.events li a.image {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 98px;
  float: left;
  position: relative;
  margin: 0px 15px 0px 0px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  border: 0px;
  outline: none;
}
#stage #page #full-width ul.events li .details,
#stage #page #right-column ul.events li .details {
  width: calc(100% - 200px - 15px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
}
#stage #page #full-width ul.events li .details.noimage,
#stage #page #right-column ul.events li .details.noimage {
  width: 100%;
}
#stage #page #full-width ul.events li .details p,
#stage #page #right-column ul.events li .details p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  color: #5f5d5d;
  font-family: 'GothamBold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
}
#stage #page #full-width ul.events li .details p a,
#stage #page #right-column ul.events li .details p a,
#stage #page #full-width ul.events li .details p a:visited,
#stage #page #right-column ul.events li .details p a:visited {
  color: #0071cf;
  text-decoration: none;
}
#stage #page #full-width ul.events li .details p.title,
#stage #page #right-column ul.events li .details p.title {
  margin: 0px 0px 8px 0px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0071cf;
}
#stage #page #full-width ul.events li .details p.time,
#stage #page #right-column ul.events li .details p.time {
  background: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/icon-clock-small.png) left center no-repeat;
  width: calc(100% - 20px);
  margin-top: 7px;
  padding-left: 20px;
}
#stage #page #full-width ul.events li .details p.date,
#stage #page #right-column ul.events li .details p.date {
  background: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/icon-calendar-small.png) left center no-repeat;
  width: calc(100% - 20px);
  padding-left: 20px;
}
#stage #page #full-width ul.events li .details p.content,
#stage #page #right-column ul.events li .details p.content {
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  font-weight: normal;
  line-height: 28px;
  margin-top: 10px;
}
#stage #page #full-width ul.events li .details p.content a,
#stage #page #right-column ul.events li .details p.content a {
  text-decoration: underline;
}
#stage #page #full-width ul.events li .details p.content a:hover,
#stage #page #right-column ul.events li .details p.content a:hover {
  color: #231f20;
}
#stage #page #full-width ul.events li .details a.cta,
#stage #page #right-column ul.events li .details a.cta {
  margin-top: 20px;
}
#stage #page #full-width ul.news,
#stage #page #right-column ul.news {
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 40px 0px 0px 0px;
  display: block;
  border-top: 1px solid #d0d0ce;
}
#stage #page #full-width ul.news li,
#stage #page #right-column ul.news li {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#stage #page #full-width ul.news li:last-of-type,
#stage #page #right-column ul.news li:last-of-type {
  margin-bottom: 0px;
}
#stage #page #full-width ul.news li:before,
#stage #page #right-column ul.news li:before {
  display: none !important;
}
#stage #page #full-width ul.news li .details,
#stage #page #right-column ul.news li .details {
  width: 100%;
}
#stage #page #full-width ul.news li .details p.title,
#stage #page #right-column ul.news li .details p.title {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'GothamBold', sans-serif;
}
#stage #page #full-width ul.news li .details p.title a,
#stage #page #right-column ul.news li .details p.title a {
  text-decoration: none;
}
#stage #page #full-width ul.news li .details p.date,
#stage #page #right-column ul.news li .details p.date {
  background: none;
  width: 100%;
  padding-left: 0px;
  margin: 10px 0px 7px 0px;
  line-height: 14px;
  font-weight: bold;
  color: #231f20;
}
#stage #page #full-width div#sidebar_language,
#stage #page #right-column div#sidebar_language {
  width: calc(100% - 8px - 30px);
  max-width: 265px;
  float: left;
  position: relative;
  margin: 40px 0px 0px 0px;
  padding: 30px 15px 30px 15px;
  display: block;
  clear: left;
  border: 4px solid #0071cf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#stage #page #full-width div#sidebar_language p.title,
#stage #page #right-column div#sidebar_language p.title {
  font-family: 'GothamBold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #0071cf;
  margin: -5px 0px 19px 0px;
}
#stage #page #full-width div#sidebar_language ul#languages,
#stage #page #right-column div#sidebar_language ul#languages {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px -10px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  list-style-type: none;
  list-style-position: outside;
}
#stage #page #full-width div#sidebar_language ul#languages li,
#stage #page #right-column div#sidebar_language ul#languages li {
  width: 50%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#stage #page #full-width div#sidebar_language ul#languages li::before,
#stage #page #right-column div#sidebar_language ul#languages li::before {
  display: none;
}
#stage #page #full-width div#sidebar_language ul#languages li.current_page_item,
#stage #page #right-column div#sidebar_language ul#languages li.current_page_item {
  display: none;
}
#stage #page #full-width div#sidebar_language ul#languages li a,
#stage #page #right-column div#sidebar_language ul#languages li a {
  background-position: left center;
  background-repeat: no-repeat;
  width: calc(100% - 46px);
  height: 40px;
  padding-left: 26px;
  margin-left: 20px;
  color: #231f20;
  line-height: 40px;
  font-weight: 700;
  font-family: "Arial", "Helvetica", sans-serif;
  text-decoration: none;
}
#stage #page #full-width div#sidebar_language ul#languages li a:hover,
#stage #page #right-column div#sidebar_language ul#languages li a:hover {
  color: #0071cf;
  text-decoration: underline;
}
#stage #page #full-width div#sidebar_language ul#languages li.en a,
#stage #page #right-column div#sidebar_language ul#languages li.en a {
  background-image: url("http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/flag-us.png");
}
#stage #page #full-width div#sidebar_language ul#languages li.es a,
#stage #page #right-column div#sidebar_language ul#languages li.es a {
  background-image: url("http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/flag-spain.png");
}
#stage #page #full-width div#sidebar_language ul#languages li.de a,
#stage #page #right-column div#sidebar_language ul#languages li.de a {
  background-image: url("http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/flag-germany.png");
}
#stage #page #full-width div#sidebar_language ul#languages li.kr a,
#stage #page #right-column div#sidebar_language ul#languages li.kr a {
  background-image: url("http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/flag-korea.png");
}
#stage #page #full-width div#sidebar_language ul#languages li.hb a,
#stage #page #right-column div#sidebar_language ul#languages li.hb a {
  background-image: url("http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/flag-israel.png");
}
#stage #page #full-width {
  width: calc(100%);
  padding-top: 0px;
}
#stage #page.alteratetwocolumn #full-width {
  width: calc(50% - 40px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
}
#stage #page.alteratetwocolumn #right-column {
  width: calc(50% - 40px);
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding-top: 0px;
}
#stage #page div.wpcf7 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#stage #page div.wpcf7 div.screen-reader-response:first-of-type {
  display: none !important;
}
#stage #page div.wpcf7 form.wpcf7-form {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#stage #page div.wpcf7 form.wpcf7-form label {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-family: 'GothamBold', sans-serif;
  font-size: 14px;
  line-height: 14px;
}
#stage #page div.wpcf7 form.wpcf7-form input,
#stage #page div.wpcf7 form.wpcf7-form textarea {
  width: calc(100% - 22px);
  height: 40px;
  float: left;
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
  display: block;
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  font-size: 15px;
  line-height: 40px;
  color: #231f20;
  border: 1px solid #d0d0ce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
#stage #page div.wpcf7 form.wpcf7-form input::-webkit-input-placeholder,
#stage #page div.wpcf7 form.wpcf7-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d0d0ce !important;
}
#stage #page div.wpcf7 form.wpcf7-form input::-moz-placeholder,
#stage #page div.wpcf7 form.wpcf7-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0ce !important;
}
#stage #page div.wpcf7 form.wpcf7-form input:-ms-input-placeholder,
#stage #page div.wpcf7 form.wpcf7-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #d0d0ce !important;
}
#stage #page div.wpcf7 form.wpcf7-form input:-moz-placeholder,
#stage #page div.wpcf7 form.wpcf7-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #d0d0ce !important;
}
#stage #page div.wpcf7 form.wpcf7-form input.wpcf7-not-valid,
#stage #page div.wpcf7 form.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #dd1a1a;
}
#stage #page div.wpcf7 form.wpcf7-form textarea {
  clear: both;
  display: block;
  height: 120px;
  line-height: 22px;
  padding: 10px 10px 10px 10px;
}
#stage #page div.wpcf7 form.wpcf7-form input[type=tel] {
  max-width: 260px;
  clear: both;
}
#stage #page div.wpcf7 form.wpcf7-form input[type=submit] {
  width: auto;
  cursor: pointer;
  border: 0px;
  margin-top: 18px;
  padding: 0px 45px 0px 30px;
  font-family: 'GothamBold', sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  color: #FFF;
}
#stage #page div.wpcf7 form.wpcf7-form input[type=submit]:hover {
  background-color: #231f20;
  background-position: right 25px top 0px;
  color: #ffffff;
}
#stage #page div.wpcf7 form.wpcf7-form span {
  width: 100%;
  float: left;
  position: relative;
  margin: -5px 0px 10px 0px;
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
}
#stage #page div.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #dd1a1a;
}
#stage #page div.wpcf7 form.wpcf7-form #recaptcha,
#stage #page div.wpcf7 form.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: both;
}
#stage #page div.wpcf7 form.wpcf7-form div.wpcf7-response-output {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 14px;
  line-height: 14px;
}
#stage #page div.wpcf7 form.wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors {
  color: #dd1a1a;
}
#stage #page div.wpcf7 form.wpcf7-form p.note {
  margin: -20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  color: #d0d0ce !important;
  font-weight: normal;
  font-size: 11px !important;
  line-height: 11px !important;
}
#stage #page ul#search_results {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 40px 0px;
  display: block;
}
#stage #page ul#search_results li {
  background: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-right-blue.png) 0px 7px no-repeat;
  width: calc(100% - 20px);
  float: left;
  position: relative;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 20px;
  display: block;
}
#stage #page ul#search_results li:last-child {
  margin-bottom: 0px;
}
#stage #page ul#search_results li h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #0071cf;
  font-family: 'GothamBold', sans-serif;
  text-transform: uppercase;
  float: left;
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: both;
}
#stage #page ul#search_results li h4 a:link,
#stage #page ul#search_results li h4 a:visited {
  color: #0071cf;
  text-decoration: none;
}
#stage #page ul#search_results li h4 a:link:hover,
#stage #page ul#search_results li h4 a:visited:hover {
  color: #231f20;
  text-decoration: underline;
}
#stage #page ul#search_results li a.url:link,
#stage #page ul#search_results li a.url:visited {
  color: #231f20;
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  float: left;
  position: relative;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: both;
}
#stage #page ul#search_results li a.url:link:hover,
#stage #page ul#search_results li a.url:visited:hover {
  color: #0071cf;
}
#stage #page ul#search_results li p {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  display: block;
  font-family: 'Arial', 'Helvetica', 'sans-serif', sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #231f20;
  text-align: left;
  border-bottom: 1px solid #d0d0ce;
}
#stage #page .pagination {
  width: 100%;
  float: left;
  positoin: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#stage #page .pagination .screen-reader-text {
  display: none;
}
#stage #page .pagination .nav-links {
  width: 100%;
  float: left;
  positoin: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#stage #page .pagination .nav-links span.current {
  width: 28px;
  height: 28px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #0071cf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 28px;
  color: #0071cf;
}
#stage #page .pagination .nav-links a:link,
#stage #page .pagination .nav-links a:visited {
  width: 28px;
  height: 28px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #d0d0ce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 28px;
  color: #0071cf;
  text-decoration: none;
}
#stage #page .pagination .nav-links a:link:hover,
#stage #page .pagination .nav-links a:visited:hover {
  border-color: #0071cf;
  background-color: #0071cf;
  color: #ffffff;
}
#stage #page .pagination .nav-links a:link.next,
#stage #page .pagination .nav-links a:visited.next,
#stage #page .pagination .nav-links a:link.prev,
#stage #page .pagination .nav-links a:visited.prev {
  width: auto;
  border-color: #fff !important;
}
#stage #page .pagination .nav-links a:link.next:hover,
#stage #page .pagination .nav-links a:visited.next:hover,
#stage #page .pagination .nav-links a:link.prev:hover,
#stage #page .pagination .nav-links a:visited.prev:hover {
  background-color: #fff;
  color: #231f20;
}
#stage #page .pagination .nav-links a:link.next,
#stage #page .pagination .nav-links a:visited.next {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-right-blue.png);
  background-position: right top 9px;
  background-repeat: no-repeat;
  padding-right: 15px;
  margin-left: 10px;
}
#stage #page .pagination .nav-links a:link.next:hover,
#stage #page .pagination .nav-links a:visited.next:hover {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-right-black.png);
}
#stage #page .pagination .nav-links a:link.prev,
#stage #page .pagination .nav-links a:visited.prev {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-left-blue.png);
  background-position: left top 9px;
  background-repeat: no-repeat;
  padding-left: 15px;
  margin-right: 5px;
}
#stage #page .pagination .nav-links a:link.prev:hover,
#stage #page .pagination .nav-links a:visited.prev:hover {
  background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-left-black.png);
}
#subhead {
  background: #0071cf url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/subhead-bg.png) right top no-repeat;
  width: 100%;
  height: 120px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#subhead .content {
  width: calc(100% - 80px);
  max-width: 1100px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#subhead .content h1,
#subhead .content h2 {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-family: 'GothamBold', sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #93c0ea;
}
#subhead .content h1 strong,
#subhead .content h2 strong {
  color: #ffffff;
}
#subhead .content h1 {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#subhead .content h1 a {
  color: #ffffff;
  text-decoration: none;
}
#subhead .content h1 a:hover {
  text-decoration: underline;
}
#subhead .content h2 {
  text-transform: uppercase;
  margin: 8px 20px -8px 0px;
}
#subhead .content p {
  float: right;
  position: relative;
  margin: 8px 0px -8px 20px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-size: 14px;
  color: #93c0ea;
  text-transform: uppercase;
}
#subhead .content p a:link,
#subhead .content p a:visited {
  color: #ffffff;
  text-transform: none;
}
#subhead .content p a:link:hover,
#subhead .content p a:visited:hover {
  color: #231f20;
}
@media screen and (max-width: 1050px) {
  #stage #page {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 860px) {
  #stage #page {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
  }
  #stage #page #full-width {
    width: 100% !important;
  }
  #stage #page #sidebar_nav {
    width: 100%;
    margin: 0px 0px 20px 0px;
    order: 1;
    height: 76px;
  }
  #stage #page #sidebar_nav #expand {
    background: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-down-white.png) right 20px center no-repeat;
    position: absolute;
    width: 60px;
    height: 76px;
    right: 0px;
    top: 0px;
    z-index: 1;
    display: block;
    cursor: pointer;
  }
  #stage #page #sidebar_nav.open {
    height: auto !important;
  }
  #stage #page #sidebar_nav.open #expand {
    background-image: url(http://www.hceda.org/wp-content/themes/hceda/elements/styles/../images/nav-arrow-up-white.png);
  }
  #stage #page ul#sidebar_callouts {
    width: 100%;
    float: right;
    margin: 0px 0px 0px 0px;
    order: 3;
  }
  #stage #page #right-column {
    width: 100% !important;
    float: left;
    margin: 0px 0px 0px 0px;
    padding-bottom: 40px;
    order: 2;
  }
  #stage #page #right-column ul#in-page-callouts {
    margin: 40px 0px 0px 0px !important;
  }
}
@media screen and (max-width: 700px) {
  #stage #page #right-column .inset-featured-image {
    width: 100%;
  }
  #stage #page #right-column table tr td {
    width: 100% !important;
    float: left !important;
    margin-top: 20px !important;
    display: block !important;
  }
  #stage #page #right-column table tr:first-of-type {
    margin-top: 0px !important;
  }
  #stage #page #right-column ul.events li a.image {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 98px;
    float: left;
    position: relative;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    border: 0px;
    outline: none;
  }
  #stage #page #right-column ul.events li .details {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  #full-width img,
  #right-column img {
    width: 100%;
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  ul#in-page-callouts {
    flex-direction: column;
    justify-content: flex-start;
  }
  ul#in-page-callouts li {
    width: calc(100% - 20px) !important;
    float: left;
    position: relative;
    margin: 0px 0px 40px 0px !important;
    padding: 0px 0px 40px 0px !important;
    border-right: 0px solid #d0d0ce !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  ul#in-page-callouts li:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px;
  }
  ul#in-page-callouts li p {
    text-align: center !important;
  }
}
@media screen and (max-width: 420px) {
  #stage #page {
    width: calc(100% - 40px);
  }
}
