/*
 * css/style.css
 */
/* Globals
------------------------------*/

/* Hides test mode notices */

#cj_test_banner,
#cj_overlay,
#cj_overlay .cj-message {
	display: none;
}

/* Globals
------------------------------*/

html, body {
	height: 100%;
}
body {
	background-color: #B1C0CA;
	font-size: 17px;
	font-family: Droid Serif;
	line-height: 1.5;
}
@media screen and (min-width: 881px) {
	body {
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: fixed;
		background-size: cover;
	}
}

img, svg, iframe {
	max-width: 100%;
}
.viewport {
	width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Playfair Display;
}
h1 {
	font-size: 48px;
}
h2 {
  font-size: 38px;
}

h3 {
  font-size: 28px;
}

h4, h5, h6 {
  font-size: 22px;
}
a {
	color: #06b8bd;
}
.pagecontent {
	background: #fff;
	max-width: 780px;
	padding: 15px 30px;
	margin: 0 auto;
}
@media screen and (min-width: 881px) {
	.pagecontent {
		width: 780px;
		padding: 30px 60px;
	}
}
img {
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}


/* Forms
--------------------------------------------------------------*/

label {
  font-size: 14px;
  cursor: pointer;
  display: block;
}

input,
select,
textarea {
	font-family: Droid Serif;
	padding: .35rem 1rem;
}
.btn,
.btn-primary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color: #06b8bd;
	color: #fff;
	border-radius: 3px;
	box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2);
	-webkit-appearance: none;

}
.btn:hover,
.btn-primary:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}
button:focus,
.btn:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.btn:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.btn:active:focus {
	background-color: #06b8bd;
	box-shadow: inset 0 2px rgba(0, 0, 0, 0.15);
	outline: none;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="search"],
input[type="url"],
textarea {
	background-color: #fafafa;
	border: none;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.025), inset 0 1px 1px rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	width: 100%;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	padding: .35rem 1rem;
	background-color: #fff;
	outline: none;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

/*
 * components/global/cmp_dd2d9720-a012-49f0-bab3-6d8171d4cd38/component.css
 */
#cmp_dd2d9720-a012-49f0-bab3-6d8171d4cd38 {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*
 * components/index/cmp_03cbdb46-41ba-43b1-a69a-7e9287699033/component.css
 */
#cmp_03cbdb46-41ba-43b1-a69a-7e9287699033 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#cmp_03cbdb46-41ba-43b1-a69a-7e9287699033 .component-social-links a {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
#cmp_03cbdb46-41ba-43b1-a69a-7e9287699033 .component-social-links a:hover svg path {
	stroke: #06b8bd;
}
#cmp_03cbdb46-41ba-43b1-a69a-7e9287699033 .component-social-links a:hover svg path + path {
	fill: #06b8bd;
	stroke: transparent;
}

/*
 * components/index/cmp_07138286-3aa3-496a-a799-9c482760aec5/component.css
 */
#cmp_07138286-3aa3-496a-a799-9c482760aec5 img {
	max-width: 100%;
}

/*
 * components/index/cmp_c1f43bb7-c28a-48a0-97d5-981264dfc41e/component.css
 */
#cmp_c1f43bb7-c28a-48a0-97d5-981264dfc41e {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}

#cmp_c1f43bb7-c28a-48a0-97d5-981264dfc41e ol {
  list-style: decimal;
  list-style-position: insidone for the;
  color: ;
  font-family: ;
  font-size: ;
}

#cmp_c1f43bb7-c28a-48a0-97d5-981264dfc41e ul {
  list-style: disc;
  list-style-position: inside;
  color: ;
  font-family: ;
  font-size: ;
}