p a, li a, td a, th a, .html-content a {text-decoration: underline; }

p {line-height: 1.5;}
@font-face {
	 font-family: "Myriad Pro";
	 src: url("/webfonts/MYRIADPRO-REGULAR.eot");
}
 @font-face {
	 font-family: "Myriad Pro";
	 src: url("/webfonts/MYRIADPRO-REGULAR.OTF");
}
 @font-face {
	 font-family: "Myriad Pro";
	 src: url("/webfonts/MYRIADPRO-REGULAR.svg");
}
 @font-face {
	 font-family: "Myriad Pro";
	 src: url("/webfonts/MYRIADPRO-REGULAR.ttf");
}
 @font-face {
	 font-family: "Sabon";
	 src: url("/webfonts/SabonLTStd-Roman.otf");
}
 @font-face {
	 font-family: "Sabon";
	 src: url("/webfonts/SabonRom.ttf");
}
 p, li, th, td, div {
	 font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 h1, h2, h3, h4, h5, h6 {
	 text-transform: none !important;
	 font-weight: bold;
	 font-family: "Sabon", "Palatino", Georgia, Times, "Times New Roman", serif !important;
}
h1 { color: rgb(1, 51, 83); }

h2, h3 { margin-top: 15px; }

 .lp-hero img {
	 width: 100%;
}
 ul.sidebar-nav li.active > a {
	 background-color: #b30000;
	 color: #fff;
}
 .image-right {
	 float: right;
	 margin: 0 0 10px 10px;
	 clear: both;
}
 .image-left {
	 float: left;
	 margin: 0 10px 10px 0;
	 clear: both;
}
 .image-center {
	 text-align: center;
	 clear: both;
}
 .hardright {
	 float: right;
	 margin: 0 0 15px 15px;
	 clear: both;
}
 .hardleft {
	 float: left;
	 margin: 0 15px 15px 0;
	 clear: both;
}
 .page-pdf {
	 float: right;
}
 .sitemap > li > a {
	 font-weight: bold;
}
/* ******************** ALTERN-TABLE STYLES ********************* */
 .altern-table {
	 border-collapse:collapse;
	 border: 1px solid black;
	 margin-bottom: 10px;
}
 .altern-table th {
	 color: #fff;
	 font-weight: bold;
	 background-color: #b30000;
	 padding: 5px;
	 text-transform:uppercase;
	 border-collapse:collapse;
	 border: 1px solid black;
	 text-align: left;
}
 .altern-table tr:nth-child(even){
	 background-color: #f8f8f8;
}
 .altern-table td {
	 border: 1px solid black;
	 padding: 5px;
	 text-align: left !important;
	 vertical-align: top !important;
}
/* ******************** PLAIN-TABLE STYLES ********************* */
 .plain-table {
	 border-collapse:collapse;
	 border: 1px solid black;
	 margin-bottom: 10px;
}
 .plain-table th {
	 color: #fff;
	 font-weight: bold;
	 background-color: #b30000;
	 padding: 5px;
	 text-transform:uppercase;
	 border-collapse:collapse;
	 border: 1px solid black;
	 text-align: left;
}
 .plain-table td {
	 border: 1px solid black;
	 padding: 5px;
	 text-align: left !important;
	 vertical-align: top !important;
}
 .JRDbutton {
	 background: #b30000 !important;
	 padding: 9px !important;
	 color: #ffffff !important;
	 margin-right: 4px !important;
	 line-height: 1.5 !important;
	 text-align: center !important;
	 border: 2px #fff solid !important;
	 border-radius: 8px;
}
 .JRDbutton:hover {
	 border: 2px #666666 solid !important;
}
 .navvy {
	 clear: both;
	 background: #013353;
	 border: 1px #013353 solid;
	 border-radius: 5px;
	 color: #fff;
	 padding: 25px;
	 z-index: 5;
	 position: relative;
	 float: right;
	 margin: 0 0 15px 15px;
	 max-width: 100%;
	 line-height: 1.5;
}
 .navvy p {
	 line-height: 1.5 !important;
}
 .navvy h2 {
	 color: #fff;
	 padding: 4px;
	 margin: 5;
	 padding-bottom: 0 !important;
}
 .navvy h3 {
	 color: #fff;
	 padding: 4px;
	 margin: 5;
	 padding-bottom: 0 !important;
}
 .navvy a {
	 color: #fff;
	 text-decoration: underline;
}
 .navvy ul {
	 margin-left: -15px;
}
 .highlight {
	 background: #ffffcc;
	 padding: 2px;
	 font-weight: bold;
}
 .allout {
	 width:100%;
}
 .smallbox {
	 max-width: 100%;
	 width: 300px;
	 line-height: 1.5;
}
 .smallbox p { 
     line-height: 1.5;
}
 .clearright {
	 clear:right;
}
 .cleartop {
	 clear: both;
}
 .clearboth {
	 clear:both;
}
 .chunkerplain {
	 width:285px;
	 margin-right:10px;
	 margin-bottom:10px;
	 display:inline-block !important;
	 vertical-align:top !important;
}
 .chunkerplainflex {
	 max-width:285px;
	 margin-right:10px;
	 margin-bottom:10px;
	 display:inline-block !important;
	 vertical-align:top !important;
}
 .chunkergray {
	 width:285px;
	 margin-right:10px;
	 margin-bottom:10px;
	 padding:8px;
	 display:inline-block !important;
	 background:#f8f8f8;
	 vertical-align:top !important;
}
 .chunkergrayflex {
	 max-width:285px;
	 margin-right:10px;
	 margin-bottom:10px;
	 padding:8px;
	 display:inline-block !important;
	 background:#f8f8f8;
	 vertical-align:top !important;
}
 .chunkergrayflex-boxed {
	 max-width:285px;
	 margin-right:10px;
	 margin-bottom:10px;
	 padding:8px;
	 display:inline-block !important;
	 background:#f8f8f8;
	 vertical-align:top !important;
	 border: 1px black solid;
	 border-radius: 10px;
}
 .chunkerplainflex-boxed {
	 max-width:285px;
	 margin-right:10px;
	 margin-bottom:10px;
	 padding:8px;
	 display:inline-block !important;
	 background:#ffffff;
	 vertical-align:top !important;
	 border: 1px black solid;
	 border-radius: 10px;
}
 .small {
	 font-size: 75%;
}
/* ******************** START OF ALERTUS EMERGENCY NOTIFICATION STYLES ********************* */
/* The first one was created/added by JRD;
 the rest from AlertUs, but customized. */
 #homePgEmergencyBox {
	 font-size: 32px !important;
	 color: #000 !important;
	 line-height: 1.5 !important;
	 font-weight: bold !important;
	 text-decoration: blink !important;
	 text-align: center;
	 max-width: 100% !important;
	 margin: auto !important;
}
 .homePageEmergencyBox {
	 font-size: 32px !important;
	 color: #000 !important;
	 line-height: 1.5 !important;
	 font-weight: bold !important;
	 text-decoration: blink !important;
	 text-align: center;
	 max-width: 100% !important;
	 margin: auto !important;
}
 .SmartBoard_Table {
	 background-color: #ffb400 !important;
	 border: 1px #fff solid !important;
	 border-radius: 15px;
	 margin-left: auto;
	 margin-right: auto;
	 padding-bottom: 20px !important;
	 /* width: 915px; */
	 max-width: 96% !important;
	 float: center;
	 margin-bottom: 70px !important;
	 margin-top: 50px !important;
}
 .SmartBoard_Row {
	 font-family: "Myriad Pro","Trebuchet MS", Arial, Helvetica, sans-serif !important;
}
 .SmartBoard_Subject{
	 font-weight: bold !important;
	 font-size: 48px !important;
	 color: #000 !important;
	 /* width: 915px !important; */
	 max-width: 95% !important;
	 margin-top:40px;
	 padding:20px;
}
 .SmartBoard_DateTime{
	 font-size: small !important;
	 font-variant: small-caps !important;
	 display: none;
	/* BECAUSE TIME ZONE IS ONE HOUR OFF */
}
 .SmartBoard_Message{
	 font-family: "Myriad Pro","Trebuchet MS", Arial, Helvetica, sans-serif !important;
	 font-size: 24px !important;
	 line-height: 30px !important;
	 margin-bottom:15px;
	 padding-left:15px;
	 padding-right: 15px;
	 padding-bottom:25px;
}
/* ******************** END OF ALERTUS EMERGENCY NOTIFICATION STYLES ********************* */
/* ******************** LIBRARY STYLES ********************* */
/* ------ left, right and single column styles with borders ---- */
 .col_container {
	 position:relative;
	 width: 100%;
	 float: right;
}
 .col_left {
	 float: left;
	 width: 47%;
	 text-align: left;
	 border-top: #666666 dashed thin;
	 padding: 0 0 0 5px;
	 font-size: 1em;
	 margin-right: 10px;
}
 .col_right {
	 float: right;
	 width: 48%;
	 padding: 0 5px;
	 margin: 0px;
	 text-align: left;
	 border-style: dashed none none dashed;
	 border-width: thin;
	 border-color: #666;
	 font-size: 1em;
}
 .col_no {
	 padding: 10px;
	 text-align: left;
}
/*-----misc styles-----*/
 .clear {
	 margin: 0px;
	 padding: 0px;
	 clear: both;
}
 dl {
	 font-size: 1em;
	/* line-height: 1.1em;
	 */
	 line-height: 1.6em !important;
	 list-style-position:inside;
	 font-weight:normal;
	 margin-bottom: 1em;
	 margin-top: 1.1em;
}
 dl dt {
	 font-size: 1em;
	 font-weight: bold;
	 padding-top: 1.1em;
}
 dl dd {
	/* margin-top: 1.1em;
	 */
	 margin-left: 20px;
}
/*------------------- Abbreviation technique taken from http://www.benmeadowcroft.com/webdev/articles/abbr-vs-acronym/ ------------------------------*/
 acronym {
	 speak : normal;
	 text-decoration:none;
}
 abbr.initialism {
	 speak : spell-out;
	 text-decoration:none;
}
 abbr.truncation {
	 speak : normal;
	 text-decoration:none;
}
/* ******************** END OF LIBRARY STYLES ********************* */
 .revbar-darkblue {
	 display: block !important;
	 width: 100% !important;
	 background-color: #013353 !important;
	 padding: 5px 10px !important;
	 margin-right:-10px !important;
	 color: #ffffff !important;
	 font-weight: bold !important;
	 clear: both;
}
 .revbarg {
	 display: block !important;
	 width: 100% !important;
	 background-color: #f8f8f8 !important;
	 padding: 5px 10px !important;
	 margin-right:-10px !important;
	 font-weight: bold !important;
	 clear: both;
}
 .revbar-gray {
	 display: block !important;
	 width: 100% !important;
	 background-color: #f8f8f8 !important;
	 padding: 5px 10px !important;
	 margin-right:-10px !important;
	 font-weight: bold !important;
	 clear: both;
}
 .revbarr {
	 display: block !important;
	 width: 100% !important;
	 background-color: #b30000 !important;
	 color: #ffffff !important;
	 padding: 5px 10px !important;
	 margin-right:-10px !important;
	/* font-weight: bold !important;
	 */
	 clear: both;
}
 .revbar-red {
	 display: block !important;
	 width: 100% !important;
	 background-color: #b30000 !important;
	 color: #ffffff !important;
	 padding: 5px 10px !important;
	 margin-right:-10px !important;
	/* font-weight: bold !important;
	 */
	 clear: both;
}
 .revbar-lightblue {
	 display: block !important;
	 width: 100% !important;
	 background-color: #61849c !important;
	 padding: 5px 10px !important;
	 margin-right:-10px !important;
	 color: #ffffff !important;
	 font-weight: bold !important;
	 clear: both;
}
 footer {
	 clear: both;
}
 .margin-top {
	 margin-top: 1.75rem;
}
 iframe {
	 max-width: 100%;
}
 hr {
	 margin: 0.5rem 0;
}
/* To fix overwriting on + and - links on accordions */
 a.accordion-toggle {
	 padding: 5px 35px 5px 10px;
	 background: #eee;
}
/* Headings were way too big */
 h2 {
	 font-size: 1.75rem;
	 line-height: 1.5;
	 margin-bottom: 20px !important;
}
 h3 {
	 font-size: 1.45rem;
	 line-height: 1.5;
	 margin-bottom: 20px !important;
}
 h4 {
	 font-size: 1.3rem;
	 line-height 1.5;
	 margin-bottom: 15px !important;
}
/* To correct sizing after Myriad family made default */
 ul.sidebar-nav li a, ul.sidebar-nav li a:visited {
	 font-size: 1.1rem;
	 font-weight: 400;
}
 body {
	 font-size: 1.07rem;
	 line-height: 1.5;
}
 .image-right {
	 margin: 0 0 15px 15px;
}
 .sidebar-alt-hed {
	 padding-right: 50px;
	 display: block;
	 color:#013353;
	 padding: 15px;
	 margin-top:-15px !important;
	 margin-bottom: 0px !important;
}
 h2.sidebar-alt-hed {
	 font-size: 1.7rem !important;
}
 ul.sidebar-alt-nav {
	 display: block;
	 list-style: none;
	 background-color: #555;
	 color: #fff;
	 padding: 0;
	 margin-bottom: 1.25rem;
}
 ul.sidebar-alt-nav li a, ul.sidebar-alt-nav li a:visited {
	 text-decoration: none;
	 background-color: #555;
	 color: #fff;
	 display: block;
	 padding: 8px 15px;
	 font-weight: 300;
	 text-decoration: none !important;
}
 ul.sidebar-alt-nav li a:hover, ul.sidebar-alt-nav li a:active {
	 background-color: #b30000;
}
 ul.sidebar-alt-nav li a, ul.sidebar-alt-nav li a:visited {
	 font-size: 1.1rem;
	 font-weight: 400;
	 border-bottom: 2px #fff solid;
}
 .buttonizer, #apply-now-button {
	 display: inline-block;
	 background: #b30000;
	 color: #ffffff !important;
	 margin: 15px 0px 15px 15px;
	 padding:10px;
	 text-align:center;
	 -webkit-border-radius: .5em;
	 -moz-border-radius: .5em;
	 border-radius: .5em;
	 border: none;
	 -webkit-transition: width 0.2s;
	/* Safari */
	 -webkit-transition-timing-function: ease-in-out;
	/* Safari */
	 transition: width 0.2s;
	 transition-timing-function: ease-in-out;
	 transition-property: background-color;
}
 .buttonizer a {
	 color: #ffffff !important;
	 text-decoration: none !important;
}
 .buttonizer:hover, #apply-now-button:hover {
	 text-decoration: none;
	 color: #ffffff !important;
	 background-color: #013353 !important;
}
 .buttonizerBlue {
	 display: inline-block;
	 background: #013353;
	 color: #ffffff !important;
	 margin: 15px 0px 15px 15px;
	 padding:10px;
	 text-align:center;
	 -webkit-border-radius: .5em;
	 -moz-border-radius: .5em;
	 border-radius: .5em;
	 border: none;
	 -webkit-transition: width 0.2s;
	/* Safari */
	 -webkit-transition-timing-function: ease-in-out;
	/* Safari */
	 transition: width 0.2s;
	 transition-timing-function: ease-in-out;
	 transition-property: background-color;
}
 .buttonizerBlue a {
	 color: #ffffff !important;
	 text-decoration: none !important;
}
 .buttonizerBlue:hover {
	 text-decoration: none;
	 color: #ffffff !important;
	 background-color: #b30000 !important;
}
.cc-color-override--1172037365.cc-window {
	 color: #fff;
}
 .cc-link {
	 color: #fff !important;
}
 .lipGXP {
	 text-transform: uppercase;
	 width: 120px !important;
}
 .alert-dismissible .close {
	 position: absolute;
	 top: 0;
	 right: 0;
	 padding: .25rem .5rem;
	 color: inherit;
	 background: #fff;
	 margin: -5px 10px 5px 10px;
}
 .alert .container div:nth-child(2) {
	 padding-right: 50px;
}
 .alert-dismissible {
	 padding-bottom: 0 !important;
	 padding-top: 25px !important;
}
.alert .container div:nth-child(2) strong {
    margin-right: unset;
}
 .pdf-button {
	 background: #013353;
	 color: #ffffff;
	 margin: 15px;
	 padding: 9px 10px;
	 text-align: center;
	 -webkit-border-radius: .5em;
	 -moz-border-radius: .5em;
	 border-radius: .5em;
	 border: none;
	 -webkit-transition: width 0.2s;
	 -webkit-transition-timing-function: ease-in-out;
	 transition: width 0.2s;
	 transition-property: width;
	 transition-timing-function: ease;
	 transition-timing-function: ease-in-out;
	 transition-property: background-color;
	 position: relative;
	 z-index: 1;
}
 a.pdf-button:hover, a.pdf-button:visited, a.pdf-button:active {
	 color: #ffffff !important;
	 text-decoration: none;
}
 a.pdf-button:hover, a.pdf-button:active {
	 background: #555;
}
/* This is to add space to the top of the content area when there is no sidebar */
 .row {
	 margin-top: 25px;
}
 .carousel .carousel-hero .item .inner-wrap .inner .message a.bttn {
	 text-shadow: none;
	 background: #013353;
}
 .date {
	 margin-right: 6px;
}
 .carousel .carousel-events .item a .editorial .date, .carousel .carousel-events .item a .editorial .category ul li, .carousel .carousel-events .item a .editorial .title {
	 font-family: "Myriad Pro","Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* * {
	 -webkit-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
	 hyphenate-limit-chars: 10 3 3 !important;
}
 */
 *:focus {
	 outline: thin dotted #b30000;
}
 .mob-sb-nav-trigger .title {
	 padding: 5px 0 0 60px;
	 -webkit-hyphens: none !important;
	 -ms-hyphens: !important;
	 hyphens: none !important;
	 height: 50px;
	 vertical-align: middle;
	 line-height: 100%;
}
 .cal-grid {
	 display: block;
	 margin: auto !important;
	 width: 1000px;
	 max-width: 100%;
}
 h1.article-head {
	 text-transform: none !important;
}
 .carousel .carousel-event-list .event a .date {
	 margin-top: unset;
	 margin-right: auto;
	 margin-left: auto;
	 margin-bottom: 15px;
}
 .carousel .carousel-hero .item .inner-wrap .inner .message .title {
	 line-height: 125%;
}
 .carousel .carousel-events {
	 padding: 60px 60px 30px 60px;
}
 .slab .link-grid ul > li a::after {
	 width: 40px;
	 height: 40px;
	 top: calc(50% - 15px);
	 right: 20px;
	 border-radius: 20px;
	 font-family: "Font Awesome 5 Free";
	 font-size: 18px;
	 margin-left: 15px;
	 padding-top: 8px;
	 padding-left: 15px;
	 margin-right: 5px;
}
 ul.pw-bars-applied-business {
	 display: block;
	 list-style-type: none !important;
	 background-color: #5c2b5b;
	 color: #fff;
	 padding: 0;
	 margin-bottom: 1.25rem;
	 margin-left: 0px;
}
 ul.pw-bars-applied-business li a, ul.pw-bars-applied-business li a:visited {
	 background-color: #5c2b5b;
	 color: #fff;
	 display: block;
	 padding: 8px 15px;
	 font-weight: 300;
	 text-decoration: none !important;
}
 ul.pw-bars-applied-business li a:hover, ul.pw-bars-applied-business li a:active {
	 background-color: #b30000;
}
 ul.pw-bars-applied-business li a, ul.pw-bars-applied-business li a:visited {
	 font-size: 1.1rem;
	 font-weight: 400;
	 border-bottom: 2px #fff solid;
}
 ul.pw-bars-health-services {
	 display: block;
	 list-style-type: none !important;
	 background-color: #006666;
	 color: #fff;
	 padding: 0;
	 margin-bottom: 1.25rem;
	 margin-left: 0px;
}
 ul.pw-bars-health-services li a, ul.pw-bars-health-services li a:visited {
	 background-color: #006666;
	 color: #fff;
	 display: block;
	 padding: 8px 15px;
	 font-weight: 300;
	 text-decoration: none !important;
}
 ul.pw-bars-health-services li a:hover, ul.pw-bars-health-services li a:active {
	 background-color: #b30000;
}
 ul.pw-bars-health-services li a, ul.pw-bars-health-services li a:visited {
	 font-size: 1.1rem;
	 font-weight: 400;
	 border-bottom: 2px #fff solid;
}
 ul.pw-bars-lib-fine {
	 display: block;
	 list-style-type: none !important;
	 background-color: #ffc313;
	 color: #000;
	 padding: 0;
	 margin-bottom: 1.25rem;
	 margin-left: 0px;
}
 ul.pw-bars-lib-fine li a, ul.pw-bars-lib-fine li a:visited {
	 background-color: #ffc313;
	 color: #000;
	 display: block;
	 padding: 8px 15px;
	 font-weight: 300;
	 text-decoration: none !important;
	 border-bottom: 2px #fff solid;
}
 ul.pw-bars-lib-fine li a:hover, ul.pw-bars-lib-fine li a:active {
	 background-color: #b30000;
	 color: #fff;
}
 ul.pw-bars-public-service {
	 display: block;
	 list-style-type: none !important;
	 background-color: #2a3780;
	 color: #fff;
	 padding: 0;
	 margin-bottom: 1.25rem;
	 margin-left: 0px;
}
 ul.pw-bars-public-service li a, ul.pw-bars-public-service li a:visited {
	 background-color: #2a3780;
	 color: #fff;
	 display: block;
	 padding: 8px 15px;
	 font-weight: 300;
	 text-decoration: none !important;
}
 ul.pw-bars-public-service li a:hover, ul.pw-bars-public-service li a:active {
	 background-color: #b30000;
}
 ul.pw-bars-public-service li a, ul.pw-bars-public-service li a:visited {
	 font-size: 1.1rem;
	 font-weight: 400;
	 border-bottom: 2px #fff solid;
}
 ul.pw-bars-sci-tech {
	 display: block;
	 list-style-type: none !important;
	 background-color: #f17423;
	 color: #000;
	 padding: 0;
	 margin-bottom: 1.25rem;
	 margin-left: 0px;
}
 ul.pw-bars-sci-tech li a, ul.pw-bars-sci-tech li a:visited {
	 background-color: #f17423;
	 color: #000;
	 display: block;
	 padding: 8px 15px;
	 font-weight: 300;
	 text-decoration: none !important;
}
 ul.pw-bars-sci-tech li a:hover, ul.pw-bars-sci-tech li a:active {
	 background-color: #b30000;
	 color: #fff;
}
 ul.pw-bars-sci-tech li a, ul.pw-bars-sci-tech li a:visited {
	 font-size: 1.1rem;
	 font-weight: 400;
	 border-bottom: 2px #fff solid;
}
 ul.pw-bars-manu {
	 display: block;
	 list-style-type: none !important;
	 background-color: #b71f4f;
	 color: #fff;
	 padding: 0;
	 margin-bottom: 1.25rem;
	 margin-left: 0px;
}
 ul.pw-bars-manu li a, ul.pw-bars-manu li a:visited {
	 background-color: #b71f4f;
	 color: #fff;
	 display: block;
	 padding: 8px 15px;
	 font-weight: 300;
	 text-decoration: none !important;
}
 ul.pw-bars-manu li a:hover, ul.pw-bars-manu li a:active {
	 background-color: #b30000;
}
 ul.pw-bars-manu li a, ul.pw-bars-manu li a:visited {
	 font-size: 1.1rem;
	 font-weight: 400;
	 border-bottom: 2px #fff solid;
}
 #calendar ol.calendar-ol li.day ol li.multi-day {
	 background-color: #ffb500 !important;
}
 .cal-grid .filters .filter-container {
	 border-right: none !important;
}
 .filters-title {
	 margin-top: 20px;
}
 element {
}
 .nr-carousel-featured .item a .inner-wrap .message {
	 background: #013353;
	 opacity: .8;
	 padding: 15px !important;
}
 .nr-grid .nr-categories .categories-container {
	 margin-bottom: 25px;
	 border-left: none !important;
}
 .cdp_i {
	 padding: 6px 0 !important;
	 border: none !important;
	 background: #013353 !important;
	 color: #fff !important;
}
a.cdp_i { color: #fff !important; }
 .cdp_i:hover {
	 background: #b30000 !important;
}
 .top-nav-wrap ul.top-nav {
	 letter-spacing: -0.15px;
}
ul.main-nav li:hover > ul { 
    padding-right: 10px !important; 
}
 footer .links ul li a {
	line-height: 120% !important;
	font-size: 1rem !important;
    padding: 10px 0 11px 0 !important;

}
 .nr-featured, .nr-top-stories, .nr-news-stories {
	 margin: -20px 0 !important;
}
/* NOT A GREAT SOLUTION FOR CLEARING BOTH AT THE START OF A PAGE. .slab {
	 clear: both;
}
 */
/* For Funnelback Search Results */
 .card-body {
	 padding-bottom: 0;
}
 h3.panel-heading {
	 margin-top: 20px !important;
}
 .badge {
	 background: #ddd;
}
 .pagination-lg .page-link {
	 padding: .3rem 0.6rem;
	 border: 1px #333 solid;
	 max-height: 40px;
}
 .glyphicon-chevron-left, .glyphicon-chevron-right {
	 display: none;
}
 .text-success {
	 color: #013353 !important;
}
/* .pagination .page-link {
	 color: #b30000;
}
 .pagination .page-item.active .page-link {
	 border-color:#b30000;
	 background-color:#b30000;
	 color:#ffffff;
}
 .curator {
	 border: #013353 3px solid !important;
	 border-radius: 20px;
	 padding: 20px;
	 background: #f7f7f7;
}
 .bestbets {
	 border: #b30000 3px solid !important;
	 border-radius: 20px;
	 padding: 20px;
	 background: #f7f7f7;
}
 h3 {
	 margin-top: 20px;
}
 */
/* End Funnelback Styles */
 .rwb-button, .programcontact {
	 background: #fff;
	 color: #b30000;
	 padding: 9px 5px;
	 width: 228px;
	 max-width: 100%;
	 margin: 2px 2px 15px 2px;
	 border: 2px #b30000 solid;
	 border-radius: 20px;
	 text-decoration: none !important;
	 display: inline-block;
	 text-align: center;
	 line-height: 1.5 !important;
}
 .rwb-button:hover, .programcontact:hover {
	 background: #013353;
	 border: 2px #013353 solid;
	 color: #fff !important;
}
 .rwb-button a:hover, .rwb-button a:active, .rwb-button a:visited, .rwb-button a, .programcontact a:hover, .programcontact a:active, .programcontact a:visited, .programcontact a {
	 color: #fff !important;
}
 .progsem-hed {
	 font-weight: bold;
	 background: #f8f8f8;
	 text-transform: uppercase;
	 padding: 8px 15px 5px 15px;
	 margin-bottom: 8px;
	 border-top: 2px #aaa solid;
	 border-bottom: 1px #ccc solid;
}
 .progsem-list {
	 font-weight: normal;
}
 .btn-row-hm {
	 background: #fff;
	 padding: 10px;
	 margin: 5px;
	 border: 2px #b30000 solid;
	 display: inline-block;
	 font-size: 18px;
	 width: 290px;
	 max-width: 90% !important;
	 vertical-align: top;
	 border-radius: 10px;
	 text-align: center;
	 height: 116px;
	 color: #b30000;
	 text-decoration: none !important;
}
 .btn-row-hm:hover {
	 background: #013353;
	 color: #fff !important;
	 border: 2px solid #013353;
}
 .bigbold {
	 font-size: 24px;
	 font-weight: bold;
	 text-transform: uppercase;
}
 .btn-row-hm a:hover, .btn-row-hm a:active, .btn-row-hm a:visited, .btn-row-hm a {
	 color: #b30000;
	 text-decoration:none !important;
}
.breadcrumb-wrapper ul.breadcrumbs {
  margin-top: 5px;
  padding: 10px 0 !important;
}
/* SEARCH auto-complete tweaks */
 .tt-menu {
	 padding: 0.5rem 0rem;
	 z-index: 1501 !important;
	 text-align: left;
	 background: #f8f8f8;
	 border: 3px solid #90978f;
	 margin-top: 1px;
	 width: 265px;
	 border-radius: 0px;
}
 .tt-menu:focus {
	 outline: dotted 0px #fff !important;
}
 .tt-selectable {
	 padding: 6px 22px 6px 22px;
	 line-height: 110%;
	 text-indent: -0.75em;
}
 .tt-selectable:hover {
	 background: #013353 !important;
	 color: #fff;
	 padding: none;
}
 .tt-selectable::before {
	 content:"\00bb";
	 padding-right: 5px;
	 display: inline;
}
 .searchContainer .searchBox {
	 width: 240px;
}
 .searchContainer .searchBox:focus {
	 outline: dotted 0px #fff !important;
}
 .searchContainer:focus {
	 outline: dotted 0px #fff !important;
}
 .searchContainer {
	 overflow: visible;
	 padding: 1px 1rem;
}
 #query.input[type="text"]:focus {
	 border: none !important;
}
 .tt-input[type="text"]:focus {
	 border: none !important;
}
 footer {
	 padding: 0;
}
 .share-icons {
	 margin: 20px auto !important;
}

