/* varela-round-regular - latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/varela-round-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Varela Round'), local('VarelaRound-Regular'),
       url('../fonts/varela-round-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/varela-round-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/varela-round-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/varela-round-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/varela-round-v6-latin-regular.svg#VarelaRound') format('svg'); /* Legacy iOS */
}

@import url('http://fonts.googleapis.com/css?family=Varela+Round');
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
@import url("/docs/css/bootstrap-social.css");

body {
	background-color: #fff;
	font-family: 'Varela Round';
	position: relative;
}

#masthead { 
	min-height:69px;
}

#masthead h1 {
	font-size: 30px;
	line-height: 1;
	padding-top:20px;
}

#masthead .well {
	margin-top:8%;
}

.affix-top,.affix{
	position: static;
}

#sidebar li.active {
	border:0 #006ac9 solid;
	/* border-left-width:3px; */
}

p {
	margin-bottom: 22px;
	font-family: 'Varela Round';
	color: #444;
	font-size: 13px;
	line-height: 19px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Varela Round';
	margin-bottom: 22px;
}

h2 {
	color: #006ac9;
	font-size: 24px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 18px;
}

hr {
	border: 0;
	background: #999;
	height: 1px;
	margin: 45px 0;
}

pre {
	font-size: 11px;
}

a:hover {
	cursor: pointer;
	cursor: hand;
}
a:focus {
	outline: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.navbar-toggle {
	margin-top: 18px;
}
.navbar-collapse {
	border-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.navbar {
	height: 69px;
	margin-bottom: 0;
}
.navbar-nav {
	background-color: #fff;
	background-color: rgba(255,255,255,0.98);
	margin: 9px 0;
}
.navbar-default {
	background-color: #f5f5f5;
	background-color: rgba(245,245,245,0.98);
	border-bottom: 1px solid #e0e0e0;
}
.navbar-header h2 {
	margin: 0;
}

.navbar-brand-name {
     font-size: 20px;
     color: #006ac9;
     padding-left: 10px;
}
a.navbar-brand, a.navbar-brand:hover {
	/* float: left; */
	padding: 13px 0 0 2px;
	text-decoration: none;
	color: #006ac9;
}
.navbar-brand img {
	width: 56px;
	vertical-align: middle;
}
.navbar-nav > li:hover,
.navbar-nav > li > a:hover,
.navbar-nav > li:focus,
.navbar-nav > li > a:focus,
.navbar-nav > li:active,
.navbar-nav > li > a:active {
	color: #006ac9;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #006ac9;
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #006ac9;
    background-color: transparent;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #006ac9;
	color: #fff;
}

#main-menu li.last-item {
	border-bottom: 1px solid #666;
}

.caret {
	display: none;
}

.ihmc-brand {
	float: right;
	padding: 26px 0px 24px 22px;
	border-left: 1px solid #CCC;
	margin-left: 12px;
}

.site-doc-content {
	background-color: #fff;
}

.no-list-style {
	list-style: none;
}

img.border {
	border: 4px solid #ccc;
}

.caption {
	margin: 10px 0 30px 0;
	font-size: 16px;
	color: #006ac9;
	text-align: center;
}

.caption-small {
	margin: 10px 0 30px 0;
	font-size: 14px;
	color: #006ac9;
	text-align: center;
}

.more-bottom-margin {
	margin-bottom: 60px;
}

.entry-content .list li {
	margin-bottom: 15px;
}

.entry-content a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #444;
}

.entry-content a:hover {
	color: #006ac9;
	border-bottom: 1px dotted #006ac9;
}

img.page-title-icon {
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
}

.product-support {
	padding-right: 35px;
	border-right: 1px solid #999;
	min-height: 200px;
}

.product-support p {
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 15px;
}

.product-support a,
.product-support a:hover {
	font-size: 15px;
	text-decoration: none;
	border-bottom: 0;
}

.product-support ul {
	list-style: none;
	padding-left: 0;
}

.product-support ul li a:hover {
	cursor: pointer;
	cursor: hand;
}

.product-support ul li ul {
	padding-left: 15px;
}

.product-support span.glyphicon {
	padding-right: 18px;
	color: #006ac9;
	top: 2px;
}

.product-download span.glyphicon {
	color: #fff;
	top: 6px;
	font-size: 1.1em;
	margin-right: 4px;
}

.product-download {
	padding-left: 40px;
}

.product-download img {
	margin-bottom: 24px;
}

.product-download .button-container {
	padding-top: 16px;
	padding-bottom: 13px;
	margin-bottom: 25px;
}

