/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.18.8
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	font-family: 'Lato-Regular';
	overflow-x: hidden;
}
#mobile_menu li:not([id]) { 
	display:none !important; 
}

.container {
    width: 100%;
    max-width: 1600px;
}

.sticky-links {
    position: fixed;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
}

.sticky-link {
	display: block;
}

@media sreen and (max-width: 767px) {
	.et_pb_row {
		width: 90%
	}
}

/*===================================================
HEADER
===================================================*/
#top-header {
	height: 50px;
	background-color: #e5e3e3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 50px;
}

#top-header .container {
	padding-top: 0;
}
#top-header .container p.top-menu-header {
	font-weight: 400;
}
#top-header .top-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.top-menu-left {
	position: relative;
	width: 100%;
}

.top-menu-left .top-menu-header {
	font-family: 'Lato-Black';
	/*font-size: 2vh;*/
	/*font-size: 1.1vw;*/
	font-size: 16px;
	color: #005581;
}

.top-menu-left .top-menu-header span {
	font-family: 'Lato-Regular';
	color: #555555;
	font-weight: 400;
	font-size: 16px;
}

.top-menu-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*max-width: 810px;*/
    position: relative;
    width: 100%;
}

.top-menu-right span {
	/*font-size: 1vw;*/
	color: #555555;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

    font-size: 16px;
    font-weight: 400;
}

.top-menu-right span img {
	position: relative;
	right: 10px;
}

#main-header {
	padding: 0 50px;
}

 #et-secondary-menu > ul > li a {
 	padding-bottom: 0;
 }

 #et-top-navigation {
    position: relative;
    z-index: 2;
}

.header-phone-e-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.header-phone {
	font-size: 25px;
	color: #005581;
    text-shadow: 0px 0px 9px #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header-phone:hover {
	color: #fff;
	text-shadow: 0px 0px 9px #005581;
}

.header-e-news {
    font-size: 15.25px;
    color: #005581;
    margin-left: 30px;
    border: 2px solid #005581;
    padding: 8px 30px;
    background-color: #fff;
    -webkit-transition: color 0.5s, background-color 0.5s;
    -o-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}

.header-e-news:hover {
	color: #fff;
	background-color: #005581;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
	font-size: 18px;
	color: #555555;
}

#top-menu li {
    padding-right: 42px;
}
#et-secondary-nav li {
	margin-right: 4px
}
#page-container {
	margin-top: 0 !important;
}

@media screen and (min-width: 1025px) {
	.top-menu-left {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;

		line-height: 1.2;
		padding-right: 10px
	}
	.top-menu-left .top-menu-header span {
		display: block;
	}
	.top-menu-right {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;

		padding-left: 10px
	}
	.top-menu-right span {
		margin-right: 25px;
	}
}
@media screen and (min-width: 1280px) {
	.et_header_style_left #et-top-navigation {
		padding-top: 20px
	}
	.top-menu-left .top-menu-header {
		white-space: nowrap;
	}
	.top-menu-left .top-menu-header span {
		display: inline;
	}
}
@media ( max-width: 1024px ) {
	#top-menu-nav, .header-phone-e-news {
		display: none;
	}
	#et_mobile_nav_menu {
		display: block;
	}
	/*#et_mobile_nav_menu .menu-item-type-custom {
		display: none;
	}*/
	#top-header {
		display: none;
	}
}

@media ( min-width: 1025px ) and ( max-width: 1260px ) {
	.et_header_style_left .logo_container {
	    position: absolute;
		width: 100%;
		height: initial; 
		padding-right: 730px;
		top: 45%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.et_fixed_nav #et-top-navigation {
		padding-left: 0 !important;
	}
	.et_header_style_left #et-top-navigation nav > ul > li > a, .top-menu-left .top-menu-header  {
		font-size: 1.5vh;
	}
}

@media ( max-width: 1024px ) {
	.et_header_style_left #logo {
		max-width: 200px;
	}
	#home-banner img {
		opacity: 0
	}
}

@media ( max-width: 1024px ) and ( orientation: landscape ) {
	#home-banner img {
		max-width: 200px;
	}
}

@media ( max-width: 768px ) and ( orientation: portrait ) {
	#home-banner img {
		max-width: 200px;
	}
	#home-banner {
		padding-right: 0;
	}
}

/*===================================================
HOME - BANNER
===================================================*/
#home-banner {
	width: 100% !important;
    max-width: 100% !important;
}

