@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,700italic,600italic,300italic|Open+Sans+Condensed:700|Droid+Serif:400italic);
/* Core/Reset Styles */
/* Reset CSS */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
}

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

b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  border: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* Core CSS */
body {
  line-height: 24px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #333;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.55em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.1em;
}

p {
  margin: 0 0 20px 0;
}

ol, ul {
  list-style: none;
}

ul {
  list-style: disc;
  margin: 0 0 20px 2.5em;
}

ol {
  list-style-type: decimal;
  margin: 0 0 20px 3em;
}

ol ol {
  list-style: upper-roman;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: upper-alpha;
}

ol ol ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-top: 8px;
}

dl {
  margin: 0 0 18px 3px;
}

dl dt {
  font-weight: bold;
  margin: 12px 0 0 0;
}

dl dd {
  margin: 6px 0 0 1.5em;
}

strong {
  font-weight: bold;
}

strong strong {
  font-weight: normal;
}

em, cite {
  font-style: italic;
}

em em, cite cite {
  font-style: normal;
}

abbr {
  cursor: help;
}

acronym {
  text-transform: uppercase;
  border-bottom: 1px dashed #666;
  cursor: help;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: baseline;
  position: relative;
  bottom: 0.3em;
}

sub {
  vertical-align: baseline;
  position: relative;
  top: 0.3em;
}

address {
  font-style: italic;
  margin: 0 0 20px 0;
}

li address, dd address {
  margin: 0;
}

blockquote {
  margin: 0 2.5em;
  font-style: normal;
}

blockquote em, blockquote cite {
  font-style: italic;
}

blockquote, q {
  quotes: none;
}

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

a {
  cursor: pointer;
}

a img {
  border: none;
}

pre {
  overflow: auto;
  font: .9em Monaco, monospace, Courier, "Courier New";
  line-height: 21px;
  margin-bottom: 20px;
  padding: 9px;
}

code {
  font: .9em Monaco, monospace, Courier, "Courier New";
}

pre code {
  font-size: 1em;
}

ins, dfn {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid #666;
}

del, s, strike {
  text-decoration: line-through;
}

object {
  margin-bottom: 21px;
}

input, textarea {
  font-size: 1em;
  padding: 3px;
}

input[type="submit"] {
  cursor: pointer;
}

:focus {
  outline: none;
}

form label {
  cursor: pointer;
}

option {
  padding: 1px 3px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

th, td {
  text-align: left;
}

hr {
  height: 1px;
  margin-bottom: 21px;
  background: #333;
}

img.wp-smiley {
  max-height: 12px;
  margin: 0;
  padding: 0;
  border: none;
}

.gallery {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.alignleft, .left {
  float: left;
  margin-right: 15px;
}

.alignright, .right {
  float: right;
  margin-left: 15px;
}

.aligncenter, .center {
  display: block;
  margin: 0 auto 20px auto;
}

.alignnone, .block {
  clear: both;
  margin: 0 0 20px 0;
}

.clear {
  clear: both;
}

div.clear {
  font-size: 0;
  line-height: 0;
  height: 0;
  visibility: hidden;
}

img.alignleft, img.alignright {
  display: inline;
}

blockquote.alignleft, blockquote.alignright {
  width: 33%;
}

html {
  box-sizing: border-box;
  height: 100%;
}

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

a {
  transition: color .2s, background .2s ease-in-out;
}

html {
  font-size: 93.75%;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
}

a, a:visited {
  color: #15489f;
  text-decoration: none;
}

a:hover, a:active {
  color: #15489f;
  text-decoration: underline;
}

h1 {
  margin-bottom: 25px;
  color: #15489f;
  font-size: 36px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1em;
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 30px;
    font-size: 2rem;
  }
}

h2 {
  margin-bottom: 17px;
  color: #15489f;
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 600;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

p {
  margin: 1em 1.5em;
}

ul {
  list-style-type: disc;
  margin: 0 0 15px 15px;
}

ol {
  list-style-type: decimal;
  margin: 0 0 15px 20px;
}

li {
  margin: 0 0 5px 15px;
}

blockquote {
  font-style: italic;
  color: #555;
}
blockquote blockquote {
  color: #777;
}
blockquote em {
  font-style: normal;
}

pre {
  padding: 9px;
  background: #f9f9f9;
  border: 1px solid #ccc;
}

code {
  padding: 0 3px;
  background: #eee;
}

pre code {
  background: transparent;
}

table {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table caption {
  font-size: .9em;
  font-style: italic;
  text-align: right;
}
table td, table th {
  padding: 3px 6px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table th {
  background: #eee;
}

.drop-cap {
  float: left;
  margin: 3px 3px 0 0;
  font: normal normal normal 47px/35px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Georgia, serif;
  color: #333;
}

.note {
  padding: 6px 9px;
  background: #eee;
  border: 1px solid #ccc;
}

.warning, .alert {
  padding: 6px 9px;
  background: #fffbbc;
  border: 1px solid #E6DB55;
}

.error {
  padding: 6px 9px;
  background: #ffebe8;
  border: 1px solid #C00;
}

.download {
  padding: 6px 9px;
  background: #e7f7d3;
  border: 1px solid #6c3;
}

.breadcrumbs {
  margin: 0 0 30px 0;
  font-size: .9em;
  font-style: italic;
  color: #666;
}
.breadcrumbs a {
  color: #111;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #d54e21;
  text-decoration: underline;
}

.entry img {
  margin: 3px 0 5px;
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
}
.entry img.alignleft {
  display: inline;
  float: left;
  margin-right: 27px;
}
.entry img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.entry img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}
.entry img.alignnone {
  clear: both;
  margin: 0 0 20px;
}
.entry img.size-medium {
  width: 45%;
  max-width: 325px;
}
.entry img.size-thumbnail {
  max-width: 45%;
}

img.wp-smiley {
  max-width: 12px;
  padding: 0;
  background: transparent;
  border: none;
}

.wp-caption {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 1px;
  text-align: center;
  width: auto !important;
  display: table;
}
.wp-caption .wp-caption-text {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.15em;
  text-align: center;
  display: table-caption;
  caption-side: bottom;
}
.wp-caption img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  border: none;
  box-shadow: none;
  max-width: 100% !important;
  width: 100% !important;
}

.gallery img {
  border: 1px solid #ccc;
}

.avatar {
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px 15px 0 0;
  padding: 4px;
  border: 1px solid #ccc;
}

.no-wrap {
  white-space: nowrap;
}

.no-border {
  border: none !important;
}

.no-shadow {
  box-shadow: none !important;
}

.no-margin {
  margin: 0 !important;
}

.separator {
  padding: 0 5px;
}

.display-none {
  display: none;
}

.mobile-only {
  display: none !important;
}

.text-center {
  text-align: center;
}

/* Get gallery CSS */
.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}
.gallery .gallery-item .gallery-icon img {
  width: auto;
  max-width: 89%;
  height: auto;
  padding: 1%;
  margin: 0 auto;
}
.gallery .gallery-caption {
  margin-left: 0;
}
.gallery .col-0 {
  width: 100%;
}
.gallery .col-1 {
  width: 100%;
}
.gallery .col-2 {
  width: 50%;
}
.gallery .col-3 {
  width: 33.33%;
}
.gallery .col-4 {
  width: 25%;
}
.gallery .col-5 {
  width: 20%;
}
.gallery .col-6 {
  width: 16.66%;
}
.gallery .col-7 {
  width: 14.28%;
}
.gallery .col-8 {
  width: 12.5%;
}
.gallery .col-9 {
  width: 11.11%;
}
.gallery .col-10 {
  width: 10%;
}
.gallery .col-11 {
  width: 9.09%;
}
.gallery .col-12 {
  width: 8.33%;
}
.gallery .col-13 {
  width: 7.69%;
}
.gallery .col-14 {
  width: 7.14%;
}
.gallery .col-15 {
  width: 6.66%;
}
.gallery .col-16 {
  width: 6.25%;
}
.gallery .col-17 {
  width: 5.88%;
}
.gallery .col-18 {
  width: 5.55%;
}
.gallery .col-19 {
  width: 5.26%;
}
.gallery .col-20 {
  width: 5%;
}
.gallery .col-21 {
  width: 4.76%;
}
.gallery .col-22 {
  width: 4.54%;
}
.gallery .col-23 {
  width: 4.34%;
}
.gallery .col-24 {
  width: 4.16%;
}
.gallery .col-25 {
  width: 4%;
}
.gallery .col-26 {
  width: 3.84%;
}
.gallery .col-27 {
  width: 3.7%;
}
.gallery .col-28 {
  width: 3.57%;
}
.gallery .col-29 {
  width: 3.44%;
}
.gallery .col-30 {
  width: 3.33%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Main Styles */
#container {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  z-index: 10;
  overflow-x: hidden;
}

.main {
  position: relative;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 5em;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}

.masthead {
  height: 270px;
  width: 100%;
  background-image: url("../../images/header-img-news-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #dce4f1;
  margin-bottom: 1.5em;
}

.page-about .masthead {
  background-image: url("../../images/header-img-about.jpg");
}
.page-about .masthead.masthead-1 {
  background-image: url("../../images/header-img-about-1.jpg");
}
.page-about .masthead.masthead-2 {
  background-image: url("../../images/header-img-about-2.jpg");
}
.page-about .masthead.masthead-3 {
  background-image: url("../../images/header-img-about-3.jpg");
}
.page-about .masthead.masthead-4 {
  background-image: url("../../images/header-img-about-4.jpg");
}
.page-about .masthead.masthead-5 {
  background-image: url("../../images/header-img-about-5.jpg");
}

.page-health-workforce .masthead {
  background-image: url("../../images/header-img-health-workforce.jpg");
}
.page-health-workforce .masthead.masthead-1 {
  background-image: url("../../images/header-img-health-workforce-1.jpg");
}
.page-health-workforce .masthead.masthead-2 {
  background-image: url("../../images/header-img-health-workforce-2.jpg");
}
.page-health-workforce .masthead.masthead-3 {
  background-image: url("../../images/header-img-health-workforce-3.jpg");
}
.page-health-workforce .masthead.masthead-4 {
  background-image: url("../../images/header-img-health-workforce-4.jpg");
}
.page-health-workforce .masthead.masthead-5 {
  background-image: url("../../images/header-img-health-workforce-5.jpg");
}

.page-our-work .masthead {
  background-image: url("../../images/header-img-our-work.jpg");
}
.page-our-work .masthead.masthead-1 {
  background-image: url("../../images/header-img-our-work-1.jpg");
}
.page-our-work .masthead.masthead-2 {
  background-image: url("../../images/header-img-our-work-2.jpg");
}
.page-our-work .masthead.masthead-3 {
  background-image: url("../../images/header-img-our-work-3.jpg");
}
.page-our-work .masthead.masthead-4 {
  background-image: url("../../images/header-img-our-work-4.jpg");
}
.page-our-work .masthead.masthead-5 {
  background-image: url("../../images/header-img-our-work-5.jpg");
}

.page-contact .masthead {
  background-image: url("../../images/header-img-contact.jpg");
}

body.popup-active::after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
}

.page-template-ny-health-workforce-monitoring .masthead,
.page-template-current-projects .masthead,
.page-template-ny-health-workforce-data .masthead,
.page-template-health-careers .masthead,
.page-template-substantive-topics-list .masthead,
.page-template-reports-presentations .masthead,
.page-template-shortage-area-designations .masthead,
.page-template-shortage-areas .masthead,
.page-template-service-obligated-programs .masthead,
.singular-page-8461 #container .masthead {
  margin-bottom: 2.4em;
}

