
@import url("https://use.typekit.net/sql2lci.css");


@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/butler_light-webfont.woff2') format('woff2'),
         url('fonts/butler/butler_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/butler_medium-webfont.woff2') format('woff2'),
         url('fonts/butler/butler_medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/butler_regular-webfont.woff2') format('woff2'),
         url('fonts/butler/butler_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: HelveticaNeueLT Std Blk Cn;
    src: url("fonts/HelveticaNeueLTStd-BlkCn.otf") format("opentype");
}

@font-face {
    font-family: HelveticaNeueLT Std Blk CnO;
    src: url("fonts/HelveticaNeueLTStd-BlkCnO.otf") format("opentype");
}

@font-face {
    font-family: HelveticaNeueLT Std Md Cn;
    src: url("fonts/HelveticaNeueLTStd-MdCn.otf") format("opentype");
}
@font-face {
    font-family: HelveticaNeueLT Std XBlk Cn;
    src: url("fonts/HelveticaNeueLTStd-XBlkCn.otf") format("opentype");
}
 


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;  
  /* 2 */
}
body {
    padding: env(save-area-inset-top, 0px) env(save-area-inset-right, 0px) env(save-area-inset-bottom, 0px) env(save-area-inset-left, 0px); margin: 0; 
}
h1, h2, h3, h4, h5, h6{font-family:  Oswald, sans-serif  ; font-weight: 500 !important; line-height: 1.3 !important  }
 
* {
    box-sizing: border-box;
}
:root {
    --color-primary: #1d3557 !important;
    --color-secondary: #1d1f22;
    --color-success: #28a745;
    --color-info: #17a2b8;
    --color-warning: #ffc107;
    --color-danger: #dc3545;
    --color-light: #f8f9fa;
    --color-dark: #3f3836;
    --color-white: #ffffff;
    --color-black: #000000;
    --body-bg-color: #f7f7f7 !important;
    --body-text-color: #585858;
    --body-link-color: #1d3557 !important; --body-gold-color:#b78806;
	--body-link-hover-color: #FCB900 !important; --page-size-subtitle:45px !important;
    --primary_light: #f7f7f7 !important;     --body-font-size: 16px !important; --body-title-size: 27px !important; --font:  Oswald, sans-serif !important; --font-sub-title:    Oswald, sans-serif !important; --heading-font-family:  Oswald, sans-serif !important;
}

.t4-section .t4-section-inner {
    position: relative;
    background: #fff;
    padding: 10px 50px 50px 50px;
}

 
.item-page .page-header h2{padding-bottom: 20px}
@media (min-width: 1200px){
 .container { 
    max-width: 1300px !important;
}
	.navbar-expand-lg .navbar-nav {
    float: right;
     
}
	.navbar-expand-lg {
    padding: 0;
    z-index: 3 !important; width: 80% !important;
}
}
 
 @media (min-width: 1366px){
 .container { 
    max-width: 1280px !important;
	 
}
  
}
@media (min-width: 1920px){
 .container {
    max-width: 1650px !important; 
}
	.navbar-expand-lg {
 
    z-index: 3 !important; width: 100% !important;
}
}
a:hover, a:focus, a:active {
    color: #d59f0b !important;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot{border: 0 !important}
 
header button, header .button, header a.button, header a.content_button,header .content_button > a, header .content_button_with_arrow {
    display: block;
    overflow: hidden;
    width: 80%;
    min-height: 34px;
    margin: 0 auto;
    margin-bottom: 8px;
    padding: 1rem 2.5rem;
    transition: all 0.18s ease-in;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    border: none;
    outline: none;
    background-color: #115740;
    
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.3;
} 
.t4-content {
    
    max-width: 100% !important;
}


div[id*="t4-section-"], div[id^="t4-section-"] {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
 
.border-top-sush{border-top: 5px solid #FCB900; z-index: 9999}
.nav-link {
    color: #fff; text-transform: uppercase
}
.nav-link:hover, .nav-link:active, .nav-link:focus {
    color: #FCB900;
}
.nav-link{font-weight: 700;}
.menu-text{float: left}
.flame-topbar {
    background: #fff;
    box-shadow: none;
    border-color: transparent;
    justify-content: right;
    margin-left: 0 !important;
}
.navbar-expand-lg{z-index: 999;margin-top: -180px;}
.navbar-expand-lg .navbar-collapse {
	display: block !important;}
.navbar-expand-lg .navbar-nav {
     float: right;
}
.h-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* .sticky_header{   width: 100%; position: fixed !important; left: 0; right: 0; top:0; background: #fff;}
.sticky_header .navbar-expand-lg{  margin-top: 0 !important;    }
.sticky_header .navbar-expand-lg .flame_logo_banner{display: block;}
scss/7-menus-and-header/_topbar.scss */
.flame-topbar__buttons {
  position: fixed;
  z-index: 81;
  top: 0;
  right: 0;
}
.fa-search:before {
    content: "\f002";
}
.flame-topbar__menu-button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 77px;
  height: calc(66px - 8px);
  height: 66px;
  padding: 20px 0 23px;
  transition: opacity 0.3s linear;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
  background: #FCB900;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  
  font-size: 16px;
  font-weight: 400;
}
div.t4-verticle-lines {
    display: none !important;
}
.flame-topbar__menu-button svg .a {
  fill: #fff;
}

.flame-topbar__menu-button-text {
  display: none;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding-top: 0.0625rem;
  padding-bottom: 1.0625rem;
  letter-spacing: 0.1em;
  font-size: 0.64rem;
  line-height: 0;
}

.flame-topbar__menu-button:hover {
  text-decoration: none;
  color: white;
  background-color: #1d3557;
}

.flame-topbar__menu-button:visited {
  color: white;
}

.flame-topbar__menu-button:focus {
  text-decoration: none;
  color: white;
  background-color: #1d3557;
}
 
.flame-topbar__info-for-button {
  position: absolute;
  top: 63px;
  right: 0px;
  display: none;
  overflow: hidden;
  width: 110px;
  height: 35px;
  padding-left: 1.5625rem;
  transition: all 0.25s, right 0.25s;
  text-decoration: none;
  /*=================*/
  /*===============*/
}
.clearfix{clear: both}
@media (min-width: 930px) {
  .flame-topbar__info-for-button {
    top: 80px;
    display: block;
    width: 120px;
  }
}

.flame-topbar__info-for-button:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  width: 100%;
  height: 100%;
  content: "";
  transform: skew(-20deg);
  background: rgba(0, 0, 0, 0.8);
}

.flame-topbar__info-for-button span {
  z-index: 2;
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
  font-size: 0.68rem;
  font-weight: 400;
  font-style: italic;
  line-height: 35px;
}

.flame-topbar__info-for-button:hover {
  width: 130px;
  text-decoration: none;
}

.flame-topbar__info-for-button:hover:before {
  background-color: black;
}

.flame-topbar__info-for-button:visited {
  color: white;
}

.flame-topbar__info-for-button.is-hidden {
  right: -7.462rem;
  opacity: 0;
}

@media (any-hover: none) {
  .flame-topbar__info-for-button .flame-topbar__info-for-button:hover,
  .flame-topbar__info-for-button .flame-topbar__info-for-button:focus {
    width: 110px;
  }
}

@media (any-hover: none) and (min-width: 930px) {
  .flame-topbar__info-for-button .flame-topbar__info-for-button:hover,
  .flame-topbar__info-for-button .flame-topbar__info-for-button:focus {
    width: 120px;
  }
}



.l_hp__overview_btn {
    background: #fff;
    
    box-shadow: none !important;
    color: #1D3557;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    margin-left: -.1em;
    margin-top: 5px;
    padding: 10px 30px ;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    border: 1px solid #FCB900;
    transition: .3s;
}

/*.l_hp__overview_btn:hover {
    background-color: rgba(237,242,240,0.35);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%), 0 1px 6px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%), 0 1px 6px 1px rgb(0 0 0 / 10%);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}*/
.l_hp__overview_btn {
    background: #FFF;
     
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%), 0 1px 5px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%), 0 1px 5px 1px rgb(0 0 0 / 10%);
    color: #1e3557;
    display: inline-block;
     font-size: 1rem;
    font-weight: 500;
    margin-left: -.1em;
    margin-top: 15px;
    padding: 5px 22px ;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;   text-transform: uppercase;
    transition: .3s; font-size: 12px !important;
}
.readmore, .btn-secondary {
    background: #FFF;
     margin-top: 0 !important; 
    color: #1e3557 !important;
    display: inline-block;
     font-size: 1rem;
    font-weight: 500;
    margin-left: -.1em; border: 1px solid #FCB900 ;
    margin-top: 15px;
    padding: 5px 22px ;
    text-decoration: none; position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;   text-transform: uppercase;
    transition: .3s; font-size: 12px !important;   box-shadow:0 !important;
}
.icon-chevron-right{display: none}
.btn.btn-secondary{background-color: transparent !important; border:0 !important; box-shadow:0 !important;}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231D3557' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231D3557' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important;
}
.l_hp__overview_btn:after {
		 border: solid #1e3557;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
		content: ''; top: 5px;
    right: 5px;
  transform: rotate(270deg); position: absolute;
  -webkit-transform: rotate(270deg);
}
	.l_hp__overview_btn:hover::after {
		transform: rotate(270deg);
		border-color: orange;
		 transition: .9s ease;  
		 
	}
	 

 .readmore:after  {
		 border: solid #1e3557;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
		content: ''; top: 5px; color: #FCB900;
    right: 5px;
  transform: rotate(270deg); position: absolute;
  -webkit-transform: rotate(270deg);
}
.readmore:hover::after  {
		transform: rotate(270deg);
		border-color: orange;
		 transition: .9s ease;  
		 
	}
.mod-finder__search.input-group input {
    max-width: 100%; padding-right: 95px;
}
.flame-topbar {
  position: sticky;
  position: -webkit-sticky;
  z-index: 88;
  top: 0;
  right: 0;
  left: 0; background: #fff !important;
  display: flex;
  align-items: flex-start;
  height: 66px;
  margin: 0;
   
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}

.flame-topbar .button-wrapper-for-older-browsers {
  position: relative;
}

.flame-topbar__logo {
  flex-basis: 1172px;
  flex-grow: 0;
  flex-shrink: 1;
  height: 66px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .flame-topbar__logo {
    height: 84px;
  }

}
.clearFix{clear: both}
@media (min-width: 1680px) {
  .flame-topbar__logo {
    flex-basis: 1650px !important;
    flex-grow: 0;
    flex-shrink: 1;
  }
}

.flame-topbar__logo-link {
  display: inline-block;
  align-self: center;
   
}

.flame-topbar__logo-img {
  width: 15.66rem;
  width: 140px;
}

.menubackdrop-white {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 425px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(75rem);
  background: white;
  visibility: hidden;
  background: white !important;
}

.menubackdrop-white .flame_logo_banner {
  position: absolute;
  top: 0;
  left: 22px;
  left: 35px;
  width: 131px;
  padding: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .menubackdrop-white .flame_logo_banner {
    width: 141px;
  }
}

.menubackdrop-white .flame_logo_banner:after {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: white;
}

.menubackdrop-white .flame_logo_banner img {
  position: relative;
  top: -7px;
  width: 100%;
  max-width: 157px;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.menubackdrop-white .flame_logo_banner img:hover {
  top: -2px;
}

body.menu-open .menubackdrop-white,
body.info-open .menubackdrop-white {
  visibility: visible;
}

@media (min-width: 1024px) {
  .info-open .menubackdrop-white .flame_logo_banner {
    display: none !important;
  }
}

.info-open .flame-topbar__menu-button-text {
  padding-top: 0.375rem;
  padding-bottom: 0.875rem;
}

.toggle-menus .menubackdrop-white {
  z-index: 100;
  transform: translateX(0);
  z-index: 95;
}

@media (min-width: 1024px) {
  .toggle-menus .menubackdrop-white {
    width: 80%;
    max-width: 1152px;
  }
}

.toggle-menus .menubackdrop-white {
  display: block;
  opacity: 1;
}

.item-page .page-header h1, .article-title-h1 {
    font-size: 40px;
    line-height: 1.325; color: #041e39;
	font-weight: 600; text-transform: none;
}

/*--- MENU BACKDROP DARK---
  
.menubackdrop-dark {
  position: fixed;
  z-index: auto;
  top: 0;
  left: 0;
  -webkit-overflow-scrolling: none;
  width: 100%;
  height: 100%;
  cursor: auto;
  transition: opacity 0.4s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
   touch-action: none;
   overscroll-behavior: none;
}
*/
.menubackdrop-dark  {
  position:  relative !important;
  z-index: auto;
  top: -100px;
  left: 0;
  -webkit-overflow-scrolling: none;
  width: 100%;
  height: 100%;
  cursor: auto;
  transition: opacity 0.4s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
   touch-action: none;
   overscroll-behavior: none;
}  

.menu-open .menubackdrop-dark,
.info-open .menubackdrop-dark {
  z-index: 9999;     top: 0;
  cursor: url("../images/close-x.svg"), auto;
  opacity: 1;
	position: fixed !important; 
}

.source .flame-topbar,
.source .flame-topbar__buttons {
  position: relative;
}
#t4-menu {
    position: -webkit-sticky !important;
    /* position: sticky; */
    top: 0;
    z-index: auto !important;
}
.logo-inner {
    display: block !important;
    position: relative;
    top: 0;
    left: 1%;
}
@media (min-width: 930px) {
  .flame-topbar {
    height: 84px;
    border-top: 13px solid #1D3557;
  }
  .flame-topbar__buttons {
    top: 0;
    overflow: hidden;
    width: 125px;
    height: 120px;
  }
  .flame-topbar__menu-button {
    display: flex;
    width: 123px;
    height: 90px;
  }
  .flame-topbar__menu-button-text {
    display: block;
  }
  .flame-topbar__info-for-button:focus {
    width: 130px;
    text-decoration: none;
  }
  .menu-open .flame-site-menu .flame-topbar__menu-button.-close-x:focus {
    background: #aa814d;
  }
  .flame-topbar__info-for-button:focus::before {
    background-color: black;
  }
  /* TOPBAR - REDUCE MOTION */
}

#t4-header{   
    width: 100%;
    top: 0;
    z-index: auto !important;
    height: 90px;
    background: #fff !important; 
}

@media (min-width: 930px) and (prefers-reduced-motion) {
  .flame-topbar__info-for-button {
    transition: none;
  }
}

@media (min-width: 930px) {
  .flame-topbar__logo-link {
    padding-top: 0.83rem;
    padding-left: 0;
  }
  .flame-topbar__logo-img {
    width: 180px; display: none;
  }
}

/* scss/7-menus-and-header/_banner.scss */
.m-header,
.m-header.-small,
.m-header .m-header__photo,
.m-header .banner-img {
  height: 20vh;
}

@media (min-width: 700px) {
  .m-header,
  .m-header.-small,
  .m-header .m-header__photo,
  .m-header .banner-img {
    height: 261px;
  }
}

.m-header.-medium,
.m-header.-medium .m-header__photo,
.m-header.-medium .banner-img {
  height: 20vh;
}

@media (min-width: 700px) {
  .m-header.-medium,
  .m-header.-medium .m-header__photo,
  .m-header.-medium .banner-img {
    height: 481px;
  }
}

.m-header.-tall,
.m-header.-tall .m-header__photo,
.m-header.-tall .banner-img {
  /* Fallback for browsers that do not support Custom Properties */
  height: 85vh;
  height: calc(var(--vh, 1vh) * 85);
}

.touch .m-header.-tall,
.touch .m-header.-tall .m-header__photo,
.touch .m-header.-tall .banner-img {
  /* Fallback for browsers that do not support Custom Properties */
  height: 75vh;
  height: calc(var(--vh, 1vh) * 75);
}

.m-header .m-title-card__dept {
  font-size: 1rem;
}

.m-header .m-title-card__dept a {
  font-size: calc(3.0303vw + 13.63636px);
  text-decoration: none;
}

@media (min-width: 1215px) {
  .m-header .m-title-card__dept a {
    font-size: 50px;
  }
}

.m-header .m-title-card__dept a.XXX-Small {
  font-size: calc(2.42424vw + 15.90909px);
}

@media (min-width: 1215px) {
  .m-header .m-title-card__dept a.XXX-Small {
    line-height: 1.1;
  }
}

.m-header.-medium .m-title-card__dept a {
  font-size: calc(4.24242vw + 9.09091px);
}

@media (min-width: 1215px) {
  .m-header.-medium .m-title-card__dept a {
    font-size: 60px;
  }
}

.m-header.-tall .m-title-card__dept a {
  font-size: calc(3.63636vw + 31.36364px);
}

@media (min-width: 1215px) {
  .m-header.-tall .m-title-card__dept a {
    font-size: 75px;
  }
}

.m-header {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 5%;
  text-align: center;
  letter-spacing: 0.05rem;
}

@media (min-width: 700px) {
  .m-header {
    padding: 0 10%;
  }
	 
}
@media (max-width: 700px) {
 
	.navbar-expand-lg {
    padding: 0;
    display: none !important;
}
}
.m-header.-medium .m-header__photo::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.m-header.-tall {
  position: relative;
}

.m-header.-tall .scroll-down {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  animation: bounce 0.5s 1;
  animation-delay: 1s;
}

@keyframes bounce {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 40px;
  }
}

.m-header.-tall::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: black;
}

