*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
  margin: 0 auto;
  padding: 0 0.25;
}
@media screen and (min-width: 1024px) {
  body {
    padding: 0;
  }
}

div#wrap {
  margin: 0 auto;
}

.interior_wrap {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .interior_wrap {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    margin-bottom: 4rem;
  }
}

.cd-main-content {
  min-height: 900px;
}

h3.subhead {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
  padding: 10px 3px 0;
}

#wrap {
  max-width: 1170px;
}

.filler {
  float: left;
  padding: 30px 0;
}

/*************** 1. Header ***************/
#header {
  background-size: cover;
  display: none;
  height: 0;
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 964px) {
  #header {
    display: block;
    min-height: 202px;
  }
}

div#header_UMB_logo {
  background-color: #fff;
  background-image: url("../images/SOM.svg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 33px;
  box-shadow: 0 0 13px 0 #000;
  height: 85px;
  height: 85px;
  margin: 9px 0 0 23px;
  margin: 9px 0 0 23px;
  padding: 0;
  padding: 0;
  position: absolute;
  position: absolute;
  width: 43px;
  width: 43px;
  z-index: 1;
  z-index: 1;
}

div#header_trans {
  background: #111;
  border-bottom: #ddd solid 1px;
  border-top: #ddd solid 1px;
  filter: alpha(opacity=70);
  height: 65px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 20px;
  width: 100%;
}

div#header_text {
  font-family: TrajanProRegular;
  left: 75px;
  position: relative;
  top: 23px;
  width: 280px;
  z-index: 1;
  z-index: 1;
}

#header_text a {
  color: #fff;
  text-decoration: none;
}

.banner_img {
  height: 202px;
  position: absolute;
  width: 100%;
}

#umdtext {
  font-size: 1.2em;
}

#somtext {
  font-size: 1em;
  margin-top: -2px;
}

#igstext {
  font-size: 0.9em;
  margin-top: -1.5px;
}

/* UMB header */
div#umb_header {
  height: 63px;
  margin: 0 0 0 345px;
  position: absolute;
  right: 321px;
  top: 30px;
}

/* 1.1 Breadcrumb */
#breadcrumb {
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 4px 0 0;
  position: absolute;
  text-align: center;
  top: 68px;
  width: 100%;
  width: 100%;
  z-index: 1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #breadcrumb {
    top: 68px;
  }
}
@media screen and (min-width: 964px) {
  #breadcrumb {
    top: 242px;
  }
}
@media screen and (min-width: 1024px) {
  #breadcrumb {
    color: #006;
    font-size: 11px;
    padding-left: 220px;
    position: absolute;
    text-align: left;
    top: -26px;
  }
}

/***** 1.2 Subheader *****/
.sub_header {
  background-repeat: no-repeat;
  background-size: cover;
  height: 90px;
  margin: 0 0 20px;
  position: relative;
  text-align: left;
  top: -51px;
  z-index: -100;
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .sub_header {
    display: block;
    height: 86px;
  }
}

/* BG Subheader w Noise Image */
.page_bg_top {
  width: 100%;
  float: left;
  height: 55px;
  overflow: hidden;
  position: relative;
  top: 0;
}

.page_bg_image {
  position: absolute;
  top: 0;
  z-index: -49;
}

.noise {
  background: url("../images/noise.png");
  filter: alpha(opacity=75);
  height: 86px;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  z-index: -48;
  zoom: 1;
}

/*************** 2. Side Nav ***************/
.sub_nav_panel {
  width: 100%;
  float: left;
  clear: both;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .sub_nav_panel {
    width: 19%;
    font-size: 12px;
    margin-right: 0;
    margin-top: 25px;
  }
}

div.sub_nav_top {
  display: none;
}
@media screen and (min-width: 768px) {
  div.sub_nav_top {
    height: 12px;
    width: 193px;
  }
}

