/* *Copyright (C) 2018 Miles Greatwood, Braindead Designs LLC https://milesgreatwood.com miles.gwood@gmail.com
 * *
 * *This program is the intellectual property of Miles Greatwood. You may
 * *not redistribute and/or modify it without written consent by controlling
 * *entities of Braindead Designs LLC.
 * * */
/* *  Created on : December 5, 2018, 6:30:12 PM
 * *  Author     : Miles Greatwood <miles.gwood@gmail.com> */
.view-podcasts {
  background: #F1F1EF;
  margin-left: -15px;
  margin-right: -15px;
}
.view-podcasts .view-header {
  background-color: #666;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
}
.view-podcasts .view-header p {
  color: #eee;
  font-size: 25px;
}
.view-podcasts .view-header a:hover {
  text-decoration: none;
  color: #E57200;
}
.view-podcasts .view-header a:hover p {
  color: #E57200;
}
.view-podcasts .views-field-field-cover-photo {
  transition: all 0.2s ease-in-out;
  margin: 2.5%;
}
.view-podcasts .views-field-field-cover-photo:hover {
  transform: scale(1.05);
}

.page-node-type-podcast .paragraph__column figure {
  text-align: center;
}
.page-node-type-podcast div.content > div:nth-child(n+2) {
  position: relative;
  top: -100px;
}
.page-node-type-podcast .field--name-field-cover-photo {
  margin: auto;
}
.page-node-type-podcast .field--name-field-podcast-previous-episode, .page-node-type-podcast .field--name-field-podcast-next-episode {
  transition: all 0.2s ease-in-out;
}
.page-node-type-podcast .field--name-field-podcast-previous-episode:hover, .page-node-type-podcast .field--name-field-podcast-next-episode:hover {
  transform: scale(1.05);
}
.page-node-type-podcast .field--name-field-podcast-previous-episode h2, .page-node-type-podcast .field--name-field-podcast-next-episode h2 {
  display: none;
}
.page-node-type-podcast .field--name-field-podcast-previous-episode .field--name-field-cover-photo, .page-node-type-podcast .field--name-field-podcast-next-episode .field--name-field-cover-photo {
  width: 100%;
  margin: 0%;
  display: block;
}
.page-node-type-podcast .field--name-field-cover-photo, .page-node-type-podcast .field--name-field-podcast-previous-episode, .page-node-type-podcast .field--name-field-podcast-next-episode {
  display: inline-block;
  width: 32%;
}
.page-node-type-podcast .field--name-field-cover-photo:hover, .page-node-type-podcast .field--name-field-podcast-previous-episode:hover, .page-node-type-podcast .field--name-field-podcast-next-episode:hover {
  color: #E57200;
}
.page-node-type-podcast .field--name-field-cover-photo img, .page-node-type-podcast .field--name-field-podcast-previous-episode img, .page-node-type-podcast .field--name-field-podcast-next-episode img {
  margin: auto;
}

#mc_embed_signup_scroll {
  color: #232D4B;
}

#mc_embed_signup input.button {
  background-color: #232D4B;
}
#mc_embed_signup input.button:hover {
  background-color: #E57200;
}

.previous-episode, .next-episode {
  display: table;
  margin: auto;
}
.previous-episode span, .next-episode span {
  padding-right: 5px;
}

.podcast iframe {
  box-shadow: unset;
}

.pagination > li > a, .pagination > li > span {
  color: #232D4B;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus dk_orange;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #232D4B;
  border-color: #141E3C;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #eb5f0c;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #eb5f0c;
}

.pagination > li > a:hover {
  color: #eb5f0c;
}

