@import url(/s/resources/css/appstyles.css);
@import url(//fonts.googleapis.com/css?family=Libre+Baskerville);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);
@import url(//fonts.googleapis.com/css?family=Oswald:300);
/* General Style
---------------------------------------------*/
form,
body,
html {
  height: 100%;
  width: 100%;
}
form,
body,
html {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 14px/1.5em 'Open Sans', sans-serif;
  background: #fff;
}
a {
  color: #005195;
  text-decoration: none;
  outline: none;
  border-style:none;
}
a:hover {
  color: #008bff;
  text-decoration: none;
  border: none;
  outline: none;
  border-style:none;
}
a:visited {
  color: #008bff;
  text-decoration: none;
  border: none;
  outline: none;
  border-style:none;
}
a:active {
  color: #008bff;
  text-decoration: none;
  border: none;
  outline: none;
  border-style:none;
}
a:focus {
  color: #008bff;
  text-decoration: none;
  border: none;
  outline: none;
  border-style:none;
}
a img {
  border: none;
  border-style:none;
}
h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
h1,
.PageTitleHeader {
  font-size: 2em;
  line-height: 1.3em;
}
h2,
.PageSubTitleHeader {
  font-size: 1.6em;
  line-height: 1.3em;
}
h2 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 24px;
  color: #005195;
  padding: 25px 0;
}
h3 {
  font-size: 20px;
  line-height: 1.3em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #005195;
  padding: 25px 0;
}
h4 {
  font-size: 20px;
  line-height: 1.25em;
  font-family: 'Open Sans', sans-serif;
  color: #005195;
  padding: 15px 0;
  font-weight: normal;
}
h5 {
  font-size: 18px;
  line-height: 1.1em;
  color: #005195;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 15px 0;
}
p {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
#PageTitle,
.PageTitleHeader {
  display: none;
}
hr {
  height: 1px;
  line-height: 1px;
  margin: 60px 0px;
  clear: both;
  border: none;
  background: #e0e4e8;
  color: #e0e4e8;
  float: left;
  width: 100%;
}

#ContentMiddle table.Photos td {
    width: 33%;
    padding: 0 10px;
}
#ContentMiddle table.Photos td img.imod-photos-legacy-thumbnail {
    max-height: 96px;
}
#ContentMiddle table.Photos { width: 100%;}