.content {
  margin: 0 auto;
  max-width: 960px;
  max-width: 936px;
  border-left: solid 3px #f6891f;
}
.page-content .content, .error-404 .content, .page-template-ny-health-workforce-monitoring .content, .page-template-current-projects .content, .page-template-ny-health-workforce-data .content, .page-template-health-careers .content, .page-template-substantive-topics-list .content, .page-template-reports-presentations .content, .page-template-shortage-area-designations .content, .page-template-shortage-areas .content, .page-template-service-obligated-programs .content, .singular-page-8461 #container .content {
  border: none;
}

.error-404 .no-post {
  border: none;
}

.middle-column {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}

.main-content-column {
  display: inline-block;
  vertical-align: top;
}
.error-404 .main-content-column, .page-template-ny-health-workforce-monitoring .main-content-column {
  border: none;
  width: 100%;
}
.page-template-service-obligated-search .main-content-column, .archive-program-db .main-content-column, .singular-program-db .main-content-column, .singular-page-7329 .main-content-column, .singular-page-7549 .main-content-column {
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 870px) {
  .page-template-service-obligated-search .main-content-column, .archive-program-db .main-content-column, .singular-program-db .main-content-column, .singular-page-7329 .main-content-column, .singular-page-7549 .main-content-column {
    padding-left: 0;
    padding-top: 25px;
  }
}

.sopd-filter .filter-list {
  display: block;
  width: 50%;
  float: left;
  padding-right: 10px;
}
@media only screen and (max-width: 450px) {
  .sopd-filter .filter-list {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
.sopd-filter .filter-list:nth-of-type(3n+2) {
  float: right;
  padding-right: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 450px) {
  .sopd-filter .filter-list:nth-of-type(3n+2) {
    float: none;
    padding-left: 0;
    margin-top: 20px;
  }
}
.sopd-filter .filter-list:nth-of-type(3n+3) {
  margin-top: 20px;
}
.sopd-filter .filter-list h4 {
  margin-bottom: 5px;
}
.sopd-filter .filter-list ul {
  margin: 0;
  list-style-type: none;
}
.sopd-filter .filter-list ul li {
  margin: 0;
  line-height: 1.4em;
}
.sopd-filter .filter-list ul li label {
  display: flex;
  flex-flow: row;
}
.sopd-filter .filter-list ul li label span {
  flex-grow: 1;
}
.sopd-filter .filter-list ul li input {
  margin: 5px 10px 0 0;
}
.sopd-filter .filter-list ul li + li {
  margin-top: 10px;
}
.sopd-filter input[type="submit"] {
  background-color: #dce4f1;
  display: block;
  padding: .45em 1em;
  font-size: 1.2rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all .3s;
  border: none;
  box-shadow: none;
  color: #15489f;
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
}
.sopd-filter input[type="submit"]:hover {
  background-color: #cad6ea;
}

.aside ~ .main-content-column {
  padding: 25px 0 33px 33px;
  width: 77%;
}

.hentry {
  margin: 0 0 40px;
}

.singular .hentry {
  margin: 0;
}

.loop-meta {
  margin: 0 0 40px 0;
}

.byline {
  margin: 0 0 15px 0;
  color: #666;
}

.entry-content {
  margin: 0 0 10px;
}

/*.singular-page-7329,*/
.singular-page-7496 .entry {
  display: flex;
  flex-flow: wrap;
}
.singular-page-7496 .entry .entry-header, .singular-page-7496 .entry .entry-footer {
  flex-basis: 100%;
}
.singular-page-7496 .entry .entry-content {
  flex-basis: 57%;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .singular-page-7496 .entry .entry-content {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.singular-page-7496 .entry .entry-content_right {
  margin-top: 15px;
  flex-basis: 43%;
  padding: 20px;
  background-color: rgba(169, 169, 169, 0.15);
}
@media only screen and (max-width: 767px) {
  .singular-page-7496 .entry .entry-content_right {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .singular-page-7496 .entry .entry-content_right ul {
    margin-left: 0;
  }
}

.additional-resources {
  list-style-type: none;
  margin: 0;
}
.additional-resources li {
  display: flex;
  margin: 1em 0;
}
.additional-resources a {
  font-weight: 600;
  display: flex;
  width: 35%;
  margin-right: 5%;
}
.additional-resources span {
  display: flex;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .singular-page-7496 .entry {
    position: relative;
    padding-bottom: 50px;
  }
}
.singular-page-7496 .entry .entry-content {
  flex-basis: 60%;
}
.singular-page-7496 .entry .entry-content.entry-no-results {
  flex-basis: 100%;
  padding: 20px;
  background-color: rgba(169, 169, 169, 0.15);
  border-radius: 15px;
  margin-top: 20px;
}
.singular-page-7496 .entry .entry-content.entry-no-results h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .singular-page-7496 .entry .entry-content {
    flex-basis: 100%;
    position: static;
  }
}
.singular-page-7496 .entry .entry-content .search-field {
  width: 100%;
  max-width: none;
}
.singular-page-7496 .entry .entry-content .search-field::placeholder {
  font-size: 21px;
  font-size: 1.4rem;
  line-height: 1.2em;
}
.singular-page-7496 .entry .entry-content input[type="submit"] {
  background-color: #dce4f1;
  display: block;
  padding: .45em 1em;
  font-size: 1.2rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all .3s;
  border: none;
  box-shadow: none;
  color: #15489f;
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
}
.singular-page-7496 .entry .entry-content input[type="submit"]:hover {
  background-color: #cad6ea;
}
.singular-page-7496 .entry .entry-content_right {
  margin-top: 0;
  flex-basis: 40%;
}
@media only screen and (max-width: 767px) {
  .singular-page-7496 .entry .entry-content_right {
    flex-basis: 100%;
    margin-top: 15px;
  }
}

.entry-content p {
  margin: 15px 0;
}

.entry-meta {
  clear: both;
}

p.page-links, .comment-pagination {
  clear: both;
}

.comment-pagination {
  margin-bottom: 21px;
}

p.page-links a, .comment-pagination .page-numbers {
  margin: 0 3px;
  padding: 3px 9px 3px 9px;
  border: 1px solid #ccc;
}

.navigation {
  margin-top: 2em;
}

.navigation-links {
  padding: 0 0 35px;
  font-weight: bold;
}
.navigation-links .previous {
  float: left;
  max-width: 50%;
}
.navigation-links .next {
  float: right;
  max-width: 50%;
  text-align: right;
}

.navigation-attachment {
  overflow: hidden;
}

.widget {
  padding: 0 0 15px;
}

#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
  margin: 0 0 21px 0;
  padding: 20px 20px 0 20px;
  border: 1px solid #ccc;
}

#comments-template {
  clear: both;
}

.comments-closed {
  font-style: italic;
}

ol.comment-list, ol.comment-list ol.children {
  list-style: none;
  margin: 0;
}

li.comment, li.pingback, li.trackback {
  overflow: hidden;
  margin: 0 0 15px 0;
}

li li.comment, li li li.comment, li li li li.comment, li li li li li.comment, li li li li li li.comment, li li li li li li li.comment, li li li li li li li li.comment,
li li li li li li li li li.comment, li li li li li li li li li li.comment {
  margin: 0 0 0 25px;
}

#comments-template .avatar {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 15px;
  padding: 0;
  border: 1px solid #666;
}

.comment-meta {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.3em;
  color: #333;
}

.comment-author {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #717171;
  display: block;
  padding: 0 0 3px;
  color: #000;
}
.comment-author cite {
  font-style: normal;
}

.comment-text {
  clear: left;
  margin: 0;
}

.comment-navigation {
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.2rem;
}

.comment-navigation span, .comment-navigation a {
  margin-right: 5px;
}

.comment-navigation span {
  font-weight: bold;
}

a#cancel-comment-reply-link {
  font-size: 14px;
  font-size: 0.93333rem;
  margin-left: 15px;
}

.text-input {
  padding: 5px;
  font-size: 15px;
  font-size: 1rem;
  width: 100%;
}

#comments-template label {
  display: block;
  margin: 0 0 5px;
}

textarea#comment {
  font-size: 15px;
  font-size: 1rem;
  padding: 5px;
  width: 100%;
}

input#submit {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
  font-size: 1rem;
  padding: 7px 15px 8px 15px;
  background: white;
  border: 1px solid #ccc;
}
input#submit:hover {
  cursor: pointer;
  background: #f9f9f9;
}

.archive .entry, .blog .entry {
  border-top: 1px solid #bababa;
  padding-top: 1em;
  margin-top: 1em;
}
.archive .entry h2, .blog .entry h2 {
  margin-bottom: .15em;
}

.singular h1 {
  margin-bottom: 5px;
}

.singular-program-db h1 {
  margin-bottom: 20px;
}

.entry-byline {
  color: #636363;
}

a.read-more {
  margin-left: 1.5em;
  text-transform: uppercase;
}
a.read-more:link, a.read-more:visited {
  color: #f6891f;
}

.year-archive {
  margin-top: -.5em;
  color: #f6891f;
}
.year-archive:before {
  content: '\f105 ';
  font-family: "FontAwesome";
}

.page-header_sopd {
  position: relative;
  width: 100%;
}

.singular-program-db h1.page-title, h1.page-title.page-title_singular {
  margin-bottom: 20px;
}
h1.page-title .filter-breadcrumb {
  color: #636363;
  font-size: 0.8em;
}
h1.page-title.sub-page-title {
  font-size: 30px;
  font-size: 2rem;
}
@media only screen and (max-width: 450px) {
  h1.page-title.sub-page-title {
    font-size: 24px;
    font-size: 1.6rem;
  }
}

.back-to {
  border-bottom: 1px solid #bababa;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.back-to a {
  color: #f6891f;
  text-transform: uppercase;
  font-size: 1.1rem;
}
@media only screen and (max-width: 450px) {
  .back-to a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}
