



    @media screen and (min-width: 1039px) and (max-width: 1366px) 
 {
        /* Most Tablets */
 
.see-big {
display:inline;
}
.see-tiny {
display:none;
}
      
#wrapper {
width: 100%;
padding-top:0em;
border-left:none;
border-right:none;
}

/*To make expandable spaced links--divide 100% (could be 90%) by the number of links to estimate the value of width: % below */


#header{
position:relative;
width:100%;

background-color:#fff;
}


.column-half {
float:left;
padding-left:1%;
padding-right:1%;
width:48.0%;
min-height:2em;
background-color:#fff;
}












        /* place the rest of your css here */
    }





    @media screen and (min-width: 768px) and (max-width: 1040px) 
 {
        /* Most Tablets */
 
.see-big {
display:none;
}
.see-tiny {
display:inline;
}
      
#wrapper {
width: 100%;
padding-top:0em;
border-left:none;
border-right:none;
}




#header {
width:100%;
background-color: #fff;
min-height:12.4em;
}



.column-half {
float:left;
padding-left:1%;
padding-right:1%;
width:48.0%;
min-height:2em;
background-color:#fff;
}









        /* place the rest of your css here */
    }




@media screen and (min-width: 475px) and (max-width: 767px) 
{
        /* Most smartphones in landscape mode (Holding a smartphone on its side) */

.see-big {
display:none;
}
.see-tiny {
display:inline;
}

#wrapper {
width: 100%;
padding-top:0em;
border-left:none;
border-right:none;
}

#header {
width:100%;
background-color: #fff;
min-height:12.5em;
}

.column-half {
float:left;
padding-left:1%;
padding-right:1%;
width:98.0%;
min-height:2em;
background-color:#fff;
}


.whitepapergallery {
margin:auto;
width: 100%;
min-height:9em;
border-top: #B8963E thin solid;
}

#columnleftimage {
float:left;
width:100%;
min-height:8em;
}








        /* place the rest of your css here */
    }

    @media screen and (min-width: 300px) and (max-width: 474px) 
{
        /* Most smartphones in landscape mode (Holding a smartphone on its side) */

.see-big {
display:none;
}
.see-tiny {
display:inline;
}


#wrapper {
width: 100%;
padding-top:0em;
border-left:none;
border-right:none;
        }

#header {
width:100%;
background-color: #fff;
min-height:5em;
}

.column-half {
float:left;
padding-left:1%;
padding-right:1%;
width:98.0%;
min-height:2em;
background-color:#fff;
}



.whitepapergallery {
margin:auto;
width: 100%;
min-height:9em;
border-top: #B8963E thin solid;
}

#columnleftimage {
float:left;
width:100%;
min-height:8em;
}





        /* place the rest of your css here */
    }