.invisibleButAccessible {
  display: none;
}
.idbmsBreadcrumbSeparator {
  color: #005195 !important;
}
.expand img {
  background-color: #005195 !important;
  width:18px;
  height:18px;
  max-width:18px!important;
  display:block;
}
.expand {
  background-color: #005195 !important;
}
.Error,
.error {
  width: auto !important;
}
img[src="/images/icons/v2/common/brick_edit.gif"],
img[src="/images/icons/v2/common/delete.gif"],
img[src="/images/icons/v2/common/arrow_out.gif"],
img[src="/images/e.gif"],
img[src="/images/spacer.gif"],
img[src="/images/icons/v2/bomb.png"] {
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  float: none!important;
  width: 16px!important;
  height: 16px !important;
}
#inner-wrap img[src="/images/spacer.gif"] {
  display: none;
}
::-moz-selection {
  background: #005195;
  color: #fff;
}
::selection {
  background: #005195;
  color: #fff;
}
/* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection {
  background: #005195;
  color: #fff;
}
/* Mozilla Firefox */
#inner-wrap * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#inner-wrap * img {
  max-width: 100%;
  height: auto;
}
.button {
  background: #008bff;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: none;
  outline: 0;
  &:hover,&:focus {
    color: #fff;
    background: #005195;
  }
  &:visited {
    color: #fff;
  }
}
a[id$="hlSearchNotes"] {
  background: #008bff;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: none;
  outline: 0;
  margin: 10px;
}
a[id$="hlMoreDiscussions"] {
  background: #008bff;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: none;
  outline: 0;
}
span[id$="lblNumPostsHeader"] {
  text-align: right;
}
#ContentSplit1 a[id$="hlSubmitNote"] {
  background: #006fcc;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: none;
  outline: 0;
  margin: 10px;
}
#ContentSplit1 span[id$="lblSummary"] font {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding: 25px 0 ;
  float: left;
  width: 100%;
}
#ContentSplit1 tr span {
  padding-bottom: 15px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  float: left;
}
#ContentSplit1 span[id$="lblCategoryName2"] a {
  color: #4caeff;
}
#ContentSplit1 span[id$="lblNumNewNotes"] {
  float: right;
}
#ContentSplit1 span[id$="lblNumNewNotes2"] {
  text-align: right;
  float: right;
}
#ContentSplit2 span[id$="lblInstructions"] font {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding: 25px 0;
  float: left;
  width: 100%;
}
#ContentSplit2 span[id$="lblSubjectHeader"] {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
#ContentSplit2 span[id$="lblNumPostsHeader"] {
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
table.HotTopics {
  width: 100%;
}
.HotTopics td {
  padding-bottom: 15px;
  color: #4caeff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.HotTopics td a[id$="hlSubject"]{
  color: #4caeff;
}
.HotTopics td span[id$="lblNumPosts"] {
  color: #fff;
  text-align: right;
  float: right;
}
.HotTopics td span[id$="lblLastPosting"] {
  color: #4caeff;
}
blockquote {
  border-top: 1px solid #e0e4e8;
  border-bottom: 1px solid #e0e4e8;
  margin-right: 0;
  margin-left: 0;
  padding: 45px 60px;
  text-align: center;
  float: left;
  line-height: 1.5;
  width: 100%;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  font-style: italic;
  color: #2d2d2d;
}
.start #ContentMiddle {
  display: none;
}
.m-pikabu-sidebar {
  display: none;
}
/* HEAD ELEMENTS
---------------------------------------------*/
.structHead {
  float: left;
  width: 100%;
  background: #005195;
  padding: 20px 0 25px;
  border-top: 1px solid #fff;
  z-index: 100;
}
.structHead .headLogo {
  padding: 0;
}
.structHead .headLogo h1 {
  font-size: 30px;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.structHead .headLogo h1 a {
  color: #fff;
  text-decoration: none;
}
.structHead .headLogo h1 a img {
  float: left;
  max-width: 100%;
}
.structHead .headLogo h1 a > span {
  float: left;
  margin-top: 30px;
}
.structHead .headLogo h1 a span .break-mobile {
  float: right;
  padding-left: 10px;
}
.structHead #ContentMemberTools {
  float: right;
  width: 100%;
  margin-top: -10px;
}
.structHead #ContentMemberTools ul {
  margin: 0;
  padding: 0;
  float: right;
  width: 100%;
  list-style: none;
}
.structHead #ContentMemberTools ul li {
  float: right;
  display: inline-block;
}
.structHead #ContentMemberTools ul li a {
  color: #bbd4e9;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px;
}
.structHead #ContentMemberTools ul li:first-child a {
  padding-right: 0;
}
.structHead #ContentSearch {
  float: right;
  position: relative;
  padding-top: 20px;
}
.structHead #ContentSearch input {
  width: 300px;
  height: 35px;
  background: #fff;
  border: none;
  outline: 0;
  padding: 0 45px 0 15px;
  color: #868686;
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.structHead #ContentSearch img {
  position: absolute;
  top: 30px;
  right: 15px;
}
/* MAIN TOP HORIZONTAL NAV
---------------------------------------------*/
.desktopNav {
  background: #005195;
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
  height: 68px;
  border-bottom: 4px solid #eef3f7;
}
.desktopNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.desktopNav ul li {
  float: left;
  padding: 0 .55%;
  line-height: 1.5em;
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-weight: bold;
}
.desktopNav ul li a {
  display: block;
  text-decoration: none;
  padding: 20px 25px;
  color: #fff;
  font-weight: normal;
}
.desktopNav ul li:hover {
  background: #17344d;
}
.desktopNav ul li:hover > a {
  color: #fff;
}
.desktopNav ul li:hover.dropdown {
  border-bottom: 4px solid #4caeff;
}
.desktopNav ul li.selected {
  background: #fff;
  border-bottom: 4px solid #4caeff;
}
.desktopNav ul li.selected:hover {
  border-bottom: 4px solid #4caeff;
}
.desktopNav ul li.selected a {
  color: #005195;
  font-weight: bold;
}
.desktopNav ul li ul {
  position: absolute;
  left: 0;
  margin: 4px 0 0 0;
  background: #17344d;
  float: none;
  width: 15em;
  text-align: left;
  display: none;
}
.desktopNav ul li.selected ul li.selected {
  background: none;
  border: none;
}
.desktopNav ul li.selected ul li a {
  color: #fff;
}
.desktopNav ul li ul li {
  width: 100%;
  /*border-bottom: 1px solid #2f495f;*/
  margin: 0;
  padding: 0px;
  background: none;
  line-height: normal;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.desktopNav ul li ul li:last-of-type {
  border-bottom: none;
}
.desktopNav ul li ul li a {
  font-weight: normal;
  text-align: left;
  padding: 15px 35px;
  border: none;
}
.desktopNav ul li ul li:hover {
  background: #008bff;
}
.desktopNav ul li ul li:hover a {
  color: #fff;
}
/* Mobile Nav
---------------------------------------------*/
.m-pikabu-nav-toggle {
  color: #fff;
  font-size: 36px;
  float: right;
  margin-top: 24px;
}
.m-pikabu-nav-toggle:hover {
  color: #fff;
}
.m-pikabu-nav-toggle i {
  float: right;
  cursor: pointer;
}
.m-pikabu-sidebar {
  background: #231f20;
  z-index: 10;
}
.m-pikabu-sidebar #ContentMobileSearch {
  padding: 30px 15px 20px 15px;
  position: relative;
  float: left;
  width: 90%;
  display: inline;
}
.m-pikabu-sidebar #ContentMobileSearch input {
  width: 100%;
}
.m-pikabu-sidebar #ContentMobileSearch img {
  position: absolute;
  top: 40px;
  left: 25px;
}
.m-pikabu-sidebar #nav-close-btn {
  float: right;
  display: inline;
  text-align: center;
  padding: 30px 20px 0 0;
  font-size: 15px;
  color: #676767;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.m-pikabu-sidebar #nav-close-btn img {
  display: block;
  font-size: 24px;
  margin: 0 auto;
}
.m-pikabu-sidebar .mainNav {
  float: left;
  width: 100%;
}
.m-pikabu-sidebar .mainNav ul {
  border-bottom: 1px solid #1c191a;
}
.m-pikabu-sidebar .mainNav ul li {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #1c191a;
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.m-pikabu-sidebar .mainNav ul li:last-child {
  border-bottom: none;
}
.m-pikabu-sidebar .mainNav ul li a {
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
}
.m-pikabu-sidebar .mainNav ul li.has-subnav > a .expandIcon {
  display: block;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #676767;
}
.m-pikabu-sidebar .mainNav ul li.has-subnav > a .expandIcon .menuexpand {
  display: block;
  font-size: 1.986em;
  padding: 2px 9px;
  font-size: 14px !important;
}
.m-pikabu-sidebar .mainNav ul li.has-subnav > a .expandIcon .menushrink {
  display: none;
  font-size: 1.986em;
  padding: 1px 15px 3px;
  font-size: 14px !important;
}
.m-pikabu-sidebar .mainNav ul li.has-subnav > ul {
  display: none;
  margin: 0;
  padding: 0;
}
.m-pikabu-sidebar .mainNav ul li.has-subnav > ul li {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #1c191a;
  background: #231f20;
}
.m-pikabu-sidebar .mainNav ul li.has-subnav > ul li:last-child {
  border-bottom: none;
}
.m-pikabu-sidebar .mainNav ul li.has-subnav > ul li a {
  font-size: 16px;
  color: #fff;
}
.m-pikabu-sidebar #ContentMobileMTNav {
  float: left;
  width: 100%;
}
.m-pikabu-sidebar #ContentMobileMTNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #005195;
}
.m-pikabu-sidebar #ContentMobileMTNav ul li {
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  border-bottom: 1px solid #00457f;
  border-top: 1px solid #266ba5;
}
.m-pikabu-sidebar #ContentMobileMTNav ul li a {
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
}
/* Feature Rotator
---------------------------------------------*/
.wideArea .bx-wrapper {
  position: relative;
}
.wideArea .bx-wrapper .bx_slide {
  position: relative;
}
.wideArea .bx-wrapper .bx_slide .sldtxt {
  position: absolute;
  background: #fff;
  color: #005195;
  padding: 15px;
  width: 32%;
}
.wideArea .bx-wrapper .bx_slide .sldtxt.bottom-right {
  bottom: 25px;
  right: 25px;
}
.wideArea .bx-wrapper .bx_slide .sldtxt.bottom-left {
  bottom: 25px;
  left: 25px;
}
.wideArea .bx-wrapper .bx_slide .sldtxt.bottom-left .preview {
  text-align: left;
}
.wideArea .bx-wrapper .bx_slide .sldtxt.top-right {
  top: 25px;
  right: 25px;
}
.wideArea .bx-wrapper .bx_slide .sldtxt.top-left {
  top: 25px;
  left: 25px;
}
.wideArea .bx-wrapper .bx_slide .sldtxt.top-left .preview {
  text-align: left;
}
.wideArea .bx-wrapper .bx_slide .sldtxt .preview {
  text-align: right;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.wideArea .bx-wrapper .bx_slide .sldtxt .preview h1 {
  font-weight: bold;
  font-size: 30px;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.wideArea .bx-wrapper .bx_slide .sldtxt .preview .slide-link {
  display: inline-block;
}
.wideArea .bx-wrapper .bx_slide .sldtxt .preview .slide-link a {
  color: #4caeff;
  text-decoration: none;
}
.wideArea .bx-wrapper .bx-controls {
  width: 100%;
  float: left;
}
.wideArea .bx-wrapper .bx-controls .bx-pager {
  position: relative;
  bottom: 40px;
  margin: 0 auto;
  display: table;
  z-index: 100;
}
.wideArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  float: left;
  padding: 0 7px;
}
.wideArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  text-indent: -999em;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}
.wideArea .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background: #4caeff;
}
.wideArea .bx-wrapper .bx-controls-direction {
  display: none;
}
.wideArea .bx-wrapper:hover .bx-controls-direction {
  display: block;
}
.wideArea .bx-wrapper:hover .bx-controls-direction a {
  position: absolute;
  top: 45%;
  z-index: 100;
  font-size: 48px;
  padding: 0 18px;
}
.wideArea .bx-wrapper:hover .bx-controls-direction a.bx-prev {
  left: 25px;
  background: rgba(128, 128, 128, 0.4);
  border-radius: 50%;
}
.wideArea .bx-wrapper:hover .bx-controls-direction a.bx-prev i {
  color: #969696;
  margin-left: -5px;
}
.wideArea .bx-wrapper:hover .bx-controls-direction a.bx-next {
  right: 25px;
  background: rgba(128, 128, 128, 0.4);
  border-radius: 50%;
}
.wideArea .bx-wrapper:hover .bx-controls-direction a.bx-next i {
  color: #969696;
  margin-right: -5px;
}
#subnav-section {
  width: 100%;
  float: left;
  margin-top: -15px;
}
#subnav-section .col-sm-4 {
  padding: 0;
}
#subnav-section .col-sm-4:first-child {
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
}
#subnav-section .col-sm-4:nth-child(2) {
  background-image: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
}
#subnav-section .col-sm-4:last-child {
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
}
#subnav-section .col-sm-4 #ContentSubNavHdr3 span {
  padding-left: 11px;
}
#subnav-section .col-sm-4 .subnav-hdr {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  height: 85px;
  padding: 20px 20px 15px;
}
#subnav-section .col-sm-4 .subnav-hdr span {
  font-size: 24px;
  background: url(../images/circle.png) no-repeat;
  width: 52px;
  height: 52px;
  padding-left: 17px;
  padding-top: 15px;
}
#subnav-section .col-sm-4 .subnav-hdr em {
  color: #4caeff;
  font-size: 18px;
  padding-left: 5px;
}
#subnav-section .col-sm-4 .subnav-hdr .wrap {
  padding-left: 55px;
  margin-top: -40px;
}
#subnav-section .col-sm-4.dark-blue {
  background-color: #17344d;
  min-height: 250px;
}
#subnav-section .col-sm-4.primary-blue {
  background-color: #005195;
  min-height: 250px;
}
#subnav-section .col-sm-4 .subnav-list ul {
  margin: 0;
  padding: 0 0 30px 65px;
  float: left;
  width: 100%;
  list-style: none;
}
#subnav-section .col-sm-4 .subnav-list ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 5px 20px 5px 0px;
}
#subnav-section .col-sm-4 .subnav-list ul li:first-of-type {
  padding-top: 0;
}
#subnav-section .col-sm-4 .subnav-list ul li a {
  color: #cfe8fd;
  text-decoration: none;
}
#subnav-section .col-sm-4 .subnav-list ul li a:before {
  content: "\f0da";
  color: #4caeff;
  font-size: 16px;
  font-family: FontAwesome;
  margin-left: -20px;
  padding-right: 10px;
}
#subnav-section .col-sm-4 #ContentSubNav1 {
  float: left;
  width: 100%;
}
#subnav-section .col-sm-4 #ContentSubNav2 {
  float: left;
  width: 100%;
}
#subnav-section .col-sm-4 #ContentSubNav3 {
  float: left;
  width: 100%;
}
#ContentMiddleLayoutCallOut {
  float: left;
  text-align: center;
  width: 100%;
  margin: 45px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e0e4e8;
  border-top: 1px solid #e0e4e8;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 24px;
  color: #005195;
}
#ContentMiddleLayoutNewsPattern {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
#ContentMiddleLayoutNewsPattern .newsItem {
  float: left;
}
#ContentMiddleLayoutNewsPattern .newsItem .text {
  padding: 40px 15px 0 15px;
}
#ContentMiddleLayoutNewsPattern .newsItem .text .title {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 16px;
  color: #005195;
  margin-bottom: 25px;
}
#ContentMiddleLayoutNewsPattern .newsItem .text .preview {
  color: #2d2d2d;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
