/* Packages v2 */


.uc-packages-container #bookingCheckinDate
{
    margin-top:18px;
    margin-bottom:40px;
}

.uc-packages-container #bookingRoomQuantity
{
    margin-top:18px;
    white-space: nowrap;
}

.uc-packages-container #bookingButton
{
    margin-top: 35px;
}

.uc-packages-container #bookingButton .bookNowButton.btn.big
{
    position:inherit !important;
    padding: 0 10px !important;
    float:none !important;
}

.uc-packages-container .seeMoreDates
{
    position: absolute;
    margin-top:10px;
    display:block;
    float:left;
}


.offers-wrapper .wpb_wrapper .hover-zoom
{
    max-width:50%;
}


/* rooms v2  */


.roomPriceTag
{
    position:absolute;
    left:0px;
    top:-20px;
    z-index:300;
    width:80px;
    height:80px;
    border-radius:100px;
    background-color:orange;
}

.roomPriceTag .pernightLabel
{
    margin-left:14px;
}

.roomPriceTag .fromLabel
{
    margin-left:22px;
}

.roomPriceTag span.priceVal
{
    font-size: 29px;
    font-weight: 900;
    margin: -7px 0 -7px 0;
}

.roomPriceTag span.currencySymb
{
    font-size: 22px;
    font-weight: 700;
}

.roomPriceTag > div
{
    margin: -7px 0 -7px 0;
}

.roomPriceTag div div
{
    display:table;
    margin: auto;
}

.roomPriceTag div span
{
    display:inline; 
}

h4.specialOffersTitle
{
    text-align:right;
}

.roomImages .roomImage img
{
    width:100%;
}

.roomPageTitle
{
    margin-bottom:40px;
}

.toggle-content > .content > .content
{
    /*display: inline-block;
    display:table;*/
}

.packageItem .toggle-content
{
    box-shadow: rgb(136, 136, 136) 10px 10px 5px;
}

.packageItem .bookNowButton
{
    right:10px;
}

@media (max-width:650px)
{
    .packageItem span.fromOnlyLabel
    {
        display:none;
    }
}

.packageItem span.fromOnlyLabel
{
    text-decoration: none;
    float: right;
    margin: 0px 5px;
    background: white;
}




/* accomodation Search v2*/

/* datepicker */



.datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: 0 !important;
    font-size: 13px !important;
}

.datepicker.dropdown-menu thead {
    color: Black;
}

.datepicker.dropdown-menu {
    min-width: 200px !important;
}

@media (max-width:767px) {

    .datepicker {
        padding: 2rem 0 2rem 0 !important;
    }
}

.datepicker.dropdown-menu 
{
    z-index:99999 !important;
}

.booking-row {
	/*position: fixed;*/
	position:relative !important;
	width: 100%;
	/*max-width: 1440px;*/
	bottom: 0;
	z-index: 1;
}

.btn{
	font-weight: 500;
	height: auto;
	padding: 6px 2.8rem;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	border-radius: 2px;
}
.btn:active{
	box-shadow: none;
}

input[type=submit].btn.btn-primary
{
	border-width:0px;
}

.btn.btn-primary{
	background: #C0392B;
	border-color: #C0392B;
}
.btn.btn-primary:hover{
	background: #E74C3C;
	border-color: #E74C3C;
}

.btn.btn-link:hover::before{
	color: #E74C3C;
}

.btn.btn-block{
	padding-left: inherit;
	padding-right: inherit;
	text-align: center;
}

.semi-transparent .booking-row {
    background: rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

.booking-row
{	
	position: relative;
	z-index: 1;
    padding-top: 10px; /* added by joe - new design was positioned at top of element*/
    display:table;
}
.booking-row input[type="submit"]
{
     background: #C0392B
}

.booking-row input[type="text"], .booking-row select
{
    color:Black;
}

.booking-row .form-control{
	background: rgb(255, 255, 255) !important;
	border: 1px solid #999;
	border-radius: 2px;
	outline: none;
	color: #999;
	position: relative;
	z-index: 0;
	-webkit-appearance:none;
	width:100% !important;
}
.semi-transparent .booking-row .form-control{
	background: rgba(255, 255, 255, .1) !important;
	border: none;
	border: 1px solid rgba(255, 255, 255, .75);
	border-radius: 2px;
	outline: none;
	color: #fff;
}
.semi-transparent .booking-row .form-control:focus{
	border-color: #fff;
	background: rgba(0, 0, 0, .15) !important;
}
.semi-transparent .booking-row ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 1);
}
.semi-transparent .booking-row :-moz-placeholder {
	color: rgba(255, 255, 255, 1); 
}
.semi-transparent .booking-row ::-moz-placeholder {
	color: rgba(255, 255, 255, 1);  
}
.semi-transparent .booking-row :-ms-input-placeholder {  
	color: rgba(255, 255, 255, 1);  
}
.booking-row .acc-icon-calendar:after{
	content: '\f073';
	font-family: "FontAwesome";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 3rem;
	line-height: 42px;
	color: #999;
	font-size: 1.4rem;
}
    .semi-transparent .booking-row .acc-icon-calendar:after {
        	color: rgba(255, 255, 255, 1);
    }
