
/* UTIL GRID
****************************************************************/
.pwd-grid > [class*='pwd-col'] {
	display: block; 
	float:left; 
	margin: 0 0 0 1.6%; 
	/* border: 1px solid red; */
}
.pwd-grid > *:first-child {
	margin-left: 0; 
}
.pwd-grid:after {
  content: "";
  display: table;
  clear: both;
}
.pwd-grid > .pwd-col12 	{width: 100%;}
.pwd-grid > .pwd-col11 	{width: 91.53%;}
.pwd-grid > .pwd-col10 	{width: 83.06%;}
.pwd-grid > .pwd-col9 	{width: 74.6%;}
.pwd-grid > .pwd-col8 	{width: 66.13%;}
.pwd-grid > .pwd-col7 	{width: 57.66%;}
.pwd-grid > .pwd-col6 	{width: 49.2%;}
.pwd-grid > .pwd-col5 	{width: 40.73%;}
.pwd-grid > .pwd-col4 	{width: 32.26%;}
.pwd-grid > .pwd-col3 	{width: 23.8%;}
.pwd-grid > .pwd-col2 	{width: 15.33%;}
.pwd-grid > .pwd-col1 	{width: 6.86%;}
.pwd-grid > .pwd-colh 	{width: 3.43%;}
@media (max-width: 768px) {
	.pwd-grid > [class*='pwd-col'] {
		width: 100%; 
		margin: 0 0 24px 0;
	}
	.pwd-grid > [class*='pwd-col']:last-child  {
		margin-bottom: 0;
	}
}

/* UTILITIES
****************************************************************/
.pwd-container {
	max-width: 1200px;
	margin: 0 auto;
}


.pwd-right {text-align: right !important;}
.pwd-left {text-align: left !important;}
.pwd-center {text-align: center !important;}
.pwd-top {vertical-align: top !important;}
.pwd-bottom {vertical-align: bottom !important;}
.pwd-nowrap {white-space: nowrap !important;}
.pwd-wrap {white-space: normal !important;}
.pwd-bold {font-weight: bold !important;}
.pwd-s11 {font-size: 11px;}
.pwd-nobullet {list-style-type: none;}
.pwd-clear {clear: both;}
.pwd-flex {display: flex;}
.pwd-block {display: block;}
.pwd-inline-block, .pwd-ib {display: inline-block;}
.pwd-inline {display: inline;}
.pwd-relative {position: relative;}
.pwd-absolute {position: absolute;}
.pwd-float-right {float: right;}
.pwd-float-left {float: left;}
.pwd-lh1 {line-height: 1 !important;}
.pwd-lh1p2 {line-height: 1.2 !important;}
 
.pwd-w5 {width: 5%;}
.pwd-w10 {width: 10%;}
.pwd-w15 {width: 15%;}
.pwd-w20 {width: 20%;}
.pwd-w25 {width: 25%;}
.pwd-w30 {width: 30%;}
.pwd-w33 {width: 33.33%;}
.pwd-w35 {width: 35%;}
.pwd-w40 {width: 40%;}
.pwd-w45 {width: 45%;}
.pwd-w50 {width: 50%;}
.pwd-w55 {width: 55%;}
.pwd-w60 {width: 60%;}
.pwd-w65 {width: 65%;}
.pwd-w66 {width: 66.66%;}
.pwd-w70 {width: 70%;}
.pwd-w75 {width: 75%;}
.pwd-w80 {width: 80%;}
.pwd-w85 {width: 85%;}
.pwd-w90 {width: 90%;}
.pwd-w95 {width: 95%;}
.pwd-w100{width: 100%;}



/* MOBILE UTILITIES
****************************************************************/
.pwd-mobile, .pwd-mobile-inline {display: none !important;}
@media screen and (max-width: 768px) {
	.pwd-mobile {display: block !important;}
	.pwd-mobile-inline {display: inline !important;}
	.pwd-desktop {display: none !important;}
}
