@charset "UTF-8";
/* CSS - Sass Architecture Document */
/* line 1, ../sass/_grid.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 2100px) {
  /* line 10, ../sass/_grid.scss */
  *,
  *:before,
  *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
/* line 19, ../sass/_grid.scss */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, ../sass/_grid.scss */
body {
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/* Grid System ========================================================================== */
/* line 31, ../sass/_grid.scss */
.row {
  margin-right: auto;
  margin-left: auto;
  max-width: 1350px;
  padding: 0 3.33%;
}
@media only screen and (min-width: 360px) {
  /* line 31, ../sass/_grid.scss */
  .row {
    padding: 0 3.33%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 31, ../sass/_grid.scss */
  .row {
    padding: 0 7.185%;
  }
}

/* Rows */
/*.row {

}*/
/* Columns */
/* line 51, ../sass/_grid.scss */
[class*="col-"] {
  margin-left: 0;
  width: 100%;
}

/* line 55, ../sass/_grid.scss */
.col-md-1,
.col-lg-1,
.col-md-2,
.col-lg-2,
.col-md-3,
.col-lg-3,
.col-md-4,
.col-lg-4,
.col-md-5,
.col-lg-5,
.col-md-6,
.col-lg-6,
.col-md-7,
.col-lg-7,
.col-md-8,
.col-lg-8,
.col-md-9,
.col-lg-9,
.col-md-10,
.col-lg-10,
.col-md-11,
.col-lg-11,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
  position: relative;
}

/* line 82, ../sass/_grid.scss */
[class*="col-"],
[class*="col-"]:first-child {
  margin-left: 0;
}

/* Tablet - 321px to 768px */
@media (min-width: 319px) {
  /* line 89, ../sass/_grid.scss */
  [class*="col-"] {
    margin-left: 3.33333333333%;
  }

  /* line 92, ../sass/_grid.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6 {
    float: left;
  }

  /* line 95, ../sass/_grid.scss */
  .col-md-6 {
    margin-left: 0;
    width: 100%;
  }

  /* line 99, ../sass/_grid.scss */
  .col-md-5 {
    width: 82.7777777778%;
  }

  /* line 102, ../sass/_grid.scss */
  .col-md-4 {
    width: 65.5555555556%;
  }

  /* line 105, ../sass/_grid.scss */
  .col-md-3 {
    width: 48.3333333333%;
  }

  /* line 108, ../sass/_grid.scss */
  .col-md-2 {
    width: 31.1111111111%;
  }

  /* line 111, ../sass/_grid.scss */
  .col-md-1 {
    width: 13.8888888889%;
  }

  /* line 114, ../sass/_grid.scss */
  .col-md-pull-6 {
    right: 100%;
  }

  /* line 117, ../sass/_grid.scss */
  .col-md-pull-5 {
    right: 86.1111111111%;
  }

  /* line 120, ../sass/_grid.scss */
  .col-md-pull-4 {
    right: 68.8888888889%;
  }

  /* line 123, ../sass/_grid.scss */
  .col-md-pull-3 {
    right: 51.6666666667%;
  }

  /* line 126, ../sass/_grid.scss */
  .col-md-pull-2 {
    right: 34.4444444444%;
  }

  /* line 129, ../sass/_grid.scss */
  .col-md-pull-1 {
    right: 17.2222222222%;
  }

  /* line 132, ../sass/_grid.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 135, ../sass/_grid.scss */
  .col-md-push-6 {
    left: 100%;
  }

  /* line 138, ../sass/_grid.scss */
  .col-md-push-5 {
    left: 86.1111111111%;
  }

  /* line 141, ../sass/_grid.scss */
  .col-md-push-4 {
    left: 68.8888888889%;
  }

  /* line 144, ../sass/_grid.scss */
  .col-md-push-3 {
    left: 51.6666666667%;
  }

  /* line 147, ../sass/_grid.scss */
  .col-md-push-2 {
    left: 34.4444444444%;
  }

  /* line 150, ../sass/_grid.scss */
  .col-md-push-1 {
    left: 17.2222222222%;
  }

  /* line 153, ../sass/_grid.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 156, ../sass/_grid.scss */
  .col-md-offset-6 {
    margin-left: 100%;
  }

  /* line 159, ../sass/_grid.scss */
  .col-md-offset-5 {
    margin-left: 86.1111111111% !important;
  }

  /* line 162, ../sass/_grid.scss */
  .col-md-offset-4 {
    margin-left: 68.8888888889% !important;
  }

  /* line 165, ../sass/_grid.scss */
  .col-md-offset-3 {
    margin-left: 51.6666666667% !important;
  }

  /* line 168, ../sass/_grid.scss */
  .col-md-offset-2 {
    margin-left: 34.4444444444% !important;
  }

  /* line 171, ../sass/_grid.scss */
  .col-md-offset-1 {
    margin-left: 17.2222222222% !important;
  }

  /* line 174, ../sass/_grid.scss */
  .col-md-offset-0 {
    margin-left: 0% !important;
  }
}
/* Desktop - 76px+ */
@media (min-width: 769px) {
  /* line 180, ../sass/_grid.scss */
  [class*="col-"] {
    margin-left: 2.76816%;
  }

  /* line 183, ../sass/_grid.scss */
  [class*="col-"]:first-child {
    margin-left: 0;
  }

  /* line 186, ../sass/_grid.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 189, ../sass/_grid.scss */
  .col-lg-12 {
    margin-left: 0;
    width: 100%;
  }

  /* line 193, ../sass/_grid.scss */
  .col-lg-11 {
    width: 91.3188647746%;
  }

  /* line 196, ../sass/_grid.scss */
  .col-lg-10 {
    width: 82.6377295492%;
  }

  /* line 199, ../sass/_grid.scss */
  .col-lg-9 {
    width: 73.9565943239%;
  }

  /* line 202, ../sass/_grid.scss */
  .col-lg-8 {
    width: 65.7439446%;
  }

  /* line 205, ../sass/_grid.scss */
  .col-lg-7 {
    width: 57.1799308%;
  }

  /* line 208, ../sass/_grid.scss */
  .col-lg-6 {
    width: 47.9131886477%;
  }

  /* line 211, ../sass/_grid.scss */
  .col-lg-5 {
    width: 39.2320534224%;
  }

  /* line 214, ../sass/_grid.scss */
  .col-lg-4 {
    width: 31.4878893%;
  }

  /* line 217, ../sass/_grid.scss */
  .col-lg-3 {
    width: 21.8697829716%;
  }

  /* line 220, ../sass/_grid.scss */
  .col-lg-2 {
    width: 13.1886477462%;
  }

  /* line 223, ../sass/_grid.scss */
  .col-lg-1 {
    width: 5.79584775%;
  }

  /* line 226, ../sass/_grid.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 229, ../sass/_grid.scss */
  .col-lg-pull-11 {
    right: 95.4924874791%;
  }

  /* line 232, ../sass/_grid.scss */
  .col-lg-pull-10 {
    right: 86.8113522538%;
  }

  /* line 235, ../sass/_grid.scss */
  .col-lg-pull-9 {
    right: 78.1302170284%;
  }

  /* line 238, ../sass/_grid.scss */
  .col-lg-pull-8 {
    right: 69.449081803%;
  }

  /* line 241, ../sass/_grid.scss */
  .col-lg-pull-7 {
    right: 60.7679465776%;
  }

  /* line 244, ../sass/_grid.scss */
  .col-lg-pull-6 {
    right: 52.0868113523%;
  }

  /* line 247, ../sass/_grid.scss */
  .col-lg-pull-5 {
    right: 43.4056761269%;
  }

  /* line 250, ../sass/_grid.scss */
  .col-lg-pull-4 {
    right: 34.7245409015%;
  }

  /* line 253, ../sass/_grid.scss */
  .col-lg-pull-3 {
    right: 26.0434056761%;
  }

  /* line 256, ../sass/_grid.scss */
  .col-lg-pull-2 {
    right: 17.3622704508%;
  }

  /* line 259, ../sass/_grid.scss */
  .col-lg-pull-1 {
    right: 8.68113522538%;
  }

  /* line 262, ../sass/_grid.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 265, ../sass/_grid.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 268, ../sass/_grid.scss */
  .col-lg-push-11 {
    left: 95.4924874791%;
  }

  /* line 271, ../sass/_grid.scss */
  .col-lg-push-10 {
    left: 86.8113522538%;
  }

  /* line 274, ../sass/_grid.scss */
  .col-lg-push-9 {
    left: 78.1302170284%;
  }

  /* line 277, ../sass/_grid.scss */
  .col-lg-push-8 {
    left: 69.449081803%;
  }

  /* line 280, ../sass/_grid.scss */
  .col-lg-push-7 {
    left: 60.7679465776%;
  }

  /* line 283, ../sass/_grid.scss */
  .col-lg-push-6 {
    left: 52.0868113523%;
  }

  /* line 286, ../sass/_grid.scss */
  .col-lg-push-5 {
    left: 43.4056761269%;
  }

  /* line 289, ../sass/_grid.scss */
  .col-lg-push-4 {
    left: 34.7245409015%;
  }

  /* line 292, ../sass/_grid.scss */
  .col-lg-push-3 {
    left: 26.0434056761%;
  }

  /* line 295, ../sass/_grid.scss */
  .col-lg-push-2 {
    left: 17.3622704508%;
  }

  /* line 298, ../sass/_grid.scss */
  .col-lg-push-1 {
    left: 8.68113522538%;
  }

  /* line 301, ../sass/_grid.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 304, ../sass/_grid.scss */
  .col-lg-offset-12 {
    margin-left: 100% !important;
  }

  /* line 307, ../sass/_grid.scss */
  .col-lg-offset-11 {
    margin-left: 95.4924874791% !important;
  }

  /* line 310, ../sass/_grid.scss */
  .col-lg-offset-10 {
    margin-left: 86.8113522538% !important;
  }

  /* line 313, ../sass/_grid.scss */
  .col-lg-offset-9 {
    margin-left: 78.1302170284% !important;
  }

  /* line 316, ../sass/_grid.scss */
  .col-lg-offset-8 {
    margin-left: 69.449081803% !important;
  }

  /* line 319, ../sass/_grid.scss */
  .col-lg-offset-7 {
    margin-left: 60.7679465776% !important;
  }

  /* line 322, ../sass/_grid.scss */
  .col-lg-offset-6 {
    margin-left: 52.0868113523% !important;
  }

  /* line 325, ../sass/_grid.scss */
  .col-lg-offset-5 {
    margin-left: 43.4056761269% !important;
  }

  /* line 328, ../sass/_grid.scss */
  .col-lg-offset-4 {
    margin-left: 34.7245409015% !important;
  }

  /* line 331, ../sass/_grid.scss */
  .col-lg-offset-3 {
    margin-left: 26.0434056761% !important;
  }

  /* line 334, ../sass/_grid.scss */
  .col-lg-offset-2 {
    margin-left: 17.3622704508% !important;
  }

  /* line 337, ../sass/_grid.scss */
  .col-lg-offset-1 {
    margin-left: 8.68113522538% !important;
  }

  /* line 340, ../sass/_grid.scss */
  .col-lg-offset-0 {
    margin-left: 0% !important;
  }
}
/* line 345, ../sass/_grid.scss */
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 352, ../sass/_grid.scss */
.container:after,
.row:after {
  clear: both;
}

/*========================================================================================
  /themes/custom/umhs_consumer/fonts
  ======================================================================================*/
@font-face {
  font-family: "Univers-45 Light";
  src: url("/themes/custom/umhs_consumer/fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/a91ff084-fc8b-43f4-b0ea-111254b68524.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/9fa24f1f-00d8-4d28-910f-78e925eaead6.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/d64e7bbc-e9ea-46ad-982c-6195ae4a3c61.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/d270a34d-b6b8-4c07-8454-03a6a3db7603.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/b2ea19ff-0237-4d94-a107-eaa12af161ef.svg#b2ea19ff-0237-4d94-a107-eaa12af161ef") format("svg");
}
@font-face {
  font-family: "Univers-45 Light Oblique";
  src: url("/themes/custom/umhs_consumer/fonts/2f2779cd-9c70-4724-b9b0-c88961257db4.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/2f2779cd-9c70-4724-b9b0-c88961257db4.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/aeb5cbb5-2077-4a57-88d8-1cc1e9c804e8.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/26832c6c-7609-41a6-b856-151be500486b.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/c78521a7-2342-410a-a275-e6d35b853313.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/71e4ab52-329c-40d2-89e8-d5cf99d699a5.svg#71e4ab52-329c-40d2-89e8-d5cf99d699a5") format("svg");
}
@font-face {
  font-family: "Univers-55 Roman";
  src: url("/themes/custom/umhs_consumer/fonts/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/6510377f-160a-4f66-aec0-2b71f05e9736.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/5c8d59c2-9c85-4a22-88e3-bf3fba01dcd8.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/fc51d03b-0d7d-45df-9415-3c6270c80749.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/74bdff6d-c5de-42e8-a4d8-11ea14eddb22.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/bd04ae3d-23dc-4975-9967-e21c43e5b59f.svg#bd04ae3d-23dc-4975-9967-e21c43e5b59f") format("svg");
}
@font-face {
  font-family: "Univers-55 Oblique";
  src: url("/themes/custom/umhs_consumer/fonts/541dccf9-50f5-47bd-9ba9-a01fd9a3792b.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/541dccf9-50f5-47bd-9ba9-a01fd9a3792b.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/5bfff3ac-e569-450d-918b-d564434e5e24.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/05d2bfe7-45b3-4cf8-b313-290651409c59.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/33db2509-f09f-4704-bb16-a90dd82687f7.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/32161123-fa52-4fcf-ad65-f0958c91e0c9.svg#32161123-fa52-4fcf-ad65-f0958c91e0c9") format("svg");
}
@font-face {
  font-family: "Univers-65 Bold";
  src: url("/themes/custom/umhs_consumer/fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/38dc895e-c366-4a3e-b212-a84a2d07a329.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/8a711a0d-3f17-4bfe-887b-6229858332b3.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/05a79c4b-9e9d-46e4-9d4b-610be05371c4.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/4e00405b-a96d-4972-bdff-2d55e1066c45.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e.svg#1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e") format("svg");
}
@font-face {
  font-family: "Univers-65 Bold Oblique";
  src: url("/themes/custom/umhs_consumer/fonts/dca67ca5-170f-48b1-91ac-98def05d62bf.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/dca67ca5-170f-48b1-91ac-98def05d62bf.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/cc843e1a-cf1f-47e9-a03f-ef03d2b85d9a.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/653a9f79-b3ad-444c-a6c4-6bf7f1112e6e.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/59d447a0-a4b6-478d-b071-2c949371dca6.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/87ad650a-2d30-4c47-a78c-fbdac7b87a16.svg#87ad650a-2d30-4c47-a78c-fbdac7b87a16") format("svg");
}
@font-face {
  font-family: "Univers-47 Light";
  src: url("/themes/custom/umhs_consumer/fonts/30d23194-f646-428e-9323-c85f8aea47ed.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/30d23194-f646-428e-9323-c85f8aea47ed.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/58c01d2a-ce4a-4360-a61f-761e91aa67c0.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/ccd9698a-60c5-48f7-acbe-5352b4aa81d4.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/ba8ec1ac-e90e-4cea-bda8-85f718fb8fd0.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/5e991f15-a051-4a36-b07e-660ad0a9fcd7.svg#5e991f15-a051-4a36-b07e-660ad0a9fcd7") format("svg");
}
@font-face {
  font-family: "Univers-47 Light Cn Obl";
  src: url("/themes/custom/umhs_consumer/fonts/f70f7943-881f-4731-a6e9-cafb5a940b10.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/f70f7943-881f-4731-a6e9-cafb5a940b10.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/bc23ad4a-fe08-41d5-88bf-b8c54ae0583e.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/4cd45fdd-4d96-4c08-b65e-a69f772f0c38.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/5622ed6f-c907-433b-9043-4bdf6856e15a.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/fbd5ac51-1a85-429d-9829-5e0b6e965bf8.svg#fbd5ac51-1a85-429d-9829-5e0b6e965bf8") format("svg");
}
@font-face {
  font-family: "Univers-57 Condensed";
  src: url("/themes/custom/umhs_consumer/fonts/4a916908-f6f7-4df6-90a1-176fb83137d9.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/4a916908-f6f7-4df6-90a1-176fb83137d9.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/bf8f8741-5f64-4db9-a877-a44624092e68.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/7ce02c2c-45d4-4dee-90f2-f8034e29ac24.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/0955c906-88fc-47e8-8ea2-0765bdf88050.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/2fec7d2f-9df6-445b-8d59-892ed9b8ab56.svg#2fec7d2f-9df6-445b-8d59-892ed9b8ab56") format("svg");
}
@font-face {
  font-family: "Univers-57 Condensed Oblique";
  src: url("/themes/custom/umhs_consumer/fonts/5cffc0c9-7182-4258-aa01-c2a6caf09981.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/5cffc0c9-7182-4258-aa01-c2a6caf09981.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/698a5542-315d-48fb-9f66-aca46f866a6e.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/586aae2b-7435-4dd5-9eab-0844cc62adae.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/a384f1fe-497c-493f-9186-509f70194ebc.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/1824b7b0-98fe-45b6-941e-ecbf75a4e437.svg#1824b7b0-98fe-45b6-941e-ecbf75a4e437") format("svg");
}
@font-face {
  font-family: "Univers-67 Bold Condensed";
  src: url("/themes/custom/umhs_consumer/fonts/7815db54-3fc9-46f7-a082-a7db4c26b44d.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/7815db54-3fc9-46f7-a082-a7db4c26b44d.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/3bdb4597-ff70-447c-8620-8836686bf840.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/5599ac9f-d136-4277-aeee-f82aac5d527f.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/ae81ec98-60d0-408d-960f-8c3f9f74e6c7.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/6a2c8943-c768-4f87-8d9d-0b70a871e8fe.svg#6a2c8943-c768-4f87-8d9d-0b70a871e8fe") format("svg");
}
@font-face {
  font-family: "Univers-67 Bold Cn Obl";
  src: url("/themes/custom/umhs_consumer/fonts/df79d9e8-6438-4900-8414-c14b36f662e1.eot?#iefix");
  src: url("/themes/custom/umhs_consumer/fonts/df79d9e8-6438-4900-8414-c14b36f662e1.eot?#iefix") format("eot"), url("/themes/custom/umhs_consumer/fonts/a503e1fd-a8d1-4caa-89da-d125c0986f23.woff2") format("woff2"), url("/themes/custom/umhs_consumer/fonts/5f07f397-7e1c-4d2d-957b-a4e960af952b.woff") format("woff"), url("/themes/custom/umhs_consumer/fonts/e557874b-d914-4c4d-abe5-8ba10308bbea.ttf") format("truetype"), url("/themes/custom/umhs_consumer/fonts/3a0627bb-865d-4b46-b8c3-3c2781a6e42e.svg#3a0627bb-865d-4b46-b8c3-3c2781a6e42e") format("svg");
}
/* line 48, ../sass/_global.scss */
div.tabs {
  margin: 1em 0;
}

/* line 51, ../sass/_global.scss */
ul.tabs {
  list-style: none;
  padding: 0;
}

/* line 55, ../sass/_global.scss */
.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */
}