a.download-button {
	padding: 18px 28px 15px 28px;
	margin-bottom: 20px;
	font-family: 'Varela Round', sans-serif;
	font-size: 22px;
	color: #f5f5f5;
	background-color: #e55839;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-bottom: 0;
}

a.download-button:hover {
	color: #fff;
	background-color: #f25e3e;
	border-bottom: 0;
}

a.download-button span {
	font-size: 0.9em;
}

.product-download p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px;
}

.product-download ul {
	list-style: none;
	padding-left: 0;
}

.product-download ul li {
	padding-left: 0;
}

h4.documentation-title {
	margin-top: 45px;
	margin-bottom: 0;
}

.help-video {
	margin-bottom: 30px;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.learn.responsive-video {
	/* position: fixed; */
	min-height: 600px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
  	overflow: scroll;
}

form.learn-form select {
	width: 100%;
}

#learn-languages {
	float: right;
}

#languages {
	margin-bottom: 30px;
}

#languages a {
	margin-right: 3px;
}

#languages .label {
	padding: 0.3em 0.3em 0.2em 0.5em;
	margin-right: 2px;
	color: #ffffff;
	font-size: 70%;
	font-family: 'Helvetica','Arial', sans-serif;
}

#languages .label a {
	color: #ffffff;
	text-decoration: none;
}

#languages .label a:hover {
	color: #ffffff;
}

#languages .label a span.glyphicon {
	margin-right: 1px;
	font-size: 0.9em;
}

.flag {
	width: 48px;
	height: 36px;
	background:url('../img/flags48.png') no-repeat;
}

.flag.flag-es {background-position: -96px -36px}
.flag.flag-fi {background-position: -96px 0}
.flag.flag-fr {background-position: 0 -36px}
.flag.flag-it {background-position: -48px -36px}
.flag.flag-br {background-position: -48px 0}
.flag.flag-us {background-position: 0 -72px}

.documentation a,
.documentation a:hover {
	font-size: 15px;
	text-decoration: none;
	border-bottom: 0;
}

.documentation ul {
	list-style: none;
	padding-left: 0;
}

.documentation ul li a:hover {
	cursor: pointer;
	cursor: hand;
}

.documentation ul li ul {
	padding-left: 15px;
}

/* DOCUMENTATION PAGE SCROLL NAV */

.group {
    padding-top: 18px;
}
.group .subgroup {
    padding-top: 100px;
    margin-top: -100px;
}
.group .subgroup h5 {
	color: #006ac9;
	margin-top: 30px;
	margin-bottom: 8px;
}
.group .subgroup.last {
	margin-bottom: 12em;
}
.fixed {
    position: fixed;
}

/* sidebar */
.bs-docs-sidebar {
    /* padding-left: 20px; */
    padding-bottom: 20px;
}

.answer {
	padding-bottom: 5px;
}

.anchor {
	padding-bottom: 5px;
	display:block;
	height:100px; /* this is the height of your header */
	margin-top:-100px; /* this is again negative value of the height of your header */
	visibility:hidden;
}

.answer h5 {
	color: #006ac9;
	margin-top: 30px;
}

.answer ul,
.answer ul li,
.answer ol,
.answer ol li {
	font-family: 'Varela Round';
	color: #444;
	font-size: 13px;
	line-height: 19px;
}

.answer ul li,
.answer ol li {
	margin-bottom: 15px;
}

.answer img {
	max-width: 100%;
}

.answer .figure {
	text-align: center;
}

/* all links */
#sidebar li>a {
    color: #999;
    border-left: 2px solid transparent;
    border-bottom: 0;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 400;
}

/* nested links */
#sidebar .nav li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
    border-bottom: 0;
}

/* active & hover links */
#sidebar .active>a, 
#sidebar li>a:hover {
    color: #006AC9;                 
    text-decoration: none;          
    background-color: transparent;  
    border-left-color: #006AC9; 
}

/* focus link */
#sidebar li>a:focus {
	background-color: transparent;
}

/* all active links */
#sidebar .active>a, 
#sidebar .active:hover>a,
#sidebar .active:focus>a {
    font-weight: 400;
}
/* nested active links */
#sidebar .active>a, 
#sidebar .active:hover>a,
#sidebar .active:focus>a {
    font-weight: 500;
}

/* hide inactive nested list */
#sidebar ul.nav {
    display: none;           
}
/* show active nested list */
#sidebar .active>ul.nav {
    display: block;           
}

/* make sidebar srollable */
#sidebar > ul {
    overflow-y: auto;
    height: 100%;
    padding-top: 45px;
    /* border-right: 1px solid #ccc; */
}

