@charset "UTF-8";
/* CSS Document */
/*-- Mega Nav Beginning --*/
.btnimgmenu {
  background-color: #F3F3F3;
  width: 230px;
}

a.scrollToTop:hover {
    color: #ffffff;
}
body .scrollToTop {
	background-color: #366FC0 !important;
    border: 2px solid #366FC0 !important;
	color: #ffffff !important;
    border-radius: 4px !important;
    bottom: 60px !important; 
    display: none;
    font-size: 30px !important;
    line-height: 50px !important;
    height: 50px !important;
    font-family: "Montserrat", sans-serif !important; 
    position: fixed !important;
    right: 20px !important;
    text-align: center !important;
    /*text-decoration: none !important;*/
    width: 50px !important;
    z-index: 999 !important;
    -webkit-transition: all 0.5s ease 0s !important;
    -moz-transition: all 0.5s ease 0s !important;
    -ms-transition: all 0.5s ease 0s !important;
    -o-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}

a {
    color: #366FC0;
}
.dropdown-menu.dropdown-menu-right.show, .dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
}
.btnimgmenu a.dropdown-item img {
  padding: .5rem 0 1.2rem 0;
}
.btnimgmenu .dropdown-item {
  white-space: normal
}
.submenucol {
  padding: 1.8rem 0rem;
}
.btnimgmenu .dropdown-item img {
  width: 100%;
}
li.col-sm-3.btnimgmenu {
  padding-bottom: 50px;
}
span#logoText {
  font-size: 2rem;
}
#top-menu .dropdown-menu-large > li > ul > li > a {
  padding-left: 0px;
}

@media (min-width: 768px) {
.mainContent .bidttl, .mainContent .biddate, .mainContent .bidbtn {
 text-shadow: none;
}

.mainContent .bidttl {
	font-size: 4rem;
	font-weight: bold;
	color: #223c84;
	text-transform: uppercase;
}

.mainContent .biddate {
	font-size: 2rem; 
	color: #666666; 
}

.mainContent .bidbtn {
	font-size: 3rem; 
	color: #c77204; 
}
}

.mainBanner .mbbid {background-image: url(/media/37445/2hdr-bg.jpg);}

/*-- SHARE MODAL --*/
i.fas.fa-window-close.bblue {
  font-size: 2rem;
  margin: -15px;
}
.modal-share p {
  color: #222222;
}
i.fas.fa-bars.nav-link {
  background-color: #366FC0;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.1rem;
  padding: .4rem .5rem;
}
i.fas.fa-bars.nav-link:hover {
  background-color: #C67204;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.1rem;
}
button.navbar-toggler.leftNavbarToggler {
  background-color: #366FC0;
  color: #ffffff;
  border-radius: 5px;
}
button.navbar-toggler.leftNavbarToggler:hover {
  background-color: #C67204;
  color: #ffffff;
  border-radius: 5px;
}

/*-- Home Page Overrides for BID --*/
.bannerContentTitle-lg {
    font-size: 3rem;
    text-transform: uppercase;
}

.darken-pseudo-7:after {
 
    background-color: rgba(0, 0, 0, 0.2);
}

/*-- Hide Share Footer Icon --*/

a.btn.btn-primary.btn-xs {
    color: #ffffff !important;
}

i.fas.fa-share-alt-square {
  display: none;
}
.secondary-bg {
  background-color: #062E61 !important;
}
#mu-menu .dropdown-header {
  padding: 3px 40px 0 0;
}
#mu-menu .menu_button {
  background-color: none;
}
#mu-menu .navbar-default .navbar-nav li .dropdown-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
  a.navbar-brand img {
    max-width: 255px;
  }
}
@media (min-width: 768px) #navbarDefault #servicesDropdown {
  display: inherit;
}
#mu-footer .mu-footer-top {
  background-color: #062E61;
}
@media (max-width: 325px) {
  .navbar-brand img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}
@media (max-width: 375px) {
  .navbar-brand span#logoText {
    font-size: 1.5rem;
  }
  .dropdown-menu {
    border: none;
    background-color: #f8f8f8;
  }
  a:focus {
    outline: none;
  }
  .container h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
/*-- Mega Nav End --*/
/*-- Social Icons Beginning --*/
address a {
  font-size: 40px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
address a:hover, address a:active {
  font-size: 40px;
  color: #c77204;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dropdown:hover > a#servicesDropdown {
  display: block;
}
/*-- Social Icons End --*/
/*-- News Letter Pop --*/
#ModalPop img {
  width: 100%;
  max-width: 190px;
}
button.btn.btn-bo {
  background-color: #c77204;
  border: solid 1px #c77204;
  color: #fff;
  padding: 20px 50px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 50px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
button.btn.btn-bo:hover {
  background-color: #fff;
  border: solid 1px #c77204;
  color: #c77204;
  padding: 20px 50px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 50px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50px;
}
/* Newsletter Pop */
#ModalPop input#email, input[type="submit"] {
  padding: 10px;
}
#ModalPop input#email {
  width: 75%;
  border: 1px solid #223C83;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 25px;
}
#ModalPop input[type="submit"] {
  background-color: #C77203;
  width: 24%;
  color: #ffffff;
  border: 1px solid #C77203;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: none;
  border-bottom-left-radius: none;
  margin-left: -4px;
}
#ModalPop h3 {
  margin-top: 0px;
}
/* Newsletter Pop */
@media (max-width: 575.98px) {
  #ModalPop .newsletter .col-sm-4, #ModalPop .newsletter .col-sm-8 {
    padding: 0px 20px;
  }
  #ModalPop .row.newsletter {
    margin: 0px;
  }
  #ModalPop input#email {
    width: 69%;
  }
  #ModalPop input[type="submit"] {
    width: 30%;
  }
  #ModalPop button.btn.btn-bo {
    padding: 20px;
  }
}
/*.articleicon img {
  width: 60%;
}
.articleicon {
  background-color: #ffffff;
  border-radius: 50%;
  height: 125px;
  width: 125px;
  padding-top: 25px;
  margin: 0 auto;
}*/

.articleicon img, .newslettericon img {
    width: 99%;
    max-width: 175px;
}
 
 
.row.singlearticle {
  background-color: #F1F1F1;
}

img.floatimgright {
    float: right;
    padding: 10px 0 20px 20px;
}

/*************************************** Section/Container Styles *****************************************/

section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

 
.container {
  max-width: 1370px;
}

.container.fullwidth {
    max-width: 100%;  
}

@media (max-width: 1400px) {
  .container {
    padding: 0 30px;
  }
}



/*************************************** Colors *****************************************/

 

.gray-bg {
  background-color: #f1f1f1;
}

.lite {
  color: #ffffff;
}


a.link-orange, .barda-orange, .bg-barda-orange {
    color: #c77204;
}