/* line 59, ../sass/_global.scss */
[dir="rtl"] .tabs > li {
  margin-left: 0.3em;
  margin-right: 0;
}

/* line 63, ../sass/_global.scss */
.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}

/* line 68, ../sass/_global.scss */
.tabs a.is-active {
  background-color: #ffcb05;
}

/* line 72, ../sass/_global.scss */
nav.tabs {
  margin-bottom: 1.5em;
}

/* line 76, ../sass/_global.scss */
ul.tabs.primary li {
  margin: 0 10px;
  border: 1px solid #AAA;
}

/* line 81, ../sass/_global.scss */
.tabs a:focus, .tabs a:hover {
  background-color: #00274c;
  color: #ffffff;
}

/* line 86, ../sass/_global.scss */
.tabs.primary:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #AAA;
  z-index: 1;
}

/* line 96, ../sass/_global.scss */
.tabs.primary li {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 100, ../sass/_global.scss */
.tabs.primary li:before {
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
}

/* line 104, ../sass/_global.scss */
.tabs.primary li:after {
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
}

/* line 109, ../sass/_global.scss */
.messages.messages--status {
  z-index: 5;
  overflow: hidden;
  position: absolute;
  margin: 0% 15%;
  top: 150px;
  left: 500px;
  opacity: .9;
}

/* line 123, ../sass/_global.scss */
body {
  width: 100%;
  font-size: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background: #f2f0f0;
  line-height: 1;
  ‑webkit‑text‑size‑adjust: 100%;
}

/* line 135, ../sass/_global.scss */
.path-frontpage #block-umhs-lab-content .row:first-child {
  padding-bottom: 45px;
}

/* line 139, ../sass/_global.scss */
.path-frontpage #block-umhs-lab-content .row:nth-child(2) {
  background: #e6e5e5;
  padding-top: 30px;
  padding-bottom: 45px;
}

/* line 145, ../sass/_global.scss */
footer {
  margin-top: 50px;
}

/* line 149, ../sass/_global.scss */
img {
  max-width: 100%;
}

/* Article Title - Article Headline */
/* line 154, ../sass/_global.scss */
h1 {
  font-family: Univers-65 Bold;
  font-size: 36px;
  line-height: 1.1;
}
/* line 158, ../sass/_global.scss */
h1 a {
  color: initial;
}
/* line 160, ../sass/_global.scss */
h1 a:hover {
  text-decoration: none;
}

/* line 166, ../sass/_global.scss */
.main h1 {
  margin: 0 0 20px 0;
}

/* Level Two Heading - Headline */
/* line 171, ../sass/_global.scss */
h2 {
  font-family: Univers-67 Bold Condensed;
  font-size: 30px;
  color: #333333;
  padding: 40px 0 30px 0;
  margin: 0;
  line-height: 1;
}

/* Level Three Headline - Blue Headline */
/* line 182, ../sass/_global.scss */
h3 {
  font-family: Univers-67 Bold Condensed;
  font-size: 24px;
  color: #3E6490;
  padding: 20px 0 30px 0;
  margin: 0;
}
/* line 188, ../sass/_global.scss */
h3 a {
  color: initial;
}
/* line 190, ../sass/_global.scss */
h3 a:hover {
  text-decoration: none;
}

/* line 196, ../sass/_global.scss */
h5 {
  font-family: Univers-65 Bold;
  font-size: 16px;
  color: #222222;
  margin: 5.72% 0 0 0;
}

/* Links */
/* line 205, ../sass/_global.scss */
a {
  text-decoration: none;
  color: #3E6490;
}
/* line 209, ../sass/_global.scss */
a:hover {
  text-decoration: underline;
}
/* line 213, ../sass/_global.scss */
a:focus {
  text-decoration: underline;
}

/* line 219, ../sass/_global.scss */
.topic a {
  font-family: Univers-65 Bold;
  font-size: 18px;
  display: block;
  margin: 20px 0 10px 0;
}

/* line 226, ../sass/_global.scss */
.main .topic a {
  margin: 0 0 10px 0;
}

/* Body Copy */
/* line 232, ../sass/_global.scss */
article.video p, p {
  font-family: Univers-55 Roman;
  font-size: 18px;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 0;
  color: #333333;
  line-height: 1.3;
}

/* Search */
/* line 245, ../sass/_global.scss */
.view-search .view-header h3 {
  display: none;
}

/* line 250, ../sass/_global.scss */
h3#term {
  color: #333333;
  display: inline-block;
  font-size: 22px;
  margin-right: 20px;
  padding-bottom: 5px;
}

/* line 257, ../sass/_global.scss */
span.results {
  color: #333333;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
}

/* Print */
@media print {
  /* line 267, ../sass/_global.scss */
  header,
  footer,
  .left-sidebar,
  .right-sidebar,
  .bottom,
  .block-region-bottom,
  .block-umhs-emma-email,
  .top-articles,
  .top_categories,
  .field--type-disqus-comment,
  .block-umhsshare-block,
  .block-umhsshare-block h2,
  .block-umhspress-block,
  .block-related-articles-block,
  .block-related-articles-block h2,
  .block-related-articles-block article.related,
  .block-related-articles-block article.related .image-container,
  .block-related-articles-block article.related .related-container {
    display: none;
  }
}
/* line 1, ../sass/_blocks.scss */
#block-umhs-consumer-content .row {
  padding-bottom: 40px;
}

/* Block Views */
/* line 6, ../sass/_blocks.scss */
.block .top-articles,
.block .top_categories,
.block .block-umhspress-block,
body.path-search .right-sidebar .top-articles,
body.path-search .top_categories,
body.path-search .block-umhspress-block {
  background: #ffffff;
  padding: 8.24%;
  margin-top: 30px;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}

/* line 19, ../sass/_blocks.scss */
.path-frontpage .block .top_categories {
  margin-top: 30px;
}

/* line 23, ../sass/_blocks.scss */
.right-sidebar h2,
.block-umhs-share h2,
.latest-articles h2,
.videos h2,
.block-more-authors h2,
.block-related-articles-block h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 0px;
  text-transform: uppercase;
}

/* line 35, ../sass/_blocks.scss */
.latest-articles h2,
.videos h2,
.block-related-articles-block h2,
.block-more-authors h2 {
  color: #ffffff;
  background: #546e8b;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  width: 131px;
  padding: 12px 0;
}

/* line 47, ../sass/_blocks.scss */
.block-related-articles-block h2 {
  width: 193px;
  padding: 15px 20px;
  display: block;
}

/* Social Media - Share */
/* line 54, ../sass/_blocks.scss */
.block-umhs-share h2 {
  padding-top: 0px;
  padding-bottom: 10px;
}

/* line 59, ../sass/_blocks.scss */
.block-umhsshare-block a {
  display: block;
  font-family: Univers-65 Bold;
  font-size: 12px;
  color: #333333;
  height: 49px;
  width: 34px;
  margin-bottom: 15px;
  margin-left: 8px;
  text-align: center;
}
/* line 69, ../sass/_blocks.scss */
.block-umhsshare-block a:hover {
  color: #486485;
}
/* line 72, ../sass/_blocks.scss */
.block-umhsshare-block a:focus {
  color: #486485;
}

/* line 77, ../sass/_blocks.scss */
.block-umhsshare-block a span {
  font-family: Univers-67 Bold Condensed;
  display: block;
  color: #333333;
  line-height: 1;
}

/* line 84, ../sass/_blocks.scss */
.block-umhsshare-block a.twitter:before {
  content: "";
  display: block;
  background: url("/themes/custom/umhs_consumer/images/twitter_share.png") no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  float: left;
  margin: 0px 10px 0 0;
  border-radius: 50%;
}

/* line 96, ../sass/_blocks.scss */
.block-umhsshare-block a.facebook:before {
  content: "";
  display: block;
  background: url("/themes/custom/umhs_consumer/images/fbook_share.png") no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  float: left;
  margin: 0px 10px 0 0;
  border-radius: 50%;
}

/* line 108, ../sass/_blocks.scss */
.block-umhsshare-block a.email:before {
  content: "";
  display: block;
  background: url("/themes/custom/umhs_consumer/images/email_share.png") no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  float: left;
  margin: 0px 10px 0 0;
  border-radius: 50%;
}

/* line 120, ../sass/_blocks.scss */
.block-umhsshare-block a.pinterest:before {
  content: "";
  display: block;
  background: url("/themes/custom/umhs_consumer/images/pinterest_share.png") no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  float: left;
  margin: 0px 15px 0 0;
  border-radius: 50%;
}

/* line 132, ../sass/_blocks.scss */
.block-umhsshare-block a.linkedin {
  display: none;
}

/* line 136, ../sass/_blocks.scss */
.main .block-umhsshare-block {
  display: none;
}

/* Social Media - Follow */
/* line 142, ../sass/_blocks.scss */
.block-social-links-block a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin: 5.47% 5.47% 0 0;
}
/* line 149, ../sass/_blocks.scss */
.block-social-links-block a.facebook {
  background: url("/themes/custom/umhs_consumer/images/facebook_follow.png") no-repeat;
  background: -webkit-image-set(url("/themes/custom/umhs_consumer/images/facebook_follow.png") 1x, url("/themes/custom/umhs_consumer/images/facebook_follow_2x.png") 2x) no-repeat;
  background-size: contain;
}
/* line 154, ../sass/_blocks.scss */
.block-social-links-block a.twitter {
  background: url("/themes/custom/umhs_consumer/images/twitter_follow.png") no-repeat;
  background: -webkit-image-set(url("/themes/custom/umhs_consumer/images/twitter_follow.png") 1x, url("/themes/custom/umhs_consumer/images/twitter_follow_2x.png") 2x) no-repeat;
  background-size: contain;
}
/* line 159, ../sass/_blocks.scss */
.block-social-links-block a.youtube {
  background: url("/themes/custom/umhs_consumer/images/youtube_follow.png") no-repeat;
  background: -webkit-image-set(url("/themes/custom/umhs_consumer/images/youtube_follow.png") 1x, url("/themes/custom/umhs_consumer/images/youtube_follow_2x.png") 2x) no-repeat;
  background-size: contain;
}
/* line 164, ../sass/_blocks.scss */
.block-social-links-block a.pinterest {
  background: url("/themes/custom/umhs_consumer/images/pinterest_follow.png") no-repeat;
  background: -webkit-image-set(url("/themes/custom/umhs_consumer/images/pinterest_follow.png") 1x, url("/themes/custom/umhs_consumer/images/pinterest_follow_2x.png") 2x) no-repeat;
  background-size: contain;
}

