/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
 
/*import font awesome from local source:*/ 
@import url("font-awesome-4.7.0/css/font-awesome.min.css");

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 56px;
}   

.carousel-item {
  height: 40vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item:after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.2);
}

.uwmc-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 35%;
}

.portfolio-item {
  margin-bottom: 30px;
}

.uwmc-a {    
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.uwmc-a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
	font-weight: 700;
}

/*fixes display issue in IE:*/
.card-img-top {
	height: 175px !important;
}

.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.1); 
}

.grow-li { 
transition: all .2s ease-in-out; 
}

.grow-li:hover { 
transform: scale(1.02); 
}

.uwmc-card-body {
	background-color: #5688d8;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.uwmc-card-text {
    color: #ffffff;
	text-align: center;
}

.uwmc-card-ul {
    color: #ffffff;
	padding: 0px;
}

.uwmc-card-ul li {
	list-style-type: none;
	line-height: 100%;
	padding: 5px;
	margin: 5px 0px 0px 0px;
	background-color: #ffffff;
	border-radius: .25rem;
	text-align: center;
}
.uwmc-card-ul a {
	text-decoration: none;
	color: #212529;
}

.uwmc-card-title-div {
	height: 110px;
	text-align: center;
}

.uwmc-side-float-text {
    color: #ffffff;
	text-align: justify;
    margin: 0 auto;
    width: 90%;
	text-align-last: left;
}

.uwmc-card-text:last-child {
    margin-bottom: 0;
}

.uwmc-bg-dark {
    background-color: #5688d8!important;
}

.uwmc-float-upper-left {
	width: 25%;
	margin: 20px 15px 5px 0px;
	border-radius: .25rem;
	float: left;
}

.uwmc-float-upper-left-50 {
	width: 50%;
	margin: 20px 15px 5px 0px;
	border-radius: .25rem;
	float: left;
}

.uwmc-float-upper-right {
	width: 25%;
	margin: 20px 0px 5px 15px;
	border-radius: .25rem;
	float: right;
}

.uwmc-float-right-side {
	clear: both;
	width: 35%;
	margin: 15px 0px 15px 15px;
	padding: 10px;
	border-radius: .25rem;
	float: right;
	background-color: #5688d8;
}

.uwmc-float-right-side-60 {
	clear: both;
	width: 60%;
	margin: 15px 0px 15px 15px;
	padding: 10px;
	border-radius: .25rem;
	float: right;
	background-color: #5688d8;
}

.uwmc-float-right-side-small {
	clear: both;
	width: 20%;
	margin: 15px 0px 15px 15px;
	padding: 5px;
	border-radius: .25rem;
	float: right;
	background-color: #5688d8;
}

.uwmc-1st-paragraph {
	margin-top: 35px;
}

.uwmc-flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: #ffffff;
}

.uwmc-flex-wrap-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.uwmc-flex-child-tiny {
  background-color: #5688d8;
  width: 17%;
  margin: 15px;
  padding: 15px 0px 0px 0px;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  border-radius: .25rem;
}

.uwmc-flex-child-small {
  background-color: #5688d8;
  width: 25%;
  margin: 15px;
  padding: 15px 0px 0px 0px;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  border-radius: .25rem;
}

.uwmc-flex-child-33 {
  background-color: #5688d8;
  width: 32.2%;
  margin: 5px;
  padding: 5px;
  text-align: center;
  line-height: 1.2rem;
  font-size: 1rem;
  color: #ffffff;
  border-radius: .25rem;
}

.uwmc-flex-child-50 {
  background-color: #5688d8;
  width: 49%;
  margin: 5px;
  padding: 5px;
  text-align: center;
  line-height: 1.2rem;
  font-size: 1rem;
  color: #ffffff;
  border-radius: .25rem;
}

.uwmc-flex-child-small-norightmargin {
  background-color: #5688d8;
  width: 25%;
  margin: 15px 0px 15px 15px;
  padding: 15px 0px 0px 0px;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #ffffff;
  border-radius: .25rem;
}

.uwmc-flex-child-large {
  background-color: #f5f5f5;
  width: 50%;
  margin: 15px 0px 15px 15px;
  padding: 20px;
  text-align: left;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #212529;
  border-radius: .25rem;
}

.uwmc-flex-child-large-whitebackground {
  background-color: #ffffff;
  width: 50%;
  margin: 15px 0px 15px 15px;
  padding: 20px;
  text-align: left;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #212529;
  border-radius: .25rem;
}

.uwmc-flex-child-huge-whitebackground {
  background-color: #ffffff;
  width: 70%;
  margin: 15px 0px 15px 15px;
  padding: 20px;
  text-align: left;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #212529;
  border-radius: .25rem;
}

.dividerdiv {
	width: 100%;
	background-color: #f5f5f5;
	height: auto;
}

.uwmc-center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

hr.white {
	border-top: 1px solid #ffffff;
}

.uwmc-iframe-right {
	width: 45%;
	float: right;
	margin: 20px 0px 20px 20px;
}

.uwmc-vimeo-div{
padding:56.25% 0 0 0;
position:relative;
}

.uwmc-vimeo-iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.pdfiframecontainer {
  position: relative;
  overflow: hidden;
  width: 79%;
  padding-top: 56.25%;
  margin-left: 120px;
}

.pdfiframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 700px;
}

.uwmc-float-upper-right-45{
	float: right; 
	width: 45%; 
	padding: 15px; 
	margin: 25px 0px 5px 0px; 
	background-color: #f5f5f5; 
	border: 5px #5688d8 solid;
}

.uwmc-inner-float-left-45{
	float:left; 
	width: 50%;
	margin: 28px 0px 0px 0px;
}

.uwmc-inner-float-right-45{
	float:right; 
	width: 50%;
	margin: 28px 0px 0px 0px;
}

.uwmc-li-1 {
	margin-left: 10px;
}

.table {
  display: table;
}

.table__row {
  display: table-row;
}

.table__cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
   .uwmc-float-upper-left, .uwmc-float-upper-right, .uwmc-float-right-side, .uwmc-iframe-right, .uwmc-float-upper-right-45, .uwmc-float-upper-left-50, .uwmc-inner-float-left-45, .uwmc-inner-float-right-45, .uwmc-float-right-side-small, .uwmc-float-right-side-60 {
    float: none;
    margin: 0px 0px 5px 0px;
    width:100%;
    height: auto;
  }
  .uwmc-1st-paragraph {
	margin-top: 5px;
  }
  .uwmc-vimeo-div{
	padding:0;  
  }
  .uwmc-vimeo-iframe{
	position:relative; 
	top:0;
	left:0;
	width:100%;
    height: auto;	
  } 
  /*fixes display issue in IE:*/
  .card-img-top {
	height: 250px !important;
  }
  .uwmc-flex-container {
  display: block;
  width: 100%;
  background-color: #ffffff;
}

  .uwmc-flex-wrap-container {
  display: block;
  width: 100%;
  background-color: #ffffff;
}

.uwmc-flex-child-tiny {
	width: 90%;
	padding: 20px 0px 0px 0px;
}
.uwmc-flex-child-small {
	width: 90%;
	padding: 20px 0px 0px 0px;
}
.uwmc-flex-child-large {
	width: 90%;
}

.uwmc-flex-child-33 {
	width: 90%;
}

.uwmc-flex-child-50 {
	width: 90%;
}

.pdfiframecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-left: 0px;
}

.uwmc-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100%;
}

}