a.link-orange:hover {
    color: #366fc0;
}

.dark {
  color: #1F1E24;
}

.barda-blue {
  color: #223c84 !important;
}
.bg-barda-blue {
  background-color: #223c84 !important;
}
.barda-green {
  color: #41732b !important;
}
.bg-barda-green {
  background-color: #41732b !important;
}
.bg-barda-light-green {
  background-color: #f1f3f1;
}

.black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.white {
  color: #fff;
}
.bg-white {
  color: #fff;
}
/* text */
.wt800 {
  font-weight: 800 !important;
}
.wt600 {
  font-weight: 600 !important;
}

/*************************************** Text Buttons *****************************************/


/*************************************** Text Buttons *****************************************/

.main-btn   { 
  margin: 0 0 1.25rem 0;
}

.main-btn a {
  font-size: 1.5rem;
  color: #366fc0;
  font-weight: bold; 
}

.main-btn a:hover {
  font-size: 1.5rem;
  color: #c77204;
  font-weight: bold; 
}

.main-btn a.lite {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px;
}

.main-btn a.lite:hover {
    color: #c77204;
    border: 2px solid #c77204;
    padding: 15px;
}

@media (max-width: 420px) {
.main-btn a {font-size: 1.25rem;}
}

/*************************************** Orange Text Buttons *****************************************/

.main-btn-o a {
  font-size: 1.5rem;
  color: #c77204;
  font-weight: bold;
  margin-top: 20px;
}

/*************************************** Default Buttons *****************************************/

button.btn{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; 
  font-family: 'Montserrat';
  margin: 1rem 0;
  text-transform: uppercase;
  font-weight: bold;
}

/*************************************** Button Sizes *****************************************/

a.btn-lg {
  font-size: 1.5rem; 
  margin: 1rem 0;
  padding: 20px 50px;
}

a.btn-md {
  font-size: 1rem; 
  margin: 1rem 0;
  padding: 15px 30px;
}

a.btn-sm {
  font-size: .75rem; 
  margin: 1rem 0;
  padding: 10px 25px;
}



@media only screen and (max-width: 420px) {
 .btn-sm, .btn-md, .btn-lg {min-width: 300px;}
}

/*************************************** Button Colors *****************************************/

a.btn-orange {
  background-color: #c77204;
  border: solid 1px #c77204;
  color: #fff; 
}

a.btn-orange:hover {
  background-color: #fff;
  border: solid 1px #c77204;
  color: #c77204;
}

a.btn-blue {
  background-color: #366fc0;
  border: solid 1px #366fc0;
  color: #fff; 
}

a.btn-blue:hover {
  background-color: #fff;
  border: solid 1px #366fc0;
  color: #366fc0;
}



/*************************************** hero banner *****************************************/
.hero-ttl h1 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: white;
  font-size: 48px;
  margin-bottom: 30px;
}
.hero-dtls h3 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: white;
  margin-bottom: 0;
  font-size: 21px;
  margin-bottom: 10px;
}
.hero-dtls p {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 21px;
  color: white;
  line-height: 35px;
  margin-bottom: 0;
}
#hero-sec .jumbotron {
  padding: 150px 0;
  margin-bottom: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
/*************************************** Section Styles *****************************************/
.allcaps {
  text-transform: uppercase;
  font-weight: bold;
}
.sec-ttl {
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.sec-ttl h2 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  line-height: 2rem;
}
.sec-ttl h3 {
  font-family: 'Montserrat';
  font-weight: bolder !important;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.sec-ttl h4 {
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: .75rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-style: italic;
}
.sec-dtls {
  margin: 0 auto;
  padding: 0 0 1rem 0;
}
.sec-dtls p, .sec-dtls {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 33px;
}

@media (min-width: 576px) { 

.sec-ttl h2 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 2.25rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.sec-ttl h3 {
  font-weight: bolder !important;
  font-size: 1.9rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.sec-ttl h4 {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  font-style: italic;
}}
/*************************************** Big Buttons W/ Icon *****************************************/
.big-btn-icon {
  font-size: 3.5rem;
}
.big-btn {
  background-color: #f1f1f1;
  min-height: 185px;
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
h4.big-btn-ttl {
  padding-top: 2rem;
  font-weight: bold;
}
.big-btn.hover-o:hover {
  background-color: #c77204;
  color: #ffffff;
  cursor: pointer;
}
/*************************************** Big Buttons W/ Icon Small Text *****************************************/
.big-btn h4.big-btn-ttl.small-ttl {
  font-size: 1rem;
}
.slide-image, .slide-content {
  display: inline-block;
}
.slide-content {
  float: right;
}
.carousel-inner {
  background-color: #ffffff;
  border-radius: 10px;  
}

@media (min-width: 768px) {
	
.carousel-inner {
  padding: 20px;
  width: 90%;
  min-height: 417px;
}
	
#mcm-counters-section .carousel-inner {
  min-height: 0;
}	
	
}
.slide-image img {
  border-radius: 50%;
  width: 99%;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-indicators {
  margin-bottom: -7px;
  margin-right 88px;	
}
a#slidenavoutprev, a#slidenavoutnext {
  background: transparent;
  width: 75px;
  height: 75px;
}
#slidenavoutnext .carousel-control-next-icon, #slidenavoutprev .carousel-control-prev-icon {
  width: 80px;
  height: 80px;
}
span#slidenavprev, span#slidenavnext {
  background-color: transparent;
  width: 80px;
  height: 80px;
}

.btn-slide {
    margin-top: 5%;
}

/*************************************** Ghost Slider *****************************************/

.carousel-inner.ghost {
    background-color: transparent;
    border-radius: unset;
}

.slide-content.ghost {
    border: 2px solid #ffffff;
    border-radius: 10px;
	padding: 50px 50px 25px;
	min-height: 420px;
}
/*************************************** Flow Icon Sections *****************************************/
.flow-icon-wrapper .flow-arrow {
  font-size: 35px;
}
@media only screen and (max-width: 420px) {
.flow-icon-wrapper .flow-arrow {
    transform: rotate(90deg);
  }
}
.flow-icon-wrapper i.flow-arrow-white.fas.fa-arrow-circle-right {
  color: #ffffff
}
.flow-icon-wrapper i.flow-arrow-blue.fas.fa-arrow-circle-right {
  color: #366FC0
}
.flow-icon-wrapper i.flow-arrow-orange.fas.fa-arrow-circle-right {
  color: #C57307
}
.flow-icon-white-wrapper span {
  font-family: 'Roboto';
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1.5rem;
}
i.flow-icon-white {
  font-size: 58px;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  position: relative;
  padding: 19px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px
}
i.flow-icon-white:hover {
  color: #C77206;
  border: 3px solid #ffffff;
  background-color: #ffffff;
  transition: 0.4s;
}
.flow-icon-white-wrapper span {
  font-family: 'Roboto';
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1.5rem;
}
i.flow-icon-blue {
  font-size: 58px;
  color: #366FC0;
  border: 3px solid #366FC0;
  border-radius: 50%;
  position: relative;
  padding-top: 18px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px
}
i.flow-icon-blue:hover {
  color: #ffffff;
  border: 3px solid #366FC0;
  background-color: #366FC0;
  transition: 0.4s;
}
.flow-icon-dark-wrapper span {
  font-family: 'Roboto';
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1.5rem;
}
 