/* Top Articles */
/* line 174, ../sass/_blocks.scss */
.right-sidebar .top-articles h2 {
  padding: 0px 0px 10px 0px;
}

/* line 177, ../sass/_blocks.scss */
.right-sidebar .top-articles p {
  font-size: 16px;
}

/* line 182, ../sass/_blocks.scss */
.top-articles .view-content article h1 {
  font-family: Univers-55 Roman;
  font-weight: normal;
  font-size: 16px;
  overflow: hidden;
  margin: 0;
  line-height: normal;
}
/* line 190, ../sass/_blocks.scss */
.top-articles .topic {
  display: block;
  line-height: 1;
  font-family: Univers-65 Bold;
  font-size: 14px;
  color: #3e6490;
}
/* line 197, ../sass/_blocks.scss */
.top-articles .views-row:nth-child(-n+4) {
  border-bottom: 1px solid #dddddd;
}
/* line 200, ../sass/_blocks.scss */
.top-articles article {
  padding: 20px 0;
}
/* line 204, ../sass/_blocks.scss */
.top-articles .views-row:hover {
  background: #f1eeee;
}
/* line 207, ../sass/_blocks.scss */
.top-articles .views-row h1 a:hover {
  color: #3e6490;
  text-decoration: underline;
}

/* Top Categories */
/* line 215, ../sass/_blocks.scss */
.top_categories > div {
  overflow: auto;
  margin-top: 20px;
}
/* line 219, ../sass/_blocks.scss */
.top_categories a {
  font-family: Univers-55 Roman;
  font-size: 16px;
  color: inherit;
}
/* line 223, ../sass/_blocks.scss */
.top_categories a:hover {
  text-decoration: none;
}
/* line 227, ../sass/_blocks.scss */
.top_categories .views-element-container {
  margin-top: 20px;
}
/* line 230, ../sass/_blocks.scss */
.top_categories .view-content div {
  margin: 0 10px 10px 0;
  padding: 5px;
  float: left;
  color: #333333;
  background: #ebecec;
  border-radius: 2px;
}
/* line 237, ../sass/_blocks.scss */
.top_categories .view-content div:hover {
  background: #3e6490;
  color: #ffffff;
}

/* Twitter Block */
/* line 245, ../sass/_blocks.scss */
.block.block-twitter-block {
  background: #ffffff;
  padding-top: 8.24%;
  padding-left: 8.24%;
  padding-right: 8.24%;
  margin-top: 30px;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}

/* Press */
/* line 257, ../sass/_blocks.scss */
.block-umhspress-block h5 {
  padding-bottom: 5px;
}
/* line 260, ../sass/_blocks.scss */
.block-umhspress-block a {
  line-height: 1.2;
}

/* line 265, ../sass/_blocks.scss */
span.press-icon {
  background: url("/themes/custom/umhs_consumer/images/press.png") no-repeat;
  background-size: contain;
  float: left;
  height: 50px;
  width: 50px;
  display: block;
  margin: 5.72% 5% 0 0;
}

/* Latest Articles */
/* line 278, ../sass/_blocks.scss */
.view-latest-content h1 {
  font-size: 24px;
  line-height: 1;
  margin: 0;
}

/* line 285, ../sass/_blocks.scss */
.image-container img {
  vertical-align: top;
  height: auto;
}

/* line 290, ../sass/_blocks.scss */
.latest-articles .views-row {
  background: #ffffff;
  margin: 0 0 32px 0;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}
/* line 295, ../sass/_blocks.scss */
.latest-articles .views-row .node__content {
  padding: 0 10px;
  padding-bottom: 10px;
}
/* line 299, ../sass/_blocks.scss */
.latest-articles .views-row p {
  font-size: 16px;
  margin-top: 10px;
}
/* line 303, ../sass/_blocks.scss */
.latest-articles .views-row:nth-child(n+3) p {
  margin-bottom: 0;
}

/* line 308, ../sass/_blocks.scss */
.latest-articles .views-row:nth-child(1) {
  margin-top: 30px;
}
/* line 311, ../sass/_blocks.scss */
.latest-articles .views-row:nth-child(-n+2) {
  width: 100%;
  overflow: hidden;
}
/* line 314, ../sass/_blocks.scss */
.latest-articles .views-row:nth-child(-n+2) .image-container {
  float: left;
  width: 43.95%;
  margin: 3.95%;
}
/* line 319, ../sass/_blocks.scss */
.latest-articles .views-row:nth-child(-n+2) .node__content {
  max-width: 44%;
  display: inline-block;
  margin: 3.95% 0;
}
/* line 324, ../sass/_blocks.scss */
.latest-articles .views-row:nth-child(-n+2) .topic a {
  margin: 0 0 10px 0;
}
/* line 328, ../sass/_blocks.scss */
.latest-articles .views-row:nth-child(n+3) {
  width: 30%;
  float: left;
  clear: left;
  min-height: 320px;
}
/* line 333, ../sass/_blocks.scss */
.latest-articles .views-row:nth-child(n+3) h1 {
  font-size: 18px;
  line-height: 1.2;
}
/* line 338, ../sass/_blocks.scss */
.latest-articles .views-row:nth-child(4), .latest-articles .views-row:nth-child(5) {
  margin-left: 5%;
  clear: none;
}

/* Video */
/* line 346, ../sass/_blocks.scss */
.videos,
.videos .view-content {
  margin-top: 30px;
}

/* line 350, ../sass/_blocks.scss */
.videos .views-row {
  margin: 0 0 32px 0;
}

/* line 354, ../sass/_blocks.scss */
.videos .views-row:nth-child(1) {
  overflow: hidden;
  float: left;
  width: 65.74%;
  display: inline-block;
  background: #ffffff;
  padding: 4.08% 3.95% 2.68%;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}

/* line 365, ../sass/_blocks.scss */
.videos .views-row:nth-child(2) {
  overflow: hidden;
  clear: left;
  float: left;
  width: 65.74%;
  display: inline-block;
  background: #ffffff;
  padding: 4.08% 3.95% 2.68%;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}

/* line 377, ../sass/_blocks.scss */
.videos .views-row:nth-child(n+3) {
  width: 31.48%;
  display: inline-block;
  margin-left: 2.76%;
  background: #ffffff;
  padding: 2.6%;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}
/* line 385, ../sass/_blocks.scss */
.videos .views-row:nth-child(n+3) h1 {
  font-size: 24px;
}

/* line 390, ../sass/_blocks.scss */
.media--type-clip-video video {
  width: 100%;
  height: auto;
}

/* Related Articles */
/* line 396, ../sass/_blocks.scss */
.main .block-related-articles-block {
  display: none;
}

