* {
  -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: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
a {
  color: #002348;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
p {
  margin: 0 0 10px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    width: 100%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-md-5 {
    width: 41.66666667%;
  }
}

.dark-blue-bg {
  background: #003c7b;
}
.dnn_mact li:before,
.dnnDropDownList .selected-item a,
.dnnDropDownList .selected-item a:link {
  font-size: 12px;
  height: auto;
}

@media (max-width: 768px) {
    .ContainerWrapper {
        padding: 0 15px
    }
}
    .ContainerWrapper a {
        color: #003c7b;
    }

    .ContainerWrapper img {
        padding: 10px;
    }

    img {
        width: auto;
        max-width: 100%;
    }

    /* ------------------ */

    html {
        background: url(/images/familybeach.jpeg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    header,
    Body,
    body,
    .ContentWrapDark,
    .page-wrap,
    .contentWrap,
    .dark-blue-bg {
        background-color: transparent;
    }

    .top-content {
        margin-top: 30px;
    }

    @media (max-width: 767px) {
        .top-content {
            margin-top: 0;
        }
    }

    .homebox-btn a {
        color: white;
        background-color: #003c7b;
        text-decoration: none;
        font-weight: bold;
        padding: 15px 20px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        margin: 25px 0 30px 0;
        cursor: pointer;
        font-weight: bold;
        text-decoration: none;
        font-weight: bold;
    }

        .homebox-btn a:hover {
            background-color: #ff8c48;
            text-decoration: none;
        }

    @media (max-width: 800px) {
        .whtbckgrd a {
            padding: 5px 5px 5px 5px;
            background-color: rgba(255, 255, 255, 0.7);
            margin-bottom: 4px;
        }
    }

    .apeb-logo {
        max-width: 100%;
        display: block;
    }
