/*---------- MEDIA QUERIES ------------*/

@media only screen and (max-width: 1044px) {

	.container, .containerHome, .lower-footer {
		width:95%;
	}
	
	#contWrapper, #pageContent {
		width:100% !important;
	}
	
	.col-2 {
		width:49%;
		padding:20px !important;
	}
}

@media only screen and (max-width:479px) {

	input {
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	.col-left, .col-2, .col-3, .col-3-inner, .col-4 {
		width:100% !important;
		margin:0 !important;
		padding:5px !important;
		border:0 !important;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	#ContContent, #contLeftcolumn {
		width:100% !important;
		margin:0 !important;
		border:0 !important;
	}
	
	.col-3-inner {margin:0 0 20px 0;}
	
	.login-width {
		width:100%;
		margin:0;
	}
	
	.btn-wrap {
		padding:10px 0 0;
		min-height:0 !important;
	}
	
	.btn-wrap p {
		padding:10px;
	}
	
	.btn-wrap .btn {
		position:relative;
		margin:20px 0;
		padding:20px;
	}
	
	div.masthead {
		display:block;
	}
	
	.tab-view {
		display:none !important;
	}
	
	#pageContent {
		min-height:300px !important;
	}
	
	#tree-menu {
		margin:0 !important;
	}
	
	.summary-btn {
		margin-bottom:10px;
		width:100% !important;
	}
}