/* line 399, ../sass/_blocks.scss */
.block-related-articles-block {
  margin-top: 30px;
}
/* line 401, ../sass/_blocks.scss */
.block-related-articles-block .topic a {
  font-size: 14px;
}
/* line 405, ../sass/_blocks.scss */
.block-related-articles-block article.related {
  display: block;
  float: left;
  width: 30.52%;
  margin-top: 20px;
  background: #ffffff;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}
/* line 413, ../sass/_blocks.scss */
.block-related-articles-block article.related .related-container {
  padding: 0 20px 0 15px;
}
/* line 416, ../sass/_blocks.scss */
.block-related-articles-block article.related h3 {
  font-size: 18px;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 22px;
}
/* line 421, ../sass/_blocks.scss */
.block-related-articles-block article.related h3 a:hover {
  text-decoration: underline;
  color: inherit;
}
/* line 426, ../sass/_blocks.scss */
.block-related-articles-block article.related .image-container {
  width: 100%;
  max-height: 130px;
  overflow: hidden;
}
/* line 430, ../sass/_blocks.scss */
.block-related-articles-block article.related .image-container .field--name-field-video img {
  position: relative;
  top: -20px;
}
/* line 435, ../sass/_blocks.scss */
.block-related-articles-block article.related p {
  font-size: 16px;
}
/* line 438, ../sass/_blocks.scss */
.block-related-articles-block article.related:nth-child(2), .block-related-articles-block article.related:nth-child(3) {
  margin-right: 4.21%;
}

/* Quiz */
/* line 447, ../sass/_blocks.scss */
.block-views-blockquiz-block-1 {
  background: #ffffff;
  padding-top: 8.24%;
  padding-left: 8.24%;
  padding-right: 8.24%;
  margin-top: 72px;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}

/* line 456, ../sass/_blocks.scss */
.right-sidebar .question {
  border: none;
  margin: 0;
}
/* line 459, ../sass/_blocks.scss */
.right-sidebar .question span p {
  font-family: Univers-55 Roman;
  font-weight: normal;
  color: #333333;
  padding: 20px 0 20px 0;
}
/* line 465, ../sass/_blocks.scss */
.right-sidebar .question dt {
  padding: 0 0 25px 0;
}
/* line 468, ../sass/_blocks.scss */
.right-sidebar .question .feedback {
  padding: 20px 20px 20px 25px;
  margin: 0 -28px;
}

/* line 473, ../sass/_blocks.scss */
.page-node-type-quiz {
  counter-reset: quiz-counter;
}
/* line 475, ../sass/_blocks.scss */
.page-node-type-quiz .field--type-text-with-summary p {
  padding-bottom: 20px !important;
}
/* line 478, ../sass/_blocks.scss */
.page-node-type-quiz .field--type-radioactivity {
  display: none;
}

/* line 483, ../sass/_blocks.scss */
.main .question span p:before {
  content: counter(quiz-counter) ".";
  counter-increment: quiz-counter;
  color: #333333;
  margin-right: 5px;
}

/* line 490, ../sass/_blocks.scss */
.question {
  background: #ffffff;
  margin: 30px 0;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}
/* line 495, ../sass/_blocks.scss */
.question span p {
  padding: 30px 15px 15px 30px;
  margin-top: 0;
}
/* line 499, ../sass/_blocks.scss */
.question dl {
  margin: 0 !important;
}
/* line 502, ../sass/_blocks.scss */
.question dt {
  display: block;
  padding: 0 0 25px 30px;
  font-family: Univers-55 Roman;
  font-size: 16px;
  color: #333333;
}
/* line 508, ../sass/_blocks.scss */
.question dt:after {
  content: '';
  clear: both;
  display: table;
}
/* line 513, ../sass/_blocks.scss */
.question dt input[type="radio"] {
  margin-right: 20px;
  float: left;
}
/* line 517, ../sass/_blocks.scss */
.question dt label {
  display: block;
  margin-left: 34px;
}
/* line 522, ../sass/_blocks.scss */
.question .correct {
  display: none;
}
/* line 525, ../sass/_blocks.scss */
.question dd,
.question .feedback {
  font-size: 16px;
  background: #F3EFDB;
  padding: 35px 59px 30px 30px;
  margin: 5px 0 0 0;
}
/* line 531, ../sass/_blocks.scss */
.question dd div,
.question .feedback div {
  overflow: hidden;
}
/* line 534, ../sass/_blocks.scss */
.question dd .icon,
.question .feedback .icon {
  width: 20px;
  margin: 0 10px 0 0 !important;
  float: left;
}
/* line 539, ../sass/_blocks.scss */
.question dd span,
.question .feedback span {
  display: inline;
  margin-right: 5px;
  font-weight: bold;
}
/* line 544, ../sass/_blocks.scss */
.question dd p,
.question .feedback p {
  display: inline;
}
/* line 549, ../sass/_blocks.scss */
.question .feedback {
  display: none;
}

/* line 553, ../sass/_blocks.scss */
.result-block {
  padding: 35px 59px 30px 30px;
  background: #faf9f4;
  border-top: 2px solid #fddd65;
  font-family: Georgia italic;
  font-style: italic;
  line-height: 1.5;
  color: #333333;
}

/* line 562, ../sass/_blocks.scss */
.result {
  font-weight: bold;
  font-size: 18px;
}

/* line 566, ../sass/_blocks.scss */
.result-message {
  font-size: 24px;
}

/* Comments */
/* line 571, ../sass/_blocks.scss */
.field--type-disqus-comment {
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
  margin: 15px 0 30px 0;
  padding: 20px 0 25px 0;
}

@media (min-width: 768px) {
  /* line 586, ../sass/_blocks.scss */
  .block-region-right-upper div.top-articles {
    overflow: hidden;
  }

  /* line 591, ../sass/_blocks.scss */
  .block-umhs-share {
    position: fixed;
    top: auto;
    z-index: 99;
  }
}
/* Tablet */
@media (max-width: 768px) {
  /* line 601, ../sass/_blocks.scss */
  .left-sidebar {
    display: none;
  }

  /* line 604, ../sass/_blocks.scss */
  .right-sidebar {
    max-width: 100%;
  }

  /* line 607, ../sass/_blocks.scss */
  .block .top-articles, .block .top_categories, .block .block-umhspress-block {
    padding: 4.16%;
  }

  /* line 610, ../sass/_blocks.scss */
  .path-frontpage .block .top_categories {
    margin-top: 4.16%;
  }

  /* line 613, ../sass/_blocks.scss */
  .main .block-umhsshare-block {
    display: block;
    overflow: auto;
    border-bottom: 1px solid;
  }

  /* line 618, ../sass/_blocks.scss */
  .block-umhsshare-block a {
    height: auto;
    float: left;
    font-size: 0;
    border: none;
    margin: 0 auto 4.16%;
  }
  /* line 624, ../sass/_blocks.scss */
  .block-umhsshare-block a.twitter {
    margin-left: 16.25%;
  }
  /* line 626, ../sass/_blocks.scss */
  .block-umhsshare-block a.twitter:before {
    margin: 0;
    height: 60px;
    width: 60px;
  }
  /* line 632, ../sass/_blocks.scss */
  .block-umhsshare-block a.facebook {
    margin-left: 8.61%;
  }
  /* line 634, ../sass/_blocks.scss */
  .block-umhsshare-block a.facebook:before {
    margin: 0;
    height: 60px;
    width: 60px;
  }
  /* line 640, ../sass/_blocks.scss */
  .block-umhsshare-block a.linkedin {
    margin-left: 8.61%;
  }
  /* line 642, ../sass/_blocks.scss */
  .block-umhsshare-block a.linkedin:before {
    margin: 0;
    height: 60px;
    width: 60px;
  }
  /* line 648, ../sass/_blocks.scss */
  .block-umhsshare-block a.email {
    margin-left: 8.61%;
  }
  /* line 650, ../sass/_blocks.scss */
  .block-umhsshare-block a.email:before {
    margin: 0;
    height: 60px;
    width: 60px;
  }
  /* line 656, ../sass/_blocks.scss */
  .block-umhsshare-block a.pinterest {
    margin-left: 8.61%;
  }
  /* line 658, ../sass/_blocks.scss */
  .block-umhsshare-block a.pinterest:before {
    margin: 0;
    height: 60px;
    width: 60px;
  }

  /* line 665, ../sass/_blocks.scss */
  .block-umhs-share {
    position: inherit;
    top: initial;
    z-index: inherit;
  }

  /* line 670, ../sass/_blocks.scss */
  .block-umhsemma-email-signup-block {
    clear: left;
  }

  /* line 673, ../sass/_blocks.scss */
  .page-node-type-listacle .top-articles h2,
  .page-node-type-article .top-articles h2,
  .page-node-type-video .top-articles h2,
  .block-umhs-share h2 {
    padding-top: 20px;
  }

  /* line 680, ../sass/_blocks.scss */
  .block-social-links-block {
    display: none;
  }

  /* line 684, ../sass/_blocks.scss */
  .videos .views-row:nth-child(1) {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  /* line 689, ../sass/_blocks.scss */
  .videos .views-row:nth-child(2) {
    width: 48.33%;
    margin-left: 0;
    display: block;
    height: 390px;
  }
  /* line 695, ../sass/_blocks.scss */
  .videos .views-row:nth-child(3) {
    width: 48.33%;
    float: right;
    display: block;
    height: 390px;
  }
  /* line 701, ../sass/_blocks.scss */
  .videos .views-row:nth-child(4) {
    width: 48.33%;
    margin-left: 0;
    float: left;
    display: block;
    clear: both;
    height: 390px;
  }
  /* line 709, ../sass/_blocks.scss */
  .videos .views-row:nth-child(5) {
    width: 48.33%;
    float: right;
    display: block;
    height: 390px;
  }

  /* line 716, ../sass/_blocks.scss */
  .main .block-related-articles-block {
    display: block;
  }

  /* line 720, ../sass/_blocks.scss */
  .bottom .block-related-articles-block {
    display: none;
  }

  /* line 724, ../sass/_blocks.scss */
  .block-related-articles-block article.related .related-container {
    padding-top: 20px;
  }
  /* line 727, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(2) {
    width: 30%;
    margin-right: 2.76%;
    height: 390px;
  }
  /* line 731, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(2) .image-container {
    width: 100%;
    max-height: initial;
  }
  /* line 734, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(2) .image-container img {
    margin-top: 0;
  }
  /* line 739, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(3) {
    width: 30%;
    margin-right: 2.76%;
    height: 390px;
  }
  /* line 743, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(3) img {
    margin-top: 0;
  }
  /* line 747, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(4) {
    width: 30%;
    height: 390px;
  }
  /* line 750, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(4) img {
    margin-top: 0;
  }

  /* line 755, ../sass/_blocks.scss */
  .block-views-blockquiz-block-1 {
    margin-top: 4.16%;
    padding: 4.16% 4.16% 0;
    overflow: auto;
  }
  /* line 759, ../sass/_blocks.scss */
  .block-views-blockquiz-block-1 h5 {
    float: left;
    width: 48.333%;
  }
  /* line 763, ../sass/_blocks.scss */
  .block-views-blockquiz-block-1 dl {
    float: left;
    margin-left: 3.33% !important;
  }
  /* line 767, ../sass/_blocks.scss */
  .block-views-blockquiz-block-1 .feedback {
    clear: both;
  }

  /* line 772, ../sass/_blocks.scss */
  .question h5 {
    line-height: 1.5;
  }
  /* line 775, ../sass/_blocks.scss */
  .question dt {
    line-height: 1.5;
  }
  /* line 777, ../sass/_blocks.scss */
  .question dt input[type="radio"] {
    margin-right: 10px;
  }
}
/* Mobile */
@media (max-width: 414px) {
  /* line 788, ../sass/_blocks.scss */
  .view-latest-content h1 {
    font-size: 24px;
  }

  /* line 791, ../sass/_blocks.scss */
  .latest-articles .views-row:nth-child(1),
  .videos .views-row:nth-child(1) {
    margin-left: 0;
  }

  /* line 796, ../sass/_blocks.scss */
  .latest-articles .views-row:nth-child(-n+2) .image-container {
    float: none;
    width: 95%;
    margin: 10px;
  }
  /* line 801, ../sass/_blocks.scss */
  .latest-articles .views-row:nth-child(-n+2) .node__content {
    max-width: 100%;
    margin: 0;
  }

  /* line 806, ../sass/_blocks.scss */
  .latest-articles .views-row:nth-child(n+2),
  .videos .views-row:nth-child(n+2) {
    max-width: 100%;
    width: 100%;
  }

  /* line 811, ../sass/_blocks.scss */
  .latest-articles .views-row:nth-child(3),
  .latest-articles .views-row:nth-child(4),
  .latest-articles .views-row:nth-child(5) {
    margin-left: 0;
  }
  /* line 815, ../sass/_blocks.scss */
  .latest-articles .views-row:nth-child(3) .image-container,
  .latest-articles .views-row:nth-child(4) .image-container,
  .latest-articles .views-row:nth-child(5) .image-container {
    float: none;
    width: 95%;
    margin: 10px;
  }

  /* line 821, ../sass/_blocks.scss */
  .top-articles .view-content article h1,
  .right-sidebar h2, .block-umhs-share h2,
  .latest-articles h2, .videos h2 {
    font-size: 16px;
  }

  /* line 826, ../sass/_blocks.scss */
  .videos .views-row:nth-child(n+3) {
    margin-left: 0;
  }

  /* line 829, ../sass/_blocks.scss */
  article.teaser {
    margin-bottom: 24px;
  }

  /* line 833, ../sass/_blocks.scss */
  .teaser .node__content {
    width: 64.67%;
    display: inline-block;
  }
  /* line 837, ../sass/_blocks.scss */
  .teaser .author {
    display: none;
  }
  /* line 840, ../sass/_blocks.scss */
  .teaser .date {
    margin-left: 0;
  }

  /* line 844, ../sass/_blocks.scss */
  .block-umhsshare-block a.facebook:before,
  .block-umhsshare-block a.twitter:before,
  .block-umhsshare-block a.linkedin:before,
  .block-umhsshare-block a.email:before,
  .block-umhsshare-block a.pinterest:before {
    height: 45px;
    width: 45px;
  }

  /* line 852, ../sass/_blocks.scss */
  .block-umhsshare-block a.facebook {
    margin-left: 15%;
  }

  /* line 855, ../sass/_blocks.scss */
  .block-umhsshare-block a.linkedin {
    margin-left: 15%;
  }

  /* line 858, ../sass/_blocks.scss */
  .block-umhsshare-block a.email {
    margin-left: 15%;
  }

  /* line 861, ../sass/_blocks.scss */
  .block-umhsshare-block a.pinterest {
    margin-left: 15%;
  }

  /* line 864, ../sass/_blocks.scss */
  .block-umhsshare-block a.twitter {
    margin-left: 0;
  }

  /* line 867, ../sass/_blocks.scss */
  .block-related-articles-block article.related {
    float: none;
  }
  /* line 869, ../sass/_blocks.scss */
  .block-related-articles-block article.related .related-container {
    padding: 0;
  }

  /* line 873, ../sass/_blocks.scss */
  .block-related-articles-block article.related h3 {
    font-size: 24px;
  }

  /* line 876, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(2) {
    width: 100%;
    padding: 0 20px 0 15px;
  }
  /* line 879, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(2) .topic {
    margin-top: 15px;
  }
  /* line 882, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(2) p {
    padding: 0;
    font-family: Univers-55 Roman;
    font-size: 16px;
    font-style: normal;
  }

  /* line 889, ../sass/_blocks.scss */
  .main .block-umhsshare-block {
    padding: 0 10px;
  }

  /* line 892, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(3) {
    width: 100%;
    margin-right: 0;
    height: 120px;
    padding: 6.67% 5% 6.67% 3.33%;
    margin-top: 0;
  }
  /* line 898, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(3) h3 {
    font-size: 16px;
  }
  /* line 901, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(3) p {
    display: none;
  }
  /* line 904, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(3) .image-container {
    max-width: 29.33%;
    float: left;
    margin-right: 3.84%;
  }
  /* line 908, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(3) .image-container img {
    width: 88px;
    height: 52px;
  }
  /* line 913, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(3) .related-container {
    max-width: 62.75%;
    display: inline-block;
  }

  /* line 918, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(4) {
    width: 100%;
    height: 120px;
    padding: 6.67% 5% 6.67% 3.33%;
    margin-top: 0;
  }
  /* line 923, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(4) h3 {
    font-size: 16px;
  }
  /* line 926, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(4) p {
    display: none;
  }
  /* line 929, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(4) .image-container {
    max-width: 29.33%;
    float: left;
    margin-right: 3.84%;
  }
  /* line 933, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(4) .image-container img {
    width: 88px;
    height: 52px;
  }
  /* line 938, ../sass/_blocks.scss */
  .block-related-articles-block article.related:nth-child(4) .related-container {
    max-width: 62.75%;
    display: inline-block;
  }

  /* line 944, ../sass/_blocks.scss */
  .path-taxonomy .field--type-text-with-summary p {
    display: none;
  }

  /* line 947, ../sass/_blocks.scss */
  .right-sidebar .question .feedback {
    margin: 0 -15px;
  }

  /* line 951, ../sass/_blocks.scss */
  .block-views-blockquiz-block-1 h5 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 320px) {
  /* line 958, ../sass/_blocks.scss */
  .block-umhsshare-block a.facebook {
    margin-left: 11%;
  }

  /* line 961, ../sass/_blocks.scss */
  .block-umhsshare-block a.linkedin {
    margin-left: 11%;
  }

  /* line 964, ../sass/_blocks.scss */
  .block-umhsshare-block a.email {
    margin-left: 11%;
  }

  /* line 967, ../sass/_blocks.scss */
  .block-umhsshare-block a.pinterest {
    margin-left: 11%;
  }
}
/* Article/Content Type Styling  */
/* line 2, ../sass/_article.scss */
.topic {
  display: inline;
}

/* line 6, ../sass/_article.scss */
.author {
  display: inline;
  font-family: Univers-65 Bold;
  font-size: 14px;
  color: #3e6490;
  text-transform: uppercase;
}

/* line 14, ../sass/_article.scss */
.date, .time {
  display: inline;
  font-family: Univers-55 Oblique, sans-serif;
  font-style: italic;
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
  margin-bottom: 20px;
}

/* Featured */
/* line 25, ../sass/_article.scss */
.feature {
  background: #ffffff;
  padding: 4.08% 3.95% 2.68%;
  border-top: 1px solid #afaeae;
  border-bottom: 1px solid #afaeae;
}

/* line 31, ../sass/_article.scss */
.featured_content .author {
  display: block;
  height: 80px;
}

/* line 36, ../sass/_article.scss */
.featured-author img {
  overflow: hidden;
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/* line 43, ../sass/_article.scss */
.featured-author span {
  position: relative;
  top: 25px;
  left: 15px;
}

/* line 49, ../sass/_article.scss */
.col-lg-8.col-md-6.featured-media {
  float: right;
}

/* line 53, ../sass/_article.scss */
.featured_content.col-lg-4.col-md-6 {
  margin-left: 0;
}

/* line 57, ../sass/_article.scss */
.featured-media img,
.main img,
li .teaser img {
  width: 100%;
  height: auto;
}

/* line 64, ../sass/_article.scss */
.col-lg-7 .main img:first-child {
  margin-top: 20px;
}

/* line 68, ../sass/_article.scss */
.paragraph--type--image,
.paragraph--type--video {
  margin-bottom: 20px;
}

/* line 73, ../sass/_article.scss */
.field--name-field-caption,
.field--name-field-main-image-caption,
.field--name-field-source {
  font-size: 13px;
  font-family: Arial;
  color: #333333;
  display: inline;
}

/* line 81, ../sass/_article.scss */
.field--name-field-main-image-caption {
  padding-bottom: 1.5em;
  display: inline-block;
}

/* line 86, ../sass/_article.scss */
.field--name-field-source {
  font-style: italic;
  float: right;
  color: #999999;
}

/* line 92, ../sass/_article.scss */
.main .field--type-text-with-summary p,
.search-results .field--type-text-with-summary p {
  font-family: "Georgia Italic",Georgia, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.25;
  color: #333333;
  margin: 0;
  padding: 20px 0 5px 0;
}

/* line 102, ../sass/_article.scss */
.featured_content h1 {
  line-height: 1;
  margin: 0 0 20px 0;
}

/* Listacle */
/* line 109, ../sass/_article.scss */
.paragraph--type--listacle-item h1 {
  font-size: 30px;
}
/* line 112, ../sass/_article.scss */
.paragraph--type--listacle-item .field--type-text-long {
  padding-top: 25px;
}

/* Podcast */
/* line 119, ../sass/_article.scss */
audio {
  width: 100%;
}

/* PULL QUOTE - Call Out Quote */
/* line 122, ../sass/_article.scss */
.quote-container {
  overflow: hidden;
}

/* line 126, ../sass/_article.scss */
.quote-image {
  border-radius: 50%;
  border-color: transparent;
  overflow: hidden;
  float: left;
  margin: 2.59% 1.73% 2.59% 0;
}
/* line 133, ../sass/_article.scss */
.quote-image img {
  margin-top: 0 !important;
}

/* line 138, ../sass/_article.scss */
.quote {
  overflow: hidden;
  margin: 4.72% 15.48% 4.24% 3.09%;
}

/* line 143, ../sass/_article.scss */
.field--name-field-quote {
  font-family: "Georgia Italic",Georgia, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.25;
  color: #333333;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 153, ../sass/_article.scss */
.field--name-field-title {
  font-family: Univers-Bold;
  font-size: 14px;
  color: #3E6490;
  margin-bottom: 5px;
}

/* line 160, ../sass/_article.scss */
.field--name-field-position {
  font-family: Univers-55 Oblique;
  font-size: 14px;
  color: #999999;
}

/* More Articles */
/* line 167, ../sass/_article.scss */
.more-articles {
  margin-top: 20px;
}
/* line 169, ../sass/_article.scss */
.more-articles span {
  color: #3E6490;
}
/* line 171, ../sass/_article.scss */
.more-articles span:last-child {
  display: none;
}

/* line 176, ../sass/_article.scss */
.more {
  font-family: Univers-67 Bold Condensed;
  font-size: 18px;
  text-transform: uppercase;
  display: inline;
}

/* line 182, ../sass/_article.scss */
.list_category {
  display: inline;
  margin-left: 5px;
}

/* Categories */
/* line 188, ../sass/_article.scss */
.search-results {
  margin: 0;
  padding: 0;
}

/* line 192, ../sass/_article.scss */
.item-list .search-results li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 197, ../sass/_article.scss */
.views-row .teaser {
  clear: left;
  margin-bottom: 46px;
}

/* line 201, ../sass/_article.scss */
article.teaser {
  background: #ffffff;
  padding: 4.08% 0 2.68%;
  border-bottom: 1px solid #afaeae;
}

/* line 209, ../sass/_article.scss */
.block-views-blocklatest-content-latest-by-taxonomy .view-content,
.block-views-blocklatest-content-latest-by-author-block .view-content {
  border-top: 1px solid #afaeae;
  background: #ffffff;
}
/* line 213, ../sass/_article.scss */
.block-views-blocklatest-content-latest-by-taxonomy .views-row,
.block-views-blocklatest-content-latest-by-author-block .views-row {
  padding: 0 3.95%;
}

/* line 217, ../sass/_article.scss */
.pager {
  background: #ffffff;
  border-bottom: 1px solid #afaeae;
  padding-top: 3px;
}

/* line 222, ../sass/_article.scss */
.taxonomy-term h2 {
  font-size: 22px;
  padding-bottom: 10px;
}

/* line 227, ../sass/_article.scss */
.path-taxonomy .taxonomy-term h2 {
  padding-top: 0;
}

/* line 231, ../sass/_article.scss */
.teaser h3 {
  font-family: Univers-65 Bold;
  font-size: 18px;
  padding: 0;
  line-height: 1;
  margin: 10px 0;
}
@media (max-width: 768px) {
  /* line 231, ../sass/_article.scss */
  .teaser h3 {
    margin: 4px 0;
  }
}

/* line 244, ../sass/_article.scss */
.main .teaser .more-articles,
.main .teaser .list_category,
.search-results .teaser .more-articles,
.search-results .teaser .list_category {
  margin: 0;
  line-height: 1;
}
/* line 248, ../sass/_article.scss */
.main .teaser .more-articles a,
.main .teaser .list_category a,
.search-results .teaser .more-articles a,
.search-results .teaser .list_category a {
  font-family: Univers-67 Bold Condensed;
  font-size: 14px;
  color: #3e6490;
}
/* line 254, ../sass/_article.scss */
.main .teaser .more,
.search-results .teaser .more {
  display: none;
}
/* line 257, ../sass/_article.scss */
.main .teaser .field--name-field-media-video-file,
.main .teaser .field--name-field-image,
.main .teaser .field--name-field-video,
.search-results .teaser .field--name-field-media-video-file,
.search-results .teaser .field--name-field-image,
.search-results .teaser .field--name-field-video {
  max-width: 135px;
  float: left;
  margin-right: 3.84%;
}
/* line 264, ../sass/_article.scss */
.main .teaser .node__content,
.search-results .teaser .node__content {
  max-width: 73.95%;
  display: inline-block;
  line-height: 1.35;
}
/* line 269, ../sass/_article.scss */
.main .teaser p,
.search-results .teaser p {
  font-family: Univers-55 Roman;
  font-style: normal;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
  line-height: 1.35;
}
/* line 277, ../sass/_article.scss */
.main .teaser .author,
.search-results .teaser .author {
  font-family: Univers-55 Roman;
  text-transform: none;
}

/* Author Page */
/* line 285, ../sass/_article.scss */
.full-author,
.author-full-width {
  border-top: 1px solid #afaeae;
  background: #f8f9fa;
  padding: 4.21% 0 5.26% 0;
}
/* line 290, ../sass/_article.scss */
.full-author img,
.author-full-width img {
  width: auto;
  overflow: hidden;
  float: left;
  margin: 0 4.21% 0 8.3%;
  border-radius: 50%;
}
/* line 297, ../sass/_article.scss */
.full-author h3,
.author-full-width h3 {
  font-family: Univers-65 Bold;
  font-size: 18px;
  line-height: 1;
  color: #333333;
  padding: 0 0 5px 0;
}
/* line 304, ../sass/_article.scss */
.full-author .field--name-field-position,
.author-full-width .field--name-field-position {
  font-family: Univers-55 Oblique;
  font-size: 14px;
  color: #666666;
  padding-bottom: 10px;
}
/* line 310, ../sass/_article.scss */
.full-author .field--type-text-with-summary p,
.author-full-width .field--type-text-with-summary p {
  font-family: Univers-55 Roman;
  font-style: normal;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
  line-height: 1.35;
  margin-right: 13.16%;
}

/* line 322, ../sass/_article.scss */
.block-more-authors h2 {
  margin: 32px 0;
  width: 192px;
}
/* line 326, ../sass/_article.scss */
.block-more-authors .views-row {
  width: 50%;
  display: inline-block;
  height: 80px;
  margin-bottom: 3.05%;
}
/* line 331, ../sass/_article.scss */
.block-more-authors .views-row:nth-child(1) {
  float: left;
  clear: left;
}
/* line 335, ../sass/_article.scss */
.block-more-authors .views-row:nth-child(2) {
  float: left;
  clear: left;
}
/* line 339, ../sass/_article.scss */
.block-more-authors .views-row:nth-child(3) {
  float: left;
  clear: left;
}

/* line 350, ../sass/_article.scss */
.more-authors .related-author-image {
  overflow: hidden;
  float: left;
}
/* line 353, ../sass/_article.scss */
.more-authors .related-author-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/* line 359, ../sass/_article.scss */
.more-authors span {
  position: relative;
  top: 25px;
  left: 15px;
}
/* line 364, ../sass/_article.scss */
.more-authors h3 {
  font-family: Univers-65 Bold;
  padding: 0;
  font-size: 18px;
  padding: 0 0 10px;
  overflow: hidden;
}
/* line 371, ../sass/_article.scss */
.more-authors a {
  color: inherit;
}

/* line 376, ../sass/_article.scss */
.author-full-width img {
  margin-left: 3%;
  margin-bottom: 5%;
}

/* line 381, ../sass/_article.scss */
.author-full-width {
  border-bottom: 1px solid #afaeae;
}

/* Tablet */
@media (max-width: 768px) {
  /* line 388, ../sass/_article.scss */
  .featured_content h1 {
    line-height: 1;
    margin-top: 0;
  }

  /* line 394, ../sass/_article.scss */
  .page-node-type-listacle .right-sidebar,
  .page-node-type-video .right-sidebar,
  .page-node-type-article .right-sidebar {
    display: block;
  }

  /* line 399, ../sass/_article.scss */
  .path-frontpage audio {
    display: none;
  }

  /* line 401, ../sass/_article.scss */
  .block-more-authors .views-row {
    width: 45%;
  }
  /* line 403, ../sass/_article.scss */
  .block-more-authors .views-row:nth-child(1), .block-more-authors .views-row:nth-child(2), .block-more-authors .views-row:nth-child(3) {
    margin-right: 5%;
  }
}
/* Mobile */
@media (max-width: 414px) {
  /* line 414, ../sass/_article.scss */
  .full-author,
  .author-full-width {
    padding-top: 4.67%;
  }
  /* line 417, ../sass/_article.scss */
  .full-author img,
  .author-full-width img {
    float: none;
    width: 100px;
    height: 100px;
    margin: 0 35%;
  }
  /* line 423, ../sass/_article.scss */
  .full-author h3,
  .author-full-width h3 {
    text-align: center;
    padding: 15px 0 0;
  }
  /* line 427, ../sass/_article.scss */
  .full-author .field--name-field-position,
  .author-full-width .field--name-field-position {
    padding: 10px 0 0 0;
    text-align: center;
  }
  /* line 431, ../sass/_article.scss */
  .full-author .field--type-text-with-summary p,
  .author-full-width .field--type-text-with-summary p {
    margin-left: 8%;
    margin-right: 8%;
    padding-top: 20px;
  }

  /* line 439, ../sass/_article.scss */
  .block-more-authors h2 {
    margin-bottom: 32px;
    position: relative;
    left: 25%;
  }
  /* line 444, ../sass/_article.scss */
  .block-more-authors .views-row {
    width: 100%;
    display: block;
    height: initial;
    margin-bottom: 30px;
  }
  /* line 449, ../sass/_article.scss */
  .block-more-authors .views-row:nth-child(1) {
    float: none;
    clear: none;
  }
  /* line 453, ../sass/_article.scss */
  .block-more-authors .views-row:nth-child(2) {
    float: none;
    clear: none;
  }
  /* line 457, ../sass/_article.scss */
  .block-more-authors .views-row:nth-child(3) {
    float: none;
    clear: none;
  }

  /* line 468, ../sass/_article.scss */
  .more-authors .related-author-image {
    float: none;
    margin: 0 auto;
    width: 80px;
  }
  /* line 473, ../sass/_article.scss */
  .more-authors img {
    float: none;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
  /* line 479, ../sass/_article.scss */
  .more-authors span {
    top: 0;
    left: 0;
  }
  /* line 483, ../sass/_article.scss */
  .more-authors h3 {
    text-align: center;
  }
  /* line 486, ../sass/_article.scss */
  .more-authors a {
    color: inherit;
  }
  /* line 489, ../sass/_article.scss */
  .more-authors .field--name-field-position {
    position: relative;
    font-family: Univers-55 Oblique;
    font-style: oblique;
    font-size: 13px;
    color: #666666;
    text-align: center;
    padding-left: 0;
  }
  /* line 498, ../sass/_article.scss */
  .more-authors span.divider {
    display: none;
  }

  /* line 509, ../sass/_article.scss */
  h1 {
    font-size: 30px;
  }

  /* line 512, ../sass/_article.scss */
  .teaser h3 {
    font-size: 18px;
  }

  /* line 515, ../sass/_article.scss */
  .main .topic,
  .main .author {
    display: block;
    margin: 0 0 11px 0;
  }

  /* line 520, ../sass/_article.scss */
  .right-sidebar .page-node-type-article .topic {
    margin: 0;
  }

  /* line 523, ../sass/_article.scss */
  .time {
    display: none;
  }

  /* line 529, ../sass/_article.scss */
  .quote-container {
    margin: 0 -10px 30px -10px;
  }

  /* line 532, ../sass/_article.scss */
  .quote-image {
    width: 113px;
    height: 113px;
    float: none;
    margin: 10% auto 0;
  }

  /* line 538, ../sass/_article.scss */
  .quote {
    text-align: center;
    margin: 5% 12.33%;
  }

  /* line 542, ../sass/_article.scss */
  .field--name-field-quote {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  /* line 546, ../sass/_article.scss */
  article.teaser {
    margin-bottom: 24px;
  }

  /* line 550, ../sass/_article.scss */
  .teaser .node__content {
    max-width: 64.67%;
    display: inline-block;
  }

  /* line 554, ../sass/_article.scss */
  .main .teaser .field--name-field-image,
  .main .teaser .field--name-field-video,
  .main .teaser .field--name-field-media-video-file,
  .search-results .teaser .field--name-field-image,
  .search-results .teaser .field--name-field-video,
  .search-results .teaser .field--name-field-media-video-file {
    max-width: 88px;
  }

  /* line 562, ../sass/_article.scss */
  .teaser .author {
    display: none;
  }

  /* line 566, ../sass/_article.scss */
  .teaser .date {
    margin-left: 0;
  }
}
/* line 573, ../sass/_article.scss */
.umhs-html-sitemap {
  padding-left: 30px;
}
/* line 577, ../sass/_article.scss */
.umhs-html-sitemap .front div, .umhs-html-sitemap .contact div {
  padding: 0 0 0 0;
}
/* line 582, ../sass/_article.scss */
.umhs-html-sitemap > div > div > a {
  margin: 0 0 20px 10px;
  display: block;
}
/* line 588, ../sass/_article.scss */
.umhs-html-sitemap h3 {
  padding: 10px 0 10px 0;
}
/* line 593, ../sass/_article.scss */
.umhs-html-sitemap ul {
  padding: 0 0 0 0;
  margin: 0 0 20px 10px;
}
/* line 597, ../sass/_article.scss */
.umhs-html-sitemap ul.sitemap-list > li {
  margin: 5px 0 5px 0;
}
/* line 600, ../sass/_article.scss */
.umhs-html-sitemap ul.sitemap-list > li > a.parent {
  font-weight: bold;
}
/* line 608, ../sass/_article.scss */
.umhs-html-sitemap li {
  list-style: none;
  line-height: 2;
}
/* line 614, ../sass/_article.scss */
.umhs-html-sitemap > div:nth-of-type(2) {
  border-bottom: 1px solid #e6e7e8;
  padding-bottom: 20px;
}
/* line 619, ../sass/_article.scss */
.umhs-html-sitemap > div:nth-of-type(3) {
  padding-top: 20px;
}

/* Email Subscription */
/* line 2, ../sass/_email.scss */
span.email-icon {
  background: url("/themes/custom/umhs_consumer/images/email_icon.png") no-repeat;
  background-size: contain;
  float: left;
  height: 50px;
  width: 50px;
  display: block;
  margin: 5.72% 2.29% 0 5.34%;
}

/* Email Subscription Page */
/* line 13, ../sass/_email.scss */
.umhs-emma-email-page-container span.email-icon {
  background: url("/themes/custom/umhs_lab/images/email_icon.png") no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
  display: block;
  clear: both;
  margin: 6% 44% 15px 44%;
}

/* line 21, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container p {
  width: 40%;
  margin: auto;
  color: #2f4460;
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 10px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

/* line 31, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container p.thanks {
  margin: auto !important;
}

/* line 33, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container input[name=email] {
  width: 180px;
  height: 25px;
  float: left;
  padding: 0 0 0 2.29%;
}

/* line 38, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container input[name=email]:hover {
  border: 3px solid #a4abb8;
}

/* line 40, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container input[type=submit] {
  font-family: Univers-67 Bold Condensed;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #546e8b;
  border: none;
  display: inline;
  margin: 0 auto;
  width: 70px;
  height: 25px;
  padding: 0;
}

/* line 53, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container form.umhs-emma-email-signup-form {
  clear: left;
  width: 400px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 5.73%;
  padding-left: 5.34%;
}

/* line 61, ../sass/_email.scss */
form.umhs-emma-email-signup-form {
  clear: left;
  padding-top: 2.67%;
  padding-bottom: 5.73%;
  padding-left: 5.34%;
}

/* line 67, ../sass/_email.scss */
.umhs-emma-email-page-container,
.umhs-emma-email-container {
  overflow: hidden;
  background-color: #cbd3dc;
}
/* line 71, ../sass/_email.scss */
.umhs-emma-email-page-container .form-item, .umhs-emma-email-page-container .form-actions,
.umhs-emma-email-container .form-item,
.umhs-emma-email-container .form-actions {
  margin: 0;
  padding: 0;
  display: inline;
}
/* line 76, ../sass/_email.scss */
.umhs-emma-email-page-container h2, .umhs-emma-email-page-container p,
.umhs-emma-email-container h2,
.umhs-emma-email-container p {
  font-family: "Georgia Bold Italic",Georgia, serif;
  font-style: italic;
  font-size: .813em;
  line-height: 1.2;
  color: #465064;
  margin: 9.16% 1% 2.67% 0;
  padding: 0;
  border: none;
  overflow: hidden;
  text-transform: none;
}
/* line 88, ../sass/_email.scss */
.umhs-emma-email-page-container p,
.umhs-emma-email-container p {
  color: #2f4460;
  font-style: italic;
  font-weight: bold;
}
/* line 93, ../sass/_email.scss */
.umhs-emma-email-page-container input[name=email],
.umhs-emma-email-container input[name=email] {
  width: 56.49%;
  height: 25px;
  padding: 0 0 0 2.29%;
}
/* line 97, ../sass/_email.scss */
.umhs-emma-email-page-container input[name=email]:hover,
.umhs-emma-email-container input[name=email]:hover {
  border: 3px solid #a4abb8;
}
/* line 101, ../sass/_email.scss */
.umhs-emma-email-page-container input[type=submit],
.umhs-emma-email-container input[type=submit] {
  font-family: Univers-67 Bold Condensed;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #546e8b;
  border: none;
  display: inline;
  margin: 0 auto;
  width: 36.53%;
  height: 25px;
  padding: 0;
}
/* line 114, ../sass/_email.scss */
.umhs-emma-email-page-container .messages.messages--error,
.umhs-emma-email-container .messages.messages--error {
  font-family: "Georgia Bold Italic",Georgia, serif;
  font-weight: bold;
  font-style: italic;
  color: #ea0505;
  background: none;
  border: none;
  padding: 0 0 3% 8.34%;
  font-size: 12px;
}
/* line 124, ../sass/_email.scss */
.umhs-emma-email-page-container .js-form-type-checkbox,
.umhs-emma-email-container .js-form-type-checkbox {
  display: inline-block;
  margin-top: 1%;
  width: 100%;
}
/* line 128, ../sass/_email.scss */
.umhs-emma-email-page-container .js-form-type-checkbox label.option,
.umhs-emma-email-container .js-form-type-checkbox label.option {
  font-size: .875em;
  font-weight: bold;
  color: #465064;
}

@media (min-width: 769px) and (max-width: 1282px) {
  /* line 137, ../sass/_email.scss */
  .block-region-right .umhs-emma-email-container .js-form-type-checkbox label.option, .block-region-right-upper .umhs-emma-email-container .js-form-type-checkbox label.option {
    display: inline-block;
    float: right;
    width: 92%;
  }
}

/* line 145, ../sass/_email.scss */
.umhs-emma-email-page-container {
  width: 85.925925926%;
  margin: 0 7.037037037%;
}
/* line 148, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container p {
  margin: 0 32%;
  font-size: 2.34375em;
}
/* line 152, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container input[type=submit] {
  margin-left: 10px;
  height: 35px;
}
/* line 156, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container input[name=email] {
  width: 219px;
  height: 35px;
}
/* line 160, ../sass/_email.scss */
.umhs-emma-email-page-container .umhs-emma-email-container .js-form-type-checkbox {
  margin-top: 10%;
}

/* line 164, ../sass/_email.scss */
p.thanks {
  margin: 9.16% 1% 2.67% 5% !important;
}

/* line 168, ../sass/_email.scss */
input[name=email]:placeholder-shown {
  font-family: "Georgia Italic",Georgia, serif;
  font-style: italic;
  font-size: 10px;
}

/* line 175, ../sass/_email.scss */
.main form.umhs-emma-email-signup-form {
  clear: none;
  padding-top: 0;
}
/* line 179, ../sass/_email.scss */
.main span.email-icon {
  height: 88px;
  width: 88px;
  margin: 2.95% 2.95% 3.24% 5.31%;
}
/* line 190, ../sass/_email.scss */
.main .umhs-emma-email-container h2 {
  font-size: 15px;
  margin: 4.86% 12.78% 1.94% 2.92%;
}
/* line 194, ../sass/_email.scss */
.main .umhs-emma-email-container input[name=email] {
  width: 44.88%;
  height: 35px;
  margin: 0;
  vertical-align: top;
}
/* line 200, ../sass/_email.scss */
.main .umhs-emma-email-container input[type=submit] {
  font-size: 14px;
  width: 110px;
  height: 35px;
}
/* line 207, ../sass/_email.scss */
.main input[name=email]:placeholder-shown {
  font-size: 18px;
}

@media (max-width: 930px) {
  /* line 215, ../sass/_email.scss */
  .umhs-emma-email-container input[type=submit] {
    margin: 3% auto 0;
  }

  /* line 221, ../sass/_email.scss */
  .main .umhs-emma-email-container input[type=submit] {
    margin: 0;
  }
  /* line 224, ../sass/_email.scss */
  .main .umhs-emma-email-container input[name=email] {
    width: 30.88%;
    padding: 3.05% 0 3.05% 2.29%;
  }

  /* line 230, ../sass/_email.scss */
  .umhs-emma-email-page-container .umhs-emma-email-container p {
    font-size: 1.875em;
    margin: 0 1%;
    width: 100%;
  }
}
@media (min-width: 769px) {
  /* line 241, ../sass/_email.scss */
  .main .umhs-emma-email-container .js-form-type-checkbox {
    width: 66%;
  }
  /* line 245, ../sass/_email.scss */
  .main .umhs-emma-email-container input[type="checkbox"] {
    vertical-align: top;
  }
  /* line 249, ../sass/_email.scss */
  .main .umhs-emma-email-container label.option {
    display: inline-block;
    width: 90%;
  }
}
@media (min-width: 931px) {
  /* line 261, ../sass/_email.scss */
  .main .umhs-emma-email-container .js-form-type-checkbox {
    width: 76%;
  }
  /* line 265, ../sass/_email.scss */
  .main .umhs-emma-email-container label.option {
    display: inline-block;
    width: initial;
  }
}
@media (max-width: 768px) {
  /* line 274, ../sass/_email.scss */
  .right-sidebar {
    max-width: 100%;
  }
  /* line 276, ../sass/_email.scss */
  .right-sidebar .block-umhs-emma-email {
    display: none;
  }

  /* line 281, ../sass/_email.scss */
  .path-frontpage .right-sidebar .block-umhs-emma-email,
  .path-taxonomy .right-sidebar .block-umhs-emma-email {
    display: block;
  }

  /* line 286, ../sass/_email.scss */
  span.email-icon {
    height: 88px;
    width: 88px;
    margin: 2.78% 2.92% 3.05% 7.78%;
  }

  /* line 292, ../sass/_email.scss */
  form.umhs-emma-email-signup-form {
    clear: none;
    padding-top: 0;
  }

  /* line 297, ../sass/_email.scss */
  .umhs-emma-email-container {
    margin: 20px 0 0 0;
  }
  /* line 299, ../sass/_email.scss */
  .umhs-emma-email-container h2 {
    font-size: 15px;
    margin: 4.86% 12.78% 1.94% 2.92%;
    font-style: italic;
  }
  /* line 304, ../sass/_email.scss */
  .umhs-emma-email-container p {
    font-size: 17px;
    line-height: 1.5;
    margin: 5.86% 0 0 0;
  }
  /* line 309, ../sass/_email.scss */
  .umhs-emma-email-container input[name=email] {
    width: 44.88%;
    height: 35px;
    margin: 0;
    padding: 1.53% 0 1.81% 1.67%;
    vertical-align: top;
  }
  /* line 316, ../sass/_email.scss */
  .umhs-emma-email-container input[type=submit] {
    font-size: 14px;
    width: 110px;
    height: 35px;
    margin: 0;
  }

  /* line 324, ../sass/_email.scss */
  p.thanks {
    margin: 0 !important;
  }

  /* line 330, ../sass/_email.scss */
  .main .umhs-emma-email-container input[name=email] {
    width: 44.88%;
    height: 35px;
    margin: 0;
    padding: 1.53% 0 1.81% 1.67%;
    vertical-align: top;
  }
  /* line 337, ../sass/_email.scss */
  .main .umhs-emma-email-container h2 {
    font-size: 15px;
    margin: 4.86% 12.78% 1.94% 2.92%;
    font-style: italic;
  }

  /* line 345, ../sass/_email.scss */
  .umhs-emma-email-container .form-item,
  .main .umhs-emma-email-container .form-actions,
  .umhs-emma-email-container .form-item,
  .umhs-emma-email-container .form-actions {
    width: 328px;
  }

  /* line 352, ../sass/_email.scss */
  input[name=email]:placeholder-shown {
    font-size: 18px;
  }

  /* line 355, ../sass/_email.scss */
  .umhs-emma-email-page-container span.email-icon {
    margin: 6% 40% 15px;
  }
}
@media (max-width: 500px) {
  /* line 361, ../sass/_email.scss */
  .right-sidebar .block-umhs-emma-email,
  .block-umhs-emma-email {
    margin-top: 20px;
    display: block;
  }

  /* line 366, ../sass/_email.scss */
  .path-node .right-sidebar .block-umhs-emma-email {
    display: none;
  }

  /* line 370, ../sass/_email.scss */
  .umhs-emma-email-container {
    margin: initial;
  }

  /* line 382, ../sass/_email.scss */
  .main .umhs-emma-email-container h2,
  .umhs-emma-email-container h2 {
    font-size: .813em;
    margin: 9.16% 1% 2.67% 0;
  }

  /* line 388, ../sass/_email.scss */
  p.thanks {
    margin: 9.16% 1% 2.67% 5% !important;
  }

  /* line 392, ../sass/_email.scss */
  .main form.umhs-emma-email-signup-form,
  form.umhs-emma-email-signup-form {
    clear: left;
    padding-top: 2.67%;
  }

  /* line 398, ../sass/_email.scss */
  .main span.email-icon,
  span.email-icon {
    height: 50px;
    width: 50px;
    margin: 5.72% 2.29% 0 5.34%;
  }

  /* line 405, ../sass/_email.scss */
  .umhs-emma-email-page-container span.email-icon {
    margin: 5% 30%;
  }

  /* line 409, ../sass/_email.scss */
  .umhs-emma-email-page-container .umhs-emma-email-container p {
    width: 80%;
  }

  /* line 413, ../sass/_email.scss */
  .umhs-emma-email-page-container .umhs-emma-email-container form.umhs-emma-email-signup-form {
    padding-left: 10.34%;
  }

  /* line 417, ../sass/_email.scss */
  .main .umhs-emma-email-container input[name=email],
  .umhs-emma-email-container input[name=email] {
    width: 61.67%;
    height: 25px;
    margin: 0 0 5.73% 5.34%;
    padding: 3.05% 0 3.05% 2.29%;
  }

  /* line 425, ../sass/_email.scss */
  .main .umhs-emma-email-container input[type=submit],
  .umhs-emma-email-container input[type=submit] {
    font-size: .75em;
    width: 80px;
    height: 25px;
  }

  /* line 433, ../sass/_email.scss */
  .umhs-emma-email-page-container .js-form-type-checkbox,
  .umhs-emma-email-container .js-form-type-checkbox {
    width: 100%;
  }

  /* line 437, ../sass/_email.scss */
  .umhs-emma-email-page-container .umhs-emma-email-container p {
    width: 98%;
    font-size: 1em;
  }

  /* line 441, ../sass/_email.scss */
  .umhs-emma-email-page-container .umhs-emma-email-container input[name=email] {
    width: 85%;
    height: 25px;
  }

  /* line 445, ../sass/_email.scss */
  .umhs-emma-email-page-container .umhs-emma-email-container input[type=submit] {
    height: 35px;
    width: 85%;
    margin-left: 5.34%;
  }

  /* line 450, ../sass/_email.scss */
  .umhs-emma-email-page-container .umhs-emma-email-container form.umhs-emma-email-signup-form {
    width: 100%;
  }
}
@media (max-width: 320px) {
  /* line 456, ../sass/_email.scss */
  .umhs-emma-email-page-container span.email-icon {
    margin: 5% 28%;
  }

  /* line 459, ../sass/_email.scss */
  .umhs-emma-email-page-container .umhs-emma-email-container form.umhs-emma-email-signup-form {
    padding-left: 8.34%;
  }
}
/* line 1, ../sass/_header.scss */
#edit-advanced {
  display: none;
}

/* line 4, ../sass/_header.scss */
.search-help-link {
  display: none;
}

/* line 7, ../sass/_header.scss */
ul.menu {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
/* line 11, ../sass/_header.scss */
ul.menu li a:hover {
  color: #85bffd;
  text-decoration: none;
}
/* line 15, ../sass/_header.scss */
ul.menu a.is-active {
  color: #85bffd !important;
}

/* line 17, ../sass/_header.scss */
.no-show {
  visibility: hidden;
}

/* line 20, ../sass/_header.scss */
.menu-item {
  padding-top: 0;
}
/* line 22, ../sass/_header.scss */
.menu-item:hover {
  background: #00274c;
}

/* line 26, ../sass/_header.scss */
header {
  height: 50px;
  margin: 0 auto 30px auto;
  background-color: #00274c;
}
/* line 30, ../sass/_header.scss */
header ul {
  height: 100%;
}
/* line 33, ../sass/_header.scss */
header li {
  font-family: "Univers-57 Condensed";
}
/* line 35, ../sass/_header.scss */
header li a {
  color: #ffffff;
}
/* line 39, ../sass/_header.scss */
header h1 {
  text-transform: uppercase;
}

/* line 44, ../sass/_header.scss */
.region.region-header {
  margin-right: auto;
  margin-left: auto;
  max-width: 1350px;
}
@media screen and (min-width: 961px) {
  /* line 44, ../sass/_header.scss */
  .region.region-header {
    padding: 0 7.185%;
  }
}

/* line 54, ../sass/_header.scss */
header li.menu-item--expanded {
  list-style-image: none !important;
  list-style-type: none !important;
}
/* line 57, ../sass/_header.scss */
header li.menu-item--expanded > a:after {
  display: block;
  position: relative;
  left: 104px;
  top: -10PX;
  content: '';
  background: url("/themes/custom/umhs_consumer/images/UMH_C_caret_DT_default.png") 0 0 no-repeat;
  height: 9px;
  width: 10px;
  z-index: 1000;
}
/* line 69, ../sass/_header.scss */
header li.menu-item.menu-item--expanded.open:hover {
  background: #00274c;
}

/* line 74, ../sass/_header.scss */
header ul ul {
  display: none;
  position: absolute;
  top: 130%;
  left: -50%;
  width: 252px;
  height: auto;
  background: #ffffff;
  z-index: 99;
  margin: 0;
  padding: 20px 21px 30px 21px !important;
  box-shadow: 2px 5px 30px #333333;
  list-style-type: none;
}
/* line 87, ../sass/_header.scss */
header ul ul:before {
  position: absolute;
  top: -10px;
  left: 80px;
  content: '';
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #FFFFFF;
}
/* line 98, ../sass/_header.scss */
header ul ul li {
  float: none;
  margin: 0 !important;
  padding: 10px 20px 10px 10px !important;
}
/* line 102, ../sass/_header.scss */
header ul ul li:first-child {
  margin-left: 0 !important;
  padding-top: 0 !important;
}
/* line 106, ../sass/_header.scss */
header ul ul li:hover {
  background: #f3f5f7 !important;
  cursor: pointer;
}
/* line 110, ../sass/_header.scss */
header ul ul li a {
  color: #3e6490;
}
/* line 112, ../sass/_header.scss */
header ul ul li a:hover {
  cursor: pointer;
}

/* line 119, ../sass/_header.scss */
.search-close.inactive {
  display: none;
}

@media screen and (min-width: 960px) {
  /* line 124, ../sass/_header.scss */
  header ul li:hover > ul,
  header ul ul:hover {
    display: block;
  }

  /* line 129, ../sass/_header.scss */
  header li.menu-item--expanded:hover > a:after {
    background: url("/themes/custom/umhs_consumer/images/UMH_C_caret_DT_onFocus.png") 0 0 no-repeat;
  }
}
/* line 136, ../sass/_header.scss */
.block-search-api-federated-solr,
.block-umhs-search-block,
.search-block-form,
.search-page-form {
  background-color: #ffffff;
  display: inline-block;
  float: right;
  z-index: 99;
  width: 31.54%;
  margin-top: 25px;
}
/* line 146, ../sass/_header.scss */
.block-search-api-federated-solr .form-item, .block-search-api-federated-solr .form-actions,
.block-umhs-search-block .form-item,
.block-umhs-search-block .form-actions,
.search-block-form .form-item,
.search-block-form .form-actions,
.search-page-form .form-item,
.search-page-form .form-actions {
  margin: 0;
  width: 83.52%;
  overflow: hidden;
  float: left;
}
/* line 152, ../sass/_header.scss */
.block-search-api-federated-solr .js-form-wrapper,
.block-umhs-search-block .js-form-wrapper,
.search-block-form .js-form-wrapper,
.search-page-form .js-form-wrapper {
  background-color: #ffcd00;
  height: 34px;
  width: 16.48%;
  float: right;
}
/* line 158, ../sass/_header.scss */
.block-search-api-federated-solr input[type="search"],
.block-umhs-search-block input[type="search"],
.search-block-form input[type="search"],
.search-page-form input[type="search"] {
  border: none;
  width: 298px;
  margin-top: 5px;
  margin-left: 10px;
  font-family: Univers-57 Condensed Oblique;
  font-size: 18px;
}
/* line 165, ../sass/_header.scss */
.block-search-api-federated-solr input[type="search"]:focus,
.block-umhs-search-block input[type="search"]:focus,
.search-block-form input[type="search"]:focus,
.search-page-form input[type="search"]:focus {
  outline: none;
}
/* line 169, ../sass/_header.scss */
.block-search-api-federated-solr input[type="submit"],
.block-umhs-search-block input[type="submit"],
.search-block-form input[type="submit"],
.search-page-form input[type="submit"] {
  background: url("/themes/custom/umhs_consumer/images/search-ico.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  text-indent: -999px;
  border: none;
  margin: 9px 22px;
  padding: 0;
}
/* line 178, ../sass/_header.scss */
.block-search-api-federated-solr input[type="submit"]:focus,
.block-umhs-search-block input[type="submit"]:focus,
.search-block-form input[type="submit"]:focus,
.search-page-form input[type="submit"]:focus {
  outline: none;
}

/* line 184, ../sass/_header.scss */
.search-page-form .js-form-wrapper {
  width: 100%;
  height: 42px;
}

/* line 192, ../sass/_header.scss */
main .block-search-api-federated-solr,
main .block-umhs-search-block,
main #search-form,
.main .block-search-api-federated-solr,
.main .block-umhs-search-block,
.main #search-form {
  float: none;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
/* line 200, ../sass/_header.scss */
main .block-search-api-federated-solr .form-actions,
main .block-umhs-search-block .form-actions,
main #search-form .form-actions,
.main .block-search-api-federated-solr .form-actions,
.main .block-umhs-search-block .form-actions,
.main #search-form .form-actions {
  height: 42px;
  width: 10.7%;
}
/* line 205, ../sass/_header.scss */
main .block-system-main-block,
.main .block-system-main-block {
  float: none;
  margin-top: 0;
  width: 100%;
  margin-bottom: 5px;
}
/* line 210, ../sass/_header.scss */
main .block-system-main-block .search-page-form .js-form-submit,
.main .block-system-main-block .search-page-form .js-form-submit {
  background-color: #ffcd00;
  background-image: url("/themes/custom/umhs_consumer/images/search-ico.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  display: inline-block;
  float: right;
  bottom: 8px;
  position: relative;
  border: none;
}
/* line 227, ../sass/_header.scss */
main .federated-search-page-block-form,
main .umhs-search-form,
main #search-form,
.main .federated-search-page-block-form,
.main .umhs-search-form,
.main #search-form {
  border: 1px solid #000000;
  padding: 2.89% 3.95% 2.63% 3.95%;
  height: auto;
  overflow: auto;
  background: #e3e2e3;
}
/* line 235, ../sass/_header.scss */
main .federated-search-page-block-form input[type="submit"],
main .umhs-search-form input[type="submit"],
main #search-form input[type="submit"],
.main .federated-search-page-block-form input[type="submit"],
.main .umhs-search-form input[type="submit"],
.main #search-form input[type="submit"] {
  margin: 3% 4% 0 0%;
}
/* line 239, ../sass/_header.scss */
main .js-form-type-search,
main .search-page-form .js-form-type-search,
.main .js-form-type-search,
.main .search-page-form .js-form-type-search {
  width: 89.3%;
  height: 42px;
  background: #ffffff;
}
/* line 244, ../sass/_header.scss */
main .js-form-type-search label,
main .search-page-form .js-form-type-search label,
.main .js-form-type-search label,
.main .search-page-form .js-form-type-search label {
  display: none;
}
/* line 248, ../sass/_header.scss */
main .block-search-api-federated-solr input[type="search"],
main .block-umhs-search-block input[type="search"],
main #search-form input[type="search"],
.main .block-search-api-federated-solr input[type="search"],
.main .block-umhs-search-block input[type="search"],
.main #search-form input[type="search"] {
  background-color: transparent;
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 15px;
  font-size: 22px;
}
/* line 256, ../sass/_header.scss */
main .block-search-api-federated-solr input[type="search"]:placeholder-shown,
main .block-umhs-search-block input[type="search"]:placeholder-shown,
main #search-form input[type="search"]:placeholder-shown,
.main .block-search-api-federated-solr input[type="search"]:placeholder-shown,
.main .block-umhs-search-block input[type="search"]:placeholder-shown,
.main #search-form input[type="search"]:placeholder-shown {
  font-family: Georgia italic;
  font-style: italic;
  font-size: 20px;
  color: #000000;
  margin: 0;
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  /* line 339, ../sass/_header.scss */
  header ul.first > li {
    margin: 3.1% 1.2% 2.01% 0 !important;
    font-size: 17px !important;
  }
  /* line 342, ../sass/_header.scss */
  header ul.first > li:last-child {
    background: yellow;
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  /* line 275, ../sass/_header.scss */
  #hamburger-icon {
    width: 21px;
    height: 18px;
    position: absolute;
    display: inline-block;
    float: left;
    z-index: 1001;
  }
  /* line 282, ../sass/_header.scss */
  #hamburger-icon .hamLine {
    display: block;
    background: #ffffff;
    width: 21px;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 0.4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  /* line 294, ../sass/_header.scss */
  #hamburger-icon .hamLine.line-1 {
    top: 0;
  }
  /* line 297, ../sass/_header.scss */
  #hamburger-icon .hamLine.line-2 {
    top: 50%;
  }
  /* line 300, ../sass/_header.scss */
  #hamburger-icon .hamLine.line-3 {
    top: 100%;
  }
  /* line 305, ../sass/_header.scss */
  #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
  }
  /* line 310, ../sass/_header.scss */
  #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
  }
  /* line 317, ../sass/_header.scss */
  #hamburger-icon.active .hamLine {
    background: #ffffff;
  }
  /* line 320, ../sass/_header.scss */
  #hamburger-icon.active .line-1 {
    transform: translateY(9px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -moz-transform: translateY(9px) translateX(0) rotate(45deg);
  }
  /* line 325, ../sass/_header.scss */
  #hamburger-icon.active .line-2 {
    opacity: 0;
  }
  /* line 328, ../sass/_header.scss */
  #hamburger-icon.active .line-3 {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-9px) translateX(0) rotate(-45deg);
  }

  /* line 352, ../sass/_header.scss */
  #block-mainnavigation {
    padding: 0;
  }

  /* line 355, ../sass/_header.scss */
  #hamburger-icon {
    margin: 30px 10px 18px 28px;
  }

  /* line 358, ../sass/_header.scss */
  header {
    height: 80px;
    z-index: 1000;
  }
  /* line 361, ../sass/_header.scss */
  header a[href="/"] {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    width: 168px;
  }
  /* line 367, ../sass/_header.scss */
  header .menu {
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    float: none;
    text-align: center;
    width: 100%;
  }
  /* line 374, ../sass/_header.scss */
  header .menu.menuOpen {
    height: 820px;
    max-height: 3000px;
    font-size: 32px;
    line-height: 32px;
    background-color: #ffffff;
    margin: auto;
    margin-top: 4% !important;
    position: relative;
  }
  /* line 383, ../sass/_header.scss */
  header .menu.menuOpen .menu-item--active-trail {
    background-color: #dcddde;
    padding: 22px 0 22px 0;
  }
  /* line 387, ../sass/_header.scss */
  header .menu.menuOpen li {
    padding: 30px 0;
    padding-left: 3.33%;
    border-bottom: 1px solid #dddddd;
    background: #f2f0f0;
  }
  /* line 392, ../sass/_header.scss */
  header .menu.menuOpen li.menu-item--expanded {
    padding-left: 0;
    height: 100px;
  }
  /* line 395, ../sass/_header.scss */
  header .menu.menuOpen li.menu-item--expanded a {
    padding-left: 3.33%;
  }
  /* line 400, ../sass/_header.scss */
  header .menu.menuOpen a {
    font-family: Univers-65 Bold;
    color: #3e6490;
    padding: 0;
  }
  /* line 404, ../sass/_header.scss */
  header .menu.menuOpen a.is-active {
    color: #00264d !important;
  }
}
@media only screen and (min-width: 737px) and (max-width: 959px) {
  /* line 275, ../sass/_header.scss */
  #hamburger-icon {
    width: 38px;
    height: 25px;
    position: absolute;
    display: inline-block;
    float: left;
    z-index: 1001;
  }
  /* line 282, ../sass/_header.scss */
  #hamburger-icon .hamLine {
    display: block;
    background: #ffffff;
    width: 38px;
    height: 6px;
    position: absolute;
    left: 0;
    border-radius: 0.6px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  /* line 294, ../sass/_header.scss */
  #hamburger-icon .hamLine.line-1 {
    top: 0;
  }
  /* line 297, ../sass/_header.scss */
  #hamburger-icon .hamLine.line-2 {
    top: 50%;
  }
  /* line 300, ../sass/_header.scss */
  #hamburger-icon .hamLine.line-3 {
    top: 100%;
  }
  /* line 305, ../sass/_header.scss */
  #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
  }
  /* line 310, ../sass/_header.scss */
  #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
  }
  /* line 317, ../sass/_header.scss */
  #hamburger-icon.active .hamLine {
    background: #ffffff;
  }
  /* line 320, ../sass/_header.scss */
  #hamburger-icon.active .line-1 {
    transform: translateY(12.5px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(12.5px) translateX(0) rotate(45deg);
    -moz-transform: translateY(12.5px) translateX(0) rotate(45deg);
  }
  /* line 325, ../sass/_header.scss */
  #hamburger-icon.active .line-2 {
    opacity: 0;
  }
  /* line 328, ../sass/_header.scss */
  #hamburger-icon.active .line-3 {
    transform: translateY(-12.5px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-12.5px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-12.5px) translateX(0) rotate(-45deg);
  }

  /* line 415, ../sass/_header.scss */
  #block-mainnavigation {
    padding: 0;
    height: 100%;
  }

  /* line 419, ../sass/_header.scss */
  #hamburger-icon {
    margin: 26px 10px 18px 0px;
    left: 25px;
  }

  /* line 423, ../sass/_header.scss */
  header {
    height: 80px;
  }
  /* line 425, ../sass/_header.scss */
  header a[href="/"],
  header .uMichLogo {
    width: 164px;
    height: 41px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1350px) {
  /* line 433, ../sass/_header.scss */
  #hamburger-icon {
    display: none;
  }

  /* line 436, ../sass/_header.scss */
  header {
    height: 90px;
    margin: 0px auto 60px auto;
  }
  /* line 439, ../sass/_header.scss */
  header .menu {
    margin: 0;
  }
  /* line 443, ../sass/_header.scss */
  header ul li {
    float: left;
    position: relative;
    font-size: 18px !important;
    margin: 3.34% 1.67% 3.09% !important;
  }
  /* line 444, ../sass/_header.scss */
  header ul li:last-child {
    margin-right: 0px !important;
  }
  /* line 453, ../sass/_header.scss */
  header .uMichLogo {
    display: inline-block;
    float: left;
    margin: 1.73% 0 0 0;
  }
}
@media screen and (min-width: 960px) {
  /* line 461, ../sass/_header.scss */
  #hamburger-icon {
    display: none;
  }

  /* line 464, ../sass/_header.scss */
  header {
    height: 80px;
    margin: 0 auto 30px auto;
  }
  /* line 468, ../sass/_header.scss */
  header ul li {
    float: left;
    position: relative;
    margin: 2.1% 2% 2.01% 0 !important;
    font-size: 18px !important;
  }
  /* line 469, ../sass/_header.scss */
  header ul li:first-child {
    margin-left: 2% !important;
  }
  /* line 472, ../sass/_header.scss */
  header ul li:last-child {
    margin-right: 0 !important;
  }
  /* line 481, ../sass/_header.scss */
  header .uMichLogo {
    width: 164px;
    height: 41px;
    display: inline-block;
    float: left;
    margin: 1.73% 0;
  }
}
@media only screen and (max-width: 960px) {
  /* line 491, ../sass/_header.scss */
  .search-close {
    display: block;
    background: url("/themes/custom/umhs_consumer/images/UMH_C_hamburger_close.png") no-repeat;
    background-size: contain;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    float: right;
    position: relative;
    top: 40%;
    right: 7%;
    border: none;
  }
  /* line 503, ../sass/_header.scss */
  .search-close:hover {
    cursor: pointer;
  }

  /* line 508, ../sass/_header.scss */
  header .block-search-api-federated-solr.inactive,
  header .block-umhs-search-block.inactive,
  header .search-block-form.inactive {
    background: url("/themes/custom/umhs_consumer/images/mobile-ico.png") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 25px;
    margin-top: 30px;
  }
  /* line 517, ../sass/_header.scss */
  header .block-search-api-federated-solr.inactive .form-item,
  header .block-umhs-search-block.inactive .form-item,
  header .search-block-form.inactive .form-item {
    display: none;
  }
  /* line 520, ../sass/_header.scss */
  header .block-search-api-federated-solr.inactive .js-form-wrapper,
  header .block-umhs-search-block.inactive .js-form-wrapper,
  header .search-block-form.inactive .js-form-wrapper {
    visibility: hidden;
  }
  /* line 524, ../sass/_header.scss */
  header form {
    position: relative;
  }
  /* line 527, ../sass/_header.scss */
  header .active .js-form-type-search {
    width: 100%;
    z-index: 9999;
  }
  /* line 531, ../sass/_header.scss */
  header .block-search-api-federated-solr.active,
  header .block-umhs-search-block.active,
  header .search-block-form.active {
    z-index: 1001;
    background: none;
    border: none;
    position: absolute;
    top: 20%;
    float: none;
    width: 100%;
    margin: 30px auto 0;
  }
  /* line 542, ../sass/_header.scss */
  header .block-search-api-federated-solr.active .js-form-wrapper,
  header .block-umhs-search-block.active .js-form-wrapper,
  header .search-block-form.active .js-form-wrapper {
    display: none;
  }
  /* line 549, ../sass/_header.scss */
  header .block-search-api-federated-solr.active input[type="search"],
  header .block-umhs-search-block.active input[type="search"],
  header .search-block-form.active input[type="search"] {
    background: none;
    color: #afbacb;
    font-size: 32px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  /* line 557, ../sass/_header.scss */
  header .block-search-api-federated-solr.active input[type="search"]:placeholder-shown,
  header .block-umhs-search-block.active input[type="search"]:placeholder-shown,
  header .search-block-form.active input[type="search"]:placeholder-shown {
    font-family: Univers-57 Condensed;
    font-size: 76px;
  }
  /* line 561, ../sass/_header.scss */
  header .block-search-api-federated-solr.active input[type="search"]:focus,
  header .block-umhs-search-block.active input[type="search"]:focus,
  header .search-block-form.active input[type="search"]:focus {
    outline: none;
    text-align: center;
  }
  /* line 574, ../sass/_header.scss */
  header li.menu-item--expanded > a:after {
    left: 90%;
    top: -20px;
    width: 18px;
    height: 15px;
    background: url("/themes/custom/umhs_consumer/images/UMH_C_caret_TB_up.png") no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 586, ../sass/_header.scss */
  header li.menu-item--expanded.open > a:after {
    background: url("/themes/custom/umhs_consumer/images/UMH_C_caret_TB_up.png") no-repeat;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  /* line 595, ../sass/_header.scss */
  header ul ul {
    position: relative;
    top: 10px;
    list-style-type: none;
    left: 0;
    box-shadow: none;
    width: 100%;
    padding: 0 0 15px !important;
  }
  /* line 604, ../sass/_header.scss */
  header ul ul:before {
    display: none;
  }

  /* line 608, ../sass/_header.scss */
  header ul ul.menuOpen li.menu-item {
    border: none;
    padding-left: 0;
    display: block;
    background: #ffffff;
  }
  /* line 613, ../sass/_header.scss */
  header ul ul.menuOpen li.menu-item a {
    font-family: Univers-57 Condensed;
    font-weight: normal;
    font-size: 28px;
  }

  /* line 621, ../sass/_header.scss */
  main #search-form input[type="submit"],
  .main #search-form input[type="submit"] {
    margin: 4% 4% 0 0%;
  }
}
@media only screen and (max-width: 414px) {
  /* line 628, ../sass/_header.scss */
  #hamburger-icon {
    margin: 30px 10px 18px 16px;
  }

  /* line 635, ../sass/_header.scss */
  header .block-search-api-federated-solr.active input[type="search"],
  header .block-umhs-search-block.active input[type="search"],
  header .search-block-form.active input[type="search"] {
    width: 100% !important;
  }
  /* line 637, ../sass/_header.scss */
  header .block-search-api-federated-solr.active input[type="search"]:placeholder-shown,
  header .block-umhs-search-block.active input[type="search"]:placeholder-shown,
  header .search-block-form.active input[type="search"]:placeholder-shown {
    font-size: 50px;
  }
  /* line 641, ../sass/_header.scss */
  header .block-search-api-federated-solr.active input[type="submit"],
  header .block-umhs-search-block.active input[type="submit"],
  header .search-block-form.active input[type="submit"] {
    height: 30px;
    width: 30px;
    background-size: contain;
    top: -10px;
    right: 0;
  }

  /* line 654, ../sass/_header.scss */
  main .federated-search-page-block-form input[type="submit"],
  main .umhs-search-form input[type="submit"],
  main #search-block-form input[type="submit"],
  .main .federated-search-page-block-form input[type="submit"],
  .main .umhs-search-form input[type="submit"],
  .main #search-block-form input[type="submit"] {
    margin: 25% 0 0 35%;
  }
  /* line 659, ../sass/_header.scss */
  main #search-form input[type="submit"],
  .main #search-form input[type="submit"] {
    margin: 6% 3% 0 0%;
  }
  /* line 662, ../sass/_header.scss */
  main .js-form-type-search,
  .main .js-form-type-search {
    width: 85.3%;
  }
  /* line 665, ../sass/_header.scss */
  main .block-search-api-federated-solr .form-actions,
  main .block-umhs-search-block .form-actions,
  main .search-block-form .form-actions,
  .main .block-search-api-federated-solr .form-actions,
  .main .block-umhs-search-block .form-actions,
  .main .search-block-form .form-actions {
    width: 14.7%;
  }
}
@media only screen and (max-width: 320px) {
  /* line 674, ../sass/_header.scss */
  header .block-search-api-federated-solr.inactive,
  header .block-umhs-search-block.inactive,
  header .search-block-form.inactive {
    margin-right: 5%;
  }
  /* line 679, ../sass/_header.scss */
  header .block-search-api-federated-solr.active,
  header .block-umhs-search-block.active,
  header .search-block-form.active {
    left: -5%;
  }
  /* line 684, ../sass/_header.scss */
  header .region.region-header {
    padding: 0;
  }
  /* line 687, ../sass/_header.scss */
  header header .block-search-api-federated-solr.active .js-form-wrapper,
  header header .block-umhs-search-block.active .js-form-wrapper,
  header header .search-block-form.active .js-form-wrapper {
    margin-right: 0;
  }

  /* line 695, ../sass/_header.scss */
  main #search-form input[type="submit"],
  .main #search-form input[type="submit"] {
    margin: 8% 2% 0 0%;
  }
}
/* line 1, ../sass/_footer.scss */
.region-footer {
  max-height: 800px;
  min-height: 365px;
  position: relative;
  z-index: 20;
  overflow: auto;
  background-color: #00274c;
}