.view-news-updates article {
  position: relative;
}
.view-news-updates a.news-update-container {
  display: block;
  width: 100%;
}
.view-news-updates a.news-update-container::before {
  background-color: #E57200;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 55px;
  border-radius: 100% 0 0 0;
  z-index: 1;
}
.view-news-updates a.news-update-container::after {
  color: #fff;
  content: ">";
  font-size: 4rem;
  position: absolute;
  bottom: -5px;
  right: 5px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  z-index: 2;
}
.view-news-updates a.news-update-container:hover::before {
  background-color: #fff;
}
.view-news-updates a.news-update-container:hover::after {
  color: #E57200;
}
.view-news-updates a.news-update-container:hover .news-update-img-wrapper:after {
  background-color: rgba(229, 114, 0, 0.65);
}
.view-news-updates a.news-update-container:hover h2 span {
  color: #fff;
}
.view-news-updates .news-update-img-wrapper {
  position: relative;
}
.view-news-updates .news-update-img-wrapper::after {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.75) 100%);
  background-repeat: repeat-x;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.view-news-updates figure {
  height: 420px;
}
.view-news-updates img {
  width: 100%;
  height: 100%;
  max-width: 1000%;
  object-fit: cover;
  object-position: top !important;
}
.view-news-updates .news-update-content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 75px);
  padding-left: 4rem;
  padding-bottom: 4rem;
}
.view-news-updates .news-update-content h2, .view-news-updates .news-update-content h3 {
  color: white;
}
.view-news-updates .news-update-content h2::before, .view-news-updates .news-update-content h3::before {
  content: "News";
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  background-color: #fff;
  color: #E57200;
  font-size: 15px;
  line-height: 1em;
  padding: 4px 6px;
  font-weight: 900;
}

.white-view-header .view-header {
  background: white;
  height: 20px;
  margin: 0px;
}

.p-0 {
  padding: 0px !important;
}

a, li {
  -webkit-transition: all 140ms linear;
  -moz-transition: all 140ms linear;
  -o-transition: all 140ms linear;
  -ms-transition: all 140ms linear;
  transition: all 140ms linear;
}

#unit-site-name-containter a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

