/* Begin classes for common SPIN elements */

body {
    max-width: none;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 93.9px;
    min-height: calc(100vh - 93.9px);
}
div { 
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}
section, article {
    box-sizing: border-box;
}
body section#wd_wrapper {
    max-width: none;
}
body header.header,
body section.container,
.container {
    max-width: 1199px;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
}
body:not(.wd_pageid_45) section.container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
body header.header {
    padding: 0;
}
body.wd_pageid_45 {
    margin-bottom: 0;
}
div.content-wrapper {
    float: none;
}
footer {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
}
/**
*! Start Container Styles */
.container .row {
    width: 100%;
    display: flex;
}
.container .row .col-4 {
    width: calc(100% / 3);
}
/* End Container Styles */




.black_wrapper {
    background-color: #212121;
}
section.slideshow {
    float: none;
    clear: both;
    padding: 0; 
    max-width: none;
}
section.slideshow .item {
    aspect-ratio: 16/6;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
div.single_slider_carousel_container {
    background-position: 50% 100%;
    padding-bottom: 0 !important;
}

section.slideshow .item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: 50% 70%;

}
.single_slider_carousel_control.left {
    background: transparent;
    left: 5% !important;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
    font-size: clamp(5rem, 6vw, 10rem);
}
.single_slider_carousel_control.right {
    background: transparent;
    right: 5% !important;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
    font-size: clamp(5rem, 6vw, 10rem);
}
nav#wd_top_nav
 {
	background: transparent;
}

nav#wd_top_nav ul li ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 51px;
    left: -1px;
    z-index: 100;
    width: 200px;
    border: 1px solid #b87b22;
    background: #FFF;
}

nav#wd_top_nav ul li a {
	padding: 7px 1px;
	text-decoration: none;
	color: #FFF;
	font-weight: 700;
	display: block;
	line-height: normal;
	text-align: center;
}

nav#wd_top_nav ul li ul li a {
	color: #000;
	padding: 7px 10px;
}

nav#wd_top_nav ul li ul li {
    display: block;
    float: none;
    background: transparent;
    border-right: none;
    letter-spacing: 1.3px;
    text-transform: lowercase;
}

nav#wd_top_nav ul li {
	position: relative;
	height: 50px;
}

nav#wd_top_nav ul li ul li {
	height: auto;
	width: auto;
	background: #FFF;
	filter: '';
}

nav#wd_sub_nav {
	clear: both;
	height: 33px;
    border-bottom: none;
}

nav#wd_sub_nav ul {
	margin: 0;
	padding: 2px 0 0 14px;

}
nav#wd_sub_nav input[name="query"] {
    border-radius: 0;
    border-left: none;
    border-top: none;
    border-right: none;
    padding-left: 30px; 
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    border-bottom: 1px solid #8b6e4a;
}
nav#wd_sub_nav input[name="query"]::placeholder {
    color: #8b6e4a;
}
nav#wd_sub_nav input[type="submit"] {
    color: #8b6e4a;
}
.header .site-search-form input.submit {
    left: 0;
}

nav#wd_sub_nav ul li,
nav#wd_third_nav ul li {
	list-style: none;
	display: inline;
}
nav#wd_top_nav ul {
    background-color: #8b6e4a;
    text-align: center;
    line-height: 42px;
    display: flex;
    justify-content: space-around;
    padding: 0 10%;
}
nav#wd_top_nav ul li {
    background: none;
    border-right: none;
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: auto;
}
nav#wd_top_nav ul li a {
    color: #fff;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    letter-spacing: .1px;
    font-size: 14px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease-in-out;
    font-weight: 400;
    width: auto;
}
nav#wd_top_nav ul li:hover {
    background-color: #9c7b53;
    transition: all .3s ease-in-out;
}

nav#wd_sub_nav ul li a,
nav#wd_third_nav ul li a {
	padding: 0 8px 0 4px;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.left-sidebar .nav ul li {
	float: none;
	border-bottom: 1px solid #CCC;
}

.left-sidebar .nav ul li a {
	text-decoration: none;
    color: #6a6a6a;
}

.left-sidebar .nav ul li a.on {
	color: #8b6e4a;
}

.left-sidebar .nav h4 {
	font-size: 1.4em;
	color: #BF8F30;
    margin-top: 20px;
}

#language-selector {
	width: 345px;
    color: #8b6e4a;
    margin-bottom: 24px;
}
#language-selector ul {
    display: flex;
    
}
#language-selector ul li {
    padding: 4px 10px;
    border-right: 1px solid #8b6e4a;
    line-height: 1;
}
#language-selector ul li:last-child {
    border-right: none;
}
#language-selector ul li a {
    color: #8b6e4a; 
}
.header .site-search-form {
	float: right;
}
.header .site-search-form form {
	position: relative;
	top: -2px;
}

.header .site-search-form input {
	float: none;
	margin: 0;
	position: relative;
}

.header .site-search-form input.submit {
	float: none;
	position: relative;
	right: 0px;
    top: 5px;
}
.header form {
    position: relative;
}
.header form input.searchinput {
    padding-right: 30px;
}
.header .site-search-form input.submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px; 
    margin-top: 2px;
}
p.archive_nav {
	text-align: left;
	font-size: 15px;
    display: flex;
    justify-content: space-between;
}
p.archive_nav a {
    display: block;
    text-align: center;
    width: 100%;
}

