/* MASTER FILE */
/* VARIABLES */
/* page bg color default */
/* Primary Text Color */
/* Alt Text Color #1 */
/* Primary Link Color */
/* Primary Link Hover Color */
/* MySite Green for TOP of GRADIENT */
/* MySite Green for BOTTOM of GRADIENT */
/* Core APPA Font Family */
/* Button Fonts */
/* Global Element Shadow */
/* REUSABLE FUNCTIONS */
/* END REUSABLE FUNCTIONS */
/* END MASTER FILE */
html {
  min-height: 100%;
}
body {
  background-repeat: no-repeat;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ccc 0%, #fff 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(50%, #fff));
  background: -webkit-linear-gradient(top, #ccc 0%, #fff 50%);
  background: -o-linear-gradient(top, #ccc 0%, #fff 50%);
  background: -ms-linear-gradient(top, #ccc 0%, #fff 50%);
  background: linear-gradient(to bottom, #ccc 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@from', endColorstr='@to', GradientType=0);
}
p,
div,
td,
th,
ol,
ul,
li {
  font-family: ubunturegular, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  line-height: 150%;
}
a,
a.link,
a.visited {
  color: #243E8D;
  text-decoration: none;
}
a.active,
a:hover {
  color: #132148;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: ubuntubold;
}
h1 {
  font-size: 36pt;
}
h2 {
  font-size: 30pt;
}
h3 {
  font-size: 24pt;
}
h4 {
  font-size: 18pt;
}
h5 {
  font-size: 14pt;
}
h6 {
  font-size: 12pt;
}
strong {
  font-weight: 300;
}
.container {
  padding: 0!important;
}
.server-info-marker {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100000;
  width: 250px;
  padding: 5px;
  background: yellow;
  border: 1px solid black;
  font: bold 11px arial;
  text-align: center;
}
.btn-primary {
  background: #607DD7;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #245580!important;
}
.appa-direct-btn {
  background-color: #F5871F;
}
.appa-direct-btn:hover,
.appa-direct-btn:focus,
.appa-direct-btn:active {
  background-color: #CF670A!important;
}
.page-header {
  display: none;
  margin: 0;
  padding: 10px;
  background-color: #374E69;
  background-image: url(/images/2020/header.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.page-header .hdr-logo,
.page-header .hdr-brand {
  cursor: pointer;
}
.page-content {
  padding: 10px;
}
.page-content li:first-child img {
  width: 130px;
}
.page-content .breadcrumb {
  font-size: 10pt;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
}
.page-content .pagetitle {
  font-size: 30px;
  font-family: ubuntulight, arial, sans-serif;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #C0CCEF;
}
/* HOME PAGE SLIDESHOW */
.slideshow {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.slideshow div {
  width: 100%;
  height: 100%;
}
.slideshow div img {
  width: 100%;
  height: 100%;
}
/* MAIN CONTENT */
.content-shell {
  background: white;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-tab {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: auto;
  background: white;
  border-radius: 0 3px 3px 0;
  text-align: center;
  display: none;
}
.nav-tab span {
  display: inline-block;
  padding: 12px;
}
.nav-tab .gpe-logo {
  width: 40px;
  height: 40px;
  background-image: url(/images/2015/logo-gpe-black.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.nav-tab a {
  color: #999;
}
.nav-tab a:hover {
  color: #668;
}
.nav-tab hr {
  margin: 0 10px 10px;
}
.nav-tab .glyphicon {
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5px 0;
  border-radius: 5px;
}
.nav-tab .glyphicon-social-fb {
  background-image: url(/images/glyphicons_social/png/social-31-facebook.png);
}
.nav-tab .gylphicon-social-tw {
  background-image: url(/images/glyphicons_social/png/social-32-twitter.png);
}
.nav-tab .gylphicon-social-yt {
  background-image: url(/images/glyphicons_social/png/social-23-youtube.png);
}
.nav-tab .gylphicon-social-fk {
  background-image: url(/images/glyphicons_social/png/social-36-flickr.png);
}
.nav-tab .gylphicon-social-li {
  background-image: url(/images/glyphicons_social/png/social-18-linked-in.png);
}
.nav-tab .gylphicon-social-ig {
  background-image: url(/images/glyphicons_social/png/social-33-instagram.png);
}
.nav-tab .icon-grayscale {
  opacity: .5;
}
.nav-tab .icon-grayscale:hover {
  opacity: .9;
}
.content-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
.page-content {
  /* home page specific */
}
.page-content .row {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
}
.page-content .btn-shell button {
  font-family: roboto_slabregular, sans-serif;
  font-size: 14pt;
  color: #fff;
  text-shadow: 1px 1px #000000;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  margin: 2px;
  width: 100%;
}
.page-content .hm-directbtn-search-shell {
  margin: 15px 0;
}
.page-content .hm-appa-supports {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
.page-content .hm-appa-supports h3 {
  font-family: roboto_slabbold, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  color: #c00;
  line-height: 115%;
  background: #eeeeee;
  padding: 5px;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.page-content .hm-appa-supports div {
  text-align: center;
}
.page-content .hm-appa-supports div > a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
}
.page-content .hm-appa-supports div .support-logo-habri {
  height: 80px;
}
.page-content .hm-appa-supports div .support-logo-pal {
  height: 40px;
}
.page-content .hm-appa-supports div .support-logo-pitc {
  height: 60px;
}
.page-content .hm-appa-supports div .support-logo-pvarf {
  height: 90px;
}
.page-content .hm-appa-supports div .support-logo-beak {
  height: 90px;
}
.page-content .hm-callout {
  padding-bottom: 15px;
}
.page-content .hm-callout > div > div {
  position: relative;
  margin-bottom: 15px;
  height: auto!important;
  overflow: hidden;
  text-align: center;
  border: 1px solid white;
  border-radius: 5px;
  padding: 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.page-content .hm-callout > div > div h3 {
  font-family: roboto_slabbold, sans-serif;
  font-size: 16pt!important;
  color: red;
  text-align: left;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 7px;
  background: #eeeeee;
}
.page-content .hm-callout > div > div h3 span {
  cursor: pointer;
  float: right;
  margin-top: -4px;
  margin-right: 0px;
  padding: 5px;
  background: #ddd;
  font-size: 14pt;
  color: white;
  border-radius: 50%;
}
.page-content .hm-callout > div > div h3 span:hover {
  background: #ccc;
}
.page-content .hm-callout > div > div img,
.page-content .hm-callout > div > div img * {
  cursor: pointer;
}
.page-content .hm-callout > div > div img {
  width: 100%;
  height: 100%;
}
.page-content .hm-callout > div > div .testimonial-content {
  position: relative;
}
.page-content .hm-callout > div > div .testimonial-content img {
  width: 100%!important;
  height: 100%!important;
}
.page-content .hm-callout > div > div .testimonial-pager {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  width: 100%;
  overflow: hidden;
  /*border:1px solid red;*/
}
.page-content .hm-callout > div > div .testimonial-pager span {
  font-size: 18pt;
  color: white;
  opacity: .5;
  cursor: pointer;
  margin-right: 2px;
}
.page-content .hm-callout > div > div .testimonial-pager span.cycle-pager-active {
  color: #fc0;
  opacity: .8;
}
.page-content .hm-callout > div:last-child {
  margin-right: 0;
}
.page-content .hm-adbox-zone {
  text-align: center;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}
.page-content .hm-adbox-zone img {
  max-width: 99%;
  max-height: 100%;
  vertical-align: middle;
}
.page-content .hm-adbox-zone span {
  display: inline-block;
  min-height: 200px;
  vertical-align: middle;
}
.page-content .hm-content-banner div {
  margin: 10px 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.form-shell {
  width: 100%;
}
#pg-content {
  padding: 10px;
}
#pg-content > .container {
  width: auto;
  margin: 0;
}
/* END MAIN CONTENT */
/* FOOTER */
.footer-shell {
  padding: 10px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 99%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 99%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
}
.footer-shell ul {
  margin: 0;
  padding: 0;
}
.footer-shell ul li {
  display: block;
  padding: 10px;
  vertical-align: top;
}
.footer-shell ul li {
  font-size: 9pt;
  color: #666;
}
.footer-shell ul li:first-child img {
  width: 100px;
}
.footer-shell ul li:nth-child(2) img {
  margin-right: 10px;
  vertical-align: bottom;
}
.footer-shell ul > li:nth-child(5) > a,
.footer-shell ul > li:nth-child(6) > a {
  display: block;
  padding: 5px;
  width: 100%;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  font-weight: bold;
}
.footer-shell ul > li:nth-child(5) > a:hover,
.footer-shell ul > li:nth-child(6) > a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.footer-shell ul li a {
  font-size: inherit;
}
.footer-shell ul li b {
  font-size: inherit;
  font-weight: bold;
  color: inherit;
}
/* END FOOTER */
@media (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-header {
    display: block;
    margin: 0;
  }
  .page-header .hdr-infoshell {
    float: left;
    padding: 10px;
  }
  .page-header .hdr-infoshell div {
    display: inline-block;
    vertical-align: bottom;
  }
  .page-header .hdr-infoshell .hdr-logo {
    background-image: url(/images/2020/appa-logo-reverse.png);
    background-size: 90% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 200px;
    height: 80px;
    content: " ";
  }
  .page-header .hdr-infoshell .hdr-tagline {
    padding: 0 0 0 10px;
    margin-bottom: -5px;
    font-size: 10pt;
    color: white;
  }
  .page-header .hdr-buttonshell {
    text-align: right;
    padding: 10px;
  }
  .page-header .hdr-buttonshell .btn-primary {
    font-family: roboto_slabregular, sans-serif;
    font-size: 14pt;
    color: #fff;
    text-shadow: 1px 1px #000000;
    font-size: 11pt;
    margin-top: 3px;
    margin-left: 5px;
    width: 150px!important;
  }
  .page-header .hdr-buttonshell .btn-primary:hover {
    background: #3156C4;
  }
  .slideshow {
    max-height: 400px;
  }
  .page-content {
    /* home page specific */
  }
  .page-content .btn-shell {
    white-space: nowrap;
    padding-top: 5px;
  }
  .page-content .btn-shell button {
    font-family: roboto_slabregular, sans-serif;
    font-size: 11.5pt;
    color: #fff;
    text-shadow: 1px 1px #000000;
    padding: 7px;
    margin: 2px;
    width: 31%;
  }
  .page-content .hm-directbtn-search-shell {
    margin-top: 10px;
    margin-bottom: 20px!important;
  }
  .page-content .hm-callout > div > div {
    margin-bottom: 0;
    margin-left: -6px;
    margin-right: -6px;
  }
  .page-content .hm-callout > div > div h3 {
    font-size: 11pt!important;
  }
  .page-content .hm-callout > div > div h3 span {
    margin-top: -5px;
    margin-right: -4px;
    font-size: 11pt;
  }
  .page-content .hm-callout > div > div .testimonial-content {
    height: 100%;
  }
  .page-content .hm-callout > div > div .testimonial-pager {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
  .page-content .hm-callout > div > div .testimonial-pager span {
    width: 2px;
    height: 2px;
    font-size: 9pt;
    margin-right: 1px;
  }
  .page-content .hm-adbox-zone span {
    min-height: 180px;
    /* border:1px solid red;*/
  }
  .form-shell {
    width: 90%;
  }
  #pg-content {
    padding: 20px;
  }
  .footer-shell ul li {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    font-size: 9pt;
    color: #666;
  }
  .footer-shell ul li:nth-child(1) {
    display: block;
    width: 100%;
  }
  .footer-shell ul li:nth-child(1) img {
    width: 100px;
  }
  .footer-shell ul li:nth-child(1),
  .footer-shell ul li:nth-child(2) {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .form-shell {
    width: 80%;
  }
  .page-header .hdr-infoshell .hdr-logo {
    width: 180px;
    height: 80px;
    background-position: left center;
  }
  .page-header .hdr-infoshell .hdr-tagline {
    margin-bottom: 5px;
  }
  .page-header .hdr-buttonshell {
    padding-top: 50px;
  }
  .page-header .hdr-buttonshell .appa-direct-btn {
    width: auto!important;
  }
  .page-content {
    /* home page specific */
  }
  .page-content .row {
    margin: auto;
  }
  .page-content .btn-shell {
    white-space: nowrap;
  }
  .page-content .btn-shell button {
    font-family: roboto_slabregular, sans-serif;
    font-size: 13.5pt;
    color: #fff;
    text-shadow: 1px 1px #000000;
    width: 31%;
  }
  .page-content .hm-appa-supports div a {
    padding: 10px 20px;
  }
  .page-content .hm-callout > div > div h3 {
    font-size: 14pt!important;
  }
  .page-content .hm-callout > div > div h3 span {
    font-size: 12pt;
  }
  .page-content .hm-adbox-zone span {
    min-height: 230px;
  }
  .breadcrumb {
    font-size: 11pt;
  }
  .pagetitle {
    font-size: 36px;
  }
  .footer-shell ul li:nth-child(1) {
    display: inline-block;
    width: auto;
  }
  .footer-shell ul li:nth-child(2) {
    display: inline-block;
    width: 200px;
  }
  .footer-shell ul li:nth-child(3) {
    display: inline-block;
    width: 170px;
  }
  .footer-shell ul li:nth-child(4) {
    display: inline-block;
    width: 120px;
  }
  .footer-shell ul li:nth-child(5) {
    display: inline-block;
    width: 150px;
  }
  .footer-shell ul li:nth-child(6) {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .slideshow {
    max-height: 460px;
  }
  .page-header .hdr-infoshell .hdr-logo {
    width: 200px;
    height: 80px;
    background-position: left center;
  }
  .page-header .hdr-infoshell .hdr-tagline {
    margin-bottom: 5px;
  }
  .page-header .hdr-buttonshell {
    padding-top: 50px;
  }
  .page-header .hdr-buttonshell .appa-direct-btn {
    font-size: 14pt;
    width: 180px!important;
  }
  .page-content .hm-callout > div > div h3 {
    font-size: 16pt!important;
  }
  .page-content .hm-callout > div > div h3 span {
    font-size: 14pt;
    margin-top: -4px;
    margin-right: -4px;
  }
  .page-content .hm-adbox-zone span {
    min-height: 230px;
  }
  .footer-shell ul li:nth-child(2) {
    width: 400px;
  }
}

/*# sourceMappingURL=appa-layout.css.map */