@keyframes fadein {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes umbrellafadein {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  20% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.m-title-card {
  z-index: 1;
  margin-top: 0;
  border-top: none;
  border-bottom: none;
  background: transparent;
  font-size: 1rem;
}

@media (min-width: 700px) {
  .m-title-card {
    max-width: 1000px;
  }
}

@media (min-width: 930px) {
  .m-title-card {
    display: inline-block;
    margin-top: -22px;
  }
}

.m-title-card:hover + .m-header__photo {
  transform: scale(1.04);
}

.m-title-card:hover + .m-header__photo::before {
  opacity: 1;
}

.m-title-card__dept {
  margin-top: 12px;
  margin-bottom: 0;
  animation: fadein 2s;
}

.m-title-card__dept a {
  margin-top: 0;
  margin-bottom: 1.58rem;
  letter-spacing: 0.05rem;
  color: white;
  
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 930px) {
  .m-title-card__dept a {
    letter-spacing: 0.05rem;
    line-height: 1;
  }
}

.m-title-card__dept a:hover {
  text-decoration: none;
}

.m-title-card__umbrella {
  margin: 0;
  padding: 0;
  animation: umbrellafadein 1.75s;
  background: transparent;
  line-height: 1;
}

.m-title-card__umbrella a {
  font-size: calc(0.36364vw + 13.63636px);
  text-decoration: none;
  display: inline;
  margin: 1.14rem 1.3rem 0;
  letter-spacing: 0.05rem;
  color: white;
  background: transparent;
  font-weight: 700;
}

.m-title-card__umbrella a:hover {
  text-decoration: underline;
}

.m-title-card .m-breadcrumbs {
  display: none;
}

.m-header__photo,
.banner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: ease-out 0.65s;
  background-position: top center;
  background-size: cover;
}

.m-header__photo::before,
.banner-img::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: opacity 0.65s ease-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}

.m-header__photo::after,
.banner-img::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

/* scss/7-menus-and-header/_banner-medium.scss */
/* scss/7-menus-and-header/_banner-tall.scss */
/* scss/7-menus-and-header/_chosen.scss */
/* Chosen v1.5.1 | (c) 2011-2016 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
/* flame NOTE: Updated background image URLs */
.departmentDropdownMenu {
  width: 100% !important;
  margin-bottom: 22px;
  padding: 10px 14px;
  letter-spacing: 0.02em;
  color: white;
  background: #1D3557;
  font-size: 13px;
  font-weight: 600;
}

@media (min-width: 930px) {
  .departmentDropdownMenu {
    border: none;
  }
}

.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
 
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  font-size: 13px;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  z-index: 1010;
  top: 100%;
  left: -9999px;
  width: 100%;
  color: white;
  background: #1D3557;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  overflow: hidden;
  margin-right: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  font-weight: 400;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  padding-left: 2px;
  content: ":";
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1.5625rem;
  padding: 0 0 0 8px;
  white-space: nowrap;
  text-decoration: none;
  color: #444;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  height: auto;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
  background: #fff url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat 100% -20px;
  font-family: sans-serif;
  font-size: 1em;
  line-height: normal;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 240px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #444;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 12px 0;
  padding: 5px 6px;
  list-style: none;
  font-size: 1rem;
  word-wrap: break-word;
  line-height: 15px;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li:first-child {
  margin-top: 0;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default;
  color: #ccc;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  color: #777;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  font-weight: 700;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  text-decoration: underline;
  font-style: normal;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px;
  cursor: text;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 1.5625rem;
  margin: 1px 0;
  padding: 0;
  color: #999;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  background: transparent !important;
  box-shadow: none;
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  max-width: 100%;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  cursor: default;
  color: #333;
  line-height: 13px;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi
.chosen-choices
li.search-choice
.search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  color: #666;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi
.chosen-choices
li.search-choice-focus
.search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  cursor: default;
  color: #ccc;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../js/vendor/chosen-dropdown/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* Chosen - flame TWEAKS, dropdown in left nav */
.chosen-container-single .chosen-single div b {
  width: 20px;
}

.chosen-container-single .chosen-single div {
  top: 11px;
  right: 7px;
  width: 20px;
}

.chosen-container-single .chosen-single div:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f078";
  color: white;
  font-family: "Font Awesome 5 Free";
}

.chosen-container-single .chosen-search {
  width: 230px;
  margin: 10px;
  padding: 5px 10px;
  border: 1px solid #aaa;
}

.chosen-container-single .chosen-search:after {
  content: "\f002";
  color: #c9c9c9;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 24px;
}

.chosen-container-single .chosen-search input[type="text"] {
  width: 190px;
  border: none;
  outline: 0;
  background: none;
}

.chosen-container-single .chosen-drop {
  padding: 10px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 15px;
  padding: 5px;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 3px 0 3px 5px;
  background-color: #e4e4e4;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -1px -228px;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

.chosen-container {
  transition: all 0.18s ease-in;
  color: white !important;
  background: #1D3557 !important;
  font-size: 13px !important;
  font-weight: 600;
}

.chosen-container:hover {
  background-color: black !important;
}

.chosen-container span {
  font-size: 13px !important;
}

.chosen-default {
  color: #d0d3d4;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.chosen-container ul {
  padding: 10px 4px 4px 4px;
  background: #ffffff !important;
}

.chosen-container-single .chosen-single {
  height: auto;
  padding: 20px 14px !important;
  background-color: transparent !important;
  background-image: none !important;
}

.chosen-container-single .chosen-single span {
  margin-right: 18px !important;
  letter-spacing: 0.02em;
  color: #fff;
}

.chosen-container-single.chosen-with-drop .chosen-single span {
  color: #ffffff !important;
  font-size: 1rem;
}

.chosen-container-single .chosen-single:hover {
  text-decoration: none !important;
}

.chosen-container-single .chosen-single:focus {
  outline: none !important;
}

.chosen-with-drop,
.chosen-with-drop .chosen-default,
.chosen-with-drop.chosen-container-single .chosen-single {
  color: #ffffff !important;
  background-color: #1D3557 !important;
}

.chosen-container .chosen-drop {
  width: 275px;
  border: 1px solid #c2c2c2 !important;
  background: #ffffff !important;
  font-size: 12px;
}

.chosen-container a,
.chosen-drop li {
  transition: all 0.3s;
  text-decoration: none;
  color: #FCB900;
  font-weight: 700;
  text-decoration-skip-ink: auto;
}

.chosen-container a:hover, .chosen-container a:focus,
.chosen-drop li:hover,
.chosen-drop li:focus {
  text-decoration: underline;
}

.chosen-container a:hover,
.chosen-drop li:hover {
  text-decoration: none;
  color: #1D3557 !important;
}

.chosen-container .chosen-results li.highlighted {
  color: #FCB900;
  background: none !important;
}

.chosen-container .chosen-results li:first-child {
  color: black !important;
  background: none !important;
}

.extra-nav .chosen-with-drop,
.extra-nav .chosen-with-drop .chosen-default,
.extra-nav .chosen-with-drop.chosen-container-single .chosen-single {
  border: none;
}

/* Dropdown in sidebar widget */
#sidebar .sidebar__item .chosen-container,
.SidebarItem .chosen-container {
  margin: 22px auto;
  padding-right: 0;
  padding-left: 0;
  max-width: 240px;
  display: block;
}

/* scss/7-menus-and-header/_footer.scss */
.o-flame-footer {
  padding-top: 2.132rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: white;
  background: linear-gradient(0deg, #1D3557 0%, #0d4230 100%);
  background-color: #1D3557;
  
  font-size: 0.94rem;
}

.o-flame-footer a {
  text-decoration: none;
}

.o-flame-footer a:hover {
  text-decoration: underline;
  opacity: 1;
}

.o-flame-footer hr {
  height: 0;
  margin: 1.91rem 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.o-flame-footer .sm_icon {
  margin: 12px 8px;
  font-size: 22px;
  color: #c9cdce;
}

@media (min-width: 1000px) {
  .o-flame-footer .sm_icon {
    margin: 0 4px;
    font-size: 16px;
  }
}

.o-flame-footer .sm_icon:hover {
  text-decoration: none;
  cursor: pointer;
  color: #FCB900;
}

.o-flame-footer__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1225px;
  margin: 0 auto;
  padding-bottom: 2.31rem;
}

.o-flame-footer__column:first-child,
.o-flame-footer__column:last-child {
  border-bottom: none;
}

.o-flame-footer__logo-column {
  order: 1;
}

.o-flame-footer__logo-column img {
  max-width: 205px;
}

.footer_social-media-nav__wrapper + hr {
  margin-top: 1.48rem !important;
}

@media (min-width: 1000px) {
  .footer_social-media-nav__wrapper + hr {
    margin-top: 1.91rem !important;
  }
}

.o-flame-footer__column {
  width: 200px;
  margin: 0 auto;
  padding-top: 2.46rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.o-flame-footer__title {
  margin-bottom: 0.5rem;
  padding: 0 0 1.066rem 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  
  font-size: 0.88rem;
  font-weight: 700;
}

.o-flame-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-flame-footer__list li:last-child .o-flame-footer__link:hover {
  text-decoration: underline;
  opacity: 1;
  color: #fff;
}

.o-flame-footer__link {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  letter-spacing: 0.05em;
  opacity: 0.7;
  color: #fff;
  font-weight: 400;
}

.o-flame-footer__link:hover {
  opacity: 1;
  color: #fff;
}

.o-flame-footer__text-block {
  margin-top: 3.12rem;
  color: rgba(255, 255, 255, 0.9);
}

.o-flame-footer__text {
  margin-bottom: 0.46738rem;
  padding: 0;
  letter-spacing: 0;
  opacity: 0.7;
  color: #fff;
  font-size: 0.88rem;
  font-weight: normal;
}

@media (min-width: 1000px) {
  .o-flame-footer__text {
    margin-bottom: 1.48rem;
  }
}

.o-flame-footer__city {
  margin-bottom: 0.5rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.7;
  font-size: 0.88rem;
}

.o-flame-footer__contact {
  text-transform: none;
  opacity: 0.7;
  color: white;
  font-size: 0.94rem;
  font-weight: bold;
}

.o-flame-footer__contact:hover {
  opacity: 1;
  color: #fff;
}

.o-flame-footer__miscinfo {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  opacity: 0.7;
  color: #fff;
  background: #092c21;
}

.o-flame-footer__miscinfo-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 1.79rem;
}

.o-flame-footer__copyright {
  order: 1;
  width: 200px;
  margin: 1.39rem 0;
  padding: 0.35533rem;
  padding-top: 2.04rem;
  opacity: 0.7;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.83rem;
}

.o-flame-footer__misclist {
  display: inline-block;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 1200px;
  margin: 0;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.o-flame-footer__misclist .o-flame-footer__miscitem {
  display: block;
  margin: 0.68rem 0;
}

.o-flame-footer__misclist .o-flame-footer__miscitem:last-child {
  border-right: none;
}

.o-flame-footer__misclist .o-flame-footer__miscitem .o-flame-footer__link {
  margin: 0.35533rem 1.066rem;
  margin: 0;
  font-size: 0.83rem;
}

a.o-flame-footer__text:hover {
  text-decoration: underline;
  opacity: 1;
  color: white;
}

.footer_social-media-nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 9px;
  font-size: 1rem;
}

@media (min-width: 1000px) {
  .footer_social-media-nav__wrapper {
    max-width: 100%;
    margin: 0 auto 22px;
  }
}

@media screen and (min-width: 1000px) {
  .o-flame-footer {
    padding-top: 0;
  }
  .o-flame-footer__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0 30px;
    padding-bottom: 9.44rem;
    text-align: left;
    background: transparent url(../img/wren-building-outline.png) center bottom no-repeat;
    background-size: 676px;
  }
  .o-flame-footer__column {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    width: 210px;
    margin: 0;
    margin-bottom: 3.12rem;
    margin-left: 1rem;
    padding: 12.13rem 0 0 1rem;
    border: none;
  }
  .o-flame-footer__column:last-child {
    padding-left: 0;
  }
  .o-flame-footer__column img {
    width: 100%;
    max-width: 350px;
  }
  .o-flame-footer__logo-column {
    display: flex;
    flex-basis: 15.66rem;
    flex-grow: 1;
    flex-shrink: 0;
    order: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 6.83rem 1.066rem 32px 0;
    text-align: center;
  }
  .o-flame-footer__logo-column > div {
    width: 210px;
  }
  .o-flame-footer__miscinfo {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .o-flame-footer__miscinfo-wrapper {
    align-items: center;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.68rem 0;
  }
  .o-flame-footer__copyright {
    display: inline-block;
    flex: 50 0 auto;
    order: -1;
    margin: 0;
    padding: 0 1.066rem;
    text-align: left;
    border-top: none;
  }
  .o-flame-footer__misclist .o-flame-footer__miscitem {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .o-flame-footer__misclist .o-flame-footer__miscitem .o-flame-footer__link {
    margin-bottom: 0;
    padding-right: 1.68rem;
    padding-left: 1.68rem;
  }
}

/* scss/7-menus-and-header/_info-for-menu.scss */
.menu-open .flame-info-for-menu {
  z-index: calc(100 - 1);
  transform: translateX(0);
  opacity: 0;
}

.menu-open .flame-info-for-menu .flame-topbar__info-for-button.-close-x {
  top: calc( 63px + 8px);
}

@media (min-width: 930px) {
  .menu-open .flame-info-for-menu .flame-topbar__info-for-button.-close-x {
    top: calc( 80px + 13px);
  }
}

.menu-open .flame-info-for-menu .flame-topbar__menu-button {
  top: 8px;
}

@media (min-width: 930px) {
  .menu-open .flame-info-for-menu .flame-topbar__menu-button {
    top: 13px;
  }
}

.info-open .flame-site-menu {
  z-index: calc(100 - 1);
  transform: translateX(0);
  opacity: 0;
}

.info-open .flame-info-for-menu {
  z-index: 100;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 1024px) {
  .info-open .flame-info-for-menu {
    padding: 13px 1.39rem;
  }
}

.info-open .flame-info-for-menu .flame-topbar__info-for-button.-close-x {
  top: calc( 63px + 8px);
  display: block;
  color: white;
}

@media (min-width: 930px) {
  .info-open .flame-info-for-menu .flame-topbar__info-for-button.-close-x {
    top: calc( 80px + 13px);
  }
}

.info-open .flame-info-for-menu .flame-topbar__info-for-button.-close-x span {
  background-color: #FCB900;
}

.info-open .flame-info-for-menu .flame-topbar__info-for-button.-close-x:before {
  background: #FCB900;
}

.info-open .flame-info-for-menu .flame-topbar__info-for-button.-close-x:hover {
  cursor: pointer;
}

.info-open .flame-info-for-menu .flame-topbar__menu-button {
  top: 8px;
  display: flex;
}

@media (min-width: 930px) {
  .info-open .flame-info-for-menu .flame-topbar__menu-button {
    top: 13px;
  }
}

.flame-info-for-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 425px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(75rem);
  background: white;
  visibility: hidden;
}

@media (min-width: 1024px) {
  .flame-info-for-menu {
    width: 80%;
    max-width: 1152px;
    padding: 13px 1.39rem;
  }
  .flame-info-for-menu.fancybox-margin {
    max-width: 0;
  }
}

.flame-info-for-menu a {
  text-decoration: none;
}

.flame-info-for-menu .close-x {
  position: relative;
  top: 0.0625rem;
  margin-right: 0.3125rem;
}

.flame-info-for-menu .close-x + span {
  display: inline-block;
}

.flame-info-for-menu .flame_logo_banner {
  position: absolute;
  top: 0;
  left: 22px;
  left: 35px;
  width: 131px;
  padding: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .flame_logo_banner {
    width: 141px;
  }
}

.flame-info-for-menu .flame_logo_banner:after {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: white;
}

.flame-info-for-menu .flame_logo_banner img {
  position: relative;
  top: -7px;
  width: 100%;
  max-width: 157px;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.flame-info-for-menu .flame_logo_banner img:hover {
  top: -2px;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .flame_logo_banner {
    display: none;
  }
}

.flame-info-for-menu .tabs {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  margin-top: 10.68rem;
  padding: 0 2.132rem 2.132rem;
  transition: all 0.3s ease-in;
  opacity: 0;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .tabs {
    width: calc(100% - 170px);
    width: 100%;
    margin-top: 0;
  }
}

.info-open .flame-info-for-menu .tabs {
  opacity: 1;
}

.flame-info-for-menu .tabs h2 {
  letter-spacing: 0.05em;
  color: #1D3557;
  
  font-size: 2.17rem;
  font-weight: 300;
}

.flame-info-for-menu .tabs [role="tablist"] {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 3.12rem;
  margin-bottom: 3.198rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .tabs [role="tablist"] {
    height: auto;
    margin-right: 110px;
    margin-bottom: 80px;
    border-bottom: 1px solid #d9dcdd;
  }
}

.flame-info-for-menu .tabs [role="tablist"].show button[aria-selected="false"] {
  display: block;
}

.tab-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .tab-wrapper {
    position: static;
    display: flex;
    justify-content: center;
  }
}

/*=============================================*/
.flame-info-for-menu .tabs button:nth-child(1):hover, .flame-info-for-menu .tabs button:nth-child(1):focus, .flame-info-for-menu .tabs button:nth-child(1):active, .flame-info-for-menu .tabs button:nth-child(1)[aria-selected="true"] {
  border-color: #c6b438;
  background: #c6b438;
}

.flame-info-for-menu .tabs button:nth-child(1):hover::before, .flame-info-for-menu .tabs button:nth-child(1):focus::before, .flame-info-for-menu .tabs button:nth-child(1):active::before, .flame-info-for-menu .tabs button:nth-child(1)[aria-selected="true"]::before {
  background: #c6b438;
}

.flame-info-for-menu .tabs button:nth-child(1):after {
  border-color: #c6b438 transparent transparent;
}

.flame-info-for-menu .tabs button:nth-child(2):hover, .flame-info-for-menu .tabs button:nth-child(2):focus, .flame-info-for-menu .tabs button:nth-child(2):active, .flame-info-for-menu .tabs button:nth-child(2)[aria-selected="true"] {
  border-color: #00b081;
  background: #00b081;
}

.flame-info-for-menu .tabs button:nth-child(2):hover::before, .flame-info-for-menu .tabs button:nth-child(2):focus::before, .flame-info-for-menu .tabs button:nth-child(2):active::before, .flame-info-for-menu .tabs button:nth-child(2)[aria-selected="true"]::before {
  background: #00b081;
}

.flame-info-for-menu .tabs button:nth-child(2):after {
  border-color: #00b081 transparent transparent;
}

.flame-info-for-menu .tabs button:nth-child(3):hover, .flame-info-for-menu .tabs button:nth-child(3):focus, .flame-info-for-menu .tabs button:nth-child(3):active, .flame-info-for-menu .tabs button:nth-child(3)[aria-selected="true"] {
  border-color: #de6145;
  background: #de6145;
}

.flame-info-for-menu .tabs button:nth-child(3):after {
  border-color: #de6145 transparent transparent;
}

.flame-info-for-menu .tabs button:nth-child(4):hover, .flame-info-for-menu .tabs button:nth-child(4):focus, .flame-info-for-menu .tabs button:nth-child(4):active, .flame-info-for-menu .tabs button:nth-child(4)[aria-selected="true"] {
  border-color: #55c8c6;
  background: #55c8c6;
}

.flame-info-for-menu .tabs button:nth-child(4):after {
  border-color: #55c8c6 transparent transparent;
}

.flame-info-for-menu .tabs button:nth-child(5):hover, .flame-info-for-menu .tabs button:nth-child(5):focus, .flame-info-for-menu .tabs button:nth-child(5):active, .flame-info-for-menu .tabs button:nth-child(5)[aria-selected="true"] {
  border-color: #789d4a;
  background: #789d4a;
}

.flame-info-for-menu .tabs button:nth-child(5):after {
  border-color: #789d4a transparent transparent;
}

.flame-info-for-menu .tabs button {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 1.066rem 2.132rem;
  cursor: pointer;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1D3557;
  border: 1px solid #c6b438;
  background: #fff;
  
  font-size: 0.83rem;
  font-weight: 800;
}

.flame-info-for-menu .tabs button:hover {
  color: #fff;
}

.flame-info-for-menu .tabs button:not(:first-child) {
  border-top: none;
}

.flame-info-for-menu .tabs button:focus:after, .flame-info-for-menu .tabs button:active:after {
  display: none;
}

.flame-info-for-menu .tabs button:hover:after, .flame-info-for-menu .tabs button[aria-selected="true"]:after {
  display: block;
  transition: all 0.3s ease-in;
  transform: translate3d(-50%, 11px, 0);
}

.flame-info-for-menu .tabs button[aria-selected="false"] {
  display: none;
  transition: all ease 0.18s;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .tabs button[aria-selected="false"] {
    display: block;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
  }
  .flame-info-for-menu .tabs button[aria-selected="false"]:before {
    bottom: -5px;
  }
  .flame-info-for-menu .tabs button[aria-selected="false"]:hover {
    color: black;
  }
  .flame-info-for-menu .tabs button[aria-selected="false"]:hover:before {
    bottom: -1px;
  }
}

.flame-info-for-menu .tabs button[aria-selected="true"] {
  color: #fff;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .tabs button[aria-selected="true"] {
    font-weight: 500;
  }
  .flame-info-for-menu .tabs button[aria-selected="true"]:before {
    height: 69px;
  }
}

.flame-info-for-menu .tabs button[aria-selected="true"] span::before,
.flame-info-for-menu .tabs button[aria-selected="true"] span::after {
  position: absolute;
  right: 1.25rem;
  bottom: 1.5625rem;
  display: block;
  width: 17px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  border-bottom: solid 2px white;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .tabs button[aria-selected="true"] span::before,
  .flame-info-for-menu .tabs button[aria-selected="true"] span::after {
    display: none;
  }
}

.flame-info-for-menu .tabs button[aria-selected="true"] span::before {
  transform: rotate(90deg);
}

.flame-info-for-menu .tabs button[aria-selected="true"]:after {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  width: 0px;
  height: 0px;
  content: " ";
  transition: all 0.3s;
  border-width: 10px 30px 0 30px;
  border-style: solid;
  background-color: transparent;
}

.flame-info-for-menu .tabs .show button span::before {
  transform: rotate(135deg);
}

.flame-info-for-menu .tabs .show button span::after {
  transform: rotate(45deg);
}

.flame-info-for-menu .tabs button {
  transition: all 0.3s;
}

.flame-info-for-menu .tabs button[aria-selected="true"] {
  display: block;
}

.flame-info-for-menu .tabs .show button[aria-selected="true"]:after {
  display: none;
}

.flame-info-for-menu .tabs [role="tabpanel"] {
  margin: 0.5em;
}

.flame-info-for-menu .tabs [role="tabpanel"][hidden] {
  display: none;
}

/*==================================================*/
@media (min-width: 1024px) {
  .flame-info-for-menu .tabs button {
    position: relative;
    width: auto;
    max-width: 350px;
    margin: 0;
    margin-top: 4px;
    padding: 24px;
    cursor: pointer;
    transition: all ease 0.18s;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    border: none;
    
    font-size: 0.78rem;
    font-weight: 500;
  }
  .flame-info-for-menu .tabs button:before {
    position: absolute;
    z-index: -1;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
    transition: all ease 0.18s;
  }
  .flame-info-for-menu .tabs button:nth-child(1):before, .flame-info-for-menu .tabs button:nth-child(2):before, .flame-info-for-menu .tabs button:nth-child(3):before, .flame-info-for-menu .tabs button:nth-child(4):before, .flame-info-for-menu .tabs button:nth-child(5):before, .flame-info-for-menu .tabs button:nth-child(1)[aria-selected="false"]:hover, .flame-info-for-menu .tabs button:nth-child(2)[aria-selected="false"]:hover, .flame-info-for-menu .tabs button:nth-child(3)[aria-selected="false"]:hover, .flame-info-for-menu .tabs button:nth-child(4)[aria-selected="false"]:hover, .flame-info-for-menu .tabs button:nth-child(5)[aria-selected="false"]:hover, .flame-info-for-menu .tabs button:nth-child(1)[aria-selected="true"], .flame-info-for-menu .tabs button:nth-child(2)[aria-selected="true"], .flame-info-for-menu .tabs button:nth-child(3)[aria-selected="true"], .flame-info-for-menu .tabs button:nth-child(4)[aria-selected="true"], .flame-info-for-menu .tabs button:nth-child(5)[aria-selected="true"] {
    background: transparent;
  }
  .flame-info-for-menu .tabs button:nth-child(1)[aria-selected="true"]:before, .flame-info-for-menu .tabs button:nth-child(1)[aria-selected="true"]:hover:before, .flame-info-for-menu .tabs button:nth-child(1):hover::before {
    background: #c6b438;
  }
  .flame-info-for-menu .tabs button:nth-child(2)[aria-selected="true"]:before, .flame-info-for-menu .tabs button:nth-child(2)[aria-selected="true"]:hover:before, .flame-info-for-menu .tabs button:nth-child(2):hover::before {
    background: #00b081;
  }
  .flame-info-for-menu .tabs button:nth-child(3)[aria-selected="true"]:before, .flame-info-for-menu .tabs button:nth-child(3)[aria-selected="true"]:hover:before, .flame-info-for-menu .tabs button:nth-child(3):hover::before {
    background: #de6145;
  }
  .flame-info-for-menu .tabs button:nth-child(4)[aria-selected="true"]:before, .flame-info-for-menu .tabs button:nth-child(4)[aria-selected="true"]:hover:before, .flame-info-for-menu .tabs button:nth-child(4):hover::before {
    background: #55c8c6;
  }
  .flame-info-for-menu .tabs button:nth-child(5)[aria-selected="true"]:before, .flame-info-for-menu .tabs button:nth-child(5)[aria-selected="true"]:hover:before, .flame-info-for-menu .tabs button:nth-child(5):hover::before {
    background: #789d4a;
  }
  .flame-info-for-menu .tabs button[aria-selected="true"]:before {
    bottom: 0px;
    height: 4px;
  }
  .flame-info-for-menu .tabs button[aria-selected="true"], .flame-info-for-menu .tabs button:focus {
    color: #000;
  }
  .flame-info-for-menu .tabs button[aria-selected="true"]:after {
    bottom: 2px;
    border-width: 9px 15px 0 15px;
  }
  /*=========================================== 
	TAB PANEL
	 ===========================================*/
  .flame-info-for-menu .tabs [role="tabpanel"] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 0 32px;
  }
  .flame-info-for-menu .tabs [role="tabpanel"] [hidden] {
    display: none;
  }
}

