* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  //font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  //font-family: "Roboto", sans-serif;
  font-family: 'Philosopher',sans-serif;
  font-style: italic;
  //font-size: 15px;
  font-size: 16px;
  //font-style: normal;
  //font-weight: 300;
  line-height: 1.42857143;
  //text-shadow: 0 0 4px rgba(0,0,0,.1);
  color: #292F33;
  background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed',sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1B4695;
  margin: .25em 0;
  line-height: 1.1;
  //text-shadow: 0 0 4px rgba(0,0,0,.1);
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #1B4695;
  font-weight: 300;
  font-style: normal;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
h1 small, h2 small, h3 small { font-size: 65%; }
h4 small, h5 small, h6 small { font-size: 85%; }
p {
  //text-align: justify;
  //text-indent: 1em;
  padding: 0;
  margin: 0 0 10px;
}
a {
  color: #1B4695;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
img {
  display: block;
  float: left;
  width: 100%;
  height: auto;
}
blockquote {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 1em;
  border-left: 4px solid #B3BFC7;
  color: #B3BFC7;
  font-style: italic;
  margin: .25em 0;
}
blockquote>p {
  margin: 0;
  padding: 0;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}
form {
  display: block;
  clear: both;
  min-height: 1px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  margin: 1em 0;
  display: block;
  width: 100%;
  display: block;
  float: left;
  padding: 6px 12px;
  background-color: #FFFFFF;
  color: #292F33;
  border: 1px solid #B3BFC7;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #FFA700;
  outline: 0px none;
}
*::-webkit-input-placeholder {
  color: #B3BFC7;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #B3BFC7;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #B3BFC7;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #B3BFC7;
}
input[type="checkbox"],
input[type="radio"] {
  outline-offset: -2px;
  margin-right: 1em;
}
input[type="file"],select {
  display: inline-block;
  padding: 6px 12px;
  margin: 1em 0;
  float: left;
  width: 100%;
  background-color: #FFFFFF;
  color: #292F33;
  border: 1px solid #B3BFC7;
}
.checkbox {
  text-align: left;
  padding: 0;
}
label {
  width: 100%;
  display: inline-block;
  margin: 1em 0 .25em;
  padding: 0;
}
@media (min-width: 768px) {
  label {
    text-align: right;
    margin: 1em 0;
    padding: 7px 0;
  }
}

iframe {
  width: 100%;
  border: 0;
  display: block;
  float: left;
  padding: 0;
  margin: 0 0 1em;
}

table {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
table>thead>tr>th {
  vertical-align: bottom;
}
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
  background-color: #EFEFEF;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
table>tbody>tr:nth-child(odd)>td,
table>tbody>tr:nth-child(odd)>th {
  background-color: #FFFFFF;
}
table>tbody>tr:nth-child(odd)>td.gsc-input,
table>tbody>tr:nth-child(odd)>td.gsc-clear-button,
table>tbody>tr:nth-child(odd)>td.gsc-search-button,
table>tbody>tr:nth-child(odd)>td.gsib_a,
table>tbody>tr:nth-child(odd)>td.gsib_b {
  background: none;
}
th {
  text-align: left;
}
td, th {
  padding: 0;
}
td>a {
  text-decoration: underline;
}
hr {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
strong {
  font-weight: 700;
}