<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Cinzel;
  font-weight: normal;
  font-style: normal;
  src: url("/login/resources/fonts/Cinzel.eot");
  src: url("/login/resources/fonts/Cinzel.eot?#iefix") format("embedded-opentype"), url("/login/resources/fonts/Cinzel.woff") format("woff"), url("/login/resources/fonts/Cinzel.ttf") format("truetype"), url("/login/resources/fonts/Cinzel.svg#Cinzel") format("svg"); }
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("/login/resources/fonts/opensans.eot");
  src: url("/login/resources/fonts/opensans.eot?#iefix") format("embedded-opentype"), url("/login/resources/fonts/opensans.woff") format("woff"), url("/login/resources/fonts/opensans.ttf") format("truetype"), url("/login/resources/fonts/opensans.svg#Open Sans") format("svg"); }
@font-face {
  font-family: "Open Sans Semibold";
  font-weight: normal;
  font-style: normal;
  src: url("/login/resources/fonts/opensans-semibold.eot");
  src: url("/login/resources/fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("/login/resources/fonts/opensans-semibold.woff") format("woff"), url("/login/resources/fonts/opensans-semibold.ttf") format("truetype"), url("/login/resources/fonts/opensans-semibold.svg#Open Sans Semibold") format("svg"); }
@font-face {
  font-family: "Open Sans Bold";
  font-weight: normal;
  font-style: normal;
  src: url("/login/resources/fonts/opensansbold.eot");
  src: url("/login/resources/fonts/opensansbold.eot?#iefix") format("embedded-opentype"), url("/login/resources/fonts/opensansbold.woff") format("woff"), url("/login/resources/fonts/opensansbold.ttf") format("truetype"), url("/login/resources/fonts/opensansbold.svg#Open Sans Bold") format("svg"); }
@font-face {
 font-family: "Trajan Pro";
 src: url("/login/resources/fonts/TrajanPro-Regular.eot");
 src: url("/login/resources/fonts/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("/login/resources/fonts/TrajanPro-Regular.woff") format("woff"), url("/login/resources/fonts/TrajanPro-Regular.ttf") format("truetype"); }

html, body {

  width: 100%;
  height: 100%;
  /*
    ** body height 100% causes a bug with tooltipster, the plugin used to display tooltips in events calendars.
  height: 100%;
  */
  margin: 0; }

html {
    height: 100%;
}

html &gt; body {
    min-height:100%;
}

#wrap {
    min-height: 100%;
    min-width: 1110px;
    position:absolute;
    left:0;
    right:0;
}

.masthead {
    overflow: hidden;
    height: 150px;
}

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

.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: 125px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
    overflow-x: scroll;
}

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

.bigNav .leftSide {
    position: relative;
    display: table-cell;
    float: right;
    width: 100%;
    height: 125px;
    max-height: 128px;
    background-image: -webkit-linear-gradient(#340140 0px, #340140 125px, rgba(52, 1, 64, 0) 125px);
    background-image: linear-gradient(#340140 0px, #340140 125px, rgba(52, 1, 64, 0) 125px);
    /*background-image: linear-gradient(rgba(51, 0, 64, 1) 0px, rgba(51, 0, 64, 1) 125px, rgba(51, 0, 64, 0) 125px);    */
}

.bigNav .leftSide:after {
    content: "";
    position:absolute;
    right: -2px;
    top: 0px;
    bottom: -3px;
    height: 125px;
    width: 5px;
    background-image: -webkit-linear-gradient(#340140 0px, #340140 125px, rgba(52, 1, 64, 0) 125px);
    background-image: linear-gradient(#340140 0px, #340140 125px, rgba(52, 1, 64, 0) 125px);
}

.bigNav .content {
    display: table-cell;
    overflow-y: visible;
    width: 1346px;
    height: 125px;
    max-height: 125px;
    min-width: 1296px;
    border-left: 1px
    /*margin: 0 auto;*/
}
.bigNav .rightSide {
    display: table-cell;
    max-height: 128px;
}

/*****************************************HEADING****************************/
header {
  font-family: Georgia; }
  header ul {
    display: inline-block;
    margin-left: -15px; }
    header ul li {
      color: #e6e7e8;
      display: inline-block;
      float: left;
      background: #1e1e1e;
      width: 200px;
      height: 125px;
      margin: 0 15px;
      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(/login/resources/images/bigNavRuler.png) 0 0 3 0;
          border-image: url(/login/resources/images/bigNavRuler.png) 0 0 3 0;
          border-style: solid; }

.logoCont {
    height: 125px;
    width: 404px;
    float: left;
    background-image: url(/login/resources/images/logobg.png);
    /*background-size: 404px 125px;*/
    background-repeat: no-repeat;
}
  /*.logoCont h1 {
    margin: 30px auto;
    background-image: url(/login/resources/images/logo.png);
    background-repeat: no-repeat;
    width: 231px; }
    .logoCont h1 a {
      display: inline-block;
      height: 75px;
      width: 231px; }
    .logoCont h1:before {
        margin-left: 72px;
        content: "welcome to the";
        color: #e6e7e8;
        font: italic 0.6em Georgia;
        position: absolute;
        top: 20px;
        padding: 20px; }*/

.topRight {
  display: inline-block;
  float: right;
}
.topRight .topTopRight {
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}

.topTopRight button {
    cursor: pointer;
}

.topRight .socialSearch {
    text-align: right;
}
#site-search {
      display: inline-block;
}
.topRight .socialSearch input{
    margin: 0px;
}

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

#notifications {
    display: inline-block;
    margin-left: 100px;
}

#notifications .innerNotification {
    padding: 5px 10px;
    color: white;
    background: linear-gradient(135deg, #340140 0%,#8e3ca9 50%,#8e3ca9 63%,#340140 100%);
    border: 2px solid #340140;
    max-width: 450px;
    max-height: 71px;
}

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

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

/*
h1,h2,h4,h5,h6,strong{

*/
h1,h2,h4,h3,h5,h6{
    /*
    font-family: "Open Sans";
    font-weight:bold;
    */
    color: #59266A;
}


strong{
    font-family: "Open Sans";
    font-weight:bold;
}



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

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

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

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

h4{
    font-family: Georgia;
    font-size : 15px;
    font-weight:normal;
}
h5{font-size: 1em;}

b{font-weight:bold;}
i{font-style:italic;}

ol{
    list-style-type: decimal;
    padding: 15px;
    margin: 0px;
}

ol ol{list-style-type:upper-latin;}

ol ol ol{list-style-type: lower-roman;}

ol ol ol ol{list-style-type:lower-latin;}

#main .homeContent ul[style="list-style-type: square;"] {
    list-style-image: url('/login/resources/images/AHA_Purple_Arrow.png');
}

#main .homeContent ul[style="list-style-type: disc;"] {
    list-style-image: url('/login/resources/images/AHA_Double_Arrow.png');
}

#main .homeContent ul:not([style]):not([class]) {
    list-style-image: url('/login/resources/images/AHA_Single_Arrow.png');
}

p em {font-style: italic;}

p&gt;img:not([title*="Border"]) {padding:5px;}

em{font-style: italic;}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.indented {
    padding-left: 30px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.bolded {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.fullWidth {
    width: 100%;
}

.fullHeight {
    height: 100%;
}

.headline h3{color:#59266A}

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

hr[class] {
    border: 0;
}

hr.solid {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

hr.grey {
    height: 1px;
    background-image: linear-gradient(to right, rgba(127, 127, 127, .5), rgba(127, 127, 127, .5), rgba(127, 127, 127, .5));
}

hr.fade {
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.dashed {
    border-bottom: 1px dashed #ccc;
    background: #999;
}

hr.shadow-up {
    height: 12px;
    box-shadow: inset 0 -12px 12px -12px rgba(0, 0, 0, 0.5);
}

hr.shadow-down {
    height: 12px;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

hr.cloud {
    height: 0;
    box-shadow: 0 0 10px 1px black;
}

hr.cloud:after {
    content: "\00a0";
}

hr.thin {
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

hr.flaired {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

hr.flaired:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

hr.double/*, hr.symbol*/ {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

hr.symbol {
    padding: 0;
    text-align: center;
}

hr.symbol:after {
    /*content: "Â§";*/
    content: url('/login/resources/images/AHA_Circle_HR.png');
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    /*background: white*/
}

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

/********************************************* TABLES ************************************************/



.tableSeparate {
    display: table;
    border-spacing: 10px;
    border-collapse: separate;
}

.tableCollapse {
    display: table;
    border-spacing: 10px;
    border-collapse: collapse;
}

.tableBorder {
    border-width: 1px;
    border-style: solid;
}

.tableRow {
    display: table-row;
    padding: 5px;
}

.tableCell {
    display: table-cell;
}

.tableCell .capitalize .redText {
    color: red;
}

.tableCell .capitalize .blackText {
    color: black;
}

table[Border="1"], table[Border="1"] td {
    border-width: 1px;
    border-style: solid;
}

/******************************************* END TABLES **********************************************/

/******************************************* MEMBER SEARCH *******************************************/

.memberDetails {
    width: 400px;
}

.memberDetails &gt; .memberCard {
    display: table;
    min-width: 3.370in;
    max-width: 3.370in;
    min-height: 2.125in;
    max-height: 2.125in;
    font-size: 12px;
    font-family: Tahoma, Verdana;
    border: 1px solid black;
    border-spacing: 0px;
    margin: 0 auto;
    border-collapse: separate;
    border-radius: 15px;
    padding: 10px;
}

.memberDetails &gt; .memberCard .tableRow {
    display: table-row;
}

.memberDetails &gt; .memberCard .cell {
    display: table-cell;
    vertical-align: top;
}

.memberDetails &gt; .memberCard .data {
    display: table;
    width: 100%;
}

.memberCard .memberType &gt; img {
    display: block;
    margin: 0 auto;
    height: 54px;
    width: auto;
}

@media print {
    body.printing * {
        visibility: hidden;
    }

    body.printing #printableArea, body.printing #printableArea * {
        visibility: visible;
    }

    body.printing #printableArea {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        width: 3.5in;
        height: 2.25in;
    }

    body.printing #printableArea &gt; .memberDetails, body.printing #printableArea &gt; .memberDetails table{
        min-width: 3.370in;
        max-width: 3.370in;
        min-height: 2.125in;
        max-height: 2.125in;
    }
}

/***************************************** END MEMBER SEARCH *****************************************/

/****************************************** DELEGATE SELECT ******************************************/
.success-message{
    text-align:center;
    padding:10px 0;
    color:green;
    font-size:18px;
}
.delegate-select p {
    font-family: Georgia;
    /*font-size : 12px;*/
    font-weight:normal;
    color: black;
}

.delegate-select-title {
    text-align: center;
}

.delegate-select-title h3, h4, h5 {
    font-weight: bold;
    color: black;
}

.delegate-select-submit {
    text-align: center;
}

.delegate-select-signature_block table {
    border-collapse: collapse;
    width: 100%;
}
#club-info{
    list-style-image:none !Important;
    list-style-type:none !Important;
    margin-bottom:15px
}
#club-info li{
    height: 21px;
}
#club-info li span{
    color: black;
    font-weight: bold;
    display: inline-block;
}
#club-info li span:first-child{
    margin-right: 13px;
}
.delegate-select-signature_block th {
    font-family: Georgia;
    font-size : 12px;
    font-weight:bold;
    color: black;
    padding: 5px;
    text-align: left;
    border-bottom:thin solid black;
    border-top:thin solid black;
    clear: right;
}

.delegate-select-signature_block td {
    font-family: Georgia;
    font-size : 12px;
    font-weight:normal;
    padding: 5px;
    text-align: left;
}
#eligibleList, #selectedDelegateList, #selectedAlternateList{
    list-style-image:none !important;
}
.eligible-delegate-list {
    padding: 10px;
    margin: 0px 10px 10px 10px;
    width: 300px;
    float: right;
    font-family: Georgia;
    font-size : 12px;
}

.eligible-delegate-list input[type="button"]{
    font-size: 0.75em;
}

.eligible-delegate-list .buttonHolder{
      text-align: center;
}
.eligible-delegate-list li, .delegate-list li, .alternate-list li{
    padding: 4px 0;
    cursor:pointer;
}
.eligible-delegate-list li.highlight,.delegate-list li.selected, .delegate-list li[selected], .alternate-list li[selected]{
    background: #3a6ba2;
    color:white;
}
.eligible-delegate-list li span, .delegate-list li span, .alternate-list li span{
    vertical-align:top;
    min-height: 10px;
}
.eligible-delegate-list li span {
    width: 215px;
    display:inline-block;
    text-align:left;
}
.eligible-delegate-list li span:first-child {
    width: 80px;
    text-align: center;
    display:inline-block;
}
.alternate-list li span, .delegate-list li span{
    width: 50px;
    display:inline-block;
    text-align:left;
}
.delegate-list li span:first-child, .alternate-list li span:first-child{
    width: 50px;
    margin-top: 2px;
}

.delegate-list li span:last-child, .alternate-list li span:last-child{
    width: 180px;
}
#eligibleList {
    width: 315px;
    height: 350px;
    overflow-y: auto;
    border: solid #e2e3e4 2px;
    padding:3px;
}
.delegateButtonHolder, .alternateButtonHolder{
    margin-top:10px;
    margin-bottom:0;
}
#selectedDelegateList, #selectedAlternateList{
    margin-top: -10px;
    border-top: 2px solid #e2e3e4;
    width:300px;
    padding-top: 4px;
}