.booking-row .acc-icon-arrow:after {
	content: '\f107';
	font-family: "FontAwesome";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 3rem;
	line-height: 42px;
	color: rgba(255, 255, 255, 1);
	font-size: 1.4rem;
}
.semi-transparent .booking-row .acc-icon-arrow:after {
        	color: rgba(255, 255, 255, 1);
    }

.booking-row .acc-icon-promotion:after{
	content: '\f026';
	font-family: "Webdings";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 3rem;
	line-height: 42px;
	color: rgba(255, 255, 255, 1);
	font-size: 1.4rem;
}
.booking-block .acc-icon-calendar:after{
	content: '\f073';
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 1.5rem;
	line-height: 42px;
	font-size: 1.4rem;
}
.booking-block .icon-arrow:after{
	content: '\f107';
	font-family: "FontAwesome";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 1.5rem;
	line-height: 42px;
	font-size: 1.4rem;
}
.booking-block .icon-promotion:after{
	content: '\f026';
	font-family: "Webdings";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 1.5rem;
	line-height: 42px;
	font-size: 1.4rem;
}
.booking-block select{
	-webkit-appearance:none;
}
@media (max-width:991px) {
	.booking-row .col-sm-6{
		margin-bottom: 1.4rem;
	}
}
.booking-row [class*=col-md]{
		margin-bottom: 1.4rem;
}
@media (max-width:767px) {
	.booking-row{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		/*background: rgba(0, 0, 0, .45);*/
	}
	.booking-row [class*=col-sm]{
		margin-bottom: 1.4rem;
	}
	.booking-row [class*=col-sm]:last-of-type{
		margin-bottom: 1.4rem;
	}
	.booking-row .sod_label{
		font-size: 1.2rem;
	}
	.sod_select select{
		display: block;
	}
}

/* slider */

h1.sliderH1, h1.color-white 
{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);

}


/* Image Gallery v2 */