#footer {
	width: 100%;
	background-color: #666;
	padding: 60px 0 45px;
	color: #fff;
}

#footer h6 {
	color: #ccc;
}

#footer p, #footer ul, #footer ul a {
	color: #999;
	text-decoration: none;
}

#footer ul a:hover {
	color: #ccc;
}

#footer-sidebar {

}

#footer-sidebar h6 {
	margin-top: 0;
	margin-bottom: 14px;
}

#footer-sidebar a.button {
	background-color: #888;
	text-decoration: none;
	color: #e5e5e5;
	padding: 14px 18px 13px 18px;
	font-size: 14px;
}

#footer-sidebar a.button:hover {
	background-color: #999;
}

#footer-sidebar a span.glyphicon {
	margin-right: -6px;
}

#footer-sidebar form {
	margin-bottom: 30px;
}

#footer-sidebar form label,
#footer-sidebar form input,
#footer-sidebar form button {
	display: block;
	width: 100%;
}

#footer-sidebar form label {
	font-size: 13px;
	color: #999;
}

#footer-sidebar form input {
	margin-right: 15px;
}

#footer-sidebar form button {
	margin-top: 24px;
	padding: 10px;
	background-color: #ccc;
	font-size: 14px;
}

#footer-sidebar form button:hover {
	background-color: #e5e5e5;
}

#footer-sidebar1 {
	margin-bottom: 30px;
	border-right: 1px solid #808080;
}

#footer-sidebar2 {
	margin-bottom: 30px;
	border-right: 0;
}

#footer-sidebar3 .textwidget p {
	margin-bottom: 9px;
}

#footer-social,
#footer-social p {
	text-align: center;
}

#footer ul {
	list-style: none;
	padding-left: 0;
}

.site-footer {
	margin-top: 30px;
	color: #999;
	text-align: center;
	font-size: 12px;
}

.site-footer a {
	color: #999;
	text-decoration: none;
}

.site-footer a:hover {
	color: #aaa;
	border-bottom: 1px dotted #aaa;
}

a.btn.btn-social-icon.btn-facebook,
a.btn.btn-social-icon.btn-twitter {
	background-color: #ee8169;
	color: #666;
	border: 0;
}

i.fa.fa-facebook,
i.fa.fa-twitter {
	line-height: 36px;
}

a.btn.btn-social-icon.btn-facebook:hover,
a.btn.btn-social-icon.btn-twitter:hover {
	background-color: #e07c66;
}

.learn-block {
	padding: 0 10px;
	margin-bottom: 30px;
}

.learn-block-content {
	background-color: #f2f2f2;
	padding: 20px;
}

.learn-block-content hr {
	background-color: #ccc;
	margin: 16px 0;
}

.learn-block-content a {
	font-size: 13px;
	display: block;
	margin-bottom: 9px;
	text-decoration: none;
}

.learn-block-content a:hover {
	color: #004b8c;
}

.learn-block-content a span {
	display: block;
	color: #666;
	font-size: 11px;
}

.learn-block-content h5 {
	margin: 18px 0 16px;
}

.learn-block-content h6 {
	font-size: 14px;
	margin: 26px 0 14px;
}

#learn-videos p {
	margin-bottom: 8px;
}

.youtube-video {
	margin-bottom: 30px;
}

.youtube-video > div {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9999;
}

.video-description {
	margin-bottom: 15px;
}

#cmapFrame {
	width: 100%;
	min-height: 285px;
}

