body, html {
  font-size: 14px;
  font-family: 'Open Sans Condensed', sans-serif;
}

.columns-1-flash {
  display: none;
}

p {
  font-size: 1.4rem
}

a:hover {
  color: currentColor;
  text-decoration: none
}

* {
  letter-spacing: 1px;
}

.mobileHeader {
  display: none;
  backround: #FFFFFF;
  width: 100%;
}

.mobileHeader img {
  height: 30px;
  width: 30px;
}

p, .secondaryMain .content ul li {
  letter-spacing: 1px;
  line-height: 2rem;
}

.blueButton {
  box-sizing: border-box;
  background: #003D87;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 0;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}

nav {
  background: #FFFFFF;
  box-sizing: border-box;
  float: left;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  text-align: center;
  width: 18%;
}

#mainNav {
  z-index: 20;
  transition: all .25s ease;
}

nav .mainLogo {
  max-width: 80%;
  max-height: 15%;
  padding: 10px 0;
  margin: 10px 0px;
}

nav ul {
  height: 80%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

nav ul a {
  text-decoration: none;
}

nav ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 2px #EDEDED;
  box-shadow: inset 0px 0px 0px 0px #003D87;
  box-sizing: border-box;
  color: #000000;
  font-weight: 700;
  padding: 1.8vh 30px;
  padding-left: 40px;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type: none;
  width: 100%;
  transition: all 0.2s ease;
}

nav ul li:hover, nav ul .active {
  background-color: #ebebeb;
  box-shadow: inset 10px 0px 0px 0px #003D87;
  cursor: pointer;
  padding-left: 50px;
  text-decoration: none;
}

#committeeNav {
  z-index: 15;
  transition: all .25s ease;
}

#committeeNav ul, #conferenceNav ul {
  height: 100%;
  display: inline-block;
  width: 100%;
}

#committeeNav ul li, #conferenceNav ul li {
  padding: 17px;
  padding-left: 20px;
  width: 100%;
}

#conferenceNav {
  z-index: 14;
  transition: all .25s ease;
}

nav ul li span {
  display: inline-block;
  text-align: left;
}

nav ul li img {
  float: right;
  height: 2rem;
  width: 28px;
}

nav ul .login {
  background-color: #003D87 !important;
  color: #FFFFFF;
  transition: all 0.2s ease;
}

nav ul .login:hover li {
  background-color: #003D87 !important;
  box-shadow: inset 10px 0px 0px 0px #EBEBEB;
}

nav ul .login span {
  color: #FFFFFF;
}

.bodyWrap {
  float: left;
  margin-left: 18%;
  width: 82%;
}

header {
  min-height: 70vh;
  width: 100%;
}

.unslider {
  width: 100% !important;
  position: relative;
  overflow-y: hidden;
}

.unslider li {
  background-size: cover !important;
}

.unslider-arrow {
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: contain;
}

.prev {
  background-image: url("left_arrow.png")
}

.next {
  background-image: url("right_arrow.png")
}

.pageSquares .unslider .next {
  background-image: url("right_arrow_blue.png")
}

header li {
  color: #FFFFFF;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  min-height: 70vh;
  background-size: cover !important;
}

.sliderSection {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url(homeHero.jpg);
  background-size: cover !important;
}

header li div {
  margin:10vh 120px;
  width: 90%;
}

header li div h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 112px;
}

header li div h4 {
  color: rgba(255,255,255,0.75);
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10vh;
}

header li div a {
  border: solid 1px #FFFFFF;
  box-sizing: border-box;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 25%;
}

