/*!
 * The Edge for Jewelers
 * Copyright 2008-2017 Punchmark
 */




/* =======================================================================================
	HELPERS
======================================================================================= */

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5rem !important;
}

body.nav-left-open {
  overflow: visible !important;
}

.box-shadow {
  box-shadow: 0 5px 13px rgba(0,0,0,0.075);
}

.home-svg-icon {
  max-width: 50%;
  margin: 0 auto;
}

i[class^="icon-"].display-2 {
  font-size: 6rem !important;
  width: 100px;
  height: 100px;
}

section.default, section.inset, section.alt {
  overflow: visible;
}

.input-group-facebook,
.input-group-google,
.login-or-button {
  display: none !important;
}

.count-up .h2,
.count-up-1 .h2,
.count-up-2 .h2 {
  font-size: 4rem;
  font-weight: 500;
}

@media(min-width:768px){
	.count-up .h2,
	.count-up-1 .h2,
	.count-up-2 .h2 {
	  font-size: 3rem;
	  font-weight: 500;
	}
	.border-sm-0 {
	  border: 0 !important;
	}
}

@media(min-width:992px){
	.count-up .h2,
	.count-up-1 .h2,
	.count-up-2 .h2 {
	  font-size: 4rem;
	  font-weight: 500;
	}
}

@media(min-width:1200px){
	.count-up .h2,
	.count-up-1 .h2,
	.count-up-2 .h2 {
	  font-size: 5rem;
	  font-weight: 500;
	}
}

.hotfix-btn {
  font-size: 1rem;
  text-transform: uppercase;
  color: #8996a0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
}

.hotfix-btn,
.hotfix-card {
  outline: 0 !important;
  background: #eeeeee !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}


/* =======================================================================================
	LOGO  
======================================================================================= */

header a#logo {
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  z-index: 100;
}

@media(min-width: 768px){
	header a#logo {
	  padding-left: 14px;
	  padding-bottom: 24px;
	}
}

@media(min-width: 1200px){
	header a#logo {
	  padding-left: 0;
	}
}

@media(max-width:767px){
	.partner-page-bio .content-block .d-block.text-left {
	  text-align: center !important;
	}
}

section.alt .column-slider .owl-nav > div > i,
section.alt .column-slider .owl-nav > button > i {
  color: #ffffff !important;
  font-size: 35px
}

.btn-outline-default:hover,
.btn-outline-default:focus {
  color: #ffffff;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #207abd !important;
}

.btn-link {
  position: relative;
  color: #8996a0;
  cursor: pointer;
}


.btn-link::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #8996a0;
}

.btn-link {
  margin-top: 0.65rem;
  margin-bottom: 2rem;
}




/* =======================================================================================
	NAV MENU 
======================================================================================= */

nav.navbar #main-navigation {
  width: 100% !important;
  height: 100% !important;
  transform: translateX(-100%) !important;
  background: rgba(32,122,189,0.97) !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0px;
  left: 0px;
  border-radius: 0;
  border: 0;
  opacity: 0;
  transition: opacity 600ms ease-out, transform 100ms linear 600ms;

}

nav.navbar #main-navigation.open {
  width: 100% !important;
  height: 100% !important;
  transform: translateX(0) !important;
  opacity: 1;
  transition: transform 100ms linear, opacity 600ms ease-out 100ms;
}

#close-nav-btn {
  display: block;
  position: absolute;
  top: 33px;
  right: 32px;
  color: #ffffff;
  font-size: 36px;
  padding: 0;
  background: none;
  border: 0;
  line-height: 1;
  outline: none;
}

body.sitemanager-menu-open #close-nav-btn,
body.sitemanager-menu-closed #close-nav-btn {
  top: 96px;
}

#close-nav-btn i {
  display: block;
  padding: 0;
}








/* =======================================================================================
	NAV  
======================================================================================= */

nav.navbar .nav-item {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  padding: 0 20px;
  text-align: center;
}

nav.navbar .nav-item + .nav-item {
  margin-top: 0.75rem;
}

nav.navbar .nav-item hr {
  background: rgba(255,255,255,0.2);
}

