/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/


html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
}

body.contentpane {
  background: #fff;
}

* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, div.contentheading, .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
h1, .componentheading {
  font-size: 1.75em;
}
h2, div.contentheading {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

ul, ol {
  padding: .75em 0 .75em 0;
  margin: 0 0 0 35px;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
    list-style: none;
}

p {
  padding: 5px 0;
}

address {
  margin: .75em 0;
  font-style: normal;
}

a:focus {
    outline: none;
}

img {
  border: none;
}

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle;
}

.clr {
	clear : both;
}

.column.column1 {
    width: 25%;
}

.column.column2 {
    width: 0%;
}

.column.main {
    width: 75%;
}

.column.center {
    width: 100%;
}

.noleft .center {
    width: 100%;
}

.noleft .column2 {
    width: 0%;
}

.noleft .main {
    width: 100%;
}

.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc, .flexiblecolumn {
    float: left;
}

/* for equalheights */
.equalheights > .inner > .clr {
	display: none;
}

.equalheights > .inner,
.equalheights .maincenter > .inner {
	display: flex;
}

.equalheights .flexiblemodule,
.equalheights .column {
	display: flex;
}

.equalheights .flexiblemodule > .inner,
.equalheights .column > .inner {
	max-width:100%;
	width: 100%;
	box-sizing: border-box;
}


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
}

.container {
	width: 1000px;
}

.container-fluid {
	max-width: 1000px;
}

body {
	background: #ddd8d2;
	color: #111933;
}

a {
	color: #56638f;
}


a:hover {
	color: #111933;
	text-decoration: underline;
}

h1, div.componentheading {
	color: #2f5587;
	font-size: 3em;
	font-family: 'merriweather_sansbook';
}

h2, div.contentheading {
	color: #2f5587;
	font-size: 2.8em;
	font-family: 'pt_sans_narrowregular';
}

h3 {
	color: #2f5587;
	font-size: 2.6em;
	font-family: 'pt_sans_narrowregular';
}

h4 {
	color: #2f5587;
	font-size: 2.4em;
	font-family: 'pt_sans_narrowregular';
}

h5 {
	color: #2f5587;
	font-size: 2.2em;
	font-family: 'pt_sans_narrowregular';
}

h6 {
	color: #2f5587;
	font-size: 2em;
	font-family: 'pt_sans_narrowregular';
}

#wrapper {
	background: #ddd8d2;
	background-image: url("bodywrapper-gradient.svg");
	background-image: -o-linear-gradient(center top,#ddd8d2,#f4eee8 25%,#f4eee8 60%, #ddd8d2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ddd8d2),color-stop(25%,#f4eee8),color-stop(60%,#f4eee8), color-stop(100%, #ddd8d2));
	background-image: -moz-linear-gradient(center top,#ddd8d2,#f4eee8 25%,#f4eee8 60%, #ddd8d2 100%);
	background-image: linear-gradient(center top,#ddd8d2,#f4eee8 25%,#f4eee8 60%, #ddd8d2 100%);
	-pie-background: linear-gradient(center top,#ddd8d2,#f4eee8 25%,#f4eee8 60%, #ddd8d2 100%);

                    }

/*shadow start*/
#wrapper {
	position: relative;
	z-index: 0;
}

#wrapper > div.inner {
	position: relative;
}

#wrapper > div.inner:before {
	content: "";
	visibility:visible;position:absolute; z-index:-1;-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);box-shadow:0 0 20px rgba(0,0,0,0.8);top:50%;bottom:0;left:10px;right:10px;-moz-border-radius:100px / 10px;border-radius:100px / 10px;
}

#wrapper > div.inner:after {
	content: "";
	visibility:visible;position:absolute; z-index:-1;-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);box-shadow:0 0 20px rgba(0,0,0,0.8);top:50%;bottom:0;left:10px;right:10px;-moz-border-radius:100px / 10px;border-radius:100px / 10px;
}
#wrapper > div.inner {
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
/*shadow end*/

#wrapper > div.inner {
	background: #ffffff;
	border: #e0e4cc 1px solid;
	margin-top: 30px;
	margin-bottom: 50px;
}

#header-logo > div.inner {
	background: #ffffff;
}

#header-title > div.inner {
	background: #ffffff;
	color: #000000;
	text-align: left;
	font-family: 'merriweather_sansbook';
}

#header-title div.moduletable h3, #header-title div.module h3,
#header-title div.moduletable_menu h3, #header-title div.module_menu h3 {
	font-size: 3.6em;
	font-family: 'pt_sans_narrowregular';
}

#left > div.inner {
	background: #ffffff;
	padding: 20px;
}

#left ul.menu li a, #left ul.menu li span.separator {

}

#left ul.menu li a, #left ul.menu li span.separator {
    display: block;
	color: #bab6b0;
	line-height: 1.2em;
	font-size: 2.5em;
	font-family: 'pt_sans_narrowregular';
}

#left ul.menu li:hover > a, #left ul.menu li:hover > span.separator {
	color: #111933;
}

#left ul.menu li.active > a, #left ul.menu li.active > span.separator {
	color: #2f5587;
}

/*shadow start*/
#main {
	position: relative;
	z-index: 0;
}

#main > div.inner {
	position: relative;
}

#main > div.inner:before {
	content: "";
	z-index: -1;  position: absolute; height:10px; bottom: 15px; left: 10px;  width: 45%; max-width:45%; background: transparent;  -webkit-box-shadow: 0 15px 10px #333333;  -moz-box-shadow: 0 15px 10px #333333;  box-shadow: 0 15px 10px #333333; -webkit-transform: rotate(-3deg);  -moz-transform: rotate(-3deg);  -o-transform: rotate(-3deg);  -ms-transform: rotate(-3deg);  transform: rotate(-3deg);
}

#main > div.inner:after {
	content: "";
	visibility: visible;z-index: -1;  position: absolute; height:10px; bottom: 15px;  width: 45%;  max-width:45%;  background: transparent;  -webkit-box-shadow: 0 15px 10px #333333;  -moz-box-shadow: 0 15px 10px #333333;  box-shadow: 0 15px 10px #333333;   right: 10px;  left: auto;-webkit-transform: rotate(3deg);  -moz-transform: rotate(3deg);  -o-transform: rotate(3deg);  -ms-transform: rotate(3deg);  transform: rotate(3deg);
}
#main > div.inner {
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/*shadow end*/

#main > div.inner {
	background: #ffffff;
	margin-right: 20px;
	padding: 20px;
}

#main div.moduletable h3, #main div.module h3,
#main div.moduletable_menu h3, #main div.module_menu h3 {
	font-size: 2.8em;
	font-family: 'pt_sans_narrowregular';
}

#footer > div.inner {
	color: #99948d;
	margin-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: 'merriweather_sansbook';
}
