
.onlyPrint {
  display: none;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

.u-text-center {
	text-align: center;
}

.u-text-center-sm {
  text-align: justify;
}

.u-float-right {
  float: right;
}

.u-float-left {
	float: left;
}

.u-strong {
  font-weight: 600;
}

.u-italic {
  font-style: italic;
}

.u-width-full {
  width: 100%;
}

.u-width-90 {
  width: 90%;
}

.u-listing-none {
	list-style-type: none;
}

.u-listing-square {
	list-style-type: square;
}

.u-listing-square-grey {
  list-style: none;
  padding: 0;
  margin: 0;
}

.u-listing-square-grey li {
  padding-left: 1em;
  text-indent: -.7em;
  line-height: 200%;
}

.u-listing-square-grey li::before {
  content: '▪ ';
  color: #999999;
}

.u-listing-gap li {
  line-height: 200%;
}


.u-listing-hook {
  list-style-type: none;
}

.u-listing-hook li {
  line-height: 200%;
}

.u-listing-hook li:before {
  content: "✔";
  padding-right: 0.5em;
}


/************************************ IMAGE ***************************************/

.u-img-thumbnail-round {
	border-radius: 50%;
}

.u-img-center {
	margin-left: auto;
	margin-right: auto;
}

.u-img-top-offset-30 {
	margin-top: 30px;
}

.u-cover {
  max-width:  100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/************************************* HR *****************************************/

.u-hr-full {
  padding: 0px;
  margin: 0px;
  border-top: 2px solid #eee;
}

.u-hr-half {
  padding: 0px;
  margin: 0px;
  border-top: 2px solid #eee;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

/************************************* BOX *****************************************/

.u-header-box {
  background-color: white;
  padding: 10px 20px;
  display: inline;
}

.u-opacity-background {
  background-color: rgba(255,255,255,0.25);
}


.u-display-inline {
  display: inline;
}

.u-position-middle {
  position: absolute;
  margin: 50%;
}


/************************************ OFFSETS ***************************************/

.u-empty {
  height: 2em;
}

.u-offset-20-20 {
  margin: 20px 20px;
}

.u-offset-40-40 {
  margin: 40px 0px;
}

.u-offset-b-20 {
  margin-bottom: 20px !important;
}

.u-offset-b-40 {
  margin-bottom: 40px !important;
}

.u-offset-b-60 {
  margin-bottom: 60px !important;
}

.u-offset-b-0 {
  margin-bottom: 0px;
}

.u-offset-t-0 {
  margin-top: 0px;
}

.u-offset-t-10 {
  margin-top: 10px;
}

.u-offset-t-20 {
  margin-top: 20px;
}

.u-offset-t-30 {
  margin-top: 30px;
}

.u-offset-t-40 {
  margin-top: 40px;
}

.u-offset-t-60 {
  margin-top: 60px;
}

.u-offset-0 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.u-height-20 {
  height: 20px;
}

.u-height-40 {
  height: 40px;
}

.u-height-60 {
  height: 60px;
}

.u-height-80 {
  height: 80px;
}

/************************************ ICONS ***************************************/

.u-icon-text {
  font-size: 0.85em;
}

.u-icon-info {
  vertical-align: top;
  padding-left: 15px;
	font-weight: 500;
}

.u-icon-info-without-icon {

}


.u-bg-info {
  background-color: #ebebeb;
  padding: 10px;
  border-radius: 4px;
}


/************************************ HEADER **************************************/

.u-h-title {
	margin-bottom: 0em;
}

.u-h-title-info {
	color: #999999;
	margin-top: 0em;
}


/******************************* BACKGROUND **************************************/


.u-bg-grey {
  background-color: #F2F2F2;
}

.u-bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}


/************************************ FONT **************************************/



.u-jumbotron {
    background-image: url(../img/gradient_squares.png);
    background-repeat: repeat;
    background-position: right top;
    padding: 1em 1.5em;
    margin-bottom: 0em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}


@media (min-width: 0px) and (max-width: 1170px) {
  .u-jumbotron {
    padding: 0.5em 0.4em;
  }

  .u-text-center-sm {
    text-align: center;
  }
}


@media (min-width: 0px) and (max-width: 980px) {

}