.flow-icon-wrapper-dark span, .flow-icon-wrapper span {
  font-weight: bold;
  font-size: 1.25rem;
}

.flow-icon-wrapper {
  margin-bottom: 5rem;
}

 
@media only screen and (max-width: 420px) {
  i.flow-arrow.fas.fa-arrow-circle-right {
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 780px) {
  .tooltip-inner {
    max-width: 320px;
  }
}
.tooltip-inner {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  max-width: 375px;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  box-shadow: 5px 4px 46px 0px #b5b5b5;
}
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  border-right-color: #ffffff;
}
/*************************************** Standard Accordion Styles *****************************************/
.accordion .card .card-header button {
  font-size: 1.5rem;
  font-weight: bold;
  color: #366fc0;
}
.accordion .card .card-header button:hover {
  text-decoration: none;
  color: #C77203;
}
.mcm-accordion .accordion .card-body {
  background: #f8f8f8;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  color: #1e1e24;
  padding: 0 35px 20px;
}
.mcm-accordion .accordion .card .card-header button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.mcm-accordion .accordion .card .card-header button.plus {
  background-size: 25px;
}
.mcm-accordion .accordion .card .card-header button.plus::after {
  content: "\f055";
  text-align: right !important;
  position: relative;
  float: right;
  font-family: "Font Awesome 5 Pro";
  color: #c67204;
  font-size: 24px;
}
.mcm-accordion .accordion .card .card-header button.minus {
  background-size: 25px;
}
.mcm-accordion .accordion .card .card-header .collapsed button.minus::after {
  content: "\f056";
  text-align: right !important;
  position: relative;
  float: right;
  font-family: "Font Awesome 5 Pro";
  color: #c67204;
  font-size: 24px;
}
.mcm-accordion .accordion .card.last {
  margin-bottom: 0 !important;
}
.mcm-accordion .btn:hover {
  box-shadow: none;
}
.mcm-accordion i.fas.fa-plus-circle, .mcm-accordion i.fas.fa-minus-circle {
  float: right;
}

.icon-bg-white {
    background-color: #ffffff;
    color: #c77204;
}

.icon-bg-orange {
    background-color: #c77204;
    color: #ffffff;
}


.blurb-icon {
    font-size: 5rem;
    text-align: center;
    width: 175px;
    height: 175px; 
    border-radius: 50%;
	margin: 0 auto;
    padding-top: 22px;
}

.blurb-icon-sm {
    font-size: 3rem;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
	margin: 0 auto;
    padding-top: .75rem;
}

.blurb-ttl h3 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 1.5rem; 
  margin: 2rem 0 0; 
}
.blurb-dtls {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 33px;
	margin-top: .75rem;
	
}

/*-- New Spotlight Button --*/
#spotlight-section {
  position: fixed;
  right: -5px;
  top: 160px;
  z-index: 12;
}

#spotlight-section h2{
	line-height: 24px;
}
 .spotlight-tab {
  position: relative;
  display: inline-block;
  height: 219px;
  width: 60px; 
  margin: 0;
  padding: 0;
}
.spotlight-tab img {
  width: 60px;
}
.spotlight-area {
  position: relative;
  display: inline-block;
  vertical-align: top; 
  background: #ffffff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  width: 275px;
  margin-right: -275px; 
  min-height: 300px; 
  color: white;
}
.spotlight-area .panel-item h2 a {
  color: #000000;
  font-size: 1.25rem;
}
.spotlight-area .panel-item h2 a:hover, .mcm-spotlight-area .panel_title {
  color: #c77204;
}
.spotlight-area .panel_title {
  font-weight: bold; 
  color: #B8852B;
  font-size: 0.9em;
}
.spotlight-area .panel_indicators .active {
  background-color: #223c84;
  border: 2px #223c84 solid;
}
.spotlight-area .panel_indicators li {
  display: inline-block;
  list-style-type: none;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 100%;
  border: 2px #223c84 solid;
  background-color: transparent;
}

.spotlight-area .panel_indicators.carousel-indicators {
  position: relative;
  margin-bottom: 0 !important;
}

/*-- OLD Spotlight Button --*/

 
#spotlight-section {
  position: fixed;
  right: -5px;
  top: 160px;
  z-index: 12;
}

#spotlight-section h2{
	line-height: 24px;
}
 .mcm-spotlight-tab {
  position: relative;
  display: inline-block;
  height: 219px;
  width: 60px; 
  margin: 0;
  padding: 0;
}
.mcm-spotlight-tab img {
  width: 60px;
}
.mcm-spotlight-area {
  position: relative;
  display: inline-block;
  vertical-align: top; 
  background: #ffffff;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  width: 275px;
  margin-right: -275px; 
  min-height: 300px; 
  color: white;
}
.mcm-spotlight-area .panel-item h2 a {
  color: #000000;
  font-size: 1.25rem;
}
.mcm-spotlight-area .panel-item h2 a:hover, .mcm-spotlight-area .panel_title {
  color: #c77204;
}
.mcm-spotlight-area .panel_title {
  font-weight: bold; 
  color: #B8852B;
  font-size: 0.9em;
}
.mcm-spotlight-area .panel_indicators .active {
  background-color: #223c84;
  border: 2px #223c84 solid;
}
.mcm-spotlight-area .panel_indicators li {
  display: inline-block;
  list-style-type: none;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 100%;
  border: 2px #223c84 solid;
  background-color: transparent;
}


/* -- New Spotlight Sidebar -- */
.slide-bar {
    position: fixed;
    right: -280px;
    transition: all 1s;
    top: 200px;
    font-size: 0;
    z-index: 1000;
}
.slide-bar.slide-bar-opened{
    right:0;
}

.slide-bar-tab {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 200px;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    background: #ffffff;
    z-index: 2;
}

.slide-bar-tab-inner {
    box-sizing: border-box;
    width: 200px;
    height: 60px;
    line-height: 24px;
    transform: rotate(-90deg);
    transform-origin: 100px 100px;
    background: #fff;
    text-align: center;
    position: relative;
}

span.slide-bar-tab-text {
    width: 100%;
    display: block;
	position: relative;
}