h1 a, h2 a {
  color: #232D4B;
  text-decoration: none;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus {
  color: #eb5f0c;
  text-decoration: none;
}

h2, h3, h4, h5, h6, p {
  color: #666;
}

a {
  color: #232D4B;
  text-decoration: none;
}
a:hover, a:focus {
  color: #eb5f0c;
  text-decoration: none;
}
a:hover span, a:hover div, a:hover p, a:focus span, a:focus div, a:focus p {
  color: #eb5f0c;
}

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

.field--name-field-til-tags {
  clear: both;
}

.iframe-full-width, .field--name-field-media-oembed-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-full-width iframe, .field--name-field-media-oembed-video iframe {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

iframe {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.demo-flex-wrapper, .flex-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.demo-flex-wrapper a, .flex-grid a {
  color: #232D4B;
}
.demo-flex-wrapper a:hover, .flex-grid a:hover {
  color: #eb5f0c;
}
.demo-flex-wrapper h3, .flex-grid h3 {
  font-size: 22px;
}
.demo-flex-wrapper h3 a, .flex-grid h3 a {
  text-decoration: none;
  color: #dadada;
}
.demo-flex-wrapper h3 a:hover, .flex-grid h3 a:hover {
  color: #eb5f0c;
}
.demo-flex-wrapper .box, .flex-grid .box {
  border: #666;
  border-style: solid;
  border-width: 2px;
  margin: 10px;
  background: #dadada;
}
.demo-flex-wrapper .box h3, .demo-flex-wrapper .box p, .flex-grid .box h3, .flex-grid .box p {
  text-align: center;
  margin: 0px;
  padding: 10px;
  text-decoration: none;
}
.demo-flex-wrapper .box h3, .flex-grid .box h3 {
  background-color: #666;
  color: #dadada;
}
.demo-flex-wrapper .box h3:hover, .flex-grid .box h3:hover {
  color: #eb5f0c;
}
.demo-flex-wrapper .box p, .flex-grid .box p {
  background-color: #dadada;
  color: #666;
}
.demo-flex-wrapper .box:hover, .flex-grid .box:hover {
  border: #eb5f0c;
  border-style: solid;
  border-width: 2px;
}

.flex-grid-thirds h3, .flex-grid-thirds .box p, .flex-grid-thirds img {
  width: 335px;
}

.flex-grid-fourths h3, .flex-grid-fourths .box p, .flex-grid-fourths img {
  width: 245px;
}

div.paragraph--color--primary, section.paragraph--color--primary, .paragraph--color--primary {
  background: #232D4B;
}

.paragraph--type--spotlight img {
  border-radius: 50%;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.paragraph--type--spotlight .field--name-field-spotlight-link a {
  color: #fff;
  text-transform: uppercase;
}
.paragraph--type--spotlight .field--name-field-spotlight-link a:hover, .paragraph--type--spotlight .field--name-field-spotlight-link a:focus {
  color: #E57200;
}
.paragraph--type--spotlight.paragraph--color--primary {
  color: #fff;
}
.paragraph--type--spotlight.paragraph--color--primary h2, .paragraph--type--spotlight.paragraph--color--primary h3, .paragraph--type--spotlight.paragraph--color--primary h4, .paragraph--type--spotlight.paragraph--color--primary h5, .paragraph--type--spotlight.paragraph--color--primary h6 {
  color: #fff;
}

#spotlight {
  min-height: 300px;
}

.v-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.orange-dots-divider {
  background: url(/sites/sorensen/files/dot-horz-org.png) top left repeat-x;
  height: 3rem;
  margin-top: 3rem;
  clear: both;
}

.p-0 {
  padding: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

.bounce-on-hover:hover h2 {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

body.user-logged-in #unit-site-name-row p {
  position: relative;
}
body.user-logged-in #unit-site-name-row p:hover {
  background: linear-gradient(90deg, #232D4B, #E57200, #232D4B);
  background-size: 95%;
  animation: gradient-move 10s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes gradient-move {
  0% {
    background-position: -5000%;
  }
  100% {
    background-position: 5000%;
  }
}
.form--inline div.form-item {
  padding: 10px;
}

.field--name-field-media-video-file {
  box-shadow: 0 2px 10px #000;
}
.field--name-field-media-video-file video {
  width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.politics-wrapper {
  text-align: center;
  background: url(/sites/sorensen/files/dot-horz-org.png) top left repeat-x;
  padding-top: 20px !important;
  margin-top: 20px;
}
.politics-wrapper img {
  max-width: 250px;
  margin: 10px;
}

#block-sorensensocialmedialinksforhomepage {
  z-index: 10;
}

#custom-social-float {
  position: relative;
  margin-left: 10%;
  top: 60px;
  height: 0px;
}
#custom-social-float a {
  width: 40px;
  display: block;
}
#custom-social-float a i {
  font-size: 40px;
}

h1, h2 {
  color: #232D4B;
}

h3, h4, h5, h6, p {
  color: #666;
}

ul li {
  padding: 0.25em 0em;
}

.btn-primary {
  background-color: #232D4B;
  border-color: #232D4B;
}

a {
  color: #232D4B;
}

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

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

.btn-primary, .btn-info {
  border: #666;
  border-style: outset;
  background: #232D4B;
  color: white;
}
.btn-primary:hover, .btn-primary:focus, .btn-info:hover, .btn-info:focus {
  background: white;
  color: #eb5f0c;
}

.centered {
  text-align: center;
}
.centered img, .centered table {
  margin: auto;
}

.codeblock {
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 5px;
  border: 1px solid #666;
  background-color: #dadada;
}
.codeblock code {
  padding: 0;
  font-size: 0.85em;
  background-color: #dadada;
  color: black;
  line-height: 1.8em;
  font-family: "Lucida Console", "Consolas", "Courier New", monospace;
}

.dotted {
  background: url(/sites/sorensen/files/dot-horz-org.png) top left repeat-x;
  padding-top: 20px !important;
  margin-top: 20px;
}

ul#jump-nav, ul.jump-nav {
  list-style-type: none;
  display: block;
  text-align: center;
  padding-left: 0px;
}
ul#jump-nav li, ul.jump-nav li {
  background: #232D4B;
  padding: 7px;
  display: inline-block;
  border-radius: 7px;
  margin-bottom: 10px;
}
ul#jump-nav li a, ul.jump-nav li a {
  color: white;
}
ul#jump-nav li:hover, ul.jump-nav li:hover {
  background: #eb5f0c;
}
ul#jump-nav li:hover a, ul.jump-nav li:hover a {
  color: #232D4B;
}

