/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*  IMPORT THE HTML5 /IE Normalizer  */
@import url('normalize.css');


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.raleway {
	font-family: 'Raleway', sans-serif;
}
.ovo {
	font-family: 'Ovo', serif;
}

.xSmall {
	font-size:75%;
	position:absolute;
}

.contentSize {
	margin:0 auto;
}
.clearIt {
	clear:both;
}

/* --------------- header ---------------- */
.logo {
	height:54px;
	margin-bottom: 7px;
}
.tagLine {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	color:#485a8c;
	text-transform: uppercase;
	float: right;
	margin-top: 34px;
	position: relative;
	padding-right: 10px;
}
header {
	margin-top:13px;
}
.mainNav {
	height:40px;
	background-color:#275223;
	border-bottom:solid #000 8px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	clear:both;
	position: relative;
	z-index: 999;
}
.mainNav ul {
	padding:8px 0 0 0;
	margin:0;
	text-align:center;
}
.mainNav li {
	display:inline-block;
	padding-bottom:0;
}
.mainNav li:not(:last-child):after{
	content:" | ";
}
.mainNav a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:0 10px;
}
.mainNav a:hover {
	color:#c3d3c2;
}
.mainNav li li:after, .mainNav li li:not(:last-child):after {
	content:"";
}
.mainNav li li a {
	display:block;
}
.mainNav ul ul {
	position: absolute;
	background-color:#275223;
	/*top: 88px;
	width: 130px;*/
	display: none;
	margin: 0;
	padding: 7px 0;
	list-style: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	font-size:87.5%;
	font-weight:600;
	top: 40px;
 }
.mainNav ul ul li {
	display: inline;
	text-align: left;
 }
.mainNav  li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-bottom:10px;
}
.mainNav  li li a {
	padding-bottom:5px;
}

#subNav {
	height: 40px;
	background-color: #000;
	border-bottom: solid #000 8px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	clear: both;
	position: relative;
	/*z-index: 999;  get rid of for css3 menu */
}
#subNav ul ul {
	position: absolute;
	background-color:#666;
	/*top: 88px;
	width: 130px;*/
	display: none;
	margin: 0;
	padding: 7px 0;
	list-style: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	font-size:87.5%;
	font-weight:600;
 }
#subNav ul ul li {
	display: inline;
	text-align: left;
 }
#subNav  li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-bottom:10px;
}
#subNav  li li a {
	padding-bottom:5px;
}

/* main menu styles */
.navWrapper label { /* removes navigation from wide screen */
	        display: none;
	    }
	.navWrapper input[type=checkbox] { 
	    position: absolute; /*  hides checkbox off the screen */
	    top: -999em;
	    left: -999em;
	}
	.navWrapper input[type=checkbox]:checked ~ nav { 
	    height: auto;
	    /*overflow: hidden;  */
	}
/*
 ******** Footer Nav *********
 */
 .footerNav {
	height:40px;
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	text-transform: uppercase;
	position: relative;
	z-index: 999;
	border-top: solid #8b9e8a 1px;
	border-bottom: solid #8b9e8a 1px;
	width: 100%;
}
.footerNav {
	padding:8px 0 0 0;
	margin:0;
	list-style-type: none;
}
.footerNav li {
	padding: 0 10px 0 0;
	display:inline-block;
	min-width: 29%;
}
.footerNav h4 {
	margin: 0;
	font-size:1em;
	color:#fff;
}
.footerNav a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 10px;
}
.footerNav a:hover {
	color:#c3d3c2;
}

.footerNav ul {
	font-size: .875em;
	text-transform:none;
	margin: 20px 0;
	padding: 7px 0;
	/*top: 40px;*/
	position: absolute;
}
.footerNav ul a {
	color: #9ab698;
	margin: 0;
	padding: 0;
}
.footerNav ul li {
	padding: 0px 0px 5px 10px;
	display:block;
}

ul.footerNav.secondFNlist {
	margin-top: 110px;
}
.footerNav li.xWideFNli {
	width: 40%;
}
.fWrapperCol1 {
	float: left;
	width: 64%;
	margin-right: 10px;
}
.fWrapperCol2 {
	float: left;
	width: 30%;
	margin-left: 10px;
}

