﻿/* CSS Document */
.custom-Banner-Header .ms-formfieldvaluecontainer
{
	margin:110px 0 0 0 !important;
}
.ms-formfieldvaluecontainer
{
	padding:0;
}

/* Navigation Fix */
.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
	padding-right: 0px !important;
	background: none !important;
}

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item {
	margin-right: 0px !important;
	border: none !important;
	border-image: none !important;
}
/* END Navigation Fix */

/* Search Box Footer */
.ms-srch-sb-border {
	border: 0 !important;
}

.ms-srch-sb > input, .ms-srch-sbLarge>input {
	background-color: #f6f6f4 !important;
	padding: 10px 10px !important;
	margin: 0 20px 0 0 !important;
	width: 662px;
	font-size: 14px;
	letter-spacing: 1px;
	border-left: 1px solid #ecebe8;
	border-right: 1px solid #ecebe8;
	border-bottom: 1px solid #e9e8e5;
	border-top: 1px solid #bcbcb7;
	box-shadow: inset 1px 1px 2px 1px rgba(243,243,243,0.5);
	-webkit-box-shadow: inset 1px 1px 2px 1px rgba(243,243,243,0.5);
	-moz-box-shadow: inset 1px 1px 2px 1px rgba(243,243,243,0.5);
}

.ms-srch-sbLarge>input {
	height: 10px;
}

.ms-srch-sb-borderFocused
{
	border: 0 !important;
}

.ms-srch-sb > .ms-srch-sb-searchLink, .ms-srch-sbLarge > .ms-srch-sb-searchLink {
	color: #444444 !important;
	width: auto !important;
	padding: 10px 45px !important;
	margin: 0 !important;
	font-family: 'Archivo Narrow', sans-serif;
	background: #ffffff !important;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
	height: 14px;
	padding: 8px 25px !important;
}

.ms-webpartzone-cell {
	margin: 0 !important;
}

/* Search */
.ms-ref-ctrl {
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
}

.ms-ref-ctrl .ms-ref-refiner {
	padding: 0;
}

.ms-ref-ctrl .ms-ref-refiner #Container {
	margin: 0 0 0 10px;
}

.ms-ref-ctrl .ms-ref-refiner:first-child {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px
}

#ctl00_ctl34_g_29ab64b8_aff1_443a_8a67_c5e9cac7ef66_csr6 {
	border-top: 1px solid #ccc;
	padding: 20px 0 0;
}


.ms-ref-ctrl .ms-ref-refiner .ms-ref-refinername .ms-displayInlineBlock {
	font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px;
    font-weight: bold;
}


/* END Search Box Footer */

/*Search Page Results Footer*/
#ResultFooter {
	display:none;
}