.archive_nav,
.archive_nav a,
.archive_nav b {
    font-size: clamp(15px, 3vw, 18px);
    font-weight: normal;
    line-height: 30px;
}
.archive_nav a:hover {
    color: #8b6e4a;
}
.archive_nav a[name*="year"] {
    display: none;
}
#wd_printable_content .wd_newsfeed_releases .item_date,
#wd_printable_content .wd_newsfeed_releases .item_name,
#wd_printable_content .wd_newsfeed_releases .item_name a {
    font-size: clamp(14px, 3vw, 18px);
}

section.container section img {
    max-width: 100%;
    height: auto;
}

.page_header {
    font-size: clamp(32px, 4vw, 40px);
    font-weight: bold;
    color: #8b6e4a;
    padding-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    padding-top: 40px; 
    padding-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
}
.black_wrapper .page_header {
    text-align: center;
    color: #c2a177;
    font-size: clamp(20px, 3vw, 32px);
}
.black_wrapper p.report_name a {
    color: #fff;
    font-size: clamp(12px, 3vw, 18px);
    line-height: 1.2;
    text-decoration: none;
}
.black_wrapper p.report_name a:hover {
    text-decoration: underline;
}
.black_wrapper p.report_name a:before {
    content: "\f1c1";
    font-family: "FontAwesome";
    margin-right: 5px;
    color: #FF0808;
}
.page_header a, .page_header a:link {

}

.page_header a:hover {

}

.wd_board_members-detail .wd_title{
    font-size: 1.3em;
    font-weight: bold;
    
}

.wd_newsfeed_releases-detail .wd_title{
    margin-bottom: 2em;
}

#wd_printable_content .wd_newsfeed_releases .wd_item .wd_title a {
    font-size: clamp(14px, 3vw, 20px);
    font-weight: 300;

}

.wd_newsfeed_releases .wd_item .wd_subtitle{
    font-size: 12px;
    font-weight: normal;
}

.wd_newsfeed_releases .wd_item .wd_thumbnail{
    display: none;
}

.wd_newsfeed_releases .wd_item .wd_thumbnail + .wd_item_wrapper{
    margin-left: 0;
}

.breadcrumb {
    font-size: 0.8em;
}

.item {
    margin: 0px 0px 10px 0px;
    overflow: visible;
	clear: both;
}

/* BEGIN items for Press Release Summary */
.item_with_slider {
	padding: 0px 0px 0px 20px;
}

.slider_control_closed 
{
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/slider_open.png) no-repeat right center;
}

.slider_control_open 
{
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/slider_close.png) no-repeat right center;
}
/* END items for Press Release Summary */

.item_name {
	font-size: 1em;
	font-weight: bold;
	position: relative;
}
.wd_pageid_123 .item_name, 
.wd_news_releases .item_date,
.wd_newsfeed_releases .wd_item .wd_date,
.wd_pageid_123 .item .item_name,
.wd_pageid_121 .item .item_name {
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-size: clamp(14px, 3vw, 20px) !important;
    font-weight: 100 !important;
    color: #000; 
    text-transform: none;

}


.item_date {
    font-size: 1em;
    font-weight: bold;
}

.item_summary {
	font-size: 1em;
}

/* START slider and tooltip style for Press Release Summary */
.item_slider {
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FEFDE1;
}

.item_more {
	margin: 20px 0px 0px 0px;
}