#ContentMiddleLayoutNewsPattern .newsItem .text .full-story {
  float: left;
  padding-right: 20px;
}
#ContentMiddleLayoutNewsPattern .newsItem .text .full-story a {
  text-decoration: none;
  color: #005195;
  font-size: 12px;
  text-transform: uppercase;
}
#ContentMiddleLayoutNewsPattern .newsItem .text .full-story a:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 10px;
}
#ContentMiddleLayoutNewsPattern .newsItem .text .news-link {
  float: left;
}
#ContentMiddleLayoutNewsPattern .newsItem .text .news-link a {
  text-decoration: none;
  color: #005195;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
}
#ContentMiddleLayoutNewsPattern .newsItem .text .news-link a:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 10px;
}
.structBody .interior-top {
  border-bottom: 1px solid #e0e4e8;
  float: left;
  width: 100%;
}
.structBody .interior-top #ContentBreadCrumbs {
  float: left;
  width: 100%;
  display: block;
  padding: 50px 0 20px;
}
.structBody .interior-top #ContentBreadCrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.structBody .interior-top #ContentBreadCrumbs ul li {
  display: inline-block;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.structBody .interior-top #ContentBreadCrumbs ul li a {
  padding: 0px 10px 0 0px;
  color: #005195;
  text-decoration: none;
  font-weight: bold;
}
.structBody .interior-top #ContentBreadCrumbs ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  color: #005195;
  font-weight: normal;
  padding-right: 15px;
}
.structBody .interior-top #ContentBreadCrumbs ul li:first-child a {
  padding-left: 0;
}
.structBody .interior-top #ContentBreadCrumbs ul li:first-child:before {
  content: "";
}
.structBody .interior-top #ContentBreadCrumbs ul li.selected a {
  font-weight: bold;
}
.structBody .interior-top #ContentPageName {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 36px;
  font-style: italic;
  float: left;
  width: 100%;
  text-align: center;
  color: #005195;
  line-height: normal;
  padding-bottom: 50px;
}
#ContentSideNav {
  float: left;
  width: 100%;
  margin: 60px 0;
  border-right: 1px solid #e0e4e8;
}
#ContentSideNav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style: none;
}
#ContentSideNav ul li {
  float: left;
  width: 100%;
}
#ContentSideNav ul li:hover {
  background: #eef3f7;
}
#ContentSideNav ul li.selected {
  background: #eef3f7;
}
#ContentSideNav ul li.selected a {
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif;
}
#ContentSideNav ul li.selected ul {
  background: #fff;
  float: left;
  width: 100%;
  display: block;
}
#ContentSideNav ul li.selected ul li a {
  padding-left: 45px;
  font-size: 12px;
  font-weight: normal;
}
#ContentSideNav ul li a {
  color: #005195;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  padding: 20px 15px;
  float: left;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#ContentSideNav ul li ul {
  display: none;
}
#ContentMiddle {
  margin: 60px 0 30px;
  float: left;
  width: 100%;
  line-height: 2;
  font-size: 14px;
  /*padding-bottom: 30px;*/
}
.start #internal-slider {
  background: transparent;
}
#internal-slider {
  padding: 30px 0;
  background: #eef3f7;
  float: left;
  width: 100%;
}
#internal-slider #ContentSlideHdr {
  font-size: 24px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #005195;
  font-style: italic;
  margin-bottom: 30px;
  text-align: center;
  float: left;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#internal-slider #ContentNewsPattern2 {
  max-width: 1100px;
  margin: 0 auto;
}
#internal-slider #ContentNewsPattern2 .slick-slide:focus {
  outline: none;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem {
  float: left;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem .text {
  padding: 40px 15px 0 15px;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem .text .title {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 16px;
  color: #005195;
  margin-bottom: 25px;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem .text .preview {
  color: #2d2d2d;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem .text .full-story {
  float: left;
  padding-right: 20px;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem .text .full-story a {
  text-decoration: none;
  color: #005195;
  font-size: 12px;
  text-transform: uppercase;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem .text .full-story a:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 10px;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem .text .news-link {
  float: left;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem .text .news-link a {
  text-decoration: none;
  color: #005195;
  font-size: 12px;
  text-transform: uppercase;
  display: none;
}
#internal-slider #ContentNewsPattern2 .slick-list .newsItem .text .news-link a:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 14px;
  padding-right: 10px;
}
#internal-slider #ContentNewsPattern2 .slick-prev {
  left: -35px;
  background: #fff;
  height: 36%;
  top: 0;
  width: 45px;
  margin-top: 0;
  z-index: 100;
}
#internal-slider #ContentNewsPattern2 .slick-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  color: #005195;
  font-size: 48px;
}
#internal-slider #ContentNewsPattern2 .slick-next {
  right: -35px;
  background: #fff;
  height: 36%;
  top: 0;
  width: 45px;
  margin-top: 0;
  z-index: 100;
}
#internal-slider #ContentNewsPattern2 .slick-next:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #005195;
  font-size: 48px;
}
#interior-links {
  width: 100%;
  float: left;
  padding: 0 0 60px 0;
}
#interior-links .col-sm-4 {
  padding: 0;
}
#interior-links .col-sm-4:first-child {
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
}
#interior-links .col-sm-4:nth-child(2) {
  background-image: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
}
#interior-links .col-sm-4:last-child {
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
}
#interior-links .col-sm-4 #ContentSubNavHdr3 span {
  padding-left: 11px;
}
#interior-links .col-sm-4 .subnav-hdr {
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #fff;
  font-size: 22px;
  font-style: italic;
  height: 85px;
  padding: 20px 20px 15px;
}
#interior-links .col-sm-4 .subnav-hdr span {
  font-size: 24px;
  background: url(../images/circle.png) no-repeat;
  width: 52px;
  height: 52px;
  padding-left: 17px;
  padding-top: 15px;
}
#interior-links .col-sm-4 .subnav-hdr em {
  color: #4caeff;
  font-size: 18px;
  padding-left: 5px;
}
#interior-links .col-sm-4 .subnav-hdr .wrap {
  padding-left: 55px;
  margin-top: -40px;
}
#interior-links .col-sm-4.dark-blue {
  background-color: #17344d;
  min-height: 250px;
}
#interior-links .col-sm-4.primary-blue {
  background-color: #005195;
  min-height: 250px;
}
#interior-links .col-sm-4 .subnav-list ul {
  margin: 0;
  padding: 0 0 30px 65px;
  float: left;
  width: 100%;
  list-style: none;
}
#interior-links .col-sm-4 .subnav-list ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 5px 20px 5px 0px;
}
#interior-links .col-sm-4 .subnav-list ul li:first-of-type {
  padding-top: 0;
}
#interior-links .col-sm-4 .subnav-list ul li a {
  color: #cfe8fd;
  text-decoration: none;
}
#interior-links .col-sm-4 .subnav-list ul li a:before {
  content: "\f0da";
  color: #4caeff;
  font-size: 16px;
  font-family: FontAwesome;
  margin-left: -20px;
  padding-right: 10px;
}
#interior-links .col-sm-4 #ContentSubNav1 {
  float: left;
  width: 100%;
}
#interior-links .col-sm-4 #ContentSubNav2 {
  float: left;
  width: 100%;
}
#interior-links .col-sm-4 #ContentSubNav3 {
  float: left;
  width: 100%;
}
#dupNav {
  padding-bottom: 60px;
  float: left;
  width: 100%;
}
#dupNav .footer-links .header {
  color: #005195;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
  padding-left: 45px;
  font-weight: bold;
}
#dupNav #ContentInteriorLinks2.footer-links .header {
  padding-left: 55px;
}
#dupNav #ContentInteriorLinks2.footer-links ul {
  margin-left: 55px;
}
#dupNav .footer-links ul {
  margin: 0 0 0 45px;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
