body {
  font-family: 'proxima-nova', sans-serif;
  color: #7a7a7a;
}
a,
a:active,
a:focus {
  outline: none !important;
}
/*navigation*/
.main-nav {
  border-top: 1px solid #a0a0a0;
}
.navbar-brand {
  font-family: 'frizquabolregular';
  font-size: 75px;
  float: left;
  height: auto;
  padding: 26px 15px 15px 0;
  line-height: 75px;
  color: #7a7a7a;
}
.caret {
  display: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #616161;
}
.logo {
  width: 200px;
  display: inline;
  margin-bottom: 15px;
  margin-top: 15px;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #0079aa;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  color: red;
  background-color: #0079aa;
}
#main-menu {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
}
#main-menu a {
  color: #0079aa;
  padding: 10px 24px;
  font-size: 15px;
}
@media only screen and (min-width: 991px) {
  .collapse.navbar-collapse {
    padding: 0;
  }
  #utility-menu {
    margin-right: 0;
  }
}
#utility-menu {
  font-size: 15px;
  margin-top: 40px;
}
#utility-menu a {
  color: #7a7a7a;
  padding-top: 10px;
  padding-bottom: 10px;
}
#utility-menu > li:last-child a:visited {
  background-color: #ed9127;
}
#utility-menu > li:last-child {
  background-color: #e54444;
  text-transform: uppercase;
  font-family: 'bitterregular';
  text-align: center;
  color: #ffffff;
  margin-left: 4px;
}
#utility-menu > li:nth-child(7) {
  background-color: #ed9127;
  text-transform: uppercase;
  font-family: 'bitterregular';
  text-align: center;
  color: #ffffff;
}
#utility-menu > li:nth-child(7) a {
  color: #fff;
}
#utility-menu > li:last-child a {
  color: #fff;
}
#utility-menu > li:nth-child(7) a:hover {
  background-color: #e78513;
}
#utility-menu > li:last-child a:hover {
  background-color: #e22e2e;
}
@media only screen and (max-width: 480px) {
  .navbar-brand {
    font-size: 46px;
    padding: 23px 5px 10px 0px;
    line-height: 46px;
  }
  .logo {
    width: 125px;
  }
}
/*centers main nav*/
@media (min-width: 992px) {
  #main-menu {
    width: 100%;
    text-align: center;
  }
  #main-menu > li {
    float: none;
    display: inline-block;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #0079aa;
  text-decoration: none;
  background-color: #f5f5f5;
  outline: 0;
}
/*END centers main nav*/
/*reduce size of nav font on smaller screen*/
@media only screen and (max-width: 1200px) {
  #main-menu {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
  }
  #main-menu a {
    color: #0079aa;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*END reduce size of nav font on smaller screen*/