/* Standard Sub Nav Main with active items */
.sub_nav_main {
  width: 100%;
  float: left;
}
.sub_nav_main .side_nav {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub_nav_main .side_nav li {
  background: rgb(206, 231, 252);
  border-bottom: 1px solid rgb(100, 154, 199);
}
.sub_nav_main .side_nav li a {
  color: #036;
  display: block;
  padding: 20px 5px 20px 15px;
}
.sub_nav_main .side_nav li a:hover {
  text-decoration: underline;
}
.sub_nav_main .side_nav li:last-child {
  border-bottom: none;
}
.sub_nav_main .side_nav li a + a {
  padding: 0;
}
.sub_nav_main .side_nav li .active {
  background: rgb(100, 154, 199);
  color: #fff;
  text-decoration: none;
  width: 100%;
}
.sub_nav_main .side_nav .remove_block {
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .sub_nav_main .side_nav {
    background: rgb(206, 231, 252);
    margin-top: 15px;
    padding: 10px;
    position: relative;
    text-align: right;
    top: -20px;
    width: 100%;
  }
  .sub_nav_main .side_nav li {
    border-bottom: none;
    padding: 5px 0 7px 3px;
  }
  .sub_nav_main .side_nav li a {
    color: #036;
    display: inline;
    padding: 0;
  }
  .sub_nav_main .side_nav li .active {
    background: none;
    color: #036;
  }
  .sub_nav_main .side_nav li .active:after {
    background: none;
    color: #036;
    content: "\f053";
    font-family: FontAwesome;
    font-size: 1em;
    margin-bottom: 1px;
    margin-left: 8px;
  }
}

/* Side nav within resources div */
.assoc_faculty ul,
.resources ul {
  clear: both;
  float: left;
  font-size: 11px;
  list-style: none;
  margin-bottom: 0;
  padding: 20px 0 0 15px;
}
.assoc_faculty ul a,
.resources ul a {
  color: #036;
}
.assoc_faculty ul li,
.resources ul li {
  padding: 0 0 5px 0;
}
.assoc_faculty ul .title,
.resources ul .title {
  font-size: 12px;
  padding: 0 0 10px 0;
}
@media screen and (min-width: 1024px) {
  .assoc_faculty ul,
  .resources ul {
    float: right;
    margin: 0 15px 0 0;
    padding: 40px 0 0 15px;
    text-align: right;
  }
}

.video_link {
  background: none;
  float: right;
  height: 60px;
  padding: 5px;
  position: relative;
  width: 80px;
}

.umb {
  color: #fff;
  float: right;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 16px;
  padding: 0 3px;
}

a.umb:hover {
  color: #fff;
  float: right;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 16px;
  padding: 0 3px;
  text-decoration: underline;
}

div#umb_links {
  float: right;
  height: 20px;
  margin: 32px 67px 0 0;
  width: 700px;
}

.umb_text {
  float: right;
  font-size: 11px;
  padding: 2px 0 0 10px;
  text-align: right;
}

a.umblinks {
  color: #fff;
  float: right;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  padding-left: 9px;
}

a.umblinks:hover {
  color: #fff;
  float: right;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  padding-left: 9px;
  text-decoration: underline;
}

/* Caption */
#caption {
  bottom: 5px;
  display: none;
  height: 15px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #caption {
    display: block;
  }
}

#caption p {
  background: url("../images/caption_bg.png") no-repeat;
  background: url(../images/caption_bg.png) no-repeat;
  color: #fff;
  float: right;
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 2px 10px 2px 20px;
  text-align: right;
  width: 500px;
  z-index: 2;
  z-index: 2;
}

.search-content {
  top: 0 !important;
}

/* Search box */
#search_area {
  position: absolute;
  right: 321px;
  top: 30px;
  z-index: 1;
}

#search_box {
  position: absolute;
  z-index: 1;
}

#search_box input {
  background: #888 no-repeat scroll 0.3em center;
  background-size: 16px 16px;
  border: none;
  color: #fff;
  filter: alpha(opacity=100);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  height: 19px;
  margin: 0 0 0 33px;
  -moz-opacity: 1;
  opacity: 1;
  padding: 2px 0 2px 22px;
  position: absolute;
  width: 213px;
}