nav.navbar .nav-item .nav-link {
  width: 100% !important;
  max-width: 100%;
  font-weight: 300;
  color: #ffffff;
  border: 1px solid transparent;
  position: relative;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
}

nav.navbar .nav-item.w-50 .nav-link {
  width: 50% !important;
  max-width: 50% !important;
}

nav.navbar .nav-item .nav-link:hover,
nav.navbar .nav-item .nav-link:focus {
  border-color: transparent;
}

nav.navbar .nav-item .nav-link:focus,
nav.navbar .nav-item .nav-link.active {
  width: 100%;
  color: #ffffff;
  /*border-color: rgba(255,255,255,0.2);*/
}

@media(min-width:575px){
	nav.navbar .nav-item {
	  padding-left: 0;
	  padding-right: 0;
	}
	nav.navbar .nav-item .nav-link {
	  width: auto !important;
	  max-width: unset !important;
	  display: inline-block !important;
	}
	nav.navbar .nav-item.w-50 {
	  width: 50% !important;
	  max-width: 50% !important;
	}
	nav.navbar .nav-item .nav-link::after {
	  content: "";
	  width: 0;
	  display: block;
	  background: #ffffff;
	  height: 1px;
	  margin: 0 auto;
	  position: absolute;
	  bottom: -1px;
	  left: 50%;
	  transform: translateX(-50%);
	  transition: width 300ms ease-out 200ms;
	}

	nav.navbar .nav-item .nav-link:hover::after,
	nav.navbar .nav-item .nav-link:focus::after {
	  width: 100%;
	}
}

nav.navbar .nav-item .nav-link {
  font-weight: 300;
  font-size: 2.0rem;
  letter-spacing: 0.1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

nav.navbar .nav-item.fw-600 .nav-link {
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.075rem;
}

nav.navbar .navbar-nav.justify-content-end {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

nav.navbar .navbar-nav {
  height: 100% !important;
  justify-content: center !important;
}

@media(max-width:767px){
	nav.navbar .navbar-nav.justify-content-end {
	  height: 100% !important;
	}
}

nav.navbar .navbar-nav > .nav-item {
  height: auto;
}



/* =======================================================================================
	BURGER   
======================================================================================= */

nav.navbar .navbar-toggler {
  position: relative;
  z-index: 101;
}







/* =======================================================================================
	HEADER  
======================================================================================= */

header {
  background: #207abd;
}

body#home header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
}

body#home.sitemanager-menu-open header,
body#home.sitemanager-menu-closed header {
  top: 63px;
}



/* =======================================================================================
	LOGO/HEADER/NAV  
======================================================================================= */

header .main-content-col.nav-inline nav.navbar,
header .main-content-col.nav-inline-and-split nav.navbar {
  margin-top:  !important;
  margin: -30px -10px 0 -10px !important;
  width: calc(100% + 20px) !important;
}

@media(min-width:768px){
	header .main-content-col.nav-inline nav.navbar,
	header .main-content-col.nav-inline-and-split nav.navbar {
	  margin-top: 0px !important;
	}
}





/* =======================================================================================
	SLIDER  
======================================================================================= */

#home-slider .h1 {
  text-transform: none;
}

#home-slider .html-overlay {
  padding-top: 70px;
}

@media(min-width: 768px){
	#home-slider .html-overlay {
	  padding-top: 52px;
	  padding-top: 0px;
	}
}

@media(min-width: 992px){
	#home-slider .html-overlay {
	  padding-top: 80px;
	  padding-top: 0px;
	}
}






/* =======================================================================================
	STATIC (Desktop) NAV  
======================================================================================= */

nav ul#static-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 64px);
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}

nav ul#static-navigation > li + li {
  margin-left: 20px;
}

@media(max-width:991px){
	nav ul#static-navigation > li + li {
	  margin-left: 15px;
	}
	nav.navbar-menu-position-left, 
	nav.navbar-menu-position-right {
	  z-index: unset !important;
	}
}

nav ul#static-navigation > li > a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}

