/* ========== Global ==========*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #323232;
    overflow-x: hidden;
}

h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

button {
    background: none;
    border: none;
}

.img100 {
    width: 100%;
}

a {
    color: #007CD3;
}

    a:hover {
        text-decoration: underline;
        color: #007CD3;
    }

    a.breadCrumb {
        color:#646464;
    }

.paddingTop14{
	padding-top:20px;
}

/* ========== header ==========*/

header {
    height: auto;
    padding-top: 15px;
    min-height: 84px;
}

    header .logo {
        width: 74px;
    }

        header .logo img {
            width: 100%;
            height: auto;
			max-width: 50px;
        }


    header nav {
        position: absolute;
        right: -65%;
        top: 0;
        bottom: 0;
        padding: 15px;
        background: rgba(240,240,240,.8);
        z-index: 100;
        width: 65%;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        header nav.open {
            right: 0;
        }

        header nav .closeButtonWrap {
            height: 84px;
        }

        header nav .closeButtonWrap .menuCloseButton {
            margin-right: 5px;
        }

        header nav ul {
            padding-left: 0;
            margin-top: 0;
            margin-bottom: 2em;
            list-style-type: none;
        }

            header nav ul li a {
                color: #646464;
                font-size: 15px;
                line-height: 1.6;
                text-decoration: none;
                text-transform: lowercase;
            }

            header nav ul li.current a {
                font-weight: bold;
                color: #000;
            }

	
	img.visible-xs{
		float:left;
		padding-right:7px;
	}
/* ========== Content ==========*/

.pageContent {
    position: absolute;
    width: 100%;
    height: auto;
    background: rgba(255,255,255,.8);
}

.titlebar {
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    max-height: 70px;
    position: relative;
    z-index: 50;
    background: rgba(255,255,255,.8);
}

    .titlebar a {
        float: left;
        font-weight: normal;
        font-size: 15px;
        margin-right: .25em;
        color: #646464;
    }
    .titlebar h1 {
        float: left;
        font-weight: bold;
        font-size: 15px;
        margin: 3px 0 0;
        color: #646464;

    }
.expandLink {
	background: white;
}
.expandButton {
    position: relative;
    z-index: 50;
    background: rgba(255,255,255,.8);
    font-size: 9px;  
}

    .expandButton button {
        background: white;
        text-transform: uppercase;

    }
    .expandButton button span{
        margin-left: 2em;
    }


.expandableContent {
    position: relative;
    background: rgba(255,255,255,.8);
    width: 100%;
    height: auto;
    z-index: 50;
}

.gridContainer {
    padding-top: 2em;
}

.project {
    padding: 0 5px;
}

    .project img {
        margin-bottom: 10px;
    }

    .project a {
        position: absolute;
        display: block;
        top: 0;
        bottom: 10px;
        left: 5px;
        right: 5px;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .project a:hover {
            background: rgba(0,0,0,.3);
        }

/* ========== Footer ==========*/

footer {
    background: #F0F0F0;
    min-height: 60px;
    padding: 10px;
	margin-top: 15px;
    font-size: 11px;
}

@media (min-width:768px) {

    /* ========== header ==========*/

    header {
        min-height: 165px;
    }

        header .logo {
            width: auto;
            margin-top: 20px;
        }

	header .logo img {
			max-width: 105px;
        }
	
        header nav {
            position: relative;
            right: 0;
            top: 0;
            bottom: 0;
            float: right;
            padding: 0;
            background: none;
            z-index: 100;
            width: auto;
            -moz-transition: none;
            -o-transition: none;
            -webkit-transition: none;
            transition: none;
        }

            header nav ul {
                margin-bottom: 0;
            }

                header nav ul li a {
                    font-size: 13px;
                    line-height: 1.6;
                }

            header nav .projectMenu,
            header nav .siteMenu,
            header nav .socialMedia {
                float: left;
                width: 140px;
            }

            header nav .siteMenu {
                width: auto;
                min-width: 140px;
            }

            header nav .socialMedia {
                width: auto;
            }

		.instagramLogo {
		padding-right:7px;
	}
	.relative{
		position:relative;
	}

    /* ========== Content ==========*/
	

}


/**umb_name:h2*/
h2{}

