@charset "UTF-8";
/*** UTILITIES ***/
@import url("https://use.typekit.net/kjf0dfr.css");
/*** COLORS ***/
/*** BREAKPOINTS ***/
/*** PARTIALS ***/
header {
  z-index: 2;
  position: relative;
  background: #2f2e33;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2f2e33 0%, #131315 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2f2e33 0%, #131315 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2f2e33 0%, #131315 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2f2e33", endColorstr="#131315",GradientType=0 );
  /* IE6-9 */
}
header .navbar {
  padding: 0;
}
@media (max-width: 767px) {
  header .navbar .navbar-collapse {
    text-align: center;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    margin: 0;
    left: 0;
    top:55px;
    background: #000;
    text-align: center;
    z-index: 0;
  }
  .collapse li.nav-item a.nav-link {
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.3px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgb( 0, 0, 0 );
  }
  header .navbar .navbar-collapse .input-group {
    display: none;
  }
  header .navbar .navbar-collapse .login {
    align-self: center;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  header .navbar .navbar-collapse .login a {
    background: #000;
  }
}
header .navbar .nav-inner {
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  header .navbar .nav-inner {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1140px;
  }
}
header .navbar .nav-inner .navbar-nav {
  justify-content: space-evenly;
  width: 100%;
}
header .navbar .nav-inner .navbar-nav .dropdown {
  position: unset;
}
@media (max-width: 767px) {
  header .navbar .nav-inner .navbar-nav .dropdown {
    position: relative;
  }
  header .navbar .nav-inner .navbar-nav .dropdown.show a {
    color: #A6D5FC;
  }
  header .navbar .nav-inner .navbar-nav .dropdown.show ul li a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
  }
}
@media (min-width: 768px) {
  header .navbar .nav-inner .navbar-nav .dropdown span {
    display: none;
  }
}
header .navbar .nav-inner .navbar-nav .dropdown.show span, header .navbar .nav-inner .navbar-nav .dropdown.show button i {
  transform: rotate(180deg);
  transition: 0.25s ease all;
}
header .navbar .nav-inner .navbar-nav .dropdown span, header .navbar .nav-inner .navbar-nav .nav-item.dropdown button {
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  line-height: 1;
  right: 10px;
  color: #fff;
  background: #111111;
  padding: 0px 12px;
  border-radius: 4px;
  transform: rotate(0deg);
  transition: 0.25s ease all;
  font-size: 18px;
  line-height: 40px;
}
header .navbar .nav-inner .navbar-nav .dropdown ul li a {
  text-transform: uppercase;
}
header .navbar .nav-inner .navbar-nav .dropdown ul li a:hover {
  text-decoration: none;
}
header .navbar .nav-inner .navbar-nav .dropdown .dropdown-menu {
  margin-top: 0;
}
header .navbar .nav-inner .navbar-nav .nav-item {
  line-height: 52px;
}
header .navbar .nav-inner .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  transition: 0.25s ease all;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
header .navbar .nav-inner .navbar-nav .nav-link.dropdown-toggle::after {
  display: none;
}
@media (max-width: 767px) {
  header .navbar .nav-inner .navbar-nav .nav-link {
    padding: 0;
    margin: 0 60px;
  }
}
@media (min-width: 768px) {
  header .navbar .nav-inner .navbar-nav .nav-link:hover {
    color: #A6D5FC;
    transition: 0.25s ease all;
    text-shadow: 0 1px 2px black;
    text-decoration: none;
  }
}
header .navbar .nav-inner .navbar-nav .login {
  display: flex;
  align-items: center;
}
header .navbar .nav-inner .navbar-nav .login a {
  line-height: 17px;
  background-color: #111111;
  border-radius: 4px;
  box-shadow: 0 1px 1px #3e3e3e;
  transition: 0.25s ease all;
}
header .navbar .nav-inner .navbar-nav .login a:hover {
  background-color: #385B7F;
  color: #fff !important;
  transition: 0.25s ease all;
}