#search_box input:focus {
  color: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  padding-left: 22px;
}

#search_box button {
  background-color: #888;
  border: 0;
  color: #fff;
  filter: alpha(opacity=60);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 19px;
  margin: 0 0 0 250px;
  -moz-opacity: 0.6;
  opacity: 0.6;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 63px;
}

#search_box input:focus {
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
  padding-left: 22px;
}

#search_box button:active {
  background-color: #e62815;
}

#search_box button:hover {
  background-color: #15a612;
  cursor: pointer;
  opacity: 1;
}

/* Search Results Box */
#cse-search-results {
  margin: 20px 0 0 0;
  width: 100%;
}
#cse-search-results iframe {
  overflow-x: scroll;
  width: 100% !important;
}
#cse-search-results iframe .gs-webResult {
  padding: 2px 0;
  width: 60% !important;
}
#cse-search-results iframe .gs-no-results-result {
  width: 100% !important;
}
#cse-search-results iframe .gs-no-results-result .gs-snippet {
  width: 60% !important;
}
@media screen and (min-width: 768px) {
  #cse-search-results {
    margin: 50px 30px;
    width: 795px;
  }
}

/* IGS button, standard */
.igs_button {
  background-color: #2a3faa;
  border: 1px solid #888;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

.igs_button:hover {
  background-color: #15a612;
  color: #fff;
  text-decoration: none;
}

.igs_button:active {
  background-color: #e62815;
  text-decoration: none;
}

a.igs_button {
  background-color: #2a3faa;
  border: 1px solid #888;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

a.igs_button:hover {
  background-color: #15a612;
  color: #fff;
  text-decoration: none;
}

a.igs_button:active {
  background-color: #e62815;
  text-decoration: none;
}

/* SEARCH MAGNIFYING GLASS */
#mglass {
  margin-left: 2.4em;
  margin-top: -1px;
  position: absolute;
  width: 0.45em;
}

#mglass:before {
  color: #fff;
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 13.5px;
  margin-top: 3.5px;
}

#igs_search {
  color: #fff;
}

#social-icons {
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 100%;
  position: absolute;
  right: 8px;
  text-align: right;
  top: 57px;
  width: 150px;
  z-index: 1;
}

#social-icons a {
  color: #fff;
  margin-left: 3px;
  opacity: 0.7;
  text-decoration: none;
}

#twitter:hover {
  color: #00aced;
}

#youtube:hover {
  color: #fff;
}

#facebook:hover {
  color: #fff;
}

#rss:hover {
  color: #fa9b39;
}

#social-icons a:hover {
  opacity: 1;
}

/* type */
p {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  hyphens: none;
  line-height: 20px;
  margin: 0 0 15px;
  padding: 10px 3px 0;
}

a {
  color: #2a3faa;
  text-decoration: none;
}

a:hover {
  color: #09f;
  text-decoration: underline;
}

a.img {
  color: #212161;
  text-decoration: none;
}

a.img_grc_irc {
  text-decoration: none;
}

.img_divider {
  color: #212161;
  text-decoration: none;
}

.topic__text__img {
  height: auto;
  width: 40%;
}

.topic__text__img--small {
  height: auto;
  width: 25%;
}

.img--right {
  float: right;
  padding-left: 40px;
}

.img--left {
  float: left;
  padding-right: 40px;
}

.shift--right {
  clear: both;
  float: right;
  text-align: left;
}

.grc__platforms .topic_text_bold {
  margin-top: 45px;
}

a.img:hover {
  color: #212161;
  text-decoration: none;
}

a.img_umb {
  color: #006;
  text-decoration: none;
}

a.img_umb:hover {
  color: #006;
  text-decoration: none;
}

a.intro_img {
  display: block;
  height: 100px;
  position: absolute;
  width: 385px;
  z-index: 99;
}