/* line 9, ../sass/_footer.scss */
#block-footer {
  padding-top: 1px;
  padding-bottom: 21px;
  z-index: 30;
  width: 100%;
  min-height: 365px;
  background: url("/themes/custom/umhs_consumer/images/UMH_C_Footer.png") top right no-repeat;
  background-size: contain;
  overflow: auto;
}

/* line 19, ../sass/_footer.scss */
.footer-container {
  text-align: center;
  width: 100%;
  position: relative;
}

/* line 24, ../sass/_footer.scss */
.footerDoctorBackground {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 365px;
  height: 100%;
  max-width: none;
  z-index: -1;
}

/* line 33, ../sass/_footer.scss */
.michHealthFooterLogo,
.michHealthFooterBadge {
  margin: 78px auto 65px auto;
  height: 95px;
  display: inline-block;
  z-index: 25;
}

/* line 40, ../sass/_footer.scss */
.footerFollow {
  display: none;
  text-align: center;
  text-transform: uppercase;
  font-family: Georgia serif;
  font-style: italic;
  font-weight: bold;
  color: #ffcb05;
  font-size: 13px;
  margin-bottom: 20px;
}

/* line 51, ../sass/_footer.scss */
.footer-collapse-left {
  width: 320px;
  vertical-align: top;
  display: inline-block !important;
}