header li div a:hover {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

.homeEventSlider .eventLeft,
.homeEventSlider .eventRight{
  width: 50%;
}

.eventLeft {
  background-image: url("16619619263_6bbb1c773c_k.jpg");
  background-size: cover;
}



.eventRight .top {
  background: #2DAFFF;
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.eventRight .top .date {
  text-align: center;
  margin: 0px 28px;
}
.eventRight .top h4 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: -14px;
  text-transform: uppercase;
}
.eventRight .top h3 {
  font-size: 5rem;
  font-weight: 700;
  margin: 0;
}

.eventRight .bottom {
  box-sizing: border-box;
  padding: 20px;
  width: 60%;
  margin-left: 22%;
}

.eventRight .bottom h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.eventRight .bottom ul {
  margin-top: 10px;
}

.eventRight li {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.eventRight .bottom .registerButton,
.eventRight .bottom .moreButton {
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  margin: 18px 0px;
}

.loadMoreDiv {
  margin: 18px 0px;
  width: 100%;
  float: left;
  text-align: center;
}

.loadMore {
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  width: 20%;
  padding: 12px 0px;
  margin: 0 auto !important;
  border: 1px solid black;
  background-color: #003D87;
  color: white;
  transition: all 0.3s ease;
  cursor: pointer;
}

.loadMore:hover {
  color: white;
}

.eventRight .bottom .registerButton {
  border: 2px solid black;
  background-color: #FFFFFF;
  color: black;
  transition: all 0.3s ease;
}

.eventRight .bottom .moreButton {
  background-color: #003D87;
  color: white;
}

.eventRight .bottom .registerButton:hover {
  border: 2px solid #003D87;
  background-color: #003D87;
  color: white;
}


.pageSquares {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}

.pageSquares .square {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 60px;
  width: 50%;
}

.pageSquares .image {
  overflow: hidden;
  padding: 0;
}

.pageSquares h2 {
  font-size: 2.2rem;
  margin-top: 0;
  margin-bottom: 20px;
}

.pageSquares p,
.contentHeight {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 42px;
}

.homeImage1 {
  background: url("26535588155_9064392fef_k.jpg") no-repeat center center scroll;
  background-size: cover;
}

.homeImage2 {
  background: url("17032398837_2bb5996c88_k.jpg") no-repeat center center scroll;
  background-size: cover;
}

.homeImage3 {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("homeImage3.jpg") no-repeat center center scroll;
  background-size: cover;
}

.homeImage4 {
  background: url("26454008802_b1a137f73c_k.jpg") no-repeat center center scroll;
  background-size: cover;
}

.homeImage5 {
	background: url("pexels-photo-24182.jpg") no-repeat center center scroll;
  background-size: cover;
}
.pageSquares .square .blueButton {
  box-sizing: border-box;
  float: right;
  padding: 10px 0;
  text-align: center;
  width: 65%;
}

.pageSquares .joinSquare {
  background: #2DAFFF;
  color: #FFFFFF;
  line-height: 2rem;
}

.pageSquares .joinSquare form {
  font-size: 0;
  width: 100%;
}

.pageSquares .joinSquare input[type="email"],
.joinSub input[type="email"] {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 3px;
  color: #141414;
  font-size: 1.3rem;
  padding: 0px 20px;
  height: 45px;
  width: 79%;
}

.pageSquares .joinSquare input[type="submit"],
.joinSub input[type="submit"] {
  box-sizing: border-box;
  border-radius: 3px;
  background: #003D87;
  border: none;
  color: #FFFFFF;
  height: 45px;
  font-size: 1.3rem;
  margin-left: 2%;
  padding: 0px 20px;
  width: 15%;
}

.homeEventSlider {
  width: 100%;
}

.homeEventSlider li {
  width: 100%;
  display: flex;
}



.pageSquares .eventSquare {
  padding: 0;
}

.pageSquares .eventSquare .top {
  background: #2DAFFF;
  box-sizing: border-box;
  color: #FFFFFF;
  padding: 20px;
  width: 100%;
  display: flex;
}

.pageSquares .eventSquare .top .date {
  text-align: center;
  background: #2DAFFF;
  width: 20%;
}

.pageSquares .eventSquare .top .date h4,
.eventItem .left h4 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0;
  margin-bottom: -14px;
  text-transform: uppercase;
}

.pageSquares .eventSquare .top .date h3,
.eventItem .left h3 {
  font-size: 5rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: -14px;
}

.pageSquares .eventSquare .top h2 {
  display: inline-block;
  float: left;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 80px 2% 0;
  width: 65%;
}

.pageSquares .eventSquare .bottom {
  background: #FFFFFF;
  color: #000000;
}

.pageSquares .eventSquare .bottom > * {
  margin-left: 27%;
  width: 68%;
}

.pageSquares .eventSquare .bottom ul {
  line-height: 2rem;
  padding-left: 1rem;
}

.pageSquares .eventSquare .bottom a {
  
}

.pageSquares .eventSquare .bottom .register {
  background-color: transparent;
  border: solid 1px #000000;
  color: #000000;
}

.pageSquares .eventSquare .bottom {
}

.pageSquares .contactForm {
  padding: 60px;
}

.pageSquares .contactForm form {
  color: #FFFFFF;
  font-size: 0;
  width: 100%;
}

.pageSquares .contactForm form label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 30px;
  width: 100%;
}

