@import url("responsive-utilities.css");
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
  font-family: "Whitney A", "Whitney B", sans-serif;
}
/* jQuery UI overrides
----------------------------------------- */
.ui-widget {
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: inherit;
}
.ui-widget .ui-widget {
  font-size: inherit;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Whitney A", "Whitney B", Helvetica, Arial, Lucida, sans-serif !important;
  font-size: inherit;
}
.ui-widget-content a {
  color: #ffffff;
}
.ui-widget-content a:hover {
  color: #ffffff;
}
.ui-dialog {
  margin: 10%;
  max-width: 500px;
  padding: .2em 0;
  border-radius: 0 !important;
  z-index: 200000 !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: 0;
  border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar {
  border-bottom: 1px solid #999;
  font-size: 16px;
}
.resource-filters-dialog {
  max-width: 90%;
  margin: 0 auto;
}
.resource-filters-dialog .ui-dialog-titlebar {
  border: 0;
  font-size: 14px;
}
.resource-filters-dialog .ui-dialog-title {
  font-weight: normal;
  color: #e31b23;
  font-size: 16px;
}
/* Global Utility
----------------------------------------- */
.hidden {
  display: none;
}
a[name]:before {
  content: "";
  display: block;
  height: 160px;
  margin: -160px 0 0;
}
.et_search_icon:before {
  font-family: 'ETmodules';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
}
.et_search_icon:hover {
  cursor: pointer;
}
/* Divi fixes */
.logo_container,
#top-header,
#main-header,
.et_fixed_nav #et-top-navigation,
#et-secondary-nav {
  transition-duration: 0.2s !important;
}
.mobile_menu_bar_toggle {
  cursor: pointer;
}
/* Equal Columns (set "equalize columns" in divi row)
----------------------------------------- */
.et_pb_equal_columns > .et_pb_column {
  display: flex;
  flex-direction: column;
}
.et_pb_equal_columns > .et_pb_column > :first-child {
  flex: 1 0 auto;
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 980px) {
  .et_pb_equal_columns {
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .et_pb_equal_columns > .et_pb_column:not(:last-child) {
    margin-bottom: 60px;
  }
}
/* Global elements
----------------------------------------- */
body.oan #main-header {
  background-color: #eee1c7;
}
body.oan #et-top-navigation a {
  color: #54565b !important;
}
body.oan #et-top-navigation li[class*=current-menu] > a {
  color: #e31b23 !important;
}
body.oan .subheader-oan {
  padding: 40px 0 !important;
  text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.2);
  border-bottom: 10px solid #eee1c7;
  background-position: top;
}
body.oan .subheader-oan > .et_pb_fullwidth_header {
  padding: 0;
}
body.oan .subheader-oan h1 {
  color: white !important;
  font-size: 36px;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
body.oan .subheader-oan #subheader-search {
  max-width: 23em;
  margin: 2em auto 0;
}
body.oan .subheader-oan #subheader-search input[type=text] {
  background: white;
  font-size: 15px;
}
body.oan .back-link {
  position: relative;
  font-size: 14px;
  color: #54565b;
  text-decoration: underline;
  padding-left: 0.6em;
}
body.oan .back-link:before {
  content: '\2039';
  position: absolute;
  left: 0;
}
body.oan .back-link:hover {
  color: #000000;
}
body.oan #sidebar.resource-sidebar {
  width: 100%;
  padding-left: 0 !important;
}
body.oan #infscr-loading {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  width: 200px;
  border-radius: 0px;
  transition: all 0s;
}
body.oan #infscr-loading img {
  margin: 0;
}
/* OAN Home
----------------------------------------- */
.page-id-457 .subheader-oan {
  background-color: #e31b23 !important;
}
.page-id-457 .foot-header h4 {
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
/* Resource Cards
----------------------------------------- */
.resourceCard {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  max-width: 47%;
  margin: 0 0 25px 0;
}
.resourceCard:nth-child(odd) {
  margin-right: 6%;
}
.resourceCard .wrapper {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex: 1 0 auto;
  /*max-height: 345px;*/
}
.resourceCard .content {
  background-color: transparent !important;
  border: 0 !important;
  color: #54565b;
  padding: 40px 30px 30px !important;
  position: relative;
}
.resourceCard h2 {
  font-size: 22px !important;
  font-weight: 400 !important;
  text-transform: none;
}
.resourceCard h2 a {
  color: #e31b23;
  text-decoration: none;
}
.resourceCard h2 a:hover {
  color: #b7151b !important;
  text-decoration: none;
}
.resourceCard p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  padding: 0;
}
.resourceCard .post-meta {
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin-bottom: 15px;
}
.resourceCard .flag-media-type {
  background-color: #333;
  color: #fff;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  margin-bottom: 0;
  padding: 3px 25px 4px 10px !important;
  position: absolute;
  right: 0;
  top: 10px;
}
.resourceCard .flag-media-type.flag-document {
  background-color: #beba32;
}
.resourceCard .flag-media-type.flag-webinar {
  background-color: #002b5c;
}
.resourceCard .flag-media-type.flag-audio {
  background-color: #0a0203;
}
.resourceCard .flag-media-type.flag-presentation {
  background-color: #00727d;
}
.resourceCard .flag-media-type.flag-forms {
  background-color: #7d006d;
}
.resourceCard .flag-media-type.flag-flyer {
  background-color: #8c6f46;
}
.resourceCard .flag-media-type.flag-link {
  background-color: #cc7700;
}
/* Resource Library Page
----------------------------------------- */
.resource-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.resource-row > .et_pb_column {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.read-more,
.read-less {
  display: inline-block;
  margin-bottom: 20px;
}
#resource-library {
  padding: 1% 0 50px;
}
#resource-library .et_pb_row {
  padding: 1% 0 0;
}
#resource-library .et_pb_row_0 .et_pb_column {
  margin: 0;
}
#resource-library h1 {
  font-size: 25px;
}
#resource-library h1 + .resource-row {
  padding: 2% 0 0 !important;
}
#resource-library h1 .visible-lg {
  display: inline !important;
}
#resource-library .subtitle p {
  line-height: 1.5;
  padding-bottom: 0.8em;
}
#resource-library .subtitle p:last-child {
  padding-bottom: 0;
}
#resource-library .featuredResources {
  padding-top: 0 !important;
}
#resource-library .et_pb_row_inner {
  padding-top: 10px;
  padding-bottom: 20px;
}
#resource-library .pagination {
  display: none;
}
#col-resource-sidebar {
  margin-right: 5.5%;
}
@media only screen and (min-width: 981px) {
  .resourceCard {
    flex: 1 0 47%;
  }
}
@media only screen and (max-width: 980px) {
  #col-resource-sidebar {
    display: none;
  }
  .resource-row {
    flex-direction: column;
  }
  .resourceCard {
    max-width: none;
    margin: 0 !important;
  }
  .resourceCard:not(:first-child) {
    margin-top: 30px !important;
  }
  .et_pb_row_1 .et_pb_column_1 {
    margin: 0 !important;
  }
  .et_pb_row_inner:nth-of-type(n+2) {
    padding-top: 0px !important;
  }
  .post-type-archive-resource .sectionHeader,
  .tax-topics .sectionHeader {
    display: none;
  }
  .post-type-archive-resource .sectionHeader + .et_section_specialty,
  .post-type-archive-resource .sectionHeader + .et_section_specialty > .et_pb_row,
  .tax-topics .sectionHeader + .et_section_specialty,
  .tax-topics .sectionHeader + .et_section_specialty > .et_pb_row {
    margin-top: 0;
    padding-top: 0;
  }
  .post-type-archive-resource .sectionHeader + .et_section_specialty > .et_pb_row .et_pb_column_1_4,
  .tax-topics .sectionHeader + .et_section_specialty > .et_pb_row .et_pb_column_1_4 {
    display: none;
  }
  #header-mobile {
    margin: -10px 0 20px;
    position: relative;
  }
  #header-mobile h3 {
    margin-bottom: 10px;
  }
  #header-mobile .et_search_icon {
    position: absolute;
    right: 26px;
    top: 4px;
  }
  #header-mobile .et_search_icon:before {
    font-size: 20px;
  }
  #header-mobile + .et_pb_row_inner {
    margin-top: 30px;
  }
  select.modal-search-link {
    width: 80%;
    height: 28px;
  }
  a.modal-search-link {
    text-align: right;
    width: 16%;
    display: inline-block;
  }
  #resource-content h1 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  #resource-filters-wrapper-mobile {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .et_pb_column_3_8 {
    margin-bottom: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    width: 335px;
  }
  .et_pb_column_3_8:nth-child(even) {
    margin-right: 0;
  }
}
/* Resource Library Filters Top
----------------------------------------- */
.resourceFiltersForm {
  margin-top: 10px;
  margin-bottom: 30px;
}
.resourceFiltersForm p.resourceFiltersTop {
  font-size: 14px;
}
.resourceFiltersForm p.resourceFiltersTop strong {
  margin-right: 5px;
}
.resourceFiltersForm p.resourceFiltersTop a {
  color: #666;
  margin-left: 5px;
  text-decoration: underline;
}
.resourceFiltersForm p.resourceFiltersTop a:hover {
  color: #e31b23;
}
.resourceFiltersForm p.resourceFiltersTop a.filterTag {
  border: 1px solid #bbb;
  display: inline-block;
  padding: 0 27px 0px 10px;
  position: relative;
  text-decoration: none;
  border-radius: 1em;
  line-height: 21px;
}
.resourceFiltersForm p.resourceFiltersTop a.filterTag:hover {
  background-color: #f2f2f2;
  color: #333;
  cursor: pointer;
}
.resourceFiltersForm p.resourceFiltersTop a.filterTag:before {
  color: #666;
  content: '\51';
  font-size: 14px;
  left: auto;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 3px;
  font-family: 'ETmodules';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.resourceFiltersForm p.resourceFiltersTop a.filterTag:hover:before {
  color: #333;
}
/* Resource Library Search Field
----------------------------------------- */
.resource-search {
  position: relative;
}
.resource-search .labelHidden {
  display: none;
}
.resource-search .searchField {
  color: #666;
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-bottom: 5px !important;
  padding: 8px 45px 8px 8px !important;
  width: 100% !important;
  min-height: 37px;
}
.resource-search #et_search_icon:before {
  background-color: #fafafa;
  color: #54565b;
  border-left: 1px solid #ccc;
  font-size: 18px;
  line-height: 1.4;
  left: auto;
  padding: 5px 10px;
  right: 1px;
  top: 1px;
}
.resource-search input[type=text]:focus,
.resource-search input.text:focus,
.resource-search input.title:focus,
.resource-search textarea:focus,
.resource-search select:focus {
  border-color: #999;
  color: #222;
}
/* Resource Library Topic Navigation
----------------------------------------- */
ul.resource-topics {
  font-size: 14px;
  line-height: 1.4 !important;
  list-style-type: none !important;
  margin: 10px 0 0;
  padding: 0 !important;
  background: #7f8084;
}
ul.resource-topics a.has-children:before {
  font-family: 'ETmodules';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\45";
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
}
ul.resource-topics li {
  margin-bottom: 1px;
}
ul.resource-topics li a {
  background-color: #54565b;
  color: #fff;
  display: block;
  padding: 5px 10px 5px 18px;
  position: relative;
  text-decoration: none;
}
ul.resource-topics li a:hover {
  background-color: #494b4f;
}
ul.resource-topics li.current-cat a {
  background-color: #3b3c4b;
}
ul.resource-topics li[class*=current-cat] > a.has-children:before {
  content: "\43";
}
ul.resource-topics ul.children {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  list-style-type: none;
  margin: 1px 0;
  padding: 0;
  background: #d0d1d2;
}
ul.resource-topics ul.children li {
  margin-left: 0;
}
ul.resource-topics ul.children li a {
  background: #f2f2f2;
  padding-left: 30px;
  color: #54565b;
}
ul.resource-topics ul.children li a.has-children:before {
  color: #54565b;
  left: 12px;
}
ul.resource-topics ul.children li a:hover {
  background: #e6e6e6;
}
ul.resource-topics ul.children li.current-cat a {
  color: #e31b23;
  font-weight: 600;
}
ul.resource-topics ul.children li.current-cat a.has-children:before {
  content: "\43";
}
ul.resource-topics ul.children .children li a {
  background: #ffffff;
  padding-left: 30px;
  color: #54565b;
  font-weight: 400;
}
ul.resource-topics ul.children .children li a.has-children:before {
  display: none;
}
ul.resource-topics ul.children .children li a:hover {
  background: #e6e6e6;
}
ul.resource-topics ul.children .children li.current-cat a {
  color: #e31b23;
  font-weight: bold;
}
ul.resource-topics .current-cat-parent,
ul.resource-topics [class*=current-cat] > ul.children {
  display: block;
}
/* Resource Library Media Type Filters
----------------------------------------- */
.resource-filters {
  background-color: #fafafa;
  margin-top: 15px;
  border: 1px solid #cccccc;
}
.resource-filters fieldset:not(:first-child) {
  margin: 15px 0 10px;
}
.resource-filters h4 {
  background-color: #eee1c7;
  color: #54565b;
  font-weight: 400 !important;
  font-size: 16px;
  padding: 3px 18px;
  text-transform: none;
}
.resource-filters > div {
  padding: 15px 20px 20px;
  position: relative;
}
.resource-filters p {
  font-size: 14px;
  line-height: 1.3;
  position: absolute;
  right: 20px;
  top: 15px;
}
.resource-filters p a {
  text-decoration: underline;
}
.resource-filters p a:hover {
  color: #e31b23;
}
.resource-filters legend {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.resource-filters label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-left: 20px;
}
.resource-filters label input[type=checkbox] {
  cursor: pointer;
  line-height: normal;
  margin: 2px 0 0 -20px;
  position: absolute;
  -webkit-appearance: checkbox;
}
#resource-filters-wrapper .filter-source-submit,
#resource-filters-wrapper-mobile .filter-source-submit {
  margin: 5px 0 0 !important;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 10px !important;
  color: #54565b !important;
  border-color: #54565b;
}
@media only screen and (max-width: 980px) {
  .resource-filters h4 {
    display: none;
  }
}
/* Resource Detail Page
----------------------------------------- */
#resource-detail {
  padding: 1% 0;
  background: transparent;
}
#resource-detail .et_pb_row {
  padding: 1% 0 0;
}
#resource-detail .et_pb_row_0 .et_pb_column {
  margin: 0;
}
.resource .entry-content a:hover {
  /*color: #004463;*/
}
.resource h2 {
  /* emulates h1 pages style */
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0;
}
.resource .entry-content ul {
  line-height: 1.6 !important;
}
.resource .fluid-width-video-wrapper {
  margin: 20px 0;
}
.resource iframe {
  margin-bottom: 20px;
}
@media only screen and (min-width: 981px) {
  #resource-detail {
    max-width: 73.625%;
    margin: 0 auto;
  }
}
/* Resource Call-To-Action Section
----------------------------------------- */
.resource-cta-wrapper {
  background-color: #f7f7f7;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
  -moz-box-shadow: 0px 0px 5px 0px #cccccc;
  box-shadow: 0px 0px 5px 0px #cccccc;
  margin: 30px 0;
  padding: 30px 20px;
  position: relative;
  width: auto;
}
.resource-cta-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase !important;
  line-height: 1.1;
  margin: 0 0 10px;
}
.resource-cta-wrapper .resource-cta {
  margin-top: 40px;
}
.resource-cta-wrapper h3 + .resource-cta {
  margin-top: 0px;
}
.resource-cta-wrapper .resource-cta-info {
  margin-bottom: 1em;
}
.resource-cta-wrapper .resource-cta-info img {
  float: left;
  margin: 0 20px 0 0;
  border: 1px solid #ccc;
}
.resource-cta-wrapper .resource-cta-info p {
  line-height: 1.1;
  margin-bottom: 8px;
  padding: 0;
}
.resource-cta-wrapper .resource-link {
  position: relative;
  line-height: normal !important;
}
.resource-cta-wrapper .resource-link span {
  position: absolute;
  left: 0;
}
.resource-cta-wrapper .resource-link a {
  text-indent: 3.5em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .resource-cta-wrapper .resource-cta-info {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .resource-cta-wrapper .resource-cta-info img {
    float: none;
    width: auto;
  }
  .resource-cta-wrapper .resource-cta-button {
    float: none;
    text-align: left;
    width: 100%;
  }
  .resource-cta-wrapper .resource-cta-button .big-button {
    margin-top: 0 !important;
  }
}
/* Resource Topics
----------------------------------------- */
.resource-topics-social {
  position: relative;
  margin-top: 30px;
  margin-bottom: 35px;
}
.resource-topics-social .resource-topics strong {
  color: #54565b;
  font-weight: 600;
}
.resource-topics-social .resource-topics a.small-button {
  background: #a0a2a5;
  color: white;
  border-radius: 0;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0 0 8px 8px !important;
  padding: 3px 10px !important;
  text-decoration: none;
  text-shadow: none;
  border: none;
  transition: all 0.2s;
}
.resource-topics-social .resource-topics a.small-button:hover {
  background: #86898D;
}
@media only screen and (max-width: 767px) {
  .resource-topics-social .resource-topics {
    float: none;
    width: 100%;
  }
  .resource-topics-social .resource-topics p {
    margin-bottom: 10px !important;
  }
  .resource-topics-social .resource-topics p a.small-button {
    margin-bottom: 5px !important;
  }
}
/* Related Resource Section
----------------------------------------- */
#related-resources {
  border-top: 1px solid #d4d5d6;
  padding-top: 35px;
}
#related-resources h1 {
  color: #e31b23;
  font-weight: 400 !important;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0;
}
