input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #0a0a0a;
    background-color: #fefefe;
    border: 2px solid rgba(0, 0, 0, 0.2);
   padding: 6px 12px;
	line-height: 1.2em;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	vertical-align: bottom;
	margin-bottom: 5px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
		font-family: 'Lato', sans-serif;
		vertical-align: bottom;
    border: solid 2px #1D4E9E;
    background: #1D4E9E;
    color: #fff;
    /* font-size: 12px; */
    /* font-size: 0.75rem; */
    line-height: 1;

    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 900;
	letter-spacing: 2px;
   padding: 6px 15px;
	line-height: 1.2em;
	font-size: 17px;
		margin-bottom: 5px;
	border-radius: 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #cf8b0a;
    border-color: #cf8b0a;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"] {
    padding: 7px;
}
textarea {
    padding-left: 3px;
    width: 100%;
}
fieldset.searchbox {
    margin: 0;
    padding: 0;
}
.searchfield {
    margin: 0 6px 0 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background-image: url(images/dropdown.png);
    /* add custom arrow */
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background-position: right 5px center;
    background-repeat: no-repeat;
    color: #414141;
    background-size: 22px;
    padding: 10px 50px 10px 10px;
    font-size: 17px;
    letter-spacing: 0.025em;
    font-family: 'raleway-light';
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
    -webkit-appearance: none;
    background-color: #d5d6dc;
    border: NONE;
    padding: 10px;
    border-radius: 0;
    display: inline-block !important;
    position: relative;
    vertical-align: top;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background-color: #e4e4e4;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover {
    background-color: #e4e4e4;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 7px;
    height: 14px;
    border: solid 3px #177875;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.vertical_menu_enabled.vertical_menu_transparency_on aside.vertical_menu_area .vertical_area_background {
    opacity: 1;
	background-color: #fff;
}
@media only screen and (min-width: 600px) {
    .ljcolumns {
  columns: 220px;
 
}
}
.contained {max-width: 736px;
margin: 0 auto;}


.responsiveebook {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 55.55555%;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsiveebook iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



.alien-stable {
	max-width: 100%;
	overflow-x:auto;
}

.alien-stable table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.alien-stable th, .alien-stable  td {
  text-align: left;
  padding: 10px;
	min-width: 100px;
  border-left: 1px solid #ddd;
}

.alien-stable th {
	background-color: #124e9e;
	color: #fff;
}

.alien-stable tr:nth-child(even){background-color: #f2f2f2}

#search-3.widget #searchform {
	width: 80%;
}

.pascaltable {
	max-width: 100%;
	overflow-x: auto;
	margin: 0;
}

.pascaltable table td,
.pascaltable table th {
	text-align: left;
	padding: 10px;

}

.pascaltable table th {
			border-top: solid 1px #ccc;	
	border-bottom: solid 2px #000;
	background-color: #f5f5f5;
}

.pascaltable table tr {
	border-bottom: solid 1px #ccc;
}