@charset "UTF-8";
/*-------------------------------------------------------------------------------------------*/
/* CORE VER. 102016_V2 */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------- -----------------------------------------------------------------*/

/* /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/*-------------------------------------------------------------------------------------------*/
/* BASE */
/*-------------------------------------------------------------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Avenir", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 150%;
	color: #000;
	background: #CCC;
}

/*-------------------------------------------------------------------------------------------*/
/* STYLE */
/*-------------------------------------------------------------------------------------------*/

a:link, a:visited {
	color: #0084B4;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #0084B4;
	cursor: pointer;
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

/*-------------------------------------------------------------------------------------------*/
/* FORMATTING */
/*-------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

sup {
	font-size: 8px;
}

em {
	font-style: italic;
}

p {
	margin-bottom: 10.5px;	
}

/*-------------------------------------------------------------------------------------------*/
/* USEFUL */
/*-------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.thin-space {
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	margin: 15px 0 15px 0;
}

.middle-space {
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	margin: 25px 0 25px 0;
}

code {
	/*display: none;*/
	  padding: .2rem .5rem;
	  margin: 0 .2rem;
	  font-size: 90%;
	  white-space: nowrap;
	  background: #F1F1F1;
	  border: 1px solid #E1E1E1;
	  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

.separator {
	width: 100%;
	height: 1px;
	position: relative;
	display: block;
	margin: 30px 0;
	border-top: 1px solid #000;	
}

.text-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -ms-column-gap: 40px;
    -o-column-gap: 40px;
    column-gap: 40px;
}

/*-------------------------------------------------------------------------------------------*/
/* STRUCTURE */
/*-------------------------------------------------------------------------------------------*/

.boxed-container {
	width: 100%;
	position: relative;
	/**max-width: 1800px;
	*min-width: 1000px;*/
	margin: 0 auto 0;
	padding: 0 0 0;
}

.container {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 5%;
}

.main {
    width: 66.666%;
    min-height: 200px;
    position: relative;
    float: left;
    padding: 25px 0 50px;
    margin: 0;
}

.sidebar {
    width: 27%;
    min-height: 400px;
    position: relative;
    float: right;
    overflow: hidden;
    margin: 0;
    padding: 25px 0 0;
}

.full-page .main {
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	padding-top: 60px;
}

#header {
	position: relative;
	padding: 15px 0;
	margin: 0;
	z-index: 99;
}

#subheader {
	width: 100%;
	height: auto;
	margin: 0 0 0;
	padding: 20px 0;
	background: #333;
	z-index: 99;	
}

.subheader-content {
	padding: 5px 0;
}

/*-------------------------------------------------------------------------------------------*/
/* NAVIGATION MODULE */
/*-------------------------------------------------------------------------------------------*/

.navigation-module {
	width: auto;
	float: right;
	margin: 25px 0 0;
	z-index: 99;
}

ul.nav {
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 99;
}

ul.nav li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	padding: 0;
}

ul.nav li a {
	color: #EEE;
	padding: 15px 15px 15px;
	margin: 0;
	display: block;
}

ul.nav li a:hover {
	color: #000;
	background: #FFF;
}

ul.nav li a.current {
	color: #000;
	background: #FFF;
}


/*-------------------------------------------------------------------------------------------*/
/* STYLE */
/*-------------------------------------------------------------------------------------------*/

.title-page {
	font-size: 40px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;
	line-height: 110%;
	margin: 0;
}

.subtitle-page {
	font-size: 18px;
	font-weight: normal;
	display: block;
	line-height: 120%;
	margin: 15px auto 0;
	color: #666;
}

.title-section {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0px;
	line-height: 110%;
	margin: 0;
	color: #000;
}

.subtitle-section {
	font-size: 15px;
	font-weight: normal;
	display: block;
	line-height: 120%;
	margin: 15px auto 0;
	color: #666;
}

.top-section {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	display: block;
}

.title-paragraph, .alternative-heading {
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0;
	color: #333;
	margin: 0 0 15px;
}

.title-column {
	font-size: 17px;
	font-weight: 600;
	font-style: normal;
	line-height: 140%;
	color: #333;
	margin-bottom: 5px;
}