.flame-info-for-menu .infofor-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .infofor-links {
    display: flex;
    flex-basis: 52%;
    flex-grow: 1;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 18px;
    padding-right: 30px;
    border-right: 1px solid #d9dcdd;
  }
  .flame-info-for-menu .infofor-links h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.flame-info-for-menu .infofor-nav {
  position: relative;
  flex-basis: 400px;
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
  margin-bottom: 3.198rem;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .infofor-nav {
    flex: 10 50%;
    min-width: 234px;
    padding: 0 0 0 11px;
  }
  .flame-info-for-menu .infofor-nav:first-child {
    padding-right: 5px;
    padding-left: 0;
  }
  .flame-info-for-menu .infofor-nav:last-child {
    border-right: none;
  }
}

.flame-info-for-menu .infofor-nav:last-child {
  margin-bottom: 2.132rem;
}

.flame-info-for-menu .infofor-nav ul {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 22px;
}

.flame-info-for-menu .infofor-nav ul + a.button {
  margin-top: 2.132rem;
}

.flame-info-for-menu .infofor-nav li {
  margin: 11px 0;
  list-style: none;
}

.flame-info-for-menu .infofor-nav li > a {
  display: inline-block;
  padding: 4px 0;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.flame-info-for-menu .infofor-nav li > a:hover {
  text-decoration: none;
  color: black;
}

.flame-info-for-menu .infofor-nav li.-has-icon {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
}

.flame-info-for-menu .infofor-nav li.-has-icon a {
  padding-left: 48px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="cornerstone"] {
  background-position-x: 3px;
  background-size: 17px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="gsuite"] {
  background-position-x: 3px;
  background-size: 17px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="flamedigest"] {
  background-position-x: 3px;
  background-size: 19px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="workorder"] {
  background-position-x: 3px;
  background-size: 20px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="tribecareers"] {
  background-position-x: 1px;
  background-size: 21px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="updatecontactinfo"] {
  background-size: 20px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="updatecontactinfo"] {
  background-position-x: 2px;
  background-size: 19px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="givenow"] {
  background-position-x: 1px;
  background-size: 20px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="transcript"] {
  background-position-x: 2px;
  background-size: 19px;
}

.flame-info-for-menu .infofor-nav li.-has-icon[style*="/contact.svg"] {
  background-position-x: 1px;
  background-size: 20px;
}

.flame-info-for-menu .infofor-nav a.button {
  display: block;
  overflow: hidden;
  width: 80%;
  min-height: 34px;
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 1rem 2.5rem;
  transition: all 0.18s ease-in;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  border: none;
  outline: none;
  background-color: #1D3557;
  
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.18s ease-in;
  color: #1D3557;
  border: none;
  background: #eff0f0;
  width: 100% !important;
  max-width: 270px;
  margin: 0;
  margin-right: 0 !important;
  padding-right: 10px;
  padding-left: 10px;
  letter-spacing: 0.1em;
  font-size: 0.83rem;
  line-height: 1.4;
}

@media (min-width: 700px) {
  .flame-info-for-menu .infofor-nav a.button {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}

.flame-info-for-menu .infofor-nav a.button:hover, .flame-info-for-menu .infofor-nav a.button:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
  background-color: black;
}

.flame-info-for-menu .infofor-nav a.button:hover, .flame-info-for-menu .infofor-nav a.button:focus {
  color: #1D3557;
  border: none;
  background: #e0e2e2;
}

@media (min-width: 1178px) {
  .flame-info-for-menu .infofor-nav a.button {
    letter-spacing: 0.03em;
  }
}

@media (min-width: 1270px) {
  .flame-info-for-menu .infofor-nav a.button {
    letter-spacing: 0.1em;
  }
}

.flame-info-for-menu .infofor-features {
  width: 258px;
  margin: 0 auto;
  margin-bottom: 2.132rem;
  padding: 0;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .infofor-features {
    display: flex;
    align-content: start;
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding: 0 40px 0 37px;
  }
}

.flame-info-for-menu .infofor-features a {
  text-decoration: none;
}

.flame-info-for-menu .infofor-features figure,
.flame-info-for-menu .infofor-features figure img {
  display: block;
  width: 100%;
  max-width: 258px;
  margin-bottom: 0;
  transition: all 0.5s;
}

.flame-info-for-menu .infofor-features a:first-child figure {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .infofor-features a:first-child figure {
    margin-top: 3rem;
  }
}

.flame-info-for-menu .infofor-features figure {
  overflow: hidden;
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .flame-info-for-menu .infofor-features figure {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

.flame-info-for-menu .infofor-features figure .img-wrapper {
  overflow: hidden;
  min-height: 150px;
}

.flame-info-for-menu .infofor-features figure:hover img {
  transform: scale(1.1);
}

.flame-info-for-menu .infofor-features figcaption {
  padding: 0;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 0.83rem;
  font-weight: normal;
  line-height: 1.6;
}

.flame-info-for-menu .infofor-features figcaption .title {
  display: block;
  margin: 0.35533rem 0;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #1D3557;
  
  font-size: 1.58rem;
  font-weight: 400;
}

.flame-info-for-menu .infofor-atm {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
}

@media (min-width: 930px) {
  .flame-info-for-menu .infofor-atm {
    margin-bottom: 5.33rem;
  }
}

@media (min-width: 1215px) {
  .flame-info-for-menu .infofor-atm {
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.flame-info-for-menu .infofor-atm figure {
  position: relative;
  max-width: 100%;
  text-align: left;
  background: #efefef;
}

@media (min-width: 1215px) {
  .flame-info-for-menu .infofor-atm figure {
    display: flex;
    display: grid;
    justify-content: center;
    background-color: transparent;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 40px min-content 40px;
  }
  .flame-info-for-menu .infofor-atm figure::after {
    content: "";
    background-color: #efefef;
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .flame-info-for-menu .infofor-atm figure::before {
    display: none;
  }
}

.flame-info-for-menu .infofor-atm figure::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.12rem;
  content: "";
  background: white;
}

.flame-info-for-menu .infofor-atm figure .img-wrapper {
  position: relative;
  padding: 1.066rem 2.125rem;
  text-align: center;
}

@media (min-width: 1215px) {
  .flame-info-for-menu .infofor-atm figure .img-wrapper {
    flex-basis: 49%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 20px;
    background: transparent;
    background-color: transparent;
    grid-column: 1/2;
    grid-row: 1/4;
  }
}

.flame-info-for-menu .infofor-atm figure .img-wrapper img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}

.flame-info-for-menu .infofor-atm figure figcaption {
  max-width: 100%;
  padding: 1.5625rem 2.125rem;
  padding-top: 0;
  text-align: left;
  background: #efefef;
}

@media (min-width: 1215px) {
  .flame-info-for-menu .infofor-atm figure figcaption {
    position: relative;
    flex-basis: 49%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 0;
    padding: 1.5625rem;
    padding-top: 2.132rem;
    background-color: transparent;
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .flame-info-for-menu .infofor-atm figure figcaption p {
    padding-bottom: 1.066rem;
  }
  .flame-info-for-menu .infofor-atm figure figcaption .button {
    width: 100%;
  }
}

.flame-info-for-menu .infofor-atm figure .title {
  font-size: calc(0.9697vw + 16.36364px);
  display: block;
  margin-bottom: 0.35533rem;
  color: #595959;
  
  font-weight: 900;
  line-height: 1.1em;
}

.flame-info-for-menu .infofor-atm figure p {
  margin-bottom: 1.066rem;
  padding: 0;
  text-align: left;
  color: #595959;
  
  font-size: 0.88rem;
}

.flame-info-for-menu .infofor-atm .button {
  width: 100%;
  max-width: 300px;
  max-width: 100%;
  margin: 0 auto 0.5rem;
  color: #737373;
  background-color: white;
  font-size: 0.78rem;
  font-weight: 500;
}

.flame-info-for-menu .infofor-atm .button:hover {
  color: white;
  background: #FCB900;
}

.flame-info-for-menu .infofor-atm .button:focus {
  color: white;
  background: #b58e5b;
}

/* SITE MENU - REDUCE MOTION */
@media (prefers-reduced-motion) {
  .menubackdrop-white,
  .menubackdrop-dark,
  .flame-site-menu,
  .flame-info-for-menu {
    transition: none !important;
  }
  body.menu-open .menubackdrop-white,
  body.menu-open .flame-site-menu,
  body.menu-open .flame-info-for-menu,
  body.menu-open .flame-site-menu__primary-wrapper,
  body.info-open .menubackdrop-white,
  body.info-open .flame-site-menu,
  body.info-open .flame-info-for-menu {
    transition: none !important;
  }
  /* js animation items */
  .flame-site-menu .flame_logo_banner,
  .flame-site-menu .primary-nav__mainmenu > li,
  .flame-site-menu .tactical-nav li,
  .flame-site-menu .sec-wrapper,
  .flame-search {
    transform: none !important;
    opacity: 1 !important;
  }
  /* Accordian */
  .flame-site-menu .accordion__content {
    transition: none !important;
  }
  .flame-site-menu
.primary-nav__togglesubmenu[aria-expanded="true"]
+ .primary-nav__submenu {
    animation: none !important;
  }
  .flame-site-menu .primary-nav__togglesubmenu::before,
  .flame-site-menu .primary-nav__togglesubmenu::after {
    transition: none !important;
  }
  /* W&M logo on site menu */
  .flame-site-menu .flame_logo_banner img:hover {
    top: -7px !important;
  }
  /* Top Bar */
  .flame-topbar__info-for-button:hover,
  .flame-topbar__info-for-button:focus {
    width: 110px;
  }
  /* Info for */
  .flame-info-for-menu .tabs button {
    transition: all 0s;
  }
  .flame-info-for-menu .tabs button::before {
    transition: none !important;
  }
  .flame-info-for-menu .infofor-features figure:hover img {
    transform: none !important;
  }
  .flame-info-for-menu .tabs button[aria-selected="true"] span::before,
  .flame-info-for-menu .tabs button[aria-selected="true"] span::after {
    transition: none !important;
  }
}

@media (prefers-reduced-motion) and (min-width: 930px) {
  /* Top Bar */
  .flame-topbar__info-for-button:hover,
  .flame-topbar__info-for-button:focus {
    width: 120px;
  }
}

/* ========= BANNER ========== */
/* BANNER - REDUCE MOTION */
@media (prefers-reduced-motion) {
  .m-title-card:hover + .m-header__photo {
    transform: none !important;
  }
  .m-title-card__umbrella,
  .m-title-card__dept,
  .m-header.-tall .scroll-down {
    animation: none !important;
  }
  .m-header__photo,
  .banner-img,
  .m-header__photo::before,
  .banner-img::before {
    transition: none !important;
  }
}

/* scss/7-menus-and-header/_page-nav.scss */
.page_nav.open > *:not(.flame-page-menu-button) {
  display: block;
}

.page_nav > *:not(.flame-page-menu-button) {
  display: none;
}

@media (min-width: 930px) {
  .page_nav > *:not(.flame-page-menu-button) {
    display: block;
  }
}

@media (min-width: 930px) {
  .page_nav > .social-media-nav {
    display: flex;
  }
}

.page_nav {
  padding: 0;
  font-size: 1rem;
}

.page_nav .flame-page-menu-button {
  width: 100%;
  margin: 0 auto;
  padding: 1.066rem 2.31rem;
  transition: background 0.18s ease-in;
  color: #262626;
  background: #eff0f0;
  
  font-weight: 700;
}

@media (min-width: 930px) {
  .page_nav .flame-page-menu-button {
    display: none;
  }
}

.page_nav .flame-page-menu-button:hover {
  cursor: pointer;
  background: #d6d6d6;
}

.page_nav .flame-page-menu-button__togglemenubutton {
  position: relative;
  top: 4px;
  left: -7px;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.page_nav .flame-page-menu-button__togglemenubutton::before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 10px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  transform: rotate(90deg);
  border-bottom: solid 2px black;
}

.page_nav .flame-page-menu-button__togglemenubutton::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 10px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  border-bottom: solid 2px black;
}

.page_nav.open .flame-page-menu-button {
  margin-bottom: 0;
}

.page_nav.open .flame-page-menu-button__togglemenubutton::before {
  transform: rotate(135deg);
}

.page_nav.open .flame-page-menu-button__togglemenubutton::after {
  transform: rotate(45deg);
}

.page_nav .flame-page_menu {
  margin: 0;
  margin-bottom: 2.132rem;
  padding: 0;
  padding-top: calc(22px / 2);
  padding-bottom: calc(22px / 2);
  border-top: 8px solid #1D3557;
  background: #eff0f0;
}

.page_nav .flame-page_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_nav .flame-page_menu a {
  display: block;
  padding: 0.68rem 22px 0.68rem calc(22px - 0.35533rem);
  transition: all 0.1s ease-in;
  text-decoration: none;
  color: black;
  border-left: 0.35533rem solid #efefef;
  line-height: 1.2;
}

.page_nav .flame-page_menu a.is-active {
  margin-left: 0;
  border-left: 0.35533rem solid #FCB900;
  background: #dee0e1;
}

.page_nav .flame-page_menu a.is-active:hover {
  color: #1D3557;
  border-left: 0.35533rem solid #FCB900;
  background: #dee0e1;
}

.page_nav .flame-page_menu a:hover {
  text-decoration: none;
  border-left-color: #dee0e1;
  background: #dee0e1;
}

.page_nav .flame-page_menu a#nav_parent, .page_nav .flame-page_menu a.nav_parent {
  text-transform: uppercase;
  color: #1D3557;
  font-size: 1rem;
  line-height: 1.3;
}

.page_nav .flame-page_menu a#nav_parent:hover, .page_nav .flame-page_menu a#nav_parent:focus, .page_nav .flame-page_menu a.nav_parent:hover, .page_nav .flame-page_menu a.nav_parent:focus {
  text-decoration: underline;
  border-left-color: #eff0f0;
  background-color: #eff0f0;
}

.page_nav .flame-page_menu > li > ul {
  margin: 0 !important;
  padding: 0;
}

.page_nav .flame-page_menu > li > ul a {
  padding-left: 2.5rem;
  font-size: 15px;
  font-weight: normal;
}

.page_nav .flame-page_menu.-is-open {
  display: block;
}

.page_nav.open #search_subsite {
  display: flex;
}

.page_nav #search_subsite {
  display: none;
  text-align: center;
}