#pageheading2 {
	margin-bottom: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	#masthead {
		min-height: 89px;
	}

	#pageheading { 
		min-height: 99px;
	}

	#pageheading h1 {
	    
	}

	p {
		
	}

	h1,h2,h3,h4,h5,h6 {
		font-family: 'Varela Round';
		margin-bottom: 22px;
	}

	h2 {
		color: #006ac9;
		font-size: 30px;
	}

	h3 {
		font-size: 30px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 20px
	}

	h6 {
		font-size: 18px;
	}

	.caret {
		display: block;
		margin: -3px 0 0 0;
		width: 0;
		height: 0;
		position: relative;
		left: 44%;
		top: 10px;
		color: #666;
		vertical-align: middle;
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}

	.navbar-header h2 {
		margin: 0;
	}

	.navbar-brand-name {
	     font-size: 24px;
	     color: #006ac9;
	     padding-left: 12px;
	}
	a.navbar-brand, a.navbar-brand:hover {
		float: left;
		padding: 20px 0 20px 15px;
		text-decoration: none;
		color: #006ac9;
	}

	#main-menu > li > a {
		padding: 37px 12px 31px 12px;
	}

	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar {
		height: 89px;
		margin-bottom: 0;
	}
	.navbar-nav {
		background-color: transparent;
		margin: 0;
	}
	#main-menu li.last-item {
		border-bottom: 0;
	}
	.navbar-default {
		background-color: #f5f5f5;
		border-bottom: 1px solid #e0e0e0;
	}
	.navbar-brand img {
		width: 73px;
		vertical-align: middle;
	}
	.navbar-header h2 {
		margin: 0;
	}
	.navbar-brand-name {
	     font-size: 24px;
	     color: #006ac9;
	     padding-left: 12px;
	}
	a.navbar-brand, a.navbar-brand:hover {
		float: left;
		padding: 20px 0 20px 15px;
		text-decoration: none;
		color: #006ac9;
	}
	.navbar-nav > li:hover,
	.navbar-nav > li > a:hover,
	.navbar-nav > li:focus,
	.navbar-nav > li > a:focus,
	.navbar-nav > li:active,
	.navbar-nav > li > a:active {
		background-color: #fff;
	}
	.navbar-nav .menu-item a:hover {
		background-color: #006ac9;
		color: #fff;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	    color: #444;
	    background-color: transparent;
	}
	.wp-menu {
		float: right;
	}
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 265px;
		padding: 12px 0;
		margin: 0 0 0;
		list-style: none;
		font-size: 12px;
		background-color: #fff;
		/*
		border-top: 0;
		border-right: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		border-top: 0;
		border-right: 1px solid rgba(0,0,0,0.10);
		border-bottom: 1px solid rgba(0,0,0,0.10);
		border-left: 1px solid rgba(0,0,0,0.10);
		*/
		border-width: 0;
		border-radius: 4px;
		-webkit-box-shadow: 0;
		box-shadow: 0;
		background-clip: padding-box;
	}
	.dropdown:hover .dropdown-menu {
	    display: block;
	}
	.navbar-right .dropdown-menu {
		left: 0;
	}

	#content {
		padding-top: 90px;
		min-height: 600px;
	}

	#header {
		background-color: #fff;
		border-bottom: 4px solid #006ac9;
		margin-bottom: 35px;
	}

	#header h2 {
		margin-top: 20px;
		margin-bottom: 18px;
	}

	img.page-title-icon {
		width: 65px;
		vertical-align: middle;
	}

	#pageheading p.author {
		margin-left: 78px;
	}

	.bs-docs-sidebar.affix-top {
		position: static;
	  	margin-top:30px;
	  	/* width:228px; */
	}
	  
	.bs-docs-sidebar.affix {
	    position: fixed;
	    top:130px;
	    /* width:228px; */
	}

	.bs-docs-sidebar.affix-bottom {
		position: absolute;
	    bottom: 160px;
	}

	#footer-sidebar form .form-element {
		float: left;
	}

	#footer-sidebar form input {
		width: 176px;
	}

	#footer-sidebar form button {
		width: auto;
	}

	#footer-sidebar form button {
		margin-top: 27px;
		padding: 10px;
		background-color: #ccc;
		font-size: 13px;
	}

	#footer-social,
	#footer-social p {
		text-align: left;
	}

	#learn-languages {
		margin-top: 20px;
	}

	#cmapFrame {
		width: 100%;
		min-height: 542px;
	}
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.ihmc-brand {
		float: right;
		padding: 34px 0px 31px 24px;
		border-left: 1px solid #CCC;
		margin-left: 12px;
	}

	#doc_content {
		min-height: 700px;
	}
	
	.concept-map .responsive-video {
		padding-top: 375px;
	}

	#cmapFrame {
		width: 100%;
		min-height: 586px;
	}

	#languages {
		margin-bottom: 0;
		margin-left: 40px;
	}

	.flag {
		width: 24px;
		height: 19px;
		background:url('../img/flags24.png') no-repeat;
	}

	.flag.flag-es {background-position: -48px -19px}
	.flag.flag-fi {background-position: -48px 0}
	.flag.flag-fr {background-position: 0 -19px}
	.flag.flag-it {background-position: -24px -19px}
	.flag.flag-br {background-position: -24px 0}
	.flag.flag-us {background-position: 0 -38px}

	#footer-sidebar1 {
		/* height: 260px; */
		height: 175px;
	}

	#footer-sidebar2 {
		border-right: 1px solid #808080;
		/* height: 260px; */
		height: 175px;
	}

	.site-footer {
		margin-top: 10px;
	}

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#doc_content {
		min-height: 840px;
	}
	#cmapFrame {
		width: 100%;
		min-height: 710px;
	}
	
}