header .navbar .nav-inner button {
  background-color: #385B7F;
  color: #fff !important;
  transition: 0.25s ease all;
  border: 0;
  border-radius: 4px;
}

header .navbar .nav-inner .mobile-nav-btns {
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 0;
}
header .navbar .nav-inner .mobile-nav-btns .mobile-search {
  color: #fff;
  border-radius: 4px;
  border: 0;
  padding: 6px 14px;
  font-size: 20px;
  background: #9e9e9e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9e9e9e 0%, #7c7c7c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9e9e9e 0%, #7c7c7c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9e9e9e 0%, #7c7c7c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#9e9e9e", endColorstr="#7c7c7c",GradientType=0 );
  /* IE6-9 */
}
@media (min-width: 768px) {
  header .navbar .nav-inner .mobile-nav-btns .mobile-search {
    display: none;
  }
}
header .navbar .nav-inner .mobile-nav-btns .mobile-search.active {
  background: #ec1c0c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec1c0c 0%, #950702 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec1c0c 0%, #950702 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec1c0c 0%, #950702 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ec1c0c", endColorstr="#950702",GradientType=0 );
  /* IE6-9 */
}
header .navbar .nav-inner .mobile-nav-btns .navbar-toggler {
  margin-left: 10px;
  padding: 10px;
  background: #f01e1f;
}
header .navbar .nav-inner .mobile-nav-btns .navbar-toggler.collapsed {
  background: #000;
}
header .navbar .nav-inner .mobile-nav-btns .navbar-toggler .navbar-toggler-icon {
  height: 2px;
  width: 30px;
  background: #fff;
  position: relative;
}
header .navbar .nav-inner .mobile-nav-btns .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -8px;
  background: #fff;
}
header .navbar .nav-inner .mobile-nav-btns .navbar-toggler .navbar-toggler-icon::after {
  content: "";
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
  background: #fff;
}
header .navbar .nav-inner .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 3px;
  align-self: flex-start;
  position: relative;
  z-index: 1;
}
header .navbar .nav-inner .navbar-brand img {
  width: 100%;
  width: 68px;
  height: 68px;
}
@media (max-width: 767px) {
  header .navbar .nav-inner .navbar-brand img {
    width: 55px;
    height: 55px;
  }
}
header .input-group {
  max-width: 205px;
  margin-left: 40px;
  position: relative;
}
header .input-group form {
  display: flex;
  width: 100%;
}
header .input-group form input {
  height: 33px;
  border: 1px solid #fff;
  background: #c9c9c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c9c9c9 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c9c9c9 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c9c9c9 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c9c9c9", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
  font-size: 13px;
  color: #999999;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
header .input-group form input:focus ~ .search-extra {
  display: block;
}
header .input-group form .input-group-append {
  height: 33px;
}
header .input-group form .input-group-append button {
  background: #a3a3a3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a3a3a3 0%, #7a7a7a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a3a3a3 0%, #7a7a7a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a3a3a3 0%, #7a7a7a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a3a3a3", endColorstr="#7a7a7a",GradientType=0 );
  /* IE6-9 */
  border: none;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  height: 33px;
}
header .input-group form .input-group-append button svg {
  width: 13px;
}
header .input-group .search-extra {
  display: none;
  position: absolute;
  width: 205px;
  top: 60px;
  border-radius: 4px !important;
  padding: 5px 15px 10px 15px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  border: 1px solid #fff;
  background: #c9c9c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ededed 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ededed 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
header .input-group .search-extra p {
  font-size: 14px;
  margin-bottom: 10px;
}
header .input-group .search-extra a:hover {
  text-decoration: none;
}
header .input-group .search-extra div {
  line-height: 10px;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #bbb;
  margin-bottom: 5px;
  background: #c9c9c9;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #ededed 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #ededed 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #ededed 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
header .input-group .search-extra div span {
  font-weight: 700;
  color: #e82930;
  display: block;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 3px;
}
header .input-group .search-extra div small {
  font-size: 10px;
  line-height: 1;
  color: #000;
}
@media (min-width: 768px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 12px !important;
  }
}
@media (min-width: 991px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    font-size: 14px !important;
  }
}
header .subnav {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #eee;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  list-style: none;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
header .subnav li {
  display: inline-block;
}
header .subnav li:not(:last-child):after {
  content: "|";
  color: #fff;
  margin-right: 12px;
  margin-left: 17px;
}
header .subnav li a {
  color: #000;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
}
header .subnav li a:hover {
  color: #385B7F;
  transition: 0.25s ease all;
  background-color: transparent;
}
@media (max-width: 990px) {
  header .subnav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  header .subnav li a {
    font-size: 0.7rem;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  header .subnav {
    width: 90%;
    margin: auto;
    padding: 00px 0;
    border-radius: 0px;
    background: #333;
  }
  header .subnav li {
    display: block;
    padding: 12px 0;

  }
  header .subnav li::after {
    display: none;
  }
  header .subnav li a {
    color: #fff;
  }

  header {
    background: #000;
  }
  header::after {
    content: "";
    background: -moz-linear-gradient(top, #2f2e33 0%, #131315 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2f2e33 0%, #131315 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2f2e33 0%, #131315 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2f2e33", endColorstr="#131315",GradientType=0 );
    /* IE6-9 */
    width: 100%;
    height: 55px;
    position: absolute;
    top: 0;
    z-index: 0;
  }
}

.collapse {
  /* padding: 25px; */
}


#navbar-search-collapse .input-group {
  max-width: 200px;
  margin: auto;
  position: relative;
  display: block;
}
#navbar-search-collapse .input-group form input {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: transparent url('/frontend/images/new-search-wrapper.png') top left no-repeat;
  width: 152px !important;
  height: 32px;
  padding: 0 0 0 15px;
  font-size: 13px !important;
  font-family: "proxima-nova",sans-serif;
  margin: 0;
  line-height: 32px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #555;
}
#navbar-search-collapse .input-group form button {
  margin-top: 0;
  background-color: #555;
}
#navbar-search-collapse a {
  font-weight: 700;
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-top: 10px;
  padding: 8px;
  color: #2f6ca5;
}
#navbar-search-collapse button {
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}


