* {
    margin: 0;
	padding: 0;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
	position: relative;
	min-height: 100vh;
	font-family: 'Open Sans', sans-serif;
    padding-bottom: 200px;
}

/*div {
	font-size: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
input,
button,
textarea,
select,
label {
	font-size: initial;
}*/

button,
input {
	border-radius: 0;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: 0;
}

a,
a:hover {
	text-decoration: none;
}

.float_fix {
	clear: both;
}

.horizontal_spacing {
	width: 100%;
	display: inline-block;
}

.boxed_width {
	max-width: 1260px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.yf_top_nav {
	background-color: #35478C;
}

.tn_boxed {
	max-width: 1270px;
}

.mobile_nav_wrap {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	z-index: 100;
	top: -100vh;
	background: rgba(53, 71, 140, .9);
	opacity: 0;
}

.mobile_nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.mobile_nav li {
	list-style-type: none;
	margin-top: 10px;
}

.mobile_nav li a {
	color: #fff;
	font-size: 20px;
}

ul.full_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
}

ul.full_nav li {
    margin: 0 8px;
    display: flex;
    align-items: center;
    height: 48px;
}

ul.full_nav li a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 80%;
    padding: 0 10px;
}

ul.full_nav li.admin_link {
	margin: 0;
	position: relative;
}

ul.full_nav li.admin_link a {
	padding: 0 18px;
}

ul.full_nav li.admin_link a {
	font-weight: 600;
}

ul.full_nav li a > img {
    width: 18px;
    margin-left: 5px;
}

ul.full_nav li .al_dropdown {
    position: absolute;
    bottom: -85px;
    z-index: 10;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
}

ul.full_nav li .al_dropdown a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	justify-content: center;
    padding: 11px;
}

/*.admin_link:focus > .al_dropdown {
	display: block;
}*/