.back-to a:before {
  content: '\f104\00a0\00a0';
  font-family: "FontAwesome";
}
.back-to a.back-to_forward {
  float: right;
}
.back-to a.back-to_forward:before {
  content: '';
}
.back-to a.back-to_forward:after {
  content: '\00a0\00a0\f105';
  font-family: "FontAwesome";
}
.singular-page-7496 .back-to {
  border: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.singular-page-7496 .back-to.back-to_alt {
  position: static;
  float: right;
}
.singular-page-7496 .back-to.back-to_alt a:before {
  content: '';
}
.singular-page-7496 .back-to.back-to_alt a:after {
  content: '\00a0\00a0\f105';
  font-family: "FontAwesome";
}

.blog .entry-content, .blog .entry-footer, .singular-post .entry-content, .singular-post .entry-footer {
  margin: 1em 1.5em;
}

.entry-downloads {
  margin: 1.5em;
}
.entry-downloads .download-link, .entry-downloads .download-specs {
  text-decoration: none;
}
.entry-downloads .download-link:before, .entry-downloads .download-link:after, .entry-downloads .download-specs:before, .entry-downloads .download-specs:after {
  font-family: "FontAwesome";
}
.entry-downloads .download-link {
  color: #f6891f;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-right: 1em;
}
.entry-downloads .download-link:after {
  content: ' \f105';
}
.entry-downloads .download-specs {
  background-color: #dce4f1;
  display: inline-block;
  padding: .45em 1em;
  font-size: 1.2rem;
  border-radius: 10px;
  text-decoration: none;
}
.entry-downloads .download-specs:before {
  content: '\f1c1';
  color: #f6891f;
  padding-right: .5em;
}
.entry-downloads .download-attachment:hover {
  text-decoration: none;
}
.entry-downloads .download-attachment:hover .download-specs {
  background-color: #cad6ea;
}
.entry-downloads .download-attachment span {
  transition: all .3s;
}
.entry-downloads.entry-database .download-specs:before {
  content: '\f05a';
}

.nav-links .current {
  background-color: #f6891f;
  color: #fff;
}
.nav-links a:not(.next):not(.prev) {
  background-color: #fde7d2;
}
.nav-links a:not(.next):not(.prev):hover {
  background-color: #fcdaba;
}
.nav-links span, .nav-links a:not(.next):not(.prev) {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.map-featured {
  width: 55%;
  margin: 0 0 0 4%;
  display: inline-block;
}

.acf-map {
  height: 400px;
  width: 100%;
}
.acf-map img {
  max-width: inherit !important;
}

.singular-page-13 .content {
  border: none;
}
.singular-page-13 .entry {
  padding-left: 230px;
  width: 100%;
}
.singular-page-13 .entry .entry-content {
  margin: 1em 0;
  width: 40%;
  display: inline-block;
}
.singular-page-13 .entry-content, .singular-page-13 .acf-map {
  vertical-align: top;
}

.text-orange {
  color: #f6891f;
  font-weight: 600;
}

.entry-program p {
  display: flex;
  flex-flow: wrap;
  padding: 10px 0;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .entry-program p {
    padding: 10px;
  }
}
.entry-program p:nth-of-type(odd) {
  background-color: rgba(169, 169, 169, 0.15);
}
.entry-program p .text-orange {
  flex-basis: 25%;
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .entry-program p .text-orange {
    flex-basis: 100%;
    text-align: left;
    display: block;
  }
}
.entry-program p .text-orange + span {
  flex-basis: 75%;
  padding-left: 20px;
}
.entry-program p .text-orange + span a {
  word-break: break-word;
}
@media only screen and (max-width: 500px) {
  .entry-program p .text-orange + span {
    flex-basis: 100%;
    padding-left: 0;
    display: block;
  }
}
.entry-program p a i {
  margin-left: 5px;
}

.aside-filters {
  padding-top: 18px;
}
.aside-filters p {
  margin: 0;
  padding: 0 21px 15px 11px;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.33em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.75);
}
.aside-filters h3 {
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  display: block;
  margin: 0 0 4px;
  padding: 6px 21px 6px 11px;
  color: #f6891f;
  text-decoration: none;
  line-height: 1.15em;
}
.aside-filters .filter-list {
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 2px solid #f6891f;
}
.aside-filters .filter-list ul {
  overflow: hidden;
  position: relative;
  transition: height 0.4s ease;
  padding: 0 0 5px;
}
.aside-filters .filter-list ul li {
  font-size: 15px;
  font-size: 1rem;
}
.aside-filters .filter-list ul li.filter-selcted a {
  background-color: rgba(246, 137, 31, 0.2);
  color: #15489f;
}
.aside-filters .filter-list ul li.filter-selcted a:hover {
  background-color: #f6891f;
  color: #fff;
}
.aside-filters .filter-list .filter-more {
  margin: 5px 0 -10px;
  font-size: 14px;
  font-size: 0.93333rem;
  text-transform: uppercase;
  background-color: rgba(21, 72, 159, 0.1);
}
.aside-filters .filter-list .filter-more i {
  float: right;
}
.aside-filters .filter-list .filter-more:hover {
  background-color: #15489f;
}
.aside-filters .filter-list .filter-more:hover:after {
  content: '';
  display: none;
}

.timeline {
  overflow: hidden;
  margin: 2rem 0;
}
.timeline dt {
  color: #fff;
  float: left;
  font-size: 40px;
  padding: 20px;
  text-align: center;
  margin: 0;
  width: 25%;
  font-weight: normal;
}
.timeline dd {
  border-bottom: 1px solid #a9a9a9;
  margin: 0;
  width: 75%;
  float: right;
  font-size: 16px;
  padding: 15px 20px;
}
.timeline dd:last-of-type {
  border: none;
}
.timeline dd p:first-child {
  margin-top: 0;
}
.timeline dd p:last-child {
  margin-bottom: 0;
}
.timeline:nth-child(odd) dt {
  background: #15489f;
}
.timeline:nth-child(odd) dd {
  background: #eaf1fc;
}
.timeline:nth-child(even) dt {
  background: #f6891f;
}
.timeline:nth-child(even) dd {
  background: #fef0e3;
}

.display_archive {
  margin-top: 17px;
}
.display_archive .campaign {
  margin-bottom: 5px;
}

.newsletter-archive_list {
  margin-left: 0;
  list-style-type: none;
}
.newsletter-archive_list li {
  margin-left: 0;
}

.ny-work-force-monitoring__row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4em;
  justify-content: space-between;
}
.ny-work-force-monitoring__col {
  width: 31%;
  margin-bottom: 3.5%;
}
.ny-work-force-monitoring__col:nth-child(1), .ny-work-force-monitoring__col:nth-child(2), .ny-work-force-monitoring__col:nth-child(6), .ny-work-force-monitoring__col:nth-child(7) {
  width: 48.25%;
}
.ny-work-force-monitoring__link {
  display: flex;
  margin: 0;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 66px;
  background: #194895;
  border-top: 5px solid #ed862b;
}
.ny-work-force-monitoring__title {
  color: #fff;
  margin: 0;
  width: 100%;
  padding: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  font-size: 1.4rem;
  text-align: center;
}
.ny-work-force-monitoring__title i {
  margin-left: 5px;
}
.ny-work-force-monitoring__image {
  background-size: cover;
  height: 150px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.videos-tutorials__row {
  margin-top: 2.4em;
}
.videos-tutorials__link {
  display: table;
  margin-bottom: 1em;
  font-weight: 600;
}
.videos-tutorials__link i {
  margin-right: 5px;
}

.page-template-current-projects .entry-content,
.page-template-ny-health-workforce-data .entry-content,
.page-template-service-obligated-programs .entry-content {
  margin-top: 1.4em;
}

.page-template-health-careers .entry-content,
.page-template-substantive-topics-list .entry-content,
.page-template-reports-presentations .entry-content,
.page-template-shortage-area-designations .entry-content,
.page-template-shortage-areas .entry-content,
.page-template-service-obligated-programs .entry-content {
  margin-top: 2em;
}
.page-template-health-careers .entry-content p,
.page-template-substantive-topics-list .entry-content p,
.page-template-reports-presentations .entry-content p,
.page-template-shortage-area-designations .entry-content p,
.page-template-shortage-areas .entry-content p,
.page-template-service-obligated-programs .entry-content p {
  margin: 0 0 2em;
}

.cta-link {
  display: table;
  border-radius: 8px;
  background-color: #194895 !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 48px 16px 36px;
  text-decoration: none !important;
  position: relative;
}
.cta-link::after {
  content: "\f0da";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  right: 30px;
  top: 20px;
}

.current-projects-accordion__lists,
.ny-health-workforce-data-accordion__lists {
  margin: 2em 0 0;
  list-style: none;
  padding: 0;
}
.current-projects-accordion__list,
.ny-health-workforce-data-accordion__list {
  padding: 0;
  margin: 0 0 5px;
}
.current-projects-accordion__toggle,
.ny-health-workforce-data-accordion__toggle {
  background-color: #eeeeee;
  color: #194895 !important;
  text-decoration: none !important;
  padding: 16px 24px 16px 24px;
  border-left: 8px solid #ed862b;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 22.5px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 870px) {
  .current-projects-accordion__toggle,
  .ny-health-workforce-data-accordion__toggle {
    padding: 16px 32px 16px 24px;
  }
}
.current-projects-accordion__toggle.show,
.ny-health-workforce-data-accordion__toggle.show {
  border-color: #194895;
}
.current-projects-accordion__toggle.show span::before,
.ny-health-workforce-data-accordion__toggle.show span::before {
  content: "\f056";
}
.current-projects-accordion__icon,
.ny-health-workforce-data-accordion__icon {
  color: #7f8b99;
  font-size: 22.5px;
  font-size: 1.5rem;
  float: right;
  top: 3px;
  position: relative;
}
.current-projects-accordion__inner,
.ny-health-workforce-data-accordion__inner {
  border: 2px solid #eeeeee;
  border-top: 0;
  padding: 40px 40px 10px;
  display: none;
}
.current-projects-accordion__block,
.ny-health-workforce-data-accordion__block {
  background-color: #eeeeee;
  margin-bottom: 40px;
  padding: 25px 25px 5px;
}
.current-projects-accordion__block-intro,
.ny-health-workforce-data-accordion__block-intro {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 0;
}
.current-projects-accordion__block h3,
.ny-health-workforce-data-accordion__block h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
}
.current-projects-accordion__block p,
.ny-health-workforce-data-accordion__block p {
  padding: 0;
  margin: 0 0 20px;
}
.current-projects-accordion__block ul,
.ny-health-workforce-data-accordion__block ul {
  margin-bottom: 20px;
}
.current-projects-accordion__block ul ul,
.ny-health-workforce-data-accordion__block ul ul {
  margin-bottom: 0;
  list-style-type: circle;
}
.current-projects-accordion__block blockquote,
.ny-health-workforce-data-accordion__block blockquote {
  font-style: normal;
  font-weight: 600;
  color: #4a4f66;
  position: relative;
  margin: 0 0 20px;
  padding-left: 34px;
}
.current-projects-accordion__block blockquote::before,
.ny-health-workforce-data-accordion__block blockquote::before {
  content: "\f0fa";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
  color: #eaa900;
}
.current-projects-accordion__block blockquote p,
.ny-health-workforce-data-accordion__block blockquote p {
  color: #4a4f66;
  font-size: 14.25px;
  font-size: 0.95rem;
}