.item_tooltip 
{
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.item_tooltip_contents {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FEFDE1;
	border: 2px solid #a5a5a5;
}
/* END slider and tooltip style for Press Release Summary */

.detail_header {
    font-size: 1.3em;
    font-weight: bold;
}

.detail_subheader {
    font-size: 1em;
    font-weight: bold;
}

.category_intro {
    margin-bottom: 10px;
    border: 0;
}

.category_name {
    font-size: 15px;
    font-weight: normal;
}

.category_header {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.wd_pageid_121 .category_header {
    margin-top: 40px;
    font-size: clamp(26px, 3vw, 32px);
    color: #000;
    border-bottom: 2px solid #c4b6a5;
    padding: 4px 0px 15px;
    margin-bottom: 30px;
}

div.categories {
    font-size: 15px;
}

table.wd_imagetable {
}

td.imagecaption {
    font-size: .8em;
    font-style: italic;
    text-align: left;
    padding: 3px 5px 3px 5px;
}

td.imagecaption p {
    font-size: .9em;
    font-style: italic;
}

div.wd_page_toolbar {
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    margin: 35px 0px 15px 0px;
    padding: 5px;
}

/* Begin classes for individual PCTs
   (enter amendments to the above declatations, ex:
   div.wd_standard .category_name {
    [styles]
   }
*/

div.wd_standard {

}

div.wd_events {

}

div.wd_gallery {

}

div.wd_gallery span.filesize {
    font-weight: normal;
}

/* Begin FormBuilder styles */

div.wd_formbuilder {
/* This is the container for all formbuilder forms on this build*/

}

table.wd_formbuilder {

}

input.wd_formbuilder_submit {

}

table.wd_formbuilder p {
    margin: 0px;
}
/* Begin Calendar styles */

/* Start Side Nav */
body:not(.wd_pageid_45) section.container .content-wrapper {
    display: flex;
    min-height: calc(100vh - 270.9px);
}
.wd_pageid_118 #wd_printable_content p,
.wd_pageid_123 #wd_printable_content p,
body:not(.wd_pageid_45) #wd_printable_content p,
body:not(.wd_pageid_45) #wd_printable_content a,
body:not(.wd_pageid_45) #wd_printable_content .wd_page_link.wd_page_active span,
body:not(.wd_pageid_45) #wd_printable_content .wd_page_link.wd_page_prev span,
body:not(.wd_pageid_45) #wd_printable_content .wd_page_limit,
.wd_news_releases .item_name .itemlink,
.wd_news_releases .item_summary {
    font-size: clamp(14px, 3vw, 18px);
    font-weight: 400;
    letter-spacing: .3px;
}
.wd_pageid_123 #wd_printable_content p strong,
body:not(.wd_pageid_45) #wd_printable_content p strong
 {
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-weight: 400;
}
.wd_pageid_123 #wd_printable_content p strong font,
body:not(.wd_pageid_45) #wd_printable_content p strong font {
    color: #000 !important; /* Override inline styling */

}
aside.left-sidebar {
    width: 30%;
    padding-left: 200px;
    padding-right: 15px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding-top: 120px;
}
aside.left-sidebar .nav {
    width: 100%;
    height: 100%;
    background: none;
    float: none;
}
aside.left-sidebar .nav h4 {
    border-bottom: 1px solid #8b6e4a;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
    color: #8b6e4a;
    letter-spacing: 2px;
}
aside.left-sidebar .nav h4.html5title {
    display: none;
}
aside.left-sidebar .nav li {
    width: 100%;
    padding-left: 0;
    border-bottom: none;
}
.left-sidebar .nav ul li a {
    font-size: clamp(12px, 3vw, 18px);
}
article.content {
    padding-right: 0;
    padding-left: 60px;
    padding-top: 80px;
}
article.content a:link, article.content a:visited {
    color: #000;
    
}
article.content a:link:hover, article.content a:visited:hover {
    color: #8b6e4a;
}
/* End Side Nav */

table.wd_calendar_header
{
    background-color: #333;
    color: #ffffff;
    padding: 5px 5px 5px 5px;
    margin-top: 15px;
    border-style: none none dotted none;
    border-width: 0 0 thin 0;
}

table.wd_calendar_header a,
table.wd_calendar_header a:visited,
table.wd_calendar_header a:active,
table.wd_calendar_header a:link {
    color: #ffffff;
}

td.wd_calendar_header_label {
    text-align: center;
    font-weight: bold;
}

td.wd_calendar_header_prev {
    text-align: left;
}

td.wd_calendar_header_next {
    text-align: right;
}

table.wd_calendar {
    background-color: #ffffff;
    table-layout: fixed;
}

th.wd_calendar_dayofweek_header {
    background-color: #ffffff;
    text-transform: lowercase;
    font-size: .90em;
}

td.wd_calendar_day {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 14%;
    vertical-align: top;
}

html>body td.wd_calendar_day {
    padding: 0px 2px 0px 2px;   /* account for event padding+border where width = content only */
}

td.wd_calendar_this_month {
    background-color: #eeeeee;
    border-top: 1px #eeeeee solid;
    font-size: .85em;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
    background-color: #CCC;
    border-top: 1px #CCCS solid;
    font-size: .85em;
}

td.wd_calendar_today
{
    background-color: #FF9;
    border: 1px #000000 solid;
}

div.wd_calendar_day_header {
    text-align: right;
    color: #000000;
    font-weight: bold;
    padding: 3px;
}

td.wd_calendar_prev_month div.wd_calendar_day_header,
td.wd_calendar_next_month div.wd_calendar_day_header
{
    color: #7d8dac;
}

div.wd_calendar_no_event {
    margin: 1px 0px 1px 0px;
    padding: 2px;
}

div.wd_calendar_event {
    width: 100%;
    margin: 1px 0px 1px 0px;
    padding: 2px;
    position: relative;
    left: 0px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #77ccff;
}

html>body div.wd_calendar_event {
    left: -2px; /* account for padding+border where width = content only */
}

div.wd_event_tip_header
{
    background-color: #ffcc77;
    border-bottom: #F70;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    border-width: 0 0 1px 0;
    border-style: none none dotted none;
}

div.wd_event_tip_info
{
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 5px;
}

div.wd_event_tip_info p {
    margin: 2px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

div.wd_event_tip_title {
    font-size: 1.2em;
    font-weight: bold;
}

div.wd_event_tip_time, div.wd_event_tip_location_name {
    font-weight: bold;
}

div.calendar_subscribe_links img {
    margin-right: 5px;
}

div.calendar_subscribe_links a {
    text-decoration: none;
}

/* Popup Fader */
div#wdFadeBackground {
    background-color: #555555;
    border: 5px;
    margin: 0px;
    padding: 0px;
}

div#wdFadePopup {
    background-color: #333333;
    padding: 2px;
}

td#wdFadeContent {
    background-color: #ffffff;
}

td#wdFadeClose {
    text-align: right;
}

p.search_result {
}

span.search_mime {
    font-size: 0.9em;
}

span.search_url {
}

.wd_newsfeed_releases .spintable td {
	padding: 0;
}

.wd_newsfeed_releases-teaser .tools {
    font-size: 10px;
    text-decoration: none;
    margin-bottom: 12px;
}


.wd_newsfeed_releases .subscribe_links {
	display: none;
}