.slide-bar-tab-content {
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    cursor: pointer;
    border: 3px solid #c56f1e;
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
    text-transform: uppercase;
    color: #c56f1e;
}
.slide-bar-tab-content:hover .slide-bar-open {
    color: #0D2C58;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.slide-bar-open {
    position: absolute;
    right: 4px;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 32px !important;
    text-align: center;
    font-size: 20px;
    z-index: 2;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
	position: absolute;
	color: #C67204;
}

.slide-bar-remove {
    position: absolute;
    left: 12px;
    top: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px !important;
    text-align: center;
    font-size: 20px;
    z-index: 2;
    color: #c56f1e;
    cursor: pointer;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.slide-bar-opened .slide-bar-remove {
    display: none;
}

.slide-bar-content {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 280px;
    padding: 30px;
    background: #ffffff;
    font-size: 16px;
}

.slide-bar-close {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 30px;
    height: 30px;
    line-height: 32px !important;
    text-align: center;
    font-size: 20px;
    color:#c56f1e;
    cursor:pointer;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}
.slide-bar-close:hover {
    color: #223c84;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
}

.slide-bar-title {
    font-weight: bold;
    color: #B8852B;
    font-size: 0.9em;
}

.slide-bar .carousel-inner {
    padding: 10px 0 0 0;
    width: 100%;
}

.slide-bar .carousel-inner h2 {
    font-size: 20px;
    line-height: 20px;
}

.slide-bar .panel_indicators li.active {
    background-color: #223c84;
    border: 2px #223c84 solid;
}

.slide-bar .panel_indicators li {
    display: inline-block;
    list-style-type: none;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px #223c84 solid;
    background-color: transparent;
}

.slide-bar .carousel-indicators {
    position: relative;
    margin: 0;
}

.slide-bar-small .carousel-inner {
    min-height: 200px;
}

.slide-bar-small .carousel-inner h2 {
    font-size: 17px;
    line-height: 17px;
}

.slide-bar-small img {
    width: 50% !important;
}

.slide-bar-small p {
    font-size: 15px;
    line-height: 17px;
}

/* -- Tabs -- */

.container.mcm-tabs.fullwidth {padding: 0px;}

.nav-tabs a {
 	border-radius: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: 'Montserrat';
    font-weight: 700;
	text-align: center;
}

.tab-image img {
    width: 100%;
}

/* -- Tab Count  -- */
.tabs-6 a {width: 16.6%;}
.tabs-5 a {width: 20%;}
.tabs-4 a {width: 25%;}
.tabs-3 a {width: 33.3%;}
.tabs-2 a {width: 50%;}

/*.mcm-accordion-tabs button.btn.btn-link.collapsed:after {
  content: "\f055";
  text-align: right !important;
  position: relative;
  float: right;
  font-family: "Font Awesome 5 Pro";
  color: #c67204;
  font-size: 24px;
}-- */

@media (max-width: 576px) {
	.tabs-2 a,.tabs-3 a,.tabs-4 a,.tabs-5 a,.tabs-6 a {width: 50%;}}

/* -- Mobile Tabs to Accordions  -- */
.mcm-accordion-tabs button.btn.btn-link.collapsed, .mcm-accordion-tabs button.btn.btn-link  { width: 100%; color: #ffffff; }


/* -- Tab Colors  -- */
.blue-tabs {background-color: #0E2D59}

.nav-tabs.blue-tabs.nav-item.show .nav-link, .nav-tabs.blue-tabs .nav-link.active {
    color: #ffffff;
    background-color: #C77206; 
}

a#nav-tab-first.nav-item.show .nav-link, a#nav-tab-first .nav-link.active {
   border-left: none;  
}

.nav-tabs.orange-tabs {background-color: #C77206}

.nav-tabs.orange-tabs:active {background-color: #0E2D59}


/* Production twitter feed img fix, delete after new feed launches */
.col-md-6.mcm-twitter-image img {
    max-width: 100% !important;
}

/* Twitter Feed 2020 */
#twitter-section-2020 {
    position: relative;
    z-index: 1;
    background-color: #0D2C58;
    background-size: cover;
    /*min-height: 600px;*/
    background: url(../assets5/img/twitter_bg3.png) center center no-repeat;
    background-size: cover;
}
.twitter-row {
    font-size: 0;
}

.twitter-row .tweet {
    font-size: 1.6rem;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
    color: #fff;
}

.twitter-row .media {
    font-size: 16px;
    display: inline-block;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
    width: 50%;
    vertical-align: top;
	position: relative;
}

/* Hide media if more than 1 */
.twitter-row .media:not(:first-child) {
    display: none;
}

.twitter-row .media img {
    max-width: 100%;
    border-radius: 10px;
    border: 2px #fff solid;
	max-height: 400px;
    margin: 0 auto;
}

.twitter-row a {
    color: #1b95e0;
}

.twitter-row .interact {
    font-size: 1.6rem;
    text-align: center;
}

.twitter-row .interact a {
    padding: 20px;
}

.twitter-row p {/* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;

  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /*  word-break: break-all; */
  /* Instead use this non-standard one: */
  /*  word-break: break-word; */
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  /*  -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; */
}

#twitter-section-2020 .slick-prev.slick-arrow, .slick-next.slick-arrow {
    font-size: 0;
    background: none;
    border: none;
    position: absolute;
    top: -64px;
}

#twitter-section-2020 .slick-prev.slick-arrow:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f0a8";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 40px;
}

#twitter-section-2020 .slick-next.slick-arrow:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f0a9";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 40px;
}

.twitter-title {
    position: absolute;
    top: 70px;
    right: 50px;
    font-size: 2.5em;
    color: #ffffff;
    font-weight: bold;
}

#twitter-content {
    padding-top: 140px;
    padding-bottom: 60px;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	transition: all ease 1s;
}

#twitter-content.display {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

#twitter-section-2020 .slick-next.slick-arrow {
    left: 45px;
}

#twitter-section-2020 .slick-prev.slick-arrow {
    left: 0;
}

#twitter-section-2020 .slick-prev.slick-arrow:focus, .slick-next.slick-arrow:focus {
    outline: none;
}

.twitter-row .interact a svg {
    height: 24px;
    fill: #ffffff;
    stroke-width: .5px;
    stroke: #fff;
}

.twitter-row .interact a {
    line-height: 24px;
    font-size: 0;
    padding: 6px 6px;
    margin: 0 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: inline-block;
}

.twitter-row .interact a:hover {
    background: #1b95e0;
}

.twitter-row .interact {
    width: 50%;
    display: inline-block;
}

.twitter-row {
    text-align: right;
}

p.tweet {
    text-align: left;
}

.no-media .twitter-row .tweet {
    width: 100%;
}

.no-media .twitter-row .interact {
    width: 100%;
}

a.play-twitter-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 60px;
    text-shadow: 0 0 20px #000000;
    cursor: pointer;
	outline: none;
}
a.play-twitter-video:focus {
	outline: none;
}

