/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/

/****************************************************************************/
/* JQuery .load() CSS at end of file                                        */
/****************************************************************************/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    padding:0 15px;
    }
.shadow-visit-box {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: inset 0px 0px 100px #d0d0d0;
    -webkit-box-shadow: inset 0px 0px 100px #d0d0d0;
    -moz-box-shadow: inset 0px 0px 100px #d0d0d0;
    z-index:999;
}
.wrapper-visit-box{
    background:url('https://452780.fs1.hubspotusercontent-na1.net/hubfs/452780/bottom-arrow-bg.png') bottom center no-repeat;
    padding-bottom:25px;
}
.map-shadow {
    box-shadow: inset 0px 0px 50px #5b7b96;
    display: inline-block;
    width:100%;
}
.videoWrapper {
    position: relative;
	padding-bottom: 85.25%; /* 16:9 */
	padding-top: 8px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-menu ul li {
    font-size:17px;
    padding:15px 0 !important;
    border-right:none !important;
}
/*.header-menu ul li:first-child a{
    display:none !important;
}*/
.header-menu ul > li:first-child a:before {
    content: "\f015";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
/*    margin-right:.5em; */
}
.header-menu ul > li > ul > li:first-child a:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right:0;
}
.header-menu ul li a {
    padding:0 12px;
    border-right: 1px solid #5b7893;
    text-decoration:none;    
}
.header-menu ul li:hover, .header-menu ul li:active, .header-menu ul li:focus{
    background:#002a5c;
}
.header-menu li > ul {
    background-color: #b20838;
    padding: 10px 0;
}
.header-menu li > ul > li{
    border:none;
	font-size:16px !important;
    margin:6px 0;
    padding-top:4px !important;
    padding-bottom:4px !important;
}
.header-menu li > ul > li:hover, .header-menu li > ul > li:active, .header-menu li > ul > li:focus{
    background:#e20838;
}
.header-menu li > ul > li a{
    border:none;
}
.header-menu li > ul > li > ul > li.hs-menu-depth-3 a:after{
    content:none !important;
}
.header-menu li > ul > li.hs-item-has-children a:after{
    content:"\f105" !important;
}
.header-menu li > ul > li > ul{
    background-color: #e20838;
}
.header-menu li > ul > li > ul > li:hover, .header-menu li > ul > li > ul > li:active, .header-menu li > ul > li > ul > li:focus{
    background:#002a5c;
}

.no-link-decoration: hover { text-decoration:none; }
@media (max-width: 767px){
    .header-menu ul li a {
        font-size:20px !important;
    }
    .header-menu li > ul a {
        font-size:11px !important;
    }
}
/*.footer-menu ul {
    padding-left: 110px !important;
    padding-right: 110px !important;
}*/
.under-image-blue-bg{
    background:#dce3e9;
    padding-top:40px;
    padding-bottom:70px;
}
.under-image-blue-bg a{
    float:left;
    margin:10px 10px 10px 0;
    padding:5px 20px;
    border-radius:1em;
    background:#b20838;
    color:#fff;
    font-size:20px;
    text-transform:uppercase;
}
.under-image-blue-bg a:hover, .under-image-blue-bg a:focus, .under-image-blue-bg a:active{
    background: #496095;
    box-shadow: inset 0px 4px 6px rgba(0,0,0,0.4);
    color:#fff;
    text-decoration:none;
}
.under-image-button{
    float:left;
    margin:10px;
    padding:5px 20px;
    border-radius:1em;
    background:#b20838;
    color:#fff;
    font-size:20px;
}
.under-image-button:hover, .under-image-button:focus, .under-image-button:active{
    background: #496095;
    box-shadow: inset 0px 4px 6px rgba(0,0,0,0.4);
    color:#fff;
}
.mission-plan{
    background:#667db2;
    box-shadow: inset 4px 3px 147px rgba(0,0,0,0.5);
    padding:30px 40px 20px;
}
.mission-plan ul{
    padding-left:20px !important;
    padding-right:150px;
}
.mission-plan li{
    list-style-type: disc !important;
}
.mission-plan li:before{
    display:none !important;
}
.trustee-bg-blue{
    background:#667db2;
    box-shadow: inset 4px 3px 147px rgba(0,0,0,0.5);
}
.trustee-bg-blue h1{
    display:inline-block;
    background:#ffffff;
    padding:20px 40px;
    text-transform:uppercase;
}
.trustee-bg-grey{
    background:#666666;
    box-shadow: inset 4px 3px 147px rgba(0,0,0,0.5);
}
.trustee-bg-grey h1{
    display:inline-block;
    background:#ffffff;
    padding:20px 40px;
    text-transform:uppercase;
}
.trustee-contact {
      columns: 10em 3; 
      column-gap: 5em; 
      column-rule:.15em solid #CCC;
      padding:1em;
    }
    