@media (min-width: 930px) {
  .page_nav #search_subsite {
    display: flex;
  }
}

.page_nav #search_subsite .input-box {
  display: inline-block;
  width: 100%;
  border-right: none;
}

@media (min-width: 930px) {
  .page_nav #search_subsite .input-box {
    width: 180px;
  }
}

.page_nav #search_subsite .search_subsite_submit {
  display: inline-block;
  margin: 0;
  transition: all 0.18s ease-in;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid #d0d3d4;
  border-left: 0;
  border-radius: 0;
  background: white;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
}

.page_nav #search_subsite .search_subsite_submit:hover {
  cursor: pointer;
  color: black;
}

.page_nav .extra-nav {
  padding: 1.3rem;
  padding-top: 22px;
  transition: all 0.18s ease-in;
  background: #eff0f0;
}

.page_nav .extra-nav > :first-child {
  margin-top: 0;
}

.page_nav .extra-nav > :last-child {
  margin-bottom: 0;
}

.page_nav .extra-nav h6 + p,
.page_nav .extra-nav h5 {
  margin: 0 0 22px 0;
}

.page_nav .extra-nav h6 {
  margin: 22px 0 0 0;
  font-size: 0.88rem;
  line-height: 1.4;
}

.page_nav .extra-nav h6 + h6 {
  margin-top: 16px;
}

.page_nav .extra-nav h5 {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.3;
}

.page_nav .extra-nav h5 br {
  display: none;
}

.page_nav .extra-nav h5 + h5,
.page_nav .extra-nav h5 + h6,
.page_nav .extra-nav h5 + p,
.page_nav .extra-nav h5 + ul {
  margin-top: -11px;
}

.page_nav .extra-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_nav .extra-nav ul + p {
  margin-top: 1.2rem;
}

.page_nav .extra-nav li {
  margin: 12px 0;
}

.page_nav .extra-nav li:first-child {
  margin-top: 0;
}

.page_nav .extra-nav li:last-child {
  margin-bottom: 0;
}

.page_nav .extra-nav p {
  margin: 22px 0;
  font-size: 0.88rem;
}

.page_nav .extra-nav p + h6,
.page_nav .extra-nav p + p {
  margin-top: -8px;
}

.page_nav .extra-nav p + h6 > .extra-nav-button,
.page_nav .extra-nav p + p > .extra-nav-button {
  margin-top: 27px;
}

.page_nav .extra-nav a {
  transition: all 0.3s;
  text-decoration: none;
  color: #FCB900;
  font-weight: 700;
  text-decoration-skip-ink: auto;
  color: #87673d;
}

.page_nav .extra-nav a:hover, .page_nav .extra-nav a:focus {
  text-decoration: underline;
}

.page_nav .extra-nav a.extra-nav-button {
  color: #1D3557;
}

.page_nav .extra-nav-button {
  display: block;
  overflow: hidden;
  width: 80%;
  min-height: 34px;
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 1rem 2.5rem;
  transition: all 0.18s ease-in;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  border: none;
  outline: none;
  background-color: #1D3557;
  
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
  display: block !important;
  width: 100% !important;
  margin: 0;
  padding: 1rem 1rem;
  transition: all 0.18s ease-in;
  color: #1D3557;
  border: 1px solid rgba(17, 87, 64, 0.35);
  background: white;
}

@media (min-width: 700px) {
  .page_nav .extra-nav-button {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
}

.page_nav .extra-nav-button:hover, .page_nav .extra-nav-button:focus {
  cursor: pointer;
  text-decoration: none;
  color: white;
  background-color: black;
}

.page_nav .extra-nav-button:hover, .page_nav .extra-nav-button:focus {
  color: #1D3557;
  border: 1px solid #1D3557;
  background: white;
}

.page_nav .extra-nav .separator-above {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #d0d3d4;
}

.page_nav .extra-nav ul + .separator-above {
  margin-top: 16px;
}

.page_nav .extra-nav .extra-nav-custom-content *:last-child {
  margin-bottom: 0;
}

.social-media-nav {
  justify-content: center;
  padding: 14px 11px;
  background: #eff0f0;
}

.social-media-nav .sm_icon:nth-last-child(n + 2):nth-last-child(-n + 2):first-child,
.social-media-nav .sm_icon:nth-last-child(n + 2):nth-last-child(-n + 2):first-child ~ .sm_icon {
  display: block;
  flex-basis: 40%;
  text-align: right;
}

.social-media-nav .sm_icon:nth-last-child(n + 2):nth-last-child(-n + 2):first-child ~ .sm_icon {
  text-align: left;
}

.social-media-nav .sm_icon:nth-last-child(5):first-child {
  margin-left: 20px;
}

.social-media-nav .sm_icon:nth-child(3):nth-last-child(3) {
  margin-right: 20px;
}

.social-media-nav .sm_icon:nth-last-child(2):nth-child(4) {
  margin-right: 10px;
  margin-left: 45px;
}

.social-media-nav .sm_icon:nth-child(5):last-child {
  margin-right: 45px;
  margin-left: 10px;
}

.social-media-nav .sm_icon:nth-last-child(6):first-child,
.social-media-nav .sm_icon:nth-child(4):nth-last-child(3),
.social-media-nav .sm_icon:nth-last-child(9):first-child,
.social-media-nav .sm_icon:nth-child(4):nth-last-child(6),
.social-media-nav .sm_icon:nth-child(7):nth-last-child(3) {
  margin-left: 20px;
}

.social-media-nav .sm_icon:nth-child(3):nth-last-child(4),
.social-media-nav .sm_icon:nth-child(6):last-child,
.social-media-nav .sm_icon:nth-child(3):nth-last-child(7),
.social-media-nav .sm_icon:nth-child(6):nth-last-child(4),
.social-media-nav .sm_icon:nth-child(9):last-child {
  margin-right: 20px;
}

.social-media-nav__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  font-size: 1rem;
}

.social-media-nav .sm_icon,
.social-media-nav .sm_icon:hover {
  display: flex;
  align-items: center;
  flex-basis: 30px;
  flex-grow: 0;
  flex-shrink: 1;
  justify-content: center;
  margin: 8px 10px;
  transition: all 0.1s ease-in;
  text-align: center;
  text-decoration: none;
  font-size: 33px !important;
  font-weight: normal !important;
  line-height: 1em;
}

.social-media-nav .sm_icon:hover,
.social-media-nav .sm_icon:hover:hover {
  color: white;
}

.social-media-nav .sm_icon:nth-last-child(-n + 2):first-child,
.social-media-nav .sm_icon:nth-last-child(-n + 2):first-child ~ .sm_icon {
  margin-top: 0;
  margin-bottom: 0;
}

.social-media-nav .sm_icon.fa-facebook:hover {
  color: #1877f2 !important;
}

.social-media-nav .sm_icon.fa-twitter:hover {
  color: #1da1f2 !important;
}

.social-media-nav .sm_icon.fa-youtube:hover {
  color: #ff0000 !important;
}

.social-media-nav .sm_icon.fa-linkedin-in:hover {
  color: #007bb5 !important;
}

.social-media-nav .sm_icon.fa-flickr:hover {
  color: #f40083 !important;
}

.social-media-nav .sm_icon.fa-instagram:hover {
  color: #c32aa3 !important;
  font-size: 24px;
}

.social-media-nav .sm_icon.fa-rss {
  font-size: 34px;
  font-weight: 900 !important;
}

.social-media-nav .sm_icon.fa-rss:hover {
  color: #ff6600 !important;
}

.social-media-nav .sm_icon.fa-pinterest-square:hover {
  color: #bd081c !important;
}

.social-media-nav .sm_icon.fa-calendar-alt:hover {
  color: #b58e5b !important;
}

.social-media-nav .sm_icon.fa-vimeo-square:hover {
  color: #1ab7ea !important;
}

.social-media-nav .sm_icon.fa-snapchat-square:hover {
  color: #000000 !important;
}

.social-media-nav .sm_icon.fa-foursquare:hover {
  color: #f94877 !important;
}

.social-media-nav .sm_icon.fa-twitch:hover {
  color: #6441a4 !important;
}

/* scss/7-menus-and-header/_page-nav-ideation.scss */
/* scss/7-menus-and-header/_page-nav-news.scss */
/* scss/7-menus-and-header/_page-navpage-nav-social-buttons.scss */
.social-media-nav {
  display: flex;
  padding: 22px;
  text-align: center;
}

.sm_icon {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #7e8689;
  background: transparent;
  font-weight: normal !important;
  line-height: 1.07rem;
}

.sm_icon:hover {
  text-decoration: none;
}

/* scss/7-menus-and-header/_site-menu.scss */
.flame-site-menu a {
  text-decoration: none;
}

.flame-site-menu__primary-wrapper {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0;
  transition: all 0.3s ease-in;
  text-align: center;
  opacity: 0;
}

@media (min-width: 1024px) {
  .flame-site-menu__primary-wrapper {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
    margin-top: 192px;
    margin-bottom: 60px;
  }
}

.menu-open .flame-site-menu__primary-wrapper {
  opacity: 1;
}

.flame-search {
  display: block;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
  margin: 10.02rem 22px 0 22px;
  padding-top: 5px;
  padding-bottom: 22px;
}

@media (min-width: 1024px) {
  .flame-search {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 1;
    order: 3;
    max-width: 500px;
    margin-top: 0;
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {
  .flame-site-menu__divider {
    order: 2;
    width: 1px;
    min-height: 100%;
    border-right: 1px solid #d9dcdd;
  }
}

.flame-site-menu .primary-nav {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  margin-bottom: 2.46rem;
  padding: 0;
}

@media (min-width: 1024px) {
  .flame-site-menu .primary-nav {
    display: flex;
    flex-basis: 49%;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-end;
    order: 1;
    max-width: 500px;
  }
}

.flame-site-menu .primary-nav > li {
  transition: none;
}

.flame-site-menu .primary-nav__mainmenu {
  display: flow-root;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .flame-site-menu .primary-nav__mainmenu {
    margin-right: 60px;
  }
}

#main-header {
    margin: 0 auto;
    
}
.info-open .flame-site-menu {
  z-index: calc(100 - 1);
  transform: translateX(0);
  opacity: 0;
}

.info-open .flame-site-menu .flame-topbar__menu-button.-close-x {
  top: 8px;
}

@media (min-width: 930px) {
  .info-open .flame-site-menu .flame-topbar__menu-button.-close-x {
    top: 13px;
  }
}

.info-open .flame-site-menu .flame-topbar__info-for-button {
  top: calc( 63px + 8px);
}

@media (min-width: 930px) {
  .info-open .flame-site-menu .flame-topbar__info-for-button {
    top: calc( 80px + 13px);
  }
}

.menu-open .flame-site-menu {
  z-index: 9999;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 1024px) {
  .menu-open .flame-site-menu {
    width: 80%;
    max-width: 1652px; border-left: 5px solid #0c3f6a; box-shadow: 0px 0px 65px #000;
  }
}

.menu-open .flame-site-menu .flame-topbar__info-for-button {
  top: calc( 63px + 8px);
  display: block;
}

@media (min-width: 930px) {
  .menu-open .flame-site-menu .flame-topbar__info-for-button {
    top: calc( 80px + 13px);
  }
}

.menu-open .flame-site-menu .flame-topbar__menu-button.-close-x {
  z-index: 81;
  top: 8px;
  display: flex;
  padding: 23px;
  background: #FCB900;
}

@media (min-width: 930px) {
  .menu-open .flame-site-menu .flame-topbar__menu-button.-close-x {
    top: 13px;
    width: 7.76rem;
    height: 4.36rem;
  }
}

.menu-open .flame-site-menu .flame-topbar__menu-button.-close-x img {
  transition: transform 0.2s ease-in-out;
}

.menu-open .flame-site-menu .flame-topbar__menu-button.-close-x:hover {
  cursor: pointer;
  background: #75613c;
}

.atoms-main .flame-site-menu,
.atoms-main .flame-info-for-menu,
#atomsWrap #content.atoms-main {
  display: block;
}

.atoms-main .o-callout {
  position: relative;
}

.flame-site-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  overflow: auto;
  width: 100%;
  max-width: 425px;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(75rem);
  background: white;
  display: flex;
  visibility: hidden;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  /*   &:after {
    content: "";
    clear: both;
  } */
}

@media (min-width: 1024px) {
  .flame-site-menu {
    width: 80%;
    max-width: 1152px;
  }
  .flame-site-menu.fancybox-margin {
    max-width: 0;
  }
}

.flame-site-menu .flame-topbar__menu-button.-close-x {
  top: 8px;
  background: #FCB900;
}

@media (min-width: 930px) {
  .flame-site-menu .flame-topbar__menu-button.-close-x {
    top: 13px;
  }
}

.flame-site-menu a {
  font-weight: normal;
}

.flame-site-menu__primary-wrapper {
  text-align: center;
}

.flame-site-menu .flame_logo_banner {
  position: absolute;
  top: 0;
  left: 22px;
  left: 35px;
  width: 131px;
  padding: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .flame-site-menu .flame_logo_banner {
    width: 141px;
  }
}

.flame-site-menu .flame_logo_banner:after {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: white;
}

.flame-site-menu .flame_logo_banner img {
  position: relative;
  top: -7px;
  width: 100%;
  max-width: 157px;
  height: 100%;
  transition: all 0.2s ease-in-out;
}

.flame-site-menu .flame_logo_banner img:hover {
  top: -2px;
}

.flame-site-menu .flame-search {
   font-size: 1rem;
}

.flame-site-menu .flame-search__form {
  text-align: center;
}

.flame-site-menu .flame-search__title {
  display: none;
  display: none;
  margin: 0;
  color: #262626;
   font-size: 1.14rem;
  font-style: bold;
}

.flame-site-menu .flame-search__input {
  float: left;
  width: calc(100% - 60px);
  height: 60px;
  padding: 5px 10px 0 30px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.15);
  border: 1px solid #d9dcdd;
  border-radius: 0;
  
  font-size: 1.5625rem;
  line-height: 60px;
}

@media (min-width: 1024px) {
  .flame-site-menu .flame-search__input {
    width: 239px;
    height: 55px;
    margin-left: 0px;
    padding-left: 10px;
    letter-spacing: 0.01em;
    border: none;
    border-bottom: 1px solid #d9dcdd;
  }
}