nav ul#static-navigation > li > a > i {
  font-size: 22px;
}

nav ul#static-navigation > li,
nav ul#static-navigation > li > a,
nav ul#static-navigation > li > a > span,
nav ul#static-navigation > li > a > i {
  line-height: 22px;
  display: block;
}

nav ul#static-navigation > li > a > span {
  margin-right: 4px;
}

nav ul#static-navigation > li.login {
  border-left: 1px solid rgba(255,255,255,0.2);
  padding-left: 20px;
}

nav ul#static-navigation > li.login > a {
  display: -ms-flexbox;
  display: flex;
}

@media(min-width:992px){
	nav ul#static-navigation > li > a {
	  font-size: 14px;
	}
}






/* =======================================================================================
	SECTION ANGLES  
======================================================================================= */

section.edge-top::before,
footer::before {
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}

section.inset.edge-top::before {
  background: #f1f1f1;
}

section.alt.edge-top,
section.alt.edge-top::before {
  background: #207abd;
}

section.edge-top,
footer {
  position: relative;
}

section.edge-top::before,
footer::before {
  top: 0;
  -ms-transform: skewY(0);
  -webkit-transform: skewY(0);
  transform: skewY(0);
}

footer .container,
section.edge-top .container,
section.edge-bottom .container {
  position: relative;
  z-index: 10;
}



/* =======================================================================================
	Mike put this here  
======================================================================================= */

.box-shadow-borders .box-shadow-widget {
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.075);
  padding: 20px;
  border-radius: 15px;
}

section.edge-bottom::after {
  background: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -ms-transform: skewY(0);
  -webkit-transform: skewY(0);
  transform: skewY(0);
}

section.inset.edge-bottom::after {
  background: #f1f1f1;
}

section.alt.edge-bottom {
  background: #ffffff;
}

section.alt.edge-bottom::after {
  bottom: 120px;
  background: #207abd;
}

@media(min-width:768px){
	section.edge-top::before,
	footer::before {
	  top: -40px;
	  -ms-transform: skewY(4deg);
	  -webkit-transform: skewY(4deg);
	  transform: skewY(4deg);
	}
	section.edge-bottom::after {
	  bottom: -40px;
	  -ms-transform: skewY(4deg);
	  -webkit-transform: skewY(4deg);
	  transform: skewY(4deg);
	}
	section.alt.edge-bottom::after {
	  bottom: 220px;
	}
}

@media(min-width:992px){
	section.edge-top::before,
	footer::before {
	  top: -50px;
	  -ms-transform: skewY(3.5deg);
	  -webkit-transform: skewY(3.5deg);
	  transform: skewY(3.5deg);
	}
	section.edge-bottom::after {
	  bottom: -50px;
	  -ms-transform: skewY(3.5deg);
	  -webkit-transform: skewY(3.5deg);
	  transform: skewY(3.5deg);
	}
	section.alt.edge-bottom::after {
	  bottom: 270px;
	}
}

@media(min-width:1200px){
	section.edge-top::before,
	footer::before {
	  top: -50px;
	  -ms-transform: skewY(3deg);
	  -webkit-transform: skewY(3deg);
	  transform: skewY(3deg);
	}
	section.edge-bottom::after {
	  bottom: -50px;
	  -ms-transform: skewY(3deg);
	  -webkit-transform: skewY(3deg);
	  transform: skewY(3deg);
	}
	section.alt.edge-bottom::after {
	  bottom: 270px;
	}
}





/* =======================================================================================
	STAFF PAGE
======================================================================================= */

.staff-bio-box .content-block {
  margin-bottom: -40px;
}










/* =======================================================================================
	HOME: Partners
======================================================================================= */

.our-partners .header-widget {
  border-top: 1px solid #d0d0d0;
  text-align: center !important;
}

.our-partners .header-widget .h2 {
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto 0 auto !important;
  background: #f1f1f1;
  padding: 0 20px;
  position: relative;
  top: -23px;
}

.our-partners .header-widget .h2 {
  background: #ffffff;
}

.our-partners .grid-filters {
  display: none !important;
}