.yf_sub_header {
	height: 84px;
	background: linear-gradient(to bottom,#FFFFFF ,rgba(255,255,255,0.8) 100%);
    position: relative;
    z-index: 1;
}

.mobile_nav_icon {
	display: none;
}

.sh_boxed {
	max-width: 1280px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.logo_wrap {
    width: 160px;
    position: relative;
    top: -12px;
}

.logo_circle {
	position: absolute;
    background: #fff;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    right: 26px;
    top: -9px;
}

.logo_wrap a {
	position: relative;
}

.logo_wrap a img {
    width: 100%;
}

p.site_desc {
	margin-left: 30px;
	font-size: 19px;
	color: #7f7f7f;
	font-weight: 300;
}

.mobile_site_desc {
	display: none;
}

p.header_phone a {
    color: #35478C;
}

p.header_phone {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
    margin-left: auto;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 600;
}
.hp_text {
	font-size: 21px;
	font-weight: 600;
}

.hp_number {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
}
.post_btn {
	width: 178px;
	height: 57px;
	background: #22B573;
	border: 1px solid #fff;
}

.post_btn a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #fff;
}

.yf_mobile_header,
.yf_mobile_search,
.mobile_under_search {
	display: none;
}

/*
SEARCH HEADER
*/

.search_sub_header,
.search_sub_header .logo_circle {
	background: #e5e5e5;
}

.search_sub_header .hb_search {
	height: 58px;
	max-width: 750px;
	margin-left: 30px;
	position: relative;
	border: 0;
}

.search_sub_header .hbs_select_wrap {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.search_sub_header .hbs_input_wrap {
	z-index: 1;
	border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.hbs_input_wrap span,
.hbs_input_wrap div {
	width: 100%;
	height: 100%;
}

.search_sub_header .hbs_input {
	font-weight: 300;
}

.search_sub_header .hbs_submit {
	background-size: 35%;
}

.header_filter_box {
	position: absolute;
	width: 105%;
	top: -10px;
	background: #fff;
	box-shadow: 0 0 5px #000;
	display: none;
}

.hfb_space,
.hfb_inputs {
	display: inline-block;
}

.hfb_space {
	width: 195px;
}

.hfb_inputs {
    width: 567px;
    margin-top: 85px;
    margin-bottom: 25px;
}

.hfbi_set label {
	font-size: 14px;
	color: #7F7F7F;
}

.hfbi_set input[type=text] {
	width: 100%;
	height: 59px;
	border: 1px solid #CCCCCC;
	color: #7f7f7f;
	font-size: 22px;
	font-weight: 300;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

.hfbi_double {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hfbi_double .hfbi_set {
	width: 49%;
}

.hfbi_actions {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.filter_act_btn {
	width: 177px;
	height: 56px;
	background: #4E7AC7;
}

.filter_act_btn p {
	color: #fff;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.hfbia_cancel {
	margin-left: 20px;
	font-size: 19px;
	color: #7f7f7f;
}

.filter_btn {
    margin: auto;
    text-align: center;
    line-height: 17px;
    font-size: 14px;
    cursor: pointer;
    width: 60px;
}

/*
HOMEPAGE
*/

.home_banner {
	background-color: #5e7613;
	width: 100%;
	height: 635px;
	background-image: url(/img/yf_banner_alt.jpg);
	background-size: cover;
	background-position: bottom;
	position: relative;
    margin-top: -84px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hb_inner {
	width: 780px;
	margin-top: 230px;
}

.hb_search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    border: 1px solid #CCCCCC;
}

.hbs_select_wrap {
	width: 187px;
	background: #fff;
	height: 100%;
	position: relative;
}

.hbs_options,
.hbs_options_post {
    height: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.hbs_options.hbs_active,
.hbs_options_post.hbs_active {
	height: 200%;
	flex-direction: column;
	border: 1px solid #cccccc;
	background: #fff;
}

.hbs_ila,
.hbs_ifa {
	height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
    /*background: #fff;*/
	background: transparent;
    position: relative;
    z-index: 1;
}

.hbs_ila p,
.hbs_ifa p {
	font-size: 25px;
	color: #000;
}

.hbs_ila {
	display: none;
}

.hbs_options.hbs_active .hbs_sing_opt:hover,
.hbs_options_post.hbs_active .hbs_sing_opt:hover {
	background-color: #f0f0f0;
}

.hbs_options.hbs_active .hbs_ifa,
.hbs_options_post.hbs_active .hbs_ifa {
	display: flex;
}

.hbs_sing_opt.hbs_ifa p {
    letter-spacing: -1.4px;
}

.hbs_arrow {
    position: absolute;
    z-index: 0;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hbs_input_wrap {
	width: 594px;
	height: 100%;
	position: relative;
}

.hbs_input {
    height: 100%;
    width: 100%;
    font-size: 23px;
    color: #7f7f7f;
    padding-left: 25px;
    border: 0;
    border-left: 1px solid #CCCCCC;
    font-family: 'Open Sans', sans-serif;
}

.hbs_submit {
	position: absolute;
	right: 0;
    top: 0;
    height: 100%;
    border: 0;
    width: 72px;
    background: url(/img/yf_mag_icon.svg);
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
}

.hb_btn {
	width: 452px;
	height: 57px;
	background: #22B573;
	border: 1px solid #fff;
    position: relative;
    margin: 50px auto;
}

.hb_btn a {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

/*
RECENT ITEMS SECTION
*/

.rfi_boxed {
	/*padding-top: 45px;*/
	max-width: 1260px;
	padding: 45px 10px 0;
}

.rfi_ttl {
	font-size: 30px;
	color: #7f7f7f;
	padding-left: 10px;
}

.rfi_wrap {
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.yf_item {
	/*padding: 28px 17px 7px 19px;*/
	position: relative;
	width: 23.5%;
	height: 400px;
    margin: 9px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
}

.yf_item > a {
    display: flex;
    flex-direction: column;
    padding: 28px 17px 7px 19px;
    height: 97%;
}

.yf_item.item_last {
    margin: 9px;
    visibility: hidden;
    height: 0;
    flex-grow: 0.9;
}

.yf_item .yf_item_tag {
    position: absolute;
    top: 28px;
    left: 19px;
}

.yf_item_tag {
	width: 54px;
	height: 23px;
}

.yf_item_tag p,
.yf_item_tag a {
	font-size: 12px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tag_found {
	border: 1px solid #22B573;
}

.tag_found p,
.tag_found a {
	color: #22B573;
}

.tag_lost {
	border: 1px solid #ED1C24;
}

.tag_lost p,
.tag_lost a {
	color: #ED1C24;
}

.yf_item_ttl {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	height: 90px;
	margin-top: 10px;
    text-transform: capitalize;
    margin-top: 30px;
}

.yf_item_ttl a {
	color: #000;
}

p.yf_item_desc {
    min-height: 145px;
}

.yf_item_img {
    max-height: 170px;
}

.yf_item_img img {
	max-height: 170px;
    max-width: 100%;
}

.yf_item_bottom {
    margin-top: auto;
    margin-bottom: 5px
}

.yf_item_date,
.yf_item_location {
	display: flex;
	margin: 10px 0;
    align-items: center;
}

.yf_item_location img {
   max-width: 30px;
   margin-right: 5px;
}

.yf_item_date img {
   max-width: 19px;
   margin: 0px 11px 0 6px;
}

.yf_item_date p, .yf_item_location p {
   font-size: 14px;
   font-weight: 600;
}


.yf_item_ra {
    position: absolute;
    bottom: 10px;
    right: 18px;
}

.yf_item_ra a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.yf_item_ra img {
	width: 13px;
	margin-right: 7px;
}

.yf_item_ra a {
    font-size: 9px;
    color: #7f7f7f;
}

.rfi_btn {
	width: 320px;
	height: 59px;
	border: 1px solid #35478C;
	position: relative;
	margin: 0px auto 30px;
}

.rfi_btn a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #35478C;
	font-size: 22px;
	font-weight: 600;
}





/*
SINGLE PAGE
*/

.single_boxed {
	max-width: 1260px;
	padding: 40px 20px 0;
	margin-bottom: 40px;
}

.single_left {
    width: 75%;
}

.single_tag {
	width: 98px;
	height: 37px;
	margin-bottom: 20px;
}

.st_found {
	border: 1px solid #22B573;
}

.st_lost {
	border: 1px solid #ED1C24;
}

.st_found p {
	font-size: 22px;
	font-weight: 300;
}

.st_found p {
	color: #22B573;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.single_ttl {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.single_images {
	padding-right: 40px;
	margin-top: 15px;
}

.si_large_img {
	width: 100%;
	height: 415px;
	border: 1px solid #CCCCCC;
	background: #f7f7f7;
}

.si_large_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.si_thumbs {
	margin-top: 17px;
	display: flex;
}

.sit_single {
	width: 175px;
	height: 140px;
	border: 1px solid #CCCCCC;
}

.sit_single:nth-child(2) {
    margin: 0 17px;
}

.sit_single img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single_right {
    padding-top: 60px;
    padding-left: 20px;
    display: flex;
    width: 25%;
    max-width: none;
}

.sp_info {
	font-weight: 600;
	margin-bottom: 15px;
}

.sp_info span {
	font-weight: 300;
}

.sb_inner_boxed {
	display: flex;
}

.srb_inner {
	width: 50%;
}

.sr_inner_boxed {
	/*display: flex;*/
}

.sl_right {
	max-width: 270px;
}

.sr_right {
    margin-left: auto;
    width: 300px;
}

.sp_cta_box {
	background: #E6E6E6;
	padding: 35px 35px 16px 35px;
}

.ilti_btn {
	width: 100%;
	height: 56px;
	background: #22B573;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.ilti_btn a {
	font-size: 22px;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp_cta_box > p {
	text-align: center;
	font-size: 14px;
}

.sp_contact_sec {
	display: none;
}

.sp_c_ttl,
.sp_c_text {
	text-align: center;
	font-size: 15px;
}

.sp_c_phone {
	font-size: 23px;
	color: #35478C;
	margin: 5px 0 7px;
	text-align: center;
	font-weight: 600;
}

.pdf_btn {
	width: 242px;
	height: 54px;
	background: #EBEBEB;
	border: 1px solid #ccc;
}

.pdf_btn:hover {
	background: #e0e0e0;
}

.pdf_btn a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.spcs_form {
	margin-top: 15px;
}

.spcs_input_field {
	margin-bottom: 15px;
}

.spcs_input_field input,
.spcs_input_field textarea {
	width: 100%;
	height: 45px;
	color: #C4C4C4;
	padding-left: 6px;
	font-size: 14px;
	border: 1px solid #C4C4C4;
}

.spcs_input_field textarea {
	height: 82px;
	padding-top: 6px;
}

.spcs_input_field input[type=submit] {
	-webkit-appearance: initial;
    width: 129px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    background-color: #4E7AC7;
    border-radius: 2px;
    text-align: center;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 17px;
    font-weight: 400;
}

.spc_actions {
    display: flex;
    justify-content: center;
}

.spc_actions a {
	font-size: 14px;
	color: #0071BC;
	text-decoration: underline;
}

.spca_sep {
	margin: 0 4px;
	font-size: 14px;
}

.sp_ra {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    color: #7F7F7F;
}

.sp_ra img {
	width: 17px;
	margin-right: 5px;
}

.sp_ra p {
	font-size: 13px;
}

/*
PAGE: POST ITEM
*/

.pi_boxed {
	max-width: 1260px;
	padding: 0 20px;
	margin-bottom: 50px;
}

.pi_control {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0 5px;
    align-items: center;
}

.pi_rel {
	position: relative;
	width: 475px;
    z-index: 0;
    /*z-index: 1;*/
    margin-top: 30px;
    height: 60px;
}

.pi_rel.pi_rel_active {
	z-index: 1;
}

.pi_ttl {
	font-size: 45px;
	font-weight: 300;
}

.pi_text {
	font-size: 15px;
	font-weight: 600;
	color: #7F7F7F;
	display: flex;
	margin-bottom: 10px;
	cursor: pointer;
}

.pi_text img.img_rev { 
	transform: rotate(180deg);
}

.pi_hidden {
	font-size: 14px;
	display: none;
	text-align: center;
	max-width: 700px;
}

.pi_control .hbs_sing_opt {
	padding-left: 0px;
}

.pi_control .hbs_active + .hbs_arrow {
	display: none;
}

.pi_control .hbs_active .hbs_sing_opt {
	justify-content: center;
}

.pi_control .hbs_active .hbs_sing_opt p {
    font-size: 25px;
    padding: 5px 0;
}

.pi_control .hbs_sing_opt p {
	font-size: 33px;
	font-weight: 700;
	font-size: 39px;
    font-weight: 600;
    padding: 5px 0;
    color: #22B573;
}

.pf_inner_flex {
	display: flex;
    /*padding-top: 105px;*/
    position: relative;
    /*z-index: -1;*/
    justify-content: center;
}

.pi_left, .pi_right {
    width: 475px;
    position: relative;
}

.post_item_form {
	display: flex;
	flex-direction: column;
}

.pf_input_set {
	/*width: 460px;*/
	position: relative;
	height: 70px;
	border: 1px solid #C4C4C4;
	padding: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.pf_image_box,
.pf_hide_sec {
	display: none;
}

.pf_input_set.space_top {
	margin-top: 170px;
}

.pf_desc_wrap {
	height: 95px;
}

.pf_req {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 10px;
	color: #7F7F7F;
}

.pf_input_set label {
	font-size: 15px;
	font-weight: 600;
	color: #6B6B6B;
}

.pf_input_set input,
.pf_input_set textarea {
    width: 100%;
    border: 0;
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 400;
    margin-top: auto;
}

.pf_input_set textarea {
	resize: none;
	padding-top: 10px;
}

.pf_input_set input::-webkit-input-placeholder,
.pf_input_set textarea::-webkit-input-placeholder {
  color: #c4c4c4;
}
.pf_input_set input::-moz-placeholder,
.pf_input_set textarea::-moz-placeholder {
  color: #c4c4c4;
}
.pf_input_set input:-ms-input-placeholder,
.pf_input_set textarea:-ms-input-placeholder {
  color: #c4c4c4;
}
.pf_input_set input:-moz-placeholder,
.pf_input_set textarea:-moz-placeholder {
  color: #c4c4c4;
}

.pf_add_cinfo_btn,
.pf_submit_btn {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #35478C;
	cursor: pointer;
}

.pf_add_cinfo_btn:hover,
.pf_submit_btn:hover {
	background: #4E7AC7;
}

.pf_contact_section {
	display: none;
}

.pf_add_cinfo_btn p {
	color: #fff;
	text-align: center;
}

.pfc_ttl {
	font-size: 33px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

.pfc_opt {
	font-size: 14px;
	margin-bottom: 25px;
}

.pfc_opt a {
	color: #0071BC;
	text-decoration: underline;
}

.pf_private_check {
    display: flex;
    align-items: flex-start;
}

.pri_cb_wrap {
	position: relative;
}

.pf_private_check input {
	visibility: hidden;
}

.false_cb {
	margin-top: 5px;
	width: 16px;
	height: 16px;
	background-image: url(/img/yf_checkboxunchecked.jpg);
    background-position: center;
    cursor: pointer;
	position: absolute;
	top: 0;
	border: 1px solid #7f7f7f;
}

input[type=checkbox]:checked + label.false_cb {
	background-image: url(/img/yf_checkboxchecked.jpg);
}

.pfp_text {
	margin-left: 15px;
}

.pfpt_1 {
    font-weight: 600;
    font-size: 15px;
    color: #6b6b6b;
    margin-bottom: 5px;
}

.pfpt_2 {
    font-weight: 300;
    font-size: 12px;
}

.pf_submit_btn {
	margin-top: 20px;
	color: #fff;
}

.pf_side_info {
	width: 210px;
    height: 85px;
    background: #EBEBEB;
    border-radius: 5px;
    position: absolute;
    right: -225px;
    display: none;
    top: 0;
}

.pfsi_ttl {
	font-size: 14px;
	font-weight: 300;
	padding-top: 10px;
	text-align: center;
}

.pfsi_txt {
	font-size: 19px;
	padding-top: 4px;
	line-height: 23px;
	text-align: center;
}

.pfsi_txt span,
.pfsi_txt span a {
	font-weight: 700;
	color: #000;
	display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.pfsi_txt span a span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
}

.pi_right {
	margin-left: 20px;
}

.pf_image_box {
    height: 141px;
    position: absolute;
    width: 100%;
    top: 365px;
    justify-content: space-between;
}

.temp_txt {
	font-size: 16px;
	font-weight: 600;
	color: #c4c4c4;
	margin-top: 10px;
}

/*.upload_input {
	width: 100%;
	background-image: url(/img/yf_upload.png);
    height: 190px;
    background-position: center;
    background-repeat: no-repeat;
}*/

.upload_input_wrap {
	display: flex;
	justify-content: space-between;
}

.uiw_single {
	width: 138px;
	height: 89px;
	border: 1px solid #CCCCCC;
	background-color: #EBEBEB;
	background-image: url(/img/yf_image_plus.png);
	background-position: center;
	background-repeat: no-repeat;

}






/*
FOOTER STYLES
*/

.yf_footers_wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.yf_footer {
	background: #DBDBDB;
}

.footer_boxed {
	max-width: 1250px;
    display: flex;
    padding: 0 25px;
    align-items: center;
}

.yf_footer .logo_circle {
	background: #DBDBDB;
}

.yf_footer .site_desc {
	font-size: 17px;
	font-weight: 300;
}

.yf_footer .site_desc strong {
	font-weight: 600;
}

.yf_footer ul.full_nav {
	margin-left: auto;
}

.yf_footer ul.full_nav li a {
	color: #7F7F7F;
	font-size: 16px;
}

.yf_sub_footer {
	background: #7F7F7F;
	padding: 12px 0;
}

.sub_footer_boxed {
	max-width: 1250px;
	display: flex;
	padding: 0 25px;
	justify-content: space-between;
}

.sub_footer_boxed p,
.sub_footer_boxed a {
	color: #fff;
	font-size: 14px;
}

/*
PAGE: ITEMS
*/

.fl_strip {
	width: 100%;
	height: 128px;
	background: #7FB2F0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fls_ttl {
	color: #fff;
	font-size: 43px;
	font-weight: 700;
}

.fls_ttl span {
	font-weight: 300;
}

/*
PAGE: REPORT
*/

.ra_boxed {
	max-width: 1300px;
	padding: 40px 20px;
}

.ra_ttl {
	font-weight: 300;
	font-size: 40px;
	margin-bottom: 30px;
}

.ra_desc {
	font-size: 15px;
	font-weight: 400;
	max-width: 810px;
	line-height: 23px;
}

.ra_form {
	margin-top: 30px;
	width: 340px;
}

.ra_in_set label {
	color: #6B6B6B;
	font-size: 14px;
}

.ra_in_set input[type=email] {
	width: 100%;
	background: #F2F2F2;
	border: 1px solid #C4C4C4;
	font-size: 14px;
	color: #C4C4C4;
	height: 31px;
	padding-left: 7px;
	margin-top: 5px;
}

.ra_set_radio {
	margin: 15px 0;
}

.ra_form input[type=radio] {
	margin-right: 5px;
}

.ra_form input[type=submit] {
	width: 130px;
	height: 30px;
	background: #4E7AC7;
	color: #fff;
	font-size: 14px;
	border: 2px solid #4E7AC7;
}

.ra_form input[type=submit]:hover {
	background: #fff;
	color: #4E7AC7;
}





/*
PAGE: MISSION
*/

.mission_banner {
	width: 100%;
	height: 435px;
	background-image: url(/img/yf_mission_banner_bg.png);
	background-size: cover;
	background-position: center;
    margin-top: -84px;
    padding-top: 84px;
    display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.mb_text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mb_text_wrap p {
	font-size: 70px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	line-height: 64px;
	font-family: "Rift", sans-serif;
}

.mb_btn {
	width: 178px;
	height: 53px;
	background: #4E7AC7;
	border: 1px solid #fff;
	margin: 9px 0 4px;
}

.mb_btn a {
	color: #fff;
	font-size: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mission_boxed {
	max-width: 934px;
	padding: 40px;
}

.mission_boxed p {
	margin-bottom: 22px;
	line-height: 22px;
}

.mission_boxed p:last-child {
	margin-bottom: 0;
}

.mission_text_bold {
	font-weight: 700;
    line-height: 31px;
    font-size: 22px;
}

/*
PAGE: PARTNERS
*/

.partners_boxed > h1 {
	font-size: 33px;
	font-weight: 300;
	color: #000;
	margin: 50px 0;
	text-align: center;
}

.pp_wrap,
.tp_wrap,
.sp_wrap {
	position: relative;
	margin: auto;
	max-width: 1100px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.pp_single,
.tp_single,
.sp_single {
	/*width: 304px;*/
	width: 27%;
	height: 102px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 30px 60px;
}

.pp_single img,
.tp_single img,
.sp_single img {
	max-width: 100%;
}

.tp_single img {
    width: 100%;
}

/*
PAGE: DONATE
*/

.donate_banner {
	width: 100%;
	height: 250px;
	margin-top: -84px;
	padding-top: 84px;
	background-image: url(/img/yf_donate_bg.png);
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.db_text_wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.db_text_wrap p {
	line-height: 48px;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}

.donate_boxed {
	display: flex;
	max-width: 1090px;
	justify-content: space-between;
	padding: 50px 40px;
}

.donate_left {
    width: 59%;
}

.donate_left p {
	line-height: 26px;
	margin-bottom: 26px;
}

.dl_text_1 {
    line-height: 34px;
    font-size: 26px;
}

.donate_right {
    width: 35%;
    background: #ADD5F7;
    padding: 25px 45px 17px 40px;
    text-align: center;
}

.donate_right p:first-child {
	font-size: 30px;
    color: #35478C;
    font-weight: 700;
    line-height: 48px;
}

.dr_btn {
	width: 147px;
	height: 47px;
	background-image: url(/img/yf_donate_btn.gif);
	background-size: contain;
	background-position: center;
	position: relative;
	margin: 40px auto;
}

.dr_btn a {
	width: 100%;
	height: 100%;
	display: flex;
}

.donate_right p:last-child {
	font-size: 14px;
	line-height: 22px;
}

/*
LIGHTBOX
*/

.yf_lb_over {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxed_width.login_boxed.lb_box {
    width: 500px;
    max-width: none;
    background: #fff;
    max-height: 90vh;
    padding: 40px;
    position: relative;
}

p.lb_ex {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #000;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer;
}

/*
PAGE: SUCCESS
*/

@keyframes success_img {
	0% {transform: scale(1);}
	50% {transform: scale(1.2);}
	100% {transform: scale(1);}
}

.success_boxed {
	text-align: center;
	padding: 100px 20px;
}

.success_boxed img {
	animation-name: success_img;
	animation-duration: 1s;
}

.success_ttl {
	font-weight: 300;
	font-size: 40px;
	color: #22B573;
	margin-top: 30px;
}

.success_view_btn {
	width: 223px;
	height: 58px;
	background: #EBEBEB;
	position: relative;
	margin: 30px auto 50px;
}

.success_view_btn a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #000;
}

.success_account_box {
	background: #f0f0f0;
	padding: 20px 40px;
	max-width: 525px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.sab_ttl {
	font-weight: 600;
	font-size: 20px;
}

.sab_text {
	font-weight: 300;
	font-size: 14px;
	margin: 12px 0 22px;
}

.sab_btn {
	width: 223px;
	height: 58px;
	background: #4E7AC7;
	position: relative;
	margin: auto;
	border: 1px solid #fff;
}

.sab_btn a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #fff;
}

/*
PAGE: 404
*/

.yf_404_page {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}

.yf4_icon img {
	width: 72px;
	margin-bottom: -30px;
	margin-right: -30px;
}

.yf4_top_text {

}

.yf4t_1 {
    text-align: center;
    color: #35478C;
    line-height: 144px;
    font-size: 120px;
    font-weight: 700;
    letter-spacing: -10px;
}

.yf4t_2 {
	text-align: center;
    line-height: 24px;
    margin-bottom: 40px;
    font-size: 40px;
}

.yf4t_3 {
    text-align: center;
    font-weight: 300;
    line-height: 26px;
    font-size: 22px;
}

.yf_404_search_wrap {
	max-width: 893px;
	height: 214px;
	background: #EBEBEB;
	padding: 35px 55px 45px;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.yf4s_ttl {
	text-align: center;
	font-size: 28px;
}

.yf_404_btn {
	width: 525px;
	height: 66px;
	background: #719FD7;
	margin-top: 31px;
}

.yf_404_btn a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	color: #fff;
}

/*
PAGINATION
*/

.pagination {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.pagination li {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
    background: #EBEBEB;
    border-radius: 4px;
    margin: 4px;
}

.pagination li span,
.pagination li a {
	font-size: 20px;
    font-weight: 600;
    color: #000;
}

.pagination li.active {
	background: #35478C;
}

.pagination li.active span,
.pagination li.active a {
	color: #fff;
}




/*********************************
**********************************

ADMIN

**********************************
*********************************/


.admin_top_nav ul.full_nav li.admin_nav_first_child {
	margin-right: auto;
}

.admin_top_nav ul.full_nav li.admin_nav_first_child a {
	font-size: 20px;
	font-weight: 700;
}

.admin_top_nav ul.full_nav li a {
	font-weight: 400;
}

.active_nav_item a {
	border-bottom: 2px solid #fff;
}

.admin_dashboard_boxed {
	padding-top: 25px;
	max-width: 1220px;
}

.admin_top_txt {
	display: flex;
	align-items: center;
}

.admin_ttl {
	font-weight: 600;
    font-size: 29px;
    color: #35478C;
}

.admin_notification {
    font-size: 18px;
    color: #ED1C24;
    font-weight: 600;
    padding-left: 15px;
    border-left: 1px solid #CCCCCC;
    margin-left: 15px;
}

.admin_stats_sec {
	display: flex;
	justify-content: space-between;
}

.admin_graph_stats {
	width: 77%;
	margin-top: 30px;
}

.ags_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.ags_stats_type {
	display: flex;
	align-items: center;
}

.ags_stats_type p {
	font-size: 23px;
	color: #000;
	font-weight: 600;
	margin-right: 15px;
}

.ags_filters {
	display: flex;
}

.agsf_single {
	width: 77px;
	height: 33px;
	background: #CCCCCC;
	border-radius: 4px;
	margin-left: 5px;
	cursor: pointer;
}

.agsf_active {
	background: #29ABE2;
}

.agsf_single p {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ags_graph {
	overflow: hidden;
}

.ags_graph img {
	width: 100%;
	/*position: relative;*/
	/*left: -4%;*/
}



.admin_side_stats {
	background: #ebebeb;
	border-radius: 4px;
	padding: 27px 39px 0 39px;
	margin-top: 30px;
}

.ass_ttl {
	font-size: 23px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px
}

.ass_item {
	margin-bottom: 45px;
}

.assi_ttl {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.assi_number {
	font-size: 50px;
	font-weight: 300;
    color: #35478C;
}

/*
PAGE: LOGIN
*/

.login_boxed {
	max-width: 460px;
	padding: 100px 0;
}

.login_ttl {
	font-size: 33px;
	font-weight: 300;
	margin-bottom: 20px;
}

.yf_fp {
	font-size: 17px;
	font-weight: 300;
	margin-top: 20px;
}

.yf_fp a {
	color: #0071BC;
	text-decoration: underline;
}

/*
PAGE: USERS
*/

.users_table {
	margin: 30px 0 100px;
}

.ut_head {
	display: flex;
	border-bottom: 1px solid #7F7F7F;
	padding-bottom: 15px;
}

.ut_head > div:nth-child(1) {
	width: 335px;
}

.ut_head > div:nth-child(2) {
	width: 215px;
}

.ut_head > div:nth-child(3) {
	width: 220px;
}

.ut_head > div:nth-child(4) {
	width: 110px;
}

.ut_head > div:nth-child(5) {
	width: 110px;
}

.ut_head > div:nth-child(6) {
	width: 140px;
}

.ut_head > div:nth-child(7) {
	width: 55px;
}

.ut_head > div > p {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.ut_single {
	display: flex;
	padding: 21.5px 0px 21.5px 15px;
	border-bottom: 1px solid #7F7F7F;
}

.ut_single:nth-child(odd) {
	background-color: #EBEBEB;
}

.ut_single > div > p,
.ut_single > div > a {
	font-size: 19px;
	color: #000;
}

.ut_single > div:nth-child(1) {
	width: 320px;
	/*width: 26.89%;*/
}

.ut_single > div:nth-child(1) > p {
	font-weight: 600;
}

.ut_single > div:nth-child(2) {
	width: 215px;
	/*width: 18.06%;*/
}

.ut_single > div:nth-child(3) {
	width: 220px;
	/*width: 18.48%;*/
}

.ut_single > div:nth-child(4) {
	width: 110px;
	/*width: 9.24%;*/
}

.ut_single > div:nth-child(5) {
	width: 110px;
	/*width: 9.24%;*/
}

.ut_single > div:nth-child(6) {
	width: 140px;
	/*width: 11.76%;*/
}

.ut_single > div:nth-child(7) {
	width: 55px;
	/*width: 4.62%;*/
}

.ut_single > div > form {
	position: relative;
}

.users_private_checkbox {
	visibility: hidden;
}

.users_private_checkbox + label {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	background-image: url(/img/yf_users_unchecked.png);
}

.users_private_checkbox:checked + label {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	background-image: url(/img/yf_users_checked.png);
}

/*
PAGE: MANAGE ACCOUNT
*/

.manage_ttl {
    font-size: 33px;
    font-weight: 300;
    margin: 40px 0 30px;
}

.manage_items_wrap .yf_item {
	height: 440px;
	padding-bottom: 20px;
}

.manage_items_wrap .yf_item.item_last {
	height: auto;
}

.manage_item_add {
	display: flex;
	justify-content: space-between;
	padding: 0px 17px 0px 19px;
	height: 32px;
}

.mia_mark_btn {
	width: 138px;
	height: 34px;
	background: #22B573;
}

.mia_edit_btn > a,
.mia_mark_btn > a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.mia_edit_btn {
	width: 95px;
	height: 34px;
	background: #CCCCCC;
}

.manage_marked_found {
	font-size: 14px;
	font-weight: 600;
	color: #22B573;
}

.form_error_text {
	color: #f00;
	margin-bottom: 10px;
}

img.svg_img_abs {
    width: 355px;
    position: absolute;
    right: 80px;
    top: -11px;
}

.snrc_ttl,
p.sr_b_text {
    font-size: 31px;
    font-weight: 300;
    text-align: center;
}

.snrc_btn,
.sr_b_btn {
    width: 282px;
    height: 58px;
    background: #22B573;
    margin: 20px auto 0;
}

.snrc_btn a,
.sr_b_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 22px;
}

.snr_center {
    height: calc(100vh - 378px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}








/*********************************
**********************************

RESPONSIVE

**********************************
*********************************/


@media screen and (max-width: 1260px) {
	.tn_boxed,
	.sh_boxed,
	.single_boxed {
	    max-width: 1040px;
	}
	.search_sub_header .hb_search {
		max-width: 524px;
	}
	.search_sub_header .hbs_select_wrap {
		width: 152px;
	}
	.search_sub_header .hbs_ila p,
	.search_sub_header .hbs_ifa p {
		font-size: 20px;
	}
	.search_sub_header .hbs_input_wrap {
		width: 372px;
	}
	.search_sub_header .hbs_input {
		font-size: 20px;
		padding-left: 15px;
	}
	.hfb_inputs {
		width: 94%;
		margin: 85px 3% 25px;
		position: relative;
	}
	.sb_inner_boxed {
		flex-wrap: wrap;
	}
	.single_left {
	    width: 68%;
	}
	.sr_boxed {
		flex-direction: column;
	}
	.srb_inner {
	    width: 70%;
	    margin-bottom: 20px;
	}
	.sl_right {
		order: 1;
		max-width: none
	}
}

@media screen and (max-width: 1247px) {
	.yf_item {
		width: 31%;
	}
}

@media screen and (max-width: 1040px) {
	.srb_inner {
		width: 65%;
	}
}

@media screen and (max-width: 1000px) {
	p.site_desc {
		font-size: 17px;
	}
	.header_phone {
		display: none;
	}
	.post_btn.home_post {
		margin-left: auto;
	}
	.tn_boxed,
	.sh_boxed {
		max-width: 800px;
		padding: 0 20px;
	}
	.tn_boxed {
		display: flex;
		justify-content: flex-end;
	}
	.mobile_nav_icon {
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.mobile_nav_icon img {
		width: 25px;
	}
	.logo_circle {
		right: 24px;
	}
	.yf_item {
		width: 31%;
	}
	.search_sub_header .logo_wrap {
		width: 138px;
	}
	.search_sub_header .logo_circle {
	    width: 47px;
	    height: 47px;
	    right: 23px;
	    top: -6px;
	}
	.search_sub_header .hb_search {
		max-width: 466px;
		height: 48px;
		margin: auto;
	}
	.search_sub_header .hbs_select_wrap {
		width: 143px;
	}
	.search_sub_header .hbs_ila p,
	.search_sub_header .hbs_ifa p {
		font-size: 19px;
	}
	.search_sub_header .hbs_input_wrap {
		width: 323px;
	}
	.search_sub_header .hbs_input {
		font-size: 20px;
		padding-left: 15px;
	}
	.search_sub_header .hbs_submit {
	    background-size: 30%;
	    width: 50px;
	}
	.filter_btn {
	    position: absolute;
	    left: 20px;
	    bottom: -40px;
        width: auto;
	}
	.search_sub_header .home_post {
		width: 122px;
		height: 49px;
	}
	.search_sub_header .home_post a {
		font-size: 18px;
	}
	.single_left {
		width: 60%;
	}
	.single_right {
		width: 40%;
	}
	.sr_right {
	    margin-top: 80px;
	}
	.boxed_width.pi_boxed {
	    margin-top: 50px;
	}
	.pi_left, .pi_right {
	    /*width: 49%;*/
	}
	.pf_side_info {
		display: none !important;
	}
	.pp_wrap, .tp_wrap, .sp_wrap {
	    justify-content: space-around;
	}
	.pp_single, .tp_single, .sp_single {
		width: 40%;
	}
}

@media screen and (max-width: 898px) {
	.srb_inner {
	    width: 60%;
	}
}

@media screen and (max-width: 850px) {
	.home_banner {
		height: 535px;
	}
	.hb_inner {
		width: 532px;
	}
	.hb_search {
		height: 60px;
	}
	.hbs_select_wrap {
		width: 130px;
	}
	.hbs_ila, .hbs_ifa {
		padding-left: 15px;
	}
	.hbs_ila p, .hbs_ifa p {
		font-size: 18px;
	}
	.hbs_arrow img {
	    width: 22px;
	}
	.hbs_input_wrap {
		width: 400px;
	}
	.hbs_submit {
		background-size: 35%;
	}
	.hb_btn {
		width: 350px;
		height: 50px;
	}
	.hb_btn a {
		font-size: 20px;
	}
	.yf_item {
		width: 46.2%;
	}
	.rfi_btn {
		width: 275px;
		height: 50px;
	}
	.rfi_btn a {
		font-size: 22px;
	}
	.yf4s_ttl {
		font-size: 22px;
	}
	.yf_404_search_wrap {
		height: 190px;
	}
}

@media screen and (max-width: 800px) {
	.yf_sub_header {
	    height: 69px;
	}
	.logo_wrap {
	    width: 126px;
	}
	.logo_circle {
	    width: 45px;
	    height: 45px;
	    right: 20px;
	    top: -7px;
	}
	.yf_sub_header p.site_desc {
	    color: #000;
	    font-size: 14px;
	    font-weight: 400;
	    max-width: 170px;
	}
	.post_btn {
		width: 134px;
		height: 48px;
	}
	.home_banner {
		margin-top: -69px;
	}
	.search_sub_header .logo_wrap {
		margin-right: 20px;
	}
	.search_sub_header .hb_search {
		max-width: none;
		width: 75%;
		height: 48px;
		margin: 0 0 0 auto;
	}
	.search_sub_header .hbs_select_wrap {
		width: 25%;
	}
	.search_sub_header .hbs_ila,
	.search_sub_header .hbs_ifa {
		padding-left: 10px;
	}
	.search_sub_header .hbs_ila p,
	.search_sub_header .hbs_ifa p {
		font-size: 16px;
	}
	.search_sub_header .hbs_input_wrap {
		width: 75%;
	}
	.search_sub_header .hbs_input {
		font-size: 20px;
		padding-left: 15px;
	}
	.search_sub_header .hbs_submit {
	    background-size: 30%;
	    width: 50px;
	}
	.search_sub_header .home_post {
		position: absolute;
		right: 20px;
		bottom: -40px;
		width: 110px;
		height: 37px
	}
	.single_boxed {
		max-width: 625px;
	}
	.srb_inner {
		width: 100%;
	}
	.single_images {
		padding-right: 0;
	}
	.sb_inner_boxed {
	    flex-direction: column;
	}
	.si_large_img {
		width: 50%;
		height: auto;
		margin: auto;
	}
	.si_thumbs {
		/*display: none;*/
		width: 50%;
		margin: 20px auto 0;
	}
	.sit_single {
		height: auto;
	}
	.sr_right {
		margin: 20px auto;
		width: 100%;
	}
	.ilti_btn {
		margin: 0 auto 10px;
		width: 100%;
	}
	.mission_banner,
	.donate_banner {
	    margin-top: -69px;
	    padding-top: 69px;
	}
	.donate_left {
		width: 50%;
	}
	.donate_right {
	    width: 45%;
	}
}

@media screen and (max-width: 700px) {
	.pf_inner_flex {
	    flex-wrap: wrap;
	}
	.pi_control > p {
	    /*font-size: 28px;*/
	}
	.pi_rel {
	    /*width: 120px;*/
	}
	.pi_control .hbs_sing_opt p {
	    font-size: 28px;
	}
	.pi_left, .pi_right {
	    width: 100%;
	}
	.pi_right {
	    margin-top: 30px;
	    margin-left: 0;
	}
	.mb_text_wrap p {
	    font-size: 50px;
	    line-height: 50px;
	}
	.boxed_width.donate_boxed {
	    flex-wrap: wrap;
	}
	.donate_left, .donate_right {
	    width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.home_banner {
		height: 90vh;
	}
	.hb_inner {
	    width: 352px;
	    margin-top: 100px;
	}
	.hbs_select_wrap {
		width: 100px;
	}
	.hbs_ila p, .hbs_ifa p {
	    font-size: 16px;
	}
	.hbs_ila, .hbs_ifa {
	    padding-left: 8px;
	}
	.hbs_arrow img {
	    width: 19px;
	}
	.hbs_input_wrap {
	    width: 250px;
	}
	.hbs_input {
		font-size: 16px;
		padding-left: 10px;
	}
	.hbs_submit {
	    background-size: 25%;
	}
	.hb_btn {
		width: 270px;
		height: 40px;
	}
	.hb_btn a {
	    font-size: 16px;
	}
	.yf4s_ttl {
	    font-size: 16px;
	}
	.yf4_icon img {
	    width: 42px;
	}
	.yf4t_1 {
		font-size: 90px;
		letter-spacing: -5px;
	    line-height: 94px;
	}
	.yf4t_2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.yf4t_3 {
		font-size: 18px;
	}
	.yf_404_search_wrap {
		margin-top: 20px;
	    height: 175px;
	}
	.yf_404_btn {
		width: auto;
	}
	.yf_404_btn a {
		font-size: 18px;
		padding: 0 20px;
	}
}

@media screen and (max-width: 500px) {
	.pi_rel {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.yf_sub_header,
	.yf_top_nav {
		display: none;
	}
	.yf_mobile_header {
	    display: flex;
	    background: #35478C;
	    position: relative;
	    z-index: 1;
	    height: 67px;
	    align-items: center;
        justify-content: space-between;
	    padding: 0 20px;
	}
	.logo_wrap {
		width: 97px;
		top: initial;
	}
	.home_post {
		width: 118px;
		height: 41px;
		margin-right: 15px;
	}
	.home_post a {
		font-size: 20px;
	}
	.yf_mobile_search {
		display: flex;
		background: #e5e5e5;
	    height: 72px;
	    align-items: center;
	    justify-content: center;
	}
	.yf_mobile_search .hb_search {
		height: 53px;
		width: 90%;
	}
	.yf_mobile_search .hbs_select_wrap {
		width: 30%;
	}
	.yf_mobile_search .hbs_input_wrap {
		width: 70%;
	}
	.yf_mobile_search .hbs_submit {
	    background-size: 35%;
	    width: 50px;
	    background-color: #fff;
	}
	.mobile_under_search {
	    display: flex;
	    padding: 10px 20px;
	    align-items: center;
	    justify-content: space-between;
	}
	.mobile_under_search .filter_btn,
	.mobile_under_search .home_post {
		margin: 0;
		position: relative;
	    left: auto;
	    bottom: auto;
	}
	.header_filter_box {
		width: 100%;
		top: 15px;
	}
	.hbs_arrow {
		right: 0;
	}
	.rfi_boxed {
		padding-bottom: 45px;
	}
	.hfb_inputs {
	    margin: 85px auto 0;
	    position: relative;
	    display: block;
        z-index: 10;
	    background: #fff;
	    width: 100%;
	    padding: 20px;
	}
	.hb_btn {
		margin-top: 50px;
	}
	.mobile_site_desc {
		display: block;
		text-align: center;
	    color: #fff;
	    font-size: 23px;
	    font-weight: 300;
	    margin-bottom: 40px;
	}
	.mobile_site_desc span {
		font-weight: 600;
	}
	.yf_item {
	    width: 97%;
	}
	.footer_boxed {
		padding: 25px;
	}
	.sub_footer_boxed p:first-child {
	    max-width: 170px;
	}
	.sub_footer_boxed p:last-child {
	    max-width: 90px;
	    text-align: right;
	}
	.boxed_width.pi_boxed {
		margin-top: 0;
	}
	.pi_control > p {
	    /*font-size: 20px;*/
	}
	.pi_rel {
	    /*width: 90px;*/
	}
	.pi_control .hbs_sing_opt p {
	    font-size: 20px;
	}
	.mb_text_wrap p {
	    font-size: 38px;
	    line-height: 38px;
	}
	.mb_btn {
	    width: 150px;
	    height: 45px;
	    margin: 5px 0;
	}
	.mission_boxed {
		margin-bottom: 40px;
	}
	.db_text_wrap p {
	    line-height: 36px;
	    font-size: 26px;
	}
	.yf4t_1 {
	    font-size: 70px;
	    line-height: 80px;
	}
	.yf4t_2 {
	    font-size: 26px;
	    margin-bottom: 15px;
	}
	.yf4t_3 {
	    font-size: 17px;
	}
	.yf_404_search_wrap {
		padding: 20px;
	    height: 130px;
	}
	.yf_404_btn {
		height: 48px;
	}
	.boxed_width.login_boxed.lb_box {
		width: 100%;
	}
	img.svg_img_abs {
		display: none;
	}
	.rfi_ttl {
		font-size: 26px;
	}
}

@media screen and (max-width: 400px) {
	.yf_404_search_wrap {
		display: none;
	    padding: 4px;
	    height: 96px;
	}
	.yf_404_btn a {
	    font-size: 16px;
	}
	.pi_ttl {
	    font-size: 34px;
	}
	.hbs_submit {
		width: 35px;
		background-size: 65%;
	}
}
@media screen and (max-width: 350px){
    .hb_search {
        width: 300px;
        margin: auto;
    }
    .hbs_input_wrap {
        width: 200px;
    }
}