.title-feature {
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

/*-------------------------------------------------------------------------------------------*/
/* SECTION */
/*-------------------------------------------------------------------------------------------*/

.section {
	width: 100%;
	height: auto;
	position: relative;
	background: #FFF;
}

.section-content {
	margin: 0 auto 0;
	padding: 60px 0 60px;
}

.section.thin-section .section-content {
	margin: 0 auto 0;
	padding: 30px 0 60px;
}

.section-head {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0 auto 0;
	padding: 0 0 30px;
}

.section-head.c-text {
	width: 80%;
	padding: 0 10% 30px 10%;	
}

.section-head.c-text .title-section, .section-head.c-text .subtitle-section {
	text-align: center;	
}

.section-head.c-text .subtitle-section {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

.section-head.s-head .title-section, .section-head.s-head .top-line {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;	
}


.section.c1-section {
	background: #008798;
}

.section.c2-section {
	background: #57CFDE;
}

.section.c3-section {
	background: #444;
}

.section.cta-section {
	background: #444;
}

.section.a-section {
	background: #F5F5F5;
}

.section.c-section p, .section.c-section ul.list-items, .section.c-section .title-section, .section.c-section .subtitle-section, .section.c-section .top-section, .section.c-section .title-paragraph, .section.c-section .title-column {
	color: #FFF;
}

.section.c-section .boxed-column p, .section.c-section .boxed-column ul.list-items, .section.c-section .boxed-column .title-section, .section.c-section .boxed-column .subtitle-section, .section.c-section .boxed-column .top-section {
	color: inherit;
}

.section.s-border-top {
	border-top: 1px solid #DDD;
}

.section.s-border-bottom {
	border-bottom: 1px solid #DDD;
}

.section.no-top-pad .section-content {
	padding-top: 0;	
}

.section.no-bottom-pad .section-content {
	padding-bottom: 0;	
}

.section.full-section {
	min-height: 200px;
	padding: 40px 0;
	overflow: hidden;
	background: #333;	
}

/*-------------------------------------------------------------------------------------------*/
/* COLUMN */
/*-------------------------------------------------------------------------------------------*/

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
	height: auto;
	position: relative;
	padding: 0;
}

.column.one-half {
	width: 45%;
}

.column.one-third {
	width: 30%;
	height: auto;
	float: left;
	margin: 0;
}

.column.one-third.c-middle {
	margin: 0 5%;
}

.column.one-third.full-column {
	width: 33.333%;
	height: auto;
	float: left;
	margin: 0;
}

.column.two-third {
	width: 65%;
	height: auto;
	float: left;
	margin: 0;
}

.column.one-fourth {
	width: 25%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 2%;
}

.column.three-fourth {
	width: 75%;
	height: auto;
	position: relative;
	margin: 0;
}

.column.two-fourth.c-middle {
	margin: 0 2%;	
}

.column.one-fifth {
	width: 20%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
}

.column.c-left {
	float: left;
}

.column.c-right {
	float: right;
}

.column.c-middle {
	float: left;
}

.column-content, .content-column {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 5%;
}

.boxed-column .content-column, .boxed-column .column-content {
	background: #FFF;
	padding: 30px 5%;	
}


.column-content.c-text .title-paragraph, .column-content.c-text .title-column, .column-content.c-text p, .content-column.c-text .title-paragraph, .content-column.c-text .title-column, .content-column.c-text p {
	text-align: center;	
}

.thumb-column {
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 0;
	background: #EEE;
}

.thumb-column img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}

.thumb-column .wp-post-image {
	margin: 0;	
}

.column.boxed-column .column-content {
	background: #FFF;
}

/*-------------------------------------------------------------------------------------------*/
/* IMAGES */
/*-------------------------------------------------------------------------------------------*/

img.img-responsive {
	width: 100%;
	/*max-width: 700px;*/
	height: auto;
	display: block;
	margin: 0 auto;	
}

iframe.yt-responsive {
	width: 100%;
	max-width: 640px;
	height: auto;
	min-height: 350px;	
}

/*-------------------------------------------------------------------------------------------*/
/* FORM */
/*-------------------------------------------------------------------------------------------*/

#form-module {
	width: 100%;
	position: relative;
	margin: 60px auto 0;
}

#form-module label {
	font-size: 14px;
	color: #212B3B;
	display: block;
	margin: 0 0 5px;
	font-weight: 500;
}

.input-text, .input-textarea {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	background: #FFF;
	border-radius: 2px;
	border: 1px solid #CCC;
	box-shadow: none;
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	}

.input-textarea { height: 220px; }

.wpcf7-form-control.wpcf7-select {
	background-attachment: scroll!important;
    background-image: url('images/arrow-select.jpg'); 
    background-repeat: no-repeat;
    background-position: 97.5% center;
	-webkit-appearance: none;
	width: 100%;
	height: 54px;
	border: 1px solid #CCC;
	padding: 15px;
    margin-bottom: 30px;
}