a.intro_img:hover {
  color: #006;
  text-decoration: none;
}

#navlist a {
  color: #2a3faa;
  text-decoration: none;
}

#navlist a:hover {
  color: #09f;
  text-decoration: none;
}

.navlist a {
  color: #2a3faa;
  text-decoration: none;
}

.navlist a:hover {
  color: #09f;
  text-decoration: none;
}

hr {
  background-color: #f00;
  color: #f00;
  height: 5px;
}

/* Error Page */
div#error_header {
  padding: 0;
}

/* 2. Main Nav Container */
div#error_main_area {
  background-color: #fff;
  margin-left: 295px;
  margin-top: 140px;
  position: absolute;
  width: 620px;
}

.error_title {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 20px 0 5px;
}

a img {
  border: 0;
}

a.side_nav_header {
  background: #8cbbb8;
  background-repeat: no-repeat;
  color: #2f5e65;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 5px 0 5px 10px;
  position: absolute;
  text-decoration: none;
  width: 210px;
}

a.side_nav_header:hover {
  background: #a6cfcc;
  background-repeat: no-repeat;
}

div.video {
  height: 185px;
  margin: 20px 0 0;
  width: 265px;
}

div.video_right {
  height: 185px;
  margin: 210px 0 0;
  position: absolute;
  width: 265px;
}

p.video_text {
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 7px 0 0 7px;
}

/* Site-Wide Content */
#content {
  width: 100%;
  background: #fff;
  float: left;
  min-height: 910px;
}
@media screen and (min-width: 1024px) {
  #content {
    background: transparent;
    position: relative;
    top: -20px;
  }
}

div#main_area {
  background-color: #fff;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 100%;
  padding: 0 10px 10px 10px;
  position: relative;
  text-align: left;
  z-index: 2;
  width: 100%;
  float: left;
}
div#main_area .sub_header {
  background-size: 0 0;
  height: 35px;
  text-align: center;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  div#main_area {
    width: 81%;
    border-left: 1px solid #bbb;
    border-right: none;
    border-top: 1px solid #bbb;
    float: right;
    margin-right: 0;
    padding: 20px 23px 250px;
    text-align: left;
  }
  div#main_area .sub_header {
    background-size: 100%;
    height: 105px;
    text-align: left;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  div.main_title_bg {
    background: none repeat scroll 0 0 #111;
    bottom: 0;
    display: block;
    height: 35px;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.main_title {
  border: none;
  color: #222;
  font-family: Cantarell, Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0 0 0;
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .main_title {
    color: #fff;
    left: 0;
    padding: 10px;
    position: relative;
    top: 66px;
  }
}

.parent_title {
  color: #fff;
  display: none;
}
@media screen and (min-width: 1024px) {
  .parent_title {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .main_sub_title {
    color: #bddcfb;
  }
}

/*div#content_index {
  @include span(12);
  background: #fff;
  float: left;
  min-height: 900px;
  overflow: hidden;
  padding: 10px;
}*/
div#main_area_grc {
  margin-left: 290px;
  min-height: 600px;
  padding-bottom: 100px;
  padding-top: 20px;
  position: relative;
  width: 640px;
}

div#main_area_bioteam {
  height: auto;
  margin-left: 290px;
  padding-top: 130px;
  position: relative;
  width: 640px;
}

div#main_area_people {
  height: auto;
  margin-left: 290px;
  padding-top: 185px;
  position: relative;
  width: 640px;
}

div#main_area_lm {
  height: auto;
  margin-left: 290px;
  padding-top: 40px;
  position: relative;
  width: 640px;
}

div#nav_area {
  background-color: #fff;
  height: 200px;
  left: 0;
  margin: 20px 0 0;
  position: absolute;
  width: 265px;
}

.nav_title_related {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  padding: 10px 0 0 10px;
}

/* ABOUT images */
div#about_directions_img a {
  height: 105px;
  left: 290px;
  margin-top: 20px;
  position: absolute;
  width: 640px;
}