#dupNav .footer-links ul li {
  float: left;
  width: 100%;
}
#dupNav .footer-links ul li:first-of-type a {
  padding-top: 0;
}
#dupNav .footer-links ul li a {
  color: #005195;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 0;
  width: 100%;
  float: left;
}
#dupNav #ContentSearch2 {
  float: right;
  position: relative;
  padding-top: 20px;
}
#dupNav #ContentSearch2 input {
  width: 300px;
  height: 35px;
  background: #fff;
  border: 1px solid #005195;
  outline: 0;
  padding: 0 45px 0 15px;
  color: #868686;
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  float: right;
}
#dupNav #ContentSearch2 img {
  position: absolute;
  top: 30px;
  right: 30px;
}
#bottom-split {
  background: url(../images/bg-4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
footer {
  padding: 0 0 45px 0;
}
footer .col-sm-12 {
  border-top: 1px solid #e6e7e7;
}
footer .col-sm-12 #ContentFooterAddress {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.7;
  color: #2d2d2d;
  padding-top: 45px;
  padding-bottom: 25px;
  float: left;
  width: 100%;
}
footer .col-sm-12 #ContentDisclaimer {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #2d2d2d;
  line-height: 1.7;
  padding-bottom: 25px;
  float: left;
  width: 100%;
}
footer .col-sm-12 #ContentDisclaimer img {
  display: inline;
  margin-top: -5px;
  width: 20px;
}
footer .col-sm-12 #ContentCopyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #2d2d2d;
  line-height: 1.7;
  padding-bottom: 25px;
  float: left;
  width: 100%;
}
footer .col-sm-12 #ContentFooterLinks {
  float: left;
  width: 100%;
  padding-bottom: 25px;
}
footer .col-sm-12 #ContentFooterLinks ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  float: left;
  list-style: none;
  text-align: center;
}
footer .col-sm-12 #ContentFooterLinks ul li {
  display: inline-block;
  font-size: 10px;
  font-family: 'Open Sans', sans-serif;
}
/* MAINT CASE#05488136 - TB - 10-4-24
footer .col-sm-12 #ContentFooterLinks ul li:first-child:after {
  content: "|";
  font-family: 'Open Sans', sans-serif;
  padding: 0 5px 0 10px;
  color: #c5c5c5;
}*/
footer .col-sm-12 #ContentFooterLinks ul li + li:before {
  content: "|";
  font-family: 'Open Sans', sans-serif;
  padding: 0 10px 0 10px;
  color: #c5c5c5;
}
footer .col-sm-12 #ContentFooterLinks ul li a {
  color: #005195;
  text-decoration: none;
}
.scholarship .structHead #ContentSearch {
  padding-top: 10px;
}
.scholarship .structHead #ContentSearch img {
  top: 20px;
}
#ContentSplit1 {

}
#ContentSplit1 h2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #fff;
  font-style: normal;
}
#ContentSplit1 h2:before {
  content: "\f044";
  font-family: FontAwesome;
  font-size: 24px;
  color: #006fcc;
  padding-right: 10px;
}
#ContentSplit2 {

}
#ContentSplit2 h2 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #fff;
  font-style: normal;
}
#ContentSplit2 h2:before {
  content: "\f086";
  font-family: FontAwesome;
  font-size: 24px;
  color: #006fcc;
  padding-right: 10px;
}
/* Online Directory */
.imod-field-control select {
    width: auto;
}
div.imod-profile-fields ul li div.imod-profile-field-label {
  width: 100% !important;
}
/* Registration */
.DataGrid {
    width: 100%;
}
.DataGridHeader {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.DataGrid tr td:first-child {
  width: 120px;
}
tr.DataGridFooter {
  margin-top: 15px;
  float: left;
}
input[id$="lnkBtnNext"] {
  width: auto !important;
}
a[id$="SendPage"] {
  display: none;
}
a[id$="ToggleDisablePage"] {
  display: none;
}
div.imod-profile-fields ul li div.imod-profile-field-data {
  width: 100% !important;
  padding: 0 !important;
}
div.imod-profile-fields ul li div.imod-profile-field-data > select {
  width: auto !important;
}
.imodcalendardetail > h2:first-of-type {
  display: none;
}
tr[id$="trSubCommunities"] {
  display: none;
}
.divCommunityOptOut {
    margin-left: 0 !important;
}
.divCommunityOptOut > input {
    margin-right: 5px;
}
.wide-textbox textarea {
  width: 100% !important;
}

/*modal styles*/
.modal {z-index: 10010;}

.loggedin .modal {display: block; position: relative; opacity: 1; padding-top: 15% !important; overflow: visible}

.modal-content {max-height: 90vh; overflow-y: auto;}

/* .modal.in {display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;} */

.modal-content .close  {background: transparent; border: none; padding: 0; font-size: 24px; float: right; margin-top: -20px;}

.modal-title {text-align: center; font-family: Georgia, Times, "Times New Roman", serif; font-style: italic; font-size: 24px; color: #005195;}

.modal-news-more {margin-top: 30px; position: relative; overflow: hidden;}

.modal-news-more a {padding: 8px 25px; background-color: #1a8aff; color: #fff; border-radius: 22px; display: inline-block;}

.modal-news-more a:hover {background-color: #005195;}

.modal-footer .btn { border-radius: 20px; background-color: #eee; border: none; padding: 6px 20px;}

.modal-footer .btn:hover { border-radius: 20px; background-color: #d2d2d2; border: none; padding: 6px 20px;}

.modal-body {margin-bottom: 20px;}

.modal-news-more > span {display: none;}

.modal-news-image {text-align: center;}

.modal-news-image img {margin: 0 auto;}


/* .modal-dialog {margin: auto !important;} */

.IModCmsCalendarIcon { position: relative; z-index: 10011;}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: auto;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*donation buttons*/
.giveForm .donationAmount{display:none;}
.give-1{margin:20px 0px;}
.give-1 #giveHeader{text-align:center;display:block;width:100%;}
.give-1 ul {list-style:none;width:100%;display:block;margin:2px 0px;padding:0;}
.give-1 ul li {padding:0;margin:0;display: inline-block;text-align:center;width:33%;float:left;padding:5px;}
.give-1 ul li a {border-radius:4px;color:#fff;display: block;font-size:18px;text-align: center; padding:15px 0px;background:#005195;text-decoration:none;}
.give-1 ul li a:hover {background:#17344d;color:#ffffff;text-decoration:none;}
.give-1 ul li a.selected{background:#17344d;}
.give-1 .otherWrap{display:block;width:100%;float:left;padding:5px;text-align:center;width:33%;margin:0 auto;}
.give-1 a#other {border-radius:4px;display:inline-block;width:100%;color:#fff;font-size:18px;padding:15px 0px;text-align: center; background:#005195;text-decoration:none;}
.give-1 a#other:hover{background:#17344d;color:#ffffff;text-decoration:none;cursor:pointer;}
.give-1 a#other.selected{background:#17344d;}



/* Media Queries */
@media screen and (min-width: 1024px) {
	.m-pikabu-viewport {
    -webkit-perspective: none;
            perspective: none;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
  }
  .desktopNav {
    height: 78px;
    padding-top: 10px;
    z-index: 10002;
  }
  .desktopNav.affix {
    position: fixed;
  }
  .loggedin .desktopNav.affix {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .structHead #ContentSearch input {
    width: 150px;
  }
  #dupNav #ContentSearch2 input {
    width: 150px;
  }
  .desktopNav {
    height: 68px;
  }
  .desktopNav ul li {
    padding: 0 .63%;
  }
  .desktopNav #ContentTopNav ul li a {
    padding: 15px;
  }
  #internal-slider #ContentNewsPattern2 {
    max-width: 945px;
    margin: 0 auto;
  }
  #internal-slider #ContentNewsPattern2 .slick-prev {
    height: 30%;
    top: -1px;
  }
  #internal-slider #ContentNewsPattern2 .slick-next {
    height: 30%;
    top: -1px;
  }
}
@media only screen and (max-width: 1023px) {
  .m-pikabu-sidebar {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .structHead {
    padding: 40px 0;
  }
  .structHead .headLogo h1 a span {
    font-size: 22px;
    margin-top: 38px;
  }
  #interior-links .col-sm-4 .subnav-hdr {
    height: auto;
  }
  #ContentSplit1 div[id$="pnlMain"] {
    float: left;
    width: 100%;
    padding-bottom: 60px;
  }
  .wideArea {
    float: left;
  }
  .wideArea .bx-wrapper .bx_slide .sldtxt {
    padding: 20px;
  }
  .wideArea .bx-wrapper .bx_slide .sldtxt .preview {
    font-size: 12px;
  }
  #subnav-section .col-sm-4 .subnav-hdr {
    font-size: 18px;
  }
  #subnav-section .col-sm-4 .subnav-list ul li {
    font-size: 14px;
  }
  #internal-slider #ContentNewsPattern2 {
    max-width: 685px;
    margin: 0 auto;
  }
  #internal-slider #ContentNewsPattern2 .slick-prev {
    height: 33%;
    top: -1px;
  }
  #internal-slider #ContentNewsPattern2 .slick-next {
    height: 33%;
    top: -1px;
  }
  #dupNav #ContentSearch2 input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.2em ;
    line-height: 1.5em;
  }
  .structHead {
    position: relative;
    padding: 30px 0;
  }
  .structHead .headLogo h1 {
    text-align: center;
    font-size: 16px;
  }
  .structHead .headLogo h1 a img {
    float: none;
    margin: 0 auto;
    display: block;
    max-width: 75px !important;
  }
  .structHead .headLogo h1 a span {
    margin-top: 10px;
    width: 100%;
  }
  .structHead .headLogo h1 a span .break-mobile {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .structHead .m-pikabu-nav-toggle {
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 24px;
  }
  .wideArea {
    margin: 4px -15px 0 -15px;
  }
  .wideArea .bx-wrapper .bx_slide .sldtxt {
    position: relative;
    width: 100%;
    padding: 15px;
    bottom: 0px;
    right: 0px;
  }
  .wideArea .bx-wrapper .bx_slide .sldtxt.top-left {
    bottom: 0px;
    right: 0px;
  }
  .wideArea .bx-wrapper .bx_slide .sldtxt.top-right {
    bottom: 0px;
    right: 0px;
  }
  .wideArea .bx-wrapper .bx_slide .sldtxt.bottom-left {
    bottom: 0px;
    right: 0px;
  }
  .wideArea .bx-wrapper .bx_slide .sldtxt.bottom-right {
    bottom: 0px;
    right: 0px;
  }
  .wideArea .bx-wrapper .bx_slide .sldtxt .preview {
    font-size: 12px;
    text-align: center;
  }
  .wideArea .bx-wrapper .bx_slide .sldtxt .preview h1 {
    text-align: center;
  }
  .wideArea .bx-wrapper .bx-controls {
    background: #eef3f7;
    display: list-item;
    padding: 10px 0;
  }
  .wideArea .bx-wrapper .bx-controls .bx-pager {
    bottom: 15px;
  }
  #subnav-section {
    width: auto;
    margin: 0 -15px;
  }
  #subnav-section .col-sm-4.dark-blue {
    float: left;
    width: 100%;
  }
  #subnav-section .col-sm-4.primary-blue {
    float: left;
    width: 100%;
  }
  #subnav-section .col-sm-4 .subnav-hdr {
    height: auto;
  }
  #interior-links {
    width: auto;
    margin: 0 -15px;
  }
  #interior-links .col-sm-4.dark-blue {
    float: left;
    width: 100%;
  }
  #interior-links .col-sm-4.primary-blue {
    float: left;
    width: 100%;
  }
  #interior-links .col-sm-4 .subnav-hdr {
    height: auto;
  }
  #ContentMiddleLayoutNewsPattern .newsItem {
    padding-bottom: 30px;
  }
  #ContentMiddleLayoutNewsPattern .newsItem .thumb img {
    width: 100%;
  }
  #ContentMiddleLayoutNewsPattern .newsItem .text .full-story {
    display: block;
    width: 100%;
  }
  #ContentMiddleLayoutNewsPattern .newsItem .text .news-link {
    display: block;
    width: 100%;
  }
  .m-pikabu-sidebar #ContentMobileSearch {
    width: 84%;
  }
  .structBody .interior-top {
    border-bottom: none;
  }
  .structBody .interior-top #ContentPageName {
    padding: 30px 0;
    border-bottom: 1px solid #e0e4e8;
    font-size: 22px;
    line-height: 1;
  }
  #internal-slider #ContentSlideHdr {
    float: none;
  }
  #internal-slider #ContentNewsPattern2 {
    max-width: 390px;
    margin: 0 auto;
  }
  #internal-slider #ContentNewsPattern2 .slick-prev {
    height: 38%;
    top: -1px;
  }
  #internal-slider #ContentNewsPattern2 .slick-next {
    height: 38%;
    top: -1px;
  }
  .wideArea .bx-wrapper:hover .bx-controls-direction a {
    top: 28%;
  }
  .container.full-width {
    width: 100%;
    float: left;
    padding: 0;
  }
  #dupNav {
    padding-bottom: 60px;
    float: left;
    width: 100%;
    margin: 0;
  }
  #dupNav .footer-links {
    padding: 0;
    float: left;
    width: 100%;
  }
  #dupNav .footer-links .header {
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 0 !important;
    background: #f6f6f6;
    padding-top: 10px;
  }
  #dupNav #ContentInteriorLinks2.footer-links ul {
    margin-left: 0;
  }
  #dupNav .footer-links ul {
    text-align: center;
    margin: 0;
    width: 100%;
    float: left;
  }
  blockquote {
    padding-left: 0;
    padding-right: 0;
  }
}
/* =============================================================================
   Less than 480px / iphone portrait
   ========================================================================== */