.flame-site-menu .flame-search__input::placeholder {
  color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 1024px) {
  .flame-site-menu .flame-search__input::placeholder {
    padding-left: 8px;
  }
}

.flame-site-menu .flame-search__input:focus, .flame-site-menu .flame-search__input.active {
  color: black;
}

.flame-site-menu .flame-search__submit-wrapper {
  display: flex;
  float: right;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  border: 1px solid #d9dcdd;
  border-left: none;
  background: #efefef;
  
  font-size: 1.14rem;
}

@media (min-width: 1024px) {
  .flame-site-menu .flame-search__submit-wrapper {
    float: left;
    height: 55px;
    border: none;
    border-bottom: 1px solid #d9dcdd;
    background: none;
  }
  .flame-site-menu .flame-search__submit-wrapper:hover {
    background: white;
  }
  .flame-site-menu .flame-search__submit-wrapper:hover .fas {
    color: #655334;
  }
}

.flame-site-menu .flame-search__submit-wrapper:hover * {
  cursor: pointer;
}

.flame-site-menu .flame-search__submit {
  margin: 0;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.05em;
  border: none;
  background: transparent;
  font-size: 1.5625rem;
  font-weight: 900;
  line-height: 0;
}

@media (min-width: 1024px) {
  .flame-site-menu .flame-search__submit.fas {
    font-size: 1.68rem;
  }
}

.flame-site-menu .flame-search__submit.fas {
  color: #FCB900;
  font-size: 1.5625rem;
}

@media (min-width: 1024px) {
  .flame-site-menu .flame-search__submit.fas {
    color: #d0d3d4;
  }
}

.flame-site-menu .flame-search__submit .fa-search:before {
  content: "\f002";
}

.flame-site-menu .flame-search__input:focus + .flame-search__submit-wrapper > .flame-search__submit.fas,
.flame-site-menu .flame-search__input.active + .flame-search__submit-wrapper > .flame-search__submit.fas {
  color: #FCB900;
}

.flame-site-menu .flame-search__input:focus + .flame-search__submit-wrapper > .flame-search__submit.fas:hover,
.flame-site-menu .flame-search__input.active + .flame-search__submit-wrapper > .flame-search__submit.fas:hover {
  color: #655334;
}

.flame-site-menu .flame-search__caption {
  display: none;
  clear: both;
  width: 304px;
  padding-top: 6px;
  opacity: 0.5;
  color: #262626;
  font-size: 13px;
  font-style: italic;
}

@media (min-width: 1024px) {
  .flame-site-menu .flame-search__caption.active {
    display: block;
  }
}

.flame-site-menu .flame-search__caption.highlight {
  opacity: 1;
}

.flame-site-menu .flame-search__common-searches, .flame-site-menu .flame-search__suggested-results {
  display: none;
  margin-top: 2.5em;
  text-align: left;
}

@media (min-width: 1024px) {
  .flame-site-menu .flame-search__common-searches, .flame-site-menu .flame-search__suggested-results {
    display: block;
    margin-top: 2.5em;
    margin-left: 0px;
    text-align: left;
  }
}

.flame-site-menu .flame-search__common-searches .label, .flame-site-menu .flame-search__suggested-results .label {
  padding-bottom: calc(22px/3);
  color: black;
  font-size: 0.88rem;
  font-weight: 500;
}

.flame-site-menu .flame-search__common-searches .items, .flame-site-menu .flame-search__suggested-results .items {
  margin: 0;
  padding: 0.15229rem 0.5rem 1.066rem 1.066rem;
  list-style: none;
}