@media only screen and (max-width:768px) {
	
	body {
		background:none !important;
	}
	
	.container, .containerHome, .filter {
		width:100% !important;
	}
	
	input {
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	select {
		width: 100% !important;
	}
	
	h1 {
		font-size:30px;
		font-weight:bold;
		color:#444;
	}

	h2 {
		font-size:18px;
		font-weight:bold;
		color:#444;
	}

	h2 a { 
		color:#444;
	}

	h2 a:hover {
		color:#444;
	}

	h3 {
		font-size:14px;
		font-weight:bold;
		color:#444;
	}

	h4 {
		font-size:13px;
		font-weight:bold;
		color:#444;
		margin:8px 0;
		text-decoration:underline;
	}
	
	input[type="password"],input[type="text"],textarea {
		width:100% !important;
		display: block;
		/* padding:20px; */
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	.description {
		width:100% !important;
		padding: 0 !important;
		margin: 0;
	}
	
	hr {
		width:100%;
	}
	
	hr.spacer {
		margin:20px 0;
	}
	
	.page-title {
		background: #444;
		padding: 15px 10px;
		margin:0;
	}
	
	.page-title h1 {
		font-size:20px;
		color: #FFF;
		margin:0;	
	}
	
	.content {
		border:0;
		padding: 0 10px;
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
	}
	
	.content h1 {
		margin:0;
		font-size:40px;
	}
	
	.masthead {
		float:none;
		line-height: 40px;
		padding:10px;
	}
	
	.masthead h1{
		font-size:30px;
		margin:0;
	}
	
	h1.masthead {
		font-size: 30px !important;
	}
	
	h2.masthead {
		font-size: 16px !important;
		margin:0;
	}
	
	svg {
		display:none;
	}
	
	.caption {
		text-align:center;
		text-indent:0 !important;
	}
	
	.full-width {
		width:100%;
	}
	
	.sidebar {
		display:none;
	}
	
	.col-left {
		width:100%;
	}
	
	.col-2 {
		width:49%;
		padding:5px !important;
	}
	
	.col-4 {
		padding:10px;
	}

	#contLeftcolumn {
		width:40%;
	}
	
	#ContContent {
		padding: 10px;
	}
	
	.header {
		height:auto;
		/* margin-top:40px; */
		/* background-color:#FFF; */
	}
	
	/* .undernav {
		display:none;
	} */
	
	.topnav {
		display:none;
	}
	
	.topnav ul {
		width:100%;
	}
	
	.skip-to-main {
		display:block;
	}
	
	.logo {
		/* margin:12px auto 10px auto; */
		width:100%;
	}
	
	.dg-homeimgs-log{
		display: flex;
	    align-content: center;
	    justify-content: center;
	    vertical-align: middle;
	}
	.dg-head-text{
		font-size: 24px !important;
	}
	.dg-head-subtext{
		font-size: 16px !important;
	}
	/* .logo img {
		height:50px;
		padding: 5px;
	} */
	.dg-user-text > strong, .dg-login-details{
		display :none;
	}
	.laHeader {
		height:130px !important;
	}
	
	.laLogo {
		background-size:180px 70px !important;
		width: 100% !important;
		height:65px !important;
		background-position: 0 !important;
	}
	
	.laLogo img{
		margin-top:5px !important;
		margin:0 auto;
		display:block;
		width: 190px !important;
	}
	
	.logo #splogo{
		margin-top:-5px !important;
	}
	
	.splogo{
		margin-top:-5px !important;
	}
	
	.login {
		margin-right:0;
		float:right;
		display:none;
	}
	
	.login table td {
		font-size:0;
	}
	
	.gobtn {
		display:none !important;
	}
	
	.footer {
		padding:10px;
		margin-top:0;
		display:none;
	}
	
	.lower-footer {
		width:100% !important;
		height:auto;
	}
	
	.credits-right, .credits-left, .credits-right li  {
		width:100%;
		float:none;
		padding:0;
		padding: 5px 0;
		font-weight: bold;
	}
	
	.credits-right, .credits-left {
		margin-top:20px;
	}
	
	.regsteps {
		overflow:hidden;
		display: none;
	}
	
	.step {
		width: 15%;
		height: auto;
		padding: 10px 5px 10px 0;
		font-size: 12px;
		margin-right: 10px;
		text-align: right;
		
	}
	
	li.step.mini {
		width: auto;
		height: 35px;
		padding: 3px 0px 10px 0px;
	}

	.faq-anchor-list {
		width:100%;
		top:-10px;
		left:0;
		border:0;
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		margin-bottom:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	.faq-anchor-list ul {
		border-left:dashed 1px #ccc;
		margin-left:5px;
		padding-left:10px;
	}

	
	.catchment {
		padding:0;
		font-size:12px;
	}
	
	.slider {
		height:auto;
	}
	
	span.home-or {
		margin:10px auto;
		display:block;
		width:100%;
		text-align:center;
	}
	
	.row {
		/* margin-top:25px; */
	}
	
	.panel {
		margin:0;
	}
	
	.login-fields {
		width:90%;
		margin:0 auto;
		padding-bottom:60px;
		position: static;
		left: auto;
	}

	.login-fields table td {
		text-align:right;
	}
	
	.login-fields table {
		margin-bottom:10px;
	}

	.login-masthead {
		text-align: center;
		width: 100%;
		float: right;
	}


	.login-masthead h2{
		font-size:18px;
		color:#444;
		margin: 30px 0 10px 0;
	}
	
	.table-info {
		display:none
	}
	
	.btn-wrap {
		min-height:25em;
	}
	
	::-webkit-input-placeholder {
	   font-size: 13px;
	   text-indent:5px;
	}

	:-moz-placeholder { /* Firefox 18- */
	   font-size: 13px;
	   text-indent:5px;
	}

	::-moz-placeholder {  /* Firefox 19+ */
	   font-size: 13px;
	   text-indent:5px;
	}

	:-ms-input-placeholder {  
	   font-size: 13px;
	   text-indent:5px;
	}
	
	ul.tabs {
		display:none;
	}
	
	.panes .content-inner {
		display:block!important;
		clear:both;
		margin:15px 0;
		border: 5px solid #444;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
	.panes h2.sub-heading {
		float:none;
		clear:both;
		width:auto;
		margin:0;
		padding:8px 20px 10px;
		background:#444;
		color:#fff;	
	}
	
	.panes .sub-heading-desc {
		padding:10px 10px 0 10px;
		border:none;
	}
	
	.brHide {
		display: none;
	}
	.mid-content{
		display: flex;
		flex-direction: column;
	}
	.digi-sidebar-left, .digi-sidebar-right{
		width: 100% !important;
		float: none;
	}
	#newsBar { width: 100%;}
	.dg-mid-slider{
	 width: 100% !important;
	     margin: 10%
	 }  
	 .dg-img-box{
	 	text-align: center;
	 }
	.dg-cards {
	    display: inline-block;
	    vertical-align: top;
	}
}
            
@media only screen and (max-width:960px) {
	body{
		padding: 0 0 !important;
	}
	#mainslider .flexslider {
		display:none;
	}
	
	.tab-view {
	
		display:block;
	}
	.dg-logo-text {   
	clear: both !important;
	float: none !important;
	}             
	
}





/*

@media only screen and (max-width: 1044px) {
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:479px) {
		.logo{
			flex-direction: column;
		}
}