.pageSquares .contactForm form h3 {
  float: left;
  font-size: initial;
  font-weight: 400;
  margin: 10px 0;
  width: 50%;
}

.pageSquares .contactForm form input[type="text"],
.pageSquares .contactForm form input[type="email"],
.pageSquares .contactForm form textarea,
.text,
.form-group>select {
  box-sizing: border-box;
  background: #F8F8F8;
  border: solid 1px #CECECE;
  color: #141414;
  font-size: 1rem;
  margin: 5px 0px;
  padding: 10px;
  width: 49%;
}

.text,
.form-group>select {
	width: 100%;
  border-radius: 0;
  height: auto;
}

.pageSquares .contactForm form input[id="feedback_last_name"] {
  margin-left: 1%;
}


.pageSquares .contactForm form input[type="email"],
.pageSquares .contactForm form textarea {
  width: 100%;
}


.pageSquares .contactForm form input[type="submit"] {
  box-sizing: border-box;
  background: #003D87;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  float: right;
  font-size: 1.4rem;
  padding: 10px 82px;
}

.pageSquares .contactForm form textarea {
  margin-bottom: 45px;
}

.contactInfo {
  position: absolute;
  bottom: 60px;
  left: 60px;
}

.contactInfo h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

footer {
  box-sizing: border-box;
  background: #979797;
  margin: 0;
  padding: 40px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}

footer img {
  float: left;
  height: auto;
  width: 15%;
}

.footer-left {
  font-size: 1rem;
  color: white;
}

.footer-left a {
  color: white;
}
.footer-left a:hover {
  text-decoration: underline;
}

.footerBottom {
  display: flex;
  align-items: center;
  height: 100px;
}

.footerLogos {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footerLogos img {
  float: none;
  margin: 0px 30px;
  width: 28px;
}

.footerLogos h1 {
  font-family: sans-serif;
  color: white;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
}

footer ul {
  display: inline-block;
  margin: 0;		
  list-style: none;
  width: 40%;
}

footer ul li {
  display: inline-block;
  float: left;
  width: 50%;
}

footer ul li a {
  text-transform: uppercase;\
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
}

footer ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

footer .socialMedia {
  float: right;
  text-align: right;
  width: 25%;
}

footer .socialMedia a {
  display: inline-block;
  margin: 0 20px;
}

footer .socialMedia a .fa {
  color: #FFFFFF;
  font-size: 1.3rem;
  transition: all .25s ease;
}

footer .bottom {
  clear: both;
  color: #FFFFFF;
  margin-top: 40px;
  text-align: right;
  width: 100%;
}

footer .bottom * {
  padding: 0 5px;
}

footer hr {
  margin-bottom: 5px;
}

footer .bottom a {
  border-right: solid 1px #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;	
}

footer .bottom a:hover {
  text-decoration: underline;
}

.secondaryHero {
  box-sizing: border-box;
  background: url('secondaryHero.jpg') no-repeat center center scroll;
  background-size: cover;
  color: #FFFFFF;
  padding: 40px 5%;
  min-height: auto;
}

.secondaryHero h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 25vh;
  margin-bottom: 0;
}

.secondaryHero h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.storyMonth a {
  color: #000000;
  margin: 15px 0;
  display: block;
  margin-bottom: 80px;
}

.storyMonth a:last-of-type {
  margin-bottom: 0;
}

.storyMonth a:hover,
.featuredStory a:hover {
  text-decoration: none;
}

.storyItem {
  border-left: solid 15px #e3e3e3;
  padding-left: 30px;
}

.storyItem h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.storyItem h4 span,
.blogHero h4 span {
  border-right: solid 1px #000000;
  opacity: .75;
  padding-right: 3px;
  text-transform: initial;
}

.storyItem h3 {
  font-size: 2.5rem;
  font-weight: 400;
}

