/* ==========================================================================
  Wide Screen Layout: From 1200px.
========================================================================== */
@media (max-width: 1100px) {
#topheaderinner, #page, #supplementaryinner, #topsectioninner {
    padding:0 20px;
}
}


@media (max-width: 950px) {
#access ul {
    font-size: 12px;
}
}


@media (max-width: 780px) {
#topheader {
    background: rgba(30,48,84,1);
    position: inherit;
    z-index: 999;
}
	
	#topheaderinnerleft {
    width: 100%;
    text-align: center;
    float: none;
}
#topheaderinnerleft img {
    max-width: 60%;
}	
	#topheaderinnerright {
    display: none;
}
	
	#topsectioninner {
    display: block;
		text-align: center;
}
	
	#topsectioninnerright {
    display: none;
}
	
	#topsectioninnerleft {
    max-width: 100%;
}
	
	#topsectioninnerleft .details:first-child {
    border-right: none;
    padding-right: 0;
		display: block;
}
	#topsectioninnerleft .details:nth-child(2) {
    padding-left: 0;
		display: block;
}
	
	.needhelpcta h2 {
    text-align: center;
}
	
	.needhelpcta .colorbuttonalt{
	text-align: center;
}
	
	.pagebannertitle {
    padding-top: 50px;
    padding-bottom: 50px;
}
}




/* ========= end of Wide Screen Layout: From 1200px. ========= */


/* ==========================================================================
  Normal Desktop Layout: From 980px.
========================================================================== */
@media (min-width: 1000px) and (max-width: 1050px) {




}
/* ========= end of Normal Desktop Layout: From 980px. ========= */


/* ==========================================================================
  Tablet Device Layout: From 768px.
========================================================================== */
@media (min-width: 768px) and (max-width: 999px) {





}
/* ========= end of Tablet Device Layout: From 768px. ========= */

@media (min-width: 768px) and (max-width: 800px) {



}


/* ==========================================================================
  Mobile Layout: From 320px.
========================================================================== */
@media (max-width: 767px) {




}
/* ========= end of Mobile Layout: From 320px. ========= */


/* ==========================================================================
  Wide Mobile Layout: 480px.
========================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.servicespanel ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.entry-content h2, .comment-content h2 {
    font-size: 20px;
}
.happydaysbanner h3{
	text-align: center;
	font-size: 18px !important;
}
.happydaysbanner img {
	width: 50%;
}
}
/* ========= end of Wide Mobile Layout: 480px. ========= */



/* ==========================================================================
  Small Mobile Layout
========================================================================== */
@media (max-width: 479px) {


.servicespanel ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.entry-content h2, .comment-content h2 {
    font-size: 20px;
}
.happydaysbanner h3{
	text-align: center;
	font-size: 18px !important;
}
.happydaysbanner img {
	width: 50%;
}
}
/* ========= end of small Mobile Layout ========= */