.partner-logo.widget {
  padding: 0 10% !important;
}

.partner-logo.widget > div {
  background-size: contain !important;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}



/* =======================================================================================
	HOME: FEATURES
======================================================================================= */

.our-features .container .row {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}



/* =======================================================================================
	PRICING
======================================================================================= */

.pricing .card-body {
  padding-bottom: 90px;
}

.pricing .card-body .btn-block.align-self-end {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
}

.pricing .card-body .terms-and-conditions {
  position: absolute;
  bottom: 70px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
}

body#pages .pricing .card-body h3.display-4 {
  font-size: 3.0rem !important;
}

@media(min-width:768px){
  .pricing .card-body .btn-lg {
    font-size: 1.15rem;
  }
}

@media(min-width:992px){
  .pricing .card-body .btn-lg {
    font-size: 1rem;
  }
}

@media(min-width:1200px){
  .pricing .card-body .btn-lg {
    font-size: 1.15rem;
  }
}



/* =======================================================================================
	FEATURES
======================================================================================= */

.edge-features {
  overflow: hidden;
}

.edge-features ul.edge-feature-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.edge-features ul.edge-feature-nav li {
  list-style: none;
}

.edge-features ul.edge-feature-nav li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 0 10px;
  8996a0}

.edge-features ul.edge-feature-nav li a.active {
  color: #207abd;
}

.edge-features .edge-features-container .feature {
  margin-top: 50px;
  margin-bottom: 0px;
  text-decoration: none;
  position: static;
  opacity: 1 !important;
  transition: all 600ms ease-out;
}

.edge-features .edge-features-container .feature h6 {
  display: block;
  cursor: pointer;
}

.edge-features .edge-features-container .feature i[class^="icon-"] {
  font-size: 4.5rem;
  display: block;
  cursor: pointer;
}

.edge-features .edge-features-container .feature .feature-block {
  position: relative;
  z-index: 1;
}

.edge-features .edge-features-container .feature .feature-block::after {
  content:"";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0px solid #207abd;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  transition: all 600ms ease-out;
}

.edge-features .edge-features-container .feature .feature-description p {
  color: #ffffff;
  margin-bottom: 0;
  display: block;
  text-align: center;
  opacity: 0;
  transition: all 600ms ease-out;
  font-size: 24px;
  letter-spacing: 0.05rem;
}

.edge-features .edge-features-container .feature .feature-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  max-height: 0px;
  height: 100%;
  background: #207abd;
  margin-top: 5px;
  border-radius: 5px;
  padding: 0 17.5%;
  z-index: 0;
  transition: all 600ms ease-out;
  overflow: hidden;
}

.edge-features .edge-features-container .feature:hover i[class^="icon-"],
.edge-features .edge-features-container .feature.active i[class^="icon-"],
.edge-features .edge-features-container .feature:hover h6,
.edge-features .edge-features-container .feature.active h6 {
  color: #207abd;
}

.edge-features .edge-features-container .feature.active .feature-block::after {
  bottom: -16px;
  border-bottom: 10px solid #207abd;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  transition: all 600ms ease-out;
}

.edge-features .edge-features-container .feature.active .feature-description {
  max-height: 280px;
  background: #207abd;
  transition: all 600ms ease-out;
}

.edge-features .edge-features-container .feature.active .feature-description p {
  opacity: 1;
  transition: all 600ms ease-out;
}

.edge-features .edge-features-container .feature.active {
  margin-bottom: 250px;
  transition: all 600ms ease-out;
}

.edge-features .edge-features-container .feature.filtered-out,
.edge-features .edge-features-container .feature.active.filtered-out {
  display: none !important;
}

@media(max-width: 767px){
	.edge-features .edge-features-container .feature {
	  margin-top: 100px;
	}
	.edge-features .edge-features-container .feature .feature-block::after,
	.edge-features .edge-features-container .feature.active .feature-block::after {
	  bottom: -21px;
	}
	.edge-features .edge-features-container .feature .feature-description {
	  margin-top: 10px;
	  padding: 0 20px;
	}
	.edge-features .edge-features-container .feature.active {
	  margin-bottom: 120px;
	}
	.edge-features .edge-features-container .feature.active .feature-description {
	  max-height: 180px;
	}
	.edge-features .edge-features-container .feature .feature-description p {
	  font-size: 20px;
	}

}