.tools img {
    vertical-align: middle;
}

div.wd_featurebox_title {
    font-weight: bold;
    font-size: 1.4em;
    color: #000;
    padding: 4px 8px;
}

div.wd_featurebox {
    padding: 8px;
    margin-bottom: 10px;    
    overflow: auto;     
}

div.wd_featurebox p, div.wd_featurebox div {
 
}

div.wd_featurebox a.itemlink, .item_date {
    font-weight: normal;
    line-height: 1.5em;
}

.wd_featureboxes_top .wd_featurebox_title {
    display: none;
}

div.wd_featureboxes_left {
    margin-top: 15px;
	clear: both;
}

div.wd_featureboxes_left div.wd_featurebox_title {
    border: 0px;
}

div.wd_featureboxes_left div.wd_featurebox {
    margin-top: 15px;
    overflow: visible;
    border: none;
}

div.wd_featureboxes_left .wd_imagetable {
	float: none;
}

div.wd_featureboxes_middle {
}

div.wd_featureboxes_middle div.wd_featurebox_title {
    border-bottom: 2px solid #c4b6a5;
    font-size: clamp(26px, 3vw, 32px);
}

div.wd_featureboxes_middle div.wd_featurebox_container {

	margin-bottom: 20px;
}

div.wd_featureboxes_middle div.wd_featurebox {
	padding: 10px;
}

.wd_featureboxes_middle .wd_featurebox .item_name {
    float: left;
    width: 80px;
}
.wd_featureboxes_middle .wd_featurebox_container {
    border: none;
    background-color: none;
}
.wd_pageid_118 .wd_featurebox_container {
    margin-top: 3vw;
}
.wd_featureboxes_socialhub .wd_tabs_wrapper {
    background: 0 none;
    padding: 5px;
}
.wd_featureboxes_socialhub .wd_tab {
    margin: 1px;
    padding: 4px;
    border: 0px;
    background-color: transparent;
}
.wd_featureboxes_socialhub .wd_tab-active {
    padding: 3px;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.grey_container {
    background-color: #635c5c;
}
.wd_featureboxes_tabbed {
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    padding: 30px 0;
    position: relative;
}
.wd_featureboxes_tabbed .wd_featurebox {
   
    padding: 15px 0;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
    background: 0 none;
    border: 0 none;
}
.wd_tabs_container .wd_featurebox {
    background: transparent;
    border-top: 1px solid #fff;
    border-right: none;
    border-bottom: none;
    border-left: none;
    box-shadow: none;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper,
.wd_featureboxes_tabbed .wd_tab {
    background: none;
    border: none !important; 
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    padding-left: 0 !important;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-weight: 400;
}
.wd_featureboxes_tabbed .wd_tab {
    margin: 0 0.3em 0 0;
    padding: 0.5em;
    border: 1px solid #cccccc;
    border-bottom-width: 0px;
    border-top-left-radius: 0.5em; -moz-border-radius-topleft: 0.5em; -webkit-border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-right-radius: 0.5em;
}

.wd_featureboxes_tabbed .wd_tab-inactive {
    background-color: #eeeeee;
}

.wd_featureboxes_tabbed .wd_tab-inactive:hover {
    background-color: #dddddd;
    border-color: #aaaaaa;
}
.wd_featureboxes_tabbed .item {
    padding-bottom: 10px;
}
.wd_featureboxes_tabbed .item .item_date {
    font-size:  clamp(16px, 3vw, 18px);
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    color: #fff;
}
.wd_featureboxes_tabbed .item .itemlink {
    font-size: clamp(16px, 3vw, 18px);
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.wd_featureboxes_tabbed .item .itemlink:hover {
    text-decoration: underline;
}
.wd_featureboxes_tabbed p.news-more {
    position: absolute;
    top: 48px; 
    right: 10px;
    margin: 0;
}
.wd_featureboxes_tabbed p.news-more a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1.3px;
    text-transform: lowercase;
}
.wd_featureboxes_tabbed p.news-more a:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 5px;
}
div.wd_rssfeeds_item {
    margin-bottom: 10px;
}

/* Start Reports FB */
.wd_featureboxes_reports {
    padding-bottom: 30px;
}
.wd_featureboxes_reports ul { 
    display: flex;
    gap: 20%;
    padding-left: 0;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    width: 100%;
}
.wd_featureboxes_reports ul li {
    width: calc(80% / 2);
    max-width: 500px;
    color: #fff;
    
}
.wd_featureboxes_reports ul li img {
    width: 100%;
    height: auto;
}
.wd_featureboxes_reports ul li .report_title {
    font-size: clamp(14px, 3vw, 20px);
    font-weight: light;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c2a177;
    margin-bottom: 30px;
}
.wd_featureboxes_reports ul li .report_title .more-reports {
    color: #c2a177;
    text-decoration: none;
    text-transform: lowercase;
}
.wd_featureboxes_reports ul li .report_title .more-reports:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 5px;
}
#wd_featurebox-teaser_2 .wd_featurebox p.more {
    display: none;
}
/* End Reports FB */

.single_slider_carousel_caption, .single_slider_carousel_bottom {display: none;}

/* BEGIN shadows for Press Release Summary */
.shadowTR {
    margin: 0px;
    border: 0px;
    padding: 8px 0px 0px 0px;
    background: transparent url(../images/shadowTR.png) no-repeat top right;
}

