/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font: 14px/22px 'Roboto', Verdana, Geneva, sans-serif;
	font-weight:300;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.fixed{
	position:fixed;
	left:0;
	top:0;
	width:100%;
    -webkit-box-shadow: 10px 0px 15px -2px #888;
		-moz-box-shadow: 10px 0px 15px -2px #888;
			box-shadow: 10px 0px 15px -2px #888;
			
	z-index:999;
}

a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img{
	display:block;
	width:90%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.ikpink{
	background:#EA068C url('../img/bg-pink-tile.png');
	color:#FFF;
}

.ikblack{
	background:#000 url('../img/bg-black-tile.png');
	color:#FFF;
}

.ikgrey{
	background:#CCC url('../img/bg-grey-tile.png');
	color:#666;
}

.ikwhite{
	background:#FFF;
	color:#999;
}

.header-container{
}

.header-container header,
.header-container .tagline,
.header-container .ideals{
	text-align:center;
	padding:20px 0;
}

.header-container .head-logo{
	display:block;
	margin:10px;
}

.header-container .tagline{
	text-align:center;
	padding:10px 0;
}
.header-container .tagline h2{
	width:60%;
	margin:0 auto;
	font-weight:300;
	font-size:1.5em;
	line-height:1.3em;
}

.mainmenu-container{
	border-top:5px solid #EA068C;
	z-index:999;
}
.mainmenu .menu-logo{
	display:block;
	margin:10px;
	text-align:center;
}
.mainmenu nav{
	text-align:center;
}
.mainmenu nav ul{
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
}
.mainmenu nav ul li{
	display:inline;
	line-height:1.4em;
	margin:0 5px;
}
.mainmenu nav ul li a{
	color:#EA068C;
	font-size:1.1em;
}
.banner{
	position:relative;
}
.banner img{
	display:block;
	float:left;
	width:100%;
	height:auto;
}
.banner .banner-text{
	display:none;
	position:absolute;
	width:90%;
	left:5%;
	top:0;
	color:#FFF;
}
.banner .banner-text h4{
	margin:0;
	font-size:1.2em;
}
.banner .banner-text p{
	margin:2px 0 7px;
	font-size:1.0em;
}
.banner .banner-text h5{
	margin:0;
	font-size:1.0em;
}
.keymessage,
.ourstory{
	text-align:center;
	margin-bottom:50px;
}

.keymessage h1,
.ourbrands h2,
.ourstory h2{
	font-size:3.2em;
	line-height:1.2em;
	font-weight:300;
	color:#EA068C;
	padding:30px;
	margin:0;
	border-bottom:1px solid #EA068C;
}
.ourbrands h2{
	margin-bottom:20px;
}
.keymessage p,
.ourstory p{
	color:#999;
	font-size:1.6em;
	line-height:1.3em;
	margin:20px 15%;
}
.ourstory p{
	font-size:1.3em
}
.ourstory p strong{
	font-weight:normal;
}
.ourstory p a{
	text-decoration:underline;
}

.industries{
    width: 90%;
    margin: 0 5%;
}

.industries ul{
	margin:0;
}

.keyquote{
	font-size:1.6em;
	line-height:1.2em;
	text-align:center;
	padding:10px 0;
}
.keyquote p{
	margin:5px 0;
}
.keyquote .smaller{
	font-size:0.7em;
}

.thoughtbubbles{
	text-align:center;
	padding:30px 0;
}
.thoughtbubbles img{

}
.ourpeople{
	padding: 20px;
}
.ourbrands,
.ourpeople{
	text-align:center;
}

.ourbrands p,
.ourpeople p{
	margin:5px 0 0;
	font-size:1.1em;
	line-height:1.2em;
}
.footer-container {
	padding:30px 0 40px;
}
.footer-container footer h4{
	float:left;
	font-size: 1.6em;
	font-weight:300;
	line-height: 1.2em;
	margin:0 0 15px;
	padding-bottom:10px;
	border-bottom:1px solid #FFF
}
.copyright{
	text-align:center;
}
.copyright p{
	margin:5px 0;
	font-size:0.8em;
	color:#999;
}

/* Layouts */
.row{
	margin-bottom:35px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

	.banner .banner-text{
		display:block;
	}
}

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

	img{
		width:auto;
		height:auto;
	}
	
	.mainmenu .menu-logo{
		float:left;
	}
	.mainmenu nav{
		float:left;
	}
	.mainmenu nav ul li{
		line-height:75px;
	}
	.banner .banner-text {
		width:300px;
		left:15%;
		top:10%;
	}
	
	.thoughtbubbles img{
		width:80%;
		height:auto;
	}
	
	.ourbrands img{
		width:320px;
		height:auto;
	}
	
	/* Layouts */
	.col2 .col{
		float:left;
		width:49.5%;
	}
	.col3 .col{
		float:left;
		width:32.5%;
	}
}

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

    .wrapper {
        width: 1000px;
        margin-left:auto;
        margin-right:auto;
    }
	
	.ourbrands,
	.ourpeople{
		padding-left:20px;
		padding-right:20px;
	}

	.industries,
	.footer-container .wrapper{
		width: 760px;
		margin: 0 auto;
	}
	
	.mainmenu nav{
		float:right;
	}
	.mainmenu nav ul li{
		margin:0 20px;
	}
	.mainmenu nav ul li a{
		font-size:1.4em;
	}
	
	.thoughtbubbles img{
		width:60%;
		height:auto;
	}
	
	.ourbrands img{
		width:400px;
		height:auto;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}