/* =======================================================================================
	APPOINTMENT PAGE TWEAK
======================================================================================= */

body#make-an-appointment > section.default {
  padding-bottom: 80px !important;
}




/* =======================================================================================
	FOOTER  
======================================================================================= */

footer .footer-branding {
  max-width: 225px;
  margin: 26px auto 0 auto;
  transform: translateX(3px);
}

@media(min-width:768px){
	footer .footer-branding {
	  max-width: 125px;
	  margin: 26px 0 0 0;
	}
}

@media(min-width:992px){
	footer .footer-branding {
	  max-width: 200px;
	}
}

footer address {
  margin-bottom: 30px;
}

footer address a,
footer address a strong {
  color: inherit !important;
  font-weight: 600;
}

footer .footerlinks li a {
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}

footer .microsoft-partner-badge img {
  border-right: 1px solid #e0e5e8;
  padding-right: 10px;
  margin-right: 9px;
}

footer .microsoft-partner-badge small {
  font-size: 9px;
}

footer p.copyrights {
  line-height: 1;
  padding: 0 2rem;
}




/* =======================================================================================
	HOMEPAGE  
======================================================================================= */

.edge-style-img .widget .widget-inner {
  position: relative;
  padding-right: 0px;
  padding-left: 30px;
  padding-top: 30px;
}

section.our-legacy .edge-style-img .widget .widget-inner {
  padding-right: 30px;
  padding-left: 0px;
}

.edge-style-img .widget .widget-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background: #207abd;
  z-index: 1;
}

section.our-legacy .edge-style-img .widget .widget-inner::before {
  left: auto;
  right: 0;
  background: rgba(255,255,255,0.25);
}

@media(min-width:768px){
	.edge-style-img.edge-style-img-right .widget .widget-inner {
	  padding-right: 30px;
	  padding-left: 0px;
	}
	.edge-style-img.edge-style-img-right .widget .widget-inner::before {
	  left: auto;
	  right: 0;
	  background: rgba(255,255,255,0.25);
	}
	.edge-style-img.edge-style-img-right .widget .widget-inner::before {
	  background: #207abd;
	}
	.edge-style-img .widget .widget-inner {
	  padding-right: 10px;
	}
	.edge-style-img.edge-style-img-right .widget .widget-inner,
	section.our-legacy .edge-style-img .widget .widget-inner {
	  padding-left: 10px;
	}
	.edge-style-img .widget .widget-inner::before {
	  width: calc(100% - 40px);
	}
	
}

.edge-style-img .widget .widget-inner video,
.edge-style-img .widget .widget-inner img {
  z-index: 2;
  position: relative;
}








section#home-slider .slick-slider .slick-slide .html-overlay h3 {
  text-transform: none !important;
}

@media(max-width:767px){
	section#home-slider .slick-slider .slick-slide .html-overlay,
	section#home-slider .slick-slider .slick-slide .html-overlay h3,
	section#home-slider .slick-slider .slick-slide .html-overlay p {
	  text-align: center !important; 
	}
	section#home-slider .slick-slider .slick-slide .html-overlay h3 {
	  font-size: 34px !important; 
	}
}







/* =======================================================================================
	EDGE THEME STUFF
======================================================================================= */

section .widget .content-block .arrow-01 {
  display: block;
  position: relative;
  padding-top: 19px;
  border-top: 1px solid #d0d0d0;
}

section .widget .content-block .arrow-01::before {
  content: "";
  display: block;
  position: absolute;
  top: -26px;
  left: -30px;
  border: 26px solid #207abd;
  border-right: 26px solid transparent;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}

section.alt .widget .content-block .arrow-01::before {
  border: 26px solid #ffffff;
  border-right: 26px solid transparent;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}

