font-face {
  font-family: Cinzel;
  font-weight: normal;
  font-style: normal;
  src: url("../eot/cinzel.eot");
  src: url("../eot/cinzel.eot?#iefix") format("embedded-opentype"), url("../woff/cinzel.woff") format("woff"), url("../ttf/cinzel.ttf") format("truetype"), url("../svg/cinzel.svg#Cinzel") format("svg"); }
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../eot/opensans.eot");
  src: url("../eot/opensans.eot?#iefix") format("embedded-opentype"), url("../woff/opensans.woff") format("woff"), url("../ttf/opensans.ttf") format("truetype"), url("../svg/opensans.svg#Open Sans") format("svg"); }
@font-face {
  font-family: "Open Sans Semibold";
  font-weight: normal;
  font-style: normal;
  src: url("../eot/opensans-semibold.eot");
  src: url("../eot/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../woff/opensans-semibold.woff") format("woff"), url("../ttf/opensans-semibold.ttf") format("truetype"), url("../svg/opensans-semibold.svg#Open Sans Semibold") format("svg"); }
@font-face {
  font-family: "Open Sans Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../eot/opensansbold.eot");
  src: url("../eot/opensansbold.eot?#iefix") format("embedded-opentype"), url("../woff/opensansbold.woff") format("woff"), url("../ttf/opensansbold.ttf") format("truetype"), url("../svg/opensansbold.svg#Open Sans Bold") format("svg"); }
@font-face {
 font-family: "Trajan Pro";
 src: url("../ttf/trajanpro-regular.ttf");
}

html, body {
  width: 100%;
  margin: 0; }

.topGradient {
  background-color: #22446a;
  background-image: -webkit-linear-gradient(#22446a, #18354f);
  background-image: linear-gradient(#22446a, #18354f);
  height: 23px; }

.bigNav {
  background-color: black;
  background-image: -webkit-linear-gradient(black 0%, #2d2d2d 50%, black 100%);
  background-image: linear-gradient(black 0%, #2d2d2d 50%, black 100%);
  height: 146px; }

/*****************************************HEADING****************************/
header {
  font-family: Georgia; }
  header ul {
    display: inline-block;
    margin-left: -20px; }
    header ul li {
      color: #e6e7e8;
      display: inline-block;
      float: left;
      background: #1e1e1e;
      width: 200px;
      height: 125px;
      margin: 0 10px;
      text-align: center;
      -webkit-transform: skewX(-33deg);
      -moz-transform: skewX(-33deg);
      -ms-transform: skewX(-33deg);
      -o-transform: skewX(-33deg);
      transform: skewX(-33deg); }
      header ul li:before {
        -webkit-transform: skewX(33deg);
        -moz-transform: skewX(33deg);
        -ms-transform: skewX(33deg);
        -o-transform: skewX(33deg);
        transform: skewX(33deg);
        content: "I am a";
        display: block;
        font: italic 0.8em Georgia;
        margin: 20px 25px 0 0; }
      header ul li:first-child {
        margin: 0 10px 0 0; }
      header ul li:hover {
        background-color: #59266a;
        background-image: -webkit-linear-gradient(left bottom, #59266a 0%, #6c3f7b 50%, #59266a 100%);
        background-image: linear-gradient(to right top,#59266a 0%, #6c3f7b 50%, #59266a 100%); }
        header ul li:hover p .arrow {
          border-color: transparent transparent transparent #fff; }
      header ul li p {
        font: italic 0.8em Georgia; }
        header ul li p .arrow {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 10px;
          border-color: transparent transparent transparent #643474;
          position: relative;
          margin-right: 2px;
          display: inline-block;
          margin-top: 10px; }
      header ul li a {
        -webkit-transform: skewX(33deg);
        -moz-transform: skewX(33deg);
        -ms-transform: skewX(33deg);
        -o-transform: skewX(33deg);
        transform: skewX(33deg);
        display: inline-block;
        text-decoration: none;
        color: #e6e7e8;
        margin: 0px 0 0 25px;
        width: 100%;
        height: 100%; }
        header ul li a span.bigWord {
          font: 1.5em "Cinzel";
          border-width: 3px;
          border-style: solid;
          -webkit-border-image: url(../png/bignavruler.png) 0 0 3 0;
          border-image: url(../png/bignavruler.png) 0 0 3 0;
          border-style: solid; }

.logoCont {
  height: 136px;
  width: 404px;
  float: left;
  background-image: url(../png/logobg.png);
  background-repeat: no-repeat; }
  .logoCont h1 {
    margin: 30px auto;
    background-image: url(../logo.html);
    background-repeat: no-repeat;
    width: 231px; }
    .logoCont h1 a {
      display: inline-block;
      height: 70px;
      width: 231px; }
    .logoCont h1:before {
      content: "welcome to the";
      color: #e6e7e8;
      font-size: 0.8em;
      font-style: italic;
      position: absolute;
      top: 25px;
      left: 171px;
      padding: 20px; }

.topRight {
  display: inline-block;
  float: right;
}
.topRight .topTopRight {
    text-align: right; 
	margin-right: 82px;
}
.topRight .topTopRightCart {
    bottom: 0px;
	position: fixed;
}
.topRight .socialSearch {
    text-align: right; 
}

.topRight .socialSearchYouth {
    text-align: right; 
}

.homepageName {
	text-transform: capitalize;
	color: #1A5280;
	float: left;
	font-size: 10pt;	
	font-weight:bold;
}

/**************************************************************TYPOGRAPHY******************************************/
body{
  font-family: "Open Sans";
  line-height: normal;
  font-size: 11pt;
  font-style: normal;
}

#youth_main h1,#youth_main h2,#youth_main h3,#youth_main h4,#youth_main h5,#youth_main h6{

/*
font-family: "Open Sans";
	font-weight:bold;
*/
color: #088065;
}

#youth_main h1{
    font-family: Georgia;
    font-size : 29px;
    font-style: italic;
    font-weight:normal;
    /*padding-bottom: 15px;*/
}

#youth_main h2{
    font-family: Georgia;
    font-size : 24px;
    font-weight:normal;
    padding-bottom: 5px;
}

#youth_main h3{
    font-family: Georgia;
    font-size : 19px;
    font-weight:normal;
    padding-bottom: 2px;
}

#youth_main h4{
    font-family: Georgia;
    font-size : 15px;
    font-weight:normal;
}

/*
h1{font-size: 1.6em;}
h2{font-size: 1.4em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
*/
h5{font-size: 1em;}

strong{color: #000000 !important;}

#youth_main .homeContent ul[style="list-style-type: square;"] {
	list-style-image: url('../png/ahya_green_arrow.png');
}

#youth_main .homeContent ul[style="list-style-type: disc;"] {
	list-style-image: url('../png/ahya_double_arrow.png');
}

#youth_main .homeContent ul:not([style]):not([class]) {
	list-style-image: url('../png/aha_single_arrow.png');
}

.headline h3{color:#db4519}

/********************************************HORIZONTAL RULES*****************************************/

#youth_main hr.pink {
	border-bottom: 2px dashed #FF26FF;
}

#youth_main blockquote {
	font-family: Georgia;
    font-size : 24px;
    font-weight:normal;
    padding: 20px;
	color: #088065;
	text-align: center;
    border-top: 2px dashed #FF26FF;
    border-bottom: 2px dashed #FF26FF;
}