.full-field {
	box-sizing: border-box;
	margin: 0 0 15px;
}

.half-field {
	width: 48%;
	float: left;
	box-sizing: border-box;
	margin: 0 0 15px;
}

.half-field .input-text {
	width: 100%;
}

.half-field.right {
	float: right;
	
}

.l-info {
  display: block;
  margin: -4px 0 10px;
  font-size: 14px;
  font-weight: normal;
}

/*-------------------------------------------------------------------------------------------*/
/* BUTTON */
/*-------------------------------------------------------------------------------------------*/

.btn, a.btn, #comments-submit-button {
	position: relative;
	background-color: #000;
  	border-color: #000;
  	border-width: 1px;
  	border-radius: 0px;
  	color: #ffffff;
  	font-size: 11px;
  	font-style: normal;
  	font-weight: 700;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  	height: auto;
  	line-height: 100%;
	padding: 15px 30px;	
}

.btn:hover, a.btn:hover, #comments-submit-button:hover {
	cursor: pointer;
	background-color: #454e50;
}

.button, a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  -webkit-appearance: none !important;
  box-sizing: border-box; 
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/*-------------------------------------------------------------------------------------------*/
/* SLIDER */
/*-------------------------------------------------------------------------------------------*/

#slider {
	width: 100%;
	min-height: 850px;
	height: 850px;
	position: relative;
	overflow: hidden;
	background: #CCC;
}

.slide {
	width: 100%;
	display: none;	
}

.slide, #slider .slide .container {
	height: 850px;
	position: relative;
}

#slider, .slide {
    height: 100%;
    max-height: 1000px;
}

#slider .slide .container .content {
	width: 100%;
	position: absolute;
	top: 30%;
	left: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 40px 0 0;
    text-align: left;
}

.title-slide {
	display: block;
	font-size: 50px;
	font-weight: 500;
	color: #FFF;
	/*text-shadow: 1px 1px 5px rgba(0,0,0,.6);*/
	margin-bottom: 15px;
	text-align: center;
}

.subtitle-slide {
	font-size: 18px;
	color: #FFF;
	line-height: 140%;
	display: block;
    margin: 30px 0 30px;
	text-align: center;
}

.slide.slide-1 {
	background: #F00;
	background-position: 50% 0%;
	background-size: cover;	
}

.slide.slide-2 {
	background: #090;
	background-position: 50% 50%;
	background-size: cover;	
}

.cycle-slideshow a.slide-control {
	/*opacity: 1;*/
	padding: 0 0 4px;
	margin: 0;
	color: #888;
}

.slide-control.left, .slide-control.right {
	top: 48%;
	border-radius: 0;
	background: rgba(255,255,255,0.7);	
}

.slide-control.left {
	left: 0px;
}

.slide-control.right {
	right: 0px;
}

.sub-slider {
	padding: 20px 5%;
	color: #FFF;
	text-align: center;
	background: #444;
}

/*-------------------------------------------------------------------------------------------*/
/* SLIDE NAV / PAGER */
/*-------------------------------------------------------------------------------------------*/

.slide-nav {
	width: auto;
	position: relative;
	margin: 30px 0 30px;
}

.slide-nav-item, .slide-nav-item2 {
	width: 10px;
	height: 10px;
	position: relative;
	display: inline-block;
	margin: 0 4px;
	border-radius: 50%;
	border: 2px solid #FFF;
	background: #AAA;
}

.slide-nav-item:hover, .slide-nav-item:hover {
	cursor: pointer;	
}

.slide-nav-item.cycle-pager-active {
	border: 2px solid #DDD;
	background: #666;
}

.slide-pager {
	width: 88px;
	height: 20px;
	position: relative;
	margin: -30px auto 0;
	z-index: 999;	
}

.slide-control.left, .slide-control.right {
	position: absolute;
	background-image: none;
	opacity: 1;
	text-shadow: none;
	width: 45px;
	height: 45px;
	background: transparent;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	border-radius: 2px;
	color: #666;
	top: 50%;
	z-index: 999;
}

.slide-control.left:hover, .slide-control.right:hover {
	color: #eeeeee;
}
.slide-control.left {
	left: 5%;
}
.slide-control.left .fa-angle-left {
	padding-right: 2px;
}
.slide-control.right {
	right: 5%;
}
.slide-control.right .fa-angle-right {
	padding-left: 2px;
}