section .widget .content-block .arrow-01::after {
  content: "01";
  color: #ffffff !important;
  display: block;
  position: absolute;
  z-index: 1000;
  top: -8px;
  font-size: 14px;
  left: -28px;
}

section.alt .widget .content-block .arrow-01::after {
  color: #207abd !important;
  content: "02";
  left: -28px;
}

section .widget .content-block [data-arrow-number]::after {
  content: attr(data-arrow-number) !important;
}

section .header-widget {
  border-top: 1px solid #d0d0d0;
  text-align: center !important;
}

section .header-widget .h2 {
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto 0 auto !important;
  background: #ffffff;
  padding: 0 20px;
  position: relative;
  top: -23px;
}

section.default .header-widget .h2 {
  background: #ffffff;
}

section.inset .header-widget .h2 {
  background: #f1f1f1;
  /*color: #8996a0;*/
}

section.alt .header-widget .h2 {
  background: #207abd;
}

section.alt {
  background: #207abd url(../images/blue-wave-texture.jpg);
  background-size: cover;
}

section.alt h1,
section.alt h2,
section.alt h3,
section.alt h4,
section.alt h5,
section.alt h6,
section.alt .h1,
section.alt .h2,
section.alt .h3,
section.alt .h4,
section.alt .h5,
section.alt .h6,
section.alt .p,
section.alt p,
section.alt .btn-link,
section.alt .btn-link:hover {
  color: #ffffff;
}

section.alt .btn-link::after,
section.alt .btn-link:hover::after {
  background: #ffffff;
}

section.alt .widget .content-block .arrow-01 {
  border-color: #ffffff;
}

section.alt .card h3,
section.alt .card .h3 {
  color: #207abd;
}

section.alt .pricing .header-widget .h2 {
  color: #207abd;
  background: #f1f1f1 !important;
}

section.alt.edge-bottom .p.card-text {
  color: #8996a0 !important;
}

section.alt.primary {
  background: #207abd !important;
}

body#pages section.standard-top {
  margin-top: -10%;
}

@media(min-width:992px){
	body#pages section.standard-top {
	  margin-top: -15%;
	}
}


/* =======================================================================================
	STAFF PAGE TWEAKS
======================================================================================= */

body#staff-bio ol.breadcrumb-widget .breadcrumb-item:nth-child(2){
  display: none;
}

body#staff-bio section {
  padding-bottom: 100px;
}



/* =======================================================================================
	EDGE THEME TWEAKS (cont...)
======================================================================================= */

section.alt.edge-bottom h5,
section.alt.edge-bottom p {
  color: #8996a0;
}

section.alt.edge-bottom .p {
  color: rgb(155, 193, 223);
}

section.alt.edge-bottom .inner-block-heading {
  background: #f1f1f1;
  position: relative;
  z-index: 2000;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1), 0 5px 5px rgba(0,0,0,0.075), 0 0 0 1px rgba(0,0,0,0.075);
  margin-bottom: 80px;
}



/* =======================================================================================
	BOTTOM TABS
======================================================================================= */

section.bottom-tabs {
  background: #207abd;
  position: relative;
}

section.bottom-tabs ul.nav {
  background: #ffffff;
  text-align: center;
}

section.bottom-tabs ul.nav li {
  position: relative;
}

section.bottom-tabs ul.nav li a {
  color: var(--bs-p-color);
  font-weight: bolder;
  font-size: 1.15rem;
  padding-bottom: 17px;
  padding-top: 0;
}

section.bottom-tabs ul.nav li a.active {
  color: #207abd;
}

section.bottom-tabs .tab-content {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

section.bottom-tabs ul.nav li a.active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 14px solid #207abd;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid transparent;
}