.health-careers-checklists__wrapper {
  margin-top: 3em;
}
.health-careers-checklists__title {
  color: #194895 !important;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 22.5px;
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
.health-careers-checklists__row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.health-careers-checklists__col-1 {
  width: 65%;
  padding: 25px 30px;
  background: #eeeeee;
}
.health-careers-checklists__col-2 {
  width: 35%;
  background-size: cover;
  border-left: 8px solid #ed862b;
}
.health-careers-checklists__col-2 span {
  border-top: 4px solid #194895;
  height: 4px;
  width: 100%;
  display: block;
}
.health-careers-checklists__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.health-careers-checklists__content ul li {
  margin: 0 0 15px 18px;
  position: relative;
}
.health-careers-checklists__content ul li::before {
  content: "\f00c";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  left: -25px;
  top: 6px;
}
.health-careers-checklists__cta-box {
  background: #eaa900;
  display: block;
  text-align: center;
  margin-top: 2em;
  color: #fff;
  padding: 24px 20px;
}
.health-careers-checklists__cta-box h4 {
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 22.5px;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.health-careers-checklists__cta-box a {
  color: #fff;
  text-decoration: none !important;
}

.substantive-topics-list-filters__row {
  background-color: #eeeeee;
  padding: 35px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  justify-content: center;
}
.substantive-topics-list-filters__col {
  margin: 0 15px 20px;
}
.substantive-topics-list-filters__link {
  display: block;
  padding: 12px 30px;
  border: 1px solid #194895;
  text-decoration: none !important;
  color: #000 !important;
}
.substantive-topics-list-filters__link:hover {
  background-color: #194895;
  color: #fff !important;
}
.substantive-topics-list-filters__link.active {
  background-color: #194895;
  color: #fff !important;
}
.substantive-topics-list-filters__link.active {
  position: relative;
}
.substantive-topics-list-filters__link.active::after {
  background-image: url("../../images/close-icon.png");
  width: 29px;
  height: 29px;
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  right: -14px;
  background-size: contain;
}

.substantive-topics-list-content__col {
  margin-top: 2.4em;
}
.substantive-topics-list-content__title {
  color: #194895;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 22.5px;
  font-size: 1.5rem;
  margin-bottom: .85em;
}
.substantive-topics-list-content__description {
  margin: 0 0 1.5em;
}
.substantive-topics-list-content__posts {
  padding-bottom: 1em;
  border-bottom: 1px solid #eeeeee;
}
.substantive-topics-list-content__post {
  margin-bottom: 1em;
}
.substantive-topics-list-content__link {
  text-decoration: none !important;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  background-position: left 2px;
  background-repeat: no-repeat;
  display: block;
}
.substantive-topics-list-content__url {
  background-image: url("../../images/url-icon.png");
  background-size: 22px;
}
.substantive-topics-list-content__pdf {
  background-image: url("../../images/pdf-icon.png");
  background-size: 22px;
}
.substantive-topics-list-content__video {
  background-image: url("../../images/video-icon.png");
  background-size: 22px;
}
.substantive-topics-list-content__presentation {
  background-image: url("../../images/presentation-icon.png");
  background-size: 22px;
}

.report-presentation-accordion__lists {
  margin: 2em 0 0;
  list-style: none;
  padding: 0;
}
.report-presentation-accordion__list {
  padding: 0;
  margin: 0 0 5px;
}
.report-presentation-accordion__toggle {
  background-color: #eeeeee;
  color: #194895 !important;
  text-decoration: none !important;
  padding: 22px 44px 22px 44px;
  border-left: 8px solid #ed862b;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 22.5px;
  font-size: 1.5rem;
  position: relative;
}
.report-presentation-accordion__toggle.show {
  border-color: #194895;
}
.report-presentation-accordion__toggle.show span::before {
  content: "\f056";
}
.report-presentation-accordion__toggle-content p {
  margin: 1em 0 0;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
}
.report-presentation-accordion__icon {
  color: #7f8b99;
  font-size: 22.5px;
  font-size: 1.5rem;
  top: 40%;
  position: absolute;
  right: 30px;
  margin: auto;
}
.report-presentation-accordion__inner {
  border: 2px solid #eeeeee;
  border-top: 0;
  padding: 30px 40px 30px;
  display: none;
}
.report-presentation-accordion__filter-form-row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  margin: auto;
}
.report-presentation-accordion__filter-form-col {
  width: 46%;
  margin: 0 2%;
}
.report-presentation-accordion__filter-form input[type="text"] {
  width: 100%;
  padding: 12px 18px;
  border-radius: 0;
  border: 2px solid #194895;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 30px;
}
.report-presentation-accordion__filter-form input[type="text"]::placeholder {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000 !important;
  text-transform: none;
}
.report-presentation-accordion__filter-form label {
  position: relative;
}
.report-presentation-accordion__filter-form label:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 11px;
  right: 12px;
  top: -3px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.report-presentation-accordion__filter-form select {
  width: 100%;
  padding: 12px 18px;
  border-radius: 0;
  border: 2px solid #194895;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.report-presentation-accordion__filter-form input[type="submit"] {
  border-radius: 8px;
  background-color: #194895 !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 48px 16px 48px;
  text-decoration: none !important;
  position: relative;
  text-align: center;
  border: none;
  width: 100%;
}
.report-presentation-accordion__filter-form-clear {
  text-align: center;
  display: none;
  margin-top: 1em;
  font-weight: 600;
  text-decoration: none;
}
.report-presentation-accordion__filter-form-clear.active {
  display: block;
}

.report-presentation-list-content__header {
  margin-top: 4em;
}
.report-presentation-list-content__header h3 {
  color: #194895 !important;
  text-decoration: none !important;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 22.5px;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 0;
}
.report-presentation-list-content__header p {
  margin: 1em 0 0;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
}
.report-presentation-list-content__col {
  margin-top: 2.4em;
}
.report-presentation-list-content__title {
  color: #000;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: .85em;
}
.report-presentation-list-content__description {
  margin: 0 0 1.5em;
}
.report-presentation-list-content__posts {
  padding-bottom: 1em;
  border-bottom: 1px solid #eeeeee;
}
.report-presentation-list-content__post {
  margin-bottom: 1em;
}
.report-presentation-list-content__link {
  text-decoration: none !important;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  background-position: left 2px;
  background-repeat: no-repeat;
  display: block;
}
.report-presentation-list-content__url {
  background-image: url("../../images/url-icon.png");
  background-size: 22px;
}
.report-presentation-list-content__pdf {
  background-image: url("../../images/pdf-icon.png");
  background-size: 22px;
}
.report-presentation-list-content__video {
  background-image: url("../../images/video-icon.png");
  background-size: 22px;
}
.report-presentation-list-content__presentation {
  background-image: url("../../images/presentation-icon.png");
  background-size: 22px;
}
.report-presentation-list-content__no-results {
  margin-top: 3em;
}

.shortage-areas-blue-box {
  background: #4874b9;
  padding: 18px 30px 18px 33px;
  margin-top: 40px;
}
.shortage-areas-blue-box h3 {
  font-weight: 600;
  display: block;
  width: 100%;
  position: relative;
  font-size: 22.5px;
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
}
.shortage-areas-blue-box p {
  margin: 1em 2em 0 0;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
}
.shortage-areas-blue-box a {
  font-weight: 700;
  color: #fff;
}

.shortage-area-designations-accordion__lists,
.shortage-areas-accordion__lists {
  margin: 3em 0 0;
  list-style: none;
  padding: 0;
}
.shortage-area-designations-accordion__list,
.shortage-areas-accordion__list {
  padding: 0;
  margin: 0 0 5px;
}
.shortage-area-designations-accordion__toggle,
.shortage-areas-accordion__toggle {
  background-color: #eeeeee;
  color: #194895 !important;
  text-decoration: none !important;
  padding: 16px 24px 16px 24px;
  border-left: 8px solid #ed862b;
  font-weight: 600;
  display: block;
  width: 100%;
  position: relative;
  font-size: 22.5px;
  font-size: 1.5rem;
}
.shortage-area-designations-accordion__toggle-content p,
.shortage-areas-accordion__toggle-content p {
  margin: 1em 2em 0 0;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
}
.shortage-area-designations-accordion__toggle.show,
.shortage-areas-accordion__toggle.show {
  border-color: #194895;
}
.shortage-area-designations-accordion__toggle.show span::before,
.shortage-areas-accordion__toggle.show span::before {
  content: "\f056";
}
.shortage-area-designations-accordion__icon,
.shortage-areas-accordion__icon {
  color: #7f8b99;
  font-size: 22.5px;
  font-size: 1.5rem;
  top: 19px;
  position: absolute;
  right: 30px;
  margin: auto;
}
.shortage-area-designations-accordion__inner,
.shortage-areas-accordion__inner {
  border: 2px solid #eeeeee;
  border-top: 0;
  padding: 40px 40px 10px;
  display: none;
}
.shortage-area-designations-accordion__block,
.shortage-areas-accordion__block {
  background-color: #eeeeee;
  margin-bottom: 40px;
  padding: 25px 25px 5px;
}
.shortage-area-designations-accordion__block h3,
.shortage-areas-accordion__block h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
}
.shortage-area-designations-accordion__block p,
.shortage-areas-accordion__block p {
  padding: 0;
  margin: 0 0 20px;
}
.shortage-area-designations-accordion__block ul,
.shortage-areas-accordion__block ul {
  margin-bottom: 20px;
}
.shortage-area-designations-accordion__block ul ul,
.shortage-areas-accordion__block ul ul {
  margin-bottom: 0;
  list-style-type: circle;
}
.shortage-area-designations-accordion__block blockquote,
.shortage-areas-accordion__block blockquote {
  font-style: normal;
  font-weight: 600;
  color: #4a4f66;
  position: relative;
  margin: 0 0 20px;
  padding-left: 34px;
}
.shortage-area-designations-accordion__block blockquote::before,
.shortage-areas-accordion__block blockquote::before {
  content: "\f0fa";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
  color: #eaa900;
}
.shortage-area-designations-accordion__block blockquote p,
.shortage-areas-accordion__block blockquote p {
  color: #4a4f66;
  font-size: 14.25px;
  font-size: 0.95rem;
}

