﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
/*@font-family-alternate: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;*/
@media all {
  /* --------------------------------------------------------------
	 * Main Elements
	 --------------------------------------------------------------- */
  html,
  body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
  }
  /* --------------------------------------------------------------
	 * Back to Top
	 --------------------------------------------------------------- */
  #BackToTop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 5%;
    z-index: 9999;
  }
  /* ---------------------------------------------------------------
	 * Main Classes
	  --------------------------------------------------------------- */
  .section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.section-light {
    color: #626262;
    background-color: rgba(230, 230, 230, 0.25);
  }
  .section.section-light h1,
  .section.section-light h2,
  .section.section-light h3,
  .section.section-light h4,
  .section.section-light h5,
  .section.section-light .lead,
  .section.section-light .btn-link {
    color: black;
  }
  .section.section-light .btn-default {
    color: black;
  }
  .section.section-light a {
    color: #00acd4;
  }
  .section.section-dark {
    color: white;
    background-color: #222222;
  }
  .section.section-dark h1,
  .section.section-dark h2,
  .section.section-dark h3,
  .section.section-dark h4,
  .section.section-dark h5,
  .section.section-dark .lead,
  .section.section-dark .btn-link {
    color: white;
  }
  .section.section-dark .btn-default {
    color: white;
  }
  .section.section-dark a {
    color: #00acd4;
  }
  .section.section-primary {
    color: #ccd9ed;
    background-color: #0042a5;
  }
  .section.section-primary h1,
  .section.section-primary h2,
  .section.section-primary h3,
  .section.section-primary h4,
  .section.section-primary h5,
  .section.section-primary a,
  .section.section-primary .lead,
  .section.section-primary .btn-link {
    color: white;
  }
  .section.section-primary .btn-default {
    color: #0042a5;
  }
  .container.container-gated {
    max-width: 700px;
  }
  .container.container-small {
    max-width: 500px;
  }
  /* --------------------------------------------------------------
	 * Navigation (Common)
	 --------------------------------------------------------------- */
  .navbar .navbar-nav > li.dropdown ul.dropdown-menu {
    margin-top: 1px;
    border: none;
  }
  .navbar .navbar-nav > li.dropdown ul.dropdown-menu.btn-block {
    width: auto !important;
  }
  .navbar .navbar-nav > li.dropdown ul.dropdown-menu a:link {
    color: #0042a5;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar .navbar-nav > li.dropdown ul.dropdown-menu a:hover {
    text-decoration: none;
  }
  .navbar.page-navbar h3 {
    margin-top: 40px;
  }
  .navbar.page-navbar .page-navbar-nav > li {
    width: 100%;
  }
  .navbar.page-navbar .page-navbar-nav > li a {
    display: block;
    text-align: left;
    padding: 10px 0 10px 0;
    color: #00193f;
    border-bottom: 1px solid rgba(0, 172, 212, 0.1);
  }
  .navbar.page-navbar .page-navbar-nav > li a:hover,
  .navbar.page-navbar .page-navbar-nav > li a:focus,
  .navbar.page-navbar .page-navbar-nav > li a:active {
    color: #00acd4 !important;
    background-color: rgba(0, 172, 212, 0.05);
  }
  .navbar.page-navbar .page-navbar-nav > li.active > a {
    color: #00acd4 !important;
    background-color: rgba(0, 172, 212, 0.05);
    border-bottom: 1px solid rgba(0, 172, 212, 0.1);
    text-decoration: none;
  }
  /* --------------------------------------------------------------
	 * Promotional Header
	 --------------------------------------------------------------- */
  #PromoHeader {
    display: none;
    /* off */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    padding: 2px 0 2px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    color: white;
    background-color: #00193f;
    z-index: 5000;
  }
  #PromoHeader a {
    color: #ddd;
    font-weight: bold;
    display: inline-block;
    padding: 2px 0 2px 0;
    text-transform: uppercase;
    text-decoration: none;
  }
  #PromoHeader a:hover {
    color: white;
    text-decoration: none;
  }
  #PromoHeader a label {
    color: #00193f;
    background-color: #eccf31;
    font-size: 11px;
    font-weight: normal;
    text-transform: lowercase;
    line-height: 1.2;
    margin-left: 5px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 2px;
  }
  /* --------------------------------------------------------------
	 * Header Navigation (Account)
	 --------------------------------------------------------------- */
  #TopHeader {
    position: fixed;
    top: 0;
    /* 0 or 24px - promo header consideration */
    left: 0;
    width: 100%;
    min-height: 40px;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    color: #626262;
    background-color: #f2f2f2;
    z-index: 5000;
  }
  #TopHeader .navbar-nav > li > a:focus,
  #TopHeader .navbar-nav > li > a:hover,
  #TopHeader .navbar-nav > li > a:active,
  #TopHeader .nav .open > a,
  #TopHeader .nav .open > a:hover,
  #TopHeader .nav .open > a:focus {
    color: black;
    background-color: transparent;
    text-decoration: none;
  }
  #TopHeader .navbar-nav {
    margin: 0;
  }
  #TopHeader .navbar-nav > li span {
    display: inline-block;
    line-height: 20px;
  }
  #TopHeader .navbar-nav > li > a,
  #TopHeader .navbar-nav > li > span,
  #TopHeader .navbar-nav > li > span a {
    color: #666;
    margin: 5px 5px 5px 0;
    padding: 5px 0 0 0;
    white-space: nowrap;
    line-height: 20px;
  }
  #TopHeader .navbar-nav > li > a .label,
  #TopHeader .navbar-nav > li > span .label,
  #TopHeader .navbar-nav > li > span a .label {
    background-color: #1fa500;
    position: relative;
    top: -2px;
    margin-left: 0;
    padding-top: 0.2em;
  }
  #TopHeader .navbar-nav > li > form {
    margin: 0;
    padding: 0;
  }
  #TopHeader .navbar-nav > li > form a {
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 5px 0 0 0;
    white-space: nowrap;
    color: #0042a5;
    line-height: 20px;
    text-decoration: none;
  }
  #TopHeader .navbar-nav > li > form a:hover {
    color: #f99d1c;
  }
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu {
    margin-top: 3px;
    padding: 0;
    font-family: 'Proxima Nova Light', Helvetica, Arial, sans-serif;
    font-size: 11px;
    background-color: #002e72;
    border-top: none;
    z-index: 5000;
  }
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li.active a {
    color: white;
  }
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li a {
    color: white;
    display: block;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #00193f;
  }
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li a:hover,
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li a:focus,
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li a:active {
    background-color: #00193f;
  }
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li:last-child form {
    padding: 0;
  }
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li:last-child a {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background-color: #eb1f1f;
    border-bottom: none;
  }
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li:last-child a:hover,
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li:last-child a:focus,
  #TopHeader .navbar-nav > li.dropdown ul.dropdown-menu li:last-child a:active {
    background-color: #970d0d;
  }
  /* --------------------------------------------------------------
	 * Main Header
	 --------------------------------------------------------------- */
  #MainHeader {
    padding-top: 64px;
    /* 40px or 64px - promo header consideration */
    background-color: white;
  }
  #MainHeader .container .row {
    position: relative;
    padding: 20px 0 20px 0;
  }
  #MainHeader #HeadTagLine,
  #MainHeader #HeadPhone {
    margin-top: 20px;
    font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #00193f;
  }
  #MainHeader #HeadPhone {
    float: right;
  }
  #MainHeader .form-search {
    margin-top: 0;
    margin-bottom: 0;
  }
  #MainHeader .form-search .input-group {
    width: 100%;
  }
  #MainHeader .form-search .input-group input {
    font-weight: bold;
    color: #00acd4;
    background: none;
    border-color: #e6e6e6;
  }
  #MainHeader .form-search .input-group:hover input {
    border-color: #b7b7b7;
  }
  #MainHeader .form-search .input-group .input-group-btn {
    border-color: #b7b7b7;
  }
  #MainHeader .form-search .input-group .input-group-btn .btn {
    display: block;
    width: 40px;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
  }
  #MainHeader .form-search .input-group .input-group-btn .btn:hover,
  #MainHeader .form-search .input-group .input-group-btn .btn:focus,
  #MainHeader .form-search .input-group .input-group-btn .btn:active {
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
  }
  #MainHeader .form-search .input-group .input-group-btn .btn .fa {
    color: #b7b7b7;
  }
  /* -------------------------------------------------------------- */
  #LogoBrand {
    display: block;
    text-align: left;
  }
  #LogoBrand img {
    max-height: 100px;
    margin: 0 auto;
  }
  /* -------------------------------------------------------------- */
  #MyToolBarContainer {
    float: right;
  }
  #MyToolBarContainer.my-toolbar-container {
    margin-top: 0;
  }
  #MyToolBarContainer.my-toolbar-container .my-toolbar .btn-group {
    margin-left: 2px;
  }
  #CartToolBar label.label-info {
    background-color: #00acd4;
  }
  /* --------------------------------------------------------------
	 * Menu Navigation
	 --------------------------------------------------------------- */
  #MenuContainer.container .row {
    background-color: #0042a5;
  }
  #MenuNavBar {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    /*min-height: @navbar-height;*/
    background-color: #0042a5;
    border-radius: 2px;
    border: none;
    z-index: 2000;
  }
  #MenuNavBar.navbar.navbar-fixed-top {
    top: 40px;
    /* 64px - with promo header */
  }
  #MenuNavBar .navbar-header {
    padding: 15px 0 15px 0;
    background-color: #0042a5;
  }
  #MenuNavBar .navbar-header .navbar-toggle {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  #MenuNavBar .navbar-header .navbar-toggle span {
    background-color: white;
  }
  #MenuNavBar .navbar-collapse {
    border-top: none;
    box-shadow: none;
    max-height: none;
  }
  #MenuNavBar .navbar-nav {
    position: relative;
    display: inline-block;
    /* see responsive for change to block */
    float: none;
    padding: 4px 15px 4px 15px;
    vertical-align: top;
    /*background-color: @brand-primary;*/
  }
  #MenuNavBar .navbar-nav > li {
    padding-left: 4px;
    padding-right: 4px;
  }
  #MenuNavBar .navbar-nav > li:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  #MenuNavBar .navbar-nav > li:first-child > a {
    padding: 16px 5px 13px 5px;
  }
  #MenuNavBar .navbar-nav > li:hover > a {
    border-bottom: 3px solid #00acd4;
  }
  #MenuNavBar .navbar-nav > li > a {
    color: white;
    font-size: 11px;
    padding: 16px 6px 13px 6px;
    white-space: normal;
    border-bottom: 3px solid transparent;
  }
  #MenuNavBar .navbar-nav > li > a:hover,
  #MenuNavBar .navbar-nav > li > a:focus,
  #MenuNavBar .navbar-nav > li > a:active {
    color: white;
    background-color: #0042a5;
  }
  #MenuNavBar .navbar-nav > li > a img {
    display: block;
    margin: 0 auto;
  }
  #MenuNavBar .navbar-nav > li.dropdown {
    position: static;
  }
  #MenuNavBar .navbar-nav > li.dropdown.open > a {
    color: white;
    background-color: #0042a5;
  }
  #MenuNavBar .navbar-nav > li.dropdown.open ul.dropdown-menu {
    display: block;
  }
  #MenuNavBar .navbar-nav > li.dropdown > a {
    display: inline-block;
  }
  #MenuNavBar .navbar-nav > li.dropdown > a.dropdown-toggle {
    padding-right: 3px;
    padding-left: 3px;
  }
  #MenuNavBar .navbar-nav > li.dropdown > a:active {
    color: white;
    background-color: #002e72;
  }
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu {
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    background-color: white;
  }
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li {
    text-align: center;
  }
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li > a {
    color: #00193f;
    font-size: 12px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: normal;
  }
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li > a.view-all {
    color: white;
    background-color: #002e72;
  }
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li > a:hover,
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li > a:focus,
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li > a:active {
    color: white;
    background-color: #00193f;
  }
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li > a .fa {
    margin-right: 5px;
  }
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li.active a:hover,
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li.active a:focus,
  #MenuNavBar .navbar-nav > li.dropdown ul.dropdown-menu > li.active a:active {
    color: white;
    background-color: #00193f;
  }
  /* --------------------------------------------------------------
	 * Mega Menu
	 --------------------------------------------------------------- */
  .dropdown-mega-menu {
    position: absolute;
    width: 100%;
    padding: 20px 25px 50px !important;
  }
  .dropdown-mega-menu h4.heading-underline {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .dropdown-mega-menu h4.heading-underline:after {
    width: 100%;
  }
  .dropdown-mega-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dropdown-mega-menu .menu-collection-list {
    text-transform: capitalize;
  }
  .dropdown-mega-menu .menu-collection-list li {
    border-bottom: 1px solid #e6e6e6;
  }
  .dropdown-mega-menu .menu-collection-list li:last-child {
    border-bottom: none;
  }
  .dropdown-mega-menu .menu-collection-list li:hover {
    background-color: #e6e6e6;
  }
  .dropdown-mega-menu .menu-collection-list li a {
    display: block;
    color: #959595;
  }
  .dropdown-mega-menu .menu-product-list li {
    padding: 10px;
    text-align: center;
  }
  .dropdown-mega-menu .menu-product-list li:hover {
    -webkit-box-shadow: -5px 10px 10px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -5px 10px 10px -10px rgba(0, 0, 0, 0.25);
    box-shadow: -5px 10px 10px -10px rgba(0, 0, 0, 0.25);
  }
  .dropdown-mega-menu .menu-product-list li:hover img {
    opacity: 0.25;
  }
  /* --------------------------------------------------------------
	 * SiteMap Path
	 --------------------------------------------------------------- */
  #SiteMapPathSection {
    background-color: white;
  }
  #SiteMapPathSection .row {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 66, 165, 0.1);
  }
  /* --------------------------------------------------------------
	 * Page ToolBar
	 --------------------------------------------------------------- */
  #PageToolBar {
    overflow: hidden;
    color: #0042a5;
    padding-top: 30px;
    /*padding-bottom: 30px;*/
    background-color: white;
    border-bottom: 1px solid transparent;
  }
  #PageToolBar .toolbar {
    margin: 0;
  }
  #PageToolBar .btn {
    color: #0042a5;
    font-size: 12px;
    padding: 8px;
  }
  #PageToolBar .btn:hover,
  #PageToolBar .btn:focus,
  #PageToolBar .btn:active {
    color: #00193f;
    background-color: white;
  }
  #PageToolBar p.lead {
    color: #404040;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 80%;
    text-align: center;
  }
  /* --------------------------------------------------------------
	 * Page Heading
	 --------------------------------------------------------------- */
  #PageHeading {
    margin-bottom: 10px;
  }
  /* --------------------------------------------------------------
	 * ToolBar
	 --------------------------------------------------------------- */
  #EntityListToolBar {
    overflow: hidden;
    margin-bottom: 20px;
  }
  #EntityListToolBar .btn {
    padding-left: 40px;
    padding-right: 40px;
  }
  /* --------------------------------------------------------------
	 * ToolBar
	 --------------------------------------------------------------- */
  #ToolBar {
    color: #fff;
    margin: 0;
    line-height: 36px;
  }
  /* --------------------------------------------------------------
	 * Body Content
	 --------------------------------------------------------------- */
  #BodyContent {
    padding: 60px 0 60px 0;
    min-height: 60%;
    padding-bottom: 80px;
    /*background-color: fade(@gray-base, 3%);*/
  }
  #BodyContent .container:first-child h1:first-child {
    margin-top: 0;
  }
  #BodyContent .first {
    margin-top: 0;
  }
  /* --------------------------------------------------------------
	 * Filters #EntityListFilterForm
	 --------------------------------------------------------------- */
  .form-filter,
  .form-sort {
    display: none;
    /* hide by default */
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 20px;
    background-color: rgba(64, 64, 64, 0.03);
    -webkit-box-shadow: rgba(64, 64, 64, 0.05);
    box-shadow: rgba(64, 64, 64, 0.05);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .form-filter .form-group,
  .form-sort .form-group {
    padding: 2px;
  }
  .form-filter .form-group.active,
  .form-sort .form-group.active {
    /*background-color: fade(@state-info-bg, 25%);
				border-color: @state-info-border;*/
  }
  .form-filter .form-group.active label,
  .form-sort .form-group.active label {
    font-weight: bold;
    color: #00acd4;
  }
  .form-filter .form-group.active select,
  .form-sort .form-group.active select {
    font-weight: bold;
    color: #00acd4;
    border-color: #00acd4;
  }
  .form-filter .form-group.active input,
  .form-sort .form-group.active input {
    font-weight: bold;
    color: #00acd4;
    border-color: #00acd4;
  }
  .form-filter-dates,
  .form-sort {
    display: block;
    /* show by default */
  }
  #HasSearchFilterMessage {
    color: #404040;
    margin-bottom: 0;
    background-color: transparent;
    border-color: transparent;
  }
  #HasSearchFilterMessage .fa-filter {
    margin-right: 3px;
  }
  #HasSearchFilterMessage a {
    color: #0042a5;
  }
  #SearchFilterInfoToolBar {
    margin-top: 20px;
  }
  /* --------------------------------------------------------------
	 * Alert Message
	 --------------------------------------------------------------- */
  #AlertMessage p:first-child {
    font-size: 18px;
  }
  #AlertMessage a .fa-long-arrow-right {
    margin-left: 3px;
  }
  /* --------------------------------------------------------------
	 * Create Account Section

	 --------------------------------------------------------------- */
  #CreateAccountSection {
    margin: 0;
  }
  #CreateAccountSection h3 {
    margin-top: 0;
  }
  #CreateAccountSection .btn {
    position: relative;
    color: #0042a5;
    background-color: white;
  }
  /* --------------------------------------------------------------
	 * Footer Promo 
	 --------------------------------------------------------------- */
  #FooterPromoSection {
    padding-bottom: 20px;
  }
  #FooterPromoSection p {
    margin: 0 auto;
    text-align: center;
    max-width: 580px;
  }
  #FooterPromoSection p.lead {
    margin-bottom: 20px;
  }
  #FooterPromoSection p .btn {
    margin-top: 20px;
  }
  #FooterPromoSection .logo-list > li img {
    height: 50px;
  }
  #FooterPromoSection .owl-controls {
    margin-top: 20px;
  }
  /* --------------------------------------------------------------
	 * Social Section
	 --------------------------------------------------------------- */
  #SocialConnectSection {
    margin: 0;
    border-top: 1px solid rgba(0, 66, 165, 0.1);
  }
  #SocialConnectSection h2 {
    margin-top: 0;
  }
  #SocialConnectSection h2:after {
    display: none;
  }
  #SocialConnectSection .instagram-feed {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Safari 8 */
    justify-content: center;
  }
  #SocialConnectSection .instagram-feed a {
    display: block;
    margin: 5px;
    overflow: hidden;
    position: relative;
    color: white;
    font-weight: bold;
  }
  #SocialConnectSection .instagram-feed a:hover {
    filter: brightness(80%);
  }
  #SocialConnectSection .instagram-feed a:hover > span.instagram-caption {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 25, 63, 0.7);
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #SocialConnectSection .instagram-feed a:hover > span.instagram-foot {
    background-color: #00193f;
  }
  #SocialConnectSection .instagram-feed a > span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: white;
    padding: 20px;
  }
  #SocialConnectSection .instagram-feed a > span.instagram-caption {
    z-index: 1;
    display: none;
    line-height: 1.1;
    font-weight: 400;
  }
  #SocialConnectSection .instagram-feed a > span.instagram-caption .fa-instagram {
    display: block;
    margin: 10px auto;
    font-size: 18px;
  }
  #SocialConnectSection .instagram-feed a > span.instagram-caption span {
    margin-top: -40px;
    /* move back up to consider foot height */
  }
  #SocialConnectSection .instagram-feed a > span.instagram-foot {
    z-index: 2;
    left: 0;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* --------------------------------------------------------------
	 * Social Section
	 --------------------------------------------------------------- */
  #SocialSection {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #SocialSection ul {
    margin: 0;
    padding: 0;
    /*.list-separator{
				display: inline-block;
				margin-left: 20px;
				margin-right: 20px;
				width: 2px;
				height: 25px;
				line-height: 50px;
				vertical-align: middle;
				background-color: @gray-lighter;
				border-right: 1px solid white;
			}*/
  }
  #SocialSection ul a {
    color: #002e72;
    font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
  }
  /* --------------------------------------------------------------
	 * Footer
	 --------------------------------------------------------------- */
  #Footer {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #99abc7;
    background-color: #002e72;
  }
  #Footer h4,
  #Footer h5 {
    color: white;
  }
  #Footer a {
    color: #ccd5e3;
  }
  #Footer a:hover,
  #Footer a:focus,
  #Footer a:active {
    color: white;
    text-decoration: none;
  }
  #Footer #FooterHead {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #Footer #FooterHead ul {
    overflow: hidden;
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  #Footer #FooterHead ul.menu-list > li a {
    display: block;
    padding: 3px 0 3px 0;
  }
  #Footer #FooterHead .form-group {
    margin-bottom: 5px;
  }
  #Footer #FooterHead .form-actions {
    border: none;
    margin: 0;
    padding: 0;
  }
  #Footer #FooterFoot {
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #99abc7;
  }
  #Footer #FooterFoot ul {
    overflow: hidden;
    float: right;
    list-style: none;
  }
  #Footer #FooterFoot ul li {
    float: left;
    margin-left: 10px;
  }
  #Footer #FooterFoot .heartbeat {
    color: #f99d1c;
    animation: heartBeat 2s infinite;
  }
  /* --------------------------------------------------------------
	 * Site Modal
	 --------------------------------------------------------------- */
  #SiteModal {
    width: 80%;
    max-width: 800px !important;
    margin: 80px auto !important;
    text-align: center;
    z-index: 9000;
  }
  #SiteModal .modal-header {
    padding: 20px 40px 40px 40px;
    border: none;
  }
  #SiteModal .modal-header .close {
    color: #0042a5;
  }
  #SiteModal .modal-header h1 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #SiteModal .modal-header h2 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #SiteModal .modal-header p.lead:only-of-type {
    margin-bottom: 0;
  }
  #SiteModal .modal-body {
    padding: 0 40px 40px 40px;
  }
  #SiteModal .modal-body fieldset {
    text-align: left;
  }
  #SiteModal .modal-body hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* --------------------------------------------------------------
	 * My Account Navigation Pills
	 --------------------------------------------------------------- */
  #MyNav {
    margin-bottom: 40px;
  }
  #MyNav > li a {
    position: relative;
    display: block;
    margin-right: 2px;
    white-space: nowrap;
    color: #404040;
    font-size: 13px;
    padding: 20px 18px 20px 18px;
    line-height: 1.3333333;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
  }
  #MyNav > li a label {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 4px 2px 4px;
    font-size: 12px;
    line-height: 1;
    color: white;
    background-color: #1fa500;
    border-radius: 1px;
  }
  #MyNav > li:last-child a {
    margin-right: 0;
  }
  #MyNav > li.active a {
    color: white;
    background-color: #0042a5;
    border: 1px solid #0042a5;
  }
}