.shadowBL {
    margin: 0px;
    border: 0px;
    padding: 0px 0px 0px 8px;
    background: transparent url(../images/shadowBL.png) no-repeat bottom left;
}

.shadowBR {
    margin: 0px;
    border: 0px;
    padding: 0px 8px 0px 0px;
    background: transparent url(../images/shadowBR.png) no-repeat bottom right;
}

.shadowB {
    margin: 0px;
    border: 0px;
    padding: 0px 1px 8px 0px;
    background: transparent url(../images/shadowB.png) repeat-x bottom center;
}

.shadowR {
    margin: 0px -9px 0px 0px;
    border: 0px;
    padding: 1px 8px 1px 1px;
    background: transparent url(../images/shadowR.png) repeat-y center right;
}

.shadow-content {
    margin: -9px 0px -1px -9px;
    border: 0px;
    padding: 0px;
    background: transparent;
}
/* END shadows for Press Release Summary */

/* Start Attachment */
.wd_standard table.wd_attachment,
.wd_standard .wd_attachment_info a.itemlink {
    width: 100% !important; /* Overrides inline styling */
    max-width: 100% !important;
}
/* End Attatchment Table */

/* begin sponsorbar */
div.wd_sponsors {
	padding: 0 15px 10px 15px;
}

div.wd_sponsors p {
	background: #CCCCCC;
	margin: 0 0 5px 0;
	padding: 5px;
}

div.wd_sponsors img {
	padding: 10px;
}
/* end sponsorbar */

/* hi-res link for gallery */

ul.hi_res-links {
    padding: 5px 0px;
    margin: 10px 0;
    list-style: none;
}

ul.hi_res-links li {
    display: inline; /*For ignore double margin in IE6*/
    margin: 50px 0px;
    padding: 6px;
}

ul.hi_res-links li a, ul.hi_res-links li a:hover, ul.hi_res-links li a:link, ul.hi_res-links li a:visited {
    color: #FFF;
}

ul.hi_res-links li a {
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

ul.hi_res-links li a span {
    display: block;
    text-align: center;
    margin: 0;
    padding: 2px 10px;
    position: relative; /*To fix IE6 problem (not displaying)*/
    font: bold 10px arial;
    background: #666 url(../images/webdriver/gradient_bg.gif) repeat-x top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* hi-res link for gallery */

.right-container {
    width: 70%;
    padding-right: 200px;
}
.right-container .content > img {
    width: 100%;
}
.wd_pageid_45 .right-container {
    width: 100%;
}

/* Start Search Fields Styling */
.wd_search_basic_fields {
    padding: 0 !important;
    border: none !important
}
.wd_search_basic_fields .wd_search_button {
    display: none;
}
#wd_printable_content input[type="text"],
#wd_printable_content select {
    border-color: #8b6e4a;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
}
#wd_printable_content input[type="text"]::placeholder, 
#wd_printable_content select{
    color: #8b6e4a;
}
#wd_printable_content input[type="submit"] {
    border: 1px solid #8b6e4a;
    background-color: #fff;
    border-color: #8b6e4a;
    border-radius: 5px;
    color: #8b6e4a;
    font-size: 16px;
}
body:not(.wd_pageid_45) #wd_printable_content a.wd_search_advanced_link,
body:not(.wd_pageid_45) #wd_printable_content a.wd_form_buttons a {
    font-size: 16px;
}
/* End Search Fields Styling */

/* Sustainability List */
.wd_pageid_117 h2,
.wd_pageid_183 h2
 {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 500;
    letter-spacing: 1.2px;
}
.wd_sustainability-list,
.wd_yearbook-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    margin-bottom: 0;
}
.wd_sustainability-list .wd_sustainability-item,
.wd_yearbook-list .wd_yearbook-item {
    width: calc((100% - 60px) / 4);
    
}
.wd_yearbook-list .wd_yearbook-item {
    list-style: none;
}
.wd_yearbook-list .wd_yearbook-item::marker {
    display: none;
}
.wd_sustainability-list .wd_sustainability-item img {
    width: 100%;
    height: auto;
}
.wd_sustainability-list .wd_sustainability-item .wd_reports-list {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    margin-top: 10px;
}
.wd_sustainability-list .wd_sustainability-item .wd_reports-list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wd_yearbook-image,
.wd_yearbook-image img {
    width: 100%;
}
.wd_yearbook-link {
    margin-top: 5px;
}
.wd_yearbook-link a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.wd_cdp_reporting-wrapper img {
    max-width: 200px;
}
/* End Sustainability List */


/**
*! Start Custom Header Styling */
body header.header {
    margin-bottom: 20px;
}
.logo-container {
    text-align: center;

}
.logo-container .logo {
    float: none;
}
nav#wd_top_nav ul li ul > li:hover a {
    color: #fff;
}

/**
*! Start Custom Footer Styling */ 

footer.footer {
    background-color: #8b6e4a;
    color: #fff;
    padding: 20px 60px !important;
    box-sizing: border-box;
}
footer.footer a {
    color: #fff;
}
footer.footer div.footer-links {
    text-align: left;
}
footer.footer div.footer-links p {
    display: inline-block;
    margin: 15px 0;
}
footer.footer div.footer-links p a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    letter-spacing: 1px;
}
/* override font size set in feed releases */
.wd_newsfeed_releases-detail .news_body p.prnews_p {
    font-family: inherit;
    font-size: 100%;
    color: inherit;

}