.delegate-list {
    height: 200px;
    padding: 10px;
    margin: 0px 10px 10px 10px;
    font-family: Georgia;
    font-size : 12px;
}

.delegate-list input[type="button"]{
      font-size: 0.75em;
}

.alternate-list {
    padding: 10px;
    margin: 0px 10px 10px 10px;
    font-family: Georgia;
    font-size : 12px;
}

.alternate-list input[type="button"]{
      font-size: 0.75em;
}

#alternateList {
    height: 200px;
    overflow-y: auto;
}

.delCntSize {
    width: 60px;
}

.custNumSize {
    width: 80px;
}

.custNameSize {
    width: 180px;
}

.delegate-disabled {
    opacity:0.4;
}

.delegate-mem-warn {
    /*color: #643474;*/
    color: #5925C9;
}
.no-delegates div label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #00bf00;

    background: -webkit-linear-gradient(top, #723087 0%, #59266A 50%, #723087 100%);
    background: -moz-linear-gradient(top, #723087 0%, #59266A 50%, #723087 100%);
    background: -o-linear-gradient(top, #723087 0%, #59266A 50%, #723087 100%);
    background: -ms-linear-gradient(top, #723087 0%, #59266A 50%, #723087 100%);
    background: linear-gradient(to top, #723087 0%, #59266A 50%, #723087 100%);

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 2px;
    left: 2px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.no-delegates div label span {
    font-size : 12px;
    font-weight:bold;
    color: black;
}

.no-delegates div input[type=checkbox]{
    zoom: 1.5;
    vertical-align: text-top;
    border-radius:none;
}

.no-delegates div input[disabled]{
    cursor:not-allowed;
}
.no-delegates div input[type=checkbox] + label span{
    position: absolute;
    margin-top: 3px;
}
.no-delegates div input[disabled] + label{
    color:#ccc;
    cursor:not-allowed;
}
/**************************************** END DELEGATE SELECT ****************************************/

/****************************************************IMAGES*******************************************/

img[title*="Border"] {
    /*border: 2px solid #6d6e71;*/
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 4px #888888;
}

/************************************************END IMAGES*******************************************/

/*************************************************NAVIGATION******************************************/

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

}

.topNav {
    background-image: linear-gradient(#18354f, #22446a);
    height: 42px;
    position: absolute;
    width: 1107px;
    display:  -webkit-box;
    display: -moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    z-index: 400;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    display: table;
}

.topNav li {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

/*.topNav a {
    display:block;
    text-align: center;
    padding:10px 14px;
    background-color:green;
}*/

.fullLink {
    /* display:block; */
    /* padding: 10px 14px; */
    /*border: 1px solid red !important;*/
}

.siteSubmenu {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.topNav ul {
    padding: 0;
}

.topNav &gt; li{
    padding-top: 0;
    margin-right: 8px;
    border-left: 1px;
    border-style: solid;
    border-color: rgba(214, 214, 214, 0.25);
    display: table-cell;
}

.topNav &gt; li img {
    position: absolute;
    left: 20px;
}

.topNav &gt; li:first-child {
    border-left: 0px !important;
    width: 100px;
    padding: 0px 20px;
}

.topNav &gt; li:nth-child(2) {
    border-left: 0px !important;
}
.topNav &gt; li:last-child {
    /*padding: 0;
    border-left: 0px !important;
    min-height: 42px;*/
}

.topNav &gt; .navStretch {
    width: 1007px;
}

.topNav &gt; li ul {
    min-width:200px;
}

.topNav &gt; li ul.drop {
    max-width:100%;
    min-width:100%;
}

.topNav &gt; li ul.drop &gt; li {
    width:100%;
    word-break: break-word;
    white-space: normal;
}
.topNav li.no-padding,.topNav li.no-padding a{
    padding:0;
}
.topNav li.no-padding a img {
    position: absolute;
    top: 0px !important;
    left: -4px !important;
    width: 105px !important;
}
/*
.topNav li:
&gt; ul {
    display:block;
    background-image: linear-gradient(#18354f, #22446a);

}
*/

.submenu, .submenuYouth {
    display: none;
    border-radius: 0px;
    padding: 0;
    position: fixed;
    background-image: linear-gradient(#18354f, #22446a);
    left:0px;
    top:0px;
    z-index:1000;
    /* width:200px; */
}
.side-nav-additional {
/*  padding: 21px 20px 2px 20px !Important;*/
  border-top: 2px solid rgb(41, 69, 98);
  margin-top: 20px !important;
  height: 42px;
}
li.side-nav-additional:hover{
  /*background:transparent !important;*/

}
li.side-nav-additional h3{
    color:white;
    font-size:17px;
}
.siteSubmenu, .siteSubmenuYouth {
    display: none;
    border-radius: 0px; padding: 0;
    position: absolute;
    left: 100%;
    min-width:200px;
    margin-top: -32px;
    background-image: linear-gradient(#18354f, #22446a);
}

.side-nav-additional .additionalResourcesContainer {
    overflow-x: hidden;
}

.side-nav-additional .siteSubmenu, .side-nav-additional .siteSubmenuYouth {
    top: 84px;
    left: 0;
    position: inherit;
    margin-top:10px;
}

.submenu li:hover {
    background-color: #59266a;
}
.hasSubs{
  background: url(/login/resources/images/nav-chevron.png) no-repeat 97% 50%;
  background-size: 12px;
}
.hasSubs:hover{
  background: url(/login/resources/images/nav-chevron-hover.png) no-repeat right 50%;
  background-size: 19px;
}
.navbar-collapse &gt; ul &gt; li &gt; .submenu &gt; li, .siteSubmenu li, .navbar-collapse &gt; ul &gt; li &gt; .submenuYouth &gt; li, .siteSubmenuYouth li {
  text-align: left !important;
}

.navbar-collapse &gt; ul &gt; li &gt; .submenu &gt; li:hover &gt; ul li:hover ul,  .navbar-collapse &gt; ul &gt; li &gt; .submenuYouth &gt; li:hover &gt; ul li:hover ul{
    display: block;
}
.navbar-collapse &gt; ul &gt; li &gt; .submenu &gt; li:hover &gt; ul,  .navbar-collapse &gt; ul &gt; li &gt; .submenuYouth &gt; li:hover &gt; ul{
    display: block;
}
.navbar-collapse &gt; ul &gt; li &gt; .submenu &gt; li:hover &gt; .additionalResourcesContainer &gt; ul,  .navbar-collapse &gt; ul &gt; li &gt; .submenuYouth &gt; li:hover&gt; .additionalResourcesContainer &gt; ul {
    display: block;
}

.mainBanner ul li a, .navbar-collapse ul li a {
    /*font-family: "Open Sans Semibold";
    font-size: 12pt;*/

    font-family: "Open Sans" !important;
    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: #59266a;
    /*background-image: -webkit-linear-gradient(#59266a, #6c3f7b);
    background-image: linear-gradient(#59266a, #6c3f7b); */
}


.mainBanner ul.subPageNav, .navbar-collapse ul.subPageNav {
    background-color: #18354f;
    background-image: -webkit-linear-gradient(#18354f, #22446a);
    background-image: linear-gradient(#18354f, #22446a);
    float: none;
    width: auto;
    overflow: auto; }
  .mainBanner nav &gt; img, .navbar-collapse nav &gt; img {
    position: absolute; }
  .mainBanner nav &gt; a, .navbar-collapse nav &gt; a {
    float: left;
    /*font-family: "Open Sans";*/
    font-family: "Open Sans Semibold";
    width: 50px;
    background-color: #59266a;
    font-size:12pt;
    color: white;
    text-decoration: none;
    padding: 10px; }

.navmenuSub li {
    max-width: 164px;
    min-width: 120px;
    width: auto !important;
}

.topHomeNav li:hover ul.submenu.drop, .topHomeNav li:hover ul.submenuYouth.drop {
    margin-top: 41px;
    position: absolute;
    display: block;
    border-left: 1px solid #487295;
    margin-left:-1px;
}

.hamburger-placeholder{
  padding:10px 20px;
  /*height:20px;*/
  width:100px;
  max-width:100px;
  background: url(/login/resources/images/hamburger-placeholder.png);
  background-size: cover;
  background-position: 0px;
  display: block;
}

.hamburger-placeholder &gt; ul {
    /*overflow-y: auto;*/
}

.currentPage{
    /*
    background-color:#297ACC; - Blue
    background-color:#883aa2; - Purple
    */
    background-color:#1A5280;

}


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

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

}

.topNavYouth {
    background-image: linear-gradient(#18354f, #22446a);
    height:42px;
    position: absolute;
    width: 1107px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index:400;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    display: table;
}
.siteSubmenuYouth {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.topNavYouth li {
    position: relative;
    /*padding: 10px 15px;*/
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.topNavYouth &gt; li{
    margin-right: 8px;
    border-left: 1px;
    border-style: solid;
    border-color: rgba(214, 214, 214, 0.25);
    display: table-cell;
}

.topNavYouth &gt; li:first-child {
    border-left: 0px !important;
    width: 100px;
    padding: 0px 20px;
}

.topNavYouth &gt; li:nth-child(2) {
    border-left: 0px !important;
}
/*.topNavYouth &gt; li:last-child {
    padding: 0;
    border-left: 0px !important;
}*/

.topNavYouth &gt; li {
    /*padding:10px 15px;*/
    margin: 0;
    margin-right:8px;
    /*text-align: center;
    white-space: nowrap;
    border: 1px 1px 1px 1px solid #ffffff;*/
}
.submenuYouth {
    display: none;
    border-radius: 0px;
    padding: 0;
    position: fixed;
    background-image: linear-gradient(#18354f, #22446a);
    left:0px;
    top:0px;
    z-index:1000;
    /* width:200px; */
}

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

.topNavYouth &gt; li:last-child {
    padding:0;
}
.topNavYouth li a{
}

.topNavYouth &gt; li ul{
  min-width:200px;
}

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

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

.navbar-collapse &gt; ul &gt; li &gt; .submenuYouth &gt; li {

}

.mainBannerYouth ul li a, .navbar-collapse ul li a {
    /* margin-top: -3px; */
    display: block;
    font-family: "Open Sans Semibold";
    font-size: 12pt;
    color: #e3e4e5;
    padding: 10px 14px 10px;
    text-decoration: none;
}

.mainBannerYouth ul li:hover, .navbar-collapse ul li:hover, .navbar-collapse ul li a.active, .navbar-collapse ul li.highlight {
    background-color: #1A5280;
    /*background-image: -webkit-linear-gradient(#59266a, #6c3f7b);
    background-image: linear-gradient(#59266a, #6c3f7b); */
}


.hamburger-placeholderYouth{
  padding:10px 20px;
  /*height:20px;*/
  width:100px;
  background: url(/login/resources/images/hamburger-placeholder-youth.png);
  background-size: cover;
  background-position: 0px;
  display: block
}

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



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

.body-wrapper a:visited{
    color: #59266A;
    text-decoration: none;
}
.body-wrapper a:link {
    color: #59266A;
    text-decoration: none;
}

.body-wrapper a:hover {
    color: #59266A;
    text-decoration: underline;
}


.homeContent.back .body-wrapper{
/*   border:1px solid #a3a4a7;
   background-color:white;
   margin:0px 0 0 8px;
   padding:10px 2.5%;
   width:67%;
   min-height:90%;
   height: 544px;
   float:left;*/
}

#main {
  background-image: url(/login/resources/images/AHABG6.jpg);
  /*
  background-image: url(/login/resources/images/AHABG2.jpg);
  background-image: url(/login/resources/images/AHABG1.jpg);
  */
  background-repeat: repeat;
  overflow: hidden;
  background-size: 2100px;
    min-height: calc(100vh - 200px);
    min-height: -moz-calc(100vh - 200px);
    min-height: -webkit-calc(100vh - 200px);
    /*display: flex;
    width: 100%;
    justify-content: space-between;*/
}

/*
#youth_main {
  background-image: url(/login/resources/images/AHYABG1.png);
  background-repeat: repeat;
  overflow: hidden;
  background-size: 800px;
}
*/

.topHomeMain{
    box-shadow: 6px 0px 1px -3px #666666, -6px 0px 1px -3px #666666;
    margin-top: 40px;
}
/*if we want full-width images in the banner*/
.topHomeMain img{
    width:100%;
    height: auto;
}

.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 &gt; img {
    position: absolute; }

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

h2.featuredBanner {
  background-position: center;
  /* width: 80%; */
  margin: 0 auto;
  text-align: center;
  color: black;
  /* background-image: url(/login/resources/images/headerBG.png);
  background-repeat: no-repeat; */
  /* font-family: "Open Sans"; */
  text-transform: uppercase;
}


.featuredBottom {
    height: 30px;
    background-position: center;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: black;
    background-repeat: no-repeat;
}

.bannerBorderBottom {
    /*margin-top: -53px;*/
    margin-top: -35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 554px 0 554px;
    border-color: #18354f transparent transparent transparent; }

.homeContent {
  /*DJ Here
  min-height: 1200px;
  padding: 15px;
  border: 1px solid #6d6e71;
  min-height: 550px;
  */
  background-color: white;
  margin-top: 42px;
  /*
  box-shadow: 2px 0px 1px 0px black, -2px 0px 1px 0px black;
  */

  box-shadow: 2px 0px 1px 0px #666666, -2px 0px 1px 0px #666666;
}

.homeContent.back{
  border-spacing: 10px 10px;
  display: table;
  table-layout: fixed;
  background: #e2e3e4;
  background-repeat: repeat;
  /*DJ Here
  min-height: 1200px;
  width: 97.28%;
  */
  /*min-height: 600px;*/
    height: calc(100vh - 357px);
    min-height: -moz-calc(100vh - 357px);
    min-height: -webkit-calc(100vh - 357px);
  float:left;
  border:none;
  width: 100%;
  margin-bottom:-10px;
  /* box-shadow: 2px 0px 1px 0px black, -2px 0px 1px 0px black; */
}
.homeContent.back &gt; div{
    vertical-align: top;
    float: none;
    display: table-cell;
}

.homeContent.back.border &gt; div:not([class*=" sidebar"]):not([class^="sidebar"]) {
    border: 1px solid #6d6e71;
    background-color: white;
    padding: 10px 2.5%;
}

.col-mtd-3 {
  margin: 10px 1px 0 8px;
  width: 32%;
  height: 100%;
  float: left;
}

.col-mtd-10 {
    background-color: white;
    /* DJ Here
    border: 1px solid #a3a4a7;
    border: 2px solid #6b6b6b;
    */
    border: 1px solid #6d6e71;
    border-bottom: 0px;
    float: left;
    height: 90%;
    margin: 10px 0 0 8px;
    width: 98.5%;
}

.col-mtd-10 .row {
    background-color: white;
}

.col-mtd-9 {
    background-color: white;
    /* DJ Here
    border: 1px solid #a3a4a7;
    border: 2px solid #6b6b6b;
    */
    border: 1px solid #6d6e71;
    border-bottom: 0px;
    float: left;
    height: 90%;
    margin: 10px 0 0 8px;
    width: 65.75%;
}

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

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

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

/********************************REGISTRATION*********************************/

.testimonialDetails {
    height: 300px;
    /*
    background-color: #AAAAAA;
    */
    background-color: #e5e5e5;
    padding: 0px 10px;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
}

[type="button"][name="back"] {
    background-color: #22446a;
    background-image: -webkit-linear-gradient(#3C6EA7, #18354f);
    background-image: linear-gradient(#3C6EA7, #18354f);
    font-style: italic;
    border: 0;
    width:157px;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
}

[type="submit"] {
  background-color: #22446a;
  background-image: -webkit-linear-gradient(#3C6EA7, #18354f);
  background-image: linear-gradient(#3C6EA7, #18354f);
  font-style: italic;
  border: 0;
  width:157px;
  padding: 5px 20px; }

[type="submit"]:disabled {
    color: #B5B5B5;
}

[type="submit"]:enabled {
    color: #fff;
    cursor: pointer;
}


/*********************************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; }

#main .calendarContainer.squiggles {
    /* background-size: contain; */
    padding: 25px 30px;
    background-image: url(/login/resources/images/calendarDecorLeft.png), url(/login/resources/images/calendarDecorRight.png);
    background-position: -5px 35px, 100.5% 35px;
    background-repeat: no-repeat;
}

.calendarContainer.full {
    margin-top: 20px;
    margin-bottom: 30px;
}

.calendarContainer {
    position: relative;
    padding: 25px;
    width:90%;
    background-image: none;
    background-color:white;
    margin: 0 auto;
    z-index: 100;
}

.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(/login/resources/images/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(/login/resources/images/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********************************/
.sliderWrap {
  width: 90%;
  margin: 0 auto;
  padding: 0px 5%;
  }
.sliderWrap.noarrows {
  width: 100%;
  padding: 0px;
}
.sliderWrap h2 {
  text-transform: uppercase;
  font-family: "Open Sans Bold";
  margin-top: 15px; }
  .sliderWrap h2 + a {
    text-decoration: none;
    font-family: "Open Sans"; }
    .sliderWrap h2 + a:after {
      content: "\00bb"; }

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

button.login {
  width:130px; }

.memberBar li {
  display: inline-block;
  margin: 5px 0 5px 10px;
}
.socials li {
  display: inline-block;
  margin: 5px 5px 5px 0;
  vertical-align: bottom;
}
.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: 1107px;
  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(/login/resources/images/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: black;
  /*background-image: -webkit-linear-gradient(black 0%, #2d2d2d 50%, black 91%, #2d2d2d 96%, #777777 100%);
  background-image: linear-gradient(black 0%, #2d2d2d 50%, black 91%, #2d2d2d 96%, #777777 100%);*/
  background-image: -webkit-linear-gradient(#777777 0%, #2d2d2d 4%, black 9%, #2d2d2d 50%, black 100%);
  background-image: linear-gradient(#777777 0%, #2d2d2d 4%, black 9%, #2d2d2d 50%, black 100%);
  /*
  background-color: #414042;
  background-image: -webkit-linear-gradient(#777777 0%, #2d2d2d 4%,#414042 9%);
  background-image: linear-gradient(#777777 0%, #2d2d2d 4%,#414042 9%);
  */
  clear: both;
  border-top-style: solid;
  border-color: #777777;
  /*border-width: 6px;*/
  padding-top: 10px; }
  footer .footerInner {
      min-height: 170px;
    margin: 0 auto;
    width: 1108px;}
    footer .footerInner &gt; ul &gt; li {
      display: inline-block;
      float: left;
      margin: 5px 60px 0; }
      footer .footerInner &gt; ul &gt; li ul {
        max-height: 170px; }
        footer .footerInner &gt; ul &gt; li ul li {
          float: none;
          padding: 1px 0; }
      footer .footerInner &gt; ul &gt; li .addRes, footer .footerInner &gt; ul &gt; li .socialMedia {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; }
      footer .footerInner &gt; ul &gt; li .socialMedia {
        width: 75px;
        margin: 10px 0 0 25px; }
        footer .footerInner &gt; ul &gt; li .socialMedia li {
          width: 25px;
          height: 25px;
          display: inline-block; }
        footer .footerInner &gt; ul &gt; li .socialMedia a {
          display: inline-block;
          width: 25px;
          height: 25px; }
        footer .footerInner &gt; ul &gt; li .socialMedia .footFB {
          background-image: url(/login/resources/images/fbfooter.png);
          background-repeat: no-repeat; }
        footer .footerInner &gt; ul &gt; li .socialMedia .footYT {
          background-image: url(/login/resources/images/youtubefooter.png);
          background-repeat: no-repeat; }
        footer .footerInner &gt; ul &gt; li .socialMedia .footG {
          background-image: url(/login/resources/images/googlefooter.png);
          background-repeat: no-repeat; }
        footer .footerInner &gt; ul &gt; li .socialMedia .footLI {
          background-image: url(/login/resources/images/linkedinfooter.png);
          background-repeat: no-repeat; }
        footer .footerInner &gt; ul &gt; li .socialMedia .footT {
          background-image: url(/login/resources/images/twitterfooter.png);
          background-repeat: no-repeat; }
        footer .footerInner &gt; ul &gt; li .socialMedia .footP {
          background-image: url(/login/resources/images/pinterestfooter.png);
          background-repeat: no-repeat; }
        footer .footerInner &gt; ul &gt; li .socialMedia .footI {
          background-image: url(/login/resources/images/instagramfooter.png);
          background-repeat: no-repeat; }
      footer .footerInner &gt; ul &gt; li h4 {
        text-transform: uppercase;
        color: white;
        font-family: "Open Sans Bold"; }
      footer .footerInner &gt; ul &gt; li a {
        color: #8f8d8f;
        text-decoration: none;
        font-family: "Open Sans";
        font-size: 0.8em; }
  footer .bannerAd {
    width: 60%;
    margin-top: 20px; }

.footerWrap {
  background-color: #231f20; }


.copyright {
    color: #8f8d8f;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 0.7em;
    min-height: 20px;}

.title {
    /*font-family: Cinzel;*/
    font-weight: bold;
    color: #59266A;
    font-size:18pt;
    margin-top: 20px;
}

img {
  color: transparent;
}

.link{
    height: 25px;
    line-height: 25px;
    width: 125px;
    border-width: 2px;
    /*background-color: #22446a;*/
    border: 2px solid #6d6e71;
    background-color: #1E3D5E;
    font-style: italic;
    text-align: center;
    box-shadow: 3px 3px 3px #888888;
}

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

/*********** JUMP Link **********/
.jumpLink .title{
    color: #000000;
}
.jumpLink .image{
    float: right;
}


.jumpLink .jumpToText {
    padding-left: 30px;
    text-indent: -1em;
}

.jumpLink .jumpToText:before {
    content: url('/login/resources/images/AHA_Double_Arrow.png');
    padding-right: 5px;
}

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

.jumpLinkYouth .title{
    font-family: Georgia;
    color: #088065;
    font-size : 29px;
    font-style: italic;
    padding-bottom: 10px;
}
.jumpLinkYouth .image{
    float: right;
}

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

.html {
    padding-bottom: 5px;
}


.html p strong{
    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 .headerTitle {
    float:left;
    padding-left: 30px;
    color: #59266A;
    font-size: 4.0em;
    font-weight:normal;
    font-family: "Trajan Pro";
}

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


#ahyaHeaderLogo .headerTitle {
    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;
}

/********************************LINKS************************************/

/* unvisited link */
.jumpLink a:link, .leadership a:link, .get-involved a:link, .club-home a:link {
    color: #8E3CA9 !important;
    text-decoration: none !important;
}

/* visited link */
.jumpLink a:visited, .leadership a:visited, .get-involved a:visited, .club-home a:visited {
    color: #59266A !important;
    text-decoration: none !important;
}

/* mouse over link */
.jumpLink a:hover, .leadership a:hover, .get-involved a:hover, .club-home a:hover {
    color: #59266A !important;
    text-decoration: underline !important;
}

/* selected link */
.jumpLink a:active, .leadership a:active, .get-involved a:active, .club-home a:active {
    color: #59266A !important;
    text-decoration: none !important;
}

a.qlAnchor {
    color:#8E3CA9;
    text-decoration: none;
    font-family:Open Sans;
    font-weight:bold;
    font-size: 11pt;
}

.quickLinkLink a {
    color:#8E3CA9;
    text-decoration: none;
    font-family:Open Sans;
    font-weight:bold;
    font-size: 11pt;
}

.quickLinkForm a {
    color:#8E3CA9;
    /*color:#000000;*/
    text-decoration: none;
    font-family:Open Sans;
    font-weight: bold;
    font-size: 11pt;
}

.quickLinkLink1 a {
    color:#8E3CA9;
    text-decoration: none;
    font-family:Open Sans;
    font-weight:bold;
    font-size: 11pt;
}

/* unvisited link */
.imageLeftContentRightPost a:link {
    color: #8E3CA9;
    text-decoration: none;
}

/* visited link */
.imageLeftContentRightPost a:visited {
    color: #a44fc0;
    text-decoration: none;
}

/* mouse over link */
.imageLeftContentRightPost a:hover {
    color: #59266A;
    text-decoration: underline;
}

/* selected link */
.imageLeftContentRightPost a:active {
    color: #59266A;
    text-decoration: none;
}

/* unvisited link */
.post-Details a:link {
    color: #8E3CA9;
    text-decoration: none;
}

/* visited link */
.post-Details a:visited {
    color: #a44fc0;
    text-decoration: none;
}

/* mouse over link */
.post-Details a:hover {
    color: #59266A;
    text-decoration: underline;
}

/* selected link */
.post-Details a:active {
    color: #59266A;
    text-decoration: none;
}

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

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

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

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

/* unvisited link */
.SubjectLink a:link {
    color: #8E3CA9;
    text-decoration: none;
}

/* visited link */
.SubjectLink a:visited {
    color: #a44fc0;
    text-decoration: none;
}

/* mouse over link */
.SubjectLink a:hover {
    color: #59266A;
    text-decoration: underline;
}

/* selected link */
.SubjectLink a:active {
    color: #59266A;
    text-decoration: none;
}

/* unvisited link */
.SubjectPost a:link {
    color: #8E3CA9;
    text-decoration: none;
}

/* visited link */
.SubjectPost a:visited {
    color: #a44fc0;
    text-decoration: none;
}

/* mouse over link */
.SubjectPost a:hover {
    color: #59266A;
    text-decoration: underline;
}

/* selected link */
.SubjectPost a:active {
    color: #59266A;
    text-decoration: none;
}

/* unvisited link */
.search-page a:link {
    color: #8E3CA9;
    text-decoration: none;
}


/* visited link */
.search-page a:visited {
    color: #a44fc0;
    text-decoration: none;
}

/* mouse over link */
.search-page a:hover {
    color: #59266A;
    text-decoration: underline;
}

/* selected link */
.search-page a:active {
    color: #59266A;
    text-decoration: none;
}

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


/*****************************BOTTOM LINK*********************************/

.bottomLinkContent {
    margin: 20px 30px 0;
}

.bottomLinkContent .bottomTable {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.bottomLinkContent .buttonCell {
    display: inline-block;
    width:33%;
    vertical-align: top;
    text-align: center;
}

.bottomLinkContent .bottomLinkInnerContent {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}

.bottomLinkContent .bottomLinkInnerContent quickLinkForm {
    margin-top: 10px;
}

/*************************END BOTTOM LINK*********************************/

/*****************************QUICK LINK**********************************/
.quickLinkHeadline{

    font-family: "Open Sans";
    font-weight:bold;
    font-size: 1.2em;
    padding:10px 0px 20px 10px;
    color:#000000;
}
.quickLinkImage {
    float:left;
    margin-right:10px;
    padding-left:10px;
    margin-bottom:10px;
}

.quickLinkText,.quickLinkLink {
    margin-left:70px;
    margin-right: 15px;
}

.quickLinkText {
    margin-bottom:10px;
}

.quickLinkContent {
    background-color: #FFFFFF;
    border: 1px solid #6d6e71;
    margin-left: 1px;
    width:273px;
    padding:0 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

#login-sideBar .quickLinkContent {
    background-color: #FFFFFF;
    border: 1px solid #6d6e71;
    margin-left: 8px;
    width:273px;
    padding:0 10px;
    box-sizing: border-box;
}

#quickLinkLine {
    padding-left:15px;
    padding-right:15px;
}



.quickLinkForm img{
    float:left;
    padding:0px 15px 20px 15px;
    transform: translateY(-16%);
}

.quickLinkText{
    font-family:Georgia;
    font-style: italic;
    font-size: 9pt;
    /*
    font-family:Open Sans;
    font-size: 10pt;
    */

}
.quickLinkInnerContent {
    margin-bottom: 20px;
}


.quickLinkForm {
    padding-bottom:20px;
}

.quickLinkText1,.quickLinkLink1 {
    margin-left:20px;
    margin-right: 15px;
}

.quickLinkText1 {
    margin-bottom:10px;
}


.quickLinkHeader{
    font-family: "Open Sans";
    font-weight:bold;
    font-size: 1.2em;
    padding:0px 0px 10px 0px;
    color:#000000;
}


/*****************************END QUICK LINK**********************************/

/***************************************************IMAGE LEFT IMAGE TITLE POST****************************************/

.imageLeftImageTitlePost {
    overflow: hidden;
    display:table;
}

.imageLeftImageTitlePost .image {
    float:left;
    display: table-cell;
}

.imageLeftImageTitlePost .image img{
    border: 0px;
}

.imageLeftImageTitlePost .imageTitle {
    float:right;
    display: table-cell;
}

.imageLeftImageTitlePost .hrBlock {
    display: table-row;
    width: 100%;
}

.imageLeftImageTitlePost-Details .html {
    margin-top:10px;
    margin-left: 10px;
    font-family:"Open Sans";
    font-weight:normal;
}

/***********************************************END IMAGE LEFT IMAGE TITLE POST****************************************/

/************************************************IMAGE LEFT CONTENT RIGHT POST*****************************************/

.imageLeftContentRightPost .image {
    float:left;
}

.imageLeftContentRightPost:nth-of-type(1) .titleBanner {
    height: 70px;
    width: 760px;
    border-width: 1px;
    background: -webkit-linear-gradient(left, #2F2727, #660066); /* For Safari 5.1 to 6.0 */
    background: -moz-linear-gradient(left, #2F2727, #660066); /* For Firefox 3.6 to 15 */
    background: -o-linear-gradient(left, #2F2727, #660066); /* For Opera 11.1 to 12.0 */
    background: linear-gradient(to left, #2F2727, #660066); /* Standard syntax (must be last) */
    padding-top: 20px;
    color: #FFFFFF;
}

.imageLeftContentRightPost-Details .html {
    margin-top:10px;
    margin-left:187px;
    font-family:"Open Sans";
    font-weight:normal;
}

.imageLeftContentRightPost:nth-of-type(1) .title {
    font-family:Georgia;
    font-style: italic;
    font-weight:normal;
    color:white;
    position: relative;
    width:250px;
    left:40px;
}

.imageLeftContentRightPost:nth-of-type(1) .subTitle {
    font-family:Georgia;
    font-style: italic;
    font-weight:normal;
    position: relative;
    left:80px;
    width:150px;
    color:white;
}

.imageLeftContentRightPost .title {
    font-family:"Open Sans";
    font-size: 1.4em;
    margin-left:187px;
    font-weight:bold;
    color: #59266A;
}

.imageLeftContentRightPost .subTitle {
    font-family:"Open Sans";
    font-size: 1.3em;
    margin-left:187px;
    font-weight:bold;
    color: #59266A;
}

.imageLeftContentRightPost .heading {
    font-family:"Open Sans";
    color: #59266A;
    margin-left:187px;
    font-size: 1.2em;
    font-weight:bold;
}

.imageLeftContentRightPost .subheading {
    font-family:"Open Sans";
    color: #59266A;
    margin-left:187px;
    font-size: 1.1em;
    font-weight:bold;
}

.imageLeftContentRightPost .link {
    margin-left:187px;
    margin-bottom: 70px;
    background-color: #1E3D5E;
    font-style: italic;
}


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

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

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

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


/************************************************END IMAGE LEFT CONTENT RIGHT POST*****************************************/

/**********************GENNERIC POST************************/
.post .title {
/*
    font-family:"Open Sans";
    font-size: 1.4em;
    font-weight:bold;
*/
    font-family: Georgia;
    color: #59266A;
    font-size : 29px;
    font-style: italic;
    padding-bottom: 20px;
    font-weight:normal;

}

/*
.post .subTitle {
    font-family:"Open Sans";
    font-size: 1.3em;
    font-weight:bold;
}
*/

.post .subTitle {
    font-family: Georgia;
    color: #59266A;
    font-size : 24px;
    font-style: italic;
    padding-bottom: 15px;
}

.post-Details .heading {
    font-family:"Open Sans";
    color: #59266A;
    font-size: 15px;
    font-weight:bold;
}

.post-Details .subHeading {
    font-family:"Open Sans";
    color: #59266A;
    font-size: 14px;
    font-weight:bold;
}

.post-Details .html {
    margin-top:10px;
    font-family:"Open Sans";
    font-weight:normal;
}

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

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

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

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

.post-Details h6{
    font-family: Georgia;
    color: #59266A;
    font-size : 19px;
    font-weight:normal;
    padding-bottom: 2px;
}

.post-Details p strong{
    /*
    color: #59266A;
    */
    color: #000000;

}

.post-Details p em{
    font-style: italic;
}

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

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

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

.post-Details  li em{
    font-style: italic;
}

.post-Details ol {
    padding-left: 40px;
}

.post-Details ul{
    padding-left: 40px;
}


.post-Details ul{
    padding-left: 40px;
}

/*
.post-Details ol {
    list-style-type: lower-alpha;
    padding-left: 40px;
}
*/

/**********************END GENNERIC POST************************/


/**************************************  GET LOCAL  ******************************************/

#getLocalFilter {
    padding-top: 10px;
}

#getLocalFilter ul {
    list-style-type: none;
    text-align: center;
}

#getLocalFilter ul li {
    display: inline-block;
    list-style-type: none;
    padding-right: 40px;
    padding-left: 40px;
    vertical-align: top;
}

#getLocalFilter ul li div.filterContainer {
    width:  60px;
    height: 100px;
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
    text-align:center;
}

/*#getLocalFilter input[type=checkbox] {
    visibility: hidden;
}

#getLocalFilter input[type=checkbox]:checked + label {
    background: #22446a;
}

#getLocalFilter &gt; ul &gt; li &gt; div &gt; div {
    width: 12px;
    height: 12px;
    margin: auto;
    background: #ddd;
    border-radius: 100%;
    position: relative;
    border: 1px solid;
}

#getLocalFilter &gt; ul &gt; li &gt; div &gt; div &gt; label {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    border: 1px solid;

    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
}*/

/* ROUNDED ONE */

.filterContainer {
    cursor: pointer;
}

.filterContainer div input {
    visibility: hidden;
}
.filterContainer div {
    width: 20px;
    height: 20px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.filterContainer div label {
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    cursor: hand;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 2px;
    top: 2px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #CBCBCB 0%, #B3B3B3 100%);
    background: -moz-linear-gradient(top, #CBCBCB 0%, #B3B3B3 100%);
    background: -o-linear-gradient(top, #CBCBCB 0%, #B3B3B3 100%);
    background: -ms-linear-gradient(top, #CBCBCB 0%, #B3B3B3 100%);/*59266A*/
    background: linear-gradient(to top, #CBCBCB 0%, #B3B3B3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CBCBCB', endColorstr='#B3B3B3',GradientType=0 );
}

.filterContainer div label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #00bf00;

    background: -webkit-linear-gradient(top, #723087 0%, #59266A 50%, #723087 100%);
    background: -moz-linear-gradient(top, #723087 0%, #59266A 50%, #723087 100%);
    background: -o-linear-gradient(top, #723087 0%, #59266A 50%, #723087 100%);
    background: -ms-linear-gradient(top, #723087 0%, #59266A 50%, #723087 100%);
    background: linear-gradient(to top, #723087 0%, #59266A 50%, #723087 100%);

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 2px;
    left: 2px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.filterContainer:hover div label::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.filterContainer div input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#locationFilter {
    text-align: center;
}

#locationFilter input[type="button"] {
  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;
}

.mapContainer {
    height: 750px;
    width: 96%;
    border: 1px solid #22446a;
    margin: 20px auto;

}

#mapCanvas {
    height: 100%;
    width: 99.9%;

}

/*.discoveryCB input[type=checkbox], .ltrCB input[type=checkbox], .clubCB input[type=checkbox], .farmCB input[type=checkbox], .stableCB input[type=checkbox] {
    visibility: hidden;
}

.discoveryCB, .ltrCB, .clubCB, .farmCB, .stableCB {
    width: 12px;
    height: 12px;
    margin: auto;
    background: #ddd;
    border-radius: 100%;
    position: relative;
    border: 1px solid;
}

.discoveryCB label, .ltrCB label, .clubCB label, .farmCB label, .stableCB label {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    border: 1px solid;

    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
}

.discoveryCB input[type=checkbox]:checked + label, .ltrCB input[type=checkbox]:checked + label, .clubCB input[type=checkbox]:checked + label, .farmCB input[type=checkbox]:checked + label, .stableCB input[type=checkbox]:checked + label {
    background: #22446a;
}*/



/************************************  END GET LOCAL  ******************************************/


/**********************Start Text Box************************/
.text ol {
    padding-left: 40px;
    }

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

.text li em{
    font-style: italic;
}

/*
.text ol {
    list-style-type: lower-alpha;
    padding-left: 40px;
}
*/

/**********************Start Text Box************************/





/*****************************START SPONSOR LOGO**********************************/
.sponsorLogo {
  margin-top: 3px;
  margin-bottom: 3px;
  }
/*****************************END SPONSOR LOGO**********************************/


/*****************************START IMAGE LINK**********************************/
.imageLink img {
    width: 275px;
}
.imageLink {
  width: 95%;
  margin: auto;
  /***** margin: 0 auto; *****/
  align-content: center;
  background-color: #d1d3d4;
/*
  margin-top: 4px;
  margin-bottom: 4px;
*/
  }

  .imageLink span {
    align-content: center;
    padding: 0 20px;
    background-color: #a7a9ac;
    }

.nationalShowLogo {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*****************************END IMAGE LINK**********************************/


/********************* SLider ***********************/




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





/**********************SUBJECT POST****************************/


/********************** accordion****************/
.panel-title a {
    display: block;
    /*font-family:"Open Sans";*/
    color: #59266A;
    font-weight: bold;
    font-weight:normal;
    text-decoration: none;
    padding-bottom: 5px;
    /*
    font-family: Georgia;
    font-size : 29px;
    font-style: italic;
    color: black;
    font-weight: bold;
    */
}

#youth_main .panel-title a {
    display: block;
    font-family:"Open Sans";
    color: #088065;
    font-weight: bold;
    font-weight:normal;
    text-decoration: none;
    padding-bottom: 5px;
}

.image-panel-title a {
    display: block;
    font-family:"Open Sans";
    color: #000000;
    font-weight: bold;
    font-weight:normal;
    text-decoration: none;
    padding-bottom: 5px;
    /*
    font-family: Georgia;
    font-size : 29px;
    font-style: italic;
    color: black;
    font-weight: bold;
    */
}

.panel-title-image {
    padding-bottom: 0px;
}

.panel-title-image a {
    display: block;
    font-family:"Open Sans";
    color: #59266A;
    text-decoration: none;
    padding-bottom: 0px;
    /*
    font-family: Georgia;
    font-size : 29px;
    font-style: italic;
    color: black;
    font-weight: bold;
    */
}
.accordion-title  {
    font-family: Georgia;
    color: #59266A;
    font-size : 19px;
    font-style: italic;
    font-weight:normal;
    padding-bottom: 8px;

    /*
    display: block;
    font-family:"Open Sans";
    color: #59266A;
    font-weight: bold;
    font-weight:normal;
    text-decoration: none;
    font-family: Georgia;
    font-size : 29px;
    font-style: italic;
    color: black;
    font-weight: bold;
    */
}

.imageAccordLabel {
    font-weight: bold;
    font-size : 19px;
}

.accordWebPhone {
    font-size : 14px;


}

.accordion-content-motions a:link, .accordion-content-votes a:link, .accordion-content-minutes a:link, .accordion-content-agenda a:link {
    color: #59266A;
    text-decoration: none;
}

.accordion-content-motions a:visited, .accordion-content-votes a:visited, .accordion-content-minutes a:visited, .accordion-content-agenda a:visited {
    color: #A44fC0;
    text-decoration: none;
}

.accordion-content-motions a:hover, .accordion-content-votes a:hover, .accordion-content-minutes a:hover, .accordion-content-agenda a:hover {
    color: #59266A;
    text-decoration: underline;
}

.accordion-content-motions a:active, .accordion-content-votes a:active, .accordion-content-minutes a:active, .accordion-content-agenda a:active {
    color: #59266A;
    text-decoration: none;
}

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

}
.board-bio-details{
    margin-left:280px;
}

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

.board-bio-title{
    font-weight:bold;
    color: #59266A;
}

.board-bio-image{
    float:left;
}


/************* ahya social****************/
.ahya-social {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;

}


/*************** AHA SPACER **************/
.spacer {
display: inline-block;
    height: 9px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
/*
    margin-top: 3px;
    margin-bottom: 3px;
*/
}
.spacerVertical {
    height: 9px;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
/*
    margin-top: 3px;
    margin-bottom: 3px;
*/
}

.spacer div {
    width: 100%;
}

/************* aha social****************/
.aha-social {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;

}
/************* aha map****************/
.aha-map {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;

}

/*******************/
/*** Form styles ***/
/*******************/

/* Separate fieldsets */
fieldset {
    margin-bottom: 10px;
}

/* Block label/input pairs inline to mimic a table layout */
fieldset label {
    width: 250px;
    display: inline-block;
}

/* Widen input fields */
fieldset input,fieldset select {
   margin-top:5px;
    width: 250px;
}

input[type="text"],input[type="number"], input[type="date"], input[type="email"],textarea, input[type="password"], select{
  margin-top:5px;
  background: #e3e4e5;
  padding: 5px;
  border: 2px solid #a8aaad;}
input[type="text"]:focus,input[type="number"]:focus, input[type="date"]:focus, input[type="email"]:focus,textarea:focus, input[type="password"]:focus, select:focus{
  background:white;
}
select option{
    padding:4px 2px;
}
fieldset{
    margin:10px 0;
}
fieldset + h5{
    margin-bottom:10px
}
.form-wrapper h5 + h5{
    margin: 10px 0 10px;
}

/***************************** Contact Us **********************/
.contact-form  {
    margin-left: 200px;
}

.contact-form textarea {
    vertical-align: top;
}

.submit-button {
    clear: both;
    margin: 15px 15px 15px 120px;
}
.error {
    color:red;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   font-family: "Open Sans";
}

::-moz-placeholder {
  font-family: "Open Sans";
}

:-ms-input-placeholder {
  font-family: "Open Sans";
}



/************************* Leadership *******************/
.leadership {
    font-size: 11px;
}

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

.bodBioLink {
    font-size: 1.2em;
    text-align: center;
}


/*********************agreement-form********************/
.agreement-form {
    margin-left:200px;
}
.agreement-form label {
    display: inline-block;
    width: 200px;
}
.slick a {
    color: #59266A;
}

/****************** get involved **********************/
#region-name , #region-image {
    float:left;
}

#region-name {
    width: 400px;
    text-align: center;
    padding-top: 70px;

}

/*Brad Here*/
img.map, map area {
    outline: none;
}

#club-ifno , #director-info {
    clear: both;
}

.club-details .left-content{
    float: left;
}

.club-details .right-content{
    float: right;
    padding-top:50px;
    padding-right:220px;
}
.club-details .bottom-content{
    clear: both;
}
.bottom-content .established {
    margin-right: 279px;
    display: inline-block;
}
.bottom-content .club-detail , .bottom-content .club-Activities {
    margin-top:15px;
    margin-bottom:15px;
}


#main .homeContent .activities-columns {
    list-style-type: disc;
    padding-left: 20px;
    padding-top:5px;
    margin-bottom:15px;
}

#main .homeContent ul .activities-li {
    float: left;
    width: 50%;
    text-indent: 0em;
    padding-bottom:5px;
}

/****************** club officer home **********************/
.club-title {
    clear:both;
    padding-bottom:5px;
}

.updateClub .club-title, .club-home .club-title, .club-officer .club-title {
    font-family: Georgia;
    color: #59266A;
    font-size : 29px;
    font-style: italic;
    font-weight:normal;
    text-align: center;
    display:inline-block;
}

.club-title .title-left {
    font-size: 15px;
    float: left;
    font-weight: bold;
}

.club-title .title-center {
    width: 761px;
}

.club-title .title-right {
    font-size: 15px;
    padding-right: 10px;
    float: right;
    font-weight: bold;
}

.club-title .header-center {
    clear:both;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

#club-officer-display {
    clear: both;
    font-size : 12px;
}

#club-address-display {
    float: left;
    width: 300px;
}

#club-address-display  p {
    font-size: 12px;
    font-weight: bold;
}

#club-dues-display {
    float: right;
    width: 180px;
}

.cell-descript {
    font-size : 12px;
    font-weight: bold;
    float: left;
    width: 100px;
}

.cell-value {
    font-size : 12px;
    font-weight: bold;
    width: 50px;
}

.bottom-line {
    clear:both;
}


/****************** officer update **********************/
.officer-update-signature_block table {
    border-collapse: collapse;
    width: 100%;
}

.officer-update-signature_block th {
    font-family: Georgia;
    font-size : 12px;
    font-weight:bold;
    color: black;
    padding: 5px;
    text-align: left;
    border-bottom:thin solid black;
    border-top:thin solid black;
    clear: right;
}

.officer-update-signature_block td {
    font-family: Georgia;
    font-size : 12px;
    font-weight:normal;
    padding: 5px;
    text-align: left;
}


.officer-update-membership_message {
    font-family: Georgia;
    font-size : 14px;
    font-weight:bold;
    color:red;
}

.officer-update-submit {
    text-align: center;
}

#updateClubOfficers select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    background: #e3e4e5;
    border: 2px solid #a8aaad;
    font-size: 12px;
    margin-top: 0px;
    padding: 0px;
}


/****************** club roster **********************/

#club-roster-display {
    clear: both;
    font-size : 12px;
}

.cell-roster {
    font-size : 12px;
    width: 100px;
}

.club-roster-submit {
    text-align: center;
}

.club-title .title-full {
    width: 990px;
}





/****************** search form **********************/
.search-result ,#search-result h6 {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    padding:5px;
}
.search-result{
    margin-bottom:5px;
}

.search-result h6 {
    margin:5px;
}

#login-sideBar{
    /*float:right;
    width:26%;*/
}

/************** add event ***************************/
.add-event-form .right-side {
    float:right;
    width: 300px;
}

.add-event-form .left-side {
    float:left;
    width: 200px;
}

.add-event-form .submit-button {
    margin-left: 250px;
    padding-top: 15px;
}




/************* update club ***************************/
.updateBio {
    width: 50%;
    margin-top: 25px;
}

.updateAddress {
    width: 50%;
    margin-bottom: 25px;
}

.updateBio &gt; label {
    position: absolute;
    float: left;
}

.updateAddress &gt; label {
    float: left;
    position: absolute;
    vertical-align: bottom;
}

.updateBio span &gt; input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  left: 50%;
  position: relative;
  float: right;
  vertical-align: bottom;
  top: -10px;
}

.updateAddress input, .updateAddress select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  left: 50%;
  position: relative;
  float: right;
  vertical-align: bottom;
  top:-10px;
}

.pageBuffer {
    width: 100%;
}


/** typeahead widget styles **/

.typeahead,
.tt-query,
.tt-hint {
    width: 289px;
    height: 15px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 301px;
  margin: 1px 0;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 5px;
  font-size: 14px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/*****************************AHA Blog**********************************/
.ahaBlogTitle {
    font-family: Georgia;
    /*color: #000000;*/
    color: #59266A;
    font-size : 18px;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

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

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

.ahaBlogTeaserImage &gt; img {
    max-height: 90px;
    width: auto;
}

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

.ahaBlogLink a:link {
    color: #59266A;
    text-decoration: none;
}

/* visited link */
.ahaBlogLink a:visited {
    color: #59266A;
    text-decoration: none;
}

/* mouse over link */
.ahaBlogLink a:hover {
    color: #59266A;
    text-decoration: underline;
}

/* selected link */
.ahaBlogLink a:active {
    color: #59266A;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

/* unvisited link */
.ahaBlogText a:link {
    color: #59266A;
    text-decoration: none;
}

/* visited link */
.ahaBlogText a:visited {
    color: #59266A;
    text-decoration: none;
}

/* mouse over link */
.ahaBlogText a:hover {
    color: #59266A;
    text-decoration: underline;
}

/* selected link */
.ahaBlogText a:active {
    color: #59266A;
    text-decoration: none;
}

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

.ahaBlogSubHeader {
    font-weight: bold;
    font-style: italic;
    color: #414042;
    font-family: Open Sans;
    font-size : 19px;
}
/*Brad Here*/
.ahaBlogTeaserLink a::after {
    content: url('/login/resources/images/AHA_Double_Arrow.png');
    padding-left: 5px;
}

/* unvisited link */
.ahaBlogTeaserLink a:link {
    color: #59266A;
    text-decoration: none;
}

/* visited link */
.ahaBlogTeaserLink a:visited {
    color: #59266A;
    text-decoration: none;
}

.ahaBlogTeaserLink a:visited:after {
    color: #59266A;
    text-shadow: 7px 0px #59266A;
}

/* mouse over link */
.ahaBlogTeaserLink a:hover {
    color: #59266A;
    text-decoration: underline;
}

.ahaBlogTeaserLink a:hover:after {
    color: #59266A;
    text-shadow: 7px 0px #59266A;
}

/* selected link */
.ahaBlogTeaserLink a:active {
    color: #59266A;
    text-decoration: none;
}

.showResultHeader {
    font-family: Georgia;
    color: #59266A;
    font-size: 29px;
    font-style: italic;
    padding-bottom: 20px;
    font-weight: normal;
}

.returnLink {
    text-align: center;
}

.results-title a:link{
    display: block;
    /*font-family:"Open Sans";*/
    color: #59266A;
    font-weight:bold;
    text-decoration: none;
    padding-bottom: 5px;

}

/**********************************/
/* Convention Registration Styles */
/**********************************/
#conventionRegistrationBullets {
    padding-left: 35px;
}

.conventionNumberInput {
    width: 50px;
}

.removeButton {
    background-color: #22446a;
    background-image: -webkit-linear-gradient(red, #18354f);
    background-image: linear-gradient(red, #18354f);
    color: #fff !important;
    border: 0;
    padding: 5px 10px;
    text-decoration:none;
    font-size: 11pt;
    font-style: normal;
    width: auto;
}

.itemCheck {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}

.emptyRow {
    width:        250px;
    height:        15px;
}

.spacer20 {
    padding-right:    20px;
}

.spacer50 {
    padding-right:    50px;
}

.spacer70 {
    padding-right:    70px;
}

.spacer100 {
    padding-right:    100px;
}

.spacer120 {
    padding-right:    120px;
}

.spacer150 {
    padding-right:    150px;
}

.hidden{
   visibility:hidden;
}
</pre></body></html>