.tm-headerbar {
	background: url('https://us.upf.org/wp-content/uploads/2015/03/header.jpg') top left no-repeat;
}
.uk-table i {
	color: #477AAD;
}
.upf-thumbnail {
	float: left; 
	margin-right: 20px;
}
.blog .uk-article-title {
	margin: 0 0 -10px 0;
	color: #477AAD;
}
.blog .uk-article-title:hover {
	color: #000;
}
.blog .uk-article > p,
.uk-panel-header > p {
	font-size: 14px;
	line-height: 20px;
}
.upf-thumbnail:hover img {
	opacity: .85;
}
.tm-socialbuttons {
	margin-top: -15px;
}
#input_1_7 .name_prefix {
	width: 90px;
}
#input_1_7 .name_first {
	width: 30%
}
#input_1_7 .name_last {
	width: 30%;
}
@media (min-width: 768px) {
	.single-post .featured-image {
		width: 100%;
	}
}
@media (min-width: 1220px) {
	.single-post .featured-image {
		width: auto;
	}
}
.gform_wrapper.uk-form_wrapper li.gfield.gf_list_2col label.gfield_label,
.gform_wrapper.uk-form_wrapper li.gfield.gf_list_3col label.gfield_label,
.gform_wrapper.uk-form_wrapper li.gfield.gf_list_4col label.gfield_label,
.gform_wrapper.uk-form_wrapper li.gfield.gf_list_5col label.gfield_label,
.gform_wrapper.uk-form_wrapper li.gfield.gf_list_inline label.gfield_label,
.gform_wrapper.uk-form_wrapper .top_label .gfield_label {
	margin-bottom: 0;
	margin-top: 1em;
}
#input_1_1 li {
	width: 19%;
	margin: 0 1% 0 0;
	float: left;
	text-align: center;
	
}
#input_1_1 li input {
	display: none;
}
#input_1_1 li input + label {
	display: block;
	width: 100%;
	border-radius: 6px;
	margin: 0;
	padding: 20px 10px;
	box-sizing: border-box;
	cursor: pointer;
	color: #fff;
}
#input_1_1 li input + label:hover,
#input_1_1 li input:checked + label {
	color: #222;
}
#input_1_1 li:first-child input + label {
	background: #77C0AB;
}
#input_1_1 li input:checked + label {
	border: 1px solid #6F0D6F;
}
#input_1_1 li:first-child input + label:hover,
#input_1_1 li:first-child input:checked + label {
	background-color: #9EE5C7;
}
#input_1_1 li:nth-child(2) input + label {
	background: #D7C98F;
}
#input_1_1 li:nth-child(2) input + label:hover,
#input_1_1 li:nth-child(2) input:checked + label {
	background-color: #EEDB97;
}
#input_1_1 li:nth-child(3) input + label {
	background: #AAAAA9;
}
#input_1_1 li:nth-child(3) input + label:hover,
#input_1_1 li:nth-child(3) input:checked + label {
	background-color: #C6C6C2;
}
#input_1_1 li:nth-child(4) input + label {
	background: #C4B29B;
}
#input_1_1 li:nth-child(4) input + label:hover,
#input_1_1 li:nth-child(4) input:checked + label {
	background-color: #EBCEB4;
}
#input_1_1 li:nth-child(5) input + label {
	background: #AABD98;
}
#input_1_1 li:nth-child(5) input + label:hover,
#input_1_1 li:nth-child(5) input:checked + label {
	background-color: #C6DBB3;
}
.gform_wrapper .ginput_complex.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name span.name_prefix {
	width: 80px;
}
.gform_wrapper .ginput_complex.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name span.name_first,
.gform_wrapper .ginput_complex.ginput_container.has_prefix.has_first_name.no_middle_name.has_last_name span.name_last {
	width: 38%;
}




/* ------------ Dcas Added ------------- */

.table-container {
	border: 2px solid #ececec;
	width: 100%;
	box-sizing: border-box;
}

[class*='table-'] {
	overflow: hidden;
}

.table-header {
	width: 100%;
	height: 30px;
	display: block;
	background: #ececec;
	text-align: center;
	font-weight: 500;
	line-height: 27px;
	clear: both;
}

.table-left {
	width: 15%;
	display: inline-block;
	background: rgb(247, 247, 247);
	text-align: center;
	padding-top: 18px;
	float: left;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	min-height: 102px;
}

.table-left img {
	height: 64px;
	width: 64px;
}

.table-right {
	width: 85%;
	display: inline-block;
	background: rgb(247, 247, 247);
	border-left: 2px solid #ececec;
	box-sizing: border-box;
	padding: 0 10px;
	min-height: 102px;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.table-right p:first-child {
	margin-top: 12px;
}

.table-right iframe {
	margin-top: 18px;
}
