/* Main Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.veto-main-homepage-button {
  position: relative;
  display: inline-block;
  padding: 8px 30px 5px 10px;
  font-family: 'museo700';
  color: #7b4094;
  border: 1px solid #c3c1c1;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  text-decoration: none;
  background: white;
}

.veto-main-homepage-button:after {
  content:'';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  background: url('../images/bgBtnStandardArrow.png')no-repeat;
  display: block;
}

.navbar {
  position: relative;
  background: white;
  border: none;
  padding: 0 20px;
  border-top: 1px solid #ccc;
  height: 80px;
  box-sizing: content-box;
  margin-bottom: 20px;
}

.navbar:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  height: 20px;
  background: transparent url("../images/nav-bg.png") repeat-x center bottom;
}

.navbar > .container {
  position: relative;
  margin: 0 auto;
  width: auto;
  padding: 0;
  max-width: 1170px;
  height: 80px;
  box-sizing: border-box; }

.navbar-brand {
  display: block;
  margin: 0 20px 0 0 !important;
  text-indent: -9999px;
  width: 210px;
  height: 42px;
  padding: 19px 0;
  background: url(../images/veto-violence-logo.svg) no-repeat center center;
  box-sizing: content-box;
  float: none;
  position: absolute;
  top: 0;
  left: 0; }

.navbar button.navbar-toggle, .navbar .navbar-inverse button.navbar-toggle {
  position: absolute;
  top: 23px;
  right: 130px;
  margin: 0;
  z-index: 9995px;
  border-color: #6e437d;
  background: #6e437d; }

.navbar button.navbar-toggle:hover,
.navbar .navbar-inverse button.navbar-toggle:hover,
.navbar button.navbar-toggle:active,
.navbar .navbar-inverse button.navbar-toggle:active,
.navbar button.navbar-toggle:focus,
.navbar .navbar-inverse button.navbar-toggle:focus {
  border-color: #481d5b;
  background: #481d5b; }

.navbar nav {
  width: calc(100% - 370px);
  margin-left: 230px; }

.navbar nav:after {
  content: '';
  display: table;
  clear: both; }

@media (max-width: 1110px) {
  .navbar-brand {
    width: 140px;
    background-size: 100%; }

  .navbar nav {
    width: calc(100% - 270px);
    margin-left: 160px; }

  .navbar nav > ul > li {
    font-size: 13px !important; } }
@media (max-width: 978px) {
  .navbar nav {
    width: 100%;
    margin-left: 0; }

  .navbar nav > ul > li {
    font-size: 14px !important; } }
@media (min-width: 979px) {
  .navbar nav > ul {
    width: 100%; }

  .navbar nav > ul > li {
    display: table;
    height: 80px;
    font-family: 'museo_sans300';
    font-size: 14px;
    line-height: 18px;
    width: 20%;
    margin-bottom: 0;
    text-transform: uppercase; }

  .navbar nav > ul > li > a {
    display: table-cell;
    border-collapse: collapse;
    text-align: center;
    height: 80px;
    overflow: hidden;
    width: 100%;
    color: #767575 !important;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    padding: 5px; }

  .navbar nav > ul > li .caret {
    display: none !important; }

  .navbar nav > ul > li > a:hover, .navbar nav > ul > li.open > a, .navbar nav > ul > li.active > a {
    color: white !important;
    background: #6f3891 !important;
    background: linear-gradient(to bottom, #6f3891 0%, #481d5b 100%) !important; }

  .navbar-nav > li > .dropdown-menu {
    top: 100% !important;
    padding: 20px; }

  .navbar-nav li:first-of-type:before {
    display: block;
    color: #c2c2c2;
    font-family: 'museo_sans700';
    text-transform: uppercase;
    margin-bottom: 15px; }

  /*.navbar-nav:first-of-type > li:first-of-type > .dropdown-menu > li:first-of-type:before {
    content: 'Tools \0026  Training'; }*/

  /* .navbar-nav:first-of-type > li:first-of-type > .dropdown-menu > li:first-of-type > a {
    display: none; } */

  /* .navbar-nav > li:first-child .dropdown-menu {
    left: 280px !important;
  } */

  .navbar-nav > li .dropdown-menu {
    background: rgba(73, 29, 93, 0.92) url("../images/subnav-bg-shadow.png") repeat-x;
    border-radius: 0;
    box-shadow: none;
    border: none;
    left: 0 !important;
    min-width: 280px !important; }

  .navbar-nav > li .dropdown-menu .dropdown-menu {
    background: none;
  }

  /* .navbar-nav > li .dropdown-menu .dropdown-menu {
    background: none;
    padding: 0;
    top: 0 !important;
    left: -280px !important;
    margin: 0 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important; } */

  /*.navbar-nav:first-of-type > li:first-of-type > .dropdown-menu .dropdown-menu > li:first-child:before {
    content: 'Violence Prevention Basics'; }*/

  .navbar-nav > li > .dropdown-menu:before, .navbar-nav > li > .dropdown-menu:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(73, 29, 93, 0.92) url("../images/subnav-bg-shadow.png") repeat-x; }

  .navbar-nav > li > .dropdown-menu:before {
    left: 100%;
    width: 9999px; }

  .navbar-nav > li > .dropdown-menu:after {
    right: 100%;
    width: 9999px; }

  .navbar-nav > li .dropdown-menu li a {
    padding: 5px 0;
    font-family: 'museo_sans500';
    font-size: 14px;
    line-height: 16px;
    color: white;
    text-transform: capitalize;
    background: none !important; }

  .navbar-nav > li .dropdown-menu li a:hover {
    background: none;
    text-decoration: underline; } }
