body {
  margin:0;
  padding:0;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* Widget container */
.imu-widget {
  position: relative;
  margin: 0;
  padding: 0;
  width: 320px;
  height: 480px;
  overflow: hidden;
  color: #EEE;
  background-color: #FFF;
  /* border-radius: 3px; */
  font:14px 'Open Sans', sans-serif;
}

/* Widget sizes */
.imu-widget-320x480 {
  width: 100%;
  height: 480px;
}
.imu-widget-300x335 {
  width: 100%;
  height: 335px;
}
/*.imu-widget-300x335 .imu-widget-input {
  width: 228px;
}*/

/* Widget search form */
.imu-widget-logo {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 37px;
  margin: 0;
  background: url('img/imu_logo.svg') 11px 9px no-repeat;
  text-indent: -10000px;
  background-color: #009EE6;
  background-size: 105px;
}
.imu-widget-form {
  position: relative;
  display: block;
  padding: 0;
  margin: 10px 10px 5px 10px;
  padding: 0;
}
.imu-widget-input {
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding: 0px 40px 0 10px;
  width: 100%;
  height: 36px;
  border: none;
  font: 14px 'Open Sans', sans-serif;
  background: #fff;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}
.imu-widget-submit {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
  padding: 0px;
  margin: 0px;
  width: 34px;
  height: 34px;
  border: none;
  background:url('img/imu_search_icon.svg') 50% 50% no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.imu-widget-submit:hover {
  opacity: .7;
}
.imu-widget-form:after {
  content: "";
  clear: both;
}

/* Widget list of jobs */
.imu-widget-list {
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
}

/* Widget list animations */
.imu-widget-anim-in .imu-widget-list-item,
.imu-widget-anim-in-back .imu-widget-list-item {
  -webkit-animation-name: imu-widget-item-anim-in;
  -moz-animation-name: imu-widget-item-anim-in;
  -o-animation-name: imu-widget-item-anim-in;
  animation-name: imu-widget-item-anim-in;
}
.imu-widget-anim-in-back .imu-widget-list-item {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}
.imu-widget-anim-out .imu-widget-list-item,
.imu-widget-anim-out-back .imu-widget-list-item {
  -webkit-animation-name: imu-widget-item-anim-out;
  -moz-animation-name: imu-widget-item-anim-out;
  -o-animation-name: imu-widget-item-anim-out;
  animation-name: imu-widget-item-anim-out;
}
.imu-widget-anim-out-back .imu-widget-list-item {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}


/* Widget list item */
.imu-widget-list-item {
  display: block;
  text-decoration: none;
  position: relative;
  margin: 0 0 3px 0;
  padding: 0;
  /* background-color: #ECECEC; */
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  /* box-shadow: 0 1px 0 #004B6E; */
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 60px;
  border-bottom: 1px dashed #CCC;
}
.imu-widget-page {
  display: none;
}
.imu-widget-page.active {
  display: block;
}

/* Widget list item animations */
.imu-widget-list-item:nth-child(2) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -o-animation-delay: .1s;
  animation-delay: .1s;
}
.imu-widget-list-item:nth-child(3) {
  -webkit-animation-delay: .15s;
  -moz-animation-delay: .15s;
  -o-animation-delay: .15s;
  animation-delay: .15s;
}
.imu-widget-list-item:nth-child(4) {
  -webkit-animation-delay: .175s;
  -moz-animation-delay: .175s;
  -o-animation-delay: .175s;
  animation-delay: .175s;
}
.imu-widget-list-item:nth-child(5) {
  -webkit-animation-delay: .18s;
  -moz-animation-delay: .18s;
  -o-animation-delay: .18s;
  animation-delay: .18s;
}

/* Animation In */
@-webkit-keyframes imu-widget-item-anim-in {
  0% {opacity: 0; left:100px}
  100% {opacity: 1; left:0}
}
@-moz-keyframes imu-widget-item-anim-in {
  0% {opacity: 0; left:100px}
  100% {opacity: 1; left:0}
}
@-o-keyframes imu-widget-item-anim-in {
  0% {opacity: 0; left:100px}
  100% {opacity: 1; left:0}
}
@keyframes imu-widget-item-anim-in {
  0% {opacity: 0; left:100px;}
  100% {opacity: 1; left:0px;}
}
/* Animation Out */
@-webkit-keyframes imu-widget-item-anim-out {
  0% {opacity: 1; left:0}
  100% {opacity: 0; left:-100px}
}
@-moz-keyframes imu-widget-item-anim-out {
  0% {opacity: 1; left:0}
  100% {opacity: 0; left:-100px}
}
@-o-keyframes imu-widget-item-anim-out {
  0% {opacity: 1; left:0}
  100% {opacity: 0; left:-100px}
}
@keyframes imu-widget-item-anim-out {
  0% {opacity: 1; left:0}
  100% {opacity: 0; left:-100px}
}

.imu-widget-list-item:after {
  content: "";
  clear: both;
}
.imu-widget-list-item:hover .imu-widget-list-item-cta {
  background-color: #0085C1;
  color: #FFF!important;
  text-decoration: none;
}
.imu-widget-list-item:hover .imu-widget-list-item-title{
  color: #0085C1;
}
.imu-widget-list-item-img {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 90px;
  height: 60px;
  overflow: hidden;
  background-color: #fff;
  /* border-right: 1px solid #F8F8F8; */
}
.imu-widget-list-item-img img {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.imu-widget-list-item-title {
  float: left;
  padding: 0;
  width: 168px;
  height: 32px;
  margin: 5px 0 0 10px;
  color: #009EE6;
  /* font-weight: bold; */
  overflow: hidden;
  line-height: 15px;
  font-size: 13px;
}
.imu-widget-list-item-location {
  float: left;
  padding: 0;
  margin: 0 0 0 10px;
  width: 100px;
  color: #005880;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imu-widget-list-item-cta {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0 5px;
  margin: 0;
  width: auto;
  height: 18px;
  background-color: #EEE;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  font-weight: bold;
  line-height: 18px;
  border-radius: 3px;
  transition: background-color .3s;
  color: #333!important;
  text-decoration: none!important;
}

/* Widget paggination */
.imu-widget-paggination {
  position: absolute;
  bottom: 20px;
  margin: 10px 15px;
  padding: 0;
}
.imu-widget-paggination .dot {
  display: inline-block;
  padding: 3px 4px;
  cursor: pointer;
}
.imu-widget-paggination .dot:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #CCC;
  transition: background-color .3s;
}
.imu-widget-paggination .dot.active:after {
  background-color: #009EE6;
}

/* Widget "All" link */
.imu-widget-all-link {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 10px;
  bottom: 35px;
  font-size: 12px;
  color: #009EE6;
  text-decoration: underline;
}
.imu-widget-all-link:hover{
  color: #fff;
}

/* Widget footer link */
.imu-widget-footer {
  position: absolute;
  bottom: 0px;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 24px;
  background-color: #009EE6;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
}
.imu-widget-footer:hover {
  text-decoration: none;
}
.imu-widget-list-item-title {
    width: auto;
    float: none;
    padding: 5px 0px 0px 10px;
    margin: auto;
}
@media screen and (max-width: 260px) {
  .imu-widget-list-item-img {
    display: none;
  }
}