.trustee-contact p {margin-top:0; margin-bottom:1em;}
}

.multi-border{
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.static-image-caption{
    position: absolute;
    background: rgba(255,255,255,0.8);
    color: #002a5c;
    display: block;
    width: 750px!important;
    padding: 10px 30px;
    border-radius: 20px;
    margin: -180px auto !important;
    text-transform: uppercase;
    left: 0;
    right: 0;
}
.blue-shade-red-top{
    box-shadow: inset 4px 3px 147px rgba(91,123,150,0.5);
    border-top:10px solid #b20838;
    padding:37px;
}
.blue-shade-red-top h1{
    font-size:28px;
    margin:10px 0;
    color:#002a5c;
    line-height:28px;
}
.blue-shade-red-top h3{
    font-size:20px;
    line-height:30px;
    padding-top:15px;
}
.blue-shade-red-top p{
    font-size:14px;
    margin:5px 0;
    color:#6d6d6d;
}
.blue-shade-red-top a{
    color:#002a5c;
}
.redish-shaded-box{
    box-shadow: inset 4px 3px 147px rgba(0,0,0,0.2);
    background:#b20838;
    padding:15px 40px;
    margin:10px 0;
}
.redish-shaded-box p{
    color:#fff;
}
.redish-shaded-box a{
    color:#fff;
    text-decoration:underline;
}
.redish-shaded-box li{
    font-size:20px;
    color:#fff;
}
.redish-shaded-box li a{
    color:#fff;
    text-transform:uppercase;
}
/*.redish-shaded-box li:before{
    content: "\f054" !important;
    color: #b20838 !important;
    background: #fff;
    padding: 3px 4px 1px;
}*/
.blue-shaded-box h1, .blue-shaded-box-red-top h1{
    font-size:26px;
}
.blue-shaded-box a, .blue-shaded-box-red-top a{
    color:#fff;
    text-decoration:underline;
}
.blue-shaded-box h3, .blue-shaded-box-red-top h3{
    font-size:20px;
}
.blue-shaded-box p, .blue-shaded-box-red-top p{
    font-size:14px;
    margin-top:20px;
    margin-bottom:20px;
}
.blue-shaded-box strong, .blue-shaded-box-red-top strong{
    font-size:15px;
}
.blue-shaded-box{
    box-shadow: inset 4px 3px 147px rgba(0,0,0,0.5);
    background:#496095;
    color:#fff;
    padding:15px 40px;
    margin:30px 0 0;
}
.blue-shaded-box-red-top{
    box-shadow: inset 4px 3px 147px rgba(0,0,0,0.5);
    background:#496095;
    color:#fff;
    padding:15px 40px;
    margin:60px 0 0;
    border-top:10px solid #b20838;
}
.member-block p{
    line-height:14px;
    margin-top:20px;
    margin-bottom:20px;
    font-size:13px;
}
.member-block h1{
    font-size: 28px;
    color: #002a5c;
}
.member-block h3{
    font-size: 20px;
    line-height:23px;
}
.member-block strong{
    font-size:13px;
}
.member-block strong > a{
    text-decoration:none;
}
.member-block strong > a:before{
    content: "\f019";
    color: #b20838;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right:10px;
}
.member-block a{
    color:#b20838;
    text-decoration:underline;
}
.trustee-heading{
    margin:20px 0 0 0;
    text-transform:uppercase;
}
.blue-shade-red-top:before, .blue-shade-red-top:after {
    display: table;
    content: "";
}
.padding-right{
    padding-right:60px;
}
.map-shadow-image {
    float: left;
    width: 505px;
    margin: 10px 0px 0px 10%;
}
.home-map-icon{
    width: 56px;
    margin: -40px 0px 0px 35%;
    position: absolute;
}
.member-border-right{
    border-right: 1px solid #002a5c;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
@media (max-width: 767px){
    .imageMap .hotspots {
        display:none;
    }
    .member-border-right{
        border-right: none;
        border-bottom: 1px solid #002a5c;
    }
    .home-map-icon {
        width: 35px;
        margin: -19px 0 0 73%;
        position: absolute;
    }
    .footer-menu ul li{
        display:block;
        float:left !important;
        width:50%;
    }
    #hs_cos_wrapper_module_14321144724633 footer{
        text-align:center !important;
    }
    .map-shadow-image {
        margin: 10px 0px 0px 3%;
    }
    .padding-right{
        padding-right:0px;
    }
    .heading-area{
        width:206px !important;
    }
    .heading-area h2 {
        font-size:18px !important;
    }    
    .trustee-bg-grey h1 {
        padding: 20px 20px;
    }
    .mission-plan ul {
        padding-right: 10px;
    }
    .under-image-blue-bg{
        margin-top:-20px;
    }
    .blue-shade-red-top:after{
        clear:both;
    }
    .blue-shade-red-top iframe{
        display:none;
    }
    .blue-shade-red-top div{
        width:100% !important;
    }
    .wrapper-visit-box {
        padding-bottom: 32px;
    }
    .search-box {
        width:100% !important;
    }
    .widget-type-google_search .hs-button.primary {
        margin-left: -14px !important;
    }
    .footer-menu ul {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .footer-menu ul>li {
        border:none;
    }
    .static-image-caption{
        margin: -80px auto!important;
        padding: 5px;
        width: 300px !important;
    }
    .static-image-caption h1{
        font-size:10px;
        margin-bottom: 5px;
    }
    .static-image-caption h3{
        font-size:8px;
        margin: 4px 0;
    }
}
.social-icon-custom {
  float: right;
  display: inline;
  width: 130px;
  margin: 10px -5px;
}
.social-icon-custom a {
    width: 32px !important;
    display:inline-block !important;
}
.social-icon-custom a img {
    width:100%;
    max-width:100% !important;
    max-height:100% !important;
}


/*Custom Table Styles*/
table {
border-collapse:collapse;
color:#000;
}

td { 
border:1px solid #000;
padding:0.5em;
vertical-align: top;
}

.Table-GreenHeader {
background-color:#6C9D31;
color:#FFF;
}

.Table-RedHeader{
background-color:#970000;
color:#FFF;
}

.Table-GreenBody {
background-color:#E5FFC3;
}

.Table-RedBody {
background-color:#FFDFDE;
}

table.T-Hospitality {
width:99%;
border-collapse:collapse;
border:1px solid #666;
}
table.T-Hospitality th, td {
	text-align: center;
	font-size: 0.85em;
	color: #000;
	padding: 0 1em;
}
th.T-Cell-Gold {
	background-color: #fc851c
}
th.T-Cell-Silver {
	background-color: #9e9e9e
}
td.T-Cell-Gold {
	background-color: #ffa95e
}
td.T-Cell-Silver {
	background-color: #dedede
}

/*Tab Menu Styles */
.tabbedPanels {
    width: 100%;
    height:100%;
}

.C-Tabs {
    float:left;
    overflow:hidden;
width:100%;  
height:100%;

}

.C-Table {
    float:left;
    width:100%;
    height:100%;
}

.tabs {
    margin: 0;
    padding: 0;
    color:#FFF !important;
}
.tabs a {
    display: block;
	text-decoration: none !important;
	background-color: #000038;
    font-size:15px;
	padding: 3px 5px;
	color: #fff !important;
	margin: 0 .25em;
}
.tabs a.active {
	background-color: #970000;
}
.tabs li {
	float: left;
	list-style: none;
}

.panelContainer {
	clear: both;
    width: 99%;
    font-size:14px;
	padding: .5em;
	border: 1px solid #000;
	
}

.panelContainer ul {
margin-bottom:1em;
}

.C-ExecutiveTeam {
 height: 120px; 
 color: #fff; 
 background-color: #b20838; 
 margin-top: 10px; 
 padding-top: 10px;   
}

.C-Toggle-Button {
    float: left;
	clear: both;
	background-color: #6394B3;
	color: #FFF;
	display: inline;
	margin: 0 0 .5em 0;
	padding: .1em 1em;
}

.C-Toggle-Button:hover {
	background-color: #00003B;
	color: #FFF;
	cursor: pointer;
}

.C-Toggle-List {
	clear: both;
	width:96%;
	margin: 0 0 1em 2em;
	padding:.25em;
}

.C-Toggle {
    width: 100%;
	min-height: 10em;
}


.C-Toggle-Half {
    float:left;
width:100%;
min-height:5em;	
}

.C-Resources {
    float:left;
	width: 100%;
	min-height:20em;
    margin-top:2em;
    
}

.C-ResourceGroup {
float:left;
width:48%;
min-height:2em;
padding-right:2%;
margin-bottom:4%;
}

.link-underline a:hover {
text-decoration-line:underline !important;
}

/*.Action-Packets ul > li::before {
    content: "\f1c1" !important;
}*/

.Action-Packets ol > li::before, .Action-Packets ul li ul li::before, .Action-Packets ul > ul li::before {
    content:none !important;
}

.Action-Packets ol {
    margin-bottom:20px;
}


/* JQuery load CSS */

/* Copay tables */
 table .T-Copays {
   border:1px solid black;
   border-collapse: collapse;
   font-size:.75em;
   text-align:center;
   width:50%;
}
      
.T-Copays td , .T-Copays th {
  border:1px solid black;
  padding:.4em;
}

.T-Copays thead tr:first-of-type {background-color:darkslategray; color:white}
.T-Copays thead tr {background-color:gainsboro}

.T-Copays td:first-of-type {text-align:left; font-weight:bold}
     
.grayBG {background-color:gainsboro}
/* table.T-Copays {
width:99%;
border-collapse:collapse;
border:1px solid #000;
}

table.T-Copays th, td {
    text-align: center;
    font-size: 0.75em;
    font-weight:normal;
    background-color:#FFF;    
	color: #000;
	padding: 0 1em;
}

.T-Copays td {
    text-align: left;
}

.T-Copays th:nth-child(2) {
    background-color: #BBB !important;
}

.T-Copays th:nth-child(3) {
    background-color: #DDD !important;
}

.T-Copays td ~ td {
    text-align:center;
}
*/

/* Forms list */
#pharmaForms li, #generalForms li { 
    width: 48%; 
    display: inline-block; 
    margin-bottom:1em; 
}

#pharmaForms li:before, #generalForms li:before { content:none }
#pharmaForms, #generalForms { padding-left:0 }

ol.hs_cos_flex-control-paging a:hover {text-decoration:none}

c-info-bottom {border-top:1px solid #00003B;}

.containerHalf { 
    border: 1px solid #333;
	float:left;
	height:25em;			
	margin:2em 1.3em 0 0;
	width:48%;
}
.containerHalf:nth-of-type(even) {float:right; margin-right:0}
.containerHalf>img { width:100% }
.containerHalf p {margin:1em 0 0 1em}
.fl-r {float:right; margin-right:1em }

/*====> New York benefits table <=====*/
.tableNY td:nth-child(2) {font-weight:bold; text-align:center }
.tableNY {border-collapse:collapse; font-size:1.1em; margin:2em auto; width:75%;}
.tableNY td, .tableNY th {padding:.5em; border:1px solid #000}
.tableNY th {background-color:#00003B; color:#FFF}
.tableNY tr:nth-child(2) td:nth-child(2) {background-color:#E8FDE1; color:#568F40}
.tableNY tr:nth-child(3) td:nth-child(2) {background-color:#C0DAEA; color:#00003B}
.tableNY tr:nth-child(4) td:nth-child(2) {background-color:#E8C0C0; color:#970000}

#plan :disabled {color:9391A7; background:#9391A7}

#c-FPS-General li>a, section a {text-decoration:underline; color:#970000}

CTA-link { color:#970000; }
CTA-link:hover {color:#00003B}
btn-CTA:hover { background-color:#970000}

.hs-search-field__bar {width: 100%; text-align:right !important}
.hs-search-field {padding-right:0 !important}

.hs-search-field__input::before {content:"Search: "}

input.hs-search-field__input {
	width: 40% !important;
	box-sizing: border-box ;
	border: 2px solid #ccc !important;
	border-radius: 4px !important;
  display:inline !important;
	font-size: 16px !important;
	background-color: white;
	/* background-image: url('https://www.w3schools.com/css/searchicon.png') !important; */
	padding: 12px 0 12px 12px !important;
}

@media (max-width: 375px){
  input.hs-search-field__input {
	width: 70% !important;
}
  
.green-network {background-image:url("/Images/MidwestCasino-BenefitsPage/FindProvider-Green.png")}
  
.coronaCallout a { color:orange }
  
  .coronaTable td { verticle-align:top  }
  
.formsContainer { border-bottom:2px solid black }
  
  .interactive-button-wrapper {display:flex; }