#home-banner img {
    width: 38vh;
}

@media ( max-width: 767px ) {
	#home-banner {
		padding-right: 0;
	}
}

/*===================================================
HOME - FORT SMITH
===================================================*/
#fort-smith h2 {
	font-size: 45px;
	font-weight: bold;
	color: #005581;
	position: relative;
	padding-bottom: 50px;
}

#fort-smith h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 5px;
	background-color: #72afb6;
}

#fort-smith h3 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #000;
	line-height: 35px;
}

#fort-smith p {
	font-size: 20px;
	line-height: 35px;
}

#ways-to-give {
	-webkit-background-size: cover;
	        background-size: cover;
}

#ways-to-give h2 {
	font-size: 89px;
	color: #fff;
}

#pages {
	padding: 54px 5%;
}

#pages .et_pb_column {
	width: 100%;
}
#pages .et_pb_image {
	margin-bottom: 0;
}

#pages .et_pb_image img {
	width: 100%;
}

#pages .et_pb_text {
	padding: 50px;
	-webkit-background-size: cover;
	        background-size: cover;
	min-height: 400px;
	height: 1px;

	position: relative;
	display: table;
}
#pages .et_pb_text > div {
	display: table-cell;
}
#pages .et_pb_text h2 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#pages .et_pb_text p {
	font-size: 18px;
	color: #fff;
}
#pages .et_pb_text a {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 50px;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
#pages .et_pb_text a:after {
	content: "▶";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	margin-left: 15px;
}
#pages .et_pb_text a:hover {
	color: #a1c2f5;
}

@media (min-width: 981px) {
	#pages .et_pb_column {
		/*width: 32.3%;
    	margin-right: 1.5%;*/

    	-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;

		padding-left: 15px;
		padding-right: 15px;
		margin-right: 0
	}
	#pages .et_pb_row {
	    padding: 10px 0;

	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;

	    -webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

	    margin-bottom: 15px;
	    overflow: hidden;
	}
	#pages .et_pb_text {
		/*height: 100%;*/
		padding: 30px;
	}
}
@media screen and (min-width: 1200px) {
	#fort-smith {
		padding-left: 15px;
		padding-right: 15px
	}
	#ways-to-give {
		width: 76%
	}
	#pages .et_pb_row {
		width: 82%
	}
	#space-rentals {
		width: 72%
	}
}
@media ( min-width: 981px ) and ( max-width: 1440px ) {
	#pages .et_pb_text p {
		/*height: 160px;
		overflow: hidden;*/
	}
}

@media screen and (max-width: 1700px) {
	#pages .et_pb_text a {
		bottom: 20px;
	}
}
@media screen and (max-width: 1500px) {
	#pages .et_pb_text a {
		bottom: 10px;
	}
	#pages .et_pb_text {
		padding: 20px
	}
}
@media screen and (max-width: 1365px) and (min-width: 981px) {
	#pages .et_pb_text {
		min-height: 480px
	}
}
@media screen and (max-width: 1199px) and (min-width: 981px) {
	#pages {
		padding-left: 0;
		padding-right: 0
	}
}
@media screen and (max-width: 980px) {
	#pages .et_pb_image .et_pb_image_wrap {
		display: block;
	}
}

@media ( max-width: 767px ) {
	#pages {
		padding: 0;
	}
	#fort-smith h2 {
		font-size: 35px;
	}
	#ways-to-give h2 {
		font-size: 60px
	}
	#pages .et_pb_text {
		padding: 20px;
		min-height: auto
	}
	#pages .et_pb_text a {
		position: relative;
		bottom: auto;
	    display: block;
	    margin-top: 20px;
	}
}

/*===================================================
SPACE RENTALS
===================================================*/
#space-rentals h2 {
	font-size: 45px;
	font-weight: bold;
	color: #005581;
	position: relative;
	padding-bottom: 50px;
}

#space-rentals h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 5px;
	background-color: #72afb6;
}

#space-rentals p {
	margin-top: 30px;
	font-size: 20px;
	color: #000;
	line-height: 35px;
}

#space-rentals .et_pb_button {
	background-color: #72afb6;
	color: #fff;
	border: none;
    padding: 10px 30px 10px 30px;
    font-size: 22px;
}

#space-rentals .et_pb_button:hover {
	padding: 10px 40px 10px 30px;
}

@media ( min-width: 1200px ) {
	#space-rentals .v-align {
		position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    left: 50%;
	}
}

