/* Code to change page width START */
.container_12 {
    width: 1400px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1399px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */ 
body {font-family: 'Tahoma', sans-serif; font-weight: 400}
h1 {font-family: 'Gotham', sans-serif; font-weight: 400; letter-spacing: 2px; text-transform: uppercase;}
h2 {font-family: 'Gotham', sans-serif; font-weight: 400}
h3 {font-family: 'Gotham', sans-serif; font-weight: 400}
h4 {font-family: 'Gotham', sans-serif; font-weight: 400}
h5 {font-family: 'Gotham', sans-serif; font-weight: 400}
h6 {font-family: 'Gotham', sans-serif; font-weight: 400}
h7 {font-family: 'Gotham', sans-serif; font-weight: 400}
h8 {font-family: 'Gotham', sans-serif; font-weight: 400}
#idPrintLinkContainer {
display:none;
]