.storyItem p {
  font-size: 1.6rem;
  line-height: 42px;
  margin-bottom: 60px;
}

.featuredStory {
  box-sizing: border-box;
  background: #2DAFFF;
  color: #FFFFFF;
  float: left;
  padding: 80px;
  width: 100%;
  border: 0;
}

.featuredStory h4 span,
.blogHero h4 span {
  border-right: solid 1px #FFFFFF;
}

.featuredStory .blueButton {
  float: right;
  width: 40%;
}

.storyMonth {
  box-sizing: border-box;
  float: left;
  padding: 80px;
  margin-right: 30%;
  width: 70%;
  padding-left: 25px
}

.storyMonth h2 {
  font-size: 2rem;
}

.joinSub {
  box-sizing: border-box;
  background: url('secondaryHero.jpg') no-repeat center center scroll;
  background-size: cover;
  float: left;
  display: flex;
  align-items: center;
  padding: 50px;
  width: 100%;
}

.joinSub .left {
  color: #FFFFFF;
  margin-right: 10%;
  width: 45%;
}

.joinSub .right {
  width: 50%;
}

.joinSub form {
  font-size: 0;
}

.joinSub form input[type="text"] {
  background-color: rgba(255, 255, 255, .5);
  width: 30%;
}

.joinSub form input[type="submit"] {
  margin-left: 4%;
  width: 15%;
}

.secondaryMain {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  float: left;
  width: 100%;
}

.secondaryMain .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 50px;
  width: 100%;
}

.secondaryMain .content h2 {
  font-size: 2.2rem;
}

.secondaryMain .content p {
  font-size: 1.4rem;
  line-height: 48px;
  margin-bottom: 38px;
}

.secondaryMain .content li {
  font-size: 1.4rem;
  margin-bottom: 18px;
}

.secondaryMain .content ul {
  margin: 48px 0px;
}

.secondaryMain .image,
.memberImage {
  width: 100%; 
  float: left; 
  background: url('25926015304_11ab117d7a_k.jpg') no-repeat center center scroll; 
  background-size: cover;
}

.secondaryMainMem {
	flex-wrap: wrap !important;
}

.secondaryMainMem .image,
.secondaryMainMem .imageRight {
	width:50% !important;
}

.committeeRoll {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}

.committeeRoll .committeeItem {
  background: #2DAFFF;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-block;
  padding: 40px 5%;
  width: 50%;
}

.committeeRoll .committeeItem:nth-child(4n+2), 
.committeeRoll .committeeItem:nth-child(4n+3) {
  background-color: #FFFFFF;
  color: #000000;
}

.committeeRoll .committeeItem a {
  float: right;
  padding: 5px 25px;
}

.blogHero h1 {
  font-size: 3rem;
  margin-top: 20vh;
}

.blogHero h2 {
  font-size: 1.75rem;
  margin-top: 2rem;
  opacity: .75;
}

.article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}

.content ul {
  padding-left: 18px;
}

.article { 
  float: left;
  margin-left: 5%;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 90%;
}

.article > *,
.article > .articleImage {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
}

.article > .articleImage {
  float: right;
  clear: both;
}

.article h1,
.article h2 {
  font-size: 2.2rem;
  margin-top: 45px;
}

.article p {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.article .articleImage img {
  height: auto;
  width: 100%;
}

.article .articleImage p {
  color: #003D87;
  font-weight: 700;
}

.eventItem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  float: left;
  padding: 25px;
  width: 100%;
}

.eventItem {
  display: flex;
  align-items: flex-start;
}

.calendarLege {
	float: left;
  width: 100%;
  padding: 25px;
}

.calendarLege h3 {
	display: inline;
  margin-right: 20px;
  padding-left: 10px;
}

.eventItem:last-of-type {
  margin-bottom: 60px;
}

.eventItem .left {
  border-left: solid 15px #2dafff;
  text-align: center;
  padding-right: 5px;
  margin-right: 2.5%;
  padding-left: 30px;
}

.eventItem .non-weao {
	border-left: solid 15px #e3e3e3;
}


.eventItem .right {
  float: left;
  width: 35%;
}

.eventItem .right h2 {
  font-weight: 400;
  margin-top: 0;
}

.eventItem .right li {
  line-height: 2rem;
}