/*===================================================
FOOTER
===================================================*/
#main-footer {
	background-color: #005581;
}

#footer-info {
	width: 100%;
	text-align: center;
	color: #fff;
}

#footer-info a {
	color: #fff;
}

#footer-info a.company-name {
	text-decoration: underline;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
	margin-bottom: 50px;
	width: 100%;
}

.footer-widget {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.footer-widget h4 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-widget .et_pb_widget a {
	color: #fff;
	display: block;
	font-size: 15px;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}

.footer-widget .et_pb_widget a:hover {
	color: #a1c2f5;
}

.footer-widget .et_pb_widget a span {
	display: block;
}

.footer-widget .et_pb_widget a.footer-location-icons {
	margin-top: 15px;
}

.footer-soc-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.container.footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
}

#footer-img {
	width: 33%;
}

#footer-img img {
	display: block;
	margin: auto;
	position: relative;
}

#footer-widgets {
    padding: 0 0 2%;
}

.four-grid-blog .et_pb_blog_grid {
	margin-bottom: 0 !important;
}

.footer-search input {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-image: url(../Divi-child/images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    padding-left: 15px;
    -webkit-background-size: initial initial;
            background-size: initial;
}

.footer-search input::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

.footer-search input:-ms-input-placeholder {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

.footer-search input::-ms-input-placeholder {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

.footer-search input::placeholder {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

.footer-location a {
	line-height: 35px;
}

#footer-bottom {
	background-color: transparent;
}

#footer-bottom > .container {
	border-top: 1px solid #fff;
    padding-top: 10px;
}

@media screen and (min-width: 981px) {
	.footer-soc-links {
		max-width: 170px
	}
	.footer-soc-links a {
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}
@media ( max-width: 980px ) {
	.container.footer-container {
		display: block;
		padding: 0 30px;
	}
	#footer-img {
		width: initial;
		padding: 50px;
	}
}


/*=====================================================
POSTS DISPLAY
=====================================================*/

.posts-row {
	margin-left: -15px;
	margin-right: -15px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

}

.posts-column {
    width: 100%;

    -webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;

    padding: 15px;
    /*height: 360px;*/
    overflow: hidden;
    margin-bottom: 25px;
}

.posts-content {
    position: relative;
    max-width: 360px;
    width: 100%;
    /*height: 380px;*/

    padding-bottom: -webkit-calc( 260px / 2 );
    padding-bottom: -moz-calc( 260px / 2 );
    padding-bottom: calc( 260px / 2 );
}

.posts-column:nth-child(8n+1) .posts-content {
	background-color: #ff0f00;
}

.posts-column:nth-child(8n+2) .posts-content {
	background-color: #ef9c20;
}

.posts-column:nth-child(8n+3) .posts-content {
	background-color: #005581;
}

.posts-column:nth-child(8n+4) .posts-content {
	background-color: #72afb6;
}

.posts-column:nth-child(8n+5) .posts-content {
	background-color: #747b85;
}

.posts-column:nth-child(8n+6) .posts-content {
	background-color: #308385;
}

.posts-column:nth-child(8n+7) .posts-content {
	background-color: #494b39;
}

.posts-column:nth-child(8n+8) .posts-content {
	background-color: #1a301f;
}

.post-img-container {
	overflow: hidden;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.post-img-container img {
	height: 260px;
	width: 100%;
	object-fit: cover;
}
.post-custom-title {
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	display: block;
	/*height: 50px;*/
	position: relative;
	/*bottom: 15px;*/
	margin-bottom: 5px;
}

.post-custom-title:after {
	/*content: "▼";*/
	position: absolute;
	right: 0;
	top: 0;
}

.post-custom-date {
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
	display: block;
}

.post-excerpt {
	font-size: 14px;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
    overflow: hidden;
    /*max-height: 230px;*/
}
.post-excerpt p {
	font-size: 14px !important;
}

.post-texts {
    padding: 15px;

    position: absolute;
    top: 260px;
    
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
}

.posts-content:hover .post-texts {
    top: 0px;
}

.posts-content:hover .post-img-container {
	opacity: 0;
}

.posts-content:hover .post-excerpt {
	opacity: 1;
}

@media ( max-width: 1199px ) {
	.posts-column {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.post-custom-title:after {
		position: initial;
	}
}

@media screen and (max-width: 980px) {
	.post-content {
		padding-bottom: -webkit-calc( 260px / 2.5 );
	    padding-bottom: -moz-calc( 260px / 2.5 );
	    padding-bottom: calc( 260px / 2.5 );
	}
	.posts-content:hover .post-texts {
    	top: 5px;
    	padding-top: 5px;
	}
}

@media ( max-width: 767px ) {
	.posts-column {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.posts-content {
		margin: auto;
	    /*height: 280px;*/

	    padding-bottom: -webkit-calc( 260px / 2 );
	    padding-bottom: -moz-calc( 260px / 2 );
	    padding-bottom: calc( 260px / 2 );
	}
}

/*==============================================
TEMPLATES
==============================================*/
#innerpage-banner .et_pb_row.et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 100% !important;
}

#innerpage-banner .et_pb_image .et_pb_image_wrap {
	display: block;
}

#innerpage-banner img {
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
}

.to-foster-art-section p {
	font-size: 28px;
	font-family: 'Lato-Black';
	color: #fff;
	line-height: 50px;
	position: relative;
	z-index: 1;
}

.to-foster-art-section p:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 70px;
    bottom: 0;
    right: 66%;
    border-top: 7px solid #fff;
    border-left: 7px solid #fff;
}

.to-foster-art-section p:after {
    content: "";
    position: absolute;
    top: 0;
    left: 66%;
    bottom: -25px;
    right: 70px;
    border-bottom: 7px solid #fff;
    border-right: 7px solid #fff;
}

.headline {
	padding-left: 15px;
}

.headline h2 {
	font-size: 32px;
	color: #005581;
	margin-bottom: 25px;
}

.headline p {
	font-size: 18px;
	color: #000000;
	line-height: 2.0em;
}

@media ( max-width: 1279px ) {
	.to-foster-art-section p:before {
		left: 0;
	}
	.to-foster-art-section p:after {
		right: 0;
	}
}

/*===================================
SINGLE POST PAGE
===================================*/
.et_right_sidebar #main-content .container:before {
	display: none;
}