/* line 56, ../sass/_footer.scss */
.footer-collapse-left-follow {
  margin: 78px auto 10px auto;
  padding: 0 50px 15px;
  display: block;
  text-align: center;
}
/* line 61, ../sass/_footer.scss */
.footer-collapse-left-follow a {
  padding: 0;
  height: 40px;
  width: 40px;
  position: relative;
  float: left;
  text-indent: -9999px;
}
/* line 62, ../sass/_footer.scss */
.footer-collapse-left-follow a:nth-child(3), .footer-collapse-left-follow a:nth-child(5), .footer-collapse-left-follow a:nth-child(8), .footer-collapse-left-follow a:nth-child(9) {
  margin-right: 50px;
}
/* line 68, ../sass/_footer.scss */
.footer-collapse-left-follow a:nth-child(3), .footer-collapse-left-follow a:nth-child(4), .footer-collapse-left-follow a:nth-child(6) {
  margin-bottom: 15px;
}
/* line 79, ../sass/_footer.scss */
.footer-collapse-left-follow a:hover {
  cursor: pointer;
}
/* line 83, ../sass/_footer.scss */
.footer-collapse-left-follow .facebook,
.footer-collapse-left-follow .twitter,
.footer-collapse-left-follow .tumblr {
  display: none;
}
/* line 88, ../sass/_footer.scss */
.footer-collapse-left-follow .facebook-con {
  background: url("/themes/custom/umhs_consumer/images/UMH_C_icon_SocialFooter_Facebook.svg") no-repeat;
  background-size: contain;
}
/* line 93, ../sass/_footer.scss */
.footer-collapse-left-follow .twitter-con {
  background: url("/themes/custom/umhs_consumer/images/UMH_C_icon_SocialFooter_Twitter.svg") no-repeat;
  background-size: contain;
}
/* line 98, ../sass/_footer.scss */
.footer-collapse-left-follow .youtube {
  background: url("/themes/custom/umhs_consumer/images/UMH_C_icon_SocialFooter_Youtube.svg") no-repeat;
  background-size: contain;
}
/* line 103, ../sass/_footer.scss */
.footer-collapse-left-follow .instagram {
  background: url("/themes/custom/umhs_consumer/images/UMH_C_icon_SocialFooter_Instagram.svg") no-repeat;
  background-size: contain;
}
/* line 108, ../sass/_footer.scss */
.footer-collapse-left-follow .pinterest {
  background: url("/themes/custom/umhs_consumer/images/UMH_C_icon_SocialFooter_Pinterest.svg") no-repeat;
  background-size: contain;
}
/* line 113, ../sass/_footer.scss */
.footer-collapse-left-follow .linkedin {
  background: url("/themes/custom/umhs_consumer/images/UMH_C_icon_SocialFooter_LinkedIn.svg") no-repeat;
  background-size: contain;
}