.footerNav ul.smIcons li {
	width: 45px;
	display: inline-block;
}
.footerNav.fnCol2 .connectText a {
	padding:0;
	display:inline;
}
li.connectText {
	margin-top: 50px;
}


/*

*/
.meny {
	display: none;
	padding: 20px;
	overflow: auto;
	background: #333;
	color: #eee;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
	.meny ul {
		margin-top: 10px;
	}
		.meny ul li {
			display: inline-block;
			width: 200px;
			list-style: none;
			font-size: 20px;
			padding: 3px 10px;
		}
			.meny ul li:before {
				content: '-';
				margin-right: 5px;
				color: rgba( 255, 255, 255, 0.2 );
			}

/* ==========================================================================
   RWD menu
   ========================================================================== */
.jPanelMenu header.main {
  background: #317ca2;
  background: -o-linear-gradient(top, #3f94bf, #246485);
  background: -ms-linear-gradient(top, #3f94bf, #246485);
  background: -moz-linear-gradient(top, #3f94bf, #246485);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3f94bf), color-stop(1, #246485));
  background: -webkit-linear-gradient(#3f94bf, #246485);
  background: linear-gradient(top, #3f94bf, #246485);
  -moz-box-shadow: 0 1px 5px rgba(34, 34, 34, 0.5);
  -webkit-box-shadow: 0 1px 5px rgba(34, 34, 34, 0.5);
  box-shadow: 0 1px 5px rgba(34, 34, 34, 0.5);
  position: fixed;
  top: 0;
  width: 85%;
  max-width: none;
  height: 50px;
  margin: 0;
  padding: 0 7.5%;
  border-bottom: 1px solid #1b5572;
  z-index: 10; }
  .jPanelMenu header.main .logo a, .jPanelMenu header.main .menu-trigger {
    display: block;
    height: 100%;
    text-shadow: 0 -1px 1px #222222;
    line-height: 50px;
    color: #f7f7f7; }
  .jPanelMenu header.main .logo {
    font-family: "museo-sans", "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-weight: 700;
    float: none;
    width: 60%;
    margin: 0 auto; }
    .jPanelMenu header.main .logo a {
      position: static; }
    .jPanelMenu header.main .logo a:before {
      display: none !important; }
  .jPanelMenu header.main .menu-trigger {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1.5em;
    font-size: 1.2em;
    line-height: 57.5px; }
    .jPanelMenu header.main .menu-trigger:active {
      text-shadow: 0 -1px 1px #222222, 0 0 50px #f7f7f7; }
  .jPanelMenu header.main nav {
    text-indent: -9999px; }
.jPanelMenu .content {
  padding-top: 4em; }
  .jPanelMenu .content section.intro h2 {
    padding-top: 0; }
  .jPanelMenu .content h2 {
    margin-top: 0;
    padding-top: 62.5px; }
  .jPanelMenu .content .spec, .jPanelMenu .content h3 {
    margin-top: 0;
    padding-top: 4em; }
  .jPanelMenu .content .spec h3 {
    padding-top: 0; }
  .jPanelMenu .content .jPM-specific {
    display: block; }
	
	#jPanelMenu-menu {
  background: #3b3b3b; }
  #jPanelMenu-menu ul {
    border-bottom: 1px solid #484848; }
  #jPanelMenu-menu li a {
    background: #3b3b3b;
    background: -o-linear-gradient(top, #3e3e3e, #383838);
    background: -ms-linear-gradient(top, #3e3e3e, #383838);
    background: -moz-linear-gradient(top, #3e3e3e, #383838);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(1, #383838));
    background: -webkit-linear-gradient(#3e3e3e, #383838);
    background: linear-gradient(top, #3e3e3e, #383838);
    font-family: "museo-sans", "Museo Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-weight: 700;
    display: block;
    padding: 0.5em 5%;
    border-top: 1px solid #484848;
    border-bottom: 1px solid #2e2e2e;
    text-decoration: none;
    text-shadow: 0 -1px 2px #222222;
    color: #f7f7f7; }
    #jPanelMenu-menu li a:hover, #jPanelMenu-menu li a:focus {
      background: #404040;
      background: -o-linear-gradient(top, #484848, #383838);
      background: -ms-linear-gradient(top, #484848, #383838);
      background: -moz-linear-gradient(top, #484848, #383838);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #484848), color-stop(1, #383838));
      background: -webkit-linear-gradient(#484848, #383838);
      background: linear-gradient(top, #484848, #383838); }
    #jPanelMenu-menu li a:active {
      background: #363636;
      background: -o-linear-gradient(top, #3e3e3e, #2e2e2e);
      background: -ms-linear-gradient(top, #3e3e3e, #2e2e2e);
      background: -moz-linear-gradient(top, #3e3e3e, #2e2e2e);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e3e3e), color-stop(1, #2e2e2e));
      background: -webkit-linear-gradient(#3e3e3e, #2e2e2e);
      background: linear-gradient(top, #3e3e3e, #2e2e2e);
      -moz-box-shadow: 0 2px 7px #222222 inset;
      -webkit-box-shadow: 0 2px 7px #222222 inset;
      box-shadow: 0 2px 7px #222222 inset;
      border-top-color: #222222;
      padding-top: 0.55em;
      padding-bottom: 0.45em; }

.jPanelMenu-panel {
  -moz-box-shadow: 0 0 25px #222222;
  -webkit-box-shadow: 0 0 25px #222222;
  box-shadow: 0 0 25px #222222; }













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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
	
	.contentSize {
		max-width:960px;
		padding-right: 1%;
		padding-left: 1%;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}

/* media queries for smaller screens */
@media screen and (max-width:946px) {
	.mainNav a {
		padding:0 5px;
	}
	nav#subNav a {
		padding:0 7px;
	}
	/* header */
	.iHeadline {
		
		width:100%!important;
		margin: 5% auto !important;
	}
	.whyhireus .iHeadline {
		width: 40%!important;
		margin-left: 60%!important;
		margin-top: 0%!important;
	}
	.questions .iHeadline {
		max-width: 600px!important;
		margin-left: 20%!important;
		margin: 2% auto !important;
	}

@media screen and (max-width:760px) {
	/* nav */
	nav#subNav, #subNav {
		height:auto!important;
		padding-top: 5px;
	}
	
	/* footer */
	.fWrapperCol1 {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	.fWrapperCol2 {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-top: 85px;
	}
	.footerNav ul.smIcons {
		position:relative;
	}
	.footerNav.fnCol2 > li {
		top: 12px;
		position: absolute;
		left: 10px;
	}
	.footerNav.fnCol2 > li.connectText {
		top: -15px;
		left: 50%;
	}
	footer {
		padding-bottom: 30px;
	}
	footer p#copy {
		margin: 135px 10px 25px;
	}
}

@media screen and (max-width:795px) {
	/* nav */
	.navWrapper nav ul { 
			height: 0;
			overflow: hidden;
		}
		.navWrapper label { 
			display: block;
			background: url("../images/menuToggleSm.png") no-repeat left center;
			text-indent: -999em;
			cursor: pointer;
			-webkit-user-select: none;  /* Chrome all / Safari all */
			-moz-user-select: none;     /* Firefox all */
			-ms-user-select: none;      /* IE 10+ */
			user-select: none;
			position:relative;
			top: 27px;
			/*right: 15px;*/
			left: 15px;
			color: #fff;
			padding-left: 35px;
			font-size: .8em;
			z-index: 9000;
			width:100px;
		}
		.navWrapper input[type=checkbox]:checked ~ nav ul { 
			height: auto;
			overflow: hidden;  
			overflow:visible;
		}
		
		nav.mainNav {
			padding-top: 35px;
		}
		.mainNav ul {
		/*	border-top:solid 1px rgba(0, 0, 0, .5);*/
			border-top:none;
			background-color: rgba(225,225,225, .2);
			text-align:left;
			padding-left:10px;
		}
		.mainNav li {
			display:inline-block;
			/*width:45%;*/
			width:100%;
			font-size: 120%;
			padding: .5em 0;
			border-bottom: solid 1px rgba(255,255,255,.2);
		}
		.mainNav li:not(:last-child):after{
			content:"";
		}
		.mainNav li.multi a:after {
		  content: " \0025Bc"; /* creates downword pointing arrow */
		  font-size: 0.5em;
		  padding-left:5px;
		}
		.mainNav li.multi li a:after  {
		  content: ""; 
		}
		.mainNav li a {
			display:block;
			padding: 5px 10px;
			/*border: solid 1px rgba(225,225,225, .6);
			margin-right: 10px;*/
			-webkit-transition: none;
			-moz-transition: none;
			transition: none;
		}
		.mainNav li a:hover {
			background-color:rgba(0,0,0,.2);
		}
		.mainNav ul > li {
			position:relative;
		}
		/* drop downs */
		.mainNav ul ul {
			/*display:none;
*/			/*position:relative;
			background-color:transparent;
			display:block!important;
			-webkit-border-radius:0;
			-moz-border-radius:0;
			border-radius:0;
			box-shadow:none;*/
			top:28px;
			top: 49px;
			z-index:999;
			width: 80%;
			padding: 0 10px 0 25px;
		}
		.mainNav li li {
			border-bottom:none;
		}

	/* ----------------- end nav ---------------- */
	nav#subNav li {
		padding-bottom: 0;
	}
}

@media screen and (max-width:710px) {
	.whyhireus h1.iHeadline {
		font-size: 2.3em!important;
		line-height: 40px!important;
	}
}


@media screen and (max-width:670px) {
.tagLine {
		padding-right:20px;
	}
	.logo {
		padding-left: 15px;
	}
	.whyhireus h1.iHeadline {
		font-size: 2.1em!important;
		line-height: 35px!important;
	}
}
@media screen and (max-width:500px) {
	
	/* header */
	.logo {
		padding-left: 5px;
	}
	.tagLine {
		width: 105px;
		margin-top: 20px;
		font-size: 90%;
		line-height: 1.2em;
		padding-right: 10px;
	}
	.iHeadline  {
		font-size: 1.75em;
		line-height: 1.2;
		width:100%!important;
		margin: 10% auto !important;
	}
	.eAssimilation .iHeadline {
		width:80%!important;
	}
	.questions .iHeadline  {
		font-size: 1.75em;
		line-height: 1.2;
		width:100%!important;
		margin: 5% auto !important;
	}
	 .eCoaching .iHeadline  {
		 margin: 5% auto !important;
	 }
	.about .iHeadline {
		width: auto;
		width:50%;
	}
	.whyhireus h1.iHeadline {
		font-size: 1.8em!important;
		line-height: 30px!important;
	}
	.whyhireus .intHeader {
		background: url(../images/int-header_whyHireUs.jpg) no-repeat -300px 0px;
}
	.whyhireus .iHeadline {
		width: 70% !important;
		margin-left: 0%!important;
		margin-top: 10% !important;
	}
	.whuHeader {
		width: 100%;
		padding: 0px 0px 0px 0px;
		float: none;
		text-align: left;
	}
	.whuDetails {
		width: 100%;
		float: none;
	}
	.quoteWrapper2 {
		width: 85%;
	}
	.iArticle h1 {
    	font-size: 1.65em;
	}
	.mPic.right {
		float:none;
		display:block;
	}
	.mobileVer menu, ol, ul {
    	padding: 0px 0px 0px 20px;
	}
	.footerNav li {
		display:block;
		min-width:100%;
	}
	.footerNav ul {
		position:relative;
	}
	
	.footerNav {
		border:none;
		width:92%;
	}
	ul.footerNav ul {
		display:none;
	}
	ul.footerNav.secondFNlist {
		margin-top: 6px;
	}
	.fWrapperCol2 {
		margin-top:0;
	}
	.footerNav ul.smIcons {
		display:block;
		margin-top:5px;
	}
	.footerNav ul.smIcons li {
		min-width: 45px;
	}
	.footerNav.fnCol2 > li.connectText {
		top: 33px;
		left: 20px;
		position:relative;
	}
	footer p#copy {
		margin: 160px 20px 25px;
	}
	.footerNav.fnCol2 h4 {
		margin-top:8px;
		padding-top:5px;
		border-top: solid #8b9e8a 1px;
	}
}