@media only screen and (max-width: 479px) {
  /* Styles */
  .m-pikabu-sidebar #ContentMobileSearch {
    width: 80%;
  }
  .m-pikabu-sidebar #nav-close-btn {
    font-size: 10px;
    margin-top: 3px;
  }
  #internal-slider #ContentSlideHdr {
    float: none;
  }
  #internal-slider #ContentNewsPattern2 {
    max-width: 225px;
    margin: 0 auto;
  }
  #internal-slider #ContentNewsPattern2 .slick-prev {
    height: 16.5%;
    top: -1px;
  }
  #internal-slider #ContentNewsPattern2 .slick-next {
    height: 16.5%;
    top: -1px;
  }
  .wideArea .bx-wrapper:hover .bx-controls-direction a {
    top: 20%;
  }
}
.imod-pager .pageBtn a {background: #005195 !important;}

#ContentMiddle .imod_formItemWrapper .EventsHeader, #ContentMiddle .imod_fieldWrapper .EventsHeader {
  position: relative !important; 
  background: #005194 !important; 
  color: #fff !important; 
  border: none !important; 
  font-weight: normal; 
  font-family: serif !important; 
  font-size: 22px !important; 
  line-height: 1em !important; 
  padding: 15px 40px 15px 20px !important;
}


/* styles for additional main nav link - Donate (highlighted) */
.desktopNav ul li.highlight {
  background: #008bff;
  border-bottom: 4px solid #eef3f7;
}

