@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s;
  font-family: "museo-sans",sans-serif;
  min-height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  text-shadow: none; }

a {
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-left: 0.5em;
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

h1 {
  font-size: 2.5em;
  margin-bottom: 0.25em; }

h2 {
  font-size: 1.5em;
  font-weight: 100;
  margin-bottom: 0.5em; }

h3 {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0.75em;
  font-style: italic; }

h4 {
  font-size: 1.25em;
  margin-bottom: 1em; }

h5 {
  font-size: 1.25em;
  font-weight: 100;
  margin-bottom: 1em; }

h6 {
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 1em;
  font-style: italic; }

p {
  color: #6d6d6d;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em; }
  p .bold {
    color: #3a3a3a;
    font-weight: 700; }

del {
  text-decoration: line-through; }

img {
  outline: 0;
  border: 0; }

ul ul, ol ul {
  margin-left: 1em; }

ol {
  list-style: decimal;
  margin-bottom: 1em;
  font-weight: 300;
  line-height: 1.5em;
  padding-bottom: 1em;
  color: #6d6d6d; }
  ol ol {
    list-style: lower-latin; }

header {
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 99,999; }

footer {
  position: fixed;
  width: 100%;
  padding: 0.5em 0em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  	/*
  	table, tbody, tr, td {
  		background: white;
  		margin: 0.5em auto 0 auto;
  	}
  
    h2 {
      font-weight: 300;
      font-size: 0.7em;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      //line-height: 2em;
      text-align: center;
      -webkit-margin-before: 0px;
      -webkit-margin-after: 0px;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px;
      
      a {
  	  text-decoration: none;  
      }
    }
    
    .copyright {
  	  display: block;
  	  box-sizing: border-box;
  	  float: left;
  	  font-weight: 300;
      font-size: 0.7em;
      text-align: center;
      -webkit-margin-before: 0px;
      -webkit-margin-after: 0px;
      -webkit-margin-start: 0px;
      -webkit-margin-end: 0px;
    }*/ }
  footer .footer-links {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*float: left;
    padding: 0 0.5em 0 0;
    width: 50%;*/
    font-weight: 300;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  footer .footer-copyright {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*float: left;
    
    width: 50%;*/
    font-weight: 300;
    font-size: 0.7em;
    text-align: center;
    width: 100%;
    padding: 0 2em; }
  footer .footer-copyright-login {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*float: left;
    padding: 0 0 0 0.5em;
    width: 50%;*/
    font-weight: 300;
    font-size: 0.7em;
    text-align: center; }

/*
#footer-wrapper p {
  font-family: arial,sans-serif;
  font-weight: 300;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 2em;
  text-align: center; 
  
  p a {
   color: #7fb5e5;
   text-decoration: none; 
  }
  
  p a:hover {
    color: #fff;
  }

}
*/
article {
  padding: 1em;
  margin: 0; }

/*
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.77em; }

code {
  background-color: rgba(40, 40, 0, 0.06); }

pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent; }

pre code,
pre samp,
pre var {
  padding: 0; }

.description code {
  font-size: 1em; }

kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

pre {
  background-color: red;
  margin: 10px 0;
  overflow: auto;
  padding: 15px;
  white-space: pre-wrap;
  font-size: 12px;
	width: 100%;
	-webkit-overflow-scrolling: touch; }
*/
input[type="button"], input[type="submit"] {
  margin: 0 1em 0 0;
  padding: 0.75em 2em;
  border: none;
  cursor: pointer;
  font-weight: 100;
  font-size: 1em;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

input[type="button"] {
  background: #5e9bf3;
  color: white; }
  
input[type="button"].disabled {
  background: #ccc;
  color: white; }

input[type="button"]:hover {
  background: #035ebb;
  color: white; }

input[type="button"].button-special {
  background: #ff7800;
  color: white; }

input[type="button"].button-special:hover {
  background: #035ebb; }

input[type="submit"] {
  background: #5e9bf3;
  color: white; }

input[type="submit"]:hover {
  background: #035ebb;
  color: white; }


.button-cancel {
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #35b5eb;
  font-size: 1em;
  font-weight: 500;
  margin: 1em 2em 1em 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .button-cancel .icomoon {
    display: inline;
    margin-right: 0.25em; }

.button-cancel:hover {
  color: #3a3a3a; }

textarea {
  width: 90%;
  height: 5em;
  outline: none;
  border: 1px solid lightgray;
  font-weight: 100;
  font-size: 0.9em;
  padding: 1em;
  margin-bottom: 1em;
  color: #3a3a3a; }

.input-range input[type="text"], .input-range input[type="password"], .input-range input[type="email"], .input-range input[type="search"], .input-range isindex {
  width: 100px;
  display: inline; }
.input-range p {
  display: inline;
  margin: 0 0.15em; }

label {
  color: #6d6d6d;
  font-size: 0.8em; }

.label-custom {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #6d6d6d;
  font-size: 0.8em; }

.error input[type="text"] {
  border: 1px solid #fabdbd;
  background: #feedec;
  color: #ab0e0d; }

input[type="text"], input[type="password"], input[type="email"], input[type="search"], isindex {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 100;
  font-size: 0.9em;
  padding: 0.5em;
  margin-bottom: 1em;
  color: #3a3a3a;
  background: white;
  border: 1px solid #e0e0e0;
  width: 100%; }
  input[type="text"] input[type=text]:focus::-webkit-input-placeholder, input[type="password"] input[type=text]:focus::-webkit-input-placeholder, input[type="email"] input[type=text]:focus::-webkit-input-placeholder, input[type="search"] input[type=text]:focus::-webkit-input-placeholder, isindex input[type=text]:focus::-webkit-input-placeholder {
    opacity: 0; }
  input[type="text"] input[type=text]:focus:-moz-placeholder, input[type="password"] input[type=text]:focus:-moz-placeholder, input[type="email"] input[type=text]:focus:-moz-placeholder, input[type="search"] input[type=text]:focus:-moz-placeholder, isindex input[type=text]:focus:-moz-placeholder {
    opacity: 0; }
  input[type="text"] input[type=text]:focus::-moz-placeholder, input[type="password"] input[type=text]:focus::-moz-placeholder, input[type="email"] input[type=text]:focus::-moz-placeholder, input[type="search"] input[type=text]:focus::-moz-placeholder, isindex input[type=text]:focus::-moz-placeholder {
    opacity: 0; }
  input[type="text"] input[type=text]:focus:-ms-input-placeholder, input[type="password"] input[type=text]:focus:-ms-input-placeholder, input[type="email"] input[type=text]:focus:-ms-input-placeholder, input[type="search"] input[type=text]:focus:-ms-input-placeholder, isindex input[type=text]:focus:-ms-input-placeholder {
    opacity: 0; }

::-webkit-input-placeholder {
  color: #6d6d6d; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #6d6d6d; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6d6d; }

:-ms-input-placeholder {
  color: #6d6d6d; }

:required::-webkit-input-placeholder::after {
  content: " *";
  color: red; }

:required::-moz-placeholder::after {
  content: " *";
  color: red; }

:required::-moz-placeholder {
  content: " *";
  color: red; }

:required::-ms-input-placeholder::after {
  content: " *";
  color: red; }

.required-mark {
  display: inline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: red;
  margin-left: 0.25em; }

input[type="text"][disabled] {
  color: #bababa; }

.styled-select {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid lightgray;
  background-color: #ededed;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em; }
  .styled-select .icomoon {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0.25em;
    right: 0.3em;
    font-size: 1.5em;
    color: #3a3a3a; }

select:focus {
  outline: none; }

.styled-select select {
  padding: 5px 0 5px 5px;
  background: transparent;
  border: none;
  font-size: 0.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.styled-select select:not(:checked) {
  color: #a0a0a0; }

@-moz-document url-prefix() {
  .styled-select select {
    width: 110%; } }
select::-ms-expand {
  display: none; }

/* hide default down arrow in IE10*/
/* hack to fall back in opera */
_:-o-prefocus .styled-select, .selector .styled-select {
  background: none; }

/*
.form-selection select {
	background-image: url('../images/ico_arrow_down.svg');
	background-repeat: no-repeat;
	background-position : calc(100% - 5px) 2px;
	background-size: 25px 25px;
	padding: 0.5em 3em 0.5em 0.5em;
	margin-bottom: 1em;
	//margin: 0.5em 0;
	border-radius: 0;
	border: 1px solid lighten($clr-primary, 60%);
	background-color: lighten($clr-primary, 70%);
	color: lighten($clr-primary, 40%);
	font-size: 0.9em;
	-webkit-appearance: none;
	outline: none;
	//width: 120%;
}

.form-selection select:not(:checked) {
	color: lighten($clr-primary, 20%);
}
*/
.checkbox-container {
  margin-bottom: 1em; }
  .checkbox-container label {
    margin-left: 0.5em;
    color: #3a3a3a;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: 300;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .checkbox-container input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .checkbox-container input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer; }
  .checkbox-container input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px; }
  .checkbox-container .css-label {
    background-image: url(../images/checkbox.png); }
  .checkbox-container input[type=checkbox].css-checkbox.med + label.css-label.med {
    padding-left: 2em;
    height: 1.25em;
    display: inline-block;
    line-height: 1.25em;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0.9em;
    vertical-align: middle;
    cursor: pointer; }
  .checkbox-container input[type=checkbox].css-checkbox.med:checked + label.css-label.med {
    background-position: 0 -17px; }
  .checkbox-container input[type=checkbox].css-checkbox.sme + label.css-label.sme {
    padding-left: 22px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer; }
  .checkbox-container input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme {
    background-position: 0 -16px; }
  .checkbox-container input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
    padding-left: 22px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer; }
  .checkbox-container input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg {
    background-position: 0 -20px; }

/*
.checkbox-container {
	margin-bottom: 1em;

	label {
		margin-left: 0.5em;
		color: $clr-primary;
		cursor: pointer;
		font-size: 0.8em;
		font-weight: 300;
	}
	
	input[type=checkbox] {
    position: absolute;
    opacity: 1;
    top: -9999px;
    left: -9999px;
    
  }
  input[type=checkbox]:checked ~ .checkbox-overlay {
    background: $clr-primary;
    background-image: url("../images/ico_checkmark.svg");
    background-repeat: no-repeat;
	  background-size: 13px 13px;
	  background-position: center;
  }
  .checkbox-overlay {
     position: relative;
     float: left;
     background: lighten($clr-primary, 60%);
     width: 18px;
     height: 18px;
     background-image: none;
  }
}
*/
.radio-buttons .radio-btn-container {
  margin-bottom: 1em;
  cursor: pointer; }
.radio-buttons input[type="radio"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0; }
.radio-buttons input[type="radio"] + label {
  position: relative;
  padding: 0 0 0 1.75em;
  font-size: 0.9em;
  color: #3a3a3a; }
.radio-buttons input[type="radio"] + label:before {
  content: "";
  top: -2px;
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: lightgray;
  border-radius: 50%;
  width: 18px;
  height: 18px; }
.radio-buttons input[type="radio"]:checked + label:before {
  background: #035ebb; }

.block ol,
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
  /* LTR */ }

.contextual-links-wrapper {
  font-size: small !important; }

ul.contextual-links {
  font-size: 0.923em; }

.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important; }

.item-list .pager {
  font-size: 0.929em; }

ul.menu li {
  margin: 0; }

.region-content ul,
.region-content ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em;
  /* LTR */ }

.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0;
  /* LTR */ }

ul.tips {
  padding: 0 0 0 1.25em;
  /* LTR */ }

pre {
  font-size: 1.15em;
  font-weight: 100;
  padding: 1em;
  line-height: 0.75em; }

caption {
  text-align: left;
  /* LTR */
  font-weight: normal; }

blockquote, q, cite {
  background: #fff;
  font-family: "adobe-text-pro", serif;
  font-size: 1.5em;
  border: 1px solid #ddd;
  font-style: italic;
  margin: 1.5em;
  padding: 1em; }

blockquote:before {
  color: #ccc;
  content: "\201C";
  font-size: 2.5em;
  line-height: 0.1em;
  vertical-align: -.4em; }

blockquote:after {
  color: #ccc;
  content: "\201D";
  font-size: 2.5em;
  line-height: 0.1em;
  vertical-align: -.45em; }

blockquote > p:first-child {
  display: inline; }

/*
a.feed-icon {
  display: inline-block;
  padding: 15px 0 0 0; }
*/
/*
button

checkbox	Defines a checkbox
color	Defines a color picker
date	Defines a date control (year, month and day (no time))
datetime	Defines a date and time control (year, month, day, hour, minute, second, and fraction of a second, based on UTC time zone)
datetime-local	Defines a date and time control (year, month, day, hour, minute, second, and fraction of a second (no time zone)
email	Defines a field for an e-mail address
file	Defines a file-select field and a "Browse..." button (for file uploads)
hidden	Defines a hidden input field
image	Defines an image as the submit button
month	Defines a month and year control (no time zone)
number	Defines a field for entering a number
password	Defines a password field (characters are masked)
radio	Defines a radio button
range	Defines a control for entering a number whose exact value is not important (like a slider control)
reset	Defines a reset button (resets all form values to default values)
search	Defines a text field for entering a search string
submit	Defines a submit button
tel	Defines a field for entering a telephone number
text	Default. Defines a single-line text field (default width is 20 characters)
time	Defines a control for entering a time (no time zone)
url	Defines a field for entering a URL
week
*/
/* ------------------ Table Styles ------------------ */
/*
table {
  border: 0;
  border-spacing: 0;
  //font-size: 0.857em;
  margin: 0;
  width: 100%; 
}

table table {
  //font-size: 1em; 
}

#footer-wrapper table {
  //font-size: 1em; 
}

table tr th {
  //background: rgba(0, 0, 0, 0.51);
  //border-bottom-style: none; 
}

table tr th,
table tr th a,
table tr th a:hover {
  //color: #FFF;
  //font-weight: bold; 
}

table tbody tr th {
  //vertical-align: top; 
}

tr td,
tr th {
  //padding: 4px 9px;
  border: 0;
  text-align: left;
}

tr.odd {
  //background: #e4e4e4;
  //background: rgba(0, 0, 0, 0.105); 
}

tr,
tr.even {
  //background: #efefef;
  //background: rgba(0, 0, 0, 0.063); 
}

table ul.links {
  margin: 0;
  padding: 0;
  //font-size: 1em; 
}

table ul.links li {
  padding: 0; 
}

*/
