@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.max {
	max-width: 1180px;
}

main .feature {
    margin-bottom:70px;
    padding:10px;
    overflow:auto;

}

main .imageGrid {
    margin-top:30px;
}

/* Mobile Layout: 640px and below. */
@media only screen and (max-width: 640px) {

    .gridContainer {
        margin-left: auto;
        margin-right: auto;
        width: 86.45%;
        min-width:300px;
        padding-left: 2.275%;
        padding-right: 2.275%;
        clear: none;
        float: none;
    }

    main {
    }
    
    main .feature {
        margin-bottom: 70px;
        max-width: 530px;

    }
    
    main .feature img {
        margin-top:10px;
        object-fit: cover;
    }
    
    .message .overlay p {

        font-size: 1.5rem;
        line-height: 2rem;

    }
    
    .imageGrid {
        width: 100%;
        max-width:380px;
        clear: both;
        margin-left: 0;
    }

    .titleHead {
        position: static;
        width: 100%;
        height: auto;
        margin:10px 0 50px 0;
    }

    .feet {
        line-height: 220%;
        margin-bottom:60px;
    }

    #footA {
    width: 100%;
    margin-left: 0;
    }

    #footB {
    width: 100%;
    clear: both;
    margin-left: 0;
    display: block;
    }

    #footC {
    width: 100%;
    clear: both;
    margin-left: 0;
    }


    .navList {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;        

        float:left;
        display:block;
    }
    .navList ul{
        list-style-type: none;
    }

    .zeroMargin_mobile {
    margin-left: 0;
    }

    .hide_mobile {
    display: none;
    }
    
    /* end mobile styles */
}


/* Tablet Layout: 641px to 950px. Inherits styles from: Mobile Layout. */

@media only screen and (max-width: 950px) and (min-width: 641px) {

    .gridContainer {
        width: 90.675%;
        clear: none;
        float: none;
        margin: auto;
    }

    main .feature {}

    main .kicker p {}
    
    main .feature .text {
        float: left;
        position: relative;
        width: 48.7179%;
    }
    
    main .feature .image {
        float: right;
        position: relative;
        width: 48.7179%;
        max-width:350px;

    }
    
    main .whyHire {
    
    }
    
    .message .overlay p {

        font-size: 2.5rem;
        line-height: 3.5rem;

    }

    .imageGrid {
        width: 48.7179%;
        clear: none;
        margin-left: 2.5641%;
    }

    .titleHead {
        position: static;
        width: 100%;
        height: auto;
        margin:10px 0 50px 0;
    }

    .feet {
        line-height: 200%;
        margin-bottom:40px;
    }

    #footA {
    width: 61.5384%;
    margin-left: 0;
    }
    
    #footB {
    width: 100%;
    clear: both;
    margin-left: 0;
    display: none;
    }
    
    #footC {
    width: 35.8974%;
    margin-left: 2.5641%;
    clear: none;
    }
    
    .name {
        /*	
        width: 23.0769%;
        position: static;
        height: auto;
        margin-left: 2.5641%;
        clear: none;
        display: block;
        */
    }
    
    .navList {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;        

        float:left;
        display:block;
    }
    
    .navList ul{
        /*list-style-type: none;*/
    }

    .hide_tablet {
        display: none;
    }
    
    .zeroMargin_tablet {
        margin-left: 0;
    }
    
    /* end tablet styles */
}



/* Desktop Layout: 951px to a max of inf.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 951px) {

    .gridContainer {
        width: 88.5%;
        max-width: 1232px;
        margin: auto;
    }
    
    .feature {
    }


    .feature .kicker p {
    }
    
    .feature .title, .feature .text {
        float:left;
        position: relative;
        width:30%;
        padding-right: 3%;

    }

    .feature .image {
        float:right;
        position: relative;
        max-width:350px;
        width:33%;

    }
    
    .message .overlay p {

        font-size: 3.5rem;
        line-height: 5rem;

    }

    .imageGrid {
        width: 32.2033%;
        margin-left: 1.6949%;
        clear: none;
        }

    .titleHead {
        position: static;
        width: 100%;
        height: auto;
        margin:10px 0 50px 0;
    }

    .feet {
        line-height: 180%;
        margin-bottom:20px;

    }

    #footA {
    width: 74.5762%;
    margin-left: 0;
    }
    #footB {
    width: 23.7288%;
    margin-left: 1.6949%;
    clear: none;
    display: block;
    }
    #footC {
    width: 23.7288%;
    clear: none;
    margin-left: 1.6949%;
    }
    .name {

    }

    .navList {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;        

        float:right;
        display:block;
    }
    .navList ul{
        list-style-type: none;
    }
    .navList li {
        float:left;
    }


    .zeroMargin_desktop {
    margin-left: 0;
    }
    .hide_tablet {
    display: block;
    }
    .hide_desktop {
    display: none;
    }
    
    /* end desktop styles */
}