.eventItem .right p {
  margin-bottom: 38px;
  font-size: 1.2rem
}

.eventItem a {
  color: white;
  text-decoration: italic;
}

.featuredEvent {
  background-color: #2DAFFF;
  color: #FFFFFF;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 0;
  display: inline-block;
}

.featuredEvent > h2 {
  float: left;
  width: 90%;
  margin: 40px 3%;
  margin-top: 0;
  font-weight: 700;
}

.featuredEvent .left {
  border-left-color: transparent;
  float: left;
}

.featuredEvent .right {
  float: left;
}

.featuredEvent .right h2 {
  margin-bottom: 40px;
}

.featuredEvent .right > p {
  margin-bottom: 0;
}

.register {
  border-radius: 3px;
  background-color: #003D87;
  color: #FFFFFF;
  border: solid 1px #000000;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 25px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.registerPad {
  border-radius: 3px;
  background-color: #003D87;
  color: #FFFFFF;
  border: solid 1px #000000;
  width: 80%;
  padding: 10px 20px;
  font-size: 1.4rem;
  margin-top: 45px;
  float: left;
  text-align: center;
  text-decoration: none;
}

.registerPad:hover {
  color: white;
}

.eventMonth {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}

.eventMonth > h2 {
  color: #2DAFFF;
  font-size: 2rem;
  margin-left: 40px;
  text-transform: uppercase;
}

.eventFocus .right {
  width: 60%;
}

.eventFocus .right h2 {
  font-size: 2.5rem;
  margin-top: 4rem !important;
}

.eventDesc {
  box-sizing: border-box;
  float: left;
  margin-left: 15%;
  padding: 30px;
  width: 40%;
}

.eventDesc p {
  font-size: 1.4rem;
}

.event-description {
  font-size: 1.2rem !important;
  padding-bottom: 10px;
  margin-left: 0 !important;
  width: auto;
  display: inline-block;
}
}

.eventDesc h3 {
  font-size: 2rem;
}

.eventDesc h6 {
  font-size: 1.4rem;
}

.eventDesc .subtext {
  font-size: 1.4rem;
}

.eventDesc ul {
  line-height: 2rem;
  padding: 16px;
}

.eventDesc li {
  font-size: 1.6rem;
}
.eventDesc input[type="submit"] {
  border-radius: 3px;
  background-color: #003D87;
  color: #FFFFFF;
  border: solid 1px #000000;
  width: 80%;
  padding: 10px 0px;
  font-size: 1.4rem;
  margin-top: 25px;
  transition: all 0.3s ease;
  text-decoration: none;
}

#committeeStory {
  background: #FFFFFF;
}

#committeeStory a * {
  color: #000000;
}

#committeeStory a *:hover {
  color: #000000;
  text-decoration: none;
}

.resources {
  float: left;
  margin-top: 50px;
  width: 100%;
}