.wd_featureboxes_socialhub .wd_tabs_wrapper {
    background: 0 none;
    padding: 5px;
}

.wd_featureboxes_socialhub .wd_tab {
    margin: 1px;
    padding: 4px;
    border: 0px;
    background-color: transparent;
}

.wd_featureboxes_socialhub .wd_tab-active {
    padding: 3px;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.social-border {
width: 580px;
background: #fff;
padding-bottom: 40px;
margin: 0 auto 35px;
}

.social-border a {
	text-indent: -99999px;
}

.social {
width: 490px;
margin: 0 auto;
}
.social a, .social p {
float: left;
margin: 0 15px;
font-weight: bold;
}
.social p {
margin: 4px 15px 0 0;
color: #666666;
}
.social div {
width: 352px;
float: left;
}

.social .fb {
background: url(http://www.mgmmacau.com/sites/mgmmacau.com/themes/mgmmacau/img/add-icon-fb.jpg) left top no-repeat;
width: 24px;
height: 27px;
}
.social .wb {
background: url(http://www.mgmmacau.com/sites/mgmmacau.com/themes/mgmmacau/img/add-icon-sina.jpg) left top no-repeat;
width: 28px;
height: 27px;
}
.social .yt {
background: url(http://www.mgmmacau.com/sites/mgmmacau.com/themes/mgmmacau/img/add-icon-youtube.jpg) left top no-repeat;
width: 58px;
height: 27px;
}
.social .yk {
background: url(http://www.mgmmacau.com/sites/mgmmacau.com/themes/mgmmacau/img/add-icon-youku.jpg) left top no-repeat;
width: 58px;
height: 27px;
}
.social .em {
background: url(http://www.mgmmacau.com/sites/mgmmacau.com/themes/mgmmacau/img/add-icon-mail.jpg) left top no-repeat;
width: 31px;
height: 27px;
}

footer {
width: 100%;
margin: 0 auto;
padding: 0;
font-family: "Roboto", "Arial", "Helvetica", sans-serif;
text-transform: uppercase;
font-style: normal;
overflow: hidden;
}
.megafooter {
text-transform: uppercase;
font-size: 1em;
clear: both;
margin-bottom: 10px;
margin-right: -17px;
}
.megafooter-column:first-child, .megafooter-first {
width: 21%;
}
.megafooter-column {
float: left;
width: 17.5%;
margin-right: 1.8%;
}
.megafooter h4 {
font-size: 1em;
margin-bottom: .7em;
font-weight: normal;
color: #222;
text-align: left;
}
.megafooter ul {
font-size: 0.91em;
list-style: none;
margin: 0 0 1.7em 1px;
line-height: 1.65em;
padding: 0px;
}
.megafooter li {
margin-bottom: 0.3em;
text-align: left;
}
.megafooter-column a, .megafooter-column a:link, .megafooter-column a:visited {
color: #222;
}
.footer-links {
clear: both;
line-height: 1.8em;
padding: 0 20px;
/*
background: url(http://www.mgmmacau.com/sites/mgmmacau.com/themes/mgmmacau/img/web55.jpg) center top no-repeat;
padding-top: 31px;*/
text-align: center;
}
.footer-links p {
margin-bottom: 1.6em;
}
footer p {
font-style: normal;
font-size: 0.83em;
}
footer a, footer a:link, footer a:visited {
color: #222;
}
.footer-colophon {
color: #222;
text-align: center;
}
.footer-shares {
text-align: center;
display: none;
max-width: 300px;
padding: 0;
margin: 0 auto;
}


div.wd_board_committees table {
     border-top: 1px solid #CCCCCC;
     border-right: 1px solid #CCCCCC;
     border-bottom: 0px;
     border-left: 0px;
}
div.wd_board_committees td, div.wd_board_committees th {
     border-left: 1px solid #CCCCCC;
     border-bottom: 1px solid #CCCCCC;
     border-top: 0px;
     border-right: 0px;
     padding: 5px;
     text-align: center;
}
 .wd_board_committees td .member_title {
     text-align: left;
     width: 100%;
}
#wd_featurebox-teaser_9 .wd_standard-teaser {
    display: flex;
    gap: 20%;
    justify-content: center;
    margin-top: 30px;
}
#wd_featurebox-teaser_9 .wd_standard-teaser .item {
    max-width: 400px;
    width: 100%;
}
#wd_featurebox-teaser_9 .wd_standard-teaser .item .wd_imagetable,
#wd_featurebox-teaser_9 .wd_standard-teaser img {
    width: 100%;
    margin: 0 !important; /* Override inline styling */
}
#wd_featurebox-teaser_9 .item p {
    font-size: clamp(16px, 6vw, 20px);
    font-weight: 400;
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
}
#wd_featurebox-teaser_9,
#wd_featurebox-teaser_8,
#wd_featurebox-teaser_7 {
	position: relative;
}
#wd_featurebox-teaser_9 p.more + div,
#wd_featurebox-teaser_8 p.more + div,
#wd_featurebox-teaser_7 p.more + div {
	position: absolute;
	top: 14px;
	right: 10px;
    font-size: clamp(14px, 3vw, 20px);
    color: #c4b6a5;
}
#wd_featurebox-teaser_9 p.more + div a,
#wd_featurebox-teaser_8 p.more + div a,
#wd_featurebox-teaser_7 p.more + div a {
    color: #c2a177;
    text-transform: lowercase;
    font-size: clamp(14px, 3vw, 20px);
}
#wd_featurebox-teaser_9 p.more + div a:after,
#wd_featurebox-teaser_8 p.more + div a:after,
#wd_featurebox-teaser_7 p.more + div a:after {
    content: '\f105';
    margin-left: 5px;
    font-family: "FontAwesome";
}
#wd_featurebox-teaser_9 div.wd_featurebox,
#wd_featurebox-teaser_8 div.wd_featurebox,
#wd_featurebox-teaser_7 div.wd_featurebox {
    overflow: visible;
}
#wd_featurebox-teaser_9 div.wd_featurebox > p,
#wd_featurebox-teaser_8 div.wd_featurebox > p,
#wd_featurebox-teaser_7 div.wd_featurebox > p {
    font-size: clamp(14px, 3vw, 20px);
}
#wd_featurebox-teaser_9 div.wd_featurebox > p strong,
#wd_featurebox-teaser_8 div.wd_featurebox > p strong,
#wd_featurebox-teaser_7 div.wd_featurebox > p strong {
    font-weight: 300;
} 
#wd_featurebox-teaser_8 .item,
#wd_featurebox-teaser_7 .item {
    display: none;
}

