#header {
	padding: 1em 0 0 0;
	border-bottom: solid 2px #e6007e;
}

#header .logo .symbol img {
    height: 3em;
	width: 6.1em;
    margin-right: .65em;
	margin-bottom: 2px;

}

#main > .inner > main {
	padding: 1em 0 0em 0;
}

ul.icons {
	display: none !important;
}

.box {
	border: none !important;
	
}

.main > h1 {
	display: none !important;
}

header.main > :last-child {
	padding: 0 0 0 0 !important;
}

.breadcrumb {
	padding: 0 0 1 0 !important;
}

.list--breadcrumb a {
	color: #e6007e;
}

.box {
	padding: 0px !important;
}

.icon {
	display: block;
    margin: 0.5rem auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.iconlinkleading {
    height: 300px;
    position: relative;
  }

  .iconlinkleading a::before {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  
}

.iconlinkleading {
	border: 4px solid #e6007e;
	margin-bottom: 20px;
}

.iconlinkleading:hover {
	border: 4px dotted #e6007e;
	margin-bottom: 20px;
}

a.linkleading {
    padding: 10px;
    border: solid 2px #e6007e;
    background-color: #e6007e;
    border-radius: 10px;
	color: white !important;
  }
  
a.linkleading:hover {
    padding: 10px;
    border: solid 2px #e6007e;
    background-color: white;
    border-radius: 10px;
	color: #e6007e !important;
  }
  
  
.row > .col-8 {
    width: 100%
  }
  
  .nav--pages-in {
    display: none;
  }
  
  a {
	  color: #e6007e !important;
  }
  
  a.button {
    box-shadow: inset 0 0 0 2px #e6007e !important;
    color: #e6007e !important;
	text-transform: none !important;
  }
  
  a.button:hover {
	  background-color: #e6007e !important;
	  color: white;
	  text-transform: none !important;
  }
  
  table tbody tr:nth-child(2n + 1) {
    background-color: white;
}
  
  table tbody tr {
    border: solid 0px white;
    border-left: 0;
    border-right: 0;
}

a.next {
	box-shadow: inset 0 0 0 2px #e6007e !important;
    color: #e6007e !important;
	float: right;
	appearance: none;
	border-radius: 0.375em;
    border: 0;
	cursor: pointer;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 0.8em;
    font-weight: 700;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
  }
  
a.next:hover {
	  background-color: #e6007e !important;
	  color: white !important;
	  float: right;
	  appearance: none;
	border-radius: 0.375em;
    border: 0;
	cursor: pointer;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 0.8em;
    font-weight: 700;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
	text-transform: none;
    white-space: nowrap;
  }
  
  a.previous {
	box-shadow: inset 0 0 0 2px #e6007e !important;
    color: #e6007e !important;
	float: left;
	appearance: none;
	border-radius: 0.375em;
    border: 0;
	cursor: pointer;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 0.8em;
    font-weight: 700;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
  }
  
a.previous:hover {
	  background-color: #e6007e !important;
	  color: white !important;
	  float: left;
	  appearance: none;
	border-radius: 0.375em;
    border: 0;
	cursor: pointer;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 0.8em;
    font-weight: 700;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
	text-transform: none;
    white-space: nowrap;
  }
  
.button {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 0.375em;
    border: 0;
    box-shadow: inset 0 0 0 2px #e6007e;
    color: #e6007e !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 0.8em;
    font-weight: 700;
    height: 3.5em;
    letter-spacing: 0.075em;
    line-height: 3.5em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.button:hover {
background-color: #e6007e;
color: #fff !important;}

  /* If the screen size is 600px or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 600px) {
  .iconbuttonlink {
    font-size: 14pt;
  }


 p {
	 font-size: 14pt;
 }
}