.name-title {
    font-weight:400;
}

.fact-sheets-archive {
    text-align:center;
    width:100%;
}

.search-form {
    margin-bottom:30px;
    display:block;
    width:100%;
}

.form-input {
    width:100%;
    text-align:center;
}

.form-input input {
    width:30%;
}

.form-input select {
    width:80%;
}

.filter-checkbox {
    display:none;
}

/* ON/OFF Switch */
.onoffswitch {
    position: relative;
    width: 55px;
    display: inline-block;
    font-size: 80%;
}
.onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0;
}
.onoffswitch .onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.15s ease-in-out;
    -o-transition: margin 0.15s ease-in-out;
    -moz-transition: margin 0.15s ease-in-out;
    transition: margin 0.15s ease-in-out;
}
.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 80%;
    color: #ffffff;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch .onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #007bc8;
    color: #ffffff;
    text-align: left;
}
.onoffswitch .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #fafafa;
    color: #3d3d3d;
    text-align: right;
}
.onoffswitch .onoffswitch-switch {
    width: 22px;
    height: 22px;
    margin: 0;
    background: #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 35px;
    -webkit-transition: right 0.15s ease-in-out;
    -o-transition: right 0.15s ease-in-out;
    -moz-transition: right 0.15s ease-in-out;
    transition: right 0.15s ease-in-out;
}
.toggle-group {
    position: relative;
    height: 35px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.toggle-group input[type=checkbox] {
    position: absolute;
    left: 10px;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
    right: 1px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.toggle-group input[type=checkbox]:focus ~ .onoffswitch {
    outline: thin dotted #333;
    outline: 0;
}
.toggle-group label {
    position: absolute;
    cursor: pointer;
    padding-left: 65px;
    display: inline-block;
    text-align: left;
    line-height: 24px;
    width: 100%;
    z-index: 1;
    height: 24px;
    font-weight: 200;
}
/* ==== Accessibility ===== */
.aural {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.aural:focus {
    clip: rect(0, 0, 0, 0);
    font-size: 1em;
    height: auto;
    outline: thin dotted;
    position: static !important;
    width: auto;
    overflow: visible;
}

.post-type-archive-fact-sheets-new form.group {
	display: inline-block;
}
.post-type-archive-fact-sheets-new form.group .toggle-group label {
	position: relative;
	padding-left: 0;
	float: left;
}
.post-type-archive-fact-sheets-new form.group .onoffswitch {
	top:0;
	right: 0;
	position: absolute;
}
.post-type-archive-fact-sheets-new form.group .form-input {
	text-align: left;
	margin:5px 0;
}
.post-type-archive-fact-sheets-new form.group .form-input input {
	float: right;
}
.post-type-archive-fact-sheets-new form.group .form-buttons button {
	width: 100%;
	height: 30px;
	line-height: 30px;
	box-shadow: none;
	margin-top: 30px;
	font-weight: 600;
}
.post-type-archive-fact-sheets-new .fact-sheets-widget-area h3 {
	font-size: 20px;
	font-weight: 600;
}
.post-type-archive-fact-sheets-new #content h1.page-title,
.post-type-archive-fact-sheets-new #content h2  {
	color:#007bc8;
	/*font-size: 24px;*/
	font-weight: 600;
    padding: 0px;
}

.post-type-archive-fact-sheets-new #content h2 a:link {
    font-size: 18px;
    color:#007bc8;
}

@media (max-width: 767px) {
	.post-type-archive-fact-sheets-new .form-input label {
		font-size: 85%;
	}
}
@media (max-width: 320px) {
	.post-type-archive-fact-sheets-new .form-input label {
		font-size: 75%;
	}
}
@media(min-width: 1199px) {
	.post-type-archive-fact-sheets-new form.group {
		min-width: 420px;
	}
}

.fact-sheets-view div.label {
    width: 40%;
    border-top: 1px solid #ccc;
    font-weight: bold;
    float: left;
    padding: 5px;
}

.fact-sheets-view div.value {
    width: 55%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    padding: 5px;
}

.fact-sheets-view .row {
    width: 100%;
    display: block;
    clear: both;
}

.filter-content .search-form.filters,.filter-content .filters {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: left;
}

.filter-content .search-form.filters {
    border-right: 1px solid #cdcdcd;
    margin-right: 2%;
}

div.pre-results {
    margin-bottom: 20px;
}

.filter-content .filters #content h2.entry-title a:link, .entry-title a:link, .entry-title a:visited {
    color:#007bc8!important;
}

.filter-content h2.entry-title > a > span.country-title {
    position: relative;
}
.filter-content h2.entry-title > a > span.country-title:before {
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    background: #007bc8;
    margin-right: 7px;
    position: relative;
    top: 14px;
}
div.pre-results span.pre-result-item-name {
    min-width: 235px;
    display: inline-block;
}
-span.pre-result-item-value {
    width: 100px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    margin-bottom: 4px;
    text-align: right;
    padding: 0 5px;
}
@media (max-width: 767px) {
    .post-type-archive-fact-sheets-new .filter-content .search-form.filters,
    .post-type-archive-fact-sheets-new .filter-content .filters {
        width: 100%;
    }
    .post-type-archive-fact-sheets-new form.group {
        width: 95%;
    }
}

.fact-sheets-archive div.fact-sheets-new {
    margin-bottom: 0px;
}
