@charset "utf-8";
body {
	font-family: Calibri, 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	color: #1f1f1f;
	background-color: #fefefe;
	font-size: 100%;
	background-attachment: fixed !important;
	position:static;
}

a:link, a:visited, a:active {

}
a:hover {

}

h1,h2,h3,h4,h5,h6 {

}

h1 {
	font-size: 1.3rem;
}

h2 {
	font-size: 1.2rem;
}

h3 {
	font-size: 1.1rem;
}

#content {
	background: rgba(255, 255, 255, 0.83) none repeat scroll 0 0;
	max-width: 62.5rem;
	margin: 0 auto;
}

#outer {height: 100%; width: 100%; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for quirk explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; width: 100%; position: static;}

#inner {position: relative; top: -50%} /* for quirk explorer only */
/* optional: #inner[id] {position: static;} */

.header {
	padding-top: 0.35rem;
}

.panel {
	border-color: #a2c8f3;
}

.panel.callout {
	border-color: #4eb9e8;
	padding: 0.8rem 1rem;
	background: rgba(226, 250, 255, 0.45) none repeat scroll 0 0;
}

.panel.callout:last-child {
	margin-bottom: 0px;
}

.title {
	font-size: 1.75rem;
	text-align: center;
	margin-top: 1.85rem;
	font-weight: bold;
}

.main-subtitle {
	font-size: 1.20rem;
}

.services-container {
	margin-top: 2rem;
	background: transparent;
	border: none;
}

.services-container.first {
	margin-top: 0rem;
}

.services-list li {
	margin: 10px 15px;
	display: flex;
}

.services-list li div:first-of-type {
	width: 70%;
}

.services-list li div:last-of-type {
	width: 30%;
}

.services {
	font-weight: bold;
}

.panel.callout h2.article-title {
	margin: 2rem auto;
}

.logo {
	float: left;
	margin-top: 5px;
}

.saint-pic {
	float: right;
}

.menu-container {
	margin: 0.35rem auto 2rem;
	border-top: solid 1px #a2c8f3;
	border-bottom: solid 1px #a2c8f3;
	font-weight: bold;
}

.menu {
	font-size: 1.5rem;
	margin-bottom: 0px;
}

.menu li {
	margin-left: 0.35rem;
}

.menu a {
	padding: 0px 1rem;
	text-transform: capitalize;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #666;
}

.menu a.active {
	background: #47b8ea;
	color: #fff;
}

.menu a:hover {
	color: #000;
}

.languages-container {
	padding-right: 0px;
}

.languages {
	font-size: 1.1rem;
	text-align: right;
	text-transform: uppercase;
	margin-top: 0.50rem;
}

.languages a {
	padding: 0px 0.35rem;
}

.languages a.active {
	background: #47b8ea;
	color: #fff;
}

.u-list {
	list-style-type: none;
	margin-top: 1.25rem;
	margin-left: 0px;
	font-size: 1.10rem;
}

.u-list p {
	font-size: 1.10rem;
}

.button[disabled] {
	background-color: #9b9b9b;
}

.button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus {
	background-color: #8b8b8b;
}

.footer {
	text-align: center;
	border-top: solid 1px #a2c8f3;
	padding: 10px;
	margin-top: 2rem;
	font-size: 0.9rem;
}

.mb20 {

}

.bga {
	text-align: center;
}

.table-services-list {
	border-collapse: collapse;
}

.table-services-list thead tr:nth-of-type(odd) {
	background-color: rgba(226, 250, 255, 0.95);
}

.table-services-list tbody tr:nth-of-type(odd) {
	background-color: rgba(226, 250, 255, 0.25);
}

table tbody tr.even, table tbody tr.alt, table tbody tr:nth-of-type(even) {
	background-color: rgba(226, 250, 255, 0.75);
}

.table-services-list tr td:nth-of-type(2), .table-services-list tr td:nth-of-type(3),
.table-services-list tr th:nth-of-type(2), .table-services-list tr th:nth-of-type(3){
	width: 17%;
	text-align: right;
}

.iframe-container {

}

.iframe-container iframe {
	width: 100%;
	border: none;
	min-height: 600px;
}

