@media screen and (max-width: 1500px){
	.container {
	    max-width: calc(100% - 80px);
	}
	/*************
	Menu
	*************/
	.main-menu > li{
		margin-right: 15px;
	}
	.logo {
	    width: 250px;
	 }
	 .navigation {
	    /*width: calc(100% - 300px);*/
	}
}
@media screen and (min-width: 1271px){
.user-header .username {
    max-width: 188px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 6px;
}

}
@media screen and (max-width: 1270px){
	.container {
	    max-width: calc(100% - 30px);
	}
	/**/
	header{
		width: 100%;
		float: left;
	}
	.logo {
	    width: 279px;
	}
	.open-menu header{
		background-color: var(--blue);
	}
	/* Menu button */
	.menu-btn{
		background-color: transparent;
		border: 0;
		display: block;
		float: right;
		margin-top: 30px;
		width: 40px;
		padding: 0;
	}
	.menu-btn span {
	    width: 100%;
	    height: 4px;
	    display: block;
	    background: #000;
	    margin: 7px auto;
	    transition: all 0.3s;
	    backface-visibility: hidden;
	}
	.open-menu .menu-btn{
		position: relative;
		top: -2px;
	}
	.open-menu .menu-btn span{
		background-color: #fff;
	}
	.open-menu .menu-btn span:nth-child(1) {
	    transform: rotate(45deg) translate(9px, 7px);
	}
	.open-menu .menu-btn span:nth-child(2){
	    opacity: 0;
	}
	.open-menu .menu-btn span:nth-child(3) {
	    transform: rotate(-45deg) translate(8px, -7px);
	}
	.menu-btn img{
		width: 40px;
		display: none;
	}
	.logo img {
	    max-width: 100%;
	}
	.open-menu .logo-light{
		display: block;
	}
	.open-menu #block-selmha-branding{
		display: none;
	}
	.user-header{
		display: none;
	}
	.header-wrap nav{
		width: 100%;
	}
	.navigation{
		width: calc(100% + 60px);
		background-color: var(--light-gray);
		margin: 0 -30px;
		display: none;
	}
	.open-menu .navigation{
		/*display: block;*/
	}
	.main-menu{
		margin-bottom: 0;
	}
	.main-menu > li{
		margin-right: 0;
		width: 100%;
		border-top: 1px solid var(--blue);
	    padding: 15px 15px;
	}
	.mobile-login-menu{
		display: block;
		background-color:var(--bright-blue); 
		border-top:0 !important;
	}
	.main-menu > li > a{
		border-bottom: 0;
		display: inline-block;
		font-size: 22px;
		padding-left: 0;
		padding-right: 0;
	}
	.main-menu > li:hover > a{
		background-color: transparent;
	}
	.submenu{
		display: none;
		margin-top: 10px;
	}
	.submenu .submenu{
		padding-left: 30px;
		margin-top: 0;
	}
	.submenu li{
		border-top: 1px solid var(--white);
	}
	.submenu > li:hover > a {
	    background-color: transparent;
	}
	.submenu li a{
		display: inline-block;
		font-size: 16px;
	}
	.submenu > li > a{
		padding-left: 0;
		padding-right: 0;
	}
	.main-menu > .has-child > span{
		display: block;
	}
	.has-child > span{
		display: block;
		right: 0;
	}
	.has-child > span:after{
	    background-image: url(../images/down.svg);
	    background-size: 30px;
	}
	span.active:after{
	    background-image: url(../images/top.svg);
	}
	.main-menu > .has-child >span {
		right: 15px;
		top: 20px;
	}
	.submenu li ul li{
		border-top: 0;
	}
	/*****************
	LEFT HAND MENU
	*****************/
	.col-right{
		width: 100%;
		order: 1;
	}
	.col-left{
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
		order: 2;
		display: none;
	}
}
@media screen and (max-width: 1270px){
	/*****************
	participant page
	*****************/
	.resources .resources-col{
    	width: calc(50% - 50px);
	}
	/*****************
	FOOTER
	*****************/
	.foot-col1 {
	    width: 35%;
	    padding-right: 10px;
	}
	.foot-col3 {
	    width: 40%;
	}

}
@media screen and (max-width: 991px){
	/*****************
	BANNER
	*****************/
	.banner-img > img{
		position: absolute;
	}

	.bc-left{
		width: 100%;
		max-width: initial;
	}
	.bc-right {
	    float: left;
	    margin-top: 30px;
	}
	/*****************
	participant page
	*****************/
	.resources .resources-row{
		width: 100%;
	}
	.resources .resources-col{
    	width: calc(100% - 0px);
    	margin-left: 0;
    	margin-right: 0;
	}
	.resources .custom-row{
		margin: 0;
	}

}
@media screen and (max-width: 767px){
	/*****************
	CONTACT FIELD
	*****************/
	.field-2{
		width: 100%;
	}
	.email-field, .phone-field {
		padding-right: 10px;
	}
	.address-fields .form-item {
		width: 100%;
	}
	.foot-col3 .foot-form{
		margin-left: auto;
		margin-right: auto;
	}
	/********************
	POLICY ALERT
	********************/
	.policy-alert p{
		padding-right: 0px;
	}
	.policy-alert .btn-outline-blue {
	    top: 0;
	    margin-bottom: 0;
	    margin-top: 20px;
	}
	/*****************
	FOOTER
	*****************/
	.foot-col{
		width: 100%;
		padding-left: 0;
		border-left: 0;
		text-align: center;
	}
	.foot-col3 form {
	    margin-left: auto;
	    margin-right: auto;
	}
	.foot-col3 ul li{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		margin-right: 0; 
	}
	.foot-col3 ul li img {
	    height: auto;
	    max-width: 100%;
	    max-height: 100px;
	}
	.foot-col3 ul li:last-child{
		margin-bottom: 0;
	}
	.foot-col2{
	    border-top: 1px solid var(--medium-gray);
	    border-bottom: 1px solid var(--medium-gray);
	    padding-top: 40px;
	    margin-bottom: 40px;
	}
	.foot-col3{
		padding-bottom: 0;
	}
	/*****************
	INNER PAGE
	*****************/
	.inner-content .custom-row{
		display: flex;
		flex-wrap: wrap;
	}
	
	.pagination{
		margin-bottom: 0;
	}
	.mobile-resources{
		display: block;
	}
	.desktop-resources{
		display: none;
	}
	.desktop-resources + .pager{
		display: none;
	}
	.display-count{
		display: none;
	}
	#block-exposedformsearch-resultspage-1-4 ~ #block-selmha-content .desktop-resources {
	    display: block;
	}

}

@media screen and (max-width: 480px){
	/*****************
	HEADER
	*****************/
	.logo {
	    /*width: 180px;*/
        margin: 30px 10px 30px 0;
	}
	.container {
	    max-width: calc(100% - 0px);
	}
	.navigation {
	    width: calc(100% + 30px);
	    margin: 0 -15px;
	    overflow: hidden;
	}
}

@media screen and (min-width: 768px) {
  .resource-filters-block form .row {
    margin: 0 -6px;
  }
  .resource-filters-block form .row .col-md {
    padding: 0 6px;
  }
}