a.play-twitter-video.hover {
    color: #1b95e0;
}

.media-video img{
    cursor: pointer;
}

.slick-slide:focus {
	outline: none;
}

p.timePosted {
    text-align: right;
    border-top: 1px solid #344f9a;
    margin-top: 4px;
}

p.timePosted a {
    color: #fff;
    font-style: italic;
    font-weight: normal;
}

@media only screen and (max-width: 1024px) {
    .twitter-row .media {
        width: 100%;
		padding: 20px;
    }

    .twitter-row .interact {
        width: 100%;
    }

    .twitter-row .media img {
        max-height: 200px;
        margin: 0 auto;
    }

    .twitter-row .tweet {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
    }

    .twitter-row .interact {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .twitter-title {
        width: 100%;
        text-align: center;
        right: auto;
        font-size: 1.6rem;
    }

    div#twitter-content {
        padding-top: 170px;
    }

    #twitter-section-2020 .slick-prev.slick-arrow, .slick-next.slick-arrow {
        top: -45px;
    }

    #twitter-section-2020 .slick-prev.slick-arrow {
        left: 50%;
        transform: translateX(-60px);
    }

    #twitter-section-2020 .slick-next.slick-arrow {
        left: 50%;
        transform: translateX(10px);
    }

    .twitter-row .tweet, .twitter-row .interact {
        font-size:.9rem;
    }
}


/* List Styles */
ul.bulleted-list {
    padding-left: 40px;
}

ul.bulleted-list li {
    list-style: disc;
}


/* Lightning Bid Page */
.table-lightning td.header-row {
    font-weight: bold;
    background: #007bff;
    color: #ffffff;
}

@media only screen and (min-width:577px) and (max-width:767px) {
  .table-lightning th:nth-child(1), .table-lightning td:nth-child(1) {
    flex-basis: 35% !important;
  }
  .table-lightning th:nth-child(2), .table-lightning td:nth-child(2) {
    flex-basis: 65% !important;
  }
}

@media only screen and (min-width:768px) {
  .table-lightning th:nth-child(1), .table-lightning td:nth-child(1) {
    flex-basis: 25% !important;
  }
  .table-lightning th:nth-child(2), .table-lightning td:nth-child(2) {
    flex-basis: 75% !important;
  }
}			


/* Slidebar Menu */
.slide-bar-menu .slide-bar-open {
    right: auto;
    left: 4px;
}

.slide-bar-menu .slide-bar-tab-content {
    background: #092f5f;
    padding-right: 10px;
    transition: all 1s;
}

.slide-bar-menu .slide-bar-tab-inner {
    width: 220px;
    text-align: right;
    transform-origin: 110px 110px;
    transition: all 1s;
}

.slide-bar-menu .slide-bar-tab {
    height: 220px;
}

.slide-bar-tab-content:hover .slide-bar-open {
    /*color: #ffffff;*/
}

.slide-bar-menu.slide-bar-opened .slide-bar-tab {
    transform: rotate(90deg);
    transform-origin: 130px 130px;
    transition: all 1s;
    width: 40px;
    height: 220px;
}

.slide-bar-menu .slide-bar-content {
    padding: 50px 10px 10px 10px;
    width: 220px;
}

.slide-bar.slide-bar-menu {
    right: -220px;
}

    .slide-bar.slide-bar-menu.slide-bar-opened {
        right: 0;
    }

.slide-bar-menu .slide-bar-tab {
    transition: all 1s;
}

.slide-bar-menu.slide-bar-opened .slide-bar-tab-inner {
    background: #0a2f5f;
    height: 40px;
    transform-origin: 110px 110px;
    transition: all 1s;
}

.slide-bar-menu.slide-bar-opened .slide-bar-tab-content {
    border-color: #092f5f;
    top: 0;
    bottom: 0;
    line-height: 35px;
    left: 0;
    right: 0;
    padding-right: 18px;
    font-size: 16px;
}

.slide-bar-menu.slide-bar-opened .slide-bar-open {
    top: 2px;
}



.slide-bar-menu .slide-bar-content {
    background: #eeeeee;
    font-size: 14px;
}

span.slide-bar-nav-header {
    display: block;
    position: relative;
    width: 100%;
}

ul.slide-bar-nav li i, ul.slide-bar-nav li a {
    display: inline-block;
    vertical-align: middle;
}

ul.slide-bar-nav > li > a {
    font-weight: bold;
}

ul.slide-bar-nav li i.slide-bar-nav-icon {
    font-size: 20px;
    margin-right: 8px;
    width: 25px;
    text-align: center;
}

span.slide-bar-nav-icon.slide-bar-nav-icon-img {
    width: 25px;
    height: 25px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/media/assets/barda_nav/drive-icon-006FE6.png);
    background-size: 80%;
    background-position: 20% 50%;
    background-repeat: no-repeat;
}

span.slide-bar-nav-icon.slide-bar-nav-icon-dddi {
    width: 25px;
    height: 25px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/media/assets/barda_nav/dddi-icon-006FE6.png);
    background-size: 80%;
    background-position: 20% 50%;
    background-repeat: no-repeat;
}

span.slide-bar-nav-icon.slide-bar-nav-icon-pci {
		width: 25px;
		height: 25px;
		padding: 5px;
		display: inline-block;
		vertical-align: middle;
		background-image: url(/media/assets/barda_nav/pci-icon-006FE6.png);
		background-size: 80%;
		background-position: 20% 50%;
		background-repeat: no-repeat;
}

span.slide-bar-nav-icon.slide-bar-nav-icon-dncd {
	width: 25px;
	height: 25px;
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(/media/assets/barda_nav/dncd-icon-006FE6.png);
	background-size: 80%;
	background-position: 20% 50%;
	background-repeat: no-repeat;
}

span.slide-bar-nav-icon.slide-bar-nav-icon-clinical {
		width: 25px;
		height: 25px;
		padding: 5px;
		display: inline-block;
		vertical-align: middle;
		background-image: url(/media/assets/barda_nav/clinical-icon-006FE6.png);
		background-size: 80%;
		background-position: 20% 50%;
		background-repeat: no-repeat;
}

ul.slide-bar-nav li i.slide-bar-nav-accordion-icon {
    font-size: 12px;
    padding: 6px;
    position: absolute;
    right: -8px;
    color: #337ab7;
    cursor: pointer;
    z-index: 2;
}

    ul.slide-bar-nav li i.slide-bar-nav-accordion-icon:hover {
        background: #dddddd;
    }

ul.slide-bar-nav li ul {
    padding: 0 0 0 34px;
    margin-bottom: 10px;
    display: none;
}

li.active .slide-bar-nav-header a {
    color: #c67204;
}

li.slide-bar-nav-header a {
    font-weight: bold;
}

