@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;1,400&display=swap');


.known-issues{
	background: #F7F7F7;
  /*SD added for Known Issues widget*/
}


.book-meeting{
	height: 1600px !important;
}

.html{
  font-family: 'Montserrat', sans-serif !important;
}

.Header__name{
	font-weight:400;
}

.Header__description{
	font-weight: 600;
  font-size: 110%;
}

.Header__homeContent .Header__searchSection {
    padding: 6.250rem 0 3rem 0;
    display: block;
}

.Footer__footerBg{
  background: #F7F7F7 !important;
  /*visibility: hidden;*/
}

.Header__logo img{
	width: 55px !important;
  height: auto !important;
  max-height: none;
  max-width: none;
  min-height: none;
}

.recentTopics{
	background: #FFF;
  padding: 40px 30px 20px 30px;
  display: inline-block;
  /*width: auto !important;*/
  box-sizing: border-box;
  margin: 30px 0 0 0;
  border-top: solid 2px #ededed;
}

@media screen and (min-width: 789px){
  .home .recentTopics .TopicListWidget__topicList{
  	display: inline-block;
    width: 50%;
  }
}



.KbSubCategoryContainer__contentList{
background: #FFF;
  border-radius: 20px;
  padding: 20px 30px;
  display: inline-block;
  box-sizing: border-box;
  width: 47% !important;
  margin-right: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 999px){
	.KbSubCategoryContainer__contentList{
		width: 100%;
     	margin-right: 0;
	}
}

.ListHeader__header2{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 110%;
}

.Header__name{
	font-size: 16px;
}

.Header__menuTab a{
	font-size: 14px;
  color: #1d1d1d;
}

.Header__menuTab li{
	margin: 0 8px !important;
	/* SD */
}

h1{
	font-weight: 700 !important;
  color: #0e1a35 !important;
  line-height: 1.3 !important;
}

.home h1{
  font-size: 44pt !important;
}

h3{
	font-weight: 600 !important;
}

p{
	font-weight: 400;
}

a{
 	font-weight: 600 !important;
}

#headerContainer{
	position: relative;
  z-index: 10;
}

#headerContainer h1{
	width: 950px;
  max-width: 100%;
	margin: 50px auto 0 auto;
}

/* HEADER ILLUSTRATION / :BG */
/*SD REMOVE CIRCLES
.home #headerContainer:before{
	content: ' ';
  	position: absolute;
  	height: 135%;
  	width: 100%;
  	top: 0;
  	left: 0;
  	background: url('https://targetconnect.net/sites/targetconnect.net/files/public/header-circles-bo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 100px;
	z-index: -10;
  opacity: 0.6;
}
REMOVE CIRCLES END*/

.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse{
	background: #FFF;
}

.ContentBox__boxThree{
  padding: 0 15px;
  box-sizing: border-box; 
}


.ContentBox__boxInnerHome{
background: #FFF;
  border-radius: 8px;
  padding: 20px 10px 10px 10px;
}
	

.WidgetContainer__contentList+.WidgetContainer__contentList{
	margin-top: 0;
}

.SearchContainer__downArrow{
	border-top-color: #1d1d1d;
}

.commonStyle__zt3BrandBg{
    background-color: #005f73;
}

.commonStyle__zt3Brand{
	color: #005f73;
}

.Button__footerBtn {
    background: #005f73;
  	transform: scale(1);
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0);
box-shadow: 0px 0px 29px -10px rgba(0,0,0,0);
}

.Button__footerBtn:hover{
	background: #005f73;
 	transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.46);
box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.46);
}

#searchContainer1{
    -webkit-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.46);
box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.46);
  margin-top: 40px;
}

.bg-white{
background: #FFF;
}

.bg-azure{
  background: #0076DE;
}

.bg-coral{
  background: #F65264;
}

.padding{
	padding: 20px 10px;
}

.no-padding{
	padding: 0 !important;
}

.overflow-hidden{
	overflow: hidden;
}

.border-radius{
	border-radius: 10px;
}

.border-radius-tl-bl{
	border-radius: 10px 0 0 10px;
height: 240px;
}

.border-radius-tl-tr{
	border-radius: 10px 10px 0 0;
}

.margin-top{
	margin-top: 50px;
}

.margin-top-small{
	margin-top: 20px;
}

.cta-small{
padding: 10px 15px 10px 15px;
  background: #f7f7f7;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 9pt;
  color: #1d1d1d;
  border-bottom: dotted 2px #005f73;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.4s ease;
}

.cta-small.azure{
	border-color: #0076DE;
}

.cta-small.coral{
  border-color: #F65264;
}

.cta-small:hover{
	background: #c5c5c5;

}

h2.uppercase{
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 130%;
    margin-top: 100px;
    text-align: center;
}