#youth_main blockquote:before {
	
}

/**************************************************************YOUTH NAVIGATION******************************************/

.topHomeNav{ 
  clear:both;
}
.mainBanner, .navbar-collapse {
  clear: both;
  width: 1107px; 
  margin: 0 auto;
  background-color: black;

}

.submenu {
	display: none;
	border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	margin-left: -20px;
	background-image: linear-gradient(#18354f, #22446a);
}

.siteSubmenu {
	display: none;
	border-radius: 0px; padding: 0;
	position: absolute; left: 100%;
	margin-top: -32px;
	background-image: linear-gradient(#18354f, #22446a);
}

/*.submenu li {
	position: relative;
}*/

.submenu li:hover {
	background-color: #1A5280;
}

.navbar-collapse > ul > li > .submenuYouth > li {
 	  
}

.mainBanner ul li a, .navbar-collapse ul li a {
	font-family: "Open Sans Semibold";
	font-size: 12pt;
	color: #e3e4e5;
	padding-top:5px;
	text-decoration: none;
}
       
.mainBanner ul li:hover, .navbar-collapse ul li:hover, .navbar-collapse ul li a.active {
	background-color: #1A5280;
	/*background-image: -webkit-linear-gradient(#59266a, #6c3f7b);
	background-image: linear-gradient(#59266a, #6c3f7b); */
}



.hamburger-placeholder{
  height:20px;
  width:100px;
  background: url(../png/hamburger-placeholder-youth.png);
  background-size: cover;
  background-position: 0px;
  display: block
}

.currentPage{
	background-color:#1A5280;
}

.sponsorLogo a img {
	width: 100%
}

/**************************************************************MAIN CONTENT AREAS**********************************/


#youth_main {
  background-image: url(../jpg/ahyabg3.jpg);
  background-repeat: repeat;
  overflow: hidden;
  background-size: 100px;
}

.topHomeMain{}
//if we want full-width images in the banner
.topHomeMain img{width:100%}
.mainBanner {
  clear: right;
  width: 1100px;
  margin: 0 auto;
  height: 481px;
  background-color: black; }
  .mainBanner ul {
    width: 995px;
    float: right; }
    .mainBanner ul li {
      display: inline-block;
      float: left;
      width: 198px;
      text-align: center;
      border-right: 1px solid #18354f; }
      .mainBanner ul li a {
        background-color: #18354f;
        background-image: -webkit-linear-gradient(#18354f, #22446a);
        background-image: linear-gradient(#18354f, #22446a);
        font-family: "Open Sans Semibold";
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        color: white;
        text-decoration: none; }
        .mainBanner ul li a:hover {
          background-color: #59266a;
          background-image: -webkit-linear-gradient(#59266a, #6c3f7b);
          background-image: linear-gradient(#59266a, #6c3f7b); }
  .mainBanner nav > img {
    position: absolute; }

.featured {
  background-position: center;
  /* width: 80%; */
  margin: 0 auto;
  text-align: center;
  background-image: url(../png/headerbg.png);
  background-repeat: no-repeat;
  /* font-family: "Open Sans"; */
  text-transform: uppercase; 
}

.bannerBorderBottom {
  margin-top:-5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 550px 0 550px;
  border-color: #18354f transparent transparent transparent; }

.homeContent {
  /* DJ Here
  min-height: 1200px;
  padding: 15px;
  */
  min-height: 500px;
  background-color: white;
  margin-top: 20px;
  padding: 0px;
  border: 1px solid #6d6e71; 
}

.homeContent.back{
  background: #e2e3e4;
  background-repeat: repeat;
  /* DJ Here
  min-height: 1200px;
  width: 97.28%;
  */
  min-height: 500px;
  float:left;
  border:none;
  width: 97.28%;
}
.col-md-3 {
  margin: 10px 1px 0 8px;
  width: 32%;
  height: 100%;
  float: left;
}

.col-md-9 {
    background-color: white;
    border: 1px solid #a3a4a7;
    float: left;
	height: 90%;
    margin: 10px 0 0 8px;
}

.col-md-9 .row {
	background-color: white;
}

.youth-main-with-sidebar {
	width: 73%;
	padding: 10px 0;
}


.sidebar{
width: 25%;
/*
float: right;
align-content: center;
*/
}

/************************************MAIN CONTENT PADDING/MARGIN*****************************************/

.row, .tableContainer, .spacer, .gallery-page {
	max-width: 95% !important;
	margin: 0 2.5% !important;
	position: relative;
}

/*********************************CALENDAR************************************/
header.calendarHead {
  background-color: #22446a;
  background-image: -webkit-linear-gradient(#22446a, #18354f);
  background-image: linear-gradient(#22446a, #18354f);
  width: 997px;
  margin: 0 auto;
  color: #edd495;
  font-family: "Open Sans Semibold";
  text-transform: uppercase;
  height: 38px; }
  header.calendarHead h2 {
    display: inline-block;
    float: left;
    padding: 10px; }
  header.calendarHead ul.calendarLinks {
    display: inline-block;
    float: right;
    padding-right: 13px; }
    header.calendarHead ul.calendarLinks li {
      height: auto;
      width: auto;
      background: #18354f;
      padding: 10px;
      text-align: left; }
      header.calendarHead ul.calendarLinks li:before {
        content: none; }
      header.calendarHead ul.calendarLinks li a {
        margin: 0;
        color: #edd495;
        font-size: 0.8em;
        padding: 0 20px; }

.calendarContainer {
  /* background-size: contain; */
  background-image: url(../png/calendardecorleft.png), url(../png/calendardecorright.png);
  background-position: 0px 0px, 1055px 0px;
  background-repeat: no-repeat; }

.calendarSlider {
  width:100%;
  height: 130px;
  overflow: hidden; }

.calendar {
  width: 80%;
  margin: 0 auto;
  border-collapse: separate;
  color: #808285;
  font-family: "Open Sans Semibold"; }
  .calendar thead {
    background-color: #e6e7e8;
    border-spacing: 0; }
    .calendar thead th {
      text-align: left;
      padding: 5px 0 5px 5px;
      text-transform: uppercase;
      font-size: 0.8em; }
  .calendar tr td {
    background-color: #d7d9da;
    background-image: -webkit-linear-gradient(left, #d7d9da, #e6e7e8);
    background-image: linear-gradient(to right,#d7d9da, #e6e7e8);
    width: 140px;
    height: 140px;
    margin-right: 8px;
    border: 3px solid white;
    padding: 5px 0 0 5px; }
    .calendar tr td a {
      text-decoration: none;
      color: #6d6e71; }
    .calendar tr td:first-child {
      border-left: none; }
    .calendar tr td:last-child {
      border-right: none; }
  .calendar tr .today {
    box-shadow: inset 0 3px 0 0 #18354f;
    background-image: none;
    background-color: #cfd6df; }

.showCalendar {
  background-color: #58595b;
  background-image: -webkit-linear-gradient(left, #58595b 0%, #7a7b7e 50%, #58595b 100%);
  background-image: linear-gradient(to right,#58595b 0%, #7a7b7e 50%, #58595b 100%);
  position: relative;
  width: 80%;
  margin: 10px auto 0;
  text-align: center;
  color: white;
  font-family: "Open Sans";
  font-style: italic;
  font-size: 0.65em;
  padding: 5px 0;
  border-radius: 2px;
  cursor: pointer; }
  .showCalendar:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #7a7b7e transparent transparent transparent;
    position: absolute;
    display: block;
    content: '';
    left: 49%;
    bottom: -10px; }

.decor {
  display: inline-block;
  float: left; }

.decorRight {
  display: inline-block;
  float: right; }

/**************************************************************TOOLTIP**********************************/
.tip {
  background-color: #d7d9da;
  background-image: -webkit-linear-gradient(#d7d9da, #e6e7e8);
  background-image: linear-gradient(#d7d9da, #e6e7e8);
  width: 300px;
  font-family: "Open Sans Semibold";
  position: relative; }
  .tip h2 {
    text-transform: uppercase;
    padding: 20px 40px 0 20px; }
  .tip header {
    background-image: url(../gif/tooltiphead.gif);
    background-repeat: no-repeat;
    color: #d7d9da;
    font-family: "Open Sans Semibold";
    font-style: italic;
    font-size: 0.75em;
    text-transform: uppercase;
    text-indent: 25px; }
  .tip hr {
    width: 85%; }
  .tip .eventMeta {
    background-image: url(../png/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    padding: 0 40px 0 20px;
    font-size: 0.75em;
    color: #6d6e71; }
    .tip .eventMeta p {
      margin: 5px 0; }
    .tip .eventMeta .date {
      font-family: "Open Sans Bold";
      color: #6c3f7b; }
  .tip .eventInfo {
    height: 250px;
    background-color: white;
    border: 1px solid #6d6e71;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    font-family: "Open Sans"; }
  .tip .eventBottom {
    width: 86.75%;
    margin: 0 auto;
    padding: 10px 0; }
    .tip .eventBottom button {
      margin: 0;
      background-color: #59266a;
      color: white;
      border: 0;
      font-size: 0.75em;
      font-style: italic;
      font-family: "Open Sans";
      padding: 5px 30px;
      border-radius: 5px; }
    .tip .eventBottom a {
      position: relative;
      top: 5px;
      left: 10px; }
  .tip:before {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    top: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #d7d9da; }

/**************************************************************SLIDER CONFIGS********************************/
.tableContainerColumn {
  position: relative;
}

.sliderWrapYouth {
  width: 90%;
  margin-top: 0 auto;
  margin-bottom: 0 auto;
  margin: 0 auto;
  padding: 0px 5%;
  overflow: hidden;
}
.sliderWrapYouth.noarrows {
  width: 100%;
  padding: 0px;
  overflow: hidden;
}
.sliderWrapYouth .slick-slider.slick{
	width:800px;
}
.sliderWrapYouth .slick-slider.slick { visibility:hidden; height:317.273px;; }
.sliderWrapYouth .slick-slider.slick-initialized.slick-slider.slick { visibility:visible; overflow:hidden; }
.tableContainerColumn .sliderWrapYouth, .tableContainerColumn .sliderWrapYouth.noarrows {
  position: absolute;
  z-index: 1;
}
.sliderWrapYouth .slickText {
	text-align:center !important;
}
.sliderWrapYouth h2 {
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  color: #088065 !important;
  margin-top: 15px; }
  .sliderWrapYouth h2 + a {
    text-decoration: none;
    font-family: "Open Sans"; }
    .sliderWrapYouth h2 + a:after {
      content: "\00bb"; }

/**************************************************************SOCIAL MEDIA**********************************/

button.login {
  background-color: #22446a;
  background-image: -webkit-linear-gradient(#3C6EA7, #18354f);
  background-image: linear-gradient(#3C6EA7, #18354f);
  color: #fff;
  border: 0;
  width:157px;
  padding: 5px 20px; }

/*socials li ul {
	display:
}*/

.socials li {
  display: inline-block;
  float: left;
  margin: 5px 5px 5px 0; }
.socials li a{
  width:27px;
  height:27px;
}
.socials li a img{
  height:29px;
}
.socials li input[type="text"]{
  background: #e3e4e5;
  padding: 5px;
  border: 2px solid #a8aaad;}
.socials li input[type="text"]:focus{
  background:white;
}


.ahyaSocials li {
  display: inline-block;
  float: left;
  margin: 5px 5px 5px 0; 
  color: #088065;
  font-weight: bold;
  font-family: Open Sans;
  font-size : 18px;
}

.ahyaSocials li a{
  width:27px;
  height:27px;
}
.ahyaSocials li a img{
  height:29px;
}
.ahyaSocials li input[type="text"]{
  background: #e3e4e5;
  padding: 5px;
  border: 2px solid #a8aaad;}
.ahyaSocials li input[type="text"]:focus{
  background:white;
}

.primary {
  width: 1076px;
  margin: 0 auto;
  height:100%;
  padding-top: 30px; 
}


/**************************************************************SOCIAL MEDIA**********************************/
.bannerAd {
  width: 95%;
  margin: 0 auto;
  background-color: #d1d3d4; }
  .bannerAd span {
    float: right;
    padding: 0 20px;
    background-color: #a7a9ac; }

/**************************************************************FOOTER**********************************/

footer .footerInner #footer-logo {
	background-image: url(../png/footerhorses.png);
	display:block;
    height:132px;
    width:132px;
	text-indent:-9999px;
	background-repeat: no-repeat;
    background-position: right 20%;
	min-height: 150px;
    margin: 0 auto;
    width: 150px;
}

footer {
  height: auto;
  background-color: #414042;
  clear: both;
  padding-top: 10px; }
  footer .footerInner {
  	min-height: 170px;
    margin: 0 auto;
    width: 1108px;}
    footer .footerInner > ul > li {
      display: inline-block;
      float: left;
      margin: 5px 50px 0; }
      footer .footerInner > ul > li ul {
        max-height: 170px; }
        footer .footerInner > ul > li ul li {
          float: none;
          padding: 1px 0; }
      footer .footerInner > ul > li .addRes, footer .footerInner > ul > li .socialMedia {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; }
      footer .footerInner > ul > li .socialMedia {
        width: 75px;
        margin: 10px 0 0 25px; }
        footer .footerInner > ul > li .socialMedia li {
          width: 25px;
          height: 25px;
          display: inline-block; }
        footer .footerInner > ul > li .socialMedia a {
          display: inline-block;
          width: 25px;
          height: 25px; }
        footer .footerInner > ul > li .socialMedia .footFB {
          background-image: url(../png/fbfooter.png);
          background-repeat: no-repeat; }
        footer .footerInner > ul > li .socialMedia .footYT {
          background-image: url(../png/youtubefooter.png);
          background-repeat: no-repeat; }
        footer .footerInner > ul > li .socialMedia .footG {
          background-image: url(../png/googlefooter.png);
          background-repeat: no-repeat; }
        footer .footerInner > ul > li .socialMedia .footLI {
          background-image: url(../png/linkedinfooter.png);
          background-repeat: no-repeat; }
        footer .footerInner > ul > li .socialMedia .footT {
          background-image: url(../png/twitterfooter.png);
          background-repeat: no-repeat; }
        footer .footerInner > ul > li .socialMedia .footP {
          background-image: url(../png/pinterestfooter.png);
          background-repeat: no-repeat; }
        footer .footerInner > ul > li .socialMedia .footI {
          background-image: url(../png/instagramfooter.png);
          background-repeat: no-repeat; }
      footer .footerInner > ul > li h4 {
        text-transform: uppercase;
        color: white;
        font-family: "Open Sans Bold"; }
      footer .footerInner > ul > li a {
        color: #8f8d8f;
        text-decoration: none;
        font-family: "Open Sans";
        font-size: 0.7em; }
  footer .bannerAd {
    width: 60%;
    margin-top: 20px; }

.footerWrap {
  background-color: #231f20; }
  
.title {
    /*font-family: Cinzel;*/
	font-weight: bold;
	color: #59266A;
	font-size:18pt;
}

img {
  color: transparent;
}

.link{
	height: auto;
	width: 125px;	
	border-width: 2px;
	background-color: #084B8A;
	text-align: center;
	box-shadow: 3px 3px 3px #888888;
}

.link a {
    text-decoration: none;
	color: #FFFFFF;
}


.jumpLink .title{
	color: #000000;
}
.jumpLink .image{
	float: right;
}

.jumpLink .jumpToText a{
	color: 59266A;
	text-decoration: none;
	margin: 20px 0px 10px 0px;
}

.jumpLinkYouth .title{
	font-family: Georgia;
	color: #088065;
	font-size : 29px;
    font-style: italic;
	font-weight: normal;
	padding-bottom: 5px;
}

.jumpLinkYouth .image{
	float: right;
}

.jumpLinkYouth .jumpToText {
	padding-bottom: 5px;
}

.jumpLinkYouth .jumpToText a{
	color: #088065;
	font-size: 16px;
	/*font-weight: bold;*/
	text-decoration: none;
	margin: 20px 20px 10px 0px;
}

/*.jumpLinkYouth .jumpToText a:before {
	content: url('../img/AHYA_Double_Arrow.png');
	padding-right: 5px;
}*/

.html {
	padding-bottom: 5px;
}


.html p strong{
	font-weight: bold;
/*
color: #59266A;
*/
}

.html p em{
	font-style: italic;
}

.html ol ul {
	padding-left: 40px;
}

.html ol ul li ul {
	padding-left: 40px;
}
.html ol {
	padding-left: 40px;
}

.html ul{
	padding-left: 40px;
}

#ahaHeaderLogo h1 {
	float:left;
	padding-left: 30px;
	color: #DDDDDD;
	font-size: 4.0em;
	font-weight:normal;
	font-family: "Trajan Pro";	
}

#ahaHeaderLogo img {
	float:left;
	margin-bottom: 20px;
}


#ahyaHeaderLogo h1 {
	float:left;
	padding-left: 30px;
	color: #088065;
	font-size: 4.0em;
	font-weight:normal;
	font-family: "Trajan Pro";	
}

#ahyaHeaderLogo img {
	float:left;
	margin-bottom: 20px;
}

/*****************************Youth Logo**********************************/
.youthLogo {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*****************************Youth Board Post**********************************/
.youthBoardTitle {
    font-family: Georgia;
	color: #088065;
	font-size : 29px;
    font-style: italic;
	padding-bottom: 20px;
}

.youthBoardSubTitle {
    font-family: Georgia;
	color: #088065;
	font-size : 24px;
    font-style: italic;
	padding-bottom: 15px;
}

.youthBoardImage2 {
	float: left;	
	margin-right: 10px;
	width: 150px;
	height: 200px;
	padding-top: 20px;    
    padding-bottom: 30px;
}

.youthBoardLink {
	height: auto;
	width: 125px;	
	border-width: 2px;
	background-color: #088065;
	text-align: center;
	box-shadow: 3px 3px 3px #888888;
}

.youthBoardLink a {
    text-decoration: none;
	color: #FFFFFF;
}

.youthBoardHtml {
	margin-left: 160px;
	color: #58595B
	font-family: Open Sans;
	font-size : 13px;
	padding-bottom: 30px;
}

.youthBoardHtml h1{
    font-family: Georgia;
	color: #088065;
	font-size : 29px;
    font-style: italic;
	font-weight:normal;
	padding-bottom: 15px;
}

.youthBoardHtml h2{
    font-family: Georgia;
	color: #088065;
	font-size : 24px;
    /*
	font-style: italic;
	*/
	font-weight:normal;
	padding-bottom: 5px;
}
.youthBoardHtml {
	padding-bottom: 5px;
}

.youthBoardHtml p strong{
	font-weight: bold;
/*	
	color: #58595B;
*/
}

.youthBoardHtml p italic{
	font-style: italic;
}

.youthBoardHtml p em{
	font-style: italic;
}

.youthBoardHtml ol ul {
	padding-left: 40px;
}

.youthBoardHtml ol ul li ul {
	padding-left: 40px;
}
.youthBoardHtml ol {
	list-style-type: decimal;
	padding-left: 40px;
}

.youthBoardHtml ul{
	padding-left: 40px;
}

.youthBoardHeading {
	margin-left: 160px;
	font-weight: bold;
	color: #414042;
	font-family: Open Sans;
	font-size : 15px;
}

.youthBoardSubHeading {
	margin-left: 160px;
	font-weight: bold;
	font-style: italic;
	color: #414042;
	font-family: Open Sans;
	font-size : 14px;
}

/*****************************Youth Links**********************************/

/* unvisited link */
.youthBoardHtml a:link, .youth-bio-body a:link, .youthBlogAuthor a:link, .youthCommittee a:link {
    color: #088065;
	text-decoration: none;
}

.presidentsCornerLink {
	font-style: italic;
}

.linkAfter a:after {
	content: url('../png/ahya_double_arrow.png');
	padding-left: 5px;
}
/* visited link */
.youthBoardHtml a:visited, .youth-bio-body a:visited, .youthBlogAuthor a:visited, .youthCommittee a:visited {
    color: #6ab2a2;
	text-decoration: none;
}

/* mouse over link */
.youthBoardHtml a:hover, .youth-bio-body a:hover, .youthBlogAuthor a:hover, .youthCommittee a:hover {
    color: #088065;
	text-decoration: underline;	
}

/* selected link */
.youthBoardHtml a:active, .youth-bio-body a:active, .youthBlogAuthor a:active, .youthCommittee a:active {
    color: #088065;
	text-decoration: none;
}



/************* youth bio****************/
.youth-bio {
    margin-bottom: 50px;
    overflow: auto;

}

.youth-bio-body{
    margin-left:200px;
}

.youth-bio-image{
    width="257";
	height: auto;
	margin-left: 20px;
    float:left;
}


.youth-bio-name {
	text-transform: capitalize;
	font-weight: bold;
}

.youth-bio-title {
	text-transform: capitalize;
    font-style: italic;
}
.youth-region-title, .youth-bio-region {
    font-family: Georgia;
    color: #088065;
    font-size: 29px;
    font-style: italic;
    padding-bottom: 20px;

}

/**************************Youth Committee********************************/

.youthCommitteeBody {
	font-size: 11px;
}

.youthCommitteeTitle {
    font-family: Georgia;
    color: #088065;
    font-size : 29px;
    font-style: italic;
    font-weight:normal;
	text-align: center;
}

.youthCommittee h3{
    font-family: Georgia;
	color: #088065;
	font-size : 19px;
	font-weight:normal;
	padding-bottom: 2px;
}

/*****************************Youth Post**********************************/
.youthPostTitle {
    font-family: Georgia;
	color: #088065;
	font-size : 29px;
    font-style: italic;
	padding-bottom: 20px;
}

.youthPostSubTitle {
    font-family: Georgia;
	color: #088065;
	font-size : 24px;
    font-style: italic;
	padding-bottom: 15px;
}

.youthPostImage {
	float: right;	
	height: 200px;
	padding-top: 20px;    
    padding-bottom: 30px;
}

.youthPostLink {
	height: auto;
	width: 125px;	
	border-width: 2px;
	background-color: #088065;
	text-align: center;
	box-shadow: 3px 3px 3px #888888;
}

.youthPostLink a {
    text-decoration: none;
	color: #FFFFFF;
}

.youthPostHtml {
	color: #58595B
	font-family: Open Sans;
	font-size : 13px;
	padding-bottom: 30px;
}

.youthPostHtml h1{
    font-family: Georgia;
	color: #088065;
	font-size : 29px;
    font-style: italic;
	font-weight:normal;
	/*padding-bottom: 15px;*/
}

.youthPostHtml h2{
    font-family: Georgia;
	color: #088065;
	font-size : 24px;
    /*
	font-style: italic;
	*/
	font-weight:normal;
	padding-bottom: 5px;
}

.youthPostHtml h3{
    font-family: Georgia;
	color: #088065;
	font-size : 19px;
    /*
	font-style: italic;
	*/
	font-weight:normal;
	padding-bottom: 2px;
}

.youthPostHtml h4{
    font-family: Georgia;
	color: #088065;
	font-size : 15px;
    /*
	font-style: italic;
	*/
	font-weight:normal;
	/*padding-bottom: 1px;*/
}


.youthPostHtml p strong{
	font-weight:bold;
/*
color: #58595B;
*/
}

.youthPostHtml span > strong {
	color: inherit !important;
}

.youthPostHtml p em{
	font-style: italic;
}

.youthPostHtml ol ul {
	padding-left: 40px;
}

.youthPostHtml ol ul li ul {
	padding-left: 40px;
}

.youthPostHtml ol {
	list-style-type: decimal;
	padding-left: 40px;
}

.youthPostHtml ul{
	padding-left: 50px;
}

.youthPostHtml ul li{
	padding-bottom: 5px;
}


.youthPostHeader {
	font-weight: bold;
	color: #414042;
	font-family: Open Sans;
	font-size : 15px;
}

.youthPostSubHeader {
	font-weight: bold;
	font-style: italic;
	color: #414042;
	font-family: Open Sans;
	font-size : 14px;
}

/* unvisited link */
.youthPostHtml a:link {
    color: #088065;
	text-decoration: none;
}

/* visited link */
.youthPostHtml a:visited {
    color: #6ab2a2;
	text-decoration: none;
}

/* mouse over link */
.youthPostHtml a:hover {
    color: #088065;
	text-decoration: underline;
	
}

/* selected link */
.youthPostHtml a:active {
    color: #088065;
	text-decoration: none;
}

/*****************************Youth Blog**********************************/
.youthBlogTitle {
    font-family: Georgia;
	/*color: #000000;*/
	color: #088065;
	font-size : 18px;
    font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}

.youthBlogAuthor {
    font-family: Georgia;
	color: #000000;
	font-size : 15px;
    font-style: italic;
	/*padding-bottom: 10px;*/
}

.youthBlogDate {
    font-family: Georgia;
	color: #000000;
	font-size : 15px;
	font-weight:normal;
	/*text-align: right;
    font-style: italic;
	padding-bottom: 10px;*/
}

/*
.youthBlogSubTitle {
    font-family: Georgia;
	color: #088065;
	font-size : 19px;
    font-style: italic;
	padding-bottom: 5px;
}
*/

.youthBlogHeadline {
    font-family: Georgia;
	color: #088065;
	font-size : 16px;
    font-style: italic;
	/*padding-bottom: 5px;*/
}
.youthBlogImage {
	/*float: right;	*/
	height: 200px;
	padding-top: 20px;    
    padding-bottom: 30px;
}

.youthBlogTeaserImage {
    position: absolute;
    top: 0;
    right: 0;
}

.youthBlogTeaserImage > img {
    max-height: 90px;
    width: auto;
}

.youthBlogLink {
	height: auto;
	width: 125px;	
	border-width: 2px;
	background-color: #088065;
	text-align: center;
	box-shadow: 3px 3px 3px #888888;
}

.youthBlogLink a:link {
    color: #088065;
	text-decoration: none;
}

/* visited link */
.youthBlogLink a:visited {
    color: #6ab2a2;
	text-decoration: none;
}

/* mouse over link */
.youthBlogLink a:hover {
    color: #088065;
	text-decoration: underline;
}

/* selected link */
.youthBlogLink a:active {
    color: #088065;
	text-decoration: none;
}

.youthBlogText {
	color: #58595B
	font-family: Open Sans;
	font-size : 13px;
	/*padding-bottom: 30px;*/
}

.youthBlogText h1{
    font-family: Georgia;
	color: #088065;
	font-size : 29px;
    font-style: italic;
	font-weight:normal;
	/*padding-bottom: 15px;*/
}

.youthBlogText h2{
    font-family: Georgia;
	color: #088065;
	font-size : 24px;
    /*
	font-style: italic;
	*/
	font-weight:normal;
	padding-bottom: 5px;
}

.youthBlogText h3{
    font-family: Georgia;
	color: #088065;
	font-size : 19px;
    /*
	font-style: italic;
	*/
	font-weight:normal;
	padding-bottom: 2px;
}

.youthBlogText h4{
    font-family: Georgia;
	color: #088065;
	font-size : 15px;
    /*
	font-style: italic;
	*/
	font-weight:normal;
	/*padding-bottom: 1px;*/
}
.youthBlogText p strong{
	font-weight:bold;
/*
color: #58595B;
*/
}

.youthBlogText p em{
	font-style: italic;
}

.youthBlogText ol ul {
	padding-left: 40px;
}

.youthBlogText ol ul li ul {
	padding-left: 40px;
}

.youthBlogText ol {
	list-style-type: decimal;
	padding-left: 40px;
}

.youthBlogText ul{
	list-style-type: disc;
	padding-left: 40px;
}

/* unvisited link */
.youthBlogText a:link {
    color: #088065;
	text-decoration: none;
}

/* visited link */
.youthBlogText a:visited {
    color: #6ab2a2;
	text-decoration: none;
}

/* mouse over link */
.youthBlogText a:hover {
    color: #088065;
	text-decoration: underline;
}

/* selected link */
.youthBlogText a:active {
    color: #088065;
	text-decoration: none;
}

.youthBlogHeader {
	font-weight: bold;
	color: #414042;
	font-family: Open Sans;
	font-size : 29px;
}

.youthBlogSubHeader {
	font-weight: bold;
	font-style: italic;
	color: #414042;
	font-family: Open Sans;
	font-size : 19px;
}
/*Brad Here*/
.youthBlogTeaserLink a::after {
	content: url('../png/ahya_double_arrow.png');
	padding-left: 5px;
}

/* unvisited link */
.youthBlogTeaserLink a:link {
    color: #088065;
	text-decoration: none;
}

/* visited link */
.youthBlogTeaserLink a:visited {
    color: #6ab2a2;
	text-decoration: none;
}

.youthBlogTeaserLink a:visited:after {
	color: #6ab2a2;
	text-shadow: 7px 0px #6ab2a2;
}

/* mouse over link */
.youthBlogTeaserLink a:hover {
    color: #088065;
	text-decoration: underline;
}

.youthBlogTeaserLink a:hover:after {
	color: #088065;
	text-shadow: 7px 0px #088065;
}

/* selected link */
.youthBlogTeaserLink a:active {
    color: #088065;
	text-decoration: none;
}

/*****************************YOUTH LEFT POST**********************************/

.youthLeftTitle {
    font-family: Georgia;
	color: #088065;
	font-size : 29px;
    font-style: italic;
	padding-bottom: 20px;
	padding-top: 20px;
	
}

.youthLeftSubTitle {
    font-family: Georgia;
	color: #088065;
	font-size : 24px;
    font-style: italic;
	padding-bottom: 15px;
}

.youthLeftImage {
	float: left;	
	margin-right: 5px;
	width: 110px;
	/*
	height: 200px;
	*/
	padding-top: 20px;    
    padding-bottom: 30px;
}

.youthLeftLink {
	height: auto;
	width: 125px;	
	border-width: 2px;
	background-color: #088065;
	text-align: center;
	box-shadow: 3px 3px 3px #888888;
}

.youthLeftLink a {
    text-decoration: none;
	color: #FFFFFF;
}

.youthLeftHtml {
	margin-left: 110px;
	color: #58595B
	font-family: Open Sans;
	font-size : 13px;
	padding-bottom: 30px;
}

.youthLeftHtml h1{
    font-family: Georgia;
	color: #088065;
	font-size : 29px;
    font-style: italic;
	font-weight:normal;
	padding-bottom: 15px;
}

.youthLeftHtml h2{
    font-family: Georgia;
	color: #088065;
	font-size : 24px;
    /*
	font-style: italic;
	*/
	font-weight:normal;
	padding-bottom: 5px;
}
.youthLeftHtml {
	padding-bottom: 5px;
}

.youthLeftHtml p strong{
	font-weight:bold;
/*
color: #58595B;
*/
}

.youthLeftHtml p italic{
	font-style: italic;
}

.youthLeftHtml p em{
	font-style: italic;
}

.youthLeftHtml ol ul {
	padding-left: 40px;
}

.youthLeftHtml ol ul li ul {
	padding-left: 40px;
}
.youthLeftHtml ol {
	list-style-type: decimal;
	padding-left: 40px;
}

.youthLeftHtml ul{
	list-style-type: disc;
	padding-left: 40px;
}

/* unvisited link */
.youthLeftHtml a:link {
    color: #088065;
	text-decoration: none;
}

/* visited link */
.youthLeftHtml a:visited {
    color: #6ab2a2;
	text-decoration: none;
}

/* mouse over link */
.youthLeftHtml a:hover {
    color: #088065;
	text-decoration: underline;
}

/* selected link */
.youthLeftHtml a:active {
    color: #088065;
	text-decoration: none;
}

.youthLeftHeading {
	margin-left: 110px;
	font-weight: bold;
	color: #414042;
	font-family: Open Sans;
	font-size : 15px;
}

.youthLeftSubHeading {
	margin-left: 110px;
	font-weight: bold;
	font-style: italic;
	color: #414042;
	font-family: Open Sans;
	font-size : 14px;
}

/*****************************END IMAGE LINK**********************************/
.imageLink {
  width: 95%;
  margin: auto;
  /***** margin: 0 auto; *****/
  align-content: center;
  background-color: #d1d3d4; 
  }
  
  .imageLink span {
    float: center;
	align-content: center;
    padding: 0 20px;
    background-color: #a7a9ac; 
	}
/*****************************END IMAGE LINK**********************************/


/**********************SUBJECT LINK****************************/ 
.SubjectLink a {
	font-weight: bold;
	color: #59266A;
	font-size:1.1em;
	text-decoration: none;
}