.service-obligated-programs__newsletter {
  background: #4874b9;
  padding: 36px 40px 24px;
  display: flex;
  margin-bottom: -1.5em;
}
.service-obligated-programs__newsletter--image {
  width: 17%;
  margin-right: 5%;
}
.service-obligated-programs__newsletter--image img {
  margin: 0;
  padding: 0;
  border: 0;
}
.service-obligated-programs__newsletter--content {
  width: 60%;
}
.service-obligated-programs__newsletter--content p {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.service-obligated-programs-accordion__lists {
  margin: 2em 0 0;
  list-style: none;
  padding: 0;
}
.service-obligated-programs-accordion__list {
  padding: 0;
  margin: 0 0 5px;
}
.service-obligated-programs-accordion__toggle {
  background-color: #eeeeee;
  color: #194895 !important;
  text-decoration: none !important;
  padding: 22px 44px 22px 44px;
  border-left: 8px solid #ed862b;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 22.5px;
  font-size: 1.5rem;
  position: relative;
}
.service-obligated-programs-accordion__toggle.show {
  border-color: #194895;
}
.service-obligated-programs-accordion__toggle.show span::before {
  content: "\f056";
}
.service-obligated-programs-accordion__toggle-content p {
  margin: 1em 0 0;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
}
.service-obligated-programs-accordion__icon {
  color: #7f8b99;
  font-size: 22.5px;
  font-size: 1.5rem;
  top: 40%;
  position: absolute;
  right: 30px;
  margin: auto;
}
.service-obligated-programs-accordion__inner {
  border: 2px solid #eeeeee;
  border-top: 0;
  padding: 30px 40px 30px;
  display: none;
}
.service-obligated-programs-accordion__filter-form {
  padding: 0 10px;
  border-top: 2px solid #fff;
}
.service-obligated-programs-accordion__filter-form p {
  margin: 0 0 2em;
}
.service-obligated-programs-accordion__filter-form h3 {
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 15px;
  font-size: 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.service-obligated-programs-accordion__filter-form h3 .error {
  color: #fff;
  background: #f6891f;
  text-transform: initial;
  padding: 10px 20px;
  font-weight: 400;
}
@media only screen and (max-width: 870px) {
  .service-obligated-programs-accordion__filter-form h3 .error {
    display: block;
  }
}
.service-obligated-programs-accordion__filter-form h4 {
  display: block;
  width: 100%;
  font-size: 15px;
  font-size: 1rem;
  position: relative;
}
.service-obligated-programs-accordion__filter-form-row {
  background-color: #eeeeee;
  padding: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.service-obligated-programs-accordion__filter-form-col {
  width: 100%;
  margin: 0 0 25px;
  position: relative;
}
.service-obligated-programs-accordion__filter-form-col + .service-obligated-programs-accordion__filter-form-col {
  padding-top: 25px;
}
.service-obligated-programs-accordion__filter-form-options {
  display: flex;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.service-obligated-programs-accordion__filter-form input[type="text"] {
  width: 300px;
  padding: 12px 18px;
  border-radius: 0;
  border: 2px solid #194895;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  background-color: #eeeeee !important;
  display: table;
}
.service-obligated-programs-accordion__filter-form input[type="text"]::placeholder {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000 !important;
  text-transform: none;
}
.service-obligated-programs-accordion__filter-form label {
  width: fit-content;
  display: block;
  position: relative;
  padding-left: 2.65rem;
  margin-bottom: .8rem;
  color: #4a4f66;
  font-size: 14.25px;
  font-size: 0.95rem;
}
.service-obligated-programs-accordion__filter-form label span {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.service-obligated-programs-accordion__filter-form input[type="checkbox"] {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.service-obligated-programs-accordion__filter-form input[type="checkbox"]:checked + .service-obligated-programs-accordion__filter-form-checkmark:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 3px;
  top: 8px;
  font-size: 1.5rem;
  line-height: .6;
}
.service-obligated-programs-accordion__filter-form-submit {
  border-radius: 8px;
  background-color: #194895 !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 48px 16px 48px;
  text-decoration: none !important;
  position: relative;
  text-align: center;
  border: none;
  font-size: 15px;
  font-size: 1rem;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-top: 2em;
}
.service-obligated-programs-accordion__filter-form-submit::after {
  content: "\f0da";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  right: 50px;
  top: 17px;
}
.service-obligated-programs-accordion__block {
  background-color: #eeeeee;
  padding: 25px 25px 5px;
}
.service-obligated-programs-accordion__block h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.7333333em;
}
.service-obligated-programs-accordion__block p {
  padding: 0;
  margin: 0 0 20px;
}
.service-obligated-programs-accordion__block ul {
  margin-bottom: 20px;
}
.service-obligated-programs-accordion__block ul ul {
  margin-bottom: 0;
  list-style-type: circle;
}
.service-obligated-programs-accordion__block blockquote {
  font-style: normal;
  font-weight: 600;
  color: #4a4f66;
  position: relative;
  margin: 0 0 20px;
  padding-left: 34px;
}
.service-obligated-programs-accordion__block blockquote::before {
  content: "\f0fa";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
  color: #eaa900;
}
.service-obligated-programs-accordion__block blockquote p {
  color: #4a4f66;
  font-size: 14.25px;
  font-size: 0.95rem;
}
.service-obligated-programs__additional-resources h3 {
  color: #194895 !important;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 22.5px;
  font-size: 1.5rem;
  position: relative;
  margin-top: 2em;
  margin-bottom: 1em;
}
.service-obligated-programs__additional-resource {
  margin-top: 1em;
}
.service-obligated-programs__additional-resource p {
  margin: 0;
  padding-left: 30px;
}
.service-obligated-programs__additional-resource a {
  text-decoration: none !important;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  background-position: left 2px;
  background-repeat: no-repeat;
  display: block;
}
.service-obligated-programs__additional-resource-url {
  background-image: url("../../images/url-icon.png");
  background-size: 22px;
}
.service-obligated-programs__additional-resource-pdf {
  background-image: url("../../images/pdf-icon.png");
  background-size: 22px;
}
.service-obligated-programs__additional-resource-ppt {
  background-image: url("../../images/ppt-icon.png");
  background-size: 22px;
}
.service-obligated-programs__additional-resource-video {
  background-image: url("../../images/video-icon.png");
  background-size: 22px;
}
.service-obligated-programs__newsletter-popup {
  background: #4874b9;
  padding: 30px 12%;
  text-align: center;
  color: #fff;
  display: none;
}
.service-obligated-programs__newsletter-popup.active {
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 900px;
  z-index: 999;
}
.service-obligated-programs__newsletter-popup img {
  border: none;
}
.service-obligated-programs__newsletter-popup h3 {
  font-weight: 600;
  font-size: 30px;
  font-size: 2rem;
  margin-top: .7em;
}
.service-obligated-programs__newsletter-popup p {
  font-weight: 400;
  margin: 0 0 2em;
}
.service-obligated-programs__newsletter-popup-close {
  color: #fff !important;
  margin-top: -.5em;
  display: block;
}
.service-obligated-programs__newsletter-popup form div.ginput_container {
  margin-top: 0 !important;
}
.service-obligated-programs__newsletter-popup form .validation_message {
  display: none !important;
}
.service-obligated-programs__newsletter-popup form div.validation_error {
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.service-obligated-programs__newsletter-popup form input[type="text"],
.service-obligated-programs__newsletter-popup form input[type="email"] {
  border: none !important;
  padding: 10px 10px 10px 15px !important;
  color: #000 !important;
  text-transform: none;
  margin: 0 0 15px !important;
  width: 100% !important;
}
.service-obligated-programs__newsletter-popup form input[type="text"]::placeholder,
.service-obligated-programs__newsletter-popup form input[type="email"]::placeholder {
  color: #000 !important;
  text-transform: none;
}
.service-obligated-programs__newsletter-popup form select {
  border: none !important;
  padding: 10px 10px 10px 10px !important;
  color: #000 !important;
  text-transform: none;
  margin: 0 0 15px !important;
  width: 100% !important;
  appearance: none;
}
.service-obligated-programs__newsletter-popup form select::placeholder {
  color: #000 !important;
  text-transform: none;
}
.service-obligated-programs__newsletter-popup form .select2 {
  border: none !important;
  color: #000 !important;
  text-transform: none;
  margin: 0 0 15px !important;
  width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.service-obligated-programs__newsletter-popup form .select2 .select2-selection {
  border: 0;
  outline: 0;
  border-radius: 0;
}
.service-obligated-programs__newsletter-popup form .select2 .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}
.service-obligated-programs__newsletter-popup form .select2 .select2-selection--multiple .select2-selection__rendered:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.service-obligated-programs__newsletter-popup form .select2 .select2-search__field {
  padding: 6px 10px !important;
}
.service-obligated-programs__newsletter-popup form .select2 .select2-search__field::placeholder {
  color: #000 !important;
  text-transform: none;
}
.service-obligated-programs__newsletter-popup form input[type="submit"] {
  border-radius: 8px;
  background-color: #194895 !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 48px 16px 48px;
  text-decoration: none !important;
  position: relative;
  text-align: center;
  border: none;
  font-size: 15px;
  font-size: 1rem;
  width: 280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: table !important;
  margin-top: 2em;
}
.service-obligated-programs__newsletter-popup form #field_3_6,
.service-obligated-programs__newsletter-popup form #field_3_2,
.service-obligated-programs__newsletter-popup form #field_3_7,
.service-obligated-programs__newsletter-popup form #field_3_9,
.service-obligated-programs__newsletter-popup form #field_3_12,
.service-obligated-programs__newsletter-popup form #field_3_13,
.service-obligated-programs__newsletter-popup form #field_3_11,
.service-obligated-programs__newsletter-popup form #field_3_19 {
  padding: 0 !important;
  margin: 0 !important;
  clear: none;
  border: none;
  background: transparent !important;
}
.service-obligated-programs__newsletter-popup form #field_3_6.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_2.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_7.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_9.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_12.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_13.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_11.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_19.gfield_error input {
  box-shadow: inset 0px 0px 0px 1px red;
}
.service-obligated-programs__newsletter-popup form #field_3_6,
.service-obligated-programs__newsletter-popup form #field_3_2 {
  width: 48.5%;
  float: left;
}
@media only screen and (max-width: 870px) {
  .service-obligated-programs__newsletter-popup form #field_3_6,
  .service-obligated-programs__newsletter-popup form #field_3_2 {
    width: 100%;
    float: none;
  }
}
.service-obligated-programs__newsletter-popup form #field_3_7,
.service-obligated-programs__newsletter-popup form #field_3_9 {
  width: 48.5%;
  float: right;
}
@media only screen and (max-width: 870px) {
  .service-obligated-programs__newsletter-popup form #field_3_7,
  .service-obligated-programs__newsletter-popup form #field_3_9 {
    width: 100%;
    float: none;
  }
}
.service-obligated-programs__newsletter-popup form #field_3_12 {
  width: 70%;
  float: left;
}
@media only screen and (max-width: 870px) {
  .service-obligated-programs__newsletter-popup form #field_3_12 {
    width: 100%;
    float: none;
  }
}
.service-obligated-programs__newsletter-popup form #field_3_13 {
  width: 27%;
  float: right;
}
@media only screen and (max-width: 870px) {
  .service-obligated-programs__newsletter-popup form #field_3_13 {
    width: 100%;
    float: none;
  }
}
.service-obligated-programs__newsletter-popup form #field_3_14,
.service-obligated-programs__newsletter-popup form #field_3_15,
.service-obligated-programs__newsletter-popup form #field_3_16,
.service-obligated-programs__newsletter-popup form #field_3_17 {
  width: 20.75%;
  float: left;
  padding: 0;
  margin-right: 3%;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  background: transparent !important;
}
@media only screen and (max-width: 870px) {
  .service-obligated-programs__newsletter-popup form #field_3_14,
  .service-obligated-programs__newsletter-popup form #field_3_15,
  .service-obligated-programs__newsletter-popup form #field_3_16,
  .service-obligated-programs__newsletter-popup form #field_3_17 {
    width: 100%;
    float: none;
  }
}
.service-obligated-programs__newsletter-popup form #field_3_14.gfield_error input, .service-obligated-programs__newsletter-popup form #field_3_14.gfield_error select,
.service-obligated-programs__newsletter-popup form #field_3_15.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_15.gfield_error select,
.service-obligated-programs__newsletter-popup form #field_3_16.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_16.gfield_error select,
.service-obligated-programs__newsletter-popup form #field_3_17.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_17.gfield_error select {
  box-shadow: inset 0px 0px 0px 1px red;
}
.service-obligated-programs__newsletter-popup form #field_3_17 {
  width: 28.75%;
}
@media only screen and (max-width: 870px) {
  .service-obligated-programs__newsletter-popup form #field_3_17 {
    width: 100%;
    float: none;
  }
}
.service-obligated-programs__newsletter-popup form #field_3_17 {
  margin-right: 0;
}
.service-obligated-programs__newsletter-popup form #field_3_11,
.service-obligated-programs__newsletter-popup form #field_3_19 {
  clear: both;
  width: 100% !important;
  max-width: 100% !important;
}
.service-obligated-programs__newsletter-popup form #field_3_11.gfield_error input, .service-obligated-programs__newsletter-popup form #field_3_11.gfield_error select,
.service-obligated-programs__newsletter-popup form #field_3_19.gfield_error input,
.service-obligated-programs__newsletter-popup form #field_3_19.gfield_error select {
  box-shadow: inset 0px 0px 0px 1px red;
}
.service-obligated-programs__newsletter-popup form #field_3_18 {
  clear: both;
  width: 100%;
}
.service-obligated-programs__newsletter-popup .gform_confirmation_message {
  margin-bottom: 30px;
}

.url-icon,
.pdf-icon,
.ppt-icon,
.video-icon {
  text-decoration: none !important;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  background-position: left 2px;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px;
}
.url-icon + br,
.pdf-icon + br,
.ppt-icon + br,
.video-icon + br {
  display: none !important;
}

.url-icon {
  background-image: url("../../images/url-icon.png");
  background-size: 22px;
}

.pdf-icon {
  background-image: url("../../images/pdf-icon.png");
  background-size: 22px;
}

.ppt-icon {
  background-image: url("../../images/ppt-icon.png");
  background-size: 22px;
}

.video-icon {
  background-image: url("../../images/video-icon.png");
  background-size: 22px;
}

.taxonomy-substantive-topic-terms .masthead {
  margin-bottom: 2.4em;
}
.taxonomy-substantive-topic-terms .entry {
  border: 0;
  margin: 0;
  padding: 0;
}
.taxonomy-substantive-topic-terms .content {
  border: 0;
}

html body .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style] {
  width: 100% !important;
}