@media (min-width: 640px) {
  #login-modal .modal-dialog {
    max-width: 600px;
    margin-top: 100px;
  }
}
#login-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  text-align: center;
  background: transparent;
}
#login-modal .modal-dialog .modal-content .modal-body button.close {
  opacity: 1;
  position: absolute;
  top: -25px;
  right: 15px;
  background: #f01e1f;
  border: 0;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 0 0;
  font-size: 14px;
  padding: 7px 20px;
  text-transform: uppercase;
}
#login-modal .modal-dialog .modal-content .modal-body button.close span span {
  display: none;
}
#login-modal .modal-dialog .modal-content .modal-body button.close p {
  line-height: 1;
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #login-modal .modal-dialog .modal-content .modal-body button.close {
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 22px;
    right: 22px;
  }
  #login-modal .modal-dialog .modal-content .modal-body button.close p {
    display: none;
  }
  #login-modal .modal-dialog .modal-content .modal-body button.close span span {
    display: block;
    font-size: 30px;
    line-height: 22px;
  }
}
#login-modal .modal-dialog .modal-content .modal-body .top {
  padding: 40px 20px;
  background: #111111;
}
@media (max-width: 767px) {
  #login-modal .modal-dialog .modal-content .modal-body .top {
    padding: 40px 20px;
  }
}
#login-modal .modal-dialog .modal-content .modal-body .top .heading {
  color: #fff;
  font-weight: 900;
  font-size: 23px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 767px) {
  #login-modal .modal-dialog .modal-content .modal-body .top .heading {
    font-size: 17px;
  }
}
#login-modal .modal-dialog .modal-content .modal-body .top form {
  margin: auto;
  text-align: center;
}
#login-modal .modal-dialog .modal-content .modal-body .top form input[type=text], #login-modal .modal-dialog .modal-content .modal-body .top form input[type=password] {
  display: block;
  margin: auto auto 8px auto;
  width: 350px;
  height: 40px;
  border-radius: 3px;
  border: 0;
  padding-left: 10px;
}
@media (max-width: 767px) {
  #login-modal .modal-dialog .modal-content .modal-body .top form input[type=text], #login-modal .modal-dialog .modal-content .modal-body .top form input[type=password] {
    width: 100%;
  }
}
#login-modal .modal-dialog .modal-content .modal-body .top form input[type=submit] {
  background: #5cb75a;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 15px;
  border: 0;
  border-radius: 3px;
  margin-bottom: 20px;
}
#login-modal .modal-dialog .modal-content .modal-body .top form input[type=submit]:hover {
  background: #51a351;
}
#login-modal .modal-dialog .modal-content .modal-body .top form p {
  font-size: 14.5px;
  margin-top: 10px;
}
#login-modal .modal-dialog .modal-content .modal-body .top form p input {
  display: inline;
}
#login-modal .modal-dialog .modal-content .modal-body .top form p a {
  color: #4da2db;
  font-weight: 600;
}
#login-modal .modal-dialog .modal-content .modal-body .top form p a:hover {
  color: #4da2db;
  text-decoration: none;
}
#login-modal .modal-dialog .modal-content .modal-body .top form p label {
  margin-bottom: 0;
  display: inline;
}
#login-modal .modal-dialog .modal-content .modal-body .top .help {
  color: #4da2db;
  background: transparent;
  border: none;
  font-weight: 900;
}
#login-modal .modal-dialog .modal-content .modal-body .top .help:hover {
  color: #4da2db;
  text-decoration: none;
}
#login-modal .modal-dialog .modal-content .modal-body .top #help-links {
  text-align: left;
  width: 50%;
  margin: auto;
}
#login-modal .modal-dialog .modal-content .modal-body .top #help-links a {
  display: block;
  font-weight: 900;
  font-size: 0.9rem;
  color: #4da2db;
  background: transparent;
  border: none;
}
#login-modal .modal-dialog .modal-content .modal-body .top #help-links a:hover {
  color: #4da2db;
  text-decoration: none;
}
@media (max-width: 767px) {
  #login-modal .modal-dialog .modal-content .modal-body .top #help-links {
    width: 100%;
  }
}
#login-modal .modal-dialog .modal-content .modal-body .bottom {
  padding: 20px;
  background: #fff;
}
#login-modal .modal-dialog .modal-content .modal-body .bottom .heading {
  color: #111111;
  font-weight: 900;
  font-size: 23px;
  margin-bottom: 10px;
}
#login-modal .modal-dialog .modal-content .modal-body .bottom .buttons {
  display: flex;
  margin-top: 20px;
}
#login-modal .modal-dialog .modal-content .modal-body .bottom .buttons div:first-of-type {
  border-right: 1px dotted #000;
}
@media (max-width: 767px) {
  #login-modal .modal-dialog .modal-content .modal-body .bottom .buttons div:first-of-type {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  #login-modal .modal-dialog .modal-content .modal-body .bottom .buttons {
    flex-direction: column;
  }
}
#login-modal .modal-dialog .modal-content .modal-body .bottom .buttons div {
  width: 50%;
  padding: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #login-modal .modal-dialog .modal-content .modal-body .bottom .buttons div {
    width: 100%;
    padding: 10px;
  }
}
#login-modal .modal-dialog .modal-content .modal-body .bottom .buttons div span {
  display: block;
  color: #3e3e3e;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 15px;
}
#login-modal .modal-dialog .modal-content .modal-body .bottom .buttons div a {
  color: #fff;
  text-decoration: none;
  background: #4da2db;
  padding: 10px;
  border-radius: 3px;
  width: 100%;
  font-weight: 900;
  display: block;
  margin: auto;
}
#login-modal .modal-dialog .modal-content .modal-body .bottom .buttons div a:hover {
  background: #04c;
  text-decoration: none;
}