a.eg-henryharrison-element-1, a.eg-henryharrison-element-2 {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

.eg-jimmy-carter-element-11 i:before {
    margin-left: 0px;
    margin-right: 0px;
}

.eg-harding-element-17 {
    letter-spacing: 1px;
}

.eg-harding-wrapper .esg-entry-media {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 0px 30px;
}

    .eg-harding-wrapper .esg-entry-media img {
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

.eg-ulysses-s-grant-wrapper .esg-entry-media {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 0px 30px;
}

    .eg-ulysses-s-grant-wrapper .esg-entry-media img {
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

.eg-richard-nixon-wrapper .esg-entry-media {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 30px 30px 0px 30px;
}

    .eg-richard-nixon-wrapper .esg-entry-media img {
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

.eg-herbert-hoover-wrapper .esg-entry-media img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.eg-herbert-hoover-wrapper:hover .esg-entry-media img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.eg-lyndon-johnson-wrapper .esg-entry-media img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.eg-lyndon-johnson-wrapper:hover .esg-entry-media img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.esg-overlay.eg-ronald-reagan-container {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 );
}

.eg-georgebush-wrapper .esg-entry-cover {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(0,0,0,0)),color-stop(99%,rgba(0,0,0,0.83)),color-stop(100%,rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#d9000000',GradientType=0 );
}

.eg-jefferson-wrapper {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important;
}

.eg-monroe-element-1 {
    text-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

.eg-lyndon-johnson-wrapper .esg-entry-cover {
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 );
}

.eg-wilbert-wrapper .esg-entry-cover {
    background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.35)),color-stop(96%,rgba(18,18,18,0)),color-stop(100%,rgba(19,19,19,0)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000',endColorstr='#00131313',GradientType=1 );
}

.eg-wilbert-wrapper .esg-entry-media img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.eg-wilbert-wrapper:hover .esg-entry-media img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.eg-phillie-element-3:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    position: absolute;
}

.eg-howardtaft-wrapper .esg-entry-media img, .eg-howardtaft-wrapper .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.eg-howardtaft-wrapper:hover .esg-entry-media img, .eg-howardtaft-wrapper:hover .esg-media-poster {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.myportfolio-container .added_to_cart.wc-forward {
    font-family: "Open Sans";
    font-size: 13px;
    margin-top: 10px;
}

.esgbox-title.esgbox-title-outside-wrap {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.esgbox-title.esgbox-title-inside-wrap {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.simple-dark .navigationbuttons, .simple-dark .esg-pagination, .simple-dark .esg-filters {
    text-align: center;
}

.simple-dark .esg-filterbutton, .simple-dark .esg-navigationbutton, .simple-dark .esg-sortbutton, .simple-dark .esg-cartbutton {
    color: #000 !important;
    margin-right: 5px;
    cursor: pointer;
    padding: 0px 28px;
    font: 13px/32px 'Roboto_Regular',Arial,Helvetica,sans-serif;
    display: inline-block;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #252525;
}

.simple-dark .esg-navigationbutton * {
    color: #000;
}

.simple-dark .esg-left, .simple-dark .esg-right {
    padding: 0px 5px !important;
}

.simple-dark .esg-sortbutton-wrapper, .simple-dark .esg-cartbutton-wrapper {
    display: inline-block;
}

.simple-dark .esg-sortbutton-order, .simple-dark .esg-cartbutton-order {
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgb(255,255,255);
    border: 1px solid rgba(255,255,255,0.15);
    width: 29px;
    line-height: 29px;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    background: rgba(255,255,255,0.08 );
}

.simple-dark .esg-cartbutton {
    color: #fff;
    cursor: default !important;
}

    .simple-dark .esg-cartbutton .esgicon-basket {
        color: #fff;
        font-size: 15px;
        line-height: 15px;
        margin-right: 10px;
    }

.simple-dark .esg-cartbutton-wrapper {
    cursor: default !important;
}

.simple-dark .esg-sortbutton, .simple-dark .esg-cartbutton {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

    .simple-dark .esg-navigationbutton:hover, .simple-dark .esg-filterbutton:hover, .simple-dark .esg-sortbutton:hover, .simple-dark .esg-sortbutton-order:hover, .simple-dark .esg-cartbutton-order:hover, .simple-dark .esg-filterbutton.selected {
        background: #cda85c;
        border: 1px solid #cda85c;
        color: #fff;
    }

        .simple-dark .esg-navigationbutton:hover * {
            color: #fff;
        }

.simple-dark .esg-pagination-button:last-child {
    margin-right: 0;
}

.simple-dark .esg-sortbutton-order.tp-desc:hover {
    border-color: #fff;
    border-color: rgba(255,255,255,0.2);
    color: #000;
    box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;
}

.simple-dark .esg-filter-checked {
    padding: 1px;
    color: transparent;
    background: #000;
    background: rgba(200,200,200,0.15);
    margin-left: 7px;
    font-size: 9px;
    font-weight: 300;
    line-height: 9px;
    vertical-align: middle;
}

.simple-dark .esg-filterbutton.selected .esg-filter-checked, .simple-dark .esg-filterbutton:hover .esg-filter-checked {
    padding: 1px;
    color: #000;
    background: #fff;
    margin-left: 7px;
    font-size: 9px;
    font-weight: 300;
    line-height: 9px;
    vertical-align: middle;
}

.simple-dark .esg-filterbutton {
}

.simple-dark .esg-selected-filterbutton {
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    padding: 5px 5px 5px 10px;
    color: #fff;
    font-weight: 600;
}

.simple-dark .esg-cartbutton {
    border: 1px solid rgba(255,255,255,0.1) !important;
}

    .simple-dark .esg-cartbutton, .simple-dark .esg-cartbutton a, .simple-dark .esg-cartbutton a:visited, .simple-dark .esg-cartbutton i, .simple-dark .esg-cartbutton i.before {
        font-weight: 600;
        color: #fff;
    }

        .simple-dark .esg-cartbutton:hover a, .simple-dark .esg-cartbutton:hover i {
            color: #000;
        }

.simple-dark .esg-selected-filterbutton:hover .eg-icon-down-open, .simple-dark .esg-selected-filterbutton.hoveredfilter .eg-icon-down-open {
    color: #000;
}

.simple-dark .esg-cartbutton:hover, .simple-dark .esg-selected-filterbutton:hover, .simple-dark .esg-selected-filterbutton.hoveredfilter {
    border-color: #fff;
    color: #000;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
    background: #fff;
}

.simple-dark .esg-selected-filterbutton .eg-icon-down-open {
    margin-left: 5px;
    font-size: 9px;
    line-height: 20px;
    vertical-align: top;
    color: #fff;
}

.simple-dark .esg-filter-wrapper .esg-filterbutton:hover span, .simple-dark .esg-filter-wrapper .esg-filterbutton.selected span {
    color: #000 !important;
}

.simple-dark .esg-dropdown-wrapper {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);
}

    .simple-dark .esg-dropdown-wrapper .esg-filterbutton {
        border: none !important;
        background: transparent !important;
        line-height: 25px;
        white-space: nowrap;
        padding: 0px 10px;
        font-weight: 600;
        text-align: left;
        color: #777 !important;
    }

.simple-light .esg-dropdown-wrapper .esg-filterbutton span {
    color: #777;
}

.simple-dark .esg-dropdown-wrapper .esg-filterbutton:hover, .simple-dark .esg-dropdown-wrapper .esg-filterbutton.selected {
    color: #000 !important;
    box-shadow: none !important;
    font-weight: 600;
}

.simple-dark .esg-dropdown-wrapper .esg-filter-checked {
    display: inline-block;
    margin-left: 0px !important;
    margin-right: 7px;
    margin-top: -2px !important;
    line-height: 15px !important;
    border: 1px solid #444;
}

    .simple-dark .esg-dropdown-wrapper .esg-filter-checked span {
        vertical-align: middle;
        line-height: 20px;
    }

.simple-dark input.eg-search-input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 34px;
    border-radius: 0px !important;
}

 .eg-jackson-element-0 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    padding: 17px 17px 17px 17px;
    border-radius: 60px 60px 60px 60px;
    background-color: rgba(245,245,245,1.00);
    z-index: 2 !important;
    display: block;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #ffffff;
    border-style: solid;
}

.eg-jackson-element-1 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    padding: 17px 17px 17px 17px;
    border-radius: 60px 60px 60px 60px;
    background-color: rgba(245,245,245,1.00);
    z-index: 2 !important;
    display: block;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #ffffff;
    border-style: solid;
}

.eg-jackson-element-3 {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-weight: 800;
    display: inline-block;
    float: none;
    clear: both;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(255,255,255,0.15);
    position: relative;
    z-index: 2 !important;
    font-family: "Roboto",sans-serif;
}

.eg-jackson-element-5 {
    font-size: 12px;
    line-height: 20px;
    color: #cda85c;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(255,255,255,0);
    z-index: 2 !important;
    text-transform: uppercase;
}

.eg-jackson-element-0:hover {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    border-radius: 60px 60px 60px 60px;
    background-color: rgba(238,238,238,1.00);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #ffffff;
    border-style: solid;
}

.eg-jackson-element-1:hover {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    border-radius: 60px 60px 60px 60px;
    background-color: rgba(238,238,238,1.00);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #ffffff;
    border-style: solid;
}

.eg-jackson-element-5:hover {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(255,255,255,0);
    text-transform: uppercase;
}

.eg-jackson-element-0-a {
    display: inline-block;
    float: none;
    clear: none;
    margin: 0px 10px 0px 0px;
    position: relative;
}

.eg-jackson-element-1-a {
    display: inline-block;
    float: none;
    clear: none;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.eg-jackson-element-5-a {
    font-size: 12px;
    line-height: 20px;
    color: #cda85c;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    float: none;
    clear: both;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.eg-jackson-container {
    background-color: rgba(255,255,255,0.6);
}

.eg-jackson-content {
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-color: transparent;
    border-style: none;
    text-align: center;
}

.esg-grid .mainul li.eg-jackson-wrapper {
    background-color: #eeeeee; /*padding:5px 5px 5px 5px;*/
    padding: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-color: transparent;
    border-style: none;
}