ul.slide-bar-nav li.active ul {
}

ul.slide-bar-nav li ul li {
    margin-bottom: 6px;
}

ul.slide-bar-nav li ul a {
    line-height: 16px;
}


.slide-bar-small ul.slide-bar-nav li ul a {
    font-size: 12px;
    line-height: 14px;
    display: block;
}

.slide-bar-small ul.slide-bar-nav li ul li {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
}

.slide-bar-small ul.slide-bar-nav li ul {
    line-height: 14px;
}

.slide-bar-small .slide-bar-nav-header a {
    font-size: 13px;
}

.slide-bar-small ul.slide-bar-nav li i.slide-bar-nav-icon {
    font-size: 15px;
    width: 20px;
    margin-right: 4px;
}

.slide-bar-small ul.slide-bar-nav li ul {
    margin-bottom: 0px;
}


/* FDA Page */

	#hero-sec .jumbotron.jumbotron-video {
        padding: 0;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
		line-height: 0;
    }
    
    #hero-sec .jumbotron.jumbotron-video .container {
        z-index: 3;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    
    .hero-video-overlay {
        content: "";
        background: #000000;
        opacity: .6;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }
    
    video.hero-video {
        width: 100%;
    }
    
    .hero-image-mobile {
        display: none;
    }
    
    @media only screen and (min-width:769px) {
        #hero-sec .jumbotron.jumbotron-video {
            background:none !important;
        }
    }
    
    @media only screen and (max-width:1024px) {
        .jumbotron.jumbotron-video .hero-ttl h1 {
            font-size: 24px;
        }
    
        .jumbotron.jumbotron-video .hero-dtls p {
            font-size: 16px;
            line-height: 18px;
        }
    }
    
    @media only screen and (max-width:768px) {
        .hero-video {
            display:none;
        }
        #hero-sec .jumbotron.jumbotron-video .container {
            position: relative;
            top: auto;
            left: auto;
            transform: none;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .jumbotron.jumbotron-video .hero-image-mobile {
            display: block !important;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
        .jumbotron.jumbotron-video img.hero-image {
            width: 100%;
        }
    }

section#fda-counter {
    text-align: center;
    padding: 30px 0;
    background: #0e2d59;
    margin-top: -5px;
}

img.spinning-logo-image {
    width: 100px;
}

.spinning-logo-coin {
    transform: rotateY(0deg);
    display: inline-block;
    transition: all ease 3s;
}

