/* file version ?VA2 */
/* PHONES
 * -------------------- */
 
/*
@import url("phone.css?2") only screen
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (orientation : portrait);

@import url("phone.css?2") only screen
and (min-device-width : 320px) 
and (max-device-width : 568px)
and (orientation : landscape);

@import url("phone.css?2") only screen
and (max-width : 480px);

@import url("phone.css?2") only screen
and (max-width : 768px) 
and (orientation : landscape);

*/

@import url("phone.css?VA2") only screen
and (max-width : 770px);


@import url("pad.css") only screen and (max-width : 768px);

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    body #site-map { padding-left: 20px; padding-right: 20px; }
    body #site-map .col-1-6 { margin-right: 40px; }
}

@media only screen and (max-width : 1024px) {
    .pad-inline-block { display: inline-block; }
    .pad-font-30 { font-size: 30px; }
    .ph-line-height-normal { line-height: normal; }
    .ph-pad-top-0 { padding-top:0 !important; }
    .ph-pad-bottom-0 { padding-bottom:0 !important; }
    body #site-map .col-1-6 { margin-right: 20px; }
}
@media only screen and (max-width : 1080px) {
    .content-section { padding-left: 20px; padding-right: 20px; }
}