ul.categories {
	clear: both;
}
ul.categories-horizontal.categories-thumbnails li {
	width: auto;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px 10px;
    border: 0px;
    text-align: center;
    overflow: auto;
	display: block;
}
ul.categories-horizontal.categories-thumbnails li:first-child {
	padding-left: 0px;
}
ul.categories-horizontal.categories-thumbnails li:last-child {
	border-right: 0px solid black;
}


body.wd_page123 ul.categories-descriptions,
body.wd_page181 ul.categories,
body.wd_page121 ul.categories-no_descriptions { /* hide category nav */
    display: none;
}
.wd_pageid_120 #wd_printable_content {
    margin-top: 40px;
}
.wd_pageid_120 #wd_printable_content .wd_attachment_image {
    width: 20px;
}
.wd_pageid_120 #wd_printable_content .wd_attachment_image img {
    width: 15px;
    margin-top: 6px;
    margin-left: 0;
}
.wd_pageid_120 .wd_category {
    display: flex;
    gap: 30px;
    padding-right: 20%;

}
.wd_pageid_120 .wd_category .wd_category_info {
    width: 25%;
}
.wd_pageid_120 .wd_category .wd_category_info .category_header {
    border-bottom: none;
    border-top: 2px solid #d5d5d5;
    color: #000;
    font-size: clamp(20px, 3vw, 26px);
    letter-spacing: 1.3px;
    padding-top: 15px;
}
.wd_pageid_120 .wd_category .wd_category_items {
    width: 75%;
    display: flex;
    gap: 30%;
}
.wd_pageid_120 .wd_category .wd_category_items .item {
    display: flex;
    flex-direction: column;
    width: calc(70% / 2);
    padding-left: 0;
    max-width: 500px;
}
.wd_pageid_120 .wd_standard .item .wd_imagetable,
.wd_pageid_120 .item .wd_imagetable img {
    width: 100%;
    margin: 0 !important; /* Override inline styling */
    max-width: 279.7;

}
.wd_subscribe2 .wd_parent_category label br {
    display: none;
}

#wd_top_nav,
.nav h4 {
    text-transform: uppercase;
}



body.wd_page121 .category_intro,
body.wd_page123 .category_intro {
    display: none;
}

body.wd_page123 .category_header {
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.content a:visited.itemlink, article.content a:link.itemlink {
    font-family: 'Roboto', 'Arial', 'Helvetica', sans-serif;
    font-weight: 400;
}
body.wd_page123 .category_header {
    margin-top: 40px;
    font-size: clamp(26px, 3vw, 32px);
    color: #000;
    border-bottom: 2px solid #c4b6a5;
    padding: 4px 0px 15px; 
    margin-bottom: 30px;
}
.wd_pageid_82 .content-wrapper .left-sidebar .nav h4 {
    display: none;
}

#wd_printable_content .wd_category_items table.wd_attachment {
    float: none;
}

/* Start Page Menu */
.wd_page_menu {
    padding-top: 15px;
    margin-top: 24px;
}
.wd_page_menu li,
.wd_page_link:first-child {
    border: none;
    padding-left: 0;
    padding-right: 0;

}
.wd_page_menu li span,
.wd_page_menu li a {
    padding: 0 10px; 
    border-right: 1px solid #c4b6a5;
}
.wd_page_menu li.wd_page_active {
    background-color: #fff;
}
.wd_page_menu li.wd_page_active span {
    color: #8b6e4a;
}
.wd_page_menu li:last-child {
    border-right: none;
}
.wd_page_menu li:last-child span,
.wd_page_menu li:last-child a {
    border-right: none;
}
/* End Page Menu */

/* Past Events */
.wd_pageid_67 td p {
    margin-left: 10px;
    margin-right: 10px;
}
/* End Events */

/* Start "The Company" Page */
.wd_pageid_63 #wd_printable_content .wd_imagetable {
    margin-left: 0 !important;
}
/* End "The Company" Page */

/* Start Disclosures */
.wd_pageid_183 table {
    width: 50% !important; /* Overrides inline styling */
    float: left;
    margin-top: 20px;
}

