/*
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
*/
html {
  overflow-y: scroll;
  background-color: #fff;
}
html, button, input, select, textarea {
  font-family: 'chaparral-pro',sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #333;
  background-color: #f2f2f2;
}
.section {
  position: relative;
  z-index: 0;
  clear: both;
  overflow: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.container {
  font-size: 120%;
  position: relative;
  z-index: 0;
  overflow: visible;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}
.trans {
  background-color: transparent;
}
.blue {
  background-color:#007DC2;
  color:white;
}
.container:before, .container:after {
  display: table;
  content: '';
}
.container:after {
  clear: both;
}
a, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}
b, strong {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
}
h1 {
  font-size: 300%;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 110%;
}
h6 {
  font-size: 100%;
}
p {
  margin: 1em 0;
}
ul, ol, blockquote, .indent {
  margin: 1em 0 1em 3em;
}
.rectBlue {
  display: inline-block;
  padding: 15px 20px;
  color: #333;
  background-color: #fff;
}
.rectBlue, .rectBlue:visited, .rectBlue:active {
  color: #333;
}
.rectBlue:hover {
  background-color: #f2f2f2;
}


.section.bgWrap {
  background-image: url('../images/2017bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#topBack .container {
  padding: 15px 20px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
#topBack .container a {
  color:white;
}
#topBack .container a span {
  font-size: 110%;
  display: inline-block;
  margin-top: -.15em;
  margin-right: .05em;
  vertical-align: top;
}

#main, .footer {
  text-align: center;
}
#main {
  padding-bottom: 60px;
}
#main img {
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 50px 0 70px 0;
}

.footer ul {
  display: table;
  width: auto;
  margin: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.footer ul li {
  display: table-cell;
  padding: 20px 0 30px 0;
  text-align: center;
  vertical-align: middle;
}
.footer ul.spaced li {
  padding-left:15px;
  padding-right:15px;
}
.footer ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 50px;
  margin: 0 40px;
  vertical-align: middle;
}
.footer p {
  margin: 20px 0;
}
.footer p a, .footer p a:visited, .footer p a:active {
  color: #007DC2;
}
.footer p a:hover {
  text-decoration: underline;
}

/* MOBILE */
@media screen and (max-width: 600px) {
  .footer ul {
    display: table;
    padding-bottom: 20px;
  }
  .footer ul li {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
  }
  .footer ul li img {
    max-height: 40px;
    margin: 0;
  }
  ul, ol, blockquote, .indent {
    margin: 1em 0 1em 2em;
  }
}

/* Use for fixed z-index containers
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #below1,
  #below2 {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
  }
  #above1,
  #above2 {
    -webkit-transform: translateZ(1px);
  }
}
*/

/* PRINT */
@media print {
  * {
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: '';
  }
  pre, blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