/* RESEARCH Images */
/* bioinformatics intro area */
div#bioinformatics_intro {
  background-image: url("../images/bioinformatics_intro.jpg");
  float: left;
  height: 105px;
  margin: 20px 0;
  max-width: 1140px;
  position: relative;
  width: 690px;
}

/* 3. Content */
/* functional genomics */
div#func_genomics_intro {
  background-image: url("../images/systems_biology.jpg");
  float: left;
  height: 105px;
  margin: 20px 0;
  min-height: 800px;
  position: relative;
  width: 690px;
}

/* genetic variation */
div#variation_intro {
  background-image: url("../images/human_genomics.jpg");
  float: left;
  height: 105px;
  margin: 20px 0;
  position: relative;
  width: 690px;
}

/* projects */
div#publications_intro {
  background-image: url("../images/publication.jpg");
  background-position-x: center;
  background-position-y: center;
  background-size: 12px;
  float: left;
  height: 105px;
  margin: 20px 0;
  margin-right: 10px;
  position: relative;
  width: 16px;
}

p.main_title_bg_tall {
  background: #111;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 115px 0 0;
  opacity: 0.8;
  padding: 10px 0 10px 10px;
}

/* site wide sub header area */
div.subheader_area {
  height: 145px;
  width: 930px;
}

@media screen and (min-width: 768px) {
  .transparency {
    background: transparent;
    background: rgba(0, 0, 0, 0.65);
    zoom: 1;
  }
}

.hidden {
  display: none;
  visibility: hidden;
}

.clearhack {
  clear: both;
}

.pdf_icon {
  background: url("../images/icons/pdf.svg") no-repeat;
  background-size: 36px;
  display: block;
  height: 36px;
  margin: 12px 0 0;
  width: 36px;
}

.pdf:after {
  color: #b31a38;
  content: "\f1c1";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-left: 5px;
  text-decoration: none;
}

.more:after {
  color: #162e6c;
  content: "\f138";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-left: 5px;
  text-decoration: none;
}

.projects_text {
  line-height: 18px;
  text-align: justify;
}

.topic_text {
  line-height: 18px;
}

.topic_text_bold {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0 3px 0 0;
}

.topic__text__single {
  display: block;
  margin-bottom: 10px;
}

.italic {
  font-style: italic;
}

.noselect {
  -webkit-touch-callout: none;
  user-select: none;
}

.bold {
  font-weight: 700;
}