.faqCategories {
  float: left;
  margin-left: 10%;
  width: 20%;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.faqCategories a {
  color: #333333;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700; 
  text-transform: uppercase;
  margin: 5px 0;
  width: 100%;
}

.faqCategories a:hover {
  color: #2DAFFF;
  text-decoration: none;
}

.faqContent {
  float: right;
  margin-right: 10%;
  width: 40%;
}

.faqContent h3 {
  color: #696969;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -15px;
  margin-top: 150px;
}

.categoryHeaderFirst {
  margin-top: 0 !important;
}

.faqContent h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

.page-excerpt {
  margin-bottom: 64px;
}

.resLink {
  color: #B63333;
  font-weight: 700;
}

.featuredCover {
  float: left;
  width: 95%;
  margin-left: 5%;
}

.featuredCover .left {
  margin-top: 50px;
  float: left;
  width: 45%;
  padding-right: 40px
}

.featuredCover .left .blueButton {
  margin: 7% 4%;
  width: 40%;
}

.featuredCover .left h3, .previousIssues {
  font-weight: 700;
}

.previousIssues {
  margin-left: 5%;
}

.featuredCover .right {
  float: left;
  width: 55%;
  background: #696969;
}

.featuredCover .right img {
  width: 80%;
  margin: 10%;
}

.coverRoll {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin-left: 5%;
  margin-top: 25px;
}

.coverRoll .coverItem {
  position: relative;
  box-sizing: border-box;
  width: 23%;
  margin-bottom: 20px;
}

.coverRoll .coverImage {
  height: 22vw;
}

.coverOverlay {
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(45,175,255,0.7);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.coverOverlay:hover {
  opacity: 1;
}

.coverRoll .coverItem h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.people-list {
  width: 50%;
  border: 0;
  float: left;
  padding: 60px;
  padding-left: 100px; 
  margin: 0;
  height: 40vh;
}

.people-list:nth-child(4n+2),
.people-list:nth-child(4n+3) {
  background-color: #2DAFFF;
  color: white;
}

.people-list .people-name a {
  text-transform: uppercase;
  font-size: 2.5rem;
  color: #35424d;
}

.people-list:nth-child(4n+2) .people-name a,
.people-list:nth-child(4n+3) .people-name a{
  color: #FFFFFF !important;
}

.pagination-container {
  margin-top: 0;
  width: 100%;
}

.pagination-container {
  float: left;
  margin-top: 0;
  width: 100%;
}

.pagination {
  margin: 0 !important;
  display: block !important;
}

.pagination>li>a, .pagination>li>span {
  padding: 14px 24px;
  font-size: 1.2rem;
  font-weight: 700;
  border: 0;
  color: #2DAFFF;
}

.pagination>.active>a {
  background-color: #2DAFFF;
}

.fullProfile .profileLeft {
  float: left;
  width: 20%;
  margin-left: 40px;
  margin-top: 40px;
}

.fullProfile .profileRight {
  float: left;
  width: 50%;
  padding: 40px;
  padding-right: 80px;
}

.fullProfile .profileRight h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 40px;
  margin-top: 0;
}

.fullProfile .profileRight p {
  font-size: 1.5rem;
  line-height: 46px;
  font-weight: 500;
  margin: 10px 0px;
}

.fullProfile .profileRight span {
  font-weight: 700;
}

.fullProfile .profileRight .contact {
  margin-top: 60px;
}
.fullProfile .profileRight .contact h3 {
  color: #a72a2c;
  font-weight: 700;
}

.fullProfile .profileRight .contact p {
  font-size: 1.4rem;
}

.fullProfile .profileLeft img {
  width: 100%
}

/*  MEMBERSHIP PURCHASING STYLES   */ 

.memFormContainer {
  display: flex;
  align-items: stretch;
  float: left;
  width: 100%;
}


.sugFormContainer {
  width: 100%;
  padding: 50px;
}


.memForm {
  padding: 50px;
  width: 100%;
  float: left;
}

.invFormContainer {
  width: 60%;
  margin: 40px auto;
}

.bottomForm {
  margin-top: 28px;
}

.bottomForm .float {
  float: left;
  width: 50%;
}

.bottomForm .float h4 {
  font-size: 1.8rem;
}

.bottomForm .float label {
  font-size: 1.6rem;
}

.bottomForm .float2 {
  text-align: right;
}

.inputWidth,
.memForm select,
.invForm select{
  background: #f7f7f7;
  border-radius: 0px;
  border: none;
  box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.2);
  color: black;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 10px 20px;
  width: 100%;
  height: 50px;
}

.inputWidthField {
  height: 200px;
}

.purchaseButton {
  border: 0;
  padding: 16px 0px;
  width: 80%;
  background-color: #16377d;
  color: white;
  font-weight: 700;
  font-size: 1.6rem;
}

.membershipButton {
  border: 0;
  border-radius: 3px;
  padding: 8px 28px;
  background-color: #16377d;
  color: white;
  font-size: 1.4rem;
  margin-top: 38px;
  width: initial
}

.membershipButton:hover {
  color: white;
}

.editInfoSection {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0px; 
}

.editInfoSection h4 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #35424d
}

.editInfoSection input[type=text],
.editInfoSection input[type=email], 
.editInfoSection input[type=tel],
.editInfoSection input[type=password],
.editInfoSection textarea,
.editInfoSection select {
  background: #f7f7f7;
  border-radius: 0px;
  border: none;
  box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.2);
  color: black;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 10px 20px;
  width: 100%;
  height: 50px;
}

.editInfoSection textarea {
  height: 200px;
}

