.info-wrapper {
  min-height: 100vh; }

h1 {
  margin: 0 0 20px 0; }

img {
  max-width: 100%;
  max-height: 100%; }

.info-wrapper h2 {
  font-size: 1.5rem !important;
  margin: 20px auto; }

.info-wrapper h3 {
  color: #EC555A;
  font-size: 1.2rem !important;
  margin: 20px auto; }

.info-wrapper p {
  margin: 20px 0 !important; }

.main-b {
  color: #004e98; }

.logo-spic {
  max-width: 110px; }

.tablebox {
  display: table;
  margin: 2% 0; }

.tablebox > div {
  display: table-cell;
  vertical-align: middle; }

.tablebox a:link {
  color: #EC555A; }

.list-item:before {
  content: "";
  display: block;
  float: left;
  width: 1px;
  height: 14px;
  background: #999;
  position: relative;
  top: 0;
  margin: 5px 20px; }
.paragraph  p.descrip{
	font-size: 90%;
}

/*==============
    accordion
==============*/
.accordion {
  margin: 0 auto 1em auto;
  border: 1px solid #d9e5e8; }

.toggle {
  display: none; }

.option {
  position: relative; }

.title,
.contentblock {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s; }

.title {
  padding: 0.5em 1.8em 0.5em 1em;
  display: block;
  font-weight: bold;
  background-color: #fbfbfb;
  cursor: pointer;
  color: #004e98;
  font-size: 1.4rem; }

.title:before {
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: 1em;
  content: " ";
  top: 0.85em;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out; }

.contentblock {
  max-height: 0;
  overflow: hidden;
  background-color: #fff; }

.contentblock div {
  margin: 0;
  padding: 0.5em 1.5em;
  font-size: 1em;
  color: #505050; }

.contentblock div > div {
  padding: 0; }

.contentblock div p {
  margin: 0.5em 0; }

/*.contentblock div p:last-child {
    margin: 0;
}*/
.toggle:checked + .title + .contentblock {
  max-height: 5000px; }

.toggle:checked + .title:before {
  top: 1.1em;
  transform: rotate(-135deg) !important;
  transition: all 0.2s ease-in-out; }

.accordion2 {
  margin: 0 auto 1em auto; }

.title2,
.contentblock2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s; }

.title2 {
  padding: 0.5em 1.8em 0.5em 0;
  margin: 0 0 0.5em 0;
  display: block;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.2rem;
  color: #004e98;
  border-bottom: 1px solid #d9e5e8; }

.accordion2:last-child label.title2 {
  border-bottom: none; }

.title2:before {
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  right: 0;
  content: " ";
  top: 0.85em;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out; }

.contentblock2 {
  max-height: 0;
  overflow: hidden;
  background-color: #fff; }

.contentblock2 div {
  margin: 0;
  padding: 0.5em 1.5em;
  font-size: 1em;
  color: #505050; }

.contentblock2 div p {
  margin: 0 0 0.8em 0; }

.contentblock2 div p:last-child {
  margin: 0.5em 0; }

.toggle:checked + .title2 + .contentblock2 {
  max-height: 5000px;
  margin: 10px 0; }

.toggle:checked + .title2:before {
  top: 1.1em;
  transform: rotate(-135deg) !important;
  transition: all 0.2s ease-in-out; }

.advertiseBox2 {
  position: relative;
  margin: 0 0 4em 0; }

/*# sourceMappingURL=http://localhost:3000/_maps/info.css.map */