.spinning-logo-wrap {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.fda-counter {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 85px;
    line-height: 90px;
    box-sizing: border-box;
    font-weight: bold;
    color: #C67204;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    margin-left: 10px;
    width: 90px;
}

.spinning-row {
    font-size: 0;
}

.spinning-logo-coin.spin {
    animation-name: spinning-logo-coin-spin;
    animation-duration: 2.2s;
}
	@keyframes spinning-logo-coin-spin {
	  0%   {transform: rotateY(0deg);}
	  100% {transform: rotateY(720deg);}
	}

	.fda-text-title {
		color: #ffffff;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.fda-text-detail {
		color: #C67204;
		font-family: "Montserrat", sans-serif;
		font-weight: bold;
		font-size: 16px;
	}

	.fda-animation-wrap {
		display: inline-block;
		vertical-align: middle;
	}

	.fda-text {
		display: inline-block;
		width: 50%;
		vertical-align: middle;
		text-align: left;
		padding-left: 20px;
		box-sizing: border-box;
	}
	
	@media only screen and (max-width: 640px) {
		.fda-animation-wrap {
			width: 100%;
			margin-bottom:30px
		}

		.fda-text {
			width: 100%;
			padding: 0;
			text-align: center;
		}
	}

.mcm-portfolio-img {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.mcm-portfolio-img img {
    width: 160px;
}

.mcm-portfolio-text {
    padding-left: 220px;
    padding: 80px 20px 80px 250px;
    color: #ffffff;
}

.mcm-portfolio-header {
    font-weight: bold;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.mcm-portfolio-details {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (max-width:640px) {
	.mcm-portfolio-img {
		position: relative;
		text-align: center;
		left: auto;
		top: auto;
		transform: none;
	}

	.mcm-portfolio-text {
		text-align: center;
		padding: 20px;
	}

	#mcm-portfolio .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


/* Bid Menu */
@media only screen and (min-width:992px) {

    li.nav-item.bidnav.d-sm-block.nav-item-parent {
        position: relative;
        cursor: pointer;
    }

    .nav-item-parent i {
        position: absolute;
        top: 13px;
        right: 0px;
        font-size: 12px;
    }

    .nav-item-parent ul {
        display: none;
    }

    .nav-item-parent a.nav-link {
        padding-right: 16px !important;
    }

    li.nav-item.bidnav a {
        font-size: 0.8rem;
    }

    span.separator.d-xs-none {
        line-height: 33px;
    }

    .nav-item-parent:hover ul {
        display: block;
        position: absolute;
        width: 120px;
    }
}

@media only screen and (max-width:991px) {
    li.nav-item.bidnav.d-sm-block.nav-item-parent i {
        display: none;
    }

    li.nav-item.bidnav.d-sm-block.nav-item-parent ul {
        padding-left: 20px;
    }

    li.nav-item.bidnav.d-sm-block.nav-item-parent ul li a {
        padding: 0 0 .5rem 0;
    }

    li.nav-item.bidnav.d-sm-block.nav-item-parent > a {
        padding-bottom: .5rem;
    }
}

/* Bid Home */
.schedule-button-wrap {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
}

.schedule-button-wrap a {
    font-family: 'Montserrat';
    color: #ffffff;
    background: #c77204;
    padding: 15px 10px;
    display: block;
    margin: 0 auto;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

.schedule-button-wrap a:hover {
    text-decoration: none;
    background: #000;
}

/* Section Flourishes */
	.blue-carrot {
        position: relative;
    }
    .blue-carrot:after {
        width: 0;
        height: 0;
        position: absolute;
        content: "";
        display: block;
        bottom: -19px;
        left: 50%;
        transform:translateX(-50%);
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #062e61;
		z-index: 100;
    }

/* Header Updates */

.dropdown-sub-header-group {
    padding: .5rem 1.5rem;
}

.dropdown-sub-header {
    font-style: italic;
}

section#mcm-portfolio {
    position: relative;
}

section#mcm-portfolio:after {
	width: 0;
	height: 0;
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f8f8f8;
}


/* Series Page */

	.featured-series-top {
        vertical-align: top;
        font-size: 16px;
        padding: 20px;
        padding-bottom: 0;
        box-sizing:border-box;
    }
    
    .featured-series-bottom {
        font-size: 16px;
        padding: 20px 60px 30px 60px;
        box-sizing:border-box;
        background: #ececec;
    }
    

    
    section#featured-series {
        font-size: 0;
        padding: 40px 0;
        font-family: "Montserrat", sans-serif;
    }
    
    .featured-series-title {
        font-size: 18px;
        font-weight: bold;
    }
    
    .featured-series-item {
        background-size: cover;
        padding: 20px;
        position: relative;
    }
    
    .featured-series-left .featured-series-text {
        padding: 20px;
        background: #ffffff;
        line-height: 18px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    
    .featured-series-partner span, .featured-series-product span {
        font-weight: bold;
    }
    
    .featured-series-partner {
        margin-bottom: 10px;
    }
    
    .featured-series-items ul.slick-dots {
        font-size: 0;
        text-align: center;
        margin-top: 5px;
    }
    
    .featured-series-items ul.slick-dots li {
        display: inline-block;
        font-size: 0;
        background: #ffffff;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin: 0 3px;
        border: 1px solid #062f61;
        cursor: pointer;
    }
    
    .featured-series-items ul.slick-dots li button {
        display: none;
    }
    
    .featured-series-items ul.slick-dots li.slick-active {
        background: #062f61;
    }
    
    .featured-series-items button.slick-next.slick-arrow {
        right: -33px !important;
    }
    
    .featured-series-items button.slick-prev.slick-arrow {
        left: -33px !important;
    }
    
    
    
    
    
    
    .featured-series-item {
        font-size: 0;
    }
    
    .featured-series-image {
        width: 33.33%;
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        max-height: 300px;
        overflow: hidden;
        box-sizing: border-box;
    }
    
    .featured-series-bottom .featured-series-text {
        width: 66.66%;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        padding: 10px;
    }
    
    .featured-series-image img {
        width: 100%;
    }

    
    @media only screen and (max-width:1200px) {
        .featured-series-bottom .featured-series-text {
            vertical-align: top;
        }
    
        .featured-series-image {
            vertical-align: top;
        }
    }

    @media only screen and (max-width:1024px) {
        .featured-series-image {
            width: 100%;
            max-height: 400px;
        }
        .featured-series-bottom .featured-series-text {
            width: 100%;
        }
    }   
    
    .series-group-slide {
        font-size: 0;
    }
    
    .series-group-column {
        display: inline-block;
        width: 33.333%;
        font-size: 16px;
        vertical-align: top;
    }
    
    .series-group-cell-wrap {
        padding: 5px;
        display: block;
    }
    
    .series-group-cell {
        background-size: cover;
        position: relative;
        background-position: 50% 50%;
    }
    
    .series-group-cell-wrap.small-cell .series-group-cell {
        height: 275px;
    }
    
    .series-group-cell-wrap.large-cell .series-group-cell{
        height: 550px;
    }
    
    .series-group-slides {
        margin: 0 -5px;
    }
    .series-group-cell-text {
        color: #ffffff;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        z-index: 1;
    }
  
    .series-group-cell-overlay {
        z-index: 0;
        background: #000000;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    }
    
    #featured-series button.slick-prev.slick-arrow {
        font-size: 0;
        border: 0;
        background: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 2;
        height: 48px;
        color: #c77204;
    }
    
    #featured-series button.slick-prev.slick-arrow:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f104";
        font-size: 48px;
        line-height: 48px;
        height: 42px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
    }
    
    #featured-series button.slick-next.slick-arrow {
        font-size: 0;
        border: 0;
        background: 0;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 2;
        height: 48px;
        color: #c77204;
    }
    
    #featured-series button.slick-next.slick-arrow:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f105";
        font-size: 48px;
        line-height: 48px;
        height: 42px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
    }
    
    #featured-series button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
        color:#000;
    }
    
    .series-group-slides {
        padding: 0 50px;
    }
    
    .series-group-slides button:focus {
        border: none;
    }
    
    .series-group-slides-wrap h3 {
        padding: 0 50px;
    }
    
    .series-group-slides-wrap {
        padding: 50px 0;
    }
    
    .series-group-slides-wrap ul.slick-dots {
        font-size: 0;
        text-align: center;
        margin-top: 5px;
    }
    
    .series-group-slides-wrap ul.slick-dots li {
        display: inline-block;
        font-size: 0;
        background: #ffffff;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin: 0 3px;
        border: 1px solid #062f61;
        cursor: pointer;
    }
    
    .series-group-slides-wrap ul.slick-dots li button {
        display: none;
    }
    
    .series-group-slides-wrap ul.slick-dots li.slick-active {
        background: #062f61;
    }
    
    @media only screen and (max-width:1024px) {
        .series-group-cell-wrap.large-cell .series-group-cell {
            height: 300px;
        }
    
        .series-group-cell-wrap.small-cell .series-group-cell {
            height: 200px;
        }
    }
    
    @media only screen and (max-width:768px) {
        .series-group-column {
            width: 100%;
        }
    
        .series-group-cell-wrap .series-group-cell {
            height: 150px !important;
        }
    }
    
    .video-slide {
        font-size: 0;
        padding: 30px 20px 30px 20px;
    }

	.video-slide-left {
		display: inline-block;
		width: 40%;
		padding: 10px;
		vertical-align: top;
		font-size: 16px;
		color: #ffffff;
	}

	.video-slide-right {
		display: inline-block;
		width: 60%;
		padding: 10px;
		vertical-align: top;
		font-size: 16px;
		color: #ffffff;
		position: relative;
	}

	.video-slide-hashtag {
		position: absolute;
		top: -50px;
		right: 10px;
	}

	.video-slide-video-wrapper video {
		width: 100%;
	}

	#series-video ul.slick-dots {
		position: absolute;
		left: 50%;
		bottom: 20px;
		transform: translateX(-50%);
	}

.slick-arrow:focus {
    outline: none !important;
    box-shadow: none !important;
}

    #series-video ul.slick-dots {
        font-size: 0;
        text-align: center;
        margin-top: 5px;
    }
    
    #series-video ul.slick-dots li {
        display: inline-block;
        font-size: 0;
        background: #ffffff;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        margin: 0 3px;
        border: 1px solid #062f61;
        cursor: pointer;
    }
    
    #series-video ul.slick-dots li button {
        display: none;
    }
    
    #series-video ul.slick-dots li.slick-active {
        background: #c77204;
    }

    .video-slide {
        font-family: "Montserrat", sans-serif;
    }
    
    .video-slide-title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .video-slide-title a {
        color: #1e8aff;
        text-decoration: underline;
    }
    
    .video-link {
        font-weight: bold;
        margin-top: 20px;
    }
    
    .video-slide-hashtag {
        font-weight: bold;
    }

    @media only screen and (max-width:1024px) {
        .video-slide-left, .video-slide-right {
            width: 100%;
        }
    
        .video-slide-video-wrapper {
            text-align: center;
        }
    }
    
    .video-link:hover {
        color: #337ab7;
    }
    
    .video-link {
        cursor: pointer;
        width: auto;
        display: inline-block;
    }
    
    .series-video-slides ul.slick-dots {
        display: none;
    }
    
    p.modal-link-wrap a {
        padding: 10px;
        background: #337ab7;
        color: #fff;
        width: 90px;
        display: inline-block;
        text-align: center;
    }
    
    p.modal-link-wrap a.external-link-close {
        background: #5d5d5d;
    }