html body .gform_wrapper .chosen-container-multi .chosen-choices {
  box-shadow: none;
  background: #fff;
  border: 0;
  padding: 0 10px;
}
html body .gform_wrapper .chosen-container-multi .chosen-choices .search-field {
  border-bottom: 0 !important;
  max-width: 100% !important;
}
html body .gform_wrapper .chosen-container-multi .chosen-choices .search-choice {
  margin: 5px 10px 5px 10px;
  padding: 3px 20px 3px 5px;
  max-width: 100%;
  border-radius: 0;
}

html body .gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: auto;
  font-size: 15px !important;
  font-size: 1rem !important;
  line-height: 1.7333333em;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-left: 5px !important;
}

.service-obligated-programs-accordion__filter-keyword-submit {
  width: 300px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
}
@media only screen and (max-width: 870px) {
  .service-obligated-programs-accordion__filter-keyword-submit {
    width: 64px;
  }
}
.service-obligated-programs-accordion__filter-keyword-submit button {
  border: 0;
  font-size: 20px;
}

@media only screen and (max-width: 960px) {
  .main {
    padding-right: 20px;
  }
}
/* Single Column Breakpoint */
@media only screen and (max-width: 870px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .page-template-ny-health-workforce-monitoring #container,
  .page-template-current-projects #container,
  .page-template-ny-health-workforce-data #container,
  .page-template-health-careers #container,
  .page-template-substantive-topics-list #container,
  .singular-page-8461 #container,
  .page-template-reports-presentations #container,
  .page-template-shortage-area-designations #container,
  .page-template-shortage-areas #container,
  .page-template-service-obligated-programs #container {
    background: transparent;
  }

  #container {
    background: #14479e;
  }

  .main {
    margin-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .home .main {
    padding: 0;
  }

  .main,
  .page-about .main,
  .page-health-workforce .main,
  .page-our-work .main,
  .page-contact .main {
    background-size: contain;
  }

  .content {
    border: none;
  }

  .left-aside {
    display: none;
  }

  .aside ~ .main-content-column {
    display: block;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }

  .middle-column,
  .right-aside {
    display: block;
    width: 100%;
  }

  .entry-content p {
    line-height: 1.6em;
  }

  .entry-summary p, a.read-more {
    margin: 1.5em 0;
  }

  .singular-page-13 .entry {
    padding: 22px 0 0;
  }
  .singular-page-13 .entry .entry-content {
    width: 100%;
  }
  .singular-page-13 .map-featured {
    width: 100%;
    margin: 0;
  }

  .timeline dt, .timeline dd {
    float: none;
    width: 100%;
  }

  .current-projects-accordion__inner, .ny-health-workforce-data-accordion__inner {
    padding: 20px 20px 10px;
  }

  .cta-link {
    border-radius: 6px;
    padding: 12px 30px 12px 16px;
  }
  .cta-link:after {
    right: 15px;
    top: 16px;
  }

  .health-careers-checklists__col-1 {
    width: 100%;
  }
  .health-careers-checklists__col-2 {
    width: 100%;
    border-left: 0;
    border-top: 8px solid #ed862b;
    height: 400px;
  }

  .shortage-area-designations-accordion__toggle,
  .shortage-areas-accordion__toggle {
    padding: 16px 50px 16px 24px;
    font-size: 1.2rem;
  }
  .shortage-area-designations-accordion__inner,
  .shortage-areas-accordion__inner {
    padding: 20px 20px 10px;
  }
  .shortage-area-designations-accordion__icon,
  .shortage-areas-accordion__icon {
    right: 20px;
  }

  .report-presentation-accordion__toggle {
    padding: 20px 54px 20px 24px;
    font-size: 1.2rem;
  }
  .report-presentation-accordion__filter-form-col {
    width: 100%;
    margin: 0 0 -5%;
  }

  .substantive-topics-list-filters__row {
    padding: 25px 10px 10px;
    justify-content: center;
  }
  .substantive-topics-list-filters__link {
    padding: 10px 15px;
  }
  .substantive-topics-list-filters__col {
    margin: 0 5px 10px;
  }

  .service-obligated-programs__newsletter {
    padding: 16px 10px 14px;
  }
  .service-obligated-programs__newsletter--content {
    width: 80%;
  }
  .service-obligated-programs-accordion__toggle {
    padding: 20px 54px 20px 24px;
    font-size: 1.2rem;
  }
  .service-obligated-programs-accordion__inner {
    padding: 20px 20px 10px;
  }
  .service-obligated-programs-accordion__filter-form input[type="text"] {
    width: 85%;
  }
  .service-obligated-programs-accordion__filter-form-options {
    flex-wrap: wrap;
    width: 225px;
  }
  .service-obligated-programs-accordion__filter-form-option {
    width: 100%;
  }
  .service-obligated-programs-accordion__filter-form-submit {
    border-radius: 6px;
    padding: 16px 28px 16px 18px;
    width: 220px;
  }
  .service-obligated-programs-accordion__filter-form-submit::after {
    right: 27px;
  }

  .ny-work-force-monitoring__col {
    width: 100% !important;
    margin-bottom: 3.5%;
  }
  .ny-work-force-monitoring__title {
    font-size: 18px;
    font-size: 1.2rem;
  }

  textarea,
  input[type="text"],
  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
}
/* Phone Portrait Breakpoint */
#menu-item-2899 > a {
  pointer-events: none;
}

.select2-dropdown {
  border: 0px solid #000 !important;
  border-radius: 0px !important;
  background: #fff;
  color: #000;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 0px;
  padding-right: 0px;
  min-height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 0;
  border-radius: 0;
  padding: 4px 12px;
  margin: 4px 10px 4px !important;
  background: #ED862B !important;
  color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 0;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  padding: 0 4px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 22px;
  float: right;
  margin-top: 2.5px;
}

.select2-results__option--selectable {
  margin: 0;
  padding: 7px 21px;
}
.select2-results__option--highlighted {
  background-color: #4874b9;
}
.select2-results__option--selected {
  background: #ED862B !important;
  color: #fff !important;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 38%;
  transform: translateY(-38%);
  border-top: 5px solid #000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

body img.gform_ajax_spinner {
  display: none !important;
}

/* Theme Sections */
.site-header {
  margin: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  border-bottom: solid #f6891f 5px;
  color: #f6891f;
  text-align: right;
  box-shadow: 0px 2px 7.36px 0.64px rgba(24, 24, 24, 0.3);
  padding-top: 7px;
}
.site-header a:hover, .site-header a:active {
  text-decoration: none;
}
.site-header input.search-field {
  border: none;
  border-bottom: 1px solid #f6891f;
  color: #636363;
  font-size: .9rem;
}
.site-header .searchsubmit {
  border: none;
  color: #f6891f;
  background-color: transparent;
  font-size: 1rem;
}
.site-header .menu-primary {
  padding-top: 0;
}
.site-header .menu-primary ul, .site-header .menu-primary li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 700;
}
.site-header .logo {
  float: left;
  margin-top: 12px;
  display: block;
  max-width: 225px;
}
.site-header .logo img {
  height: auto;
  display: block;
}
.site-header .zero-wrap {
  display: inline-block;
  vertical-align: top;
}
.site-header .search-box {
  display: inline-block;
}
.site-header .searchform {
  font-size: 15px;
  font-size: 1rem;
}
.site-header .searchform input[type=text] {
  width: 200px;
}

.header-content, .footer-content {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 1.08333% 0 1.66667%;
}