.privacyPolicy * {
  float: left;
  letter-spacing: 1px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  margin-left: 5%;
  width: 90%;
}

.calendarMonth {
  margin: 0;
  padding: 40px 25px 15px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #35424d;
  float: left;
}

.formPadding {
  padding: 60px !important;
  width: 80%;
  margin: 0 auto;
}

.volButton {
  width: 20%;
}

.quantity {
  display: block;
  background: #f7f7f7;
  border-radius: 0px;
  border: none;
  box-shadow: inset 0px 1px 5px 1px rgba(0,0,0,0.2);
  color: black;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0px 20px;
  width: 40%;
  height: 32px;
  margin-top: 18px;
  margin-right: 2%;
}

.ticket-selection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ticketPrice {
  width: 100%
}

.eventReg {
  margin-top: 20px;
}

.form-wrap.eventReg h1 {
	margin-top: 75px;
}

#committeeNav::-webkit-scrollbar {
  width: 12px;
}

#committeeNav::-webkit-scrollbar-track {
  background-color: transparent
}

#committeeNav::-webkit-scrollbar-thumb {
  background-color: #003D87;
  border-radius: 6px;
}

.hideInput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #003D87;
}

.nav-pills>li>a {
  border-radius: 3px;
  font-size: 1.2rem;
}

.panel-default {
  border: 0;
}

.panel-body,
.panel-footer {
  border: 0;
}

.intro p {
  font-size: 1.2rem;
}

.committeeWrapper {
  padding: 40px 140px;
}

.committeeContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 22px 0px;
}

.committeeMember {
  margin-bottom: 14px !important;
  width: 50%;
}

.committeeHeader {
  width: 100%;
  margin-bottom: 22px;
  font-size: 1.8rem;
}

.committeeChair {
  font-size: 1.4rem !important;
  color: black;
  width: 50%;
}

.not4u {
  width: 100%;
  color: #FF0000;
  display: block;
}

.ticket-desc {
	font-size: 1rem;
}

.hidden {
  display: none;
}

.blueBackground {
  background-color: #2DAFFF;
  color: white;
}

.share-container.panel {
  margin-bottom: 40px !important;
}

.article .membershipButton {
  margin: 20px 0px;
}

.article .membershipButton:nth-of-type(2) {
  float: left;
}

.dashboardButtons {
  padding: 5%;
  width: 100%;
}

.dashboardButtons h2 {
  padding-bottom: 50px;
}

