html,body{
  top: 0;
  margin: 0px !important;
  padding: 0px !important;
  height: 100%;
  width: 100%;
  overflow-x:hidden;
  background-color: #eeeeee;
  border: none;
  color: #212121;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 0;
  font-size: 0;
  cursor: default;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  scrollbar-base-color: #cccccc;
  scrollbar-face-color: #405214;
  scrollbar-3dlight-color: #094020;
  scrollbar-highlight-color: #094020;
  scrollbar-track-color: #cccccc;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #094020;
  scrollbar-dark-shadow-color: #094020;
  -webkit-tap-highlight-color: #B8C7B8;
}

::-webkit-scrollbar {width:6px;height:6px;}
::-webkit-scrollbar-button {width:0px;height:0px;background-color:#cccccc;}
::-webkit-scrollbar-track {background-color:#cccccc;}
::-webkit-scrollbar-track-piece {background-color:#cccccc;}
::-webkit-scrollbar-thumb {height:6px; background-color:#094020; border-radius:3px;}
::-webkit-scrollbar-corner {background-color:#cccccc;}
::-webkit-resizer {background-color:#cccccc;}
::selection {background-color:#036301;color:#ffffff;}
::-moz-selection {background-color:#036301;color:#ffffff;}
::-o-selection {background-color:#036301;color:#ffffff;}
::-ms-selection {background-color:#036301;color:#ffffff;}
::-webkit-selection {background-color:#036301;color:#ffffff;}

h1,h2,h3,h4,h5{ margin: 0px; display: inline; word-wrap: break-word; }
p{ margin: 0px; padding: 0px; word-wrap: break-word; max-height: 5000px; }
hr{ border:0; background: #dddddd; height:1px; width:100%; }
form{ display: inline; margin: 0; }
ul{ margin: 0px; padding-left: 20px; }
b{ font-weight: 700; }
a{ outline: none; text-decoration: none;color:#000000;word-wrap: break-word; }
a:focus{ outline: none; }
a:hover{ text-decoration: none; color: #323232; word-wrap: break-word; }
input{ -webkit-appearance: none; }
input[type=checkbox]{ -webkit-appearance: checkbox; }
input[type=radio]{ -webkit-appearance: radio; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 100px #fafafa inset !important; }
input:focus { outline: none; }
textarea{ resize: none; }
textarea:focus { outline: none; }

*{
  -webkit-font-smoothing: antialiased;
  outline: none;
}

.white{ color: #ffffff !important; }
.white_back{ background-color: #ffffff !important; }
.dark{ color: #212121 !important; }
.dark_back{ background-color: #212121 !important; }
.dark_back_transparant{ background-color: rgba(0,0,0,0.4) !important; }
.light{ color: #ffffff !important; }
.light_back{ background-color: #ffffff !important; }
.green{ color: #09401F !important; }
.green_back{ background-color: #09401F !important; }
.grey{ color: #eeeeee !important; }
.grey_back{ background-color: #eeeeee !important; }

.header{
  display:table-cell;
  width: 100%;
  background-color:#ffffff;
  padding:12px 0px;
  z-index:350;
  text-align:center;
}
.logo{
  display:inline-block;
  height:28px;
  margin-right: 1px;
  z-index: 500;
}
.headertext{
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size:36px;
  line-height:1em;
  font-weight:400;
  margin-left: 1px;
  color: #222222;
}
.buttonmenu_background{
  display:table-cell;
  width: 100%;
  background: #DCDCDC;
  text-align: center;
  z-index:800;
}
.buttonmenu{
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  white-space: nowrap;
  margin-left:auto;
  margin-right:auto;
  z-index:900;
}
.buttonsubmenu{
  position:absolute;
  background:#dddddd;
  left:-15px;
  width:auto;
  top:10px;
  margin-left:auto;
  margin-right:auto;
  padding:0 15px;
  z-index:1200;
  text-align:left;
  line-height:1.3em;
}
.buttonsubmenu2{
  display:inline-block;
  position: relative;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 964px;
  padding: 6px 0px;
  text-align: center;
  white-space: nowrap;
  border-top:solid 1px #d8d8d8;
}
.buttonsubsubmenu{
  display:inline-block;
  background:#eb3238;
  width:auto;
  position:relative;
  left:-20px;
  top:6px;
  margin-left:auto;
  margin-right:auto;
  padding:0 20px;
  z-index:1300;
  text-align:left;
  line-height:1.3em;
}

.menubutton{
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #282828;
  background: none;
  padding: 7px 0px 7px 0px;
  margin-left:10px;
  margin-right:10px;
  white-space: nowrap;
  cursor: pointer;
  text-align:center;
  vertical-align:top;
  text-transform: uppercase;
}
.menubutton:hover{
  color: #036301;
}
.menubutton_on{
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #036301;
  background: none;
  padding: 7px 0px 7px 0px;
  margin-left:10px;
  margin-right:10px;
  white-space: nowrap;
  cursor: pointer;
  text-align:center;
  vertical-align:top;
  text-transform: uppercase;
}
.menubutton_on:hover{
  color: #036301;
}

.submenubutton{
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #282828;
  background: none;
  padding: 7px 0px 7px 0px;
  white-space: nowrap;
  cursor: pointer;
  text-align:center;
  vertical-align:top;
  text-transform: uppercase;
}
.submenubutton:hover{
  color: #036301;
}
.submenubutton_on{
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #036301;
  background: none;
  padding: 7px 0px 7px 0px;
  white-space: nowrap;
  cursor: pointer;
  text-align:center;
  vertical-align:top;
  text-transform: uppercase;
}
.submenubutton_on:hover{
  color: #036301;
}

.subsubmenubutton{
  position:relative;
  left:0;
  top: 0;
  display:inline-block;
  padding: 7px 5px 7px 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #282828;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
}
.subsubmenubutton:hover{
  color: #036301;
}
.subsubmenubutton_on{
  position:relative;
  left:0;
  top: 0;
  display:inline-block;
  padding: 7px 5px 7px 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #036301;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
}
.subsubmenubutton_on:hover{
  color: #036301;
}

.menubutton, .menubutton_on, .menubuttonspecial, .submenubutton, .submenubutton_on, .subsubmenubutton, .subsubmenubutton_on{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.headerspacer{
  display: table-cell;
  position:relative;
  left:0;
  top:0;
  width:100%;
  height:20%;
}
.content{
  position:relative;
  left:0px;
  top:0;
  width: 100%;
  max-width:970px;
  margin-left:auto;
  margin-right:auto;
}

.mw1200{
  width: 100% !important;
  max-width: 1200px !important;
}

.only_desktop{
  display: inline;
}
.only_phone{
  display: none;
}

.table{
  display: table;
}
.table100{
  display: table;
  width: 100%;
}
.tabletdpadding td{
  padding-right:20px;
}
.tabletdpadding td:last-child{
  padding-right:0;
}

.row{
  display: table-row;
}

.width-auto-full{
  width: auto;
}

.box0, .box100, .box5, .box10, .box15, .box20, .box25, .box30, .box33, .box35, .box40, .box45, .box50, .box55, .box60, .box65, .box70, .box75, .box80, .box85, .box90, .box95{
  display: inline-block;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex:1 1 auto;
}
.boxflex11auto{
  display: inline-block;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex:1 1 auto;
}
.boxflex10auto{
  display: inline-block;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex:1 0 auto;
}
.boxflex01auto{
  display: inline-block;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex:0 1 auto;
}
.boxflex00auto{
  display: inline-block;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex:0 0 auto;
}
.boxflex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.boxflex2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.cell0, .cell5, .cell10, .cell20, .cell25, .cell30, .cell33, .cell40, .cell45, .cell50, .cell60, .cell70, .cell75, .cell80, .cell100{
  display:table-cell;
}
.box0, .box5, .box10, .box15, .box20, .box25, .box30, .box33, .box35, .box40, .box45, .box50, .box55, .box60, .box65, .box70, .box75, .box80, .box85, .box90, .box95, .box100, .cell0, .cell5, .cell10, .cell25, .cell30, .cell33, .cell40, .cell45, .cell50, .cell60, .cell70, .cell75, .cell80, .cell100{
  position:relative;
  left:0;
  top:0;
  padding: 0px;
  vertical-align:top;
}
.box0, .cell0{ width: auto; }
.box5, .cell5{ width: 5%; }
.box10, .cell10{ width: 10%; }
.box15, .cell15{ width: 15%; }
.box20, .cell20{ width: 20%; }
.box25, .cell25{ width: 25%; }
.box30, .cell30{ width: 30%; }
.box33, .cell33{ width: 33.3%; }
.box35, .cell35{ width: 35%; }
.box40, .cell40{ width: 40%; }
.box45, .cell45{ width: 45%; }
.box50, .cell50{ width: 50%; }
.box55, .cell55{ width: 55%; }
.box60, .cell60{ width: 60%; }
.box65, .cell65{ width: 65%; }
.box70, .cell70{ width: 70%; }
.box75, .cell75{ width: 75%; }
.box80, .cell80{ width: 80%; }
.box85, .cell85{ width: 85%; }
.box90, .cell90{ width: 90%; }
.box95, .cell95{ width: 95%; }
.box100, .cell100{ width: 100%; }

.main{
}

.page{
  display: table-cell;
  position:relative;
  left:0;
  top:0;
  width:100%;
  margin-bottom: 50px;
  z-index:300;
}
.pagecontent{
  padding-top:40px;
  max-width:9999px;
  min-height:1100px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  z-index:3100;
}
.textspacer{
  display: none;
}
.textbreak{
  display: block;
}
.textbreak2{
  display: inline;
}
.textalign-left-center{
  text-align: left;
}
.textalign-right-left{
  text-align: right;
}
.textalign-right-center{
  text-align: right;
}
.float-left-center{
  float: left;
}
.float-right-center{
  float: right;
}
.textmargin{
  width:100%;
  padding:50px 0% 50px 0%;
}
.textspace-nowrap-wrap{
  white-space: nowrap;
}
.textblock-left{
  padding:0px 50px 0px 0px;
}
.textblock-center{
  padding:0px 50px 0px 50px;
}
.textblock-right{
  padding:0px 0px 0px 50px;
}

.block{
  position:relative;
  left:0;
  top:0;
  display:inline-block;
  width:30.6%;
  margin-bottom:60px;
  vertical-align:top;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex:0 0 auto;
  border-radius: 1px;
  -webkit-border-radius: 1px;
}
.block:nth-child(3n-2){
  margin-left:0;
  margin-right:2%;
}
.block:nth-child(3n-1){
  margin-left:2%;
  margin-right:2%;
}
.block:nth-child(3n){
  margin-left:2%;
  margin-right:0;
}

.blockcontainer{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headbox, .headscrollbox{
  top:2px;
  background: #0A4120;
  padding: 6px 10px 6px 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align:left;
}
.headbox{
  max-width: 980px;
}
.headscrollbox{
  max-width: 1200px;
}
.contentbox, .contentbox2, .contentbox3, .contentscrollbox, .tablescrollbox{
  background: #ffffff;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  margin-left: auto;
  margin-right: auto;
}
.contentbox{
  max-width: 980px;
  padding: 15px 10px 15px 10px;
  text-align:left;
}
.contentbox2{
  display:inline-block;
  max-width: 760px;
  padding: 25px 40px;
  text-align:center;
}
.contentbox3{
  max-width: 1200px;
  padding: 15px 10px 15px 10px;
  text-align:left;
}
.contentscrollbox{
  max-width: 1200px;
  padding: 15px 10px 15px 10px;
  text-align:left;
  overflow-x: scroll;
}
.tablescrollbox{
  max-width: 100%;
  max-height: 74vh;
  text-align:left;
  overflow: scroll;
}

.whitehead2{
  font-family: 'Open Sans', sans-serif;
  font-size: 15pt;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
}

.handwriting{
  font-family: 'Dancing Script', cursive;
  font-size: 13pt;
  font-weight: 700;
  line-height: 1.3em;
}
h1.head, h2.head, h3.head{
  display:inline-block;
  margin-bottom: 8px;
}
.head{
  font-family: 'Open Sans', sans-serif;
  font-size: 21pt;
  font-weight: 700;
  line-height: 1.1em;
  color: #09401F;
}
.head2{
  font-family: 'Open Sans', sans-serif;
  font-size: 17pt;
  font-weight: 700;
  line-height: 1.1em;
  color: #09401F;
}
.head3{
  font-family: 'Open Sans', sans-serif;
  font-size: 14pt;
  font-weight: 700;
  line-height: 1.1em;
  color: #09401F;
}
.text{
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  line-height: 1.8em;
  font-weight: 400;
  word-wrap: break-word;
}
.text b{ font-weight: 700; }
.text2{
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  line-height: 1.6em;
  font-weight: 400;
  word-wrap: break-word;
}
.text2 b{ font-weight: 700; }

.info, .info2, .info_error, .info_success{
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  line-height: 1.4em;
  font-style: italic;
  color: #222222;
  word-wrap: break-word;
  padding:3px 10px;
  border-radius:3px;
  -webkit-border-radius:3px;
}
.info{
  font-weight: 700;
  background-color:#eeeeee;
}
.info2{
  font-weight: 400;
}
.info_error{
  font-weight: 700;
  background-color:#FFDDDD;
}
.info_success{
  font-weight: 700;
  background-color:#E5FFDB;
}

.title{
  font-family: 'Open Sans', sans-serif;
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 700;
  word-wrap: break-word;
}
.title b{ font-weight: 700; }

.title_mail{
  font-family: 'Open Sans', sans-serif;
  font-size: 15.3pt;
  line-height: 1.3em;
  font-weight: 400;
  color: #2e74b5;
  word-wrap: break-word;
}

.shadowbox{
  background: #d2d2d2;
}
.shadowbox:before, .shadowbox:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadowbox:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.image{
  border-radius: 2px;
  -webkit-border-radius: 2px;
  outline: none;
}
.imagealign-left-full{
  float:left;
  margin-right:30px;
  margin-bottom:30px;
  margin-top:5px;
}
.imagealign-right-full{
  float:right;
  margin-left:30px;
  margin-bottom:30px;
  margin-top:5px;
}
.roundimage{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  outline: none;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	border-left: 34px solid #B5B5B5;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	border-right: 34px solid #B5B5B5;
}

.inputbutton, .inputbutton_small, .inputbutton_normal{
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  line-height: 10pt;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
.inputbutton:hover{
  background: #077734;
}
.inputbutton{
  color: #ffffff;
  background: #09401F;
  font-weight: 400;
  padding: 9px 15px 9px 15px;
}
.inputbutton_small{
  color: #222222;
  background: #FFFFFF;
  font-weight: 700;
  padding: 4px 5px 5px 5px;
}
.inputbutton_normal{
  color: #222222;
  background: #FFFFFF;
  font-weight: 700;
  padding: 10px 15px 10px 15px;
  border: solid 1px #cccccc;
}
.inputbutton_small:hover{
  background: #EEEEEE;
}
.inputbutton_normal:hover{
  background: #EEEEEE;
}

.inputbutton1{
  display:inline-block;
  position:relative;
  left:0;
  top:0;
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  line-height: 1em;
  font-weight: 400;
  color: #ffffff;
  border: 0;
  background-color: #09401F;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
.inputbutton1:hover{
  background-color: #077734;
}
.inputbutton2{
  display:inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 10pt;
  line-height: 10pt;
  font-weight: 400;
  color: #ffffff;
  background-color: #aaaaaa;
  border: 0;
  padding: 9px 15px 9px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
.inputbutton2:hover{
  background: #09401F;
}

.inputbox, .inputbox_off, .inputbox_small{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #212121;
  background-color: #fafafa;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
.inputbox, .inputbox_off{
  margin: 0px 0px 3px 0px;
  border: solid 1px #cccccc;
  font-size: 11pt;
  padding: 4px 10px 7px 10px;
}
.inputbox_small{
  margin: 0px;
  border: 0px;
  font-size: 10pt;
  line-height: 1em;
  padding: 0px 3px 2px 3px;
}
.inputbox_off{
  background-color: #e2e2e2;
  font-weight: 700;
}
textarea.inputbox{
  white-space: normal;
}
.inputfile{
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #212121;
  border: solid 1px #cccccc;
  background-color: #fafafa;
  padding: 3px 10px 4px 10px;
  margin: 0px 0px 3px 0px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}

.link{
  color: #036301;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover{
  cursor:pointer;
  text-decoration: none;
  color: #38A236;
  word-wrap: break-word;
}
.link2{
  color: #282828;
  word-wrap: break-word;
  text-decoration: none;
}
.link2:hover{
  cursor:pointer;
  text-decoration: none;
  color: #036301;
  word-wrap: break-word;
}
.whitelink{
  color: #ffffff;
  word-wrap: break-word;
  text-decoration: none;
}
.whitelink:hover{
  cursor:pointer;
  color: #dddddd;
  word-wrap: break-word;
}
.sidelink, .sidelink2, .backlink{
  color: #282828;
  font-size: 9pt;
  font-weight:bold;
  position:relative;
  padding-left:27px;
  word-wrap: break-word;
  text-decoration: none;
}
.sidelink:hover, .sidelink2:hover, .backlink:hover{
  text-decoration: none;
  color: #036301;
  word-wrap: break-word;
}

.sidelink{
  background-image: url(../images/arrows-off.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-size: auto 12px;
}
.sidelink:hover{
  background-image: url(../images/arrows-on.png);
}

.backlink{
  background-image: url(../images/arrows-back-off.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-size: auto 12px;
}
.backlink:hover{
  background-image: url(../images/arrows-back-on.png);
}

.downloadbutton,.folderbutton{
  display:inline-block;
  min-height:25px;
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  line-height: 9pt;
  font-weight: 400;
  color: #ffffff;
  border: 0;
  padding:7px 14px 7px 38px;
  background-size: 22px 22px;
  background-repeat:no-repeat;
  background-position:8px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
}
.downloadbutton{
  background-color: #036301;
  background-image:url(../images/file-white.png);
}
.folderbutton{
  background-color: #424242;
  background-image:url(../images/folder-white.png);
}
.downloadbutton:hover,.folderbutton:hover{
  background-color:#2B842A;
}

.footerspacer{
  display: inline-block;
  width: 25px;
}
.footer{
  display: table-cell;
  background-color: #ffffff;
  width:100%;
  vertical-align: middle;
  text-align:center;
  font-family: 'Open Sans', sans-serif;
  font-size: 9pt;
  line-height: 1.6em;
  font-weight: 400;
  color: #282828;
}
.footer-table{
  display:table;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}
.footercol1{
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 50%;
  padding:5px 8px;
}
.footercol2{
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 50%;
  padding:5px 8px;
}
.footerhead{
  font-family: 'Open Sans', sans-serif;
  font-size:14pt;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.footerlink{
  color: #121212;
  text-decoration: none;
}
.footerlink:hover{
  color: #036301;
}

.cms_back{ background-color: #fafafa; }
.cms_inputbox{
  font-family: 'Open Sans', sans-serif;
  font-size: 11pt;
  font-weight: 400;
  color: #212121;
  border: solid 1px #aaaaaa;
  background-color: #ffffff;
  padding: 4px 10px 7px 10px;
  margin: 0px 0px 3px 0px;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
textarea.cms_inputbox{
  white-space: normal;
}
.cms_inputfile{
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #212121;
  border: solid 1px #aaaaaa;
  background-color: #ffffff;
  padding: 3px 10px 4px 10px;
  margin: 0px 0px 3px 0px;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInTop {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
}
.animationNo1 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
}
.animationNo2 {
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
}
.animationNo3 {
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
}
.animationNo4 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
}
.animationNo5 {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
}

.calendar, .calendar table {
	border: 0;
	margin: 0;
}
.calendar, .calendar table, .calendar td {
	text-align: center;
}
.calendar .month{
	vertical-align: top;
}
.calendar .month table{
	font-size:9pt;
	font-family:'Open Sans', sans-serif;;
}
.calendar .month th, .calendarTitle{
	text-align: center;
	font-size:14pt;
	font-family:'Open Sans', sans-serif;;
	color:#565656;
}
.calendar .month td{
	font-size:9pt;
	font-family:'Open Sans', sans-serif;;
}
.calendar .month .day:hover{
	background-color: #0B411F;
  color: #ffffff;
  cursor: pointer;
}
.calendar .month .days td{
  width: 14.28%;
	color:#000000;
	font-weight: bold;
  border-bottom:solid 1px #dddddd;
}
.calendar .month .sat{
	color:#777777;
}
.calendar .month .sun{
	color:#777777;
}
.calendar .month .today{
  background-color: #e2e2e2;
}
.calendar .month .today:hover{
  background-color: #0B411F;
}
.calendar .month .dayitem{
  color: #ffffff;
  background-color: #D96D01;
}
.calendar .month .dayitem:hover{
  background-color: #0B411F;
}