.spotlight_video {
  background: rgb(206, 231, 252);
  border: 1px solid #036;
  float: left;
  height: 80px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.spotlight_video .gallery {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100px;
}
.spotlight_video .gallery img {
  position: absolute;
  top: 0;
}
.spotlight_video .gallery .video_popup {
  float: left;
}
@media screen and (min-width: 533px) {
  .spotlight_video {
    height: 80px;
    width: 280px;
  }
}

.video_holder {
  float: left;
  height: 80px;
  margin: 0 10px 0 0;
  position: relative;
  width: 150px;
}
.video_holder a {
  float: left;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.video_holder img {
  object-fit: cover;
  width: 150px;
}

.youtube-popup-link {
  background: url("../images/video_play_100.png") no-repeat scroll 0 0 transparent;
  display: block;
  filter: alpha(opacity=65);
  height: 79px;
  margin: 0;
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  width: 150px;
  z-index: 999;
}
.youtube-popup-link:hover {
  opacity: 1;
}

.pic_100 {
  background: url("../images/pic_popup_100.png") repeat scroll 0 0 transparent;
  display: block;
  height: 79px;
  margin: 0;
  opacity: 0.65;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 999;
}
.pic_100:hover {
  opacity: 1;
}

.video_info {
  color: #036;
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 10px 10px 0;
  width: 50%;
}
@media screen and (min-width: 533px) {
  .video_info {
    width: 110px;
  }
}

.photo_info {
  color: #036;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin-left: 10px;
  padding: 10px 0 10px 10px;
  width: 130px;
}

@media screen and (min-width: 530px) {
  .move_right {
    float: right;
    margin-left: 10px;
  }
}

.move_left {
  float: left;
  margin-right: 10px;
}

.nowrap {
  white-space: nowrap;
}

a.paginate {
  background: #d5eaff none repeat scroll 0 0;
  border: 1px solid #9fc9eb;
  color: #036;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  height: 35px;
  margin: 0 2px 6px 0;
  padding: 6px;
  text-align: center;
  width: 35px;
}
@media screen and (min-width: 533px) {
  a.paginate {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  a.paginate {
    font-size: 12px;
    height: 20px;
    margin-right: 10px;
    padding: 2px;
    width: 20px;
  }
}

a.active_page {
  background: #036;
  border: 1px solid #036;
  color: #fff;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 35px;
  margin: 0 2px 0 0;
  padding: 6px;
  text-align: center;
  width: 35px;
}
@media screen and (min-width: 533px) {
  a.active_page {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  a.active_page {
    font-size: 12px;
    height: 20px;
    margin-right: 10px;
    padding: 2px;
    width: 20px;
  }
}

/* 4. Footer */
#footer {
  width: 100%;
  float: left;
  background: rgb(35, 33, 94);
  font-family: Arial, Helvetica, sans-serif;
  padding: 20px 10px;
}
@media screen and (min-width: 1024px) {
  #footer {
    padding: 6px 10px 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  #footer #umb_footer_link {
    width: 32.60073%;
    float: left;
    margin-right: 1.0989%;
  }
}
#footer #footer_links {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #footer #footer_links {
    float: right;
    width: 631px;
  }
}
#footer #footer_links li {
  padding: 10px 0;
}
@media screen and (min-width: 1024px) {
  #footer #footer_links li {
    display: inline;
    padding: 5px 10px 0 3px;
  }
  #footer #footer_links li:last-child {
    padding-right: 0;
  }
}
#footer a {
  color: #fff;
}
#footer .copyright {
  color: #fff;
  font-size: 11px;
  margin: 5px 0 0 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #footer .copyright {
    float: right;
  }
}
#footer p {
  margin: 0;
  padding: 0 0 10px 0;
}
#footer #umb_footer_link #umb_footer_icon {
  background: url("../images/SOM.svg") no-repeat;
  background-color: #fff;
  background-position-x: center;
  background-position-y: center;
  background-size: 12px;
  float: left;
  height: 32px;
  margin-right: 5px;
  width: 16px;
}
#footer #umb_footer_link #umb_footer_text p {
  color: #fff;
  font-size: 16px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  #footer #umb_footer_link #umb_footer_text p {
    font-size: 12px;
  }
}

/* Back to Top */
.bk-to-top {
  background: #000 url("../images/icons/top-arrow.svg") no-repeat center 50%;
  bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 40px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-indent: 100%;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  white-space: nowrap;
  width: 40px;
  z-index: 999;
}

.bk-to-top.bk-to-top-is-visible,
.bk-to-top.bk-to-top-fade-out,
.no-touch .bk-to-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bk-to-top.bk-to-top-is-visible {
  /* the button becomes visible */
  opacity: 1;
  visibility: visible;
}

.bk-to-top.bk-to-top-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.75;
}

.no-touch .bk-to-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .bk-to-top {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .bk-to-top {
    bottom: 65px;
    height: 60px;
    right: 30px;
    width: 60px;
  }
}
/* Magnific Pop Text Style */
.mfp-title {
  font-family: Arial, Helvetica, sans-serif;
}

#test-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 0.85rem;
}
#test-popup h1 {
  font-size: 1.5rem;
}

.igs_button_mdg_launch {
  background-color: #2a3faa;
  border: 1px solid #888;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin: 1rem 0;
}

.igs_button_mdg_launch:hover {
  background-color: #15a612;
  color: #fff;
  text-decoration: none;
}
