/*@inputBg:#e2e1de;
@inputBorder:#f8f8f7;
@submitBg:#929a90;
@submitClr:#eaebe9;*/
.fontLight {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.font {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fontMedium {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.fontBold {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 700;
}
.fontItalic {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.justify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.justify:after {
  content: "";
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* RESET */
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,
sup,
tt,
var,
b,
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,
select,
input {
  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;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
textarea {
  resize: none;
}
.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.mobile {
  display: none;
}
body,
html {
  height: 100%;
  width: 100%;
}
html {
  background: #ffffff;
}
body {
  background-color: #18425d;
  font-size: 18px;
  line-height: 1.5em;
  color: #000000;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #80a9c3;
  line-height: 1em;
}
h1 {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.22222222em;
  padding: 2.1em 0 0.3em 0;
  margin-bottom: 0.6em;
  line-height: 1.4em;
  word-break: break-word;
}
h2 {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.22222222em;
  padding-bottom: 0.4em;
  margin: 0.4em 0;
}
h3 {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.88888889em;
  padding-bottom: 0.2em;
  margin: 0.2em 0 0.4em;
}
h4 {
  font-size: 1.11111111em;
  padding-bottom: 0.4em;
  margin: 0.4em 0 1em;
}
h5 {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
}
p {
  font-size: 1em;
  margin: 0 0 0.6em 0;
  line-height: 1.5em;
}
strong {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 700;
}
italic {
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
}
label {
  display: block;
}
/*input[type=submit] { .txtClr(@submitClr); background:@submitBg; width:35%; float: right; margin-top:-0.2em; cursor:pointer;  }
input, select, textarea { width:90%; margin:0.2em 0; padding:0.35em 5%; .fontSize(14,18); .txtClr; .fontLight; background:@inputBg; border:1px solid @inputBorder; }*/
select {
  width: 100%;
}
textarea {
  padding: 0.7em 5%;
  min-height: 70px;
}
::-webkit-input-placeholder {
  color: #000000;
}
:-moz-placeholder {
  color: #000000;
}
::-moz-placeholder {
  color: #000000;
}
:-ms-input-placeholder {
  color: #000000;
}
div.divider {
  margin: 1em 0;
}
hr {
  border: none;
  height: 1px;
  background: #80a9c3;
}
a {
  text-decoration: none;
  color: #c00000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
}
a:hover {
  color: #18425d;
}
a.more {
  display: block;
}
a.more:before {
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 0.65em;
}
a.extern {
  display: block;
}
a.extern:before {
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f08e";
  font-size: 0.65em;
}
a.email {
  display: block;
}
a.email:before {
  padding-right: 15px;
  font-family: FontAwesome;
  content: "\f0e0";
  font-size: 0.8em;
}
a.print:before,
a.pdf:before {
  position: absolute;
  top: 3px;
  left: 0;
}
a.phone {
  color: #80c3b9;
}
a.phone:hover {
  color: #c00000;
}
.wdth {
  width: 1120px;
  margin: 0 auto;
}
table {
  width: 100%;
}
table td {
  font-size: 0.77777778em;
  margin: 0;
  padding: 5px 0;
  line-height: 1.5em;
  text-align: left;
  width: 50%;
}
.csc-default {
  margin-bottom: 1.6em;
}
#overlay {
  background: #ffffff;
  opacity: 0;
  -webkit-transform: translateZ(0);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*display:none;*/
}
#overlay.visible {
  opacity: 0.7;
  z-index: 9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
}
.tx-indexedsearch-descr {
  font-style: normal !important;
}
.tx-indexedsearch-searchbox-sword {
  border: 1px solid #80a9c3;
  font-size: 0.77777778em;
  width: 100%;
  padding: 4px;
  margin: 0 25px;
}
/*body.navOpen #overlay { opacity:0.7; z-index:9; }*/
/*div.csc-textpic-center{
	.csc-textpic-center-inner { text-align:justify; }
}

div.csc-textpic {
	div.csc-textpic-imagerow { display:inline-block; }
	.csc-textpic-imagewrap {
		.csc-textpic-imagerow-last {
			.csc-textpic-image { margin-bottom:10px; }
		}
	}
}*/
header #top {
  background: #18425d;
}
header #top .wdth {
  position: relative;
}
header #top .wdth p {
  color: #80c3b9;
  padding: 10px 0;
  display: inline-block;
}
header #top .wdth .searchForm {
  display: inline-block;
  margin: 5px 0 6px;
  position: absolute;
  right: 0;
}
header #top .wdth .searchForm #search {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  line-height: 28px;
  font-size: 0.77777778em;
  padding: 0 5px;
  width: 200px;
}
header #top .wdth .searchForm button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 0.4em;
}
header #top .wdth .searchForm button i {
  color: #80c3b9;
  cursor: pointer;
  font-size: 1.14285714em;
  visibility: visible;
}
header #top .wdth .searchForm button i:hover {
  color: #c00000;
}
header #mobileLogo {
  display: none;
}
header #mainnavigation {
  margin: 30px auto 35px;
  text-align: center;
}
header #mainnavigation li {
  display: inline-block;
  margin: 0 3%;
  vertical-align: middle;
}
header #mainnavigation li a {
  color: #000000;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
}
header #mainnavigation li a:hover {
  color: #c00000;
}
header #mainnavigation li.active a {
  color: #c00000;
}
header #mobileNavigation,
header #mainnavigationWrapMobile {
  display: none;
}
#wrapper {
  background-color: #ffffff;
}
#wrapper section {
  padding-bottom: 0.6em;
}
#wrapper section #flexslider {
  margin-bottom: 70px;
}
#wrapper section .grid {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
#wrapper section .grid:after {
  content: "";
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#wrapper section .grid .w13 {
  display: inline-block;
  width: 30.53571429%;
}
#wrapper section .grid .w13 h2 {
  margin-top: 7px;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.11111111em;
  padding-bottom: 0;
  margin-bottom: 0.45em;
}
#wrapper section .grid .w13 .csc-textpic {
  border-top: 2px solid #80a9c3;
}
#wrapper section #breadcrumb {
  margin-bottom: 3.5em;
}
#wrapper section #breadcrumb li {
  color: #aeaeae;
  float: left;
  padding-right: 1em;
  font-size: 0.66666667em;
  line-height: 1em;
}
#wrapper section #breadcrumb li a {
  color: #aeaeae;
  position: relative;
  line-height: 1em;
}
#wrapper section #breadcrumb li a:before {
  font-size: 0.66666667em;
  font-family: FontAwesome;
  content: "\f054";
  padding-right: 1.4em;
}
#wrapper section #breadcrumb li a:hover {
  color: #18425d;
}
#wrapper section aside {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  width: 280px;
}
#wrapper section aside h3 {
  border-bottom: 1px solid #80a9c3;
  font-size: 0.88888889em;
  margin-bottom: 0.85em;
}
#wrapper section #subnavigation li a {
  color: #000000;
  padding-left: 0.9em;
  font-size: 0.77777778em;
}
#wrapper section #subnavigation li a:hover {
  color: #c00000;
  text-decoration: none;
}
#wrapper section #subnavigation li:before {
  font-size: 0.27777778em;
  font-family: FontAwesome;
  content: "\f04d";
  color: #c00000;
  position: absolute;
}
#wrapper section #subnavigation li.active a {
  color: #c00000;
}
#wrapper section #subnavigation li.active ul {
  padding-left: 12px;
}
#wrapper section #subnavigation li.active ul li a {
  color: #000000;
}
#wrapper section #subnavigation li.active ul li a:hover {
  color: #c00000;
  text-decoration: none;
}
#wrapper section #subnavigation li ul {
  padding-left: 12px;
}
#wrapper section #subnavigation li ul li {
  /*a { color:@linkClrHvr; }*/
}
#wrapper section .grid {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
#wrapper section .grid:after {
  content: "";
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#wrapper section .grid .w23 {
  display: inline-block;
  width: 64%;
  vertical-align: top;
}
#wrapper section .grid .w13 {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}
#wrapper section .grid .w12 {
  display: inline-block;
  width: 47%;
  vertical-align: top;
}
#wrapper section .grid ul {
  margin-bottom: 24px;
  margin-left: 1.2em;
}
#wrapper section .grid ul li {
  padding-left: 0.9em;
  position: relative;
  text-align: left;
}
#wrapper section .grid ul li:before {
  font-size: 0.27777778em;
  font-family: FontAwesome;
  content: "\f04d";
  color: #c00000;
  position: absolute;
  left: 0;
  top: -0.1em;
}
#wrapper section #contentWrap {
  width: 780px;
  display: inline-block;
}
#wrapper section #contentWrap h1 {
  padding-top: 0;
}
#wrapper section #contentWrap p {
  margin-bottom: 1em;
}
#wrapper section #contentWrap ul {
  margin-bottom: 24px;
  margin-left: 1.2em;
}
#wrapper section #contentWrap ul li {
  padding-left: 0.9em;
  position: relative;
}
#wrapper section #contentWrap ul li:before {
  font-size: 0.27777778em;
  font-family: FontAwesome;
  content: "\f04d";
  color: #18425d;
  position: absolute;
  left: 0;
  top: -0.1em;
}
#wrapper section #contentWrap .grid {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
#wrapper section #contentWrap .grid:after {
  content: "";
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#wrapper section #contentWrap .grid .w23 {
  display: inline-block;
  width: 64%;
  vertical-align: top;
}
#wrapper section #contentWrap .grid .w13 {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}
#wrapper section #contentWrap .csc-sitemap ul {
  margin-bottom: 24px;
}
#wrapper section #contentWrap .csc-sitemap ul li a {
  padding-left: 0.9em;
  font-size: 0.77777778em;
}
#wrapper section #contentWrap .csc-sitemap ul li a:hover {
  color: #18425d;
  text-decoration: none;
}
#wrapper section #contentWrap .csc-sitemap ul li:before {
  font-size: 0.27777778em;
  font-family: FontAwesome;
  content: "\f04d";
  color: #18425d;
  position: absolute;
}
#wrapper section #contentWrap .csc-sitemap ul li ul {
  margin-bottom: 0;
}
#wrapper section #contentWrap .csc-sitemap ul li ul li {
  padding-left: 24px;
}
#wrapper section #contentBottom li {
  border-right: 1px solid #aeaeae;
  float: left;
  margin-right: 1em;
  padding-right: 1em;
  font-size: 0.77777778em;
  line-height: 1em;
}
#wrapper section #contentBottom li a {
  color: #aeaeae;
  position: relative;
  padding-left: 1.4em;
  line-height: 1em;
}
#wrapper section #contentBottom li a.print:before {
  font-family: FontAwesome;
  content: "\f02f";
}
#wrapper section #contentBottom li a.pdf:before {
  font-family: FontAwesome;
  content: "\f1c1";
}
#wrapper section #contentBottom li a:hover {
  color: #18425d;
}
#wrapper section #contentBottom li:nth-child(2) {
  border: none;
}
#wrapper section .tx-powermail h3 {
  display: none;
}
#wrapper section .tx-powermail fieldset legend {
  display: none;
}
#wrapper section .tx-powermail fieldset div {
  margin-bottom: 25px;
}
#wrapper section .tx-powermail fieldset div label {
  font-size: 0.77777778em;
}
#wrapper section .tx-powermail fieldset div input,
#wrapper section .tx-powermail fieldset div textarea {
  border: 1px solid #80a9c3;
  font-size: 0.77777778em;
  width: 100%;
  padding: 4px;
}
#wrapper section .tx-powermail fieldset div.powermail_fieldwrap_captcha {
  position: relative;
}
#wrapper section .tx-powermail fieldset div.powermail_fieldwrap_captcha input {
  width: 80%;
}
#wrapper section .tx-powermail fieldset div.powermail_fieldwrap_captcha img {
  position: absolute;
  top: 36px;
  right: 25px;
}
footer {
  background-color: #18425d;
  padding-top: 3em;
}
footer h4 {
  border-bottom: 1px solid #80c3b9;
  color: #80c3b9;
  text-align: left;
}
footer .grid {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
footer .grid:after {
  content: "";
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer .grid .w13 {
  display: inline-block;
  width: 30.53571429%;
  vertical-align: top;
}
footer .grid .w13 li a {
  color: #ffffff;
  padding-left: 0.9em;
  font-size: 0.77777778em;
}
footer .grid .w13 li a:hover {
  color: #c00000;
  text-decoration: none;
}
footer .grid .w13 li:before {
  font-size: 0.27777778em;
  font-family: FontAwesome;
  content: "\f04d";
  color: #c00000;
  position: absolute;
}
footer #c54 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1136px) {
  .start .csc-textpic-intext-right .csc-textpic-imagewrap {
    margin-left: 0;
  }
  .wdth {
    width: 90%;
  }
  #flexslider {
    width: 100%;
  }
  /*#logo img { width:150px; height:auto; }*/
  .csc-textpic .csc-textpic-imagewrap img {
    height: auto;
    width: 100%;
  }
  section #contentWrap {
    width: 68%;
  }
}
@media only screen and (max-width: 1128px) {
  section #contentWrap {
    width: 66%;
  }
}
@media only screen and (max-width: 1062px) {
  section #contentWrap {
    width: 64%;
  }
}
@media only screen and (max-width: 1004px) {
  section #contentWrap {
    width: 62%;
  }
}
@media only screen and (max-width: 952px) {
  section #contentWrap {
    width: 60%;
  }
}
@media only screen and (max-width: 928px) {
  header #mobileLogo {
    display: block;
    margin: 30px auto 35px;
    text-align: center;
  }
  header #mainnavigation {
    display: none;
  }
  header #mobileNavigation {
    display: block;
    margin: 30px auto 35px;
    text-align: center;
  }
  header #mobileNavigation #mobileNav {
    display: block;
    text-align: center;
    z-index: 2;
    position: relative;
    color: #18425d;
  }
  header #mobileNavigation #mobileNav:before {
    font-family: FontAwesome;
    content: "\f107";
    padding-right: 12px;
  }
  header #mobileNavigation #mobileNav:hover {
    color: #c00000;
  }
  .navOpen #mobileNavigation #mobileNav:before {
    font-family: FontAwesome;
    content: "\f106";
  }
  .navOpen #mainnavigationWrapMobile {
    display: block;
    position: relative;
  }
  .navOpen #mainnavigationWrapMobile ul {
    text-align: left;
  }
  .navOpen #mainnavigationWrapMobile ul li {
    border-bottom: 1px solid #aeaeae;
    padding: 8px 0;
  }
  .navOpen #mainnavigationWrapMobile ul li a {
    display: block;
    color: #18425d;
  }
  .navOpen #mainnavigationWrapMobile ul li a:hover {
    color: #c00000;
  }
  .navOpen #mainnavigationWrapMobile ul li.open > a {
    display: none;
  }
  .navOpen #mainnavigationWrapMobile ul li.sub > a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 0;
  }
  .navOpen #mainnavigationWrapMobile ul li:last-child {
    border-bottom: none;
  }
  .navOpen #mainnavigationWrapMobile ul li .linklist {
    display: none;
  }
  .navOpen #mainnavigationWrapMobile ul li .linklist li {
    padding-left: 12px;
  }
  .navOpen #mainnavigationWrapMobile ul li .linklist li.first {
    border-top: 1px solid #aeaeae;
    margin-top: 4px;
  }
  .navOpen #mainnavigationWrapMobile ul li .linklist li:last-child {
    padding-bottom: 0;
  }
  .navOpen #mainnavigationWrapMobile ul li .linklist2 {
    display: none;
  }
  .navOpen #mainnavigationWrapMobile ul li .linklist2 li {
    padding-left: 12px;
  }
  .navOpen #mainnavigationWrapMobile ul li .linklist2 li.first {
    border-top: 1px solid #aeaeae;
    margin-top: 4px;
  }
  .navOpen #mainnavigationWrapMobile ul li .linklist2 li:last-child {
    padding-bottom: 0;
  }
  section aside {
    display: none;
  }
  section .wdth {
    width: 90%;
  }
  section .wdth .grid .w13 {
    width: 100%;
  }
  section .wdth .grid .w13 img {
    padding: 0 0 0 20px;
  }
  section #contentWrap {
    width: 100%;
  }
  section #contentWrap .grid .w13 img {
    padding: 0 0 0 20px;
  }
  section #contentWrap .tx-powermail fieldset .powermail_fieldwrap_captcha input {
    width: 60%;
  }
  footer .grid .w13 {
    width: 100%;
  }
}
@media only screen and (max-width: 810px) {
  #wrapper section .grid .w12 {
    width: 98%;
  }
}
@media only screen and (max-width: 650px) {
  section #flexslider {
    display: none;
  }
  section #contentWrap .grid .w23,
  section #contentWrap .grid .w13,
  section #contentWrap .grid .w12 {
    width: 100%;
  }
  section #contentWrap .grid .csc-textpic-imagewrap {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  section .wdth .grid .w13 .csc-textpic-imagewrap {
    width: 100%;
  }
  section .wdth .grid .w13 .csc-textpic-imagewrap img {
    padding: 0;
  }
}
@media only screen and (max-width: 590px) {
  header #top .wdth .searchForm #search {
    visibility: visible;
    opacity: 0.0;
    width: 0px;
  }
}
@media only screen and (max-width: 390px) {
  section #contentWrap .tx-powermail fieldset .powermail_fieldwrap_captcha input {
    width: 40%;
  }
  section #contentBottom li {
    border: none;
    line-height: 2em;
  }
}