footer {
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  background: #3e3e3e;
}
footer h4 {
  font-weight: 300;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 1px;
}
footer h4 a {
  color: #fff;
}
footer h4 a:hover {
  color: #A6D5FC;
}
footer hr {
  border-bottom: 1px solid #606060;
  background-color: #111111;
  border-left: 0;
  border-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .top {
  padding-bottom: 5px;
}
footer .bottom hr {
  border-bottom: 1px solid #606060;
  background-color: #111111;
  border-left: 0;
  border-right: 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .bottom hr {
    margin-top: 10px;
  }
}
footer .bottom .copyright {
  font-weight: 400;
  font-size: 0.625rem;
  color: #fff;
}
footer .bottom .copyright span {
  display: inline-block;
}
footer .bottom .copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
footer .bottom .copyright ul li {
  display: inline-block;
  line-height: 1.3;
}
footer .bottom .copyright ul li a {
  color: #fff;
}
footer .bottom .copyright ul li a:hover {
  color: #A6D5FC;
}
footer .bottom .copyright ul li::before {
  content: "•";
  color: #fff;
  margin-right: 3px;
}
@media (max-width: 767px) {
  footer .bottom .copyright ul li:first-child::before {
    display: none;
  }
}
footer .subnav {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .subnav li {
  display: block;
  line-height: 1.3;
}
footer .subnav li a {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
}
footer .subnav li a:hover {
  color: #A6D5FC;
}
@media (max-width: 767px) {
  footer .subnav {
    margin: auto;
    text-align: center;
  }
  footer .subnav li {
    display: inline-block;
  }
  footer .subnav li:not(:last-child)::after {
    content: "•";
    margin-left: 6px;
    margin-right: 3px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer .social-col hr {
  margin-bottom: 25px;
}
footer .social-col .social {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .social-col .social li {
  line-height: 1.3;
  display: inline-block;
  padding: 3px;
  margin-right: 12px;
}
footer .social-col .social li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 100;
}
footer .social-col .social li a:hover {
  color: #A6D5FC;
}
footer p {
  line-height: 1.2;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
}

a {
  text-decoration: none;
}

body {
  font-family: proxima-nova, helvetica neue, helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/*# sourceMappingURL=headerfooter.css.map */

/* Login Styles pending integration/consolidation with above headerfooter styles */
header .navbar .nav-inner .navbar-nav .login a {
  background-color: #111111;
  border-radius: 4px;
  box-shadow: 0 1px 1px #3e3e3e;
  line-height: 17px;
  margin: 18px 0 0 5px;
  transition: none;
}
#login-dropdown {
  position: relative;
}
#login-dropdown-menu {
  background-color: #161616;
  border: none;
  border-radius: 4px;
  box-shadow: 0 1px 1px #323232;
  display: none;
  left: -67px;
  margin: 0;
  opacity: 0; /* Initial opacity */
  padding: 4px 4px;
  position: absolute;
  top: 43px;
  transition: all 0.2s linear !important;
  white-space: nowrap;
  width: auto;
  z-index: 1000;
}

@media (min-width: 991px) {
  #login-dropdown-menu {
      left: -100%;
  }
}
#login-dropdown-menu.show {
  background-color: #385B7F;
  display: block;
  opacity: 1;
  transition: all 0.2s linear !important;
}
#login-dropdown-menu.show .dropdown-item {
  background-color: transparent !important;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: initial;
  margin: 0px 15px;
  padding: 12px 0px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgb(0, 0, 0);
  text-transform: uppercase;
  transition: all 0.2s linear !important;
  width: auto;
}
#login-dropdown-menu.show .dropdown-item:hover {
  background-color: none !important;
  color: #A6D5FC !important;
}
.dropdown-divider {
  border-top: 1px solid #5c6679;
  border-bottom: 1px solid #253a50;
  margin: 0 12px;
}
.login:focus>a,
.login:hover>a,
li#login-dropdown.nav-item.login.dropdown:hover>a:hover {
  /* Chickadee */
  background-color: #385B7F !important;
  color: #eee !important;
  text-shadow: none !important;
}
li#login-dropdown.nav-item.login.dropdown>a::after {
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  border-top: .3em solid;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  width: 0;
}
#primary-mobile-nav {
  display:none;
}

