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: 'Fira Sans Condensed', 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: #777777;
  scrollbar-face-color: #436b8d;
  scrollbar-3dlight-color: #F6F5F4;
  scrollbar-highlight-color: #F6F5F4;
  scrollbar-track-color: #777777;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #F6F5F4;
  scrollbar-dark-shadow-color: #F6F5F4;
  -webkit-tap-highlight-color: #DDE2F0;
}
body{
  background: url(../images/background.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: right center;
}
::-webkit-scrollbar {width:10px;height:10px;}
::-webkit-scrollbar-button {width:0px;height:0px;background-color:#777777;}
::-webkit-scrollbar-track {background-color:#777777;}
::-webkit-scrollbar-track-piece {background-color:#777777;}
::-webkit-scrollbar-thumb {height:6px; background-color:#F6F5F4; border-radius:3px;}
::-webkit-scrollbar-corner {background-color:#777777;}
::-webkit-resizer {background-color:#777777;}
::selection {background-color:#436b8d;color:#ffffff;}
::-moz-selection {background-color:#436b8d;color:#ffffff;}
::-o-selection {background-color:#436b8d;color:#ffffff;}
::-ms-selection {background-color:#436b8d;color:#ffffff;}
::-webkit-selection {background-color:#436b8d;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: #cccccc; 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; }
.blue{ color: #436b8d !important; }
.blue_back{ background-color: #436b8d !important; }
.grey{ color: #eeeeee !important; }
.grey_back{ background-color: #eeeeee !important; }
.grey2{ color: #bbbbbb !important; }
.green{ color: #3BA80C !important; }
.orange{ color: #F18909 !important; }
.red{ color: #E02205 !important; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header{
  display:table-cell;
  width: 100%;
  padding:25px 0px 15px 0px;
  z-index:350;
  text-align:center;
}
.logo, .logo_login{
  display:inline-block;
  width:90%;
  max-width:280px;
  z-index: 500;
}
.logo_login{
  margin-top:40px;
  max-width:460px;
}
.headertext{
  display:inline-block;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size:36px;
  line-height:1em;
  font-weight:400;
  margin-left: 1px;
  color: #444444;
}
.buttonmenu_background{
  display:table-cell;
  width: 100%;
  background: rgba(255,255,255,0.8);
  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: 'Fira Sans Condensed', 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: #436b8d;
}
.menubutton_on{
  display:inline-block;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #436b8d;
  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: #436b8d;
}

.submenubutton{
  display:inline-block;
  font-family: 'Fira Sans Condensed', 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: #436b8d;
}
.submenubutton_on{
  display:inline-block;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #436b8d;
  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: #436b8d;
}

.subsubmenubutton{
  position:relative;
  left:0;
  top: 0;
  display:inline-block;
  padding: 7px 5px 7px 5px;
  font-family: 'Fira Sans Condensed', 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: #436b8d;
}
.subsubmenubutton_on{
  position:relative;
  left:0;
  top: 0;
  display:inline-block;
  padding: 7px 5px 7px 5px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #436b8d;
  background: none;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
}
.subsubmenubutton_on:hover{
  color: #436b8d;
}

.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;
}

.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;
}
.tablemargin td{
  padding-bottom:8px;
}

.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:980px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  z-index:3100;
}
.textspacer{
  display: none;
}
.textbreak{
  display: block;
}
.textbreak2{
  display: inline;
}
.textalign-center{
  text-align: center !important;
}
.textalign-left{
  text-align: left !important;
}
.textalign-left-center{
  text-align: left !important;
}
.textalign-right-left{
  text-align: right !important;
}
.textalign-right-center{
  text-align: right !important;
}
.float-left-center{
  float: left !important;
}
.float-right-center{
  float: right !important;
}
.float-right-left{
  float: right !important;
}

.up1,.up2,.up3,.up4{
  position:relative;
  left:0;
}
.up1{ top:-1px; }
.up2{ top:-2px; }
.up3{ top:-3px; }
.up4{ top:-4px; }

.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: #454545;
  padding: 6px 10px 6px 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align:left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
.headbox{
  max-width: 980px;
}
.headscrollbox{
  max-width: 980px;
}
.maincontent, .contentbox, .contentbox2, .contentscrollbox, .printbox{
  margin-left: auto;
  margin-right: auto;
}
.contentbox2.mw520{
  min-width: 520px;
}
.contentbox2.mw720{
  min-width: 720px;
}
.contentbox2.w660{
  width: 660px;
}
.contentbox, .contentbox2, .contentscrollbox{
  background: rgba(255,255,255,0.8);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.printbox{
  background: #ffffff;
  width:100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
.maincontent{
  max-width: 720px;
}
.contentbox{
  max-width: 980px;
  padding: 15px 10px 15px 10px;
  text-align:left;
}
.contentbox2{
  display:inline-block;
  max-width: 980px;
  padding: 25px 40px;
  text-align:center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
.contentscrollbox{
  max-width: 980px;
  padding: 15px 10px 15px 10px;
  text-align:left;
  overflow-x: scroll;
}

.whitehead2{
  font-family: 'Fira Sans Condensed', 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: 'Fira Sans Condensed', sans-serif;
  font-size: 21pt;
  font-weight: 700;
  line-height: 1.1em;
  color: #444444;
}
.head2{
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 17pt;
  font-weight: 700;
  line-height: 1.1em;
  color: #444444;
}
.head3{
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 14pt;
  font-weight: 700;
  line-height: 1.1em;
  color: #444444;
}
.text{
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 10pt;
  line-height: 1.8em;
  font-weight: 400;
  word-wrap: break-word;
}
.infotext{
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 9pt;
  line-height: 1.8em;
  font-weight: 400;
  font-style: italic;
  word-wrap: break-word;
}
.text b, .infotext b{ font-weight: 700; }
.text2{
  font-family: 'Fira Sans Condensed', 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: 'Fira Sans Condensed', sans-serif;
  font-size: 10pt;
  line-height: 1.4em;
  font-style: italic;
  color: #444444;
  word-wrap: break-word;
  padding:3px 20px;
  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: 'Fira Sans Condensed', sans-serif;
  font-size: 20pt;
  line-height: 1.5em;
  font-weight: 700;
  word-wrap: break-word;
}
.title b{ font-weight: 700; }

.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, .inputbutton_off{
  display:inline-block;
  font-family: 'Fira Sans Condensed', sans-serif;
  line-height: 1em;
  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: #194870;
}
.inputbutton, .inputbutton_off{
  font-size: 10pt;
  color: #ffffff;
  background: #436b8d;
  font-weight: 400;
  padding: 10px 15px 7px 15px;
}
.inputbutton_off{
  background: #aaaaaa !important;
  cursor: default !important;
}
.inputbutton_small{
  font-size: 9pt;
  color: #ffffff;
  background: #436b8d;
  font-weight: 400;
  padding: 6px 10px 5px 10px;
}
.inputbutton_normal{
  font-size: 10pt;
  color: #444444;
  background: #FFFFFF;
  font-weight: 700;
  padding: 10px 15px 10px 15px;
  border: solid 1px #cccccc;
}
.inputbutton_small:hover{
  background: #194870;
}
.inputbutton_normal:hover{
  background: #EEEEEE;
}

.inputbutton1{
  display:inline-block;
  position:relative;
  left:0;
  top:0;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 10pt;
  line-height: 1em;
  font-weight: 400;
  color: #ffffff;
  border: 0;
  background-color: #436b8d;
  padding: 10px 15px 7px 15px;
  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: #194870;
}
.inputbutton2{
  display:inline-block;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 10pt;
  line-height: 10pt;
  font-weight: 400;
  color: #ffffff;
  background-color: #aaaaaa;
  border: 0;
  padding: 10px 15px 7px 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: #194870;
}

.inputbox, .inputbox_off, .inputbox_small, .inputbox_small_off{
  font-family: 'Fira Sans Condensed', 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, .inputbox_small_off{
  margin: 0px;
  border: 0px;
  font-size: 10pt;
  line-height: 1em;
  padding: 0px 3px 2px 3px;
}
.inputbox_off, .inputbox_small_off{
  background-color: #e2e2e2;
}
textarea.inputbox{
  white-space: normal;
}
select.inputbox{
  padding: 4px 10px 5px 10px;
}
.inputfile{
  font-family: 'Fira Sans Condensed', 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: #436b8d;
  word-wrap: break-word;
  text-decoration: none;
}
.link:hover{
  cursor:pointer;
  text-decoration: none;
  color: #194870;
  word-wrap: break-word;
}
.link2{
  color: #282828;
  word-wrap: break-word;
  text-decoration: none;
}
.link2:hover{
  cursor:pointer;
  text-decoration: none;
  color: #436b8d;
  word-wrap: break-word;
}
.whitelink{
  color: #ffffff;
  word-wrap: break-word;
  text-decoration: none;
}
.whitelink:hover{
  cursor:pointer;
  color: #436b8d;
  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: #436b8d;
  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: 'Fira Sans Condensed', 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: #436b8d;
  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: 15px;
}
.footer, .footer_fixed{
  display: table-cell;
  background-color: #ffffff;
  width:100%;
  vertical-align: middle;
  text-align:center;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 9pt;
  line-height: 1.6em;
  font-weight: 400;
  color: #282828;
}
.footer_fixed{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
}
.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: 'Fira Sans Condensed', sans-serif;
  font-size:14pt;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.footerlink{
  color: #444444;
  text-decoration: none;
}
.footerlink:hover{
  color: #436b8d;
}

.cms_back{ background-color: #fafafa; }
.cms_inputbox{
  font-family: 'Fira Sans Condensed', 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: 'Fira Sans Condensed', 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;
}

@-webkit-keyframes blinkimg {
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}
.blinkimg {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blinkimg;
  -webkit-animation-timing-function: ease;
}
@-webkit-keyframes blink {
  0% { color: rgba(255,255,255,1); }
  50% { color: rgba(255,255,255,0.3); }
  100% { color: rgba(255,255,255,1); }
}
.blink {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blink;
  -webkit-animation-timing-function: ease;
}
@-webkit-keyframes blinkblue {
  0% { color: rgba(60,108,246,1); }
  50% { color: rgba(60,108,246,0.3); }
  100% { color: rgba(60,108,246,1); }
}
.blinkblue {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: blinkblue;
  -webkit-animation-timing-function: ease;
}

.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:'Fira Sans Condensed', sans-serif;;
}
.calendar .month th, .calendarTitle{
	text-align: center;
	font-size:14pt;
	font-family:'Fira Sans Condensed', sans-serif;;
	color:#565656;
}
.calendar .month td{
	font-size:9pt;
	font-family:'Fira Sans Condensed', 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;
}


@media screen and (max-width: 799px) {
  .table, .table100, .footer, .footer2, .row, .page{
    display: block;
  }
  .boxflex{
    display: block;
  }
  .box0, .box5, .box10, .box20, .box25, .box30, .box33, .box35, .box40, .box45, .box50, .box60, .box75, .box80, .box100, .cell0, .cell5, .cell10, .cell20, .cell25, .cell30, .cell33, .cell35, .cell40, .cell45, .cell50, .cell60, .cell75, .cell80, .cell100{
    display:block;
    padding: 0px;
    width: 100%;
    flex: 0 0 auto;
  }
  .page{
    width:98%;
    padding-left:1%;
    padding-right:1%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
  }
  .header{
    width: 100%;
    height: auto;
    display: block;
  }
  .topicons{
    top:6px;
    left:2%;
  }
  .profilephoto{
    display:none;
  }
  .topinfo{
    display:none;
  }
  .topinfo2{
    display:block;
  }
  .logo, .logo_login{
    position:relative;
    top:38px;
    bottom:auto;
    width:85%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:44px
  }
  .logo{
    width:75%;
    max-width:320px;
  }
  .logo_login{
    width:85%;
    max-width:500px;
  }
  .flags{
    position:absolute;
    left:10px;
    top:10px;
    width:auto;
    text-align:left;
  }
  .flag{
    margin:9px 0px;
    display: block;
  }
  .headertext1{
    display:none;
  }
  .headertext2{
    display:none;
  }
  .buttonmenu{
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    white-space: normal;
    margin-left:auto;
    margin-right:auto;
    z-index:900;
  }
  .menubutton{
    display:inline-block;
  }
  .content{
    width: calc(100% - 40px);
    padding:15px 20px 20px 20px;
  }
  .imagealign-left-full{
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .imagealign-right-full{
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .contentbox2.mw520{
    min-width: 100%;
  }
  .contentbox2.w660{
    width: 100%;
  }
  .footer{
    padding-left:0;
    padding-right:0;
  }
  .footer_fixed{
    display:block;
    position:relative;
  }
  .footer-table{
    width:100%;
  }
  .footercol1, .footercol2, .footercol3, .footercol4{
    display: block;
    text-align: center;
    width: calc(100% - 10px);
    padding-bottom: 10px;
    padding-right:10px;
  }
  .footercol1{
    padding-top: 20px;
  }
  .footercol2{
    padding-bottom: 20px;
  }
  .footerspacer{
    display:block;
  }
  .footer2col1{
    display: block;
    text-align: center;
    width: 100%;
    padding: 40px 0 10px;
  }
  .footer2col2{
    display: block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    padding: 10px 0 20px;
  }
  .breakingtable tr, .breakingtable tr td{
    display:block;
  }
  .textblock-left, .textblock-center, .textblock-right{
    padding:0px 5px 0px 5px;
  }
  .textalign-left-center{
    text-align: center;
  }
  .textalign-right-left{
    text-align: left;
  }
  .textalign-right-center{
    text-align: center;
  }
  .textspacer{
    display: block;
  }
  .textbreak{
    display: none;
  }
  .textbreak2{
    display: block;
    height:auto;
  }
  .float-left-center{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .float-right-center{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .float-right-left{
    float: left;
  }
  .only_desktop{
    display: none;
  }
  .only_phone{
    display: inline;
  }
}