/************************* NOTICE ***********************\

- THIS FILE SHOULD BE USED FOR CUSTOM CSS MODIFICATIONS -

- Using this file for CSS modifications rather than
modifying Style.css directly will allow your site to
receive template updates in the future.

\************************* NOTICE ***********************/

/* Home page */
@media only screen and (min-width: 768px) {
	#home-videos > div {
		margin-bottom: 20px;
	}
	#home-videos > div:first-child {
		padding-right: 5px;
	}
	#home-videos > div:last-child {
		padding-left: 5px;
	}

	#home-blocks > div {
		padding: 0 5px;
	}
	#home-blocks > div:first-child {
		padding-left: 5px;
	}
	#home-blocks > div:last-child {
		padding-right: 5px;
	}
}

#home-videos iframe {
	width:100%;
	height:269px;
}

/*@media only screen and (max-width: 767px) {
	#home-blocks .columns {
		width: 50% !important;
		float: left;
	}
}*/


/* Pages side navigation */

.webpage aside {
	padding-top: 45px;
}
.webpage .panel {
	background-color: #fff;
	border:none;
	padding:0;
	font-family: "Roboto", sans-serif;
}
.webpage .panel h4 {
	margin:0;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #032f58;
	color: #fff;
	padding: 5px 10px;
	font-family: inherit;
}
.article-side-menu > li {
	margin:0;
	border-bottom: 1px solid rgb(193,193,193);
	text-align: left;
	line-height: normal;
	font-family: inherit;
}
.article-side-menu > li a {
	color: #055187;
	padding: 5px 10px;
	display: inline-block;
	width: 100%;
	size: 1.2em;
}
.article-side-menu > li a.ui-state-active {
	background-color: rgb(217,217,217);
	border-bottom: none;
}
.article-side-menu li:last-of-type {
	border-bottom: none;
}

.article-side-menu  {
	border-bottom: 1px solid rgb(193,193,193);
	list-style-type: none;
}
.article-side-menu  ul {
	list-style-type: none;
	margin: 0;
	background-color: rgb(237,237,237);
}
.article-side-menu  ul li {
	padding: 5px 10px 5px 20px;
	line-height: normal;
}
.article-side-menu  ul li a {
	color: #000;
	font-size: 1.2rem;
}
.article-side-menu  ul li:hover a {
	font-weight: bold;
}