/* End Disclosures */

/* Start 往期活動 */
.wd_pageid_184 table td {
    padding: 10px;
}
.wd_pageid_184 #wd_printable_content table tr td:first-child p {
    font-weight: 100;
}
/* End 往期活動 */


@media (max-width: 1240px) {
    aside.left-sidebar {
        padding-left: 40px;
    }
    article.content {
        padding-right: 20px;
        padding-left: 20px;
    }
    aside.right-sidebar {
        width: 100%;
        padding-right: 40px;
    }
    div.right-container {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 1024px) {
    p.archive_nav {
        flex-wrap: wrap;
        justify-content: start;
    }
    p.archive_nav a {
        margin-left: 5px; 
        margin-right: 5px;
        margin-bottom: 5px;
        width: auto;
    }
}
@media (min-width: 768px) and (max-width: 1029px) {
    article.content {
        width: 100% !important;
    }
  
}
@media (max-width: 768px) {
    body {
        padding-bottom: 178.9px;
    }
    .wd_imagetable {
        margin: 10px !important;
        width: 100% !important;
    }
    img {
        width: 100%;
    }
    .logo-container {
        text-align: left;

    }
    .header-nav-options {

    }
    .header .logo img {
        width: 150px;
    }
    nav#wd_top_nav ul li ul {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        border: none;
    }
    nav#wd_top_nav ul li ul > li:hover a {
        color: #fff;
    }
    .logo-container {
        width: 50%;
    }
    .header-nav-options {
        width: 50%;
    }
    .header .site-search-form form {
        top: 9px;
    }
    /* Mobile Dropdown Nav */
    nav#wd_top_nav .wd_nav-item {
        display: flex;
    }
    nav#wd_top_nav .nav-link { 
        width: calc(100% - 50px);
    }
    nav#wd_top_nav .wd_nav-item span.dropdown-arrow {
        display: block;
        position: relative;
        width: 50px;
    }
    nav#wd_top_nav .nav-link a,
    nav#wd_top_nav ul > li > a {
        text-align: left;
        width: 100%;
        padding-right: 0;
    }
    nav#wd_top_nav .wd_nav-item span.dropdown_arrow:after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        color: #fff;
    }
    nav#wd_top_nav .wd_nav-item.active span.dropdown_arrow:after {
        content: "\f106";
    }
    nav#wd_top_nav ul {
        flex-direction: column;
        justify-content: flex-start;
        overflow: visible;
   }
   nav#wd_top_nav ul li {
       width: 100%;
       text-align: left;

   }
   .nav-collapse.in.collapse {
       overflow: visible;
   }
   nav#wd_top_nav ul li ul {
       z-index: 100000;
   }
    /* End Mobile Dropdown Nav */

    /* Start Main Content Area */
    article.content {
        width: 100% !important;
    }
    aside.left-sidebar {
        display: none;
    }
    /* End Main Conten Area */

    .wd_pageid_123 .wd_attachment,
    .wd_pageid_121 .wd_attachment {
        width: 100% !important;
    }
    .wd_pageid_120 #wd_printable_content .wd_attachment_image {
        width: 20px;
    }
    .wd_pageid_120 #wd_printable_content .wd_attachment_image img {
        margin-top: 5px;
        width: 63%;
    }
    .container .row .col-4:first-child {
        width: 0;
    }
    .container .row .col-4 {
        width: 50%;
    }
    footer.footer {
        padding: 20px 20px !important;
    }
    footer.footer div.footer-links p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
    }
    footer.footer div.footer-links {
        padding: 0;
    }
    footer.footer div.footer-links p a {
        display: block;
        padding: 0;
    }
    .right-container {
        width: 100%;
    }
    .wd_featureboxes_reports ul {
        flex-direction: column;
        gap: 10px;
    }
    .wd_featureboxes_reports ul li {
        width: 100%;
        max-width: 100%;
    }
    div.right-container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    /* Start Disclosures Page */
    .wd_sustainability-list .wd_sustainability-item,
    .wd_yearbook-list .wd_yearbook-item {
        width: calc((100% - 20px) / 2);
    }
    

    /* End Disclosures Page */
}

@media (max-width: 568px) {
    .wd_page_menu {
        display: flex;
        flex-direction: column;
    }
    .wd_page_menu .wd_page_limit {
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }
    .wd_page_menu .wd_page_links {
        text-align: center; 
        float: none;
    }
    .wd_featureboxes_middle #wd_featurebox-teaser_9 .wd_featurebox .item {
        width: 100% !important; /* Overrides inline styling */
    }
    #wd_featurebox-teaser_9 .wd_standard-teaser {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
    .wd_pageid_120 .wd_category {
        flex-direction: column;
        gap: 15px;
    }
    .wd_pageid_120 .wd_category .wd_category_info {
        width: 100%;
    }
    .wd_pageid_120 .wd_category .wd_category_items {
        width: 100%;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }
    .wd_pageid_120 .wd_category .wd_category_items .item {
        width: calc((100% - 10px) / 2);
    }
    .wd_pageid_120 .wd_category {
        padding-right: 0;
    }
    .wd_featureboxes_reports ul {

    }

    .wd_sustainability-list .wd_sustainability-item,
    .wd_yearbook-list .wd_yearbook-item {
        width: 100%;
    }
}