@media screen and (max-width: 900px) {
  nav {
    left: -75vw;
    width: 75vw;
  }
  
  .mobileHeader {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    margin: 10px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: -5px 5px 12px 0px rgba(0,0,0,0.4);
    z-index: 1000;
  }
  
  header li div {
    margin: 0;
    padding: 5%;
    width: 100%;
  }
  
  header li div a {
    margin: 35px 12.5% 0;
    width: 75%;
  }
  
  .unslider-arrow {
    display: none;
  }
  
  .bodyWrap {
    margin-left: 0;
    width: 100%;
  }
  
  footer {
    padding: 5%;
  }
  
  footer img {
    float: none;
    margin: 0 12.5%;
    width: 75%;
  }
  
  footer ul {
    display: inline-block;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  
  footer .socialMedia {
    float: none;
    margin-top: 34px;
    text-align: center;
    width: 100%;
  }
  
  footer .bottom {
    text-align: center;
  }
  
  .membershipButton {
    float: left;
    margin-bottom: 5%;
    padding: 24px;
    text-align: center;
    width: 100%;
  }
  
  .pageSquares .square.image {
    height: 33vh;
  }
  
  .pageSquares .square {
    padding: 5%;
    width: 100%;
  }
  
  .pageSquares .joinSquare input[type="email"],
  .joinSub input[type="email"] {
    margin-bottom: 25px;
    width: 100%;
  }
  
  .pageSquares .joinSquare input[type="submit"],
  .joinSub input[type="submit"] {
    margin-left: 0%;
    width: 100%;
  }
  
  .unslider {
		height: auto;
  }
  
  .homeEventSlider li {
  	height: auto;
  }
  
  .eventLeft {
  	display: none;
  }
  
  .eventRight {
  	width: 100% !important;
  }
  
  .eventRight .bottom {
  	margin-left: 0;
    width: 100%;
    padding: 5%;
  }
  
  .contactInfo {
    position: static;
  }
  
  .pageSquares .contactForm {
    height: initial !important;
  }
  
  .pageSquares .contactForm form input[type="text"],
  .pageSquares .contactForm form input[type="email"],
  .pageSquares .contactForm form textarea,
  .text {
    box-sizing: border-box;
    background: #F8F8F8;
    border: solid 1px #CECECE;
    color: #141414;
    font-size: 1.4rem;
    height: 54px;
    margin: 5px 0px;
    padding: 10px;
    width: 100%;
  }
  
  .pageSquares .contactForm form h3 {
    display: none;
  }
  
  .pageSquares .contactForm form input[id="feedback_last_name"] {
    margin-left: 0%;
  }
  
  .pageSquares .contactForm form input[type="submit"] {
    margin-top: 20px;
    padding: 20px 82px;
    width: 100%;
  }
  
  .article {
    margin-top: 0;
    margin-left: 0;
    padding: 5%;
    width: 100%;
  }
  
  .article > * {
    width: 100%;
  }
  
  .article .content {
    width: 100%;
  }
  
  .article .content img {
    width: 100%;
  }
  
  .joinSub {
    display: inline-block;
    padding: 5%;
  }
  
  .joinSub form input[type="submit"] {
    margin-left: 0;
    width: 100%;
  }
  
  .joinSub .left, 
  .joinSub .right {
    width: 100%;
  }
  
  .blogHero h1 {
    margin: 8vh 0 4vh;
  }
  
  .featuredStory h4,
  .blogHero h4 {
    font-size: 1.6rem;
  }
  
  .featuredStory h4 span,
  .blogHero h4 span {
    border-right: none;
    display: inline-block;
    margin-bottom: 18px;
    width: 100%;
  }
  
  .storyMonth,
  .eventItem {
    padding-left: 0;
    padding: 8% 5%;
    width: 100%;
  }
  
  .storyItem h3 {
    font-size: 1.8rem;
  }
  
  .featuredEvent .left {
    border-left: none;
    margin-bottom: 25px;
  }
  
  .featuredEvent .right h2 {
    width: 100%;
  }
  
  .calendarMonth {
  	padding-top: 15px;
  }
  
  .eventItem .left {
    padding-left: 10px;
  }
  
  .eventItem .right {
    width: 75%;
  }
  
  .eventDesc {
    margin-left: 0;
    padding: 5%;
    width: 100%;
  }
  
  .eventFocus .right h2 {
    margin-top: 0 !important;
  }
  
  .secondaryMain {
    display: inline-block;
  }
  
  .secondaryMainMem .content, 
  .secondaryMainMem .imageRight {
    width: 100% !important;
  }
  
  .committeeRoll .committeeItem {
    width: 100%;
  }
  
  .committeeWrapper {
    padding: 5%;
  }
  
  .committeeChair,
  .committeeMember {
    width: 100%;
  }
  
  .committeeMember {
    margin-bottom: 32px;
  }
  
  .featuredEvent .right {
    width: 100%;
  }
  
  .featuredEvent .right p,
  .featuredEvent .left p {
    font-size: 1.4rem;
  }
  
  .featuredCover .left {
    margin: 0;
    padding-right: 0;
    padding: 5%;
    width: 100%;
  }
  
  .featuredCover .right {
    margin: 0 12.5% 25px;
    width: 75%;
  }
	
  .coverRoll {
    margin-left: 0;
    padding: 5%;
    width: 100%;
  }
  
  .coverRoll .coverItem {
    width: 48%;
  }
  
  .coverRoll .coverImage {
    height: 56vw;
  }
  
  .loadMore {
    width: 90%;
  }
  
  .formPadding {
    padding: 5% !important;
    width: 100%;
  }
  
  .memForm {
    padding: 5%;
  }
  
  .memFormContainer {
    display: inline-block;
  }
  
  .bottomForm .float {
    width: 100%;
  }
  
  .bottomForm .float2 {
    float: none;
  }
  
  .faqCategories {
    display: none;
  }
  
  .faqContent {
    float: none;
    margin: 0 !important;
    padding: 5%;
    width: 100%;
  }
  
  .people-list {
    height: auto;
    width: 100%;
  }
}