/* line 119, ../sass/_footer.scss */
.footer-collapse-right {
  width: 320px;
  display: inline-block;
}

/* line 123, ../sass/_footer.scss */
.footer-bottom-elements {
  display: block;
  max-width: 700px;
  margin: auto;
}
/* line 127, ../sass/_footer.scss */
.footer-bottom-elements .menu {
  list-style: none;
  color: #ffcb05 !important;
  text-align: inherit;
}
/* line 131, ../sass/_footer.scss */
.footer-bottom-elements .menu li {
  display: inline-block;
  text-decoration: none;
}
/* line 134, ../sass/_footer.scss */
.footer-bottom-elements .menu li a, .footer-bottom-elements .menu li a:visited, .footer-bottom-elements .menu li a:hover, .footer-bottom-elements .menu li a:active {
  color: inherit;
  font-family: Univers-57 Condensed;
}
/* line 140, ../sass/_footer.scss */
.footer-bottom-elements .menu :not(:last-child):after {
  content: " | ";
}

/* line 146, ../sass/_footer.scss */
.footerText {
  font-family: Univers-57 Condensed;
  font-size: 12px;
  color: #e6e6e9;
  margin: 0 auto 5px auto;
}

/* line 152, ../sass/_footer.scss */
.rwd-line {
  display: inline;
}