#mcm-video-section video {
    background: #0d2c58;
    border: 0;
}

.socialiconstop button {
    font-size: 1rem;
    padding: 0;
    margin-top: -2px !important;
    margin-right: 11px !important;
}

#mcm-video-section video {
    max-height: 380px;
}

#mcm-video-section {
    min-height: 0;
}

#mcm-video-section .col-md-6.mcm-video-player.order-lg-1.no-padding {
    font-size: 0;
}

#mcm-video-section .mcm-video-content-item {
	padding: 50px 0px;
}

.btnimgmenu {
    height: 476px;
    border-bottom-left-radius: 3px;
}

@media only screen and (max-width:1100px) and (min-width:768px) {
    .dropdown-menu.dropdown-menu-right.show, .dropdown-menu {
        transform: scale(.7);
        transform-origin: top right;
    }
}

@media only screen and (max-width: 783px) and (min-width: 768px) {
    #servicesDropdown {
        display: block !important;
    }
}

















	body video.able-video-player {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    
    .able-left-controls {
        float: none;
    }
    
    .able-left-controls {
        float: none;
    }
    
    .able-right-controls {
        float: none;
    }
    
    .able-right-controls span {
        display: none;
    }
    
    .able-button-handler-chapters {
        display: none !important;
    }
    
    .able-button-handler-faster {
        /*display: none !important;*/
    }
    
    .able-button-handler-slower {
        /*display: none !important;*/
    }
    
    .able-button-handler-slower {}
    
    
    
    /* 
	Able Player interactive transcript styles
    */
    .able-transcript { 
    	position: relative !important; /* must be positioned for scrolling */
      overflow-y: scroll;
      padding-left: 5%;
      padding-right: 5%;
      width: 90%;
      /*height: 250px;*/
      margin: 0 auto;
    }
    .able-transcript div { 
    	margin: 1em 0;
    }
    .able-transcript-heading { 
      font-size: 1.4em;
      font-weight: bold;
    }
    .able-transcript div.able-desc { 
    	background-color: #FEE;
    	border: thin solid #336;
    	font-style: italic;
    	padding: 1em;
    }
    .able-transcript span.able-unspoken { 
    	font-weight: bold;
    }
    .able-transcript span.hidden { 
    	position: absolute !important;
    	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    	clip: rect(1px, 1px, 1px, 1px);
    }
    .able-highlight { 
    	background: #FF6; /* light yellow */
    }
    .able-previous { 
    	background: black !important;
    	font-style: italic;
    }
    .able-transcript span:hover, 
    .able-transcript span:focus, 
    .able-transcript span:active { 
    	background: #CF6; /* light green */
    	cursor: pointer;
    }
    
    .able-transcript-toolbar {
        padding: 10px;
        background-color: #DDDDDD;
        border-style: solid;
        border-width: 0 0 1px 0;
    }
    
    .able-transcript-toolbar label {
        margin-right: 10px;
    }
    
    .able-transcript-area {
        border-width: 1px;
        border-style: solid;
    }
    
    .able-transcript-toolbar input:focus,
    .able-transcript-toolbar input:hover,
    .able-controller input:focus,
    .able-controller input:hover,
    .able-controller button:focus, 
    .able-controller button:hover,
    .able-seek-head:focus,
    .able-seek-head:hover { 
      outline-style: solid;
      outline-width: 2px;
    }
    
    .able-transcript-toolbar input:focus,
    .able-controller input:focus,
    .able-controller button:focus,
    .able-seek-head:focus {  
    	outline-color: #ffbb37; /* yellow */
    }
    
    .able-transcript-toolbar input:hover,
    .able-controller input:hover,
    .able-controller button:hover,
    .able-seek-head:hover {
    	outline-color: #8AB839; /* green */
    }
    
    .ui-accordion {
    	margin: 1em;
    	padding-top: 1em;
    }
    /* end able player transcript code */
    
    .able-wrapper {
        max-width: none !important;
    }
    
    .able-status-bar {
        height: 30px !important;
    }
    
    .able-player-transcript-box {
        /*height: 250px;
        overflow-y: scroll;*/
    }
    
    .able-transcript-area {
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        /*height: 300px;*/
        overflow-y: scroll;
    }
    
    .able-window-toolbar.able-white-controls.able-draggable {
        cursor: default;
        /* pointer-events: none; */
    }
    
    .able-left-controls {
        float: left;
        margin-left: 10px;
    }
    
    .able-right-controls {
        float: right;
        margin-right: 10px;
    }
    
    .able-transcript-area.able-drag {
        border: none !important;
        background: #eee;
    }
    
    .icon-play:before {
        /* content: ">"; */
        content: "\f144";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
    }
    
    .able {
        box-shadow: none;
    }
    
    .able-button-handler-descriptions.buttonOff {
        display: none !important;
    }
    
    body .able-transcript {
        height: auto !important;
        overflow-y: visible;
    }
    
    .able-transcript-area {
        height: auto !important;
    }
    
    .able-wrapper.able-skin-2020 {
        /* padding: 20px; */
        box-sizing: border-box;
        width: 90%;
        margin: 0 auto;
    }








/* CBRN Logo Links */


a.logo-link {
    background: #ffffff;
    display: block;
    height: 150px;
}

a.logo-link img {
    max-width: 100%;
}

a.logo-link img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
    max-width: 70%;
}

a.logo-link:hover {
    opacity: .75;
    transition:all ease .3s;
    -webkit-transition:all ease .3s;
    -moz-transition:all ease .3s;
}
#mcm-header .mcm-header-area  a, #mu-header .mu-header-area a {color: #006FE6}
#mu-header .mu-header-area .btn-primary {
    color: #fff;
    background-color: #006fe6;
    border-color: #006fe6;
}
#mcm-header .mcm-header-area .mcm-header-top-right {
	font-size: 13px;}
@media only screen and (max-width:991px) {
span.mcm-header-social {
    margin-left: 50px !important;
}
}
@media only screen and (min-width:992px) {
span.mcm-header-social {
    margin-left: 70px !important;
}
}
.btn-primary {
    color: #fff !important;
    background-color: #366FC0 !important;
    border-color: #366FC0 !important;
}
.mcm-header-social a, .mcm-header-top-left a {color: #366FC0 !important;}


@media (min-width: 779px) {
    #yt-embed {
        width: 600px !important;
        margin: 0px auto !important;
    }