/* 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;
}
.page-header,
.page-content {
  padding: 10px;
}
.page-header li:first-child img,
.page-content li:first-child img {
  width: 130px;
}
.hdr-logo,
.hdr-brand {
  cursor: pointer;
}
.breadcrumb {
  font-size: 10pt;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
}
.pagetitle {
  font-size: 30px;
  font-family: ubuntulight, arial, sans-serif;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #C0CCEF;
}
.btn-primary {
  background: #607DD7;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  border: 0;
}
.page-header {
  display: none;
  margin: 0;
}
/* HOME PAGE SLIDESHOW */
.slideshow {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.slideshow div {
  width: 100%;
  height: 100%;
}
.slideshow div img {
  width: 100%;
  height: 100%;
}
/* END HOME PAGE SLIDESHOW */
/* 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 .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 {
  margin-left: 0;
  margin-right: 0;
}
.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 .search-box-shell .search-box-inner {
  position: relative;
  width: 100%;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2px;
  margin: 10px 2px;
  white-space: nowrap;
}
.page-content .search-box-shell input[type=text] {
  float: left;
  height: 30px;
  width: 100%;
  padding-right: 42px!important;
  padding-left: 3px!important;
  border: 0;
  /*border:1px solid red;*/
}
.page-content .search-box-shell button {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px!important;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #999;
}
.page-content .search-box-shell button:hover,
.page-content .search-box-shell button:active,
.page-content .search-box-shell button:focus {
  background: #ccc;
}
.page-content .search-box-shell button span {
  color: #666;
}
.page-content .hm-directbtn-search-shell,
.page-content .hm-appa-supports {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
}
.page-content .hm-directbtn-search-shell h3,
.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-directbtn-search-shell div,
.page-content .hm-appa-supports div {
  text-align: center;
}
.page-content .hm-directbtn-search-shell div img,
.page-content .hm-appa-supports div img {
  margin: 10px 30px 10px 0;
}
.page-content .hm-directbtn-search-shell div a:nth-child(1) img,
.page-content .hm-appa-supports div a:nth-child(1) img,
.page-content .hm-directbtn-search-shell div a:nth-child(2) img,
.page-content .hm-appa-supports div a:nth-child(2) img {
  width: 60px;
}
.page-content .hm-directbtn-search-shell div a:nth-child(3) img,
.page-content .hm-appa-supports div a:nth-child(3) img {
  width: 140px;
}
.page-content .hm-directbtn-search-shell div a:nth-child(4) img,
.page-content .hm-appa-supports div a:nth-child(4) img {
  width: 200px;
}
.page-content .hm-directbtn-search-shell div a:nth-child(5) img,
.page-content .hm-appa-supports div a:nth-child(5) img {
  height: 50px;
  margin-right: 0;
}
.page-content .hm-calloutbox-shell {
  max-width: 370px!important;
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.page-content .hm-calloutbox-shell h3 {
  font-family: roboto_slabbold, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  color: #c00;
  line-height: 115%;
  padding: 5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 7px;
  background: #eeeeee;
}
.page-content .hm-calloutbox-shell h3 span {
  cursor: pointer;
  float: right;
  margin-top: -5px;
  padding: 5px;
  background: #ddd;
  color: white;
  border-radius: 50%;
}
.page-content .hm-calloutbox-shell h3 span:hover {
  background: #ccc;
}
.page-content .hm-calloutbox-shell p {
  margin: 10px 0;
  font-size: 14pt;
  line-height: 110%!important;
  text-align: center;
  color: #607DD7;
}
.page-content .hm-calloutbox-shell p * {
  font-size: 14pt;
}
.page-content .callout-benefits img,
.page-content .callout-join img {
  width: 100%;
}
.page-content .callout-benefits img.flags,
.page-content .callout-join img.flags {
  width: 90%!important;
  margin: 5px 5px 12px 5px;
}
.page-content .npos-img {
  text-align: center;
  margin: 5px 10px;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.page-content .npos-img img {
  width: 90%;
  margin: -20px 0;
}
.page-content .callout-testimonial {
  height: 220px!important;
  max-height: 220px!important;
  overflow: hidden;
}
.page-content .callout-testimonial .testimonial-content {
  text-align: center;
  overflow: hidden;
}
.page-content .callout-testimonial .testimonial-content img {
  width: 100%!important;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
}
.page-content .callout-testimonial .testimonial-pager {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 1000000;
}
.page-content .callout-testimonial .testimonial-pager span {
  font-size: 24pt;
  color: white;
  opacity: .5;
  cursor: pointer;
  margin-right: 3px;
}
.page-content .callout-testimonial .testimonial-pager span.cycle-pager-active {
  color: #fc0;
  opacity: .8;
}
.page-content .callout-appasupports {
  overflow: hidden;
}
.page-content .callout-appasupports > div {
  margin-top: 10px;
  text-align: center;
}
.page-content .callout-appasupports img {
  width: 100px!important;
  margin: 5px;
}
.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;
}
.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 {
  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 {
  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/logo_APPA_master.png);
    background-size: auto 90%;
    background-position: left center;
    background-repeat: no-repeat;
    width: 230px;
    height: 90px;
    content: " ";
  }
  .page-header .hdr-infoshell .hdr-tagline {
    padding: 0 10px;
    font-size: 11pt;
  }
  .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;
    margin-top: 3px;
    margin-left: 5px;
    width: 180px;
  }
  .page-header .hdr-buttonshell .btn-primary:hover {
    background: #3156C4;
  }
  .slideshow {
    max-height: 400px;
  }
  .page-content {
    /* home page specific */
    /* First Row Boxes */
    /* Second Row boxes */
    /* max testimonial image size is 370 x 250px */
  }
  .page-content .btn-shell {
    white-space: nowrap;
  }
  .page-content .btn-shell button {
    font-family: roboto_slabregular, sans-serif;
    font-size: 11.5pt;
    color: #fff;
    text-shadow: 1px 1px #000000;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 7px;
    margin: 2px;
    width: 31%;
  }
  .page-content .hm-directbtn-search-shell {
    margin-top: 10px;
    margin-bottom: 20px!important;
  }
  .page-content .hm-calloutbox-shell {
    width: 225px!important;
    margin: auto;
    margin-right: 12px;
    margin-bottom: 10px!important;
  }
  .page-content .hm-calloutbox-shell h3 {
    font-family: roboto_slabbold, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #c00;
    line-height: 115%;
    background: #eeeeee;
    padding: 5px;
    text-transform: uppercase;
  }
  .page-content .hm-calloutbox-shell p {
    font-size: 12pt;
  }
  .page-content .hm-calloutbox-shell p * {
    font-size: 12pt;
  }
  .page-content .hm-calloutbox-shell:last-child {
    margin-right: 0;
  }
  .page-content .callout-benefits,
  .page-content .callout-join,
  .page-content .callout-npos {
    height: 230px!important;
  }
  .page-content .npos-img {
    text-align: center;
    margin: 15px 10px 20px 10px;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .page-content .npos-img img {
    width: 90%;
    margin: -20px 0;
  }
  .page-content .callout-testimonial,
  .page-content .callout-appasupports,
  .page-content .hm-adbox-zone {
    height: 185px!important;
    max-height: 185px!important;
    overflow: hidden;
  }
  .page-content .testimonial-content img {
    max-width: 233px!important;
    height: auto;
  }
  .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-buttonshell {
    padding-top: 55px!important;
  }
  .page-content {
    /* home page specific */
    /* First Row Boxes */
    /* Second Row boxes */
    /* max testimonial image size is 370 x 250px */
  }
  .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 img {
    margin: 10px 20px 10px 0;
    vertical-align: middle;
  }
  .page-content .hm-appa-supports div a:nth-child(1) img,
  .page-content .hm-appa-supports div a:nth-child(2) img {
    width: 80px;
  }
  .page-content .hm-appa-supports div a:nth-child(3) img {
    width: 160px;
  }
  .page-content .hm-appa-supports div a:nth-child(4) img {
    width: 270px;
    height: auto;
  }
  .page-content .hm-appa-supports div a:nth-child(5) img {
    height: 65px;
    margin-right: 0;
  }
  .page-content .hm-calloutbox-shell {
    width: 285px!important;
    margin: auto;
    margin-right: 17px;
    margin-bottom: 10px!important;
  }
  .page-content .hm-calloutbox-shell h3 {
    font-family: roboto_slabbold, sans-serif;
    font-size: 12.5pt;
    font-weight: normal;
    color: #c00;
    line-height: 115%;
    background: #eeeeee;
    padding: 5px;
    text-transform: uppercase;
  }
  .page-content .hm-calloutbox-shell p {
    font-size: 14pt;
  }
  .page-content .hm-calloutbox-shell p * {
    font-size: 14pt;
  }
  .page-content .hm-calloutbox-shell:last-child {
    margin-right: 0;
  }
  .page-content .callout-benefits,
  .page-content .callout-join,
  .page-content .callout-npos {
    height: 270px!important;
  }
  .page-content .npos-img {
    text-align: center;
    margin: 15px 10px 20px 10px;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .page-content .npos-img img {
    width: 90%;
    margin: -20px 0;
  }
  .page-content .callout-testimonial,
  .page-content .callout-appasupports,
  .page-content .callout-goes,
  .page-content .callout-pilc,
  .page-content .hm-adbox-zone {
    height: 230px!important;
    max-height: 230px!important;
    overflow: hidden;
    margin-top: 10px!important;
    margin-bottom: 15px!important;
  }
  .page-content .testimonial-content img {
    max-width: 295px!important;
  }
  .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-content {
    /* home page specific */
    /* First Row Boxes */
    /* Second Row boxes */
    /* max testimonial image size is 370 x 250px */
  }
  .page-content .hm-calloutbox-shell {
    width: 350px!important;
    margin: auto;
    margin-right: 20px;
    margin-bottom: 10px!important;
  }
  .page-content .hm-calloutbox-shell h3 {
    font-family: roboto_slabbold, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #c00;
    line-height: 115%;
    background: #eeeeee;
    padding: 5px;
    text-transform: uppercase;
  }
  .page-content .hm-calloutbox-shell h3 span {
    margin-top: -3px;
  }
  .page-content .hm-calloutbox-shell p {
    font-size: 14pt;
  }
  .page-content .hm-calloutbox-shell p * {
    font-size: 14pt;
  }
  .page-content .hm-calloutbox-shell:last-child {
    margin-right: 0;
  }
  .page-content .callout-benefits,
  .page-content .callout-join,
  .page-content .callout-npos {
    height: 290px!important;
  }
  .page-content .npos-img {
    text-align: center;
    margin: 15px 10px 20px 10px;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .page-content .npos-img img {
    width: 90%;
    margin: -20px 0;
  }
  .page-content .callout-testimonial,
  .page-content .callout-appasupports,
  .page-content .callout-goes,
  .page-content .callout-pilc,
  .page-content .hm-adbox-zone {
    height: 250px!important;
    max-height: 250px!important;
    overflow: hidden;
  }
  .page-content .testimonial-content img {
    max-width: 100%!important;
  }
  .page-content .callout-appasupports img {
    width: 130px!important;
  }
  .page-content .hm-adbox-zone span {
    min-height: 230px;
  }
  .footer-shell ul li:nth-child(2) {
    width: 400px;
  }
}

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