/* line 156, ../sass/_footer.scss */
footer ul.menu li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 654px) {
  /* line 161, ../sass/_footer.scss */
  .michHealthFooterLogo {
    margin: 100px auto 35px auto;
  }

  /* line 164, ../sass/_footer.scss */
  .footer-collapse-left-follow {
    margin: 30px auto 15px auto;
  }

  /* line 167, ../sass/_footer.scss */
  #block-footer {
    height: 535px;
    background-size: 850px;
  }

  /* line 171, ../sass/_footer.scss */
  .footer-bottom-elements .menu {
    margin: 0 20px 10px 20px;
  }

  /* line 174, ../sass/_footer.scss */
  .footerText {
    margin: 0 20px 10px 20px;
  }
}
@media screen and (max-width: 546px) {
  /* line 180, ../sass/_footer.scss */
  #block-footer {
    height: 800px;
  }

  /* line 183, ../sass/_footer.scss */
  .michHealthFooterLogo {
    margin: 100px auto 25px auto;
  }

  /* line 186, ../sass/_footer.scss */
  .footer-collapse-left,
  .footer-collapse-right {
    text-align: center;
    margin: 0 auto 10px auto;
    float: none;
  }

  /* line 192, ../sass/_footer.scss */
  .footer-bottom-elements {
    text-align: center;
  }
}