.messages {
  margin: 9px 0 10px 8px;
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  overflow-wrap: break-word;
}

.messages--error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  background-color: #fcf4f2;
  background-image: url(/core/misc/icons/e32700/error.svg);
  box-shadow: -8px 0 0 #e62600;
}

.messages--status {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.fancy-underline, .field--name-field-spotlight-link {
  position: relative;
  padding-bottom: 2px;
  width: fit-content;
  width: -moz-fit-content;
}
.fancy-underline:hover, .fancy-underline:focus, .field--name-field-spotlight-link:hover, .field--name-field-spotlight-link:focus {
  color: #E57200;
}
.fancy-underline:hover::before, .fancy-underline:hover::after, .field--name-field-spotlight-link:hover::before, .field--name-field-spotlight-link:hover::after {
  content: "";
  position: absolute;
  bottom: 2px;
  border-bottom: 2px solid #E57200;
  animation: drawline-2 0.2s forwards;
  width: 0px;
}
.fancy-underline:hover::after, .field--name-field-spotlight-link:hover::after {
  left: 50%;
}
.fancy-underline:hover::before, .field--name-field-spotlight-link:hover::before {
  right: 50%;
}

@keyframes drawline-2 {
  100% {
    width: 50%;
  }
}
img.circle, p.circle img, div.circle img, p.circle span img {
  border-radius: 50%;
}

.box-border {
  border: 1pt solid windowtext;
  text-align: start;
  text-indent: 0px;
  padding: 15px 15px;
}

.box-border > div {
  margin: 15px;
}

@font-face {
  font-family: "Franklin Gothic";
  src: url("../../../../themes/fonts/FranklinGothic-Medium.woff") format("woff"), url("../../../../themes/fonts/FranklinGothic-Medium.woff2") format("woff2");
}
body > div.dialog-off-canvas-main-canvas > div > div.container > div > section > div > article > div.content > div:nth-child(4) > div > div > p > strong {
  color: #232D4B;
  font-weight: 500;
  font-size: 20px;
}

.reset {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
  max-width: 100%;
  float: none;
}

.iframe-full-width {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-full-width iframe {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.main-container {
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
  max-width: 100%;
  float: none;
}

.clearfix:after, .paragraph:after {
  content: "";
  display: table;
  clear: both;
}

.main-container {
  background-color: #fff;
}
.main-container .container {
  padding: 15px;
}

/* Units Grid */
.view-cooper-center-units .views-view-grid .views-grid-unit {
  text-align: center;
  margin-bottom: 30px;
}
.view-cooper-center-units .views-view-grid .views-grid-unit img {
  height: 120px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.view-cooper-center-units .views-view-grid .views-grid-unit .views-field-title h3 {
  margin: 0.5em 0;
}

.paragraph {
  margin: 25px auto;
}
.paragraph.paragraph--type--banner.banner--bottom {
  padding: 50px;
  text-shadow: none;
}
.paragraph.paragraph--type--blurb {
  background-color: #eee;
  text-align: center;
}
.paragraph.paragraph--type--blurb .field--name-field-title {
  font-family: franklin-gothic-urw, "Franklin Gothic", sans-serif;
  font-size: 20px;
  color: #eee;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 1em;
  background-color: #666;
}
.paragraph.paragraph--type--blurb .field--name-field-body {
  font-family: franklin-gothic-urw, "Franklin Gothic", sans-serif;
  height: 80px;
  overflow: hidden;
  color: #333;
  padding: 0px 10px;
}
.paragraph.paragraph--type--blurb .field--name-field-link a {
  display: block;
  width: 60%;
  min-width: 80px;
  padding: 8px 10px;
  margin: 10px auto;
  border: 1px solid #232D4B;
  color: #232D4B;
  text-transform: uppercase;
  text-align: center;
}
.paragraph.paragraph--type--blurb .field--name-field-link a:hover {
  text-decoration: none;
  background: #232D4B;
  color: #eee;
}
.paragraph.paragraph--type--blurb .field--name-field-image img {
  width: 100%;
  float: none;
}
.paragraph.paragraph--type--blurb.paragraph--image--right {
  margin: 2em 0;
}
.paragraph.paragraph--type--blurb.paragraph--image--right .field--name-field-image img {
  width: 35%;
  float: right;
}
.paragraph.paragraph--type--blurb.paragraph--image--right .field--name-field-title, .paragraph.paragraph--type--blurb.paragraph--image--right .field--name-field-body {
  width: 60%;
  float: left;
}
.paragraph.paragraph--type--blurb.paragraph--image--left {
  margin: 2em 0;
}
.paragraph.paragraph--type--blurb.paragraph--image--left .field--name-field-image img {
  width: 35%;
  float: left;
}
.paragraph.paragraph--type--blurb.paragraph--image--left .field--name-field-title, .paragraph.paragraph--type--blurb.paragraph--image--left .field--name-field-body {
  width: 60%;
  float: right;
}
.paragraph.paragraph--type--blurb.paragraph--image-style--border img {
  border: 4px solid white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.paragraph.paragraph--type--blurb.paragraph--image-style--icon {
  text-align: center;
}
.paragraph.paragraph--type--blurb.paragraph--image-style--icon img {
  height: 100px;
  width: auto;
  margin: 10px auto;
}
.paragraph.paragraph--type--image-slider {
  position: relative;
  height: auto;
  overflow: hidden;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides .field--item {
  height: 100%;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides .field--item > div {
  height: 100%;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides .field--item img, .paragraph.paragraph--type--image-slider .field--name-field-image-slides .field--item > div img {
  width: 100%;
  height: auto;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides .slider-dots {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  text-align: center;
  z-index: 300;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides .slider-dots .slider-dots--dot {
  display: inline-block;
  background-color: #ccc;
  box-shadow: 0 2px 10px #000;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 10px;
  cursor: pointer;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides .slider-dots .slider-dots--dot.active {
  background-color: #fff;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides .slider-control {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 0 2px 10px #000;
  text-align: center;
  line-height: 50px;
  z-index: 300;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides .slider-control.slider-control--next {
  right: 0px;
}
.paragraph.paragraph--type--image-slider .field--name-field-image-slides .slider-control.slider-control--prev {
  left: 0px;
}
.paragraph.paragraph--type--content {
  padding: 0;
}
.paragraph.paragraph--type--three-column-blurbs .field--name-field-paragraphs > .field--item {
  width: 30%;
  max-width: 30%;
  margin-right: 5%;
  float: left;
}
.paragraph.paragraph--type--three-column-blurbs .field--name-field-paragraphs > .field--item:last-child {
  margin-right: 0;
}

.paragraph.paragraph--type--three-column-blurbs .field--name-field-paragraphs > .field--item, .paragraph.paragraph--type--three-column-blurbs .paragraph.paragraph--type--blurb {
  width: 30%;
  max-width: 30%;
  margin-right: 5%;
  float: left;
}

div.paragraph--type--three-column-blurbs > div.paragraph__column > div:nth-child(3) > div.paragraph.paragraph--type--blurb {
  margin-right: 0px;
}

#block-vanewslettercontactform > div > div.paragraph {
  margin: 0px;
}
#block-vanewslettercontactform > div > div.paragraph .paragraph__column {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
#block-vanewslettercontactform > div > div.paragraph .paragraph__column button[id^=edit-preview], #block-vanewslettercontactform > div > div.paragraph .paragraph__column #edit-preview, #block-vanewslettercontactform > div > div.paragraph .paragraph__column #edit-actions {
  display: none;
}
#block-vanewslettercontactform > div > div.paragraph .paragraph__column .form-actions > .btn-default {
  display: none;
}
#block-vanewslettercontactform > div > div.paragraph .paragraph__column .captcha {
  display: none;
}

a.no-underline:hover {
  text-decoration: none;
}

.paragraph__column figure.align-left {
  padding-right: 15px;
  padding-bottom: 15px;
}
.paragraph__column figure.align-left {
  padding-left: 15px;
  padding-bottom: 15px;
}

div#staff-slider-block .ms-staff-carousel .ms-staff-info {
  margin-top: 25px;
}

#block-universitylinks-2 .fa-icon-link {
  display: block;
}
#block-universitylinks-2 a.fa-icon-link i {
  margin-right: 5px;
}
#block-universitylinks-2 span.glyphicon {
  margin-right: 5px;
}
#block-universitylinks-2 span.glyphicon.glyphicon-log-in {
  line-height: 18px;
}

.toolbar-icon-submit-support-request-admin:before {
  background-image: url(/core/misc/icons/787878/questionmark-disc.svg);
}

@media screen and (max-width: 1024px) {
  .paragraph--type--three-column-blurbs .paragraph--type--blurb .field--name-field-body {
    height: 100px;
  }
}
@media screen and (max-width: 975px) {
  div#spotlight {
    height: unset !important;
    min-height: unset !important;
  }

  div.view-news-updates figure {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 60px;
  }
  body .paragraph.paragraph--type--three-column-blurbs .field--name-field-paragraphs > .field--item, body .paragraph.paragraph--type--three-column-blurbs .paragraph.paragraph--type--blurb {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    text-align: center;
  }

  .view-podcasts .views-col {
    width: 50% !important;
  }

  .view-podcasts img.img-responsive {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .paragraph.paragraph--type--three-column-blurbs .field--name-field-paragraphs > .field--item {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
    float: none;
  }
  .paragraph.paragraph--type--blurb .field--name-field-title, .paragraph.paragraph--type--blurb .field--name-field-body {
    width: 100%;
    float: none;
  }
}
/*  Bootstrap Clearfix */
/*  Tablet */
@media (min-width: 767px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: none;
  }

  .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: left;
  }

  .main-container .container {
    max-width: 750px;
  }

  .form-inline .form-control {
    width: 100%;
  }
}
/*  Medium Desktop */
@media (min-width: 992px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }

  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: left;
  }
  .col-md-1:nth-child(12n+1) #block-coopercenter-main-menu, .col-md-2:nth-child(6n+1) #block-coopercenter-main-menu, .col-md-3:nth-child(4n+1) #block-coopercenter-main-menu, .col-md-4:nth-child(3n+1) #block-coopercenter-main-menu, .col-md-6:nth-child(2n+1) #block-coopercenter-main-menu {
    width: 75%;
    float: left;
  }
  .col-md-1:nth-child(12n+1) .search-block-form, .col-md-2:nth-child(6n+1) .search-block-form, .col-md-3:nth-child(4n+1) .search-block-form, .col-md-4:nth-child(3n+1) .search-block-form, .col-md-6:nth-child(2n+1) .search-block-form {
    display: block;
    width: 25%;
    float: right;
    margin-top: 8px;
  }
  .col-md-1:nth-child(12n+1) .search-block-form .form-group, .col-md-2:nth-child(6n+1) .search-block-form .form-group, .col-md-3:nth-child(4n+1) .search-block-form .form-group, .col-md-4:nth-child(3n+1) .search-block-form .form-group, .col-md-6:nth-child(2n+1) .search-block-form .form-group {
    margin: 0px;
  }

  .main-container .container {
    max-width: 940px;
  }
}
/*  Large Desktop */
@media (min-width: 1200px) {
  /* Column clear fix */
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }

  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
    clear: left;
  }

  .main-container .container {
    max-width: 1140px;
  }
}
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