.desktopNav ul li.highlight:hover {
  background: #17344d;
}

.desktopNav ul li:hover {
  background: #17344d;
  border-bottom: 4px solid #eef3f7;
}

.desktopNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

.desktopNav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.desktopNav ul li a {
  padding: 20px 0;
}

.desktopNav ul li {
  border-bottom: 4px solid #eef3f7;
}

.desktopNav ul li ul li {
  border: none;
}

.desktopNav ul li ul li a {
  padding: 15px 35px!important;
}

.desktopNav ul li ul li:hover {
  border: none;
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .desktopNav #ContentTopNav ul li a {
      padding: 15px 0;
  }
}

.modal-header button em {
	padding-top: 15px;
}

  /* MAINT 119551 DT 09162019 */
  @media only screen and (max-width: 450px) {
    .imod-field-control select {
      min-width: 100% !important;
    }
  }

/* EXPAND/COLLAPSE STYLES
---------------------------------------------*/
.accordion {
  margin: 10px 0;
  float: left;
  width: 100%;
}
.accordion .collapseItem.custom {
  margin: 0 0 20px;
  /* heading */
  /* content */
}
.accordion .collapseItem.custom .panel-heading {
  background: #d1d3d4;
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-weight: normal;
  position: relative;
  font-size: 15px;
  line-height: normal;
  font-weight: bold;
}
@media only screen and (max-width:  699px ) {
  .accordion .collapseItem.custom .panel-heading {
    font-size: 1.1em;
    line-height: normal;
  }
}
.accordion .collapseItem.custom .panel-heading a {
  display: block;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  color: #0064A6;
  min-height: 40px;
}
.accordion .collapseItem.custom .panel-heading a:active,
.accordion .collapseItem.custom .panel-heading a:focus {
  outline: none;
}
.accordion .collapseItem.custom .panel-heading a img.arrowToggle {
  position: absolute;
  top: unset;
  left: unset;
  right: 15px;
  max-width: 20px !important;
  line-height: 50px;
  border-radius: 7px;
  -webkit-filter: drop-shadow(0px 0px .5px #0064a6);
          filter: drop-shadow(0px 0px .5px #0064a6);
}

.img-vert {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

.accordion .collapseItem.custom .panel-heading a.open {
  background: transparent;
  color: #0064A6;
}
.accordion .collapseItem.custom .panel-heading a.open .arrowToggle {
  background: transparent;
}
.accordion .collapseItem.custom .accordionPanelWrap {
  padding: 5px 20px;
  /* margin-left:55px;border-bottom:2px solid #ccc;*/
  overflow: hidden;
  background: transparent;
  border-left: none;
}

.accordion .collapseItem.custom .accordionPanelWrap .preview {
    color: #2f1515;
    font-size: 15px;
}
@media only screen and (max-width:  699px ) {
  .accordion .collapseItem.custom .accordionPanelWrap {
    border-left: none;
  }
}
.accordion .collapseItem.custom .accordionPanelWrap .thumb {
  float: left;
  margin: 0 20px 10px 0;
  width: 200px;
  border: 4px solid #fff;
}
@media only screen and (max-width:  479px ) {
  .accordion .collapseItem.custom .accordionPanelWrap .thumb {
    float: none;
    width: 100%;
  }
  .accordion .collapseItem.custom .accordionPanelWrap .thumb img {
    width: 100%;
  }
}
.accordion .collapseItem.custom .accordionPanelWrap .more {
  padding-top: 10px;
}
.accordion .collapseItem.custom .accordionPanelWrap .more span {
  display: none;
}
.accordion .collapseItem.custom .accordionPanelWrap .more a > span {
  display: block;
}
.accordion .collapseItem.custom .accordionPanelWrap .more a {
  display: inline-block;
}
.accordion .collapseItem.custom .accordionPanelWrap .more a .button {
  background: #234863;
  margin: 0;
}

/* MAINT 124323 DT 10182019 */
#ContentMiddleLayoutCallOut .modal-body {
  text-align: initial;
  font-family: initial;
  font-style: initial;
  font-size: initial;
  color: initial;
  font: 14px/2 'Open Sans', sans-serif;
}

/* MAINT#246245 TB 11.2.23 Add Custom Google Search */
#ContentSearch input, #dupNav #ContentSearch2 input, #ContentMobileSearch input {
	position: relative;
}
#ContentSearch .searchBtn.button, #dupNav #ContentSearch2 .searchBtn.button, #ContentMobileSearch .searchBtn.button {
	position: absolute;
	top: 20px;
	right: 4px;
	border-radius: 0;
	width: 45px;
	height: 35px;
	background: transparent;
	padding: 0;
}
#ContentSearch .searchBtn.button img, #dupNav #ContentSearch2 .searchBtn.button img, #ContentMobileSearch .searchBtn.button img {
	position: static !important;
	top: unset;
	right: unset;
}
#ContentSearch .searchBtn.button:focus-visible, #dupNav #ContentSearch2 .searchBtn.button:focus-visible, #ContentMobileSearch .searchBtn.button:focus-visible {
	outline: 2px dotted #17344D;
	outline-offset: -4px;
}
#dupNav #ContentSearch2 .searchBtn.button {
	right: 19px;
}
#ContentMobileSearch .searchBtn.button {
	top: 30px;
	right: 15px;
}