.select2-container {
	width: 100% !important;
}

.news-filter-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

.news-filter-wrap label {
	display: none;
}

.news-filter-wrap .field.dropdown,
.news-filter-wrap .field.text{
	width: calc(100% / 3);
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.news-filter-wrap .field.dropdown.submit-button {
	text-align: center;
}

.news-filter-wrap .field.dropdown.submit-button .submit-button {
	width: calc(50% - 5px);
	padding: 8px 12px !important;
	margin-right: 5px;
	cursor: pointer;
	height: 36px;
}

.news-filter-wrap .field.dropdown.submit-button .reset-button {
	background: #004e7f;
	border: 0px;
	padding: 8px 12px;
	color: #fff;
	font-family: 'proxima-nova', arial;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	width: calc(50% - 5px);
	margin-left: 5px;
	cursor: pointer;
}

@media screen and (max-width: 768px){
	.news-filter-wrap .field.dropdown,
	.news-filter-wrap .field.text {
		width: calc(100% / 2);
	}

	.news-filter-wrap .field.dropdown.submit-button {
		width: 100%;
	}

	.news-filter-wrap .field.dropdown.submit-button .submit-button {
		width: calc(50% - 15px);
		margin-right: 15px;
	}

	.news-filter-wrap .field.dropdown.submit-button .reset-button {
		width: calc(50% - 15px);
		margin-left: 15px;
	}
}

@media screen and (max-width: 450px) {
	.news-filter-wrap .field.dropdown,
	.news-filter-wrap .field.text {
		width: 100%;
	}
}

.news-filter-wrap .field.dropdown .dropdown {
	width: 100%;
	border: 1px solid #ccc;
	padding: 6px 12px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: white url(../images/css/bluearrow.png) no-repeat calc(100% - 5px) center;
}

.news-filter-wrap .field.text .text {
	width: 100%;
	border: 1px solid #ccc;
	padding: 6px 12px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 22px;
	background-color: white;
	margin-bottom: 0;
}

.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}

.news-filter-wrap .searchHeader:hover{cursor: pointer;}

.news-filter-wrap .searchFilter .btn-select .btn-select-value {
	padding: 6px 12px;
	display: block;
	position: absolute;
	left: 0;
	right: 34px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
}

.news-filter-wrap .searchFilter .btn-select ul {
	display: none;
	background-color: white;
	color: black;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: none !important;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 33px;
	z-index: 999;
}

.news-filter-wrap .searchFilter .btn-select ul li {
	padding: 2px 6px;
	text-align: left;
	background:none;
	font-size:14px;
}

.searchFilter .btn-select ul li:hover {
	background-color: #e6e6e6!important;
}

.news-filter-wrap .searchFilter .btn-select.btn-default ul li.selected {
	color: white;
	background-color: #ccc;
}

.news-filter-wrap .searchFilter .btn-select.btn-default:hover,
.news-filter-wrap .searchFilter .btn-select.btn-default:active,
.news-filter-wrap .searchFilter .btn-select.btn-default.active {
	border-color: #ccc;
}

.news-filter-wrap .searchFilter .btn-select.btn-default ul,
.news-filter-wrap .searchFilter .btn-select.btn-default .btn-select-value {
	background-color: white;
	border: #ccc 1px solid;
}

.news-filter-wrap .searchFilter .btn {
	display: inline-block;
	/*padding: 6px 12px;
	margin-bottom: 0;*/
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
}
.news-filter-wrap .searchFilter .btn-select {
	position: relative;
	padding: 0;
	min-width: 236px;
	width: 100%;
	border-radius: 0;
	margin-bottom: 10px;
}
.news-filter-wrap .searchFilter .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.news-filter-wrap .btn-select .btn-select-arrow {
	float: right;
	height: 20px;
	padding: 6px 12px;
	top: 0;
	background:url(../images/css/bluearrow.png) no-repeat scroll -4px 4px;
}

.cta-sidebar-wrapper {
	float: left;
	width: 100%;
}

.cta-sidebar-wrapper .call-to-action-wrapper {
	margin-top: 15px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}


.call-to-action-wrapper {
	color: white;
	padding: 15px;
	box-sizing: border-box;
	float: left;
}

.call-to-action-wrapper:first-child,
.cta-footer-wrapper .cta-outer-wrapper:first-child .call-to-action-wrapper {
	background-color: rgb(19, 49, 85);
}

.call-to-action-wrapper:not(:first-child),
.cta-footer-wrapper .cta-outer-wrapper:not(:first-child) .call-to-action-wrapper  {
	background-color: rgb(111, 111, 111);
}

.call-to-action-wrapper .cta-heading {
	font-size: 17px;
	margin-bottom: 8px;
	font-weight: bold;
	float: left;
	width: 100%;
}

.call-to-action-wrapper .cta-body {
	color: white;
	float: left;
	width: 100%;
}

.call-to-action-wrapper .cta-body p {
	color: white;
}

.call-to-action-wrapper .cta-btn {
	background-color: #cea12b;
	padding: 12px 10px;
	color: white;
	float: left;
	border-radius: 2px;
	font-weight: bold;
	font-size: 13px;
	min-width: 100px;
	text-align: center;
}

.cta-footer-wrapper {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	display: none;
}

.cta-footer-wrapper .cta-outer-wrapper {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.cta-footer-wrapper .cta-outer-wrapper.col-6 {
	width: calc(50%);
	float: left;
}

.cta-footer-wrapper .cta-outer-wrapper.col-12 {
	width: calc(100%);
	float: left;
}

@media screen and (max-width: 980px) {
	.cta-sidebar-wrapper {
		display: none;
	}
	.cta-footer-wrapper {
		display: block;
	}
}

@media screen and (max-width: 650px) {
	.cta-footer-wrapper .cta-outer-wrapper.col-6 {
		width: calc(100%);
	}
}