.map-btn2 {
    font-weight: 900;
    color: #b30000 !important;
    text-transform: uppercase;
    border: 1px solid #b30000;
    border-radius: 20px;
    padding: 4px 15px;
    margin-top: 35px !important;
}
.map-btn2:hover { 
    text-decoration: none;
    border: 1px solid #013353;
    background: #013353;
    color: #fff !important;
}

.map-btn2::after {
    position: relative;
    left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: .875rem;
    content: '\f061';
}

.margin-bottom { clear: both; }

/* ******************** ORDERED LIST STYLES ********************* */
ol li { list-style-type: decimal; }
ol ol li { list-style-type: upper-alpha; }
ol ol ol li { list-style-type: upper-roman; }
ol ol ol ol li { list-style-type: lower-alpha; }
ol ol ol ol ol li { list-style-type: lower-roman; }
ol ol ol ol ol ol li { list-style-type: decimal; }
ol ol ol ol ol ol ol li { list-style-type: circle; }
ol ol ol ol ol ol ol ol li { list-style-type: disc; }
ol ol ol ol ol ol ol ol ol li { list-style-type: square; }

ol li.curator, ol li.result { list-style-type: none; }

.slick-next::before, .slick-prev::before {
    opacity: 0.9 !important;
    color: #61849c !important; }

.main-nav-wrap { border-bottom: 1px #aaa solid; }

.carousel .carousel-hero .item .inner-wrap .inner .message .title { font-family: 'Myriad Pro', 'Trebuchet MS', Arial, Helvetica, sans-serif; }

#acalog-page-title {
    margin: 15px 0;
    padding: 10px;
    background: #f8f8f8;
    color: #013353;
    clear: both;
}

.pagetitle .container .inner h1 {
  color: #013353; } 

/* CLIVE FORM STYLING */
.clive-field-wrapper.clive-validation-error input:invalid, .clive-field-wrapper.clive-validation-error textarea:invalid, .clive-field-wrapper.clive-validation-error select:invalid {
  border: 1px solid #b30000 !important;
}

.clive-validation-error-text {
  color: #b30000 !important;
}

.clive-submit {
  border: 1px solid #013353 !important;
}

.clive-select { border: 1px solid #000 !important; }

.clive-field > input:hover, .clive-field select:hover, .clive-submit:hover, .clive-field > input:focus, .clive-field select:focus, .clive-submit:focus {
  border: 1px solid #b30000 !important;
}

.clive-dropdown-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #b30000 !important;
}


/* END CLIVE FORM STYLING */

/* BEGIN CODE FOR CONTACT BOXES USED IN DUAL CREDIT AND ELSEWHERE */

.contactbox-area { text-align: center; }
/* OLD VERSION
.contactbox { display: inline-block; vertical-align: top; width: 425px; max-width: 100%; border: 1px solid #000; border-radius: 10px; background: #f8f8f8; padding: 15px 15px 0 15px; margin: 6px; text-align: left; }
img.contactbox-thumb { float: right; text-align: right; margin: 0 0 15px 15px; border: 1px #555 solid; border-radius: 5px; width: 120px; height: 120px; max-width: 40%; border-radius: 90px; }
.contactbox h3 { margin-top: 0px !important; margin-bottom: 0px !important; }
.contactbox ul { padding: 10px !important; } */

.contactbox {
  display: inline-block; /* or float/flex layout alternative */
  vertical-align: top;
  width: 170px;
  background: #f5f5f5;
  padding: 10px;
  margin: 6px;
  font-size: 0.9rem;
  text-align: left;
}

.contactbox img.contactbox-thumb {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.contactbox h3 {
  margin: 0 !important;
  padding-top: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  font-size: 1rem;
  margin-bottom: xxxxx;
}

.contactbox ul {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  padding-left: 1em;
  font-style: italic;
  font-size: 0.9rem;
}

.contactbox p {
  margin-bottom: -10px !important;
}

/*END CONTACT BOX STYLES */

.slab .hm-social ul li { margin: 1.2% !important; }

/*  fix image display on news listing */
.nr-main-list ul li a .media {
    flex: 0 0 250px;
}

/* video hero overlay */
.text-overlay-inner {
    background: white;
    padding: 20px;
    border: solid 2px #ccc;
    width: 700px;
    max-width: 100%;}

.big-video-wrap .text-overlay-inner .button {
    padding: 12px 12px 8px 12px !important;}

.top-nav-wrap a.apply-bttn {
  font-size: 1.4rem !important;
}
.BBFormContainer * { line-height: 1.5; }

.title, .map-btn {text-decoration: underline !important;}
.slab .pathways .grid a .text .inner .title { text-decoration: none !important; }

.carousel .carousel-events .item a:hover .editorial .title { border-bottom: none; }

.BBFormContainer .BBFormSectionHeading {
  color: #333;
  text-transform: uppercase;}
  
.libchat_offline { background: #000 !important; }

.providesupportbutton { height: 70px; min-height: 40px; width: auto; }

.top-nav-wrap ul.top-nav li a { padding: 18px 8px; }
.sr-only { padding:10px; }

.BBFormSubmitbutton { background-color: #b30000 !important; }
.BBFormSubmitbutton:hover { background-color: #013353 !important; }
/*.BBFormContainer:hover { background-color: #013353 !important; } */
.BBFormSectionHeading { color: #000 !important; }
.BBFormContainer .BBFormSubmitbutton { background-color: #b30000 !important; }
.BBFormSelectList { color: #000 !important; }
.BBFormFieldLabel{ color: #000 !important; }
.BBFormFieldLabelEdit { color: #000 !important; }
.BBAccessibilityOnly { color: #000 !important; }
.BBFormTextbox{ color: #000 !important; }
.BBFormTextArea { color: #000 !important; }
#bboxdonation_billing_txtFirstName { color: #000 !important; }
#bboxdonation_billing_txtLastName { color: #000 !important; }
#bboxdonation_billing_billingAddress_txtZip{ color: #000 !important; }
#bboxdonation_comment_txtComments { color: #000 !important; }
.BBFormContainer .BBFormRadioPaymentSelected, .BBFormContainer .BBFormRadioGiftSelected {
  color: #fff !important; }
.BBFormContainer .BBFormRadioPaymentSelected {
  border-color: #b30000 !important;
  background-color: #b30000 !important; }
.BBFormContainer .BBFormWideButtonGivingLevels .BBFormRadioLabelGivingLevelSelected {
  border-color: #b30000 !important;
  background-color: #b30000 !important;
}

ul.sidebar-nav li:focus { border: 1px dotted #000 !important; }
ul.sidebar-alt-nav li:focus { border: 1px dotted #000 !important; }

.flow-box {display:inline-block; height:660px; width:270px; max-width:97%; border: 3px solid #999; border-radius: 15px; background: #013353; margin:0 10px 25px 10px; vertical-align: top;}
.flow-box-image {width: 100%; margin: none; border-radius: 12px 12px 0 0; border-bottom: 3px solid #999;}
.flow-box-hed, .flow-box-ul {color: #fff; margin:15px; text-align: left;}
.flow-box h3 {font-size: 1.3rem; color: #fff; text-align: left; margin: 15px;}
.flow-box a {color: #fff; text-decoration: underline;}
.flow-box a:hover {color:#ffff66;}
.flow-box ul { text-align: left; font-size:1rem !important; color: #fff;}
.flow-box ul li {font-size: 1.1rem !important; margin: 15px 15px -12px -5px; line-height: 1.4;}

/* For thin gray rule to bust white-space bleed under slider */
.carousel .carousel-hero .item .inner-wrap { border-bottom: 1px solid #ccc !important; }

#calendar ol.calendar-ol li.day ol li a {
  text-decoration: underline !important;
  font-size: 1rem !important;
  display: block; min-width: 24px; min-height: 24px;
}
ul li a { min-width: 24px; min-height: 24px; }

.breadcrumb-wrapper ul.breadcrumbs li a, .breadcrumb-wrapper ul.breadcrumbs li a:visited {
  font-size: 1rem;
  padding: 20px 3px !important;
  display: inline-block;
  min-width: 44px;
  min-height: 44px;
}
#scroll-top:focus {
  outline: 1px dotted yellow !important;
  outline-offset: 3px;
}
caption {color: #333;}