.flame-site-menu .flame-search__common-searches .items a, .flame-site-menu .flame-search__suggested-results .items a {
  display: inline-block;
  padding: calc(22px/3) 44px calc(22px/3) 0;
  letter-spacing: 0.02em;
  opacity: 0.5;
  color: black;
   font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.flame-site-menu .flame-search__common-searches .items a:hover, .flame-site-menu .flame-search__suggested-results .items a:hover {
  text-decoration: none;
  opacity: 1;
}

.flame-site-menu .flame-search__common-searches.hidden, .flame-site-menu .flame-search__suggested-results.hidden {
  display: none;
  visibility: hidden;
}

.flame-site-menu .primary-nav {
  text-align: center;
  font-size: 1rem;
}

.flame-site-menu .primary-nav__mainmenu {
  display: flow-root; margin-top: 10px;
  list-style: none; width: 100%;
  text-align: left;     float: left;
}

.flame-site-menu .primary-nav__mainmenu > li {
  display: flow-root;
  border: 1px solid #d9dcdd;
  border-bottom: none;
}
.owl-stage .l_hp__overview_btn    {
    
    border-radius: 0;
}


.l_hp__overview_btn{position: relative;}

	
.label ul {list-style: none; color: #1D3557; }
.label ul a:hover {list-style: none; color: #FCB900 !important }
	
a:hover, a:focus, a:active{transition: .9s ease;  }



.box-3-link{background:#041e39; padding: 120px 0 0 0;}
.box-3-link .container{border-bottom: 1px solid #7DAFF6; padding-bottom: 120px}
.pad-top-80{padding-top: 80px}
.box-3-link .link-box-style .boder-box-1 {
    border: 1px solid #7DAFF6 !important;
    max-height: 120px;
    color: #fff !important;
    font-size: 24px;
    font-weight: 500; padding-right: 25px;
    padding-top: 10px; font-family: var(--heading-font-family);
    min-height: 120px;     background: #041e39 !important;
	    line-height: 1.2;
}
.box-3-link .link-box-style .boder-box-1::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #FCB900;
    border-left: 20px solid transparent;
    right: 28px;
    position: absolute;
    bottom: 12px;
   height: 100%;
}
.padding-20 {
    padding: 20px;
}
 


 


@media (min-width: 1024px) {
  .flame-site-menu .primary-nav__mainmenu > li {
    padding-left: 0;
    border: none;
  }
}

.flame-site-menu .primary-nav__mainmenu > li:last-child {
  border-bottom: 1px solid #d9dcdd;
}

@media (min-width: 1024px) {
  .flame-site-menu .primary-nav__mainmenu > li:last-child {
    border: none;
  }
}

.flame-site-menu .primary-nav__mainmenu > li > a {
  display: block;
  float: left;
  clear: both;
  width: 292px;
  width: calc(100% - 4.09rem);
   margin: 0;
  padding: 12px 0 0 30px;
  letter-spacing: 0.05em;
  color: #1D3557;
  
  font-size: 1.48rem;
  font-weight: 300;
  line-height: 38px;
}

@media (min-width: 1024px) {
  .flame-site-menu .primary-nav__mainmenu > li > a {
    width: auto;
    height: 61px;
    padding-right: 16px;
        font-size: 20px;
    font-weight: 500; 
	   
  }
}

.flame-site-menu .primary-nav__mainmenu > li > a:hover {
  text-decoration: underline;
}

.flame-site-menu .primary-nav__mainmenu > li > a.-is-open {
  font-weight: 400;
}

.flame-site-menu .primary-nav__togglesubmenu {
  position: relative;
  float: right;
  width: 4.09rem;
  width: 60px;
  height: 58px;
  min-height: 28px;
  margin: 0;
  padding: 0;
  background: rgba(208, 211, 212, 0.35);
}

@media (min-width: 1024px) {
  .flame-site-menu .primary-nav__togglesubmenu {
    top: 17px;
    float: none;
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }
}

.flame-site-menu .primary-nav__togglesubmenu:hover {
  cursor: pointer;
  background: rgba(208, 211, 212, 0.55);
}

.flame-site-menu .primary-nav__togglesubmenu::before {
  position: absolute;
  bottom: 30px;
  left: 24px;
  display: block;
  width: 17px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  transform: rotate(90deg);
  border-bottom: solid 2px #1D3557;
}

@media (min-width: 1024px) {
  .flame-site-menu .primary-nav__togglesubmenu::before {
    bottom: 13px;
    left: 7px;
    width: 13px;
  }
}

.flame-site-menu .primary-nav__togglesubmenu::after {
  position: absolute;
  bottom: 30px;
  left: 24px;
  display: block;
  width: 17px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  border-bottom: solid 2px #1D3557;
}

@media (min-width: 1024px) {
  .flame-site-menu .primary-nav__togglesubmenu::after {
    bottom: 13px;
    left: 7px;
    width: 13px;
  }
}

.flame-site-menu .primary-nav__togglesubmenu[aria-expanded="true"]::before {
  transform: rotate(135deg);
}

.flame-site-menu .primary-nav__togglesubmenu[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.flame-site-menu .primary-nav__submenu {
  clear: both;
}

.flame-site-menu .primary-nav__submenu > ul {
  padding-bottom: 30px;
  padding-left: 44px;
  list-style: none;
  font-size: 1rem;
}

.flame-site-menu .primary-nav__submenu > ul li,
.flame-site-menu .primary-nav__submenu > ul li:last-child {
  border: none;
}

@media (min-width: 1024px) {
  .flame-site-menu .primary-nav__submenu > ul li,
  .flame-site-menu .primary-nav__submenu > ul li:last-child {
    padding-left: 0;
  }
}

.flame-site-menu .primary-nav__submenu > ul li > a,
.flame-site-menu .primary-nav__submenu > ul li:last-child > a {
  min-height: 37px;
  padding: 0;
  opacity: 0.5;
  color: black;
  font-size: 1rem;
  line-height: 37px;
}

.flame-site-menu .primary-nav__submenu > ul li > a:hover,
.flame-site-menu .primary-nav__submenu > ul li:last-child > a:hover {
  text-decoration: none;
  opacity: 1;
}

@keyframes submenuFadeIn {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.flame-site-menu .primary-nav__togglesubmenu[aria-expanded="true"] + .primary-nav__submenu {
  animation: submenuFadeIn 0.5s;
}

.flame-site-menu .primary-nav__togglesubmenu[aria-expanded="false"] + .primary-nav__submenu {
  visibility: hidden;
}

.flame-site-menu .primary-nav__togglesubmenu[aria-expanded="true"] + .primary-nav__submenu {
  visibility: visible;
}

.flame-site-menu .primary-nav__togglesubmenu:focus {
  background: rgba(208, 211, 212, 0.55);
}

.flame-site-menu .accordion__content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-out;
}

.flame-site-menu .accordion__item:not(.is-expanded) .accordion__content {
  height: 0 !important;
}

.flame-site-menu .tac-wrapper {
  width: 100%;
  margin-top: 0;
  padding: 0 2.04rem 1.066rem;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .flame-site-menu .tac-wrapper {
    position: absolute;
    top: 1.5625rem;
    left: 181px;
    width: calc(100% - 310px);
    padding: 0;
  }
}

.flame-site-menu .sec-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 1em 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .flame-site-menu .sec-wrapper {
    flex-wrap: nowrap;
    width: 94%;
    margin-right: 30px;
    margin-left: 30px;
    padding: 0px;
  }
}

.flame-site-menu .sec-wrapper__item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 85px;
  margin: 0.5rem;
  padding: 2em;
  padding-top: 1.8em;
  transition: all 0.18s ease-in;
  color: black;
  border: 1px solid #d9dcdd;
  background-color: white;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .flame-site-menu .sec-wrapper__item {
    position: relative;
    z-index: 0;
    display: flex;
    overflow: hidden;
    align-content: center;
    flex-basis: 32%;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    height: auto;
    margin: 0px 10px 20px;
    font-size: 1rem;
  }
}

.flame-site-menu .sec-wrapper__item:hover {
  cursor: pointer;
  text-decoration: none;
  border-color: #1D3557;
}

.flame-site-menu .sec-wrapper__item:hover .sec-wrapper__text {
  opacity: 1;
}

.flame-site-menu .sec-wrapper__title {
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
  color: #1D3557;
  
  font-size: 1.48rem;
  font-weight: 400;
  line-height: 1;
}

.flame-site-menu .sec-wrapper__text {
  display: none;
  transition: all 0.18s ease-in;
  text-align: center;
  letter-spacing: 0.05em;
  opacity: 0.6;
  color: black;
  font-size: 0.83rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .flame-site-menu .sec-wrapper__text {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.flame-site-menu .tactical-nav {
    display: flex;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 1.066rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 1rem;
    margin-left: 35px;
    margin-top: 16px;
}
.t4-palette-mainnav a:hover, .t4-palette-mainnav a:focus, .t4-palette-mainnav a:active{
    color: #FCB900!important;
}
.tac-wrapper p {
     color: #FCB900;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    float: none;
    position: absolute;
	top: -18px;}
.t4-main-body#t4-main-body {
    z-index: 0 !important;
}
@media (min-width: 1024px) {
  .flame-site-menu .tactical-nav {
    padding-bottom: 6px;
  }
  .flame-site-menu .tactical-nav__list {
    display: flex;
    
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #d9dcdd;
  }
  .flame-site-menu .tactical-nav__list li a {
    padding-right:  20px;
    border-bottom: 3px solid transparent;
    font-size: 0.73rem;
    font-weight: 400;
  }
  .flame-site-menu .tactical-nav__list li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #1D3557; color: #FCB900!important;
  }
}

.flame-site-menu .tactical-nav a {
  word-wrap: none;
  word-break: normal;
  overflow-wrap: normal;
}

.flame-site-menu .tactical-nav__list {
  margin: 0;
  padding: 0;
  list-style: none; display: none;
}

.flame-site-menu .tactical-nav__list a {
  display: inline-block;
  padding: 0.6rem 0.5rem;
  color: rgba(0, 0, 0, 0.6);
  
  font-size: 0.83rem;
  font-weight: 500;
}

.flame-site-menu .tactical-nav__list a:hover {
  text-decoration: none;
  color: black;
}

.secondary-nav {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.secondary-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.secondary-nav li {
  flex-basis: 13.858rem;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  margin: 2.132rem;
  margin-top: 0;
  padding: 0.5rem 1.066rem;
  text-align: center;
  border: 1px solid #d9dcdd;
}

.secondary-nav li:nth-child(2) {
  border-color: #00b081;
}

.secondary-nav li:nth-child(3) {
  border: 1px solid #de6145;
}

.secondary-nav li:nth-child(4) {
  border-color: #efefef;
}

.secondary-nav a {
  display: block;
  padding: 0.2665em 2.132rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1D3557;
  
  font-weight: 600;
  font-style: italic;
}





/* other pages */
.half-6  {
 padding-right: 0px !important;
    padding-left: 0px !important;
}
.half-6 img {
  min-width: 100%;
}
.half-text-6 {padding-left:50px; padding-right:50px}


/*footer*/
footer{background:#041e39;}
.foo-all{padding:100px 0 ; color: #fff;}
.foo-all .logo-foot img{margin-bottom: 40px;}
 .foo-all .logo-foot h3{color: #FCB900;}
.col.social {
    margin-bottom: 30px;
}
footer .social ul li {
    list-style: none;
    float: left;
    margin-left: 20px;
    height: 50px;
    line-height: 50px;
    border: 0px solid #fff;
    /* padding: 10px; */
    border-radius: 100%;
    width: 50px;
    text-align: center; background: #052e58;
}
footer .social ul li:last-child {
    list-style: none;
    float: left;
    margin-left: 20px;
    height: 50px;
    line-height: 50px;
    border: 0px; text-align: left;
    /* padding: 10px; */     background: none;
    border-radius: 0;
    width: 200px; color: #FCB900; font-size: 14px
    
}
footer .social ul li:last-child  a{color: #fff; font-size: 20px}
 
footer .social ul li a{color: #fcb900; font-size: 20px}
 footer .social ul li .fa{font-weight: normal !important}
footer .social ul li a:hover{color: #FCB900}
footer ul p{margin-left:30px; color:#FCB900}
footer .foot-links ul  { margin:0; padding:0}
footer .foot-links ul li{list-style:none; padding:10px 0; border-top:1px solid #f1f1f1}
footer .foot-links ul li a{color:#fff; font-size: 13px}
.col-half-offset{
    margin-left:4.166666667%
}
footer .h5,footer h5  {
    font-size: 17px; color:#FCB900
}
footer h3{color: #fff;}
.pad-top-40{margin-top: 40px;}
.logo-foot  .fa, .logo-foot .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fcb900;
	margin-right: 8px;}
.footer-bottom{background:#FCB900; height:40px; line-height:normal; color:#fff; padding: 15px 0;     font-size: 11px}
.logo-foot img{width: 200px;}

/* Title Style */
.flame-mian-title{color: #1D3557; line-height: 1.2; font-size: var(--body-title-size);   margin-bottom: 50px;font-family: var(--heading-font-family) }





/* inner page */
#t4-header {
     
    z-index: auto !important;
}
.flame-topbar__logo {
    display: block;
}
#main-header a.nav-link {
    color: #fff !important;
}
 a.flame-topbar__menu-button.flame-js-site-menu-button{
    color: #fff !important;
}
span.menu-text {
    color: #fff;
}
 a.flame-topbar__menu-button.flame-js-site-menu-button:hover{
    color: #FCB900 !important;
}
#t4-header, .flame-topbar {
	background: transparent !important;
	box-shadow: 0px !important;}
#t4-header{border:0 !important;}
.flame-topbar {
    box-shadow: none;
    border: 0 !important; width: 0px;left: 100px;
    position: relative;
}
 .fixed-header{position: fixed !important; width: 100%; background: #fff !important; transition:.6s;     box-shadow: 0px 0px 13px #000; }
 

.fixed-header .flame-topbar__logo{visibility: visible;}
.fixed-header .navbar-brand{display: none}
.fixed-header .flame-topbar__logo-img{display: block;}
.fixed-header #main-header a.nav-link{color: #041e39 !important}
.fixed-header .flame-topbar{left: 0;  width: 200px;}
#t4-header.fixed-header{    z-index: 999 !important;     box-shadow: 0px 0px 13px #000;
    background: #fff !important;}
div#t4-masthead{margin-top: -85px;}
div.ja-masthead .ja-masthead-detail {
    color: #fff;
    max-width: 100%;     position: relative;
    padding: 255px  0px 90px !important;
    height: 600px;     background-position: center !important;
}
.inner-page-mask:before {
    content: '';
    background-image: linear-gradient(45deg, rgb(0 0 0 / 98%), rgb(96 96 96 / 43%));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
div.ja-masthead .ja-masthead-detail .ja-masthead-title {
    color: #fff;
    font-size: 44px !important;
    margin: 0;    position: relative;
        font-weight: 600 !important;
    
}
.ja-masthead-description{  max-width: 100% !important; position: relative; opacity:1 !important;margin: 5px auto 0 !important; color:#FCB900;   font-size: 18px;}

/*.flame-img-left{float: left; margin-right: 30px; margin-bottom: 20px;}

.flame-img-right{float: right; margin-left: 30px; margin-bottom: 20px;}
*/
#t4-breadcrumbs-cust{    margin-top: -65px;}
#t4-breadcrumbs-cust .container {
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 6px solid #FCB900;
}
.t4-main-body {
    padding-top: 0 !important;
    padding-bottom: 72px;
}
.category-desc {
    padding: 0rem !important;
    margin-top: 0rem !important;
    margin-bottom: 5px !important;
   
}

.page-subtitle .subheading-category{ var(--page-size-subtitle); font-family:  var(--font); color: var(--body-link-color)}
#t4-breadcrumbs-cust .fa-home:before {
    content: "\f015";
    color: #b78805;
}

.category-name a {
    background: #1d3557 !important;
    color: #fff !important;
}
.category-name a:hover {
    background: #FCB900!important;
    color: #fff!important;
}
.text-color-blue{ color: var(--body-gold-color); font-size: var(--body-title-size); font-family: var(--font-sub-title);   position: relative; line-height: 1.2;font-weight: 400 !important;  left: 25px;margin-bottom:25px;}
.text-color-blue:before {
    content: '';
    height: 2px;
    width: 20px;
    background: #fcb900;
    position: absolute;
    top: 16px;
    left: -25px
}
div.ja-masthead .ja-masthead-detail .ja-masthead-description{font-family: var(--font); font-size: 20px; text-transform: uppercase; position: relative;
    left: 25px;}
div.ja-masthead .ja-masthead-detail .ja-masthead-description:before {
    content: '';
    height: 2px;
    width: 20px;
    background: #fcb900;
    position: absolute;
    top: 17px;
    left: -25px
}
.sec-wrapper .link-box-style .boder-box-1{    border: 1px solid #7DAFF6;
    border: 1px solid #7DAFF6;
    color: var(--body-text-color);
    font-size: 20px;
    font-weight: 600;
    height: 103px;
    margin-bottom: 20px;
    text-transform: uppercase; padding-top: 40px;
}

.sec-wrapper .boder-box-1::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #FCB900;
    border-left: 20px solid transparent;
    right: 28px;
    position: absolute;
    top: 5px;
    height: 88px;
}
.donotcopy {
   -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.t4-section {
    position: relative;
    z-index: auto !important;
}
.half-text-6 h4{font-size: 36px; color:#1d3557; line-height: 1.4;}
.category-desc {
    border: 0px solid #EBEBEB !important;
    color: #2A2A2A !important;
}
.d-flex{margin: 0 !important}
.bottom-margin-flame{margin-bottom: 50px;}
.half-text-6 h4:after {
    background: url(../images/diags-three-light.svg);
    background-position: 50% 50%;
    content: "";
    display: inline-block;
    height: 35px;
    width: 40px;
    background-repeat: no-repeat;
    margin-bottom: -6px; color: #FCB900;
}


.abt-bg-text{padding: 50px;margin: 50px auto}

.abt-main-text{font-weight: 400; font-size: 18px}


/*Mobile Design*/

@media (max-width: 900px) {
	.navbar-nav{display: none;}
	div#t4-hero {
    margin-top: -9px !important;
}
  .flame-topbar {
    position: fixed !important; z-index: 9999; left: 0;width: 100%
  }
	#t4-header{z-index: 99999;}
	#myCarousel p{line-height: 17px} 
	.col-half-offset {
    margin-left: 0;
}
	#t4-menu {
    position: -webkit-sticky !important;
     top: 0;
    z-index: 3 !important;
}
	.menubackdrop-dark {
    position: relative;
    z-index: auto;
    
}
	.col.social ul{padding: 0;}
	footer .social ul li {
    list-style: none;
    float: left;
    margin-left: 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    /* padding: 10px; */
    border-radius: 100%;
    width: 50px;
    text-align: center;
}
	.owl-carousel.home-slider .owl-dots {
    bottom: 50px !important;
}
	#t4-header, .flame-topbar {
    background: #fff !important;
    box-shadow: 0px !important;
}
	.flame-topbar__logo {
    display: block;
 }
	.border-top-sush {
    border-top: 0px solid #FCB900;
}
	
	.half-text-6 {
    padding-left: 0px;
    padding-right: 0px;
		margin-bottom: 20px;
}
	footer ul p {
    margin-left: 20px;
    color: #FCB900;
}
	footer .social ul { margin-left: -20px;}
}
.boder-box-1 a{font-family:var(--heading-font-family)}
.row-eq-height .sub-title{font-family:var(--font-sub-title); color:#fc8a17 !important;}

.all-people .sub-title-people{position: relative; 
    margin-top: -40px; border-bottom: 2px solid  #FCB900; background: #f7f7f7; padding: 10px 20px; margin-bottom: 20px;
}

 .all-people .sub-title-people h4{font-size: 0.7rem; color: #FCB900; font-weight: 300 !important; margin-top: -5px; line-height: 1;
}

.all-people  .page-header h2 {
    font-size: 1.2rem !important;
    line-height: 1.4167;
    margin: 0 0 0.5rem 0;
    font-weight: 500 !important; color:#1d3557 !important; 
}
.alls-peoples  .page-header h2 {
    padding-bottom: 0px;
}
.in-faculty .sub-title-people{position: relative; 
    margin-top: -40px; border-bottom: 2px solid  #FCB900; background: #f7f7f7; padding: 10px 20px; margin-bottom: 20px;
}
.in-faculty .sub-title-people h4{font-size: 1.1rem; color: var(--body-gold-color);  margin-top: -5px; line-height: 1;
}

.in-faculty  .page-header h2 {
    font-size: 1.2rem;
    line-height: 1.4167;
    margin: 0 0 0.5rem 0; text-transform: uppercase;
    font-weight: 500 !important; color:#1d3557 !important; 
}
.in-faculty .facultyedu{line-height: 1.2}

.all-faculty .sub-title-people{position: relative; 
    margin-top: -40px; border-bottom: 0px solid  #FCB900 !important; background: #f7f7f7; padding: 10px 20px 3px 20px;     margin-bottom: 0;}
.all-faculty .sub-title-people .page-header p{font-size: 0.9rem !important; color: var(--body-gold-color); font-weight: 300 !important;  margin-top: -5px; line-height: 1.2; font-family: var(--body-font-family);   
}
.equal-height {
    height: 100%;
    width: 100%;
    background: #f7f7f7; border-bottom: 2px solid  #FCB900;     
}

#menubuttondesign .btn {
    color: transparent;
    background-color: transparent;
    border: none;
    height: 49px;
    margin: auto;
    font-size: 24px;
    z-index: 9999999999;
    width: 50px;
    /* float: left; */
    position: absolute;
    right: 30px;
}
#menubuttondesign span.icon-search.icon-white {
   color: #fcb900;
}
.blog h1{font-size:40px;}
.page-header h2 a, .categories-list h2 a{color:#1d3557 !important;}
.readmore .btn:hover, .readmore .btn:focus, .readmore .btn:active, .icons .dropdown-menu a:hover, .icons .dropdown-menu a:focus, .icons .dropdown-menu a:active, .items-more .nav-tabs > li > a:hover, .items-more .nav-tabs > li > a:focus, .items-more .nav-tabs > li > a:active, .latestnews li a:hover, .latestnews li a:focus, .latestnews li a:active, .com-tags-tag.tag-category .list-group .list-group-item a:hover, .com-tags-tag.tag-category .list-group .list-group-item a:focus, .com-tags-tag.tag-category .list-group .list-group-item a:active, .categories-portfolio li a:hover, .categories-portfolio li a:focus, .categories-portfolio li a:active, .mod-articles-category-title:hover, .mod-articles-category-title:focus, .mod-articles-category-title:active, .link-dark:hover, .link-dark:focus, .link-dark:active, .login-wrap .other-links ul li a:hover, .login-wrap .other-links ul li a:focus, .login-wrap .other-links ul li a:active, .page-header h2 a:hover, .page-header h2 a:focus, .page-header h2 a:active, .categories-list h2 a:hover, .categories-list h2 a:focus, .categories-list h2 a:active, .categories-module > li a:hover, .categories-module > li a:focus, .categories-module > li a:active {
    color: #FCB900 !important; 
}
th{padding: 10px;}
 .view-services-detail .item-image img {
    
    height: auto !important; margin-top: 20px; height: auto !important;
    margin-top: 20px;
     border-bottom: 5px solid #fcb900; 
     
}
 
.sidebar-r{background: #f7f7f7; height: fit-content;     border-top: 6px solid #fcb900; padding: 20px 20px 20px 10px !important;}

.nav{display:block !important}
#t4-breadcrumbs-cust  li{font-size:12px !important}

.sidebar-r .nav{width: 100%;}
.sidebar-r .nav .nav-item {  padding: 3px 0px 3px 10px !important  }
.t4-module .nav li ul ul, .t4-card .nav li ul ul, .moduletable .nav li ul ul, .module_menu .nav li ul ul {
    padding-left: 0 !important;
} 
.t4-module .nav li a, .t4-card .nav li a, .moduletable .nav li a, .module_menu .nav li a{    color: var(--body-link-color) !important}
figure.flame-img-left.item-image {
    height: auto;
}
.dropdown-item {
   
    text-align: inherit;
    white-space: normal !important;
    
}
.t4-module .nav > li.active > a, .t4-card .nav > li.active > a, .moduletable .nav > li.active > a, .module_menu .nav > li.active > a, .t4-module .nav li ul > li.active > a, .t4-card .nav li ul > li.active > a, .moduletable .nav li ul > li.active > a, .module_menu .nav li ul > li.active > a{ background: #fff; padding-left: 12px; border-left: 3px solid var(--body-gold-color);     margin-left: -15px;}

.mod-menu .mod-menu__sub li.current.active a{margin-left: 0px;}

.t4-module .nav li ul > li > a:before, .t4-card .nav li ul > li > a:before, .moduletable .nav li ul > li > a:before, .module_menu .nav li ul > li > a:before{display: none !important}
.t4-module .nav li ul > li > a:before, .t4-card .nav li ul > li > a:before, .moduletable .nav li ul > li > a:before, .module_menu .nav li ul > li > a:before{}
.page-header h2{color: var(--body-link-color) !important}
.tital-course ul li{list-style: none!important}
.module-ct nav.navbar.navbar-expand-md{padding-left: 25px;}
h5.item-title {
    background: #f7f7f7;  text-align: center;
    padding: 50px;
}

.cat-detail{border: 1px solid #e4e3e3; padding: 15px; margin-bottom: 0px; height: 100%;
    width: 100%;}
.category-item{content: ''; margin-bottom: 10px;}
.categories-list{margin-bottom: 0px}
.cat-description .img-responsive{width: 100%;}
.newlanding-item-title {font-size: 24px; line-height: 1; text-transform: uppercase; padding: 10px 0}
.t4-palette-mainnav a:hover, .t4-palette-mainnav a:focus, .t4-palette-mainnav a:active {
    color: #1d3557!important;
}
 #t4-main-body ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: square;
}
 ::marker {
    color: #b78805;
}
.table-striped tbody tr:nth-of-type(odd){background: #fff;}
#facultyList  th, #facultyList td {
    padding: 0 !important;
    vertical-align: top; 
    border-top: 0px solid #e9ecef !important; border:0px solid #e9ecef !important;
    background: #fff !important;
}
.all-faculty .col-lg-3{margin-bottom: 30px;}
.newlandingscente img{ width: 100%}

a:hover, a:focus, a:active, .t4-palette-mainnav a:hover, .t4-palette-mainnav a:focus, .t4-palette-mainnav a:active {
    color: var(--body-link-hover-color)!important;
}
.link-box-style{width: 100%;}

th{background: #041e39; color: #fff }.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #e9ecef;
}
div.ja-masthead {
    background-image: none !important;
    
}
h5.item-title {
    background: #fff !important;
    text-align: left;
    padding: 0 !important;     position: relative;
    left: 25px; width: 95%; text-transform: uppercase;
 
}
h5.item-title:before {
    content: '';
    height: 2px;
    width: 20px;
    background: #fcb900;
    position: absolute;
    top: 9px;
    left: -25px
}
.program-ug-pg h5.item-title {
    background: rgb(4 30 57 / 0%) !important;
    text-align: center;  left: 0px;
    padding: 0 !important;     position: relative;
      width: 100%; text-transform: uppercase;
 
}
.program-ug-pg  h5.item-title:before {
    display: none;
}
.program-ug-pg .fa{font-size: 60px; color: #FCB900; position: relative; left: 12px;}
.category-desc img{width: 100%}
.categories-list .category-item{margin-bottom: 30px}
.program-ug-pg .cat-detail:hover{background: #f7f7f7;}
.program-ug-pg .cat-detail p{margin-bottom: 0}


/* Happenings*/
.line-dot-flmu{margin-top: 15px; margin-bottom: 30px;}
.happdeatured{padding: 10px; background: #f7f7f7;     height: 100%;
    width: 100%; border-bottom: 2px solid #FCB900;}
.happningfeaturedtitle{line-height: 1.3; padding-top: 20px; padding-bottom: 20px;   font-weight: 900;}
.line-text-flmu{color: var(--body-gold-color); position: relative;
    line-height: 1.2;
    left: 25px;}
.happningcalendar{background-color: #041e39; color: #fff; height: 50px; line-height: 50px;}
.happningcalendar a{ color: #fff !important;  }
.happningcalendar .fa{color: #fcb900; margin-left: 20px; margin-right: 10px; font-size: 30px; position: relative; top: 4px;}
.line-text-flmu:before {
    content: '';
    height: 2px;
    width: 20px;
    background: #fcb900;
    position: absolute;
    top: 16px;
    left: -25px;
}
.happdeatured p{line-height: 1.2}

.happningcalequalheight{width: 100%; height: 100%; background: #f7f7f7; line-height: 1.3; border-bottom: 2px solid #FCB900;}
.happningcalequalheight a { color: #041e39}
.happningtitle{  font-weight: 900; padding: 20px; font-size: 16.9px;}
.happningsingle{margin-bottom: 30px;}
nav .pagination .page-item.active .page-link, div.t4-wrapper .counter {
    background: #b78806;
    border-color: #b78806;
    color: #fff;
}
nav .pagination .page-link, .pagination .pagenav, .pagenav li a {
    background: var(--primary_light);
    border-color: var(--primary_light);
    color: #b78806;
}
nav .pagination .page-link:hover {
    background: #041e39;
    border-color: #041e39;
     
}

.articlesanywhere_pagination .pagination .page-item.active .page-link, div.t4-wrapper .counter {
    background: #041e39 !important;
    border-color: #041e39 !important;
    color: #fff;
}
/* Happenings end */

/* In the media */
.media-mar-b{margin-bottom: 30px;}
.media-top{padding: 10px; width: 100%; height: 100%; background: #f7f7f7}
.media-top:hover {box-shadow: 0px 0px 15px #ccc; transition: .9s ease;}

.date-media {margin: 0px 0px 10px 0px; color: #b78806;    font-size: 12px;}
.date-media .fa{margin-right: 6px;}
.mediafeaturedtitle {line-height: 1.3; margin-top: 15px; font-weight: bold; min-height: 41px;}
.mediafeaturedtext {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; line-height: 1.4;}
.media-1{width: 100%; height: 100%; padding: 10px; border: 2px solid #f1f1f1}
.media-date-1{margin-bottom: 5px; font-size: 12px;}
.media-date-1 a{color: #b78806;  }
.media-intro-img img{ width: 100% }
/* In the media end*/

.faculty-thought-parent-title {
    background: #fff;
    width: 90%;
    margin-top: -30px;
    position: relative;
    left: 5%; 
    padding: 10px;
	border: 1px solid #b78806;
	min-height: 91px;
}
.card-title{margin: 0; font-size: 16px; line-height: 1.2; margin-bottom: 0 !important}
.faculty-thought-article-title{line-height: 1.2; margin-top: 12px;}
.subheading-category {
    font-size: 40px;
}


/*Student Experiences*/
 
.studentbhoexp th, .studentbhoexp td{    padding: 0rem !important;
    vertical-align: top;
    border: 0px  solid #e9ecef !important;}
.studentbenexpcho{background: #f7f7f7; padding: 10px; border-bottom: 2px solid #b78806; margin-bottom: 30px;}
.student-expr-mm{ margin-bottom: 30px;}
.studentexpstuname{font-family: var(--heading-font-family); color:#041e39; font-weight: 500; font-size: 18px; }
.student-expr-mm span{font-weight: 700;color: #b78806;}
.flame-quote{color: #b78806; font-size:40px }
.student-inner-experience-quote p { 
   text-indent: 35px;
}
.student-inner-experience-quote p:first-child:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f10d";   color: #b78806; font-size: 30px; position: absolute; top: -17px; left: -20px}
.student-inner-experience-quote p:last-child:after{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f10e";  color: #b78806; font-size: 30px; position: absolute; bottom: 0; margin-left: -27px;}
.student-outer-experience-quote{text-align: justify; position: relative}
.student-outer-experience-quote p{ 
   text-indent: 65px;
}
.student-outer-experience-quote p:first-child:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f10d";   color: #b78806; font-size: 30px; position: absolute; top: -20px; left: -42px}
.studentexpstumajoff{font-weight: 600}
/*Student Experiences End*/
/*Alumni Achievements End*/
.alumni-achi-name{font-family: var(--heading-font-family); color: #041e39; font-weight: 500; font-size: 22px;}
.alumni-achi-major span, .alumni-achi-minor span, .alumni-achi-lifeafterflame span{color: #b78806; font-weight: 700;}
 /*Alumni Achievements End*/
/*accordion*/
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow :none;
    margin-bottom: 10px;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    position: relative;
}
#accordion .panel-heading:before{
    content: "";
    width: 40px;
    height: 100%;
    background: #0a3f6a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    overflow: hidden;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before,
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f067";
    transform: translateY(50px);
}
#accordion .panel-title a.collapsed:before{ transform: translateY(-50px); }
#accordion .panel-title a.collapsed:after{ transform: translateY(0); }
#accordion .panel-body{
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    border-top: none;
    font-size: 14px;
    color: #383838;
    line-height: 28px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: rgba(0,0,0,0.05);
    position: absolute;
    top: 0;
    left: 0;
}
/*accordion*/


#insta a:nth-child(2){z-index: -999px !important}
.flame-site-menu__primary-wrapper nav ul li a:hover{color: #FCB900!important;}
@media (max-width: 1199px) and (min-width: 900px) {
	.navbar-expand-lg {
     
    width: 800px !important;
    margin-left: 35px !important;
}
	.box-3-link .link-box-style .boder-box-1 {
    border: 1px solid #7DAFF6;
    max-height: 120px;
     
    font-size: 23px !important;
    font-weight: 500;
    padding-right: 25px;
    padding-top: 10px;
    font-family: var(--heading-font-family);
    min-height: 100px !important;
}
	.box-3-link .link-box-style .boder-box-1::after {
    content: '';
  
    height: 100px !important;
}
	.padding-20.boder-box-1 br{display: none}
	.pose-sush .carousel-caption {
  
    line-height: 1;
}
	.m-people-main__top {margin-left: 57px;}
	
	#flame-about-home .flame-mian-title {
    color: #041e39;
    line-height: 44px !important;
    font-size: 40px !important;
    margin-bottom: 10px !important;
}
	.flame-shild{display: none}
	.flame-abt-text {
    float: none;
    width: 100% !important;
}
	
}
@media (max-width: 1200px) {.m-people-main__top {
    margin-left: 57px;
	}
.box-3-link .link-box-style .boder-box-1 {
         line-height: 1.2;
    font-size: 24px !important; width: 100%; height: 100%;
    
}
	.m-people-thumbs__button {
    
    height: 100px !important;
}
	.flame-sl-more_list {
     
    padding-left: 0 !important;
}
	.flame-sl-more_li {
     
    font-size: 12px;
}
 
	#flame-about-home .flame-mian-title {
    
    font-size: 45px !important;
    margin-bottom: 50px;
}
	.flame-abt-text {
    float: none;
    width: 100% !important;
}
	.flame-shild{display: none}
}

.half-text-6 h4{text-transform: uppercase}

@media (max-width: 1000px) {
	
	#navbarNav{display: none !important}
	.flame-topbar {
    box-shadow: none;
    border: 0 !important;
    width: 100%;
}
	 
	.navbar-toggler{display: none}
  
	 
	 
 

	#t4-header {
    width: 100%;
    top: 0;
    z-index: auto !important;
    height: 63px;
    background: #fff !important;
}
	 div.ja-masthead .ja-masthead-detail {
    color: #fff;
    max-width: 100%;
    position: relative;
     padding: 50px 0px   !important;  
    height: 300px !important;
    background-position: center !important;
}
}
.new-page-ug h2{font-size: 26px; color: #b78805}
.mb-3, .flame-mian-title,   .sub-title, .m-person__name, .foo-all h3{text-transform:uppercase}

.card-majors-ug .col-md-3 { padding: 10px 10px }
.card-majors-ug .col-md-3 .fa{font-size: 36px;width: 100%;text-align: center;color: #f7a703;}
.card-majors-ug .col-md-3 .ug-mjor-offered{border: 1px solid #b78805;  padding: 10px;text-align: center;width: 100%;height: 100%; line-height: 1.2;}
.card-majors-ug .col-md-3 .ug-mjor-offered a{ font-family: var(--body-font-family);font-size: 14px;font-weight:600;}
span.c-number {font-size: 40px; font-family:var(--heading-font-family); font-weight: 600;color: #f7a703;} 
.col-lg-3.col-sm-6.text-center {
    float: left;
    border: 1px  solid #fff;
    background: #f7f7f7;
    padding: 10px  0 26px;
}
.c-item .fa{width: 100%; font-size: 40px; color: #b78805;
    margin-left: 5px;}

span.float-right.text-primary.fa{
    opacity: 0;
    margin-top: 6px;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    transition: 500ms all;
}
#accordion .card .card-header .collapsed .fa{opacity: 1 !important}
.bg-primary-light {
    background-color: var(--primary_light);
    margin: 10px 0;
}
.card-header{font-weight: 900;  }
.card-body {
     border-bottom: 5px solid #b78805;
}
 
/* Real world learning */


.real-world-learning-col {
    
    width: 100%;
    float: left;
    padding: 5% 5% 0% 5%;
    margin: 10px 0;
 
	border: 1px #bfbfbf solid;
    border-radius: 0px;
	height: 100%;
}

.icon-for-real-world-learning-col {
    margin-top: -91px;
    margin-bottom: -15px;
    width: 60px; height: 60px;
    background: #fff;
    padding: 5px;
    border-radius: 30px 30px 0 0;
}
img.icon-for-real-world-learning-col {
    width: fit-content;
}
.text-sub-style{font-style: italic; font-weight: 700; color: #041e39; position: relative; left: 20px}
    .text-sub-style:before{content: '';
    height: 2px;
    width: 15px;
    background: #fcb900;
    position: absolute;
    top: 8px;
    left: -20px;
}
a.collapsed {
    position: relative;
    width: 100%;
    z-index: 999;
    cursor: pointer; display: block;
}
.subheading-category{ 
    font-weight: 700;}
a.l_hp__overview_btn.ugpage {
    width: 200px; font-weight: bold;
}
.boder-box-1:hover {color: #FCB900 !important}
.links-area ul li{list-style:none; line-height:36px; font-weight:500}
.border-1{border:1px solid #f1f1f1; height: 100%;
    width: 100%;}
.border-1 img{width:100%}
 .link-flame-plain{margin-left: 30px; color: #041e39}
.t-world{margin:15px; }
.btn-group-all{  height: 50px; }
 .btn-bottom{position: absolute; bottom: 20px; width: 100%; }
.btn-bottom:before {
    content: '';
    height: 1px;
    background: #FCB900;
    width: 76%;
    position: absolute;
    z-index: 3;
    left: 30px;
    right: 0;
    top: -10px;
}
.link-box-style a {
    color: #fff;
}
.links-area::before {
    background: -webkit-repeating-linear-gradient(
45deg, #8cc4ff, #041e39 1%, rgba(255,255,255,0) 2%, rgba(255,255,255,0) 1%, #041e39 1%) top left fixed !important;
    background: -moz-repeating-linear-gradient(45deg, #8cc4ff, #041e39 1%, rgba(255,255,255,0) 2%, rgba(255,255,255,0) 1%, #041e39 5%) top left fixed !important;
    background: -o-repeating-linear-gradient(45deg, #8cc4ff, #041e39 1%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 1%, #041e39 1%) top left fixed !important;
    background: repeating-linear-gradient(
45deg, #8cc4ff, #041e39 1%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 1%, #041e39 1%) top left fixed !important;
    background-size: auto;
    background-size: 7px 7px;
    content: "";
    display: block;
    height: 100%;
    left: 14px;
    opacity: .25;
    position: absolute;
    width: 10px;
    top: -8px;
}
.counters {
    background-color: #0f479a;
    color: white;
    padding: 40px 20px;
    border-top: 3px solid lightskyblue;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
}
 
.counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    font-size: 45px;
    margin: 10px 0;
}

@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
    }

    .counters .container > div:nth-of-type(1),
    .counters .container > div:nth-of-type(2) {
        border-bottom: 1px solid lightskyblue;
        padding-bottom: 20px;
    }
	div.ja-masthead .ja-masthead-detail .ja-masthead-description {
    font-family: var(--font);
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    left: 0px;
}
	div.ja-masthead .ja-masthead-detail .ja-masthead-description:before{display: none}
}

.card-header .fas{
color: #fcb900; margin-right: 10px;
    font-size: 30px;}

.card-header h4.my-0.font-weight-normal{color: #1d3557; font-weight: 700;}
.card-header span.card-title.pricing-card-title, .card-header span.card-title.pricing-card-title a{color: #fcb900; margin:0 5px;}
.placement-process-number h2{color: #b78805}

table tr, table td{border: 1px solid #ccc; padding: 2px 10px}
.placement-f{ margin-bottom: 30px;}
.placement-r {
    padding: 15px;
    border: 1px solid #ccc;
   
    border-bottom: 3px solid #b78805;
    height: 100%;
    width: 100%;
}
/* inner page design */
 
.flame-inner-page .col-md-6{margin:0; padding:0;}
.flame-inner-page .text-inner-page{padding: 0px 20px 0 20px}
.flame-inner-page h5{font-size: 17px;}
.left-text-alg{text-align: right;}
.img-flame-img img{width: 100%;}
.img-innerss{width: 100%;}


@media only screen and (max-width:1124px){ 
	 .flame-inner-page h5{font-size: 16px;}
	.flame-inner-page .text-inner-page{padding: 20px 10px 0 10px; font-size: 13px;}
		.social ul{margin-left: 0; padding-left: 0}
	footer .social ul li{
    list-style: none;
    float: left;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    border: 0px solid #fff;
    padding: 0px;
    border-radius: 100%;
    width: 40px;
    text-align: center;
    background: #052e58;
}
	.logo-foot p {font-size: 12px;}
}
@media only screen and (max-width:818px){ 
	.flame-inner-page .row{margin-bottom: 20px; border:1px solid #f1efe4 }
	.left-text-alg{text-align: left;}
	.flame-inner-page .text-inner-page{padding: 20px 20px}
	.acm-features.style-1 .features-content {
 
    padding: 0 43px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
  
}
	.acm-features.style-1 .features-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    padding: 0;
}
}


.pull-left.item-image.article-image.article-image-full{
    margin: 0 33px 22px 0;
    max-width: 40%; float: left !important;
}
.row0, .row1{border: 0 !important}
.row.in-faculty h3{color:#041e39}



/*Sample Structure */


.timeline{
  --uiTimelineMainColor: var(--timelineMainColor, #124d89);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);

  position: relative;
   
  padding-bottom: 3rem;
}

.timeline:before{
  content: "";
  width: 4px;
  height: 87%;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  top: 23px;
}

.timeline__group{
  position: relative;
}

.timeline__group:not(:first-of-type){
  margin-top: 4rem;
}

.timeline__year{
  padding: .5rem 1.5rem;
  color: var(--uiTimelineSecondaryColor);
  background-color: var(--uiTimelineMainColor);
font-size:20px;
  position: absolute;
  left: -15px;
  top: 0;
}

.timeline__box{
  position: relative;
}

.timeline__box:not(:last-of-type){
  margin-bottom: 30px;
}

.timeline__box:before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--uiTimelineMainColor);

  position: absolute;
  left: 0;
  z-index: -1;
}

.timeline__date{
  min-width: 104px;
  position: absolute;
  left: 10px;
  box-sizing: border-box;
  padding: 8px;
  text-align: center;

  background-color: #f7a703;
  color: var(--uiTimelineSecondaryColor);
}

.timeline__day{
   
  font-weight: 700;
  display: block;
}

.timeline__month{
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}

.timeline__post{
  padding: 1.5rem 2rem;
  border-radius: 2px;
  border: 1px solid #f7a703;
  border-left: 2px solid #f7a703;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
  background-color: var(--uiTimelineSecondaryColor);
}
.timeline__content .col-md-6{float: left}
.timeline:after{display: none}
@media screen and (min-width: 641px){

  .timeline:before{
    left: 30px;
  }

  .timeline__group{
    padding-top: 55px;
  }

  .timeline__box{
    padding-left: 113px;
  }

  .timeline__box:before{
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);  
  }  

  .timeline__date{
    top: 50%;
    margin-top: -27px;
  }
  .timeline__box:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--uiTimelineMainColor);
    position: absolute;
    left: 0;
    z-index: -1;
}
}

@media screen and (max-width: 640px){

  .timeline:before{
    left: 0;
  }

  .timeline__group{
    padding-top: 40px;
  }

  .timeline__box{
    padding-left: 20px;
    padding-top: 70px;
  }

  .timeline__box:before{
    top: 90px;
  }    

  .timeline__date{
    top: 10px;
  }
  .timeline__date{
  
  left:0px;
  
}
    .timeline__box{
    padding-left: 10px;
  }
}

.timeline{
   timelineMainColor: #041e39;
  
}
/*Sample Structure End*/

 /*----------------------------------------------------------------------------------------
									core-courses
----------------------------------------------------------------------------------------*/
.tital-course{

    

    line-height:22px;

    border:0px solid #B3D0FF;

    

}

.blue-lt{

    background:#041e39;

    box-shadow:2px 2px 3px #eee;

    color:#ffffff;

}

.blue-lte{

    background:#041e39;

	border-left:5px solid #fff;

  border-right:5px solid #fff;

    box-shadow:2px 2px 3px #eee;

}



.tital-course ul {

    list-style:none;

    margin:0;

    padding:0 5px;

    }

/*.clearfix{ clear:both;}*/

.tital-course ul a{

    color:#fff;

    

}

.tital-course .row-flex .col-md-4{

    position: relative;

    min-height: 1px;
float: left;
    padding:10px 5px 10px 10px;

    

    

}



.tital-course .row-flex .col-md-6{

    position: relative;

    min-height: 1px;

    padding:10px 5px 10px 10px;

    

    

}
  

.row-flex .col-md-4{

    position: relative;

    min-height: 1px;

    padding-right: 0px;

    padding-left: 0px;

}

      

.row-flex, .row-flex > div[class*='col-'] {  

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    flex:1 1 auto;

}



.row-flex-wrap {

    -webkit-flex-flow: row wrap;

    align-content: flex-start;

    flex:0;

}



.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {

     margin:-.2px; /* hack adjust for wrapping */

}



.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {

    width:100%;

}

.row-flex .well {

    min-height: 20px;

    padding: 0px;

    margin-bottom: 20px;

    background-color:#f7f7f7;

    border-radius: 0px;

    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;

}

.row-flex .well1 {

   

    border-right: 3px solid #FFFFFF;

  

}

.row-flex .well2{

	 border-left: 3px solid #FFFFFF;

  

}

.row-flex h3{
 
margin:0px;
height:40px;
line-height:40px;
background:#041e39;
color:#333;
font-size:15px;
color:#fff;
padding-left: 15px; font-weight: 700 !important; font-family:  var(--body-font-family) !important;
}

 .row-flex .well p {

    padding: 15px;

} 

.flex-col {

    display: flex;

    display: -webkit-flex;

    flex: 1 100%;

    flex-flow: column nowrap;

}



.flex-grow {

    display: flex;

    -webkit-flex: 2;

    flex: 2;

}



.well { 

   border: 0px solid #E3E3E3; 
    padding-top: 30px;
}



@media only screen and (max-width:760px){

    .row-flex, .row-flex > div[class*='col-'] {  

    display: block;

    flex:1 1 auto;

}
#courses .col-md-4 {
    max-width: 100% !important;
}
.blue-lte{

  

	border-left:0px solid #fff;

  border-right:0px solid #fff;

    box-shadow:0 0 0  #eee;

}
div.ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
}
	div#t4-masthead {
    margin-top: 0px;
}
	.text-color-blue {
    
    left: 0px;
     
}
	.t4-section .t4-section-inner {
     
    padding: 10px 20px 20px 20px;
}
	.text-color-blue:before {display: none
}
.row-flex .well1 {

   

    border-right: 0px solid #FFFFFF;

  

}

.row-flex .well2{

	 border-left: 0px solid #FFFFFF;

  

}

.blue-lt {

   

    box-shadow: 0 0 0 #EEE;

}

.row-flex h3{

   margin:0px;

  min-height: 40px;

padding: 7px 0px 0px;

line-height: 16px;

   background:#041e39;

   color:#fff;

   font-size:15px;

   text-align:center;

   font-weight:bold;

}



 .tital-course .row-flex .col-md-4 {

   position: relative;

   min-height: 1px;

   padding: 0px 5px 0px 10px;

   width: 100%;

}



 .tital-course .row-flex .col-md-6 {

   position: relative;

   min-height: 1px;

   padding: 0px 5px 0px 10px;

   width: 100%;

}
}
#courses .col-md-4{max-width: 50%;}
   /*----------------------------------------------------------------------------------------
									core-courses
----------------------------------------------------------------------------------------*/


/*tabs*/
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
    border-top: 12px solid #041e39;
    border-left: 12px solid transparent; 
    border-right: 12px solid transparent; 
    bottom: -12px;
    content: "";
    position: absolute;
    left: 45px;
    margin-left: -21px;
    width: 0; 
    height: 0;
}
 .ui-state-default a:focus {
    
    outline: 0px !important;
     
}
 
.ui-tabs .ui-tabs-nav {
    margin: 0 !important;
    padding: 0 !important;
	border: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    /* border-bottom-right-radius: 0px !important; */
}
.ui-tabs-nav{background:#fff !important;}
 .ui-state-default a{   display: block;
    color: #002147;
    padding: 20px 30px !important;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
 }
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #d3d3d3;
    background: #fcb900 !important;
    font-weight: normal;
    color: #555;
}
.ui-tabs .ui-tabs-nav li a:hover{color:#fff !important;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
       outline: 0px auto -webkit-focus-ring-color;  font-weight:bold !important;
}
.ui-widget-content {
border: 0px solid #e6e6e6; padding:0; border-top:0}
 .widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0px solid #aaa;
    background: #041e39 !important;
    font-weight: normal;
    color: #fff !important;   
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color:#fff !important;  outline: 0px auto -webkit-focus-ring-color;
}

 
.ui-state-default a{
   font-weight:bold !important;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px  0.2em  0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap; list-style: none !important;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em  1.4em;
    background: 0;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-tabs-nav:after{clear:both;}
/*Tabs Ends*/

/*FAQS*/
a:hover,a:focus{
text-decoration: none;
outline: none;
}
#faqs .panel{
border: none;
box-shadow: none;
border-radius: 0;
margin-bottom: 10px;
}
#faqs .panel-heading{
padding: 0;
}
#faqs .panel-title a{
display: block;
padding: 20px 25px;
background: #fff;
font-size: 14px;
font-weight: bold;
color: #041e39;
     font-family: var(--body-font-family);
border: 1px solid #eaeaea;
border-left: 3px solid #041e39;
position: relative;
transition: all 0.3s ease 0s;
}
#faqs .panel-title a.collapsed{
color: #333;
}
#faqs .panel-title a:before,
#faqs .panel-title a.collapsed:before{
content: "\f107";
font-family: FontAwesome;
font-size: 14px;
color: #333;
line-height: 20px;
position: absolute;
top: 19px;
right: 25px;
}
#faqs .panel-title a.collapsed:before{
content: "\f106";
}
#faqs .panel-title a:hover,
#faqs .panel-title a.collapsed:hover,
#faqs .panel-title a:before,
#faqs .panel-title a:hover:before{
color: #f7a703;
}
#faqs .panel-body{
padding: 15px 27px;
font-size: 14px;
 
line-height: 23px;
border: 1px solid #eaeaea;
border-top: none;
border-left: 3px solid #eaeaea;
}
#faqs .panel-body p{
margin-bottom: 0;
}


/* major-minor styling */
.article-header .article-title a{color:#041e39 !important; font-weight:700; font-size:32px;}

 .course-page {
    display: table;
}

.course-page [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.course-item{border:1px solid #f1f1f1; padding-top:15px}
.major-minor ul{
    margin: 10px;
    padding: 0 10px;
	list-style: none;
}
.major-minor li {
    float: left;
    width: 50%;
    text-align: left;    font-size: 89%;
}
.major-minor:hover .service-icon{
    background: #f7a703;
    color: #041e39;
}
.major-minor .service-icon:after{
    content: "";
    border-top: 10px solid #041e39;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear 0s;
}
.major-minor:hover .service-icon:after{
    border-top-color: #f7a703;
}
.major-minor .service-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background: #041e39;
    font-size: 25px;
    color: #fff;
    margin: -45px 0 15px;
    position: relative;
    transition: all 0.3s linear 0s;
	padding-left: 7px;
}
.major-minor img{width:100%}
.major-minor .read-more a{
    display: inline-block;
    padding: 5px 18px;
    background: #f7a703;
    
    font-size: 13px;
    color: #fff;
    position: relative;
	margin-top:30px;
    bottom: 10px;
    transition: margin-right 0.5s ease 0s, border-color 0.3s ease 0s;
}
 .course-page h4{width:100%;background:#041e39; padding:15px; margin:0 }
  .course-page h4 a{  color:#fff;  }
  .course-page h4 a:hover{ color:#f7a703; }
 @media only screen and (max-width:767px){ .course-page [class*="col-"] {
    float: left;
    display: table-cell;
    vertical-align: top;
}}
/* major-minor styling End*/

/* table styling */

/*table styling */

/* CSS Document */

	.row.publication {
    padding: 20px;
}	 
.thing div{margin: 10px 0}
.thing div a{color:#041e39;}
.thing div .fa{color:#b78805; font-size: 18px;}
.authorname{color:#b78805; font-weight: bold}

span.sb-text.sb-notitle {
display: none;
}
@media (max-width: 860px) {
	.social ul{margin-left: 0; padding-left: 0}
	footer .social ul li{
    list-style: none;
    float: left;
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    border: 0px solid #fff;
    padding: 0px;
    border-radius: 100%;
    width: 40px;
    text-align: center;
    background: #052e58;
}
.box-3-link .link-box-style .boder-box-1::after {
   
    bottom: 49px !important;
     
}
	.fixed-header .flame-topbar {
    left: 0;
    width: 100%;
}
	.flame-topbar__logo-img {
    
    padding: 10px 0;
}
}



.schools-departments-img img{width:auto}

.title-hed h4 {
color: #0e3f6a; margin-top: 0;
padding-top: 0;
margin-bottom: 15px;
}

.col-heading-text.well {
    padding: 10px;
    height: 100%;
    width: 100%;
}

.col-lg-4.faculty-thou-par { padding: 20px; }

a.button.subbutton.btn.btn-border {
    background: #fff !important;
    border-radius: 15px !important;
    box-shadow: none !important;
    color: #041e39 !important;
    display: inline-block !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    margin-left: -0.1em !important;
    margin-top: 5px !important;
    padding: 8px 20px !important;
    text-decoration: none !important;
    -webkit-transition: .3s !important;
    -o-transition: .3s !important;
    -moz-transition: .3s !important;
    border: 1px solid #FCB900 !important;
    transition: .3s !important;
    border-radius: 0 !important;
}




/*Summer Immersion Program (FUSIP)*/

#flame .panel{
border-radius: 0;
box-shadow: none;
}
#flame .panel-heading{
padding: 0;
border-radius: 0;
background: #fff;
}
#flame .panel-title{
overflow: hidden;
}
#flame .panel-title a{
display: block;
color: #fff;
font-size: 16px;
font-weight: bold;
background: #041e39;
text-transform: capitalize;
padding: 17px 17px 17px 60px;
position: relative;
transition: all 0.30s linear 0s;
}
#flame .panel-title a.collapsed{
background: #fff;
color: #333;
}
#flame .panel-title a.collapsed:hover{
color: #f7a703;
}
#flame .panel-title a:before,
#flame .panel-title a.collapsed:before{
content: "\f107";
font-family: FontAwesome;
width: 50px;
height: 100%;
position: absolute;
top: 0;
left: 0;
color: #fff;
font-size: 20px;
line-height: 50px;
text-align: center;
background: #f7a703;
transition: all 0.30s linear 0s;
}
#flame .panel-title a.collapsed:before{
content: "\f105";
background: #fff;
color: #333;
}
#flame .panel-body{
border-top: none;
 
}

#flame-newconf .panel{
border:0px none;
border-radius: 0px;
box-shadow: none;
margin-bottom: -5px;
border-bottom: 3px solid #f1efe4;
}
#flame-newconf .panel-heading{
padding: 0;
border-radius: 0px;
 
}
#flame-newconf .panel-title a{
position: relative;
display: block;
padding: 11px 10px 20px 55px;
background: #f1efe4;
color:#041e39;
text-transform:uppercase;
transition:0.4s ease;
}
#flame-newconf .panel-title a:after,
#flame-newconf .panel-title a.collapsed:after{
content: "\f068";
font-family: FontAwesome;
color:#fff;
background: #f7a703;
font-size: 17px;
position: absolute;
left:-24px;
top:0;
padding: 15px 19px;
font-weight: lighter;
}
#flame-newconf .panel-title a.collapsed:after{
content: "\f067";
background:#7d7d7d;
}
#flame-newconf .panel-title a.collapsed:hover:after{
background:#f7a703;
}
#flame-newconf .panel-body{
padding-left:50px;
color:#333;
line-height: 24px;
border-left:3px solid #041e39;
border-right: 3px solid #f1efe4;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
border-top: 0px none;
}
/*Summer Immersion Program (FUSIP)* end*/

.resources-page-colunm{margin-bottom: 30px;}
.col-heading-text.well.border-ks {
    
    border: 2px solid #E3E3E3;
 } 
.fil-text-tile {
    position: relative; overflow: hidden;
}
.fil-text-tile h4{color:#b78805 }
 .fil-text-tile h4:after {
        position: absolute;
    top: 22px;
    overflow: hidden;
    width: 100%;
    height: 2px; margin-left: 10px;
    content: '\a0';
    background-color: #041e39;
      }
 
 .simplePullQuote.right {
    padding-left: 15px;
}    

.col-20 {
    width: 19%;
    margin-right: 1%;
    float: left;
}

img.mainImg.img-responsive {
    padding-left: 30px;
}

.startupdesc {
    padding-left: 30px;
}

button.close.top-fix {
    position: absolute;
    right: 0px;
    font-size: 50px;
    top: -30px;
}

body.modal-open .modal {
    background-color: #fff;
    border-radius: 5px;
    top: 27% !important;
    bottom: auto !important;
    left: 62% !important;
    margin-left: -40%;
    overflow: hidden;
    height: auto;
    width: auto !important;
}

.text-right {
    text-align: left !important ;
    padding-right: 40px;
    padding-top: 35px;
}

.modal-content {
    border: 0px !important;
}

 /* Temp Amol Code */     
   @media (max-width: 860px) {   
        .collapse:not(.show) {
            display: unset !important;
        }      
   }  
      
 /* Temp Amol Code end */ 
 
 blockquote {
    padding: 20px;
}

 /* Amol - FIL pages youtube videos into single col. */ 
@media (min-width: 768px) {
.col-md-6 {
    float: left ;
} 
    
}

      
 /* Department of Computer and Data Sciences */ 

.program-data{background: #041e39; padding: 50px; }
.pro-white{color:#fff}
.row .same-height-pro{height: 100%; width: 100%; border-right: 2px solid #fcb900}
.program-data .l_hp__overview_btn{background: transparent; color: #041e39; }
.border-top-yellow{border-top: 10px solid #fcb900; margin-top: 45px}
.border-top-yellow .link-pro-data{color: #041e39; padding: 0 30px 0 0; line-height: 1.2}
.bg-white.border-top-yellow { padding: 40px 60px;} 
		 
em{
	color: #041e39 !important; 
}


/* FIL */
.back-img{background-size: cover !important; padding: 180px 20px 60px 30px}
.overlay-fils{background: #000; opacity: .6; position: absolute; width: 100%; height: 100%; top:0; right: 0}
.main-bg-title{position: relative; line-height: 1.2; z-index: 2; }
.main-title-fils-k span{font-size: 30px; color: #fcb900; text-transform: uppercase }
.main-title-fils-k{font-size: 40px; color: #fff; text-transform: uppercase }
.main-bg-title h4{background: #fcb900; padding: 5px 10px;width: fit-content;}
.main-bg-title em{color: #f7f7f7 !important;}
.fils-k h4{color:#041e39; font-size: 34px; position: relative; text-transform: uppercase }
.fils-k h4:after{
    content: '';
    background-color: #f7a703;
    display: block;
    width: 50px;
    height: 4px;
    margin-top: 5px;
    margin-right: 3px;
}
.faculty-filks p{margin-bottom: 6px;}
.col-heading-text.well-color a:nth-last-child(1){ 
    position: relative;
    color: #1e3557;
    display: inline-block;
    font-size: 1rem; border: 1px solid #FCB900;
    font-weight: 500;
    margin-left: 0;
    margin-top: 5px;
    padding: 5px 22px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    text-transform: uppercase;
    transition: .3s;
    font-size: 12px !important;}
      .col-heading-text.well-color a:nth-last-child(1):after {
    border: solid #1e3557;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    content: '';
    top: 5px;
    right: 5px;
    transform: rotate(270deg);
    position: absolute;
    -webkit-transform: rotate(270deg);
}
.page-tag-height .col-md-4{margin-bottom: 30px;}
.col-heading-text.well-color br{display: none;}
.col-heading-text.well-color {
    padding: 15px;
    border: 1px solid #ccc; height: 100%;
}
.col-md-12.page-tag-height .col-md-6.col-sm-6{
	margin-bottom: 30px;
}

 .card-summer {
     padding: 10px;
 }
 
 .image-on-top-f {
    position: relative;
}
 .image-on-top-f .summer-title {
         position: absolute;
    bottom: 20px;
    color: #fff;
    padding: 0px 15px;
    font-size: 22px;
 }
 
 .overlayyy {
    content: '';
    background-image: linear-gradient(45deg, rgb(0 0 0 / 98%), rgb(96 96 96 / 43%));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
 }
 
.summer-img{
 border-radius: 50%;
 }
 
 .summer-title {
     font-family: Oswald, sans-serif;
     text-transform: uppercase;
     color: #ffffff;
     
 }
 
 .card-date-time {
    font-family: Oswald, sans-serif;
}

.card-summer .card-body {
    border: 0px !important;
    border-bottom: 0px solid #b78805 !important;
}

 .card-date-time {
    font-family: Oswald, sans-serif;
    border-bottom: 2px solid #b78805;
    padding: 12px;
    margin-bottom: 18px;
    background: #ffffff;
    min-height: 80px;
}

 .card-fac-body {
    border-bottom: 2px solid #b78805;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fac-summer-designation{
line-height: 1.4;
}

.summer-title a {
    color: #fff;
}

.card.card-summer {
   -webkit-box-flex: 1;
   -ms-flex: 1 0 0%;
   flex: 1 0 0%;
   margin-bottom: 0;
   margin: 10px 20px;
   background: #f7f7f7;
}

.card.card-summer h4 {
   font-size: 18px;
   font-weight: 500;
   margin-bottom: 0px;
   padding-bottom: 3px;
   font-family: 'Archivo';
}

.fac-summer-designation { 
   line-height: 1.4;
   padding: 0;
   margin: 0;
   font-size: 14px;
}

.left-border-title img {
    border-radius: 50%;
}

.col-md-10.left-border-title .col-md-3{margin-bottom:20px;}
.col-md-10.left-border-title .col-md-9 h4{margin:0px; padding:0}
.col-md-10.left-border-title .col-md-9{font-size: 14px;
   margin-top: -20px;} 



.cen-digi h3{color: #041e39;  width: fit-content; margin-bottom: 30px; border-left: 5px solid #b78805; padding-left: 20px;}
.cen-digi h5{font-size: 20px;}
.baground-light-gray{background: #f7f7f7;}
.padding-all-side-30{padding: 30px;}
.our-team-digi h5{background: rgb(4 30 57 / 80%); padding: 20px 20px; color: #FFF; margin-top: -80px; position: relative; line-height: 1}
.our-team-digi span{   color: #fff;  position: relative; font-size: 13px; font-family: Archivo !important }
.what-we-do-digi img{height: 50px;}
.new-icon-PS{padding: 15px 38px;  height: 100%; border : 2px solid #f7f7f7}

.cen-digi h5{color:#fcb900 }
.links-digi a{text-decoration: underline;}


div.quoet-sp {
    padding: 35px 21px 3px 20px;
    margin-left: 20px;
    border-left: 3px solid #fcb900;
    background: #f7f7f7;
    margin-bottom: 20px;
}
 
span.name-of-faculty-sp {
    color: #b78806;
    font-size: 110%;
    margin-right: 10px;
    font-weight: 600;
}
span.text-quoet {
     
    font-size: 120%;
    color: #041e39;
}


 /* FIL Resources Video Pages START */ 
 
 .col-title-min-height { font-weight: bold; min-height: 53px; }
 .fil-vid-mar-bot { margin-bottom: 53px; }
 .fil-vid-link { height: 300px; }
  /* FIL Resources Video Pages END */ 


.control-label {
    position: relative;
    font-weight: bold;
    /* color: #0a456f; */
}

#system-message-container{
    display: none !important;
}





.p-open-dat{line-height: 1.2}


.padding-20{padding: 20px;}
		.same-height{height: 100%; width: 100%}
		.color-y{color: #FCB900}
		.bg-blue-open{    background: rgb(4 30 57 / 90%); margin-top: 40px; padding: 50px !important; color: #fff }
		.bg-blue-open h3{color: #FCB900}
		.mar-top-40{margin-top: 40px}
		.schedule-time-open{color: #041e39; font-family: bebas; padding: 0 20px;}
		.class-open-schedule{padding: 15px 0}
		.margin-b-30{margin-bottom: 25px}
img.date-time-open {
    width: 27px;
    position: relative;
    top: -5px;
}
.row.mar-top-40 h3{
	text-transform: uppercase;
}

.p-open-dat .left-border-title img {
    border-radius: 0% !important;
}
.title-text{color:#041E39; font-size: 22px; font-weight: 600; padding-top: 20px; }
.open-time h3{font-size: 18px;}
.p-open-dat .main-bg-title h4 {
    background: #fcb900;
    padding: 10px 10px;
    width: fit-content;
    font-size: 120%;
}
.flame_overview_btn {
    position: relative;
    background: #E8A623;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    margin-left: -0.1em;
    margin-top: 0px;
    padding: 8px 25px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    text-transform: uppercase;
    transition: .3s;
    font-size: 18px !important;
}

.flame_overview_btn:hover {
    position: relative;
    background: #1e3557 !important;
    color: #fcb900 !important;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    margin-left: -0.1em;
    margin-top: 0px;
    padding: 8px 25px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    text-transform: uppercase;
    transition: .3s;
    font-size: 18px !important;
}

.p-open-dat  .back-img {
    background-size: cover !important;
    padding: 88px 20px 60px 30px; background-position: 256px 0px !important; 
}
.p-open-dat .overlay-fils {
    background: #000;
    opacity: -0.4; 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.p-open-dat  .main-title-fils-k {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}
 
.label {
   
    background: #fff !important;
     
}
@media (max-width: 768px) {
.class-open-schedule.row .col-md-9 .schedule-d-open{padding-left: 50px; margin-top: 20px;}
    
}

.agenda-main h4{
	
	position: relative; color: #08466f; padding-bottom: 10px;
}


.agenda-main h4:after{
	
	position: absolute; content: ''; width: 20px; height: 5px; background: #fcb900; bottom: 0px; left: 0;
}

.agenda strong{
	color: #fcb900;
}
.law-fac-fla{
	font-size: 105%; font-weight: bold; background: #1e3557; color: #fff; text-align: center; padding: 10px 0; margin-bottom: 10px
}

.fac-text .col-md-3{text-align: center; color: #fcb900; line-height: 1; }


.jpb-Package{line-height: 1}
.jpb-Package h2{font-size: 40px; color: #041e39}
.jpb-Package h2 span{font-size: 20px; color:#FCB900 }
.col-md-3.bod { border-right: 1px solid #ccc; }

.job0TT{border-left: #FCB900 5px solid; padding-left:15px;  }





/*div#t4-section-9 .box-3-link .container {
    max-width: 1499px !important;
}*/

.newsletter-form.row {
    margin-top: 100px;
}

.newsletter-form.row .sub-title{
	color: #fc8a17 !important;     border-right: 3px solid #FCB900; line-height: 1.1;
}

.col-md-6.align-self-center.text-white {
    line-height: 1.1;
}
.newsletter-form.row .l_hp__overview_btn {
	background: transparent; position:relative; bottom: 20px;}


.jev_evdt_desc table tr, table td {
	border: 1px solid #ccc !important;}


td.tableh1, .buttontext {
    border: 0 !important;
}