/* Mobile search styles */
.mobile-search-button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.mobile-search-button:focus {
  outline: none;
}
.navbar-search-collapse {
  background-color: #333;
  padding: 1rem;
}
.navbar-search-collapse .form-control {
  background-color: #444;
  border: none;
  color: #fff;
}
.navbar-search-collapse .form-control::placeholder {
  color: #aaa;
}
.navbar-search-collapse .form-control:focus {
  background-color: #555;
  box-shadow: none;
}
.mobile-nav-btns {
  top: 0 !important;
  display: none;
}

/* Mobile styles */
@media (max-width: 767px) {
  /* Mobile nav button styles */
  .mobile-nav-btns {
      top: 0;
      display: block;
  }
  .mobile-nav-btns button {
      font-size: 14px !important;
      line-height: 20px;
      color: #fff;
      top: 9px;
      padding: 3px 7px 3px;
      position: absolute;
      right: 10px;
      width: 43px;
      height: 35px;
      border-radius: 4px;
      outline: none;
  } 

  #mobile-search-button {
      background-color: #A6D5FC;
      border: 1px solid #A6D5FC;
  }

  #mobile-search-button.collapsed {
      background-color: #b7b7b7;
      border-color: #7f7f7f;
  }

  #mobile-login-button {
      background-color: #A6D5FC;
      border: 1px solid #A6D5FC;
  }

  #mobile-login-button.collapsed {
      background-color: #1d5fad;
      border-color: #253a50;
  }

  #mobile-nav-button {
      background-color: #A6D5FC;
      border: 1px solid #A6D5FC;
  }

  #mobile-nav-button.collapsed {
      background-color: #000;
      border-color: #000;
  }

  /* Mobile nav collapse styles */
  #primary-mobile-nav {
      display:block;
  }

  #mobile-search-button {
		right: 120px;
	}

	#mobile-login-button {
		right: 64px;
	}

  li#login-dropdown {
      display:none !important;
  }
  #primaryNav .input-group {
      display: none;
  }


  .navbar-collapse form {
      margin-bottom: 10px;
  }

  .navbar-collapse .input-google {
      border: 0;
      box-shadow: none;
      border-radius: 0;
      background: transparent url('/frontend/images/new-search-wrapper.png') top left no-repeat;
      width: 152px !important;
      height: 32px;
      padding: 0 0 0 15px;
      font-size: 13px !important;
      font-family: "proxima-nova",sans-serif;
      margin: 0;
      line-height: 32px;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px;
  }

  .navbar-nav {
      
  }

  .nav-item {
      width: 100%;
  }


  #close-search-mobile {
      display: block;
      color: #fff;
      text-transform: uppercase;
  }
  .mobile-login-button {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 1.2rem;
      margin-right: 0.5rem;
  }
  .mobile-login-button:focus {
      outline: none;
  }

}

/* Main nav styles */
.mobile-nav-button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.mobile-nav-button:focus {
  outline: none;
}
.navbar-collapse {
  padding: 0;
}
.navbar-collapse .nav-link {
  color: #fff;
  padding: 0.5rem 1rem;
}
.navbar-collapse .nav-link:hover {
  background-color: #444;
}