@media(min-width:768px){
	section.bottom-tabs ul.nav,
	section.bottom-tabs .tab-content {
	  max-width: 100%;
	  margin: 0 auto;
	}
	section.bottom-tabs ul.nav li {
	  display: block;
	  width: 100%;
	  max-width: 16.6667%;
	}
	section.bottom-tabs ul.nav li a {
	  font-size: 1rem;
	  line-height: 1rem;
	  width: 100%;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-align: end;
	  align-items: flex-end;
	  -ms-flex-pack: center;
	  justify-content: center;
	  text-transform: uppercase;
	}
	section.bottom-tabs ul.nav.airports li a {
	  font-size: 1.5rem;
	  line-height: 1.5rem;
	  text-transform: capitalize;
	  min-height: 170px;
	}
	section.bottom-tabs ul.nav.airports li {
	  max-width: 20%;
	}
	section.bottom-tabs ul.nav.airports li:nth-child(1) a {
	  background: white url(../images/airport-bradley.jpg) bottom center no-repeat;
	  background-size: contain;
	}
	section.bottom-tabs ul.nav.airports li:nth-child(2) a {
	  background: white url(../images/airport-westchester.jpg) bottom center no-repeat;
	  background-size: contain;
	}
	section.bottom-tabs ul.nav.airports li:nth-child(3) a {
	  background: white url(../images/airport-laguardia.jpg) bottom center no-repeat;
	  background-size: contain;
	}
	section.bottom-tabs ul.nav.airports li:nth-child(4) a {
	  background: white url(../images/airport-jfk.jpg) bottom center no-repeat;
	  background-size: contain;
	}
	section.bottom-tabs ul.nav.airports li:nth-child(5) a {
	  background: white url(../images/airport-newark.jpg) bottom center no-repeat;
	  background-size: contain;
	}
}

@media(min-width:992px){
	section.bottom-tabs ul.nav::before {
	  content: "";
	  background: #ffffff;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  z-index: 0;
	  height: 49px;
	}
	section.bottom-tabs ul.nav::after {
	  content: "";
	  background: #ffffff;
	  position: absolute;
	  right: 0;
	  width: 100%;
	  z-index: -1;
	  height: 49px;
	}

	section.bottom-tabs ul.nav.airports::before {
	  min-height: 170px;
	}
	section.bottom-tabs ul.nav.airports::after {
	  min-height: 170px;
	}
	section.bottom-tabs ul.nav,
	section.bottom-tabs .tab-content {
	  max-width: 960px;
	}
}

@media(min-width:1200px){
	section.bottom-tabs ul.nav::before {
	  height: 49px;
	}
	section.bottom-tabs ul.nav::after {
	  height: 49px;
	}
	section.bottom-tabs ul.nav,
	section.bottom-tabs .tab-content {
	  max-width: 1140px;
	}
}

@media(max-width:767px){
	section.bottom-tabs ul.nav:not(.airports) {
	  padding-bottom: 20px;
	}
	section.bottom-tabs ul.nav:not(.airports) li a {
	  padding: 0.25rem 0.7rem;
	  font-size: 16px;
	}
	section.bottom-tabs ul.nav:not(.airports) li a.active {

	}
	section.bottom-tabs ul.nav:not(.airports) li a.active::after {
	  display: none;
	}
}







/* =======================================================================================
	PATCH NOTES
======================================================================================= */

body#patch-notes .h1 .h5 > a {
  color: white;
}

body#patch-notes .h1 .h5 > a:hover,
body#patch-notes .h1 .h5 > a:focus,
body#patch-notes .h1 .h5 > a:active {
  color: white !important;
  text-transform: underline;
}

body#patch-notes .patch-notes-video-block {
  width: 700px;
  margin: 0 auto -100px auto;
  position: relative;
  z-index: 100;
}

@media(min-width:575px){
	body#patch-notes .patch-notes-video-block {
	  margin-bottom: -100px;
	}
}

@media(min-width:768px){
	body#patch-notes .patch-notes-video-block {
	  margin-bottom: -160px;
	}
}

@media(min-width:992px){
	body#patch-notes .patch-notes-video-block {
	  margin-bottom: -195px;
	}
}

body#patch-notes .patch-notes-video-block img {
  border-radius: 10px;
  margin-top: 25px;
  border: 1px solid rgba(0,0,0,0.075);
  box-shadow: 0 10px 60px rgba(0,0,0,0.1);
}

@media(max-width:767px){
	body#patch-notes .patch-notes-video-block {
	  width: 100%;
	}
}