.et_post_meta_wrapper img {
	width: 320px;
}

.entry-title {
	color: #005581;
}

#left-area .post-meta {
	display: none;
}

.entry-content {
	font-size: 18px;
}

.single .post {
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.category-exhibitions .et_post_meta_wrapper img {
	display: none;
}
.category-exhibitions .et_pb_fullwidth_section .et_pb_post_title img {
	max-height: 312px;
	object-fit: cover;
	object-position: center;
}

/*===================================
404
===================================*/
#left-area {
	width: 100%;
}

body.error404 #main-content .container {
	padding-left: 50px;
	padding-right: 50px;
}

body.error404 .entry h1 {
	color: #005581;
}

body.error404 .entry p {
	font-size: 16px;
}

.back-to-home-404 {
    font-size: 15.25px;
    color: #005581;
    margin-top: 30px;
    border: 3px solid #005581;
    padding: 10px 30px;
    background-color: #fff;
    display: block;
    width: 160px;
    -webkit-transition: color 0.5s, background-color 0.5s;
    -o-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}

.back-to-home-404:hover {
	color: #fff;
	background-color: #005581;
}
.et_right_sidebar #sidebar {
	display: none;
}
.gform_button {
	padding: 7.5px 35px;
	border-radius: 15px;
	background: #005581;
	color: #fff;
	border: none;
	transition-duration: 600ms;
}
.gform_button:hover {
	background: #fff;
	border: 1px solid #005581;
	color: #005581;
	transition-duration: 600ms;
}
.header-search input {
    width: 100%;
    height: 35px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-image: url(../Divi-child/images/search-icon.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    padding-left: 15px;
    -webkit-background-size: initial initial;
            background-size: initial;
}
.header-search input::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

.header-search input:-ms-input-placeholder {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

.header-search input::-ms-input-placeholder {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}

.header-search input::placeholder {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
.nav li ul {
	width: 300px;
}
#top-menu li li a {
	width: auto;
}
.nav li ul {
	border-top: 3px solid #005581;
}
#fac-rent-rates, #fac-rent-rates th, #fac-rent-rates td, #fac-rent-rates tr {
  border: 2px solid #000;
	text-align: center;
	padding: 10px;
}
#fac-rent-rates th:not(.th2) {
	font-size: 28px;
	color: #fff;
	padding: 25px;
}
#fac-rent-rates .th2 {
	font-size: 18px;
	color: #000;
}
#fac-rent-rates tr:nth-child(odd) {
	background: #005581;
	color: #fff;
}