h1 {
  background-image: url( /Content/Layout/header-bg.jpg );
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 32px;
  margin-top: 0;
}

h2, h3, h4, h5, h6 {
  color: #2499d5;
  font-family: "Arial", "Helvetica", sans-serif;
}

h2 {
  font-size: 23px;
}

h3 {
  font-weight: bold;
}

h3, h4, h5, h6 {
  font-size: 100%;
}

#navigation {
  border-top: 1px solid #0094d9;
  margin: 0 1.1em;
  margin-top: 2.7em;
  padding-top: 1.1em;
}

#navigation li {
  color: #2499d5;
  display: inline-block;
  line-height: 2;
  margin-right: 1em;
}

@media only screen and (min-width: 40.063em) {   
  #navigation li {
    display: list-item;
    margin-right: 0;
  }

}

#navigation li.current a:link {
  color: #000;
  font-weight: bold;
}

#navigation li a:link, #navigation li a:visited {
  color: #000;
}

#navigation li a:hover {
  color: #2499d5;
}

table {
  border: 0;
  width: 100%;  
}

th {
  text-align: left;
}

td {
  border-left: 1px solid #2499d5;
}

table tr:nth-child( even ) th, table tr:nth-child( even ) td {
  background: #fff;
}

table tr:nth-child( odd ) th, table tr:nth-child( odd ) td {
  background: #d7f4f9;
}

.padding-wrapper {
  padding-right: 1.1em;
}

.content .row .row .column:last-child .padding-wrapper {
  padding-right: 0;
}

.hero-images {  
  list-style: none;
  margin: 0;
  margin-bottom: 1.1em;
  white-space: nowrap;
  overflow: hidden;
}

.hero-images li {
  display: inline-block;
  padding: 0 0.55em;
}

.hero-images li:first-child {
  padding-left: 0;
}

.hero-images li:last-child {
  padding-right: 0;
}

.hero-images img {    
  width: auto;
  height: auto;
}

.aside-box {
  border-top: 1px solid #0094d9;
  border-bottom: 1px solid #0094d9;
  padding: 1em 0;
}

.aside-box p {
  font-size: 80%;
}

.aside-box p:last-child {
  margin-bottom: 0;
}

.staff-members img {
  width: 100%;
  height: auto;
}

.striped-list ul {
  overflow: hidden;
  list-style-position: inside;
  margin-left: 0;
}

.striped-list li {
  float: left;
  font-size: 90%;
  padding-left: 1em;
  width: 50%;
}

.striped-list li:nth-child(4n+1), .striped-list li:nth-child(4n+2) {
  background: #d7f4f9;
}

form {
  border-top: 1px solid #0094d9;
  padding-top: 1em;
}

.alert-box ul {
  list-style: none;
}

.alert-box li {
  display: inline;
}

.alert-box li a {
  color: #f0f0ff;
}

.alert-box li a:after {
  content: ', ';
}

.alert-box li:last-child a:after {
  content: '.';
}

.alert-box *:last-child {
  margin-bottom: 0;
}

.map-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 1.1em;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.royalSlider {
  width: 100%;
  height: 768px;
}

.copy-image {
  margin-bottom: 1em;
  position: relative;
}

.copy-image img {
  display: block;
}

.copy-image.right {
  float: right;  
  margin-left: 1em;
}

.copy-image.left {
  float: left;  
  margin-right: 1em;
}

.copy-image.leftOnNewLine {
  text-align: left;
}

 .copy-image.rightOnNewLine {
  text-align: right;
}

.copy-image.centeredOnNewLine {
  text-align: center;
}

.copy-image .caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.25em;
  text-align: center;
}

.copy-image .caption.overImageAtTop {
  top: 0;
}

.copy-image .caption.overImageAtBottom {
  bottom: 0;
}

.copy-image-collection.horizontalLeft .copy-image, .copy-image-collection.horizontalRight .copy-image {
  display: inline-block;
  float: none;
  margin-bottom: 1em;
}

.copy-image-collection.horizontalLeft {
  text-align: left;
}

.copy-image-collection.horizontalRight {
  text-align: right;
}

.copy-image-collection.verticalLeft {
  float: left;
}

.copy-image-collection.verticalRight {
  float: right;
}

.copy-image-collection.horizontalRight .copy-image, .copy-image-collection.verticalRight .copy-image {
  margin-left: 1em;
}

.copy-image-collection.horizontalLeft .copy-image, .copy-image-collection.verticalLeft .copy-image {
  margin-right: 1em;
}

.copy-image-collection.verticalRight .copy-image, .copy-image-collection.verticalLeft .copy-image {
  display: block;
  float: none;
}