@media (max-width: 968px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: -5px;
    right: -5px;
    background: rgba(73, 29, 93, 0.92) url("../images/subnav-bg-shadow.png") repeat-x;
    border-color: #6e437d;
    box-shadow: none; }

  .navbar .navbar-collapse nav ul li a {
    color: white !important; }

  .navbar .navbar-collapse nav ul li a .navbar-toggle {
    border-color: #391349;
    background: rgba(255, 255, 255, 0.3);
    color: white; }

  .navbar .navbar-collapse nav ul li.open > a .navbar-toggle {
    border-color: #391349;
    background: white;
    color: #391349; }

  .navbar .navbar-collapse nav ul li a:hover {
    text-decoration: underline; }

  .navbar .navbar-collapse nav ul li.active > a,
  .navbar .navbar-collapse nav ul li.active > a:hover,
  .navbar .navbar-collapse nav ul li.active > a:active,
  .navbar .navbar-collapse nav ul li.active > a:focus,
  .navbar .navbar-collapse nav ul li.open > a,
  .navbar .navbar-collapse nav ul li.open > a:hover,
  .navbar .navbar-collapse nav ul li.open > a:active,
  .navbar .navbar-collapse nav ul li.open > a:focus {
    background: #391349; } }
/* Login Box
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.loginbar {
  background: #6f3891;
  background: linear-gradient(to bottom, #6f3891 0%, #481d5b 100%);
  height: 80px;
  text-align: center;
  display: table;
  padding: 0 20px;
  margin-right: 0 !important;
  width: 140px;
  box-sizing: border-box;
  float: none;
  position: absolute;
  top: 0;
  right: 0; }

.loginbar > .wrap {
  display: table-cell;
  height: 80px;
  vertical-align: middle; }

.loginbar span {
  display: block;
  margin-top: 7px;
  color: white;
  font-family: 'museo_sans300';
  font-size: 11px;
  line-height: 13px;
  text-align: center; }

.loginbar span a {
  color: white;
  text-decoration: underline; }

.loginbar span a:hover,
.loginbar span a:active,
.loginbar span a:focus {
  text-decoration: none; }

@media (max-width: 1110px) {
  .loginbar {
    right: -20px; } }