.site-header-right {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.newsletter, .newsletter:active, .newsletter:visited, .newsletter:hover {
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
  padding-top: 3px;
  color: #f6891f;
  font-size: 13px;
  font-size: 0.86667rem;
  vertical-align: top;
}

@media only screen and (min-width: 871px) {
  .site-header {
    position: absolute;
  }
  .site-header .menu-primary {
    margin-top: 15px;
  }
  .site-header .menu-items {
    margin: 14px 0 0;
    list-style: none;
  }
  .site-header .menu-items > li {
    display: inline-block;
    position: relative;
    margin: 0 -4px 0 0;
  }
  .site-header .menu-items > li > a, .site-header .menu-items > li > a:visited {
    padding: 0 10px;
    color: #15489f;
  }
  .site-header .menu-items > li > a:hover, .site-header .menu-items > li > a:active, .site-header .menu-items > li.current_page_item > a, .site-header .menu-items > li:hover > a {
    color: #f6891f;
  }
  .site-header .menu-items > li > a {
    display: inline-block;
    padding-bottom: 20px !important;
  }
  .site-header .current_page_item > a, .site-header .current_page_item > a:visited, .site-header .current_page_item > a:hover, .site-header .current_page_item > a:active, .site-header .current-menu-item > a, .site-header .current-menu-item > a:visited, .site-header .current-menu-item > a:hover, .site-header .current-menu-item > a:active, .site-header .current-page-ancestor > a, .site-header .current-page-ancestor > a:visited, .site-header .current-page-ancestor > a:hover, .site-header .current-page-ancestor > a:active, .site-header .current_page_ancestor > a, .site-header .current_page_ancestor > a:visited, .site-header .current_page_ancestor > a:hover, .site-header .current_page_ancestor > a:active {
    color: #f6891f;
  }
  .site-header .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .site-header .menu-item:hover li:hover .sub-menu {
    display: block;
    left: 96%;
    top: 0;
    min-width: 270px;
  }
  .site-header .menu-item:hover li:hover .sub-menu .sub-menu {
    position: initial;
    left: 0;
    margin: 0;
    padding-left: 20px;
  }
  .site-header .sub-menu {
    position: absolute;
    top: 100%;
    left: -50%;
    margin: 0;
    width: 200%;
    background: #15489f;
    text-align: left;
    border-bottom: solid #f6891f 5px;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
  }
  .site-header .sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #15489f;
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
  }
  .site-header .sub-menu li {
    margin: 0;
  }
  .site-header .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    line-height: 1.5em;
  }
  .site-header .sub-menu a:hover {
    color: #ffc40d;
  }
  .site-header .sub-menu li {
    position: relative;
  }
  .site-header .sub-menu li .sub-menu {
    display: none;
    max-width: 100%;
    margin-left: 10px;
  }
  .site-header .sub-menu li .sub-menu:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #15489f;
    left: -20px;
    top: 15px;
  }
}
@media only screen and (max-width: 870px) {
  .masthead {
    margin-bottom: 0;
    max-height: 145px;
    background-size: cover;
  }

  .site-header {
    padding-top: 5px;
    background: #fff;
  }
  .site-header .zero-wrap {
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: block;
  }
  .site-header .mobile-only {
    font-family: 'FontAwesome';
  }
  .site-header .logo {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    margin: 12px 0 0 20px;
    max-width: 218px;
  }
  .site-header .search-box {
    padding: 10px 20px;
    margin-bottom: 1em;
    display: none;
  }
  .site-header .search-box .search-form {
    border-bottom: 1px solid #f6891f;
    padding-bottom: 5px;
    display: inline-block;
    width: calc(100% - 40px);
  }
  .site-header .search-box .search-field {
    max-width: 100%;
    width: calc(96% - 32px);
    color: #f6891f;
    border: none;
  }
  .site-header .search-close {
    display: inline-block !important;
    font-size: 20px;
    line-height: 33px;
    padding-left: 5px;
    color: #f6891f;
    float: right;
  }

  .header-content {
    position: static;
  }

  .mobile-head-element {
    display: inline-block !important;
    margin-right: -4px;
    padding: 14px 20px 14px 26px;
    width: 33.3%;
    border-bottom: solid #5c7fbc 1px;
    color: #f6891f;
    font-family: 'FontAwesome';
    font-size: 21px;
    text-align: center;
    vertical-align: top;
  }
  .mobile-head-element a {
    color: #fff;
  }
  .mobile-head-element:first-child {
    font-size: 26px;
    text-align: left;
  }

  .accordion-trigger {
    cursor: pointer;
  }

  .rtl-accordion-open-trigger,
  .rtl-accordion-close-trigger {
    cursor: pointer;
  }

  .rtl-accordion-open-trigger {
    float: right;
    padding: 0 20px;
    color: #15489f;
    font-family: 'FontAwesome';
    font-size: 23px;
    font-weight: 400;
    line-height: 90px;
  }

  .rtl-accordion-close-trigger {
    color: #87a6da;
    font-size: 28px;
    text-align: right;
  }

  .rtl-zero-wrap {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    float: none;
    display: block;
    width: 95%;
    min-height: 100%;
    background: #15489f;
    color: #fff;
    text-align: left;
    transform: translateX(100%);
    z-index: 20;
  }
  .rtl-zero-wrap.active {
    transform: translateX(0);
    box-shadow: -5px 0px 13px 0px rgba(39, 39, 39, 0.65);
  }
  .rtl-zero-wrap.transition {
    transition: transform 0.4s ease, left 0.4s ease;
  }

  .menu-primary a {
    color: #87a6da;
    font-size: 1.4rem;
    display: block;
    padding: 5px 20px;
  }
  .menu-primary a:hover, .menu-primary a.active {
    color: #fff;
  }
  .menu-primary .menu-item-has-children.active > a {
    color: #f6891f;
  }
  .menu-primary .menu-item-has-children.active > .sub-menu {
    display: block;
  }
  .menu-primary .menu-item-has-children a {
    position: relative;
  }
  .menu-primary .menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 20px;
    top: 5px;
  }
  .menu-primary .current_page_item > a {
    color: #ffc40d;
  }
  .menu-primary .sub-menu {
    display: none;
  }
  .menu-primary .sub-menu a {
    padding-left: 10%;
  }
  .menu-primary .sub-menu a:after {
    content: '';
  }
  .menu-primary .sub-menu .sub-menu {
    display: block !important;
  }
  .menu-primary .sub-menu .sub-menu a {
    padding-left: 17%;
    font-size: 1.2rem;
  }
}
.site-footer {
  position: relative;
  background: #15479e;
  background: linear-gradient(to bottom, #002d7a 0%, #15489f 100%);
  border-top: solid 6px #f6891f;
  text-align: center;
  transition: height 0.6s ease;
  z-index: 10;
  text-align: center;
  box-shadow: 0px 500px 0px 500px #15479e;
}
.site-footer .menu-container {
  display: inline-block;
  vertical-align: top;
}
.site-footer .menu {
  display: inline-block;
  margin-right: -4px;
}
.site-footer .menu-items {
  margin: 0;
  padding-bottom: 3px;
  line-height: 1.3em;
}
.site-footer .menu-items li {
  display: inline-block;
  margin: 0 -4px 0 0;
  font-size: 14px;
  font-size: 0.93333rem;
  list-style: none;
}
.site-footer .menu-items li:after {
  color: #fff;
  content: '|';
}
.site-footer .menu-items li:last-child {
  padding-right: 0.8em;
}
.site-footer .menu-items li a, .site-footer .menu-items li a:hover, .site-footer .menu-items li a:visited, .site-footer .menu-items li a:active {
  padding: 0 0.8em;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.site-footer .menu-items li li:first-child a {
  padding-left: 0;
}
.site-footer .credit {
  display: block;
  margin: 0 auto;
  padding: 10px 0 14px;
  max-width: 500px;
  color: #91b5f4;
  font-size: 13px;
  font-size: 0.86667rem;
}
.site-footer .credit a, .site-footer .credit a:hover, .site-footer .credit a:visited, .site-footer .credit a:active {
  color: #91b5f4;
  font-size: 13px;
  font-size: 0.86667rem;
  text-decoration: none;
}
.site-footer .credit span {
  line-height: 1.3em;
}
.site-footer .credit .address, .site-footer .credit .zip-phone {
  display: inline-block;
  vertical-align: top;
}

.footer-content {
  position: relative;
  top: 0;
  padding: 24px 20px 17px;
  width: 100%;
}

.social-media-elements {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  vertical-align: middle;
  border-right: solid 1px #4873bc;
  border-left: solid 1px #4873bc;
  padding: 0 10px;
  margin: 0 10px;
}
.social-media-elements a {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 15px;
  text-decoration: none;
  vertical-align: middle;
}

body:not(.home) .social-media-elements {
  border: none;
  padding: 0;
  margin: 0;
}

.footer-newsletter {
  display: inline-block;
}
.footer-newsletter a {
  color: #f6891f;
}

@media only screen and (max-width: 870px) {
  .site-footer {
    background-color: #14479e;
    text-align: center;
  }
  .site-footer .menu {
    width: 100%;
  }
  .site-footer .menu-items {
    padding-bottom: 3px;
  }
  .site-footer .menu-items li:last-child:after {
    display: none;
  }
  .site-footer .menu-items li:last-child {
    padding-right: 0;
  }
  .site-footer .menu-items a, .site-footer .menu-items a:hover, .site-footer .menu-items a:visited, .site-footer .menu-items a:active {
    padding: 0 0.4em;
  }
  .site-footer .menu-items li:first-child a, .site-footer .menu-items li:first-child a:hover, .site-footer .menu-items li:first-child a:visited, .site-footer .menu-items li:first-child a:active {
    padding-left: 0.4em;
  }
  .site-footer .credit {
    margin: 0 0 1.5em;
    padding: 0;
    max-width: none;
  }
  .site-footer .credit span {
    display: block;
    line-height: 1.6em;
  }
  .site-footer .copyright {
    padding-bottom: 17px;
  }

  .footer-content {
    padding: 20px 20px 17px;
  }

  .menu-container {
    margin-top: 12px;
  }

  .ticker-container ~ .menu-container {
    margin-top: 0;
  }

  .footer-newsletter {
    display: block;
    border: none;
    margin: 0;
    padding: 0 0 1em;
  }

  .social-media-elements {
    display: block;
    border: none;
  }
  .social-media-elements a {
    padding: 15px 10px;
    font-size: 24px;
    vertical-align: baseline;
  }
}
.aside {
  display: inline-block;
  margin: 0 -4px 0 0;
  width: 23%;
  vertical-align: top;
}
.aside nav ul {
  margin: 0;
  padding-top: 18px;
}
.aside nav ul li {
  margin: 0;
  list-style: none;
}
.aside nav ul li.page-item-7458 {
  display: none;
}

.left-aside nav {
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
}
.left-aside nav li {
  margin-left: 8px;
}
.left-aside nav li li li a {
  padding-left: 3em !important;
}
.left-aside nav li li li a:before {
  left: 35px !important;
}
.left-aside nav .children {
  display: none;
  margin: 0;
  padding: 0 0 5px;
}
.left-aside nav .children li {
  margin-left: 0;
}
.left-aside nav .children li a {
  padding: 3px 21px 4px 33px;
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.2em;
}
.left-aside nav .children li a:before {
  position: absolute;
  left: 23px;
  content: '-';
}
.left-aside nav .current_page_item, .left-aside nav .current_page_parent, .left-aside nav .current_page_ancestor {
  background: #fde7d2;
}
.left-aside nav .current_page_item .children, .left-aside nav .current_page_parent .children, .left-aside nav .current_page_ancestor .children {
  display: block;
}
.left-aside nav a {
  position: relative;
  display: block;
  margin: 0 0 4px;
  padding: 6px 21px 6px 11px;
  color: #15489f;
  text-decoration: none;
  line-height: 1.15em;
}
.left-aside nav .top-li > a {
  color: #f6891f;
}

.left-aside nav .current_page_item > a,
.archive-reports-briefs .left-aside nav .page-item-2459 > a,
.archive-presentations .left-aside nav .page-item-2461 > a,
.archive-current-projects .left-aside nav .page-item-2457 > a,
.archive-journal-articles .left-aside nav .page-item-2463 > a,
.singular-reports-briefs .left-aside nav .page-item-2459 > a,
.singular-presentations .left-aside nav .page-item-2461 > a,
.singular-current-projects .left-aside nav .page-item-2457 > a,
.singular-journal-articles .left-aside nav .page-item-2463 > a,
.left-aside nav a:hover,
.left-aside nav a:active {
  background: #f6891f;
  color: #fff;
}

.left-aside nav .current_page_item > a:after,
.archive-reports-briefs .left-aside nav .page-item-2459 > a:after,
.archive-presentations .left-aside nav .page-item-2461 > a:after,
.archive-current-projects .left-aside nav .page-item-2457 > a:after,
.archive-journal-articles .left-aside nav .page-item-2463 > a:after,
.singular-reports-briefs .left-aside nav .page-item-2459 > a:after,
.singular-presentations .left-aside nav .page-item-2461 > a:after,
.singular-current-projects .left-aside nav .page-item-2457 > a:after,
.singular-journal-articles .left-aside nav .page-item-2463 > a:after,
.left-aside nav a:hover:after,
.left-aside nav a:active:after {
  position: absolute;
  right: 12px;
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 400;
  content: '\f105';
  top: calc(50% - 8px);
}

.right-aside {
  display: inline-block;
  margin-right: 0;
  padding: 18px 14px;
  width: 30%;
  background: #fff8e2;
  vertical-align: top;
  margin-left: 20px;
}
.right-aside h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  line-height: 1.2em;
}
.right-aside ul li {
  color: #15489f;
}
.right-aside .related-sidebar-items {
  margin: 0 0 10px;
}
.right-aside .related-sidebar-items a {
  font-size: 14px;
  font-size: 0.93333rem;
}
.right-aside .related-sidebar-items li {
  position: relative;
  margin: 0;
  padding-left: 14px;
  line-height: 1.2em;
  list-style: none;
}
.right-aside .related-sidebar-items li + li {
  margin-top: 10px;
}
.right-aside .related-sidebar-items li:before {
  position: absolute;
  left: 1px;
  font-family: 'FontAwesome';
  font-size: 5px;
  content: '\f111';
}

.cat-drop {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bababa;
  position: relative;
}
.cat-drop:after {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #f6891f;
  position: absolute;
  top: .25em;
  right: 1em;
}
.cat-drop #cat {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  display: block;
  height: 32px;
  padding: .5em 1em;
  width: 100%;
  font-size: .9rem;
  color: #636363;
  cursor: pointer;
}

@media only screen and (max-width: 870px) {
  aside.left-aside {
    display: none;
  }

  aside.right-aside {
    margin: 2em 0 0;
    width: 100%;
  }
}
/* Specific Pages */
.home .site-footer {
  text-align: left;
}
.home .entry {
  min-height: 475px;
}
.home .entry img {
  border: none;
  margin: 0;
}
.home .main {
  padding: 0;
  background: #fff;
}
.home .content {
  margin: 0;
  padding: 0;
  max-width: none;
  border: none;
}

.ticker-container {
  display: inline-block;
  width: 80%;
  color: #fff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 700;
  vertical-align: middle;
  transition: height 0.6s;
  overflow-y: hidden;
}
.ticker-container a {
  color: #fff;
}
.ticker-container span {
  display: inline-block;
  padding-left: 13px;
  color: #f6891f;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
}
.ticker-container span:after {
  padding-left: 0.35em;
  font-family: 'FontAwesome';
  content: '\f0da';
}

.ticker-lead {
  display: inline-block;
  padding-right: 5px;
  width: 30%;
  max-width: 150px;
  color: #ffc40d;
  font-family: "Droid", Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 700;
  font-style: italic;
  text-align: right;
  vertical-align: middle;
}