.text-center{
	text-align: center !important;
}

.shadow-1{
-webkit-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.32);
box-shadow: 0px 0px 22px -10px rgba(0,0,0,0.32);
}

.stock-modules{
  position: relative;
}

.stock-modules:after{
	content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #1d1d1d;
  opacity: 0.1;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.stock-modules img{
	width: 80px;
}


.stock-modules a{
	color: #1d1d1d;
  border-bottom: dotted 2px #005f73;
  padding-bottom: 3px;
}

.stock-modules p{
	font-weight: 500;
}

.stock-modules img.info-icon{
	width: 60px;
}

.stock-modules .max-height{
	min-height: 70px;
}

.community{
  position: relative;
}

.community:after{
	content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #0076DE;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.CommunityListItem__listItem{
	background: #FFF;
  border-radius: 5px;
  margin: 5px 0;
}


/*___ 2.0 CSS  ___*/
.section-header{
	text-transform: uppercase;
  font-size: 110% !important;
  color: #0076DE !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 0 !important;
}

.section-title{
	font-size: 160%;
  color: #1D1D1D;
  margin: 8px 0;
}

.section-links{
	margin-top: 30px;
}

.section-link{
	color: #005f73;
  	border-bottom: dotted 1px #005f73;
  position: relative;
  display: block;
  padding: 10px 0px 13px 0;
  margin: 10px 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.section-link:after{
	content:'';
  background: url('https://targetconnect.net/sites/targetconnect.net/files/public/chevron-right.png');
	width: 7px;
  height: 15px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 13px;
  transition: all 0.3s ease;
}

.section-link:hover{
	color: #348C64;
}

.section-link:hover:after{
	  right: 0px;
}

.padding-large{
	padding: 30px !important;
}

.padding-small{
	padding: 5px 15px 15px 15px;
}

.community-update,
.knowledge-base-update{
	margin: 80px 0;
  position: relative;
}

.community-update br{
	display: none;
}

.community-update:after{
	content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #1d1d1d;
  position: absolute;
  bottom: -95px;
  opacity: 0.1;
  left: 50%;
  transform: translateX(-50%);
}

/* Added by ML 23-08-2023 due to Ticket #526514 */
.TicketList__cv_filterViews{
  display:block; 
}


.ticketList .section-title{
	font-size: 30pt;
}

.ticketList #layoutContainer .Layout__layout1{
	margin: 0 auto;
}

.ticketList #layoutContainer .Layout__layout2{
  display: none;
}

.ticketList #layoutContainer .Layout__layout1 > div{
	display: flex;
  flex-direction: column;
}

.ticketList #layoutContainer .Layout__layout1 > div .TicketList__filterPanel{
	order: 2;
}

.ticketList #layoutContainer .Layout__layout1 > div .NoContent__noContent,
.ticketList #layoutContainer .Layout__layout1 > div .TicketList__ticketListContent{
	order: 3;
}

.ticketList #layoutContainer .Layout__layout1 > div .WidgetContainer__list{
	order: 1;
}

.ticketList .stock-modules{
	margin-top: 30px;
}

.abstract{
  	font-weight: 500 !important;
    font-size: 110% !important;
}

.ticketList .stock-modules img{
	width: 55px;
}

.ticketList .stock-modules .training img{
	width:60px;
}

.ticketList .stock-modules h3{
	margin: 0 !important;
}

.cta-large{
	background: #005f73;
  color: #FFF;
  border-radius: 100px;
      padding: 0.7rem 1rem;
    transform: scale(1);
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0);
    box-shadow: 0px 0px 29px -10px rgba(0,0,0,0);
  transition: all 0.4s ease;
  transform: scale(1);
      margin: 25px auto !important;
    display: inline-block;
}

.cta-large:hover{
 background: #585858;
}

/*ORIGINAL KB CSS - Start*/
.kb-landing .main{
	margin-top: 50px;
}

.kb-section{
	display: inline-block;
    vertical-align: top;
    width: 33.33%;
  position: relative;
  transform: scale(1);
  transition: all 0.3s ease;
	cursor: pointer;
}

.kb-section:hover{
	transform: scale(1.03);
}

.kb-section img{
	width: 60px;
}


.kb-section a.full-grid-link{
	opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 z-index: 100;
}


.kb-section .bg-white{
	position: relative;
}