/*-------------------------------------------------------------------------------------------*/
/* MASTHEAD */
/*-------------------------------------------------------------------------------------------*/

.masthead {
	width: 100%;
	height: auto;
	min-height: 200px;
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	background: #BBB;
	background-size: cover;	
}

.masthead .main-title {
    padding: 60px 0 40px;
}

/*-------------------------------------------------------------------------------------------*/
/* FLEXSLIDER */
/*-------------------------------------------------------------------------------------------*/

.flexslider {
    margin: 0 0 60px;
    background: #FFF;
    border: 2px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider.page-flexslider .flex-viewport { 
	/**max-height: 600px;	*/
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #FFF;
    text-shadow: none;
	text-align: center;
	background: #cf0a2c;
}

.flex-direction-nav a:before {
	width: 40px;
    height: 40px;
	display: block;
    font-family: "flexslider-icon";
    font-size: 14px;
	line-height: 40px;
    content: '\f001';
    color: #FFF;
    text-shadow: none;
	text-align: center;
}

.flex-direction-nav .flex-prev {
	left: 10px;	
}

.flex-direction-nav .flex-next {
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
	border: 4px solid;
	border-color: #FFF;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.flex-control-paging li a:hover {
  background: #CCC;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #AAA;
  border-color: #AAA;
  cursor: default;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: #FFF;
    text-shadow: none;
    text-align: center;
    background: transparent;
}

.flex-direction-nav a:before {
    width: 40px;
    height: 40px;
    display: block;
    font-family: "flexslider-icon";
    font-size: 30px;
    line-height: 40px;
    content: '\f001';
    color: #FFF;
    text-shadow: none;
    text-align: center;
}

.flex-control-paging li a {
	background: #7BBEBA;	
}

.flex-control-paging li a:hover {
  background: #7BBEBA;
}
.flex-control-paging li a.flex-active {
  background: #669F9E;
  border-color: #669F9E;
  cursor: default;
}

/*-------------------------------------------------------------------------------------------*/
/* LIST */
/*-------------------------------------------------------------------------------------------*/

ul.list-items {
	margin: 30px 0;
}

ul.list-items li {
	list-style: square inside;
}

/*-------------------------------------------------------------------------------------------*/
/* FULL SECTION */
/*-------------------------------------------------------------------------------------------*/

.full-side-section {
    position: absolute;
    top: 0;
    height: 100%;
    min-height: 600px;
    background: #F00;
    background-size: cover;
}

.full-side-section.one-fourth-section {
	width: 25%;
}

.full-side-section.one-half-section {
	width: 50%;
}

.full-side-section.two-third-section {
	width: 75%;
}

.full-side-section.all-section {
	width: 100%;
}

.full-side-section.s-right {
	right: 0;	
}

.full-side-section.s-left {
	left: 0;	
}

.side-1-section {
	background: #0C3;
}

.side-2-section {
	background: #0F0;	
}

.side-3-section {
	background: #F00;
	background-size: cover;	
}

.full-side-section.special-full-side {
	max-width: 700px;
	min-height: inherit;
	height: auto;	
}

.full-side-section.special-full-side.special-1 {
	top: -50px;
}

.full-side-image {
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
}

.full-side-box {
	width: 100%;
	height: auto;
	position: relative;
	box-sizing: border-box;
	padding: 40px 8%;
	color: #FFF;
	background: #1EA59A;
}

/*-------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------*/

#footer .footer-content {
    padding: 50px 0;
}

/*-------------------------------------------------------------------------------------------*/
/* COOKIE */
/*-------------------------------------------------------------------------------------------*/

#cn-notice-text {
	font-family: "Arial", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: normal;
	font-size: 14px;
}

#cookie-notice .button.bootstrap {
	height: 30px;
}

.page-id-1262 .full-page h1,
.page-id-1262 .full-page h2,
.page-id-1262 .full-page h3,
.page-id-1262 .full-page h4,
.page-id-1262 .full-page h5,
.page-id-1262 .full-page h6 {
	margin-bottom: 1em;
}

.page-id-1262 .full-page ul {
	list-style: disc;
	margin-left: 1em;
	padding-left: 40px;
	margin-bottom: 1em;
}

.page-id-1262 .full-page table {
	margin-bottom: 1em;
	margin-top: 1em;
}

.page-id-1262 .full-page table,
.page-id-1262 .full-page th,
.page-id-1262 .full-page td {
	border: 1px solid gray;
}

.page-id-1262 .full-page th,
.page-id-1262 .full-page td {
	padding: 10px;
}