.ticker-content {
  display: inline-block;
  max-width: 500px;
  vertical-align: middle;
}

.tick {
  overflow: hidden;
}

.slider {
  max-height: 90vh;
  overflow-y: hidden;
  margin: 0 auto;
}

.slide {
  position: relative;
  overflow: hidden;
  max-height: 90vh;
}

.slider img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.slider-bar {
  position: absolute;
  bottom: 7.5%;
  background: #f6891f;
  background: rgba(246, 137, 31, 0.9);
  text-align: center;
  margin-bottom: -1px;
  width: 100%;
}

.slider-content {
  position: relative;
  display: inline-block;
  width: 75%;
  max-width: 960px;
  vertical-align: middle;
}

.slider-text {
  margin: 0;
  padding: 0.9em 1.5em;
  color: #fff;
  font-size: 34px;
  font-size: 2.26667rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.3em;
}

.slider-button {
  position: absolute;
  display: block;
  top: 87%;
  right: 20px;
  padding: 4px 0;
  width: 131px;
  background: #fff;
  color: #f6891f;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
}
.slider-button:link,
.slider-button:hover,
.slider-button:active,
.slider-button:visited {
  color: #f6891f;
  text-decoration: none;
}
.slider-button:after {
  padding-left: 0.35em;
  font-family: 'FontAwesome';
  content: '\f0da';
}

.slider-control {
  display: inline-block;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 50px 20px;
}

@media only screen and (min-width: 870px) {
  .slider .slide.from-right .slider-bar {
    transform: translateX(100%);
  }
  .slider .slide.from-right .slider-bar .slider-button {
    transform: translateX(2000px);
  }
  .slider .slide.from-right.move-out .slider-bar {
    transform: translateX(-100%);
    transition: transform .35s ease-in-out 0s;
  }
  .slider .slide.from-right.move-out .slider-bar .slider-button {
    transform: translateX(2000px);
    transition: transform .15s ease .5s;
  }
  .slider .slide.from-left .slider-bar {
    transform: translateX(-100%);
  }
  .slider .slide.from-left .slider-bar .slider-button {
    transform: translateX(2000px);
  }
  .slider .slide.from-left.move-out .slider-bar {
    transform: translateX(100%);
    transition: transform .35s ease-in-out 0s;
  }
  .slider .slide.from-left.move-out .slider-bar .slider-button {
    transform: translateX(2000px);
    transition: transform .15s ease 0s;
  }
  .slider .slide.slick-active .slider-bar {
    transform: translateX(0);
    transition: transform .5s ease-in-out 0.2s;
  }
  .slider .slide.slick-active .slider-bar .slider-button {
    transform: translateX(0);
    transition: transform .15s ease .7s;
  }
  .slider .slide.slick-cloned .slider-bar {
    display: none;
  }

  .ticker-container {
    max-width: 655px;
  }
}

@media only screen and (max-width: 870px) {
  .home .entry {
    background-color: #f6891f;
  }
  .home .site-footer {
    text-align: center;
  }

  .slider {
    margin-top: 0;
    transition: height 0.6s ease;
  }

  .slider-bar {
    position: relative;
    padding-bottom: 20px;
    background: #f6891f;
    bottom: 0;
  }

  .slider-content {
    width: 80%;
  }

  .slider-text {
    padding: 1.35em 0;
    font-size: 21px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.25em;
  }

  .slider-button {
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 0;
    right: 0;
    width: 103px;
    font-size: 14px;
    font-size: 0.93333rem;
  }

  .slider-control {
    margin-top: 30px;
    padding: 0;
    width: 10%;
    font-size: 20px;
  }

  .ticker-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
    padding-right: 0;
    border-right: none;
    border-bottom: solid 1px #91b5f4;
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 1.2em;
    overflow-x: hidden;
    padding-bottom: 18px;
  }

  .ticker-lead, .ticker-content {
    position: relative;
    left: 0;
    width: 100%;
  }

  .ticker-content a, .ticker-content a:hover, .ticker-content a:visited, .ticker-content a:active {
    margin: 0 auto;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media only screen and (max-width: 710px) {
  .ticker-lead {
    text-align: center;
  }
}

@media only screen and (min-width: 870px) and (max-width: 970px) {
  .home .site-footer {
    text-align: center;
  }

  .ticker-container {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    max-width: 100%;
  }
}

.searchform input[type=text] {
  padding: 0;
  background: transparent;
  border: none;
  border-bottom: solid 1px #f6891f;
  text-align: center;
}

input::-webkit-input-placeholder {
  color: #f6891f !important;
  text-transform: uppercase;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #f6891f !important;
  text-transform: uppercase;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #f6891f !important;
  text-transform: uppercase;
}

input:-ms-input-placeholder {
  color: #f6891f !important;
  text-transform: uppercase;
}

.searchform input[type=submit] {
  padding-bottom: 0;
  font-family: 'FontAwesome';
  color: #f6891f;
  background: transparent;
  border: none;
  vertical-align: middle;
}

.search-narrow {
  color: #636363;
  text-transform: uppercase;
  margin: .5em 0;
  font-size: .8rem;
}

.search-filter {
  list-style-type: none;
  margin: 0;
}
.search-filter li {
  display: inline-block;
  margin: 0 .25em 0 0;
}
.search-filter li a {
  background-color: #fde7d2;
  padding: .25em 1em;
  display: block;
  font-size: .9rem;
  display: block;
}
.search-filter li a:hover {
  background-color: #fbcda1;
  text-decoration: none;
}
.search-filter li a.current-filter {
  background-color: #f6891f;
  position: relative;
  color: #fff;
}
.search-filter li a.current-filter:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f6891f;
  content: '';
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
}

.searchsubmit {
  content: '\f002';
  font-family: 'FontAwesome';
}

.singular-page-2465 .main {
  background-image: none;
  padding-top: 140px;
}
.singular-page-2465 .main .page-header {
  border-top: 1px solid #bababa;
  padding: 1em 0;
}
.singular-page-2465 .main .page-title, .singular-page-2465 .main .search-box {
  display: inline-block;
  font-size: 2.1rem;
}
.singular-page-2465 .main .search-box {
  width: 45%;
}
.singular-page-2465 .main .content {
  border: none;
}
.singular-page-2465 .main .main-content-column {
  padding: 25px 0 33px;
  width: 100%;
}

.search-field, .searchsubmit {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #f6891f;
  font-size: 2.1rem;
  border: none;
  background-color: transparent;
}

.search-field {
  border-bottom: 1px solid #f6891f;
  max-width: 240px;
}

.search-result {
  border-top: 1px solid #bababa;
  margin: 1.5em 0;
  padding-top: 1.5em;
}
.search-result h2 {
  margin-bottom: .25em;
}
.search-result p:last-child {
  margin-bottom: 0;
}
.search-result.search-result_alt {
  display: flex;
  flex-flow: wrap;
}
@media only screen and (max-width: 500px) {
  .search-result.search-result_alt {
    margin-bottom: 0;
  }
}
.search-result.search-result_alt h2 {
  width: 40%;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .search-result.search-result_alt h2 {
    width: 100%;
  }
}
.search-result.search-result_alt p {
  width: 60%;
  padding-left: 20px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .search-result.search-result_alt p {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

.no-post {
  margin-top: 1.5em;
  border-top: 1px solid #bababa;
  padding-top: 1.5em;
}

@media only screen and (max-width: 960px) {
  .singular-page-2465 .main {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 870px) {
  .page-template-search .main {
    padding-top: 25px;
  }
  .page-template-search .main .main-content-column {
    padding: 0;
  }
  .page-template-search .main .search-box {
    width: 100%;
  }
  .page-template-search .main .search-close {
    display: none !important;
  }
  .page-template-search .main .search-filter li {
    margin-bottom: .25em;
  }
  .page-template-search .main .search-filter li a.current-filter:after {
    display: none;
  }

  .singular-page-2465 .main {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 570px) {
  .search-result p {
    margin: 1.5em 0;
  }

  .entry-downloads {
    margin: 1.5em 0;
  }
  .entry-downloads .download-specs {
    width: 100%;
    margin: 0;
  }

  .download-link {
    display: none;
  }

  a.read-more {
    margin: 0;
  }
}
.staff-roll {
  list-style-type: none;
  margin: 2em 0 0;
}

.staffer {
  border-top: 1px solid #bababa;
  padding: 2em 0;
  margin: 0;
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
}
.staffer:nth-child(2n+2) {
  margin-left: 5%;
}
.staffer h2 {
  margin: 0 0 .2em;
}
.staffer h3 {
  color: #8e8e8e;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0 0 .3em;
}
.staffer .email {
  font-size: 1.1rem;
}
.staffer img.portrait {
  margin: 0 0 .5em;
}
.staffer .more {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 1.1em;
  text-decoration: none;
}
.staffer .more:after {
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: 400;
  content: '\f105';
  padding-left: 1em;
}
.staffer .more:hover {
  color: #f6891f;
}

.staff-info {
  float: right;
  border-bottom: 1px solid #bababa;
  margin: 10px 0 2em 2em;
  width: 35%;
}

@media only screen and (max-width: 540px) {
  .staffer, .staff-info {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }
}
/* Specific Content */
.entry-content .gform_wrapper .gform_footer .gform_button {
  background-color: #dce4f1;
  display: inline-block;
  padding: .45em 1em;
  font-size: 1.2rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all .3s;
  border: none;
  box-shadow: none;
  color: #15489f;
  font-weight: bold;
}
.entry-content .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #cad6ea;
}

@media only screen and (max-width: 450px) {
  .entry-content .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first,
  .entry-content .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle,
  .entry-content .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first,
  .entry-content .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span,
  .entry-content .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
  .entry-content .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span,
  .entry-content .gform_wrapper .ginput_complex .ginput_left,
  .entry-content .gform_wrapper .ginput_complex .ginput_right {
    margin: 0;
    width: 100%;
  }
  .entry-content .gform_wrapper .top_label li.gfield.gf_left_half,
  .entry-content .gform_wrapper .top_label li.gfield.gf_right_half {
    margin-right: 0;
    width: 100%;
  }
  .entry-content .gform_wrapper .top_label li.gfield.gf_left_third,
  .entry-content .gform_wrapper .top_label li.gfield.gf_middle_third,
  .entry-content .gform_wrapper .top_label li.gfield.gf_right_third,
  .entry-content .gform_wrapper .ginput_complex .ginput_right {
    margin-left: 0 !important;
    width: 100%;
  }
  .entry-content .gform_wrapper .ginput_complex input[type=text],
  .entry-content .gform_wrapper .ginput_complex input[type=url],
  .entry-content .gform_wrapper .ginput_complex input[type=email],
  .entry-content .gform_wrapper .ginput_complex input[type=tel],
  .entry-content .gform_wrapper .ginput_complex input[type=number],
  .entry-content .gform_wrapper .ginput_complex input[type=password],
  .entry-content .gform_wrapper .top_label input,
  .entry-content .gform_wrapper .top_label select,
  .entry-content .gform_wrapper .hidden_label input,
  .entry-content .gform_wrapper .hidden_label select,
  .entry-content .gform_wrapper textarea,
  .entry-content .gform_wrapper .ginput_complex .ginput_full input[type=text],
  .entry-content .gform_wrapper .ginput_complex .ginput_right select,
  .entry-content .gform_wrapper .ginput_complex select,
  .entry-content .gform_wrapper .ginput_complex .ginput_left {
    width: 100% !important;
  }
  .entry-content .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
    padding-right: 0;
  }
}