.kb-section .bg-white:after{
	content: ' ';
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border: solid 2px rgba(95, 217, 249, 0);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.kb-section:hover .bg-white:after{
	  border: solid 2px rgba(95, 217, 249, 1);
}

.kb-section p{
	color: #1d1d1d !important;
	font-weight: 400 !important;
}

.kb-section p.hidden{
	margin: 0;
  	height: 0;
}

/*ORIGINAL KB CSS - End*/

/*SD KB CSS for ticket page- Start*/
.kb-landing-SUPPORT .main{
	margin-top: 50px;
}

.kb-section-SUPPORT{
	display: inline-block;
    vertical-align: top;
    width: 33.33%;
	position: relative;
	transform: scale(1);
	transition: all 0.3s ease;
}


.kb-section-SUPPORT:hover{
	transform: scale(1.03);
}


.kb-section-SUPPORT img{
	width: 60px;
}

/*
.kb-section a.full-grid-link{
	opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 z-index: 100;
}
*/


.kb-section-SUPPORT .bg-white{
	position: relative;
}


.kb-section-SUPPORT .bg-white:after{
	transition: all 0.3s ease;
	border: solid 2px rgba(95, 217, 249, 0);
	/*
	content: ' '; 
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	*/
}


.kb-section-SUPPORT:hover .bg-white:after{
	  border: solid 2px rgba(95, 217, 249, 1);
}

.kb-section-SUPPORT p{
	color: #1d1d1d !important;
	font-weight: 400 !important;
}

.kb-section-SUPPORT p.hidden{
	margin: 0;
  	height: 0;
}

/*SD KB CSS for ticket page- End*/

/*SD CSS for KNOWN ISSUES- Start*/
.kb-landing-ISSUES .main{
	margin-top: 5px;
}

.kb-section-ISSUES{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	position: relative;
	transform: scale(1);
	transition: all 0.3s ease;
}


.kb-section-ISSUES:hover{
	transform: scale(1.03);
}


.kb-section-ISSUES img{
	width: 60px;
}

/*
.kb-section a.full-grid-link{
	opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 z-index: 100;
}
*/


.kb-section-ISSUES .bg-white{
	position: relative;
}


.kb-section-ISSUES .bg-white:after{
	transition: all 0.3s ease;
	border: solid 2px rgba(95, 217, 249, 0);
	/*
	content: ' '; 
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	*/
}


.kb-section-ISSUES:hover .bg-white:after{
	  border: solid 2px rgba(95, 217, 249, 1);
}

.kb-section-ISSUES p{
	color: #1d1d1d !important;
	font-weight: 400 !important;
}

.kb-section-ISSUES p.hidden{
	margin: 0;
  	height: 0;
}

/*SD KB CSS for KNOWN ISSUES- End*/

/*SD CSS for NEED ASSISTANCE- Start*/
.kb-landing-NA .main{
	margin-top: 5px;
}

.kb-section-NA{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	position: relative;
	/*
	transform: scale(1);
	transition: all 0.3s ease;
	*/
}

/*
.kb-section-NA:hover{
	transform: scale(1.03);
}
*/

.kb-section-NA .bg-white{
	position: relative;
}

/*
.kb-section-NA .bg-white:after{
	transition: all 0.3s ease;
	border: solid 2px rgba(95, 217, 249, 0);
	
	content: ' '; 
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
}
*/

.kb-section-NA:hover .bg-white:after{
	  border: solid 2px rgba(95, 217, 249, 1);
}

.kb-section-NA p{
	color: #1d1d1d !important;
	font-weight: 400 !important;
}

.kb-section-NA p.hidden{
	margin: 0;
  	height: 0;
}

/*SD KB CSS for NEED ASSISTANCE- End*/


.section-title-large{
	font-size: 220%;
  margin: 8px 0;
}

.vc-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  height: 175px;
}

.vc-wrap-SUPPORT{
	display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  height: 110px;
}

.ticketList .Layout__layout1{
  width: 100%;
}

.ticketList .TicketList__filterPanel.commonStyle__flex.commonStyle__flexWrap,
.ticketList .NoContent__noContent.commonStyle__tAlignCenter{
	width: 66%;
  	margin: 30px auto 0 auto;
}


@media screen and (max-width: 1050px){
 	.home h1{
  		font-size: 34pt !important;
	}
}

@media screen and (max-width: 850px){
	.kb-section{
  		width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
  }
}



@media screen and (max-width: 500px){
	.kb-section{
  		width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
  }
}

.kb-section > div{
  min-height: 265px;
}


#subCategoryContainer.level_1_Kbcategory{
  display: none;
}

 

@media screen and (max-width: 768px){
  .border-radius-tl-bl{
	border-radius: 10px 10px 0 0px ;
	height: 240px;
  }
 .Header__name{
   display: none;
  }
  .hide-on-mobile{
 	display: none;
  }
   	.home h1{
  		font-size: 26pt !important;
	}
  .ticketList .TicketList__filterPanel.commonStyle__flex.commonStyle__flexWrap, .ticketList .NoContent__noContent.commonStyle__tAlignCenter {
    width: 100%;
    margin: 0 auto;
	}
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

