html::-webkit-scrollbar {
  width: 0 !important;
}

body {
  font-family: 'Muli', sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.background-wrap {
  background-color: #303030;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

.content a {
  text-decoration: none;
  color: white;
}

.content a:hover {
  text-decoration: underline;
}







.no-001 {
  background-image: url('../images/backgrounds/page_001.jpg');
  background-size: cover;
  background-position: top center;
}

.no-002 {
  background-image: url('../images/backgrounds/page_002.jpg');
  background-size: cover;
  background-position: top center;
}

.no-003 {
  background-image: url('../images/backgrounds/page_003.jpg');
  background-size: cover;
  background-position: top center;
}

.no-004 {
  background-image: url('../images/backgrounds/page_004.jpg');
  background-size: cover;
  background-position: top center;
}

.no-005 {
  background-image: url('../images/backgrounds/page_005n.jpg');
  background-size: cover;
  background-position: top center;
}

.no-006 {
  background-image: url('../images/backgrounds/page_006.jpg');
  background-size: cover;
  background-position: top center;
}

.no-007 {
  background-image: url('../images/backgrounds/page_007.jpg');
  background-size: cover;
  background-position: top center;
}

.no-008 {
  background-image: url('../images/backgrounds/page_008.jpg');
  background-size: cover;
  background-position: top center;
}

.no-009 {
  background-image: url('../images/backgrounds/page_009.jpg');
  background-size: cover;
  background-position: top center;
}

.no-010 {
  background-image: url('../images/backgrounds/page_010.jpg');
  background-size: cover;
  background-position: top center;
}

.no-011 {
  background-image: url('../images/backgrounds/page_011.jpg');
  background-size: cover;
  background-position: top center;
}

.no-012 {
  background-image: url('../images/backgrounds/page_012.jpg');
  background-size: cover;
  background-position: top center;
}

.no-013 {
  background-image: url('../images/backgrounds/page_013.jpg');
  background-size: cover;
  background-position: top center;
}

.no-014 {
  background-image: url('../images/backgrounds/page_014.jpg');
  background-size: cover;
  background-position: top center;
}

.no-015 {
  background-image: url('../images/backgrounds/page_015.jpg');
  background-size: cover;
  background-position: top center;
}

.no-016 {
  background-image: url('../images/backgrounds/page_016.jpg');
  background-size: cover;
  background-position: top center;
}

.no-017 {
  background-image: url('../images/backgrounds/page_017.jpg');
  background-size: cover;
  background-position: top center;
}

.no-018 {
  background-image: url('../images/backgrounds/page_018.jpg');
  background-size: cover;
  background-position: top center;
}

.no-019 {
  background-image: url('../images/backgrounds/constiution-page-min.jpg');
  background-size: cover;
  background-position: top center;
}





.no-102 {
  background-image: url('../images/backgrounds/home-slideshow/background-2-min.jpg');
  background-size: cover;
  background-position: top center;
}

.no-103 {
  background-image: url('../images/backgrounds/home-slideshow/background-3-min.jpg');
  background-size: cover;
  background-position: top center;
}

.no-104 {
  background-image: url('../images/backgrounds/home-slideshow/desk004.jpg');
  background-size: cover;
  background-position: top center;
}

.no-105 {
  background-image: url('../images/backgrounds/home-slideshow/desk005.jpg');
  background-size: cover;
  background-position: top center;
}


.bold {
	font-weight: 600;
}

.col3.nounder:hover {
	text-decoration: none;
}







.facebook {
  background-image: url('../images/facebook-64.png');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.youtube {
  background-image: url('../images/youtube-64.png');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.instagram {
  background-image: url('../images/instagram-64.png');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.twitter {
  background-image: url('../images/twitter-64.png');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}












.logo-wrap {
  position: relative;
  display: block;
  width: 50%;
  max-width: 300px;
  /*z-index: -1;*/
}

.logo-wrap .logo {
  width: 70%;
  margin: 10% 13% 10% 17%;
  box-sizing: border-box;
}

.menu-wrap {
  width: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  z-index: 3;
  font-family: 'Abel', sans-serif;
  font-size: 17px;
}

.slide-wrap {
  margin: 77px 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.slide-wrap > div {
  width: 80%;
  height: 40px;
  box-sizing: border-box;
  margin: 3% auto 0 auto;
  max-width: 300px;
  cursor: pointer;
  position: relative;
  
}

.menu-wrap > div {
  width: 85%;
  height: 40px;
  margin: 10% 10% 10% 5%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.menu-wrap p, .slide-wrap p {
  text-transform: uppercase;
  color: white;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.menu-wrap > div::before, .slide-wrap > div::before, .sponsor-wrap::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.flag {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  margin-right: -6px;
}

.sponsor-wrap {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
}

.topcoll p {
    font-size: 18px;
    font-weight: 600;
}

.menu-wrap .hidden {
  display: none;
}

.content-wrap {
  width: 90%;
  margin: 0 5% 0 5%;
  
}

.sponsoro {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
	max-width: 155px;
}

h4 {
    font-size: 22px;
    padding: 10px 0;
}

.content {
  min-height: 100px;
  text-align: left;
  padding: 40px;
  color: white;
  background-color: rgba(50,50,50,.4);
  /*background-color: rgba(0,0,0,.6);
  border: 2px white solid;*/
}

.wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.hope {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.90);
  box-sizing: border-box;
  z-index: 2;
  transition: all 500ms ease-out;
  overflow: scroll;
}

.shift {
  right: 0;
}

.screen-container {
  min-height: 100vh;
  padding-bottom: 5%;
  box-sizing: border-box;
}

.footer-wrap {
  min-height: 160px;
  background-color: white;
  color: rgba(8, 71, 134, 0.9);
  margin-top: 0;
  padding: 5% 5% 0 5%;
  box-sizing: border-box;
}

.fill-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  background-color: rgba(255,255,255,.5);
  transition: width 300ms ease;
}

.grid {
  overflow: hidden;
}

 .col {
  position: relative;
  width: 100%;
  margin-bottom: 5%;
  min-height: 200px;
  box-sizing: border-box;
  text-align: center;
}

.col a.full-link, .col3 a.full-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sponsor {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.footer-wrap h3 {
  font-size: 1.6em;
  margin-bottom: 30px;
}

.col p {
  margin-bottom: 10px;
  line-height: 120%;
}

h1, h2, h3, h4, h5 {
	font-family: 'Abel', sans-serif;
	font-weight: 600;
}

.content h1 {
  font-size: 3em;
  padding-top: 30%;
  color: white;
}

.expand-sub {
  display: block;
  height: 0px;
  background-color: rgba(1,86,167,.6);
  width: 80%;
  margin: -5% 5% 5% 10%;
  box-sizing: border-box;
  position: relative;
  transition: height .34s ease-in;
  overflow: hidden;
  border-right: 2px white solid;
  border-left: 2px white solid;
  border-bottom: 2px white solid;
}

.x-sub {
  height: 116px;
}

ul.expand-sub li {
  text-align: center;
  padding: 0 0 5% 0;
}

ul.expand-sub li a {
  color: white;
  text-decoration: none;
}

ul.expand-sub li a:hover {
  text-decoration: underline;
}

.dark-over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.2);
}

.bt_fill {
  background-color: rgba(1,86,167,.6);
  border-top: 2px white solid;
  border-right: 2px white solid;
  border-left: 2px white solid;
  border-bottom: none;
}

.p-xtra {
  border-bottom: 2px white solid;
}

.socialmedia-wrap {
  min-height: 50px;
  text-align: center;
  cursor: auto !important;
  width: auto !important;
  height: auto !important;
}

.socialmedia {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px white solid;
  margin: 5px;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.socialmedia:hover {
  background-color: rgba(1,86,167,.6);
}

.menu-wrap .socialmedia-wrap {
  display: none;
}

.menu-wrap .expand-sub {
  display: none;
}

.footer-wrap a {
  text-decoration: none;
  color: rgba(8, 71, 134, 0.9);
}

.footer-wrap a:hover {
  text-decoration: underline;
}

.content h2 {
  font-size: 3em;
  margin-bottom: .1em;
  text-transform: uppercase;
}

.content h3 {
  font-size: 1.8em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.content p {
  margin-bottom: 12px;
  line-height: 120%;
}

.content .grid4 .col4:nth-of-type(4n+1) {
  margin-left: 0;
  clear: left;
}

.content .col4 {
  float: left;
  margin-left: 5%;
  margin-bottom: 5%;
}

.content .grid4 .col4 {
  width: 21.25%;
}

.content .col4 p {
  margin-bottom: 3px;
  text-align: center;
  font-size: .9em;
}

.content .col4 p:first-of-type {
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 1em;
}


.content .committee-wrap {
    /*background-color: rgba(255,255,255,.8);
    min-height: 220px;*/
}

.slide-wrap ul.expand-sub {
  max-width: 300px;
  margin: 0 auto;
}

.sl-2 {
  display: none;
}

.content .grid3 .col3:nth-of-type(3n+1) {
  margin-left: 0;
  clear: left;
}

.content .col3 {
  float: left;
  margin-left: 5%;
  margin-bottom: 5%;
  text-align: center;
  position: relative;
}

.content .grid3 {
  margin-top: 25px;
}

.content .grid3 .col3 {
  width: 30%;
}

.content .pic-holder {
  min-height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content .new-pic-holder {
  width: 100%;
}

.content .col3 p {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.content .col3 p:first-of-type {
  margin: 25px 0 10px 0;
}

.content .col3 .gallery-button p:first-of-type {
  margin: 10px 0 3px 0;
}


.gallery-grid .gallery-button p:first-of-type {
  margin: 10px 0 !important;
}


.content .grid2 .col2:nth-of-type(2n+1) {
  margin-left: 0;
  clear: left;
}

.content .col2 {
  float: left;
  margin-left: 5%;
  margin-bottom: 5%;
  min-height: 600px;
}

.content .grid2 .col2 {
  width: 47.5%;
}

.content .member-wrap {
  min-height: 100px;
  margin-bottom: 25px;
  position: relative;
  padding-right: 100px;
  padding-top: 6px;
}

.content .member-wrap p {
  margin-bottom: 6px;
}

.content .no-photo .member-wrap {
  padding-right: 0;
}

.content .member-photo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255,255,255,.6);
}

.member-wrap .label {
  text-transform: uppercase;
}

.content .coaches-wrap ul {
  margin-left: 25px;
  padding-bottom: 6px;
}

.content .coaches-wrap li {
  margin-bottom: 6px;
}

.content .dash-list {
  list-style-type: square;
  list-style-position: inside;
}

.content .number-list {
  list-style-type: decimal;
  list-style-position: inside;
}

.content .half-table {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  border: 1px white solid;
  padding: 12px;
  box-sizing: border-box;
  min-height: 58px;
  vertical-align: top;
  background-color: rgba(0,0,0,.3);
}

.content .thead-wrap .half-table {
  min-height: 76px;
}

.content .thead-wrap .half-table p {
  text-transform: uppercase;
}

.content .tdata-wrap .half-table {
  min-height: 138px;
}

.content .table-border {
  border: 4px white solid;
  box-sizing: border-box;
}

.content .mod-wrap p {
  margin-bottom: 6px;
}

.content .mod-wrap > p {
  font-size: 1.7em;
  font-weight: 600;
  margin-top: 25px;
  text-transform: uppercase;
}

.footer-wrap h3 {
		text-transform: uppercase;
}

/*.welcome {
    border: 2px #ffffff solid;
    background-color: rgba(1,86,167,.6);
    max-width: 325px;
    margin: -5% 5% 5% 10%;
    padding: 22px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 50%;
}

.welcome:hover {
    background-color: rgba(69,69,69,.6);
}*/

.below-logo {
    color: white;
    text-align: center;
    padding-left: 5%;
    margin-top: -20px;
    font-size: 1.4em;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
}

.committee-profilepic {
  width: 100%;
  -moz-box-shadow:    5px 5px 5px rgba(0,0,0,.7);
  -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.7);
  box-shadow:         5px 5px 5px rgba(0,0,0,.7);
}









.gallery-button {
  margin-top: 10px;
  background-color: rgba(1,86,167,.6);
  border: 2px white solid;
}

.col3:hover {
  text-decoration: underline;
}

.aridoc-frame {
  margin: 10px 0 25px 0 !important;
}

.document-wrap {
  height: 0px;
  overflow: hidden;
  transition: height 600ms ease-out;
}

.policy-links p {
  cursor: pointer;
}

.policy-links p:hover {
  text-decoration: underline;
}

.auto-height {
  height: 725px;
}

/*.black-text {
  color: black !important;
}

.black-text a {
  color: black !important;
}*/

.events-images {
  width: 100%;
}

.press-images {
  width: 100%;
  max-width: 300px;
  margin: 25px 0 0 0;
}

.pagination.pagination-centered ul li {
	padding: 5px;
	display: inline-block;
}

span.pagenav {
    color: #696969;
}

.counter.pull-right {
    padding: 5px;
}

.expand-sub li {
  color: white;
}