/*collapse navs earlier than default*/
@media (min-width: 992px) {
  .navbar-header {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
    clear: both;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}
/*END collapse navs earlier than default*/
.dropdown-menu {
  min-width: 100%;
  margin-top: 0px !important;
  border-radius: 0;
  border: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
/*dropdown menus open on collapse*/
@media only screen and (max-width: 991px) {
  .dropdown-menu {
    display: block;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    margin-top: 0;
    position: static;
    width: 100%;
  }
  .navbar-nav .dropdown-menu > li > a,
  .navbar-nav .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: #777;
  }
}
/*END dropdown menus open on collapse*/
/*utilitynav mega*/
/*
.mega-utility a {
	color: #7a7a7a !important;
	text-transform: none !important;
}

.mega-utility-join a {
	color: #fff !important;
	background-color: @orange !important;
	font-family: 'bitterregular' !important;
}
*/
#main-menu ul li a {
  padding-left: 15px;
  text-transform: none;
}
/*
#main-menu ul li a:before {
	content: " ";
	font-size: 10px;
	font-family: "fontAwesome";
}
*/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.navbar-nav > li > .dropdown-menu {
  background-color: rgba(0, 121, 170, 0.87);
}
.dropdown-menu {
  padding: 0;
}
.navbar-nav > li > .dropdown-menu a {
  color: #fff !important;
  border-top: 1px solid rgba(255, 255, 255, 0.92);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active {
  background-color: #0079aa !important;
  border-left: 3px solid #ed9127 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #0079aa !important;
  border-left: 3px solid #ed9127 !important;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*Footer*/
.footer-links ul {
  margin-top: 10px;
}
.footer-links > li {
  font-weight: 600;
  margin-top: 20px;
}
.footer-links > li li {
  font-weight: 300;
  margin-bottom: 10px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
}
.foot-links {
  background-color: #7a7a7a;
  font-size: 15px;
  padding-bottom: 20px;
}
.foot-links a {
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 979px) {
  .footer-links > li {
    height: 215px;
  }
}
@media only screen and (max-width: 1200px) {
  .foot-links {
    font-size: 14px;
  }
}
.copyright-foot {
  background-color: #0079aa;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}
.social {
  font-family: fontAwesome;
}
.social {
  margin-right: 5px;
  font-size: 20px;
}
.social-p {
  margin-bottom: 1px;
}
.copyright-text {
  text-align: right;
}
.tdg,
.copyright-text a {
  color: #fff !important;
  text-decoration: none;
}
.tdg a:hover {
  text-decoration: none;
}
.copyright-foot a {
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .copyright-text {
    text-align: left;
  }
}
.main > h1,
.main h2,
.main h3,
.main h4,
.main h5 {
  margin-top: 0;
  font-family: 'bitterregular';
  margin-bottom: 20px;
  color: #0079aa;
}
/*
.main h2 {
	color: @mainBlue;
	margin-top: 0;
	font-family: 'bitterregular';
	margin-bottom: 15px;
	margin-top: 30px;
}
*/
/*
.main h2:first-child {
	color: @mainBlue;
	margin-top: 0;
	font-family: 'bitterregular';
	margin-bottom: 15px;
	margin-top: 0;
}
*/
.main p {
  font-size: 15px;
  margin-bottom: 15px;
}
.main ul {
  font-size: 15px;
  padding-left: 0;
  list-style: none;
}
.main ol {
  font-size: 15px;
  padding-left: 18px;
}
.main ol li {
  margin-bottom: 15px;
}
.main ol li:last-child {
  margin-bottom: 30px;
}
.main ul li {
  margin-bottom: 15px;
  padding-left: 14px;
  text-indent: -18px;
  line-height: 25px;
  font-size: 18px;
}
.main ul li:last-child {
  margin-bottom: 30px;
}
.main ul li:before {
  content: "\e080";
  margin-right: 5px;
  font-family: "Glyphicons Halflings";
  color: #0079aa;
  /* or whatever color you prefer */
  font-size: 13px;
}
.main a {
  font-weight: 400;
  color: #0079aa;
}
.main a:hover {
  color: #0079aa;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #0079aa;
}
/*
.main h5 {
	color: @mainBlue;
	font-size: 18px;
	margin-top: 30px;
}
*/
h4.generic-block-header {
  color: #fff;
  background-color: #0079aa;
  font-family: 'bitterregular';
  font-size: 24px;
  padding: 10px 15px;
  margin: 0;
  clear: both;
}
.generic-block {
  background-color: #ededed;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 15px;
  padding-bottom: 0;
}
.inline-block-img {
  display: inline-block;
  margin: 15px 15px 0 0;
}
.content-block-banner {
  max-height: 250px;
  height: 250px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .content-block-banner {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block-banner {
    height: 175px;
  }
}
@media only screen and (max-width: 480px) {
  .content-block-banner {
    height: 125px;
  }
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  border: 1px solid #D1D1D1;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  border: 1px solid #D1D1D1;
}
/*Link Rabbits*/
.link-block-banner {
  max-height: 150px;
  height: 150px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .link-block-banner {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .link-block-banner {
    height: 125px;
  }
}
@media only screen and (max-width: 480px) {
  .link-block-banner {
    height: 100px;
  }
}
.link-rabbits .generic-block {
  text-align: center;
}
/*
.link-rabbits:nth-child(even) {
	padding-right: 0;
}

.link-rabbits:nth-child(odd) {
	padding-left: 0;
}

@media only screen and (max-width : 979px) {
	.link-rabbits {
		padding: 0;
	}
}
*/
/*video banner*/
.fullscreen-bg {
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.fullscreen-bg__video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.video-overlay {
  height: 400px;
  color: #fff;
}
.video-overlay h2,
.video-overlay h1 {
  text-transform: uppercase;
}
.video-overlay h2 {
  font-size: 32px;
  margin-left: 150px;
  margin-bottom: 0;
  margin-top: 35px;
}
.video-overlay h1 {
  color: #ed9127;
  font-weight: 900;
  font-size: 140px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
  text-rendering: optimizeLegibility;
  line-height: 120px;
  margin-top: 0;
}
.video-overlay p {
  width: 360px;
  margin-left: 10px;
  font-size: 20px;
}
#background {
  left: 0;
  width: 45%;
  height: 400px;
  margin-bottom: -400px;
  background-color: #000;
  opacity: .5;
}
.join-us-btn,
.join-us-btn:hover {
  border-radius: 0;
  font-size: 19px;
  background-color: #0079aa;
  color: #fff;
  font-family: 'bitterregular';
  padding-left: 50px;
  padding-right: 50px;
  margin-left: 175px;
}
.join-us-btn:hover {
  background-color: #006791;
}
.join-us-btn:active,
.join-us-btn:visited {
  color: #fff;
}
@media only screen and (max-width: 979px) {
  .fullscreen-bg__video,
  .fullscreen-bg {
    height: 300px;
  }
  .video-overlay {
    height: 300px;
    margin-bottom: 30px;
  }
  #background {
    height: 300px;
    margin-bottom: -300px;
    width: 100%;
  }
  .video-overlay h2 {
    font-size: 32px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  .video-overlay h1 {
    font-size: 100px;
    line-height: 90px;
    margin-top: 0;
    text-align: center;
  }
  .video-overlay p {
    width: auto;
    margin-left: 0;
    text-align: center;
    font-size: 16px;
  }
  .join-us-btn,
  .join-us-btn:hover {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .fullscreen-bg__video,
  .fullscreen-bg {
    height: 300px;
  }
  .video-overlay {
    height: 300px;
    margin-bottom: 30px;
  }
  #background {
    height: 300px;
    margin-bottom: -300px;
  }
  .video-overlay h2 {
    margin-top: 15px;
  }
  .video-overlay h1 {
    margin-bottom: 0;
    line-height: 80px;
  }
}
video::-webkit-media-controls {
  display: none !important;
}
/*banner video IE FIX*/
@supports (-ms-accelerator:true) {
  .fullscreen-bg__video {
    height: auto;
  }
}
@media \0screen\,screen\9 {
  .fullscreen-bg__video {
    height: auto;
  }
}
@media \0screen {
  .fullscreen-bg__video {
    height: auto;
  }
}
@media screen and (min-width:0\0) {
  .fullscreen-bg__video {
    height: auto;
  }
}
/*banner video IE FIX END*/
/*HOME PAGE RABBITS*/
.home-rabbit-row {
  padding-top: 80px;
}
.home-rabbits {
  text-align: center;
  border: 2px solid #0079aa;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.home-rabbits img {
  border: 2px solid #0079aa;
  padding: 3px;
  background-color: #fff;
  max-width: 55px;
  max-height: 55px;
  margin-top: -27px;
}
.home-rabbits h1 {
  font-size: 28px;
  color: #ed9127;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
  margin-top: 15px;
}
.home-rabbits p {
  font-size: 15px;
}
.home-rabbits a {
  font-size: 15px;
  text-transform: uppercase;
  color: #0079aa;
  font-weight: 600;
  letter-spacing: 1px;
}
.home-rabbits a:hover,
.home-rabbits a:visited,
.home-rabbits a:focus {
  text-decoration: none;
}
/*carousel*********************************************************************/
.workshop-icon {
  height: 60px;
  margin-bottom: 30px;
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner {
    /*
      .cloneditem-2,
      .cloneditem-3
      {
        display: block;
      }
*/
  }
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33.33%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 33.33%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    transform: translate3d(33.33%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    transform: translate3d(-33.33%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-showmanymoveone img {
  width: 100%;
}
.workshop-slider-container {
  background-color: #ededed;
  padding-top: 60px;
  padding-bottom: 60px;
}
.workshop-slider-container h1 {
  font-size: 32px;
  color: #ed9127;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
}
.workshop-slider-container hr {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 3px solid #0079aa;
}
.workshop-slider {
  padding: 0;
}
.workshop {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.workshop-wrap header {
  font-size: 24px;
  background-color: #0079aa;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.workshop p {
  font-size: 20px;
  padding: 15px 0 30px 0;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
}
.workshop button {
  font-size: 19px;
  background-color: #ed9127;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
  color: #fff;
  border-radius: 0;
}
.workshop button:hover {
  background-color: #e78513;
  color: #fff;
}
.carousel-control,
.carousel-control:hover,
.carousel-control:focus {
  color: #0079aa;
  text-shadow: none;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .carousel-control,
  .carousel-control:hover,
  .carousel-control:focus {
    color: transparent;
    text-shadow: none;
    opacity: 1;
  }
}
@media only screen and (min-width: 1300px) {
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: -42px;
  }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: -42px;
  }
}
/*Conference Home Page*/
.home-conference-container {
  padding-top: 60px;
  padding-bottom: 40px;
}
.conference-icon {
  height: 60px;
  margin-bottom: 30px;
}
.home-conference-container h1 {
  font-size: 32px;
  color: #0079aa;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
}
.home-conference-container hr {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 3px solid #ed9127;
}
.conference-block {
  background-color: #ededed;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.home-conference-container header {
  font-size: 24px;
  background-color: #0079aa;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.conference-block {
  margin-bottom: 20px;
}
.conference-block h1 {
  font-family: 'bitterregular';
  font-size: 21px;
  color: #7a7a7a;
  margin-top: 0;
  padding-top: 15px;
  margin-bottom: 0px;
  line-height: 33px;
}
.conference-block p {
  font-size: 16px;
  padding: 15px 0 0 0;
  margin-bottom: 0;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 100;
  font-style: normal;
}
.conference-block p:last-child {
  padding-bottom: 20px;
}
.home-conference-container button {
  font-size: 19px;
  background-color: #ed9127;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
  color: #fff;
  border-radius: 0;
}
.home-conference-container button:hover {
  background-color: #e78513;
  color: #fff;
}
/*president letter home page*/
.president-wrapper {
  background-color: #e0e0e0;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.president-header {
  font-size: 24px;
  line-height: 26px;
  font-family: 'bitterregular';
  font-weight: normal;
  font-style: normal;
  background-color: #0079aa;
  color: #fff;
  padding: 15px 30px;
}
.president-message {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.president-message p {
  font-size: 16px;
  padding: 15px 0 0 0;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 100;
  font-style: normal;
  margin: 0;
}
.president-message a {
  color: #ed9127;
  font-family: 'bitterregular';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
}
.president-message a:hover {
  text-decoration: none;
  color: #e78513;
}
.president-message a:focus,
.president-message a:visited {
  text-decoration: none;
}
.member-header {
  background-color: #7a7a7a;
  font-size: 22px;
  line-height: 26px;
  font-family: 'bitterregular';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  padding: 15px 30px;
}
.sustaining-member {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  overflow-y: scroll;
  margin-bottom: 20px;
}
.member-logo {
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 200px;
  border: solid 2px #7a7a7a;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .sustaining-member {
    max-height: 250px;
  }
  .pres-container {
    padding: 0;
  }
  .president-message {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .president-header {
    padding: 15px;
  }
}
.left-bg,
.right-bg {
  display: inline-block;
  position: absolute;
  height: 100%;
}
.left-bg {
  left: 0;
  top: 0;
}
.right-bg {
  right: 0;
  top: 0;
}
@media only screen and (max-width: 979px) {
  .left-bg,
  .right-bg {
    display: none;
  }
}
.page-title-banner {
  background-color: #0079aa;
  color: #fff;
  font-family: 'bitterregular';
  font-weight: normal;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-title-banner h2 {
  font-size: 38px;
  margin: 0;
}
.bread-crumb-container {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
}
.bread-crumb-container hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #7a7a7a;
}
.bread-crumb-container a {
  color: #7a7a7a;
}
.bread-crumb-container a:hover {
  text-decoration: none;
}
.bread-crumb-container .current {
  font-family: 'bitterregular';
  font-style: normal;
}
.bread-crumb-container .sep {
  font-family: 'fontAwesome';
  font-style: normal;
  font-size: 12px;
}
.sub-nav-title {
  margin: 0;
  line-height: 30px;
}
.sub-nav-title a {
  font-family: 'bitterregular';
  color: #ed9127;
  font-size: 24px;
}
.sidebar-nav-menu hr {
  margin-top: 7px;
  margin-bottom: 0px;
  border: 0;
  border-top: 3px solid #eee;
}
.sidebar-nav-menu {
  font-size: 18px;
}
.sidebar-nav-menu li {
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  padding-top: 7px;
}
.sidebar-nav-menu li ul {
  list-style: none;
}
.sidebar-nav-menu li ul li::before {
  content: ' ';
  font-family: 'fontAwesome';
  font-size: 12px;
}
.sidebar-nav-menu li:hover::before {
  color: #0079aa;
}
.sidebar-nav-menu .current_page_item::before {
  color: #0079aa;
}
.sidebar-nav-menu .current_page_item::before {
  color: #0079aa;
}
.children {
  padding-left: 20px;
}
.sidebar-nav-menu li ul li {
  border-bottom: none;
  font-size: 16px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.sidebar-nav-menu li a {
  color: #7a7a7a;
}
.sidebar-nav-menu li a:hover,
.sidebar-nav-menu li a:active,
.sidebar-nav-menu li a:focus {
  color: #0079aa;
  text-decoration: none;
}
.sidebar-nav-menu .current_page_item > a {
  color: #0079aa !important;
  font-weight: 700;
}
.banner-container {
  max-height: 300px;
  height: 300px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .banner-container {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-container {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-container {
    height: 175px;
  }
}
.committee-image {
  max-width: 150px;
  width: 100%;
  margin-bottom: 0;
}
.committee-creds p:last-child,
.committee-desc p:last-child {
  margin-bottom: 0 !important;
}
.committee-vice-creds h4 {
  margin-bottom: 0;
}
.committee-btn a {
  font-size: 16px;
}
.committee-desc hr {
  border-bottom: 2px solid #ed9127;
  margin-bottom: 0;
}
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-default {
  border: none;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #0079aa;
  border-radius: 0;
  font-family: 'bitterregular';
}
h4.panel-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}
.accordion-toggle {
  color: #fff !important;
}
.panel-group .panel-heading {
  border: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
  background-color: #ededed;
  padding: 0;
}
.panel-body p {
  font-size: 15px;
}
.panel-body h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #ed9127;
}
.panel-body button {
  font-size: 19px;
  background-color: #ed9127;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
  color: #fff;
  border-radius: 0;
  margin-top: 10px !important;
}
.panel-body button:hover {
  background-color: #e78513;
  color: #fff;
}
.panel-body a {
  font-weight: 400;
}
.panel-body a:hover {
  color: #0079aa;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #fff;
  /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}
@media only screen and (max-width: 979px) {
  .panel-heading .accordion-toggle:after {
    content: none;
  }
  .panel-heading .accordion-toggle.collapsed:after {
    content: none;
  }
}
.mission-rabbit {
  background-color: #ededed;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
}
h4.mission-heading {
  color: #fff;
  background-color: #0079aa;
  font-family: 'bitterregular';
  font-size: 24px;
  padding: 10px 15px;
  margin: 0;
  text-align: center;
}
.mission-rabbit img {
  margin-bottom: 15px;
}
.mission-rabbit p {
  font-size: 15px;
  margin: 0;
  margin-bottom: 15px;
}
.mission-rabbit button {
  font-size: 19px;
  background-color: #ed9127;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
  color: #fff;
  border-radius: 0;
}
.mission-rabbit button:hover {
  background-color: #e78513;
  color: #fff;
}
.basic-button {
  font-size: 19px;
  background-color: #ed9127;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
  color: #fff;
  border-radius: 0;
  margin-bottom: 30px;
  white-space: normal;
}
.basic-button:hover {
  background-color: #e78513;
  color: #fff;
}
h4.president-letter-header {
  color: #fff;
  background-color: #0079aa;
  font-family: 'bitterregular';
  font-size: 24px;
  padding: 10px 15px;
  margin: 0;
}
.president-letter-wrapper {
  padding: 10px 15px;
  background-color: #ededed;
  margin-bottom: 30px;
}
.pres-image {
  margin-left: 15px;
  margin-bottom: 15px;
}
.board-name {
  font-family: 'bitterregular';
  color: #0079aa;
  font-size: 18px;
}
.board-wrapper b {
  color: #0079aa;
}
.board-title {
  color: #ed9127;
  font-weight: 600;
}
.credentials {
  padding-left: 0;
  word-break: break-all;
}
@media only screen and (max-width: 991px) {
  .board-image {
    margin-bottom: 10px;
    max-width: 300px;
    width: 100%;
  }
  .credentials {
    padding-left: 15px;
  }
}
.board-member-block {
  border-bottom: 1px solid #ed9127;
  margin: 0;
  padding: 15px 0 !important;
}
.board-member-block:last-child {
  border-bottom: none;
}
h4.board-header {
  color: #fff;
  background-color: #0079aa;
  font-family: 'bitterregular';
  font-size: 24px;
  padding: 10px 15px;
  margin: 0;
}
.board-wrapper {
  background-color: #ededed;
  margin-bottom: 30px;
}
.board-wrapper dl {
  font-size: 15px;
  padding: 15px;
  border-bottom: 1px solid #7a7a7a;
  margin-bottom: 0;
}
.board-wrapper dl:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 85px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .board-wrapper .dl-horizontal dd {
    margin-left: 100px;
    word-wrap: break-word;
  }
}
.current-recipient-photo {
  border: 2px solid #ed9127;
  max-width: 250px;
  width: 100%;
}
.dl-previous-awards {
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .dl-previous-awards dt {
    float: left;
    width: 60px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-previous-awards dd {
    margin-left: 60px;
  }
}
.scholarship-accordion .panel-body {
  padding: 15px !important;
}
.readmore-button {
  font-size: 19px;
  background-color: #ed9127;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
  color: #fff !important;
  border-radius: 0;
  margin-bottom: 15px;
  white-space: normal;
  border: none !important;
}
.flexible-button-block {
  margin-bottom: 30px;
}
.readmore-button:hover,
.readmore-button:active,
.readmore-button:focus {
  background-color: #e78513;
  color: #fff !important;
}
.news-text img {
  display: none;
}
.gallery-image {
  height: 250px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 2px #eeeeee;
}
.gallery-image-content {
  position: absolute;
  bottom: -100%;
  right: 0;
  padding: 10px;
  background-color: rgba(237, 237, 237, 0.9);
  transition: all 0.5s ease;
  width: 100%;
}
.gallery-image-link:hover .gallery-image-content {
  bottom: 0;
}
.gallery-image-content h3 {
  margin: 0;
}
.gallery-image-content .image-description {
  margin-bottom: 0;
  font-size: 14px;
}
.gallery-image-link {
  cursor: pointer;
  text-decoration: none;
  color: #7a7a7a !important;
}
@media only screen and (max-width: 1200px) {
  .gallery-image {
    height: 200px;
  }
  .gallery-image-content {
    max-height: 200px;
  }
}
@media only screen and (max-width: 979px) {
  .gallery-image {
    height: 300px;
  }
  .gallery-image-content {
    max-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-image {
    height: 400px;
  }
  .gallery-image-content {
    max-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-image {
    height: 250px;
  }
  .gallery-image-content {
    max-height: 250px;
  }
}
.modal h4 {
  margin-bottom: 0;
}
.modal-content {
  border-radius: 0;
}
.modal-content p {
  text-align: left;
}
.modal-button {
  font-size: 19px;
  background-color: #ed9127;
  font-family: 'bitterregular';
  font-weight: 100;
  font-style: normal;
  color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  white-space: normal;
}
.modal-button:hover {
  background-color: #e78513;
  color: #fff;
}
.modal-dialog {
  min-width: 60%;
}
.modal-image {
  width: 100%;
}
.glossary {
  font-size: 18px;
}
.glossary dt {
  float: left;
  width: 155px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: inherit;
  color: #0079aa;
}
.glossary dd {
  margin-left: 165px;
}
@media only screen and (max-width: 979px) {
  .glossary dt {
    float: left;
    width: 100%;
    overflow: hidden;
    clear: left;
    text-align: left;
  }
  .glossary dd {
    margin-left: 0;
  }
}
.alphabet {
  display: inline-block;
  font-size: 18px;
}
.letter {
  font-family: 'bitterregular';
  color: #ed9127;
}
@media only screen and (max-width: 1200px) {
  .dam-video {
    height: 500px;
  }
}
@media only screen and (max-width: 979px) {
  .dam-video {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .dam-video {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .dam-video {
    height: 300px;
  }
}
@media only screen and (max-width: 320px) {
  .dam-video {
    height: 200px;
  }
}
.directory-title {
  color: #ed9127;
  font-family: 'bitterregular';
}
.directory-flare {
  color: #0079aa;
}
.professional {
  font-size: 24px;
}
.pro-logo {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  max-width: 200px;
}
/* This used to work for parent element of button divs */
/* But it is not enough now, below dont hide play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.contact-info-block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.col-md-9.main .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.link-rabbits {
  max-width: 50%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.link-rabbits .link-block-banner {
  height: 100%;
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .link-rabbits {
    max-width: 100%;
    width: 100%;
  }
  .link-rabbits .link-block-banner {
    height: 100%;
    min-height: 200px;
  }
}
