/*
Theme Name: UF 2015
Author: UFIT Web Services
Author URI: https://webservices.it.ufl.edu/
Description: UF 2015 theme
Version: 1.0
Text Domain: uf2015

*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
.kicker,
.featured-story h2,
h4,
h5,
dt,
.faqs dt,
.faq-entry dt,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.cf:before,
.main-menu-wrap:before,
.aux-menu-wrap:before,
.breadcrumb-wrap:before,
.gal-with-caption:before,
.academic-list:before,
.content-box-module--tweet .content-box-img:before,
.cf:after,
.main-menu-wrap:after,
.aux-menu-wrap:after,
.breadcrumb-wrap:after,
.gal-with-caption:after,
.academic-list:after,
.content-box-module--tweet .content-box-img:after {
  content: "";
  display: table;
}

.cf:after,
.main-menu-wrap:after,
.aux-menu-wrap:after,
.breadcrumb-wrap:after,
.gal-with-caption:after,
.academic-list:after,
.content-box-module--tweet .content-box-img:after {
  clear: both;
}

.cf,
.main-menu-wrap,
.aux-menu-wrap,
.breadcrumb-wrap,
.gal-with-caption,
.academic-list,
.content-box-module--tweet .content-box-img {
  *zoom: 1;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1220px) {
  .container {
    max-width: 1170px;
  }

  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-3by2 {
  padding-bottom: 66%;
}

/* ---------------------------
UF Branding Fonts
----------------------------*/
@font-face {
  font-family: "quadon";
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_quadon_medium-webfont.eot");
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_quadon_medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_quadon_medium-webfont.woff")
      format("woff"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_quadon_medium-webfont.ttf")
      format("truetype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_quadon_medium-webfont.svg#quadon")
      format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gentona";
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_bold-webfont.eot");
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_bold-webfont.woff")
      format("woff"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_bold-webfont.ttf")
      format("truetype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_bold-webfont.svg")
      format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gentona";
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_medium-webfont.eot");
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_medium-webfont.woff")
      format("woff"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_medium-webfont.ttf")
      format("truetype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_medium-webfont.svg#gentona")
      format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gentona";
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light-webfont.eot");
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light-webfont.woff")
      format("woff"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light-webfont.ttf")
      format("truetype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light-webfont.svg#gentona")
      format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "gentona";
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light_italic-webfont.eot");
  src: url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light_italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light_italic-webfont.woff")
      format("woff"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light_italic-webfont.ttf")
      format("truetype"),
    url("/wp-content/themes/uf2015/assets/fonts/rene_bieder_-_gentona_light_italic-webfont.svg")
      format("svg");
  font-weight: 100;
  font-style: italic;
}
body {
  background: #f5f2e5;
  color: #333132;
  font-family: "gentona", "Georgia", serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  margin: 0;
  padding-top: 60px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 150px;
  }
}

.single-post #site-content,
.blog #site-content {
  padding-top: 80px;
}

/* Styles for adjusting to WordPress admin bar at the top of the page when logged in */

body.admin-bar.has-alert {
  padding-top: 78px;
}
.admin-bar .header,
.admin-bar.has-alert .alert-small {
  top: 46px;
}
.admin-bar.has-alert #site-content {
  margin-top: 46px;
}
@media (min-width: 782px) {
  body.admin-bar.has-alert {
    padding-top: 93px;
  }
  .admin-bar .header,
  .admin-bar.has-alert .alert-small {
    top: 32px;
  }
  .admin-bar.has-alert #site-content {
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  body.admin-bar.has-alert {
    padding-top: 118px;
  }
  .admin-bar .header,
  .admin-bar.has-alert .alert-small {
    top: 32px;
  }
  .admin-bar.has-alert #site-content {
    margin-top: calc(32px + 65px);
  }
}
.alert-container {
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media (max-width: 991px) {
  .alert-container {
    top: 60px;
  }
}
.bg-texture {
  background-image: url("/wp-content/themes/uf2015/assets/images/bg-texture.png");
}

.open-menu,
.open-menu body {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

a {
  color: #b84300;
  text-decoration: none;
}
a:hover {
  color: #c24700;
}
p a,
.general-page-content li a {
  text-decoration: underline;
}
.link a {
  text-decoration: underline;
}

a[id^="d."] {
  display: inline-block;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
}
@media (min-width: 768px) {
  a[id^="d."] {
    margin-top: -150px;
    padding-top: 150px;
  }
}

abbr {
  border-bottom: 1px dashed #333132;
  text-decoration: none;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

h1,
h2,
h3,
.kicker,
.featured-story h2,
h4,
h5,
dt,
.faqs dt,
.faq-entry dt,
h6 {
  margin: 0 0 13px;
  font-family: inherit;
  font-weight: bold;
  line-height: 26px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3,
.kicker,
.featured-story h2 {
  line-height: 52px;
}

h1 {
  color: #00529b;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 50px;
  }
}

h2 {
  color: #4c87b5;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

h3,
.kicker,
.featured-story h2 {
  color: #005496;
  font: 500 24px/36px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 13px;
}

h4 {
  color: #4c87b5;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}

h5,
dt,
.faqs dt,
.faq-entry dt {
  color: #00529b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: uppercase;
}

hr {
  border: none;
  border-bottom: 1px solid #e5dfcf;
  margin: 30px 0;
}
@media (min-width: 768px) {
  hr {
    margin: 60px 0;
  }
}
hr.m-bottom {
  margin-top: 0;
}

blockquote {
  color: #4c87b5;
  font: 500 20px/32px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 20px 30px;
}

p,
ul,
ol,
dl {
  margin: 0 0 20px;
}

ul,
ol {
  margin-left: 30px;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul li:before,
ol li:before {
  content: "\2022 ";
  color: #f37021;
  font-weight: bold;
  margin-right: 5px;
}

ol > li {
  counter-increment: step-counter;
}
ol > li:before {
  content: counter(step-counter);
  font-size: 14px;
  margin-right: 10px;
  top: -2px;
  position: relative;
}

.faqs dt,
.faq-entry dt {
  border-bottom: 1px solid #e5dfcf;
  padding-top: 10px;
  line-height: 26px;
}
.faqs .toplink {
  border-top: 1px solid #e5dfcf;
  padding-top: 10px;
  margin-bottom: 40px;
}

dd {
  margin-bottom: 20px;
}

small {
  font-size: 80%;
  color: #888;
}

pre,
code {
  font-family: monospace;
  font-size: 14px;
  line-height: 20px;
}

code {
  background: rgba(234, 229, 215, 0.75);
  padding: 0.2rem 0.1rem;
}

pre {
  background: url("/wp-content/themes/uf2015/assets/images/pre_bg.png") 0px 2px;
  border: 1px solid #084b81;
  border-left-width: 6px;
  margin-bottom: 20px;
  padding: 2px 10px;
  position: relative;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
}

img {
  display: block;
}
img.m-bottom {
  margin-bottom: 20px;
}

.img-full {
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .img-full {
    margin: 0;
  }
}

.icon-svg {
  display: inline-block;
}
.icon-svg svg {
  display: block;
  height: 100%;
  width: 100%;
}

.flt-right {
  float: right;
}

.content-wrap {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  .resp-break {
    display: block;
  }
}

.btn {
  border: 3px solid #f37021;
  color: #f7670d;
  cursor: pointer;
  display: inline-block;
  font: 700 16px/1 "gentona", "Georgia", serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover {
  background: #f37021;
  color: #fff;
}
.btn.btn--white {
  border-color: #fff;
  color: #fff;
}
.btn.btn--white:hover {
  background: #fff;
  color: #f37021;
}
.btn .arw-right {
  height: 14px;
  margin-left: 15px;
  position: relative;
  top: 1px;
  width: 18px;
}

.btn-circle {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 46px;
  position: relative;
  width: 46px;
}

.icon-circle {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  padding: 15px;
}
.icon-circle .icon-svg {
  display: block;
}

.btn-mobile-toggle a {
  background: #bc581a;
  color: #fff !important;
  display: block;
  font: 500 18px/26px "gentona", "Georgia", serif;
  padding: 18px 62px 18px 20px;
  position: relative;
  text-transform: uppercase;
}
.btn-mobile-toggle a .arw-right {
  background: #bc581a;
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
}
.btn-mobile-toggle a span > svg {
  height: 14px;
  width: 18px;
}

.btn-mobile-toggle {
  display: block;
}
@media (min-width: 768px) {
  .btn-mobile-toggle {
    display: none;
  }
}
.btn-mobile-toggle .arw-right > svg {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}

.open-list .btn-mobile-toggle .arw-right > svg {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
  transform: translate(-50%, -50%) rotate(270deg);
}

.big-list-wrap {
  margin-bottom: 30px;
}
.big-list-wrap .big-list,
.big-list-wrap .sidenav {
  margin: 0;
}

.big-list,
.sidenav {
  margin-left: 0;
}
.open-list .big-list li,
.open-list .sidenav li,
.big-list.open-list li,
.open-list.sidenav li,
.big-list.show-mobile li,
.show-mobile.sidenav li {
  display: block;
}
@media (max-width: 992px) {
  .big-list.show-mobile,
  .show-mobile.sidenav {
    margin: 0;
  }
}
.big-list li,
.sidenav li {
  display: none;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .big-list li,
  .sidenav li {
    display: block;
  }
}
.big-list li:before,
.sidenav li:before {
  display: none;
}
.big-list li.btn-mobile-toggle,
.sidenav li.btn-mobile-toggle {
  display: block;
}
@media (min-width: 768px) {
  .big-list li.btn-mobile-toggle,
  .sidenav li.btn-mobile-toggle {
    display: none;
  }
}
.big-list a,
.sidenav a {
  color: #b74a06;
  display: block;
  font: 500 18px/26px "gentona", "Georgia", serif;
  letter-spacing: 2px;
  padding: 18px 62px 18px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .big-list a,
  .sidenav a {
    padding-left: 34px;
  }
}
.no-touch .big-list a:hover,
.no-touch .sidenav a:hover {
  background: #c65006;
  color: #fff;
}
.no-touch .big-list a:hover .arw-right,
.no-touch .sidenav a:hover .arw-right {
  display: block;
}
.big-list .arw-right,
.sidenav .arw-right {
  background: #dd661e;
  color: #fff;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
}
.big-list .arw-right > svg,
.sidenav .arw-right > svg {
  height: 14px;
  width: 18px;
}
.big-list .btn-mobile-toggle a > svg,
.sidenav .btn-mobile-toggle a > svg {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.read-more {
  color: #f37021;
  display: inline-block;
  font: 500 16px/16px "gentona", "Georgia", serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 768px) {
  .aux-menu-wrap .audience-nav-wrap .arw-right > svg,
  .fixed .emergency-modal,
  .search-form button .icon-svg,
  .stat-wrap .stat-block,
  .center-vert {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.no-csstransforms .aux-menu-wrap .audience-nav-wrap .arw-right > svg,
.aux-menu-wrap .audience-nav-wrap .no-csstransforms .arw-right > svg,
.no-csstransforms .fixed .emergency-modal,
.fixed .no-csstransforms .emergency-modal,
.no-csstransforms .search-form button .icon-svg,
.search-form button .no-csstransforms .icon-svg,
.no-csstransforms .stat-wrap .stat-block,
.stat-wrap .no-csstransforms .stat-block,
.no-csstransforms .center-vert {
  position: relative;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  .center-vert-large {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.no-csstransforms .center-vert-large {
  position: relative;
  top: 0;
  left: 0;
}

.btn-circle > svg,
.btn-mobile-toggle a span > svg,
.big-list .arw-right > svg,
.sidenav .arw-right > svg,
.styled-select .arw-right > svg,
:root .uf-check input[type="checkbox"] + div .icon-svg,
:root .uf-check input[type="radio"] + div:after,
.header .logo img,
.btn-search .icon-svg,
.btn-menu .icon-svg,
.btn-show-aux .icon-svg,
.emergency-modal .icon-alert > svg,
.alert-small .icon-alert > svg,
.emergency-modal-close .icon-svg,
.stat-wrap .stat h2,
.stat-wrap .info-copy,
.stat-block,
.center-vert-all {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-csstransforms .btn-circle > svg,
.no-csstransforms .btn-mobile-toggle a span > svg,
.btn-mobile-toggle a .no-csstransforms span > svg,
.no-csstransforms .big-list .arw-right > svg,
.big-list .no-csstransforms .arw-right > svg,
.no-csstransforms .sidenav .arw-right > svg,
.sidenav .no-csstransforms .arw-right > svg,
.no-csstransforms .styled-select .arw-right > svg,
.styled-select .no-csstransforms .arw-right > svg,
:root .no-csstransforms .uf-check input[type="checkbox"] + div .icon-svg,
.uf-check input[type="checkbox"] + div :root .no-csstransforms .icon-svg,
:root .no-csstransforms .uf-check input[type="radio"] + div:after,
.uf-check :root .no-csstransforms input[type="radio"] + div:after,
.no-csstransforms .header .logo img,
.header .logo .no-csstransforms img,
.no-csstransforms .btn-search .icon-svg,
.btn-search .no-csstransforms .icon-svg,
.no-csstransforms .btn-menu .icon-svg,
.btn-menu .no-csstransforms .icon-svg,
.no-csstransforms .btn-show-aux .icon-svg,
.btn-show-aux .no-csstransforms .icon-svg,
.no-csstransforms .emergency-modal .icon-alert > svg,
.emergency-modal .no-csstransforms .icon-alert > svg,
.no-csstransforms .alert-small .icon-alert > svg,
.alert-small .no-csstransforms .icon-alert > svg,
.no-csstransforms .emergency-modal-close .icon-svg,
.emergency-modal-close .no-csstransforms .icon-svg,
.no-csstransforms .stat-wrap .stat h2,
.stat-wrap .stat .no-csstransforms h2,
.no-csstransforms .stat-wrap .info-copy,
.stat-wrap .no-csstransforms .info-copy,
.no-csstransforms .stat-block,
.no-csstransforms .center-vert-all {
  position: relative;
  top: 0;
  left: 0;
}

.gradient-bg:after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  bottom: 0;
  content: "";
  display: block;
  height: 60%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.gradient-bg * {
  z-index: 2;
}

.visible-mobile {
  display: block;
}
@media (min-width: 768px) {
  .visible-mobile {
    display: none;
  }
}

.hidden-mobile {
  display: none;
}
@media (min-width: 768px) {
  .hidden-mobile {
    display: inline;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:focus {
  border: 0;
  clip: none;
  height: auto;
  margin: -1px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: auto;
}

.temp-img {
  background: url(../img/_temp-landing-a-1.jpg) no-repeat center center;
  background-size: cover;
}

.kicker {
  color: #4c87b5;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 30px;
  letter-spacing: 0;
}
.kicker p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .kicker {
    font: 500 24px/36px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 50px;
  }
}

#skip-link {
  background: #c65006;
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
}

form .row {
  margin-bottom: 30px;
}
form input[type="text"],
form input[type="email"],
form textarea {
  background: #fff;
  border: 2px solid transparent;
  color: #f37021;
  display: inline-block;
  font: 500 20px/1 "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  margin: 0 -2px;
  padding: 17px 20px 16px;
  vertical-align: top;
  width: 100%;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  border-color: #f37021;
  outline: none;
}
form input[type="text"]:focus::-webkit-input-placeholder,
form input[type="email"]:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  color: #f37021;
  line-height: 1.2;
}
form input[type="text"]:focus::-moz-placeholder,
form input[type="email"]:focus::-moz-placeholder,
form textarea:focus::-moz-placeholder {
  color: #f37021;
  line-height: 1.2;
}
form input[type="text"]:focus:-ms-input-placeholder,
form input[type="email"]:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  color: #f37021;
  line-height: 1.2;
}
form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form textarea:focus::placeholder {
  color: #f37021;
  line-height: 1.2;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: rgba(51, 49, 50, 0.6);
  line-height: 1.2;
}
form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form textarea::-moz-placeholder {
  color: rgba(51, 49, 50, 0.6);
  line-height: 1.2;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: rgba(51, 49, 50, 0.6);
  line-height: 1.2;
}
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form textarea::placeholder {
  color: rgba(51, 49, 50, 0.6);
  line-height: 1.2;
}
form textarea {
  min-height: 200px;
}

.styled-select {
  color: rgba(51, 49, 50, 0.6);
  cursor: pointer;
  font: 500 20px/1.2 "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
}
.styled-select:hover {
  color: #f37021;
}
.no-js .styled-select ul,
.styled-select.hover ul {
  display: block;
}
.styled-select ul {
  display: none;
  margin: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.styled-select .selected,
.styled-select a {
  background: #fff;
  padding: 17px 20px 16px;
  text-transform: none;
}
.styled-select .selected {
  padding: 17px 80px 16px 20px;
}
.styled-select .selected.changed {
  color: #f37021;
}
.styled-select li {
  border-top: 2px solid #faf8f1;
  margin: 0;
}
.styled-select li:before {
  display: none;
}
.styled-select a {
  color: rgba(51, 49, 50, 0.6);
  display: block;
}
.styled-select a:hover,
.styled-select a:focus {
  color: #f37021;
}
.styled-select .arw-right {
  background: #f37021;
  border: 2px solid #f37021;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 57px;
}
.styled-select .arw-right > svg {
  height: 16px;
  width: 14px;
}
.styled-select.hover .arw-right {
  background: #faf8f1;
  border-color: #f37021;
  color: #f37021;
}

:root .uf-check input[type="checkbox"],
:root .uf-check input[type="radio"] {
  /* :root here acting as a filter for older browsers */
  position: absolute;
  opacity: 0;
}

.uf-check {
  color: rgba(51, 49, 50, 0.6);
  cursor: pointer;
  display: block;
  font: 500 20px/1 "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}

:root .uf-check input[type="checkbox"] + div,
:root .uf-check input[type="radio"] + div {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 58px;
  border: 2px solid #f37021;
  margin: 0 20px 0 0;
  background: white;
  overflow: hidden;
  position: relative;
}

:root .uf-check input[type="radio"] + div {
  border-radius: 50%;
}

:root .uf-check input[type="checkbox"] + div .icon-svg {
  color: #f37021;
  display: none;
  height: 20px;
  width: 20px;
}

:root .uf-check input[type="radio"] + div:after {
  background: #f37021;
  border-radius: 50%;
  content: "";
  display: none;
  height: 20px;
  width: 20px;
}

:root .uf-check input[type="checkbox"]:checked + div .icon-svg,
:root .uf-check input[type="radio"]:checked + div:after {
  display: block;
}

:root .uf-check input[type="checkbox"]:focus + div,
:root .uf-check input[type="radio"]:focus + div {
  background: #faf8f1;
}

span.float-right,
span.float-left {
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}

span.float-right img,
span.float-left img {
  display: inline;
}

@media (min-width: 768px) {
  span.float-right {
    float: right;
    margin: 0 0 20px 20px;
  }

  span.float-left {
    float: left;
    margin: 0 20px 20px 0;
  }
}
.header {
  background: #00529b;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.54, 0.06, 0.55, 0.97);
  transition: transform 0.4s cubic-bezier(0.54, 0.06, 0.55, 0.97);
  width: 100%;
  z-index: 1000;
}
.header .logo {
  background: #00529b;
  display: block;
  float: left;
  height: 60px;
  position: relative;
  width: 76px;
  z-index: 1001;
}
@media (min-width: 992px) {
  .header .logo {
    height: 150px;
    width: 150px;
  }
}
.header .logo:hover {
  background: #084b81;
}
.header .logo img {
  height: 31px;
  width: 46px;
}
@media (min-width: 992px) {
  .header .logo img {
    height: 50px;
    width: 74px;
  }
}
@media (min-width: 992px) {
  .header.show-aux {
    -webkit-transform: translate3d(0, 45px, 0);
    transform: translate3d(0, 45px, 0);
  }
}
@media (min-width: 1220px) {
  .header.show-aux {
    -webkit-transform: none;
    transform: none;
  }
}

.header.unit .logo {
  width: 210px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .header.unit .logo {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .header.unit .logo {
    display: none;
  }
}
.header.unit .logo.mobile {
  display: block;
}
@media (min-width: 992px) {
  .header.unit .logo.mobile {
    display: none;
  }
}
.header.unit .logo img {
  display: none;
}
@media (min-width: 992px) {
  .header.unit .logo img {
    height: 20px;
    width: 30px;
    display: block;
  }
}
.header.unit .logo .logo-unit {
  display: block;
  height: 60px;
  width: 190px;
  color: #fff;
  fill: #fff;
}
@media (min-width: 992px) {
  .header.unit .logo .logo-unit {
    display: none;
  }
}
.header.unit .menu-wrap {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .header.unit .main-menu-wrap {
    padding-left: 280px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
  .header.unit .main-menu-wrap {
    padding-left: 220px;
  }
}
.header.unit .main-menu-wrap .logo-unit {
  color: #fff;
  display: none;
}
@media (min-width: 992px) {
  .header.unit .main-menu-wrap .logo-unit {
    height: 58px;
    width: 240px;
    position: absolute;
    margin-left: 30px;
    top: 22px;
    left: 0px;
    display: block;
    color: #00529b;
    fill: #00529b;
  }
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
  .header.unit .main-menu-wrap .logo-unit {
    width: 180px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1250px) {
  .header.unit .main-menu-wrap .main-menu-link {
    font-size: 15px;
    padding: 37px 8px;
  }
}
@media screen and (min-width: 1220px) {
  .header.unit .aux-menu-wrap {
    padding-left: 50px;
  }
}
@supports (-ms-ime-align: auto) {
  /* adjust logo for Microsoft Edge */
  .logo-unit {
    margin-top: 10px;
  }
  .mobile .logo-unit svg {
    width: unset;
    transform: scale(0.75) translate(-50px, 0px);
  }
  @media (min-width: 991px) and (max-width: 1250px) {
    .logo-unit svg {
      width: unset;
      transform: scale(0.75) translate(-50px, 0px);
    }
  }
}

form.search-wrap,
.btn-show-aux,
.btn-menu,
.btn-search-mobile {
  height: 60px;
  right: 60px;
  position: absolute;
  top: 0;
  width: 60px;
}
@media (min-width: 992px) {
  form.search-wrap,
  .btn-show-aux,
  .btn-menu,
  .btn-search-mobile {
    height: 50px;
    right: 50px;
    width: 50px;
  }
}
@media (min-width: 1220px) {
  form.search-wrap,
  .btn-show-aux,
  .btn-menu,
  .btn-search-mobile {
    right: 0;
  }
}
form.search-wrap.mobile,
.btn-show-aux.mobile,
.btn-menu.mobile,
.btn-search-mobile.mobile {
  right: 0;
  top: 60px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  width: 100%;
}
form.search-wrap.mobile input,
.btn-show-aux.mobile input,
.btn-menu.mobile input,
.btn-search-mobile.mobile input {
  display: none;
  font-size: 16px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
form.search-wrap.mobile.open-search input,
.btn-show-aux.mobile.open-search input,
.btn-menu.mobile.open-search input,
.btn-search-mobile.mobile.open-search input {
  display: block;
}
form.search-wrap input,
.btn-show-aux input,
.btn-menu input,
.btn-search-mobile input {
  background: #faf8f1;
  border: none;
  color: #f37021;
  font: 500 14px/1 "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 50px;
  left: 0;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  top: 10px;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
}
@media (min-width: 992px) {
  form.search-wrap input,
  .btn-show-aux input,
  .btn-menu input,
  .btn-search-mobile input {
    top: auto;
    width: 350px;
  }
}
.no-csstransforms3d form.search-wrap input,
.no-csstransforms3d .btn-show-aux input,
.no-csstransforms3d .btn-menu input,
.no-csstransforms3d .btn-search-mobile input {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 992px) {
  form.search-wrap.open-search input,
  .btn-show-aux.open-search input,
  .btn-menu.open-search input,
  .btn-search-mobile.open-search input {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media (min-width: 992px) {
  .no-csstransforms3d form.search-wrap.open-search input,
  .no-csstransforms3d .btn-show-aux.open-search input,
  .no-csstransforms3d .btn-menu.open-search input,
  .no-csstransforms3d .btn-search-mobile.open-search input {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.btn-search {
  background: #bc581a;
  border: none;
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  width: 60px;
  z-index: 5;
}
@media (min-width: 992px) {
  .btn-search {
    background: #bc581a;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .btn-search {
    background: #bc581a;
  }
}
.btn-search:hover {
  background: #bc581a;
}
@media (min-width: 1220px) {
  .btn-search:hover {
    background: #bc581a;
  }
}
.mobile .btn-search {
  position: absolute;
  right: 60px;
}
.btn-search .icon-svg {
  height: 19px;
  width: 18px;
}

.btn-menu,
.btn-show-aux {
  background: #bc581a;
  right: 0;
  z-index: 6;
}
@media (min-width: 992px) {
  .btn-menu,
  .btn-show-aux {
    display: none;
    right: 0;
  }
}
.btn-menu .icon-svg,
.btn-show-aux .icon-svg {
  height: 18px;
  color: #fff;
  width: 23px;
}
.btn-menu .icon-close,
.btn-show-aux .icon-close {
  opacity: 0;
  visibility: hidden;
}
.open-menu .btn-menu .icon-close,
.open-menu .btn-show-aux .icon-close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn-menu .icon-menu,
.btn-show-aux .icon-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.open-menu .btn-menu .icon-menu,
.open-menu .btn-show-aux .icon-menu {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  visibility: hidden;
}

.btn-show-aux {
  display: none;
  z-index: 7;
}
.btn-show-aux .icon-close {
  opacity: 0;
  visibility: hidden;
}
.show-aux .btn-show-aux .icon-close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn-show-aux .icon-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.show-aux .btn-show-aux .icon-menu {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  visibility: hidden;
}
@media (min-width: 992px) {
  .btn-show-aux {
    background: #bc581a;
    display: block;
    right: 0;
  }
}
@media (min-width: 1220px) {
  .btn-show-aux {
    display: none;
  }
}

.menu-wrap {
  background: #bc581a;
  display: none;
  height: calc(100vh - 60px);
  overflow: scroll;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .menu-wrap {
    display: block;
    float: left;
    height: 150px;
    overflow: visible;
    padding-left: 150px;
    padding-top: 0;
    top: 0;
  }
}
.open-mobile-dropdown .menu-wrap {
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%);
}
.open-menu .menu-wrap {
  display: block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.open-menu .menu-wrap .aux-menu-wrap,
.open-menu .menu-wrap .main-menu-wrap {
  display: block;
}
.menu-wrap a {
  color: #fff;
}
.menu-wrap ul {
  margin: 0;
}
.menu-wrap li {
  margin: 0;
}
@media (min-width: 992px) {
  .menu-wrap li {
    float: left;
  }
}
.menu-wrap li:before {
  display: none;
}
.menu-wrap .search-wrap {
  display: none;
}
@media (min-width: 992px) {
  .menu-wrap .search-wrap {
    display: block;
    z-index: 6;
  }
}

.main-menu-wrap {
  background: #fff;
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .main-menu-wrap {
    display: block;
    top: 50px;
  }
}
.main-menu-wrap li {
  border-top: 1px solid #eae5d7;
  position: relative;
}
@media (min-width: 992px) {
  .menu-wrap ul {
    display: flex;
  }
  .main-menu-wrap li {
    flex-grow: 1;
    border: none;
  }
  .main-menu-link {
    text-align: center;
  }
}
.main-menu-wrap li:first-child {
  border: none;
}
.main-menu-wrap li:nth-child(even) {
  background: #fffdf5;
}
@media (min-width: 992px) {
  .main-menu-wrap li:nth-child(even) {
    background: none;
  }
}
@media (min-width: 992px) {
  .main-menu-wrap li.hover .dropdown {
    display: block;
  }
}
.main-menu-wrap li.hover span:after {
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  width: 100%;
}
.main-menu-wrap li:hover a {
  background: #faf8f1;
}
@media (min-width: 992px) {
  .no-js .main-menu-wrap li:hover .dropdown {
    display: block;
  }
}
.main-menu-wrap .main-menu-link {
  color: #00529b;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .main-menu-wrap .main-menu-link {
    font-size: 17px;
    padding: 37px 9px;
  }
}
@media (min-width: 1090px) {
  .main-menu-wrap .main-menu-link {
    padding: 37px 16px;
  }
}
@media (min-width: 1130px) {
  .main-menu-wrap .main-menu-link {
    padding: 37px 18px;
  }
}
@media (min-width: 1220px) {
  .main-menu-wrap .main-menu-link {
    font-size: 18px;
    height: 100px;
    padding: 37px 0 0 0;
    text-align: center;
  }
}
.main-menu-wrap .main-menu-link span {
  display: inline-block;
  position: relative;
}
@media (min-width: 992px) {
  .main-menu-wrap .main-menu-link span:after {
    background: url("/wp-content/themes/uf2015/assets/images/main-menu-hover.png")
      repeat-x left center;
    content: "";
    bottom: -5px;
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 0;
  }
}
.main-menu-wrap .main-menu-link .icon-caret {
  height: 14px;
  right: 15px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 9px;
}
@media (min-width: 992px) {
  .main-menu-wrap .main-menu-link .icon-caret {
    display: none;
  }
}

@media (min-width: 992px) {
  .search-wrap.mobile {
    display: none;
  }
}

.aux-menu-wrap {
  background: #bc581a;
  display: none;
}
@media (min-width: 992px) {
  .aux-menu-wrap {
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .aux-menu-wrap {
    position: relative;
    text-align: left;
    top: -100px;
  }
}
@media (min-width: wode) {
  .aux-menu-wrap ul {
    display: inline-block;
    vertical-align: top;
  }
}
.aux-menu-wrap li {
  border-bottom: 1px solid #eba171;
  display: block;
}
.aux-menu-wrap li:last-child {
  border: none;
}
@media (min-width: 992px) {
  .aux-menu-wrap li {
    border: none;
  }
}
@media (min-width: 992px) and (max-width: 1219px) {
  .aux-menu-wrap li {
    display: inline-block;
    float: none;
  }
}
.aux-menu-wrap .aux-nav {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 992px) {
  .aux-menu-wrap .aux-nav {
    width: auto;
  }
}
@media (min-width: 1220px) {
  .aux-menu-wrap .aux-nav {
    padding-left: 20px;
  }
}
.aux-menu-wrap .aux-nav a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 14px;
  padding: 18px 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .aux-menu-wrap .aux-nav a {
    padding: 18px 10px;
  }
}
@media (min-width: 1220px) {
  .aux-menu-wrap .aux-nav a {
    padding: 18px 9px;
  }
}
@media (min-width: 1250px) {
  .aux-menu-wrap .aux-nav a {
    padding: 18px 10px;
  }
}
.aux-menu-wrap .aux-nav a:hover,
.aux-menu-wrap .aux-nav a:focus {
  color: #fffdf5;
}
.aux-menu-wrap .aux-nav .audience-link {
  background: #faf8f1;
  border: none;
}
@media (min-width: 992px) {
  .aux-menu-wrap .aux-nav .audience-link {
    display: none;
  }
}
.aux-menu-wrap .aux-nav .audience-link a {
  color: #00529b;
  font: 500 16px/16px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.aux-menu-wrap .aux-nav .audience-link:nth-child(odd) {
  background: #eae5d7;
}
@media (min-width: 1220px) {
  .aux-menu-wrap .aux-nav li:last-child a {
    padding-right: 30px;
  }
}
.aux-menu-wrap .audience-nav-wrap {
  border-left: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.4);
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .aux-menu-wrap .audience-nav-wrap {
    display: inline-block;
    right: 0;
    top: 0;
  }
}
@media (min-width: 1220px) {
  .aux-menu-wrap .audience-nav-wrap {
    margin-right: 50px;
    position: absolute;
  }
}
.aux-menu-wrap .audience-nav-wrap > a,
.aux-menu-wrap .audience-nav-wrap .arw-right {
  float: left;
}
.aux-menu-wrap .audience-nav-wrap:hover ul,
.aux-menu-wrap .audience-nav-wrap:focus ul {
  display: block;
}
.aux-menu-wrap .audience-nav-wrap:hover .arw-right,
.aux-menu-wrap .audience-nav-wrap:focus .arw-right {
  background: #faf8f1;
}
.aux-menu-wrap .audience-nav-wrap:hover .arw-right > svg,
.aux-menu-wrap .audience-nav-wrap:focus .arw-right > svg {
  color: #00529b;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aux-menu-wrap .audience-nav-wrap .arw-right {
  border-right: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.4);
  height: 50px;
  position: relative;
  width: 37px;
}
@media (min-width: 1220px) {
  .aux-menu-wrap .audience-nav-wrap .arw-right {
    width: 50px;
  }
}
.aux-menu-wrap .audience-nav-wrap .arw-right > svg {
  color: #fff;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
}
.aux-menu-wrap .audience-nav-wrap ul {
  background: #faf8f1;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
}
.aux-menu-wrap .audience-nav-wrap ul li {
  border-top: 1px solid #fff;
  float: none;
  width: 100%;
}
.aux-menu-wrap .audience-nav-wrap ul li:first-child {
  border: none;
}
.aux-menu-wrap .audience-nav-wrap ul a {
  text-align: left;
  text-transform: none;
}
.aux-menu-wrap .audience-nav-wrap ul a:hover {
  background: #eae5d7;
}
.aux-menu-wrap .audience-nav-wrap a {
  color: #00529b;
  display: block;
  font: 500 16px/20px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 10px;
}
@media (min-width: 1220px) {
  .aux-menu-wrap .audience-nav-wrap a {
    padding: 15px 20px;
  }
}
.aux-menu-wrap .audience-nav-wrap .cur-audience {
  color: #fffdf5;
}
#auxiliary-nav-button,
#auxiliary-nav-button li a,
#auxiliary-nav-button-mobile {
  background-color: #00529b;
  color: white;
  font-family: "gentona";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
#auxiliary-nav-button span {
  padding-left: 30px;
}
#auxiliary-nav-button span,
#auxiliary-nav-button-mobile span {
  padding-left: 35px;
}
#auxiliary-nav-button-mobile a {
  display: block;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 20px;
}
#auxiliary-nav-button-mobile li::marker {
  content: none;
}
@media (min-width: 992px) {
  #auxiliary-nav-button-mobile {
    display: none;
  }
}

#query_desktop:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.dropdown {
  background: #faf8f1;
  display: none;
  left: 0;
  overflow: hidden;
  padding: 30px 20px;
  position: fixed;
  top: 150px;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1220px) {
  .dropdown {
    min-width: 845px;
    position: absolute;
    top: 100px;
    width: auto;
  }
}
.offscreen .dropdown {
  left: auto;
  right: 0;
}
.dropdown ul {
  margin: 0;
}
.dropdown li {
  float: none;
  width: auto;
}
.dropdown li li a {
  padding-left: 10px;
}
.dropdown li:first-child a {
  border: none;
}
.dropdown a {
  color: #00529b;
  border-top: 1px solid #eae5d7;
  display: block;
  font: 500 18px/26px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 11px;
  text-align: left;
  text-transform: none;
}
.dropdown a:hover {
  color: #f37021;
}
.dropdown .aux-dropdown {
  padding-top: 7px;
}
.dropdown .aux-dropdown a {
  border: none;
  color: #f37021;
  font: 700 14px/21px "gentona", "Georgia", serif;
  letter-spacing: 2px;
  padding: 6px 0;
  text-transform: uppercase;
}
.dropdown .aux-dropdown a:hover {
  color: #f79f6a;
}
.dropdown .col-sm-4 {
  padding-left: 9px;
  padding-right: 9px;
}
@media (min-width: 992px) {
  .dropdown li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .dropdown li:nth-child(even) {
    float: right;
  }
  .dropdown li:nth-child(2) a {
    border: none;
  }
}

.mobile-dropdown-wrap {
  background: #fffdf5;
  border-left: 1px solid #eae5d7;
  height: calc(100vh - 60px);
  right: 0;
  overflow: scroll;
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  top: 60px;
  width: 80%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
.open-mobile-dropdown .mobile-dropdown-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-dropdown-wrap .img-full {
  display: none;
}
.mobile-dropdown-wrap h2 {
  color: #00529b;
  font: 700 18px/18px "gentona", "Georgia", serif;
  margin: 15px 15px 0 15px;
  text-transform: uppercase;
}
.mobile-dropdown-wrap h2 a {
  color: #00529b;
  display: block;
  padding: 15px;
}
.mobile-dropdown-wrap ul {
  border-top: 1px solid #eae5d7;
  margin: 0 15px;
  padding: 0;
}
.mobile-dropdown-wrap li {
  border-top: 1px solid #eae5d7;
  list-style: none;
  margin: 0;
}
.mobile-dropdown-wrap li:before {
  display: none;
}
.mobile-dropdown-wrap li:first-child {
  border: none;
}
.mobile-dropdown-wrap li a {
  color: #00529b;
  display: block;
  font: 500 18px/18px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px;
  text-transform: none;
}

.footer-wrap {
  margin-top: 80px;
}

.home .footer-wrap {
  margin: 0;
}

.footer-top {
  background: #00529b
    url("/wp-content/themes/uf2015/assets/images/bg-texture-dark.png");
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-top {
    padding: 55px 0;
  }
}
@media (min-width: 992px) {
  .footer-top {
    text-align: left;
  }
}

.footer-contact-wrap {
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-contact-wrap {
    text-align: left;
    padding: 0;
  }
}
.footer-contact-wrap p a {
  font-size: 16px;
}

.footer-audience-nav {
  margin: 0;
}
.footer-audience-nav li {
  float: left;
  margin: 0 0 20px 20px;
  width: 50%;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .footer-audience-nav li {
    margin: 0 0 0 20px;
    width: 23%;
    width: calc(25% - 15px);
  }
}
.footer-audience-nav li:first-child {
  margin: 0;
}
.footer-audience-nav li:nth-child(3) {
  margin: 0;
}
@media (min-width: 768px) {
  .footer-audience-nav li:nth-child(3) {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .footer-audience-nav li:nth-child(4) {
    margin-bottom: 0;
  }
}
.footer-audience-nav li:before {
  display: none;
}
.footer-audience-nav a {
  background: #084b81;
  color: #fff;
  display: block;
  font: 700 16px/24px "gentona", "Georgia", serif;
  letter-spacing: 2px;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
}
.footer-audience-nav a:hover {
  background: #4c87b5;
}

.footer-logo {
  display: inline-block;
  height: 51px;
  margin-bottom: 30px;
  width: 279px;
}
@media (min-width: 768px) {
  .footer-logo {
    height: 46px;
    margin-bottom: 20px;
    width: 220px;
  }
}
@media (min-width: 992px) {
  .footer-logo {
    height: 59px;
    margin-bottom: 30px;
    width: 323px;
  }
}

.social-nav {
  margin: 0 0 30px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .social-nav {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .social-nav {
    margin: 0 0 20px 0;
  }
}
.social-nav li {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .social-nav li {
    margin: 0 5px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .social-nav li {
    margin: 0 5px 0 0;
  }
}
.social-nav li:before {
  display: none;
}
.social-nav a {
  color: #c2510a;
  border-color: #c2510a;
}
.social-nav a:hover {
  background: #c2510a;
  color: #fff;
}
.social-nav .icon-facebook svg {
  height: 19px;
  width: 11px;
}
.social-nav .icon-twitter svg {
  height: 17px;
  width: 20px;
}
.social-nav .icon-instagram svg {
  height: 18px;
  width: 18px;
}
.social-nav .icon-youtube svg {
  height: 16px;
  width: 22px;
}

.footer-bottom {
  background: #fff;
}
@media (min-width: 768px) {
  .footer-bottom {
    padding: 75px 0;
  }
}
.footer-bottom .address {
  font: 100 16px/22px "gentona", "Georgia", serif;
}

.footer-menu {
  padding: 0;
}
@media (min-width: 768px) {
  .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .footer-menu.open ul {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer-menu.open h2 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}
.footer-menu.open h2 .icon-caret {
  margin-top: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.footer-menu ul {
  display: none;
  margin: 0;
}
@media (min-width: 768px) {
  .footer-menu ul {
    display: block;
  }
}
.footer-menu ul li {
  margin: 0;
  text-transform: uppercase;
}
.footer-menu ul li:before {
  display: none;
}
.footer-menu h2 {
  border-top: 1px solid #d4edec;
  color: #00529b;
  font: 700 22px/30px "gentona", "Georgia", serif;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 30px 20px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer-menu h2 {
    border: none;
    margin-bottom: 12px;
    padding: 0;
  }
}
.footer-menu h2 .icon-caret {
  color: #f37021;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  width: 9px;
}
@media (min-width: 768px) {
  .footer-menu h2 .icon-caret {
    display: none;
  }
}
.footer-menu a {
  color: #c65006;
  display: block;
  font: 100 18px/26px "gentona", "Georgia", serif;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .footer-menu a {
    padding: 12px 0;
  }
}
.public-records-contact a {
  text-decoration: underline;
}
.alert-small {
  background: #fff;
  background: rgba(255, 253, 246, 0.9);
  bottom: 0;
  min-height: 65px;
  position: relative;
  width: 100%;
  z-index: 990;
}
.alert-small:hover {
  background: #cef2ef;
}
@media (min-width: 992px) {
  .alert-small {
    height: 65px;
  }
  .header.unit .alert-small {
    bottom: -100px;
  }
}

.emergency-modal .icon-alert,
.alert-small .icon-alert {
  background: #ed1c24;
  display: inline-block;
  height: 65px;
  position: relative;
  vertical-align: middle;
  width: 65px;
}
.emergency-modal .icon-alert > svg,
.alert-small .icon-alert > svg {
  color: #fff;
  height: 20px;
  width: 23px;
}

.emergency-modal .alert-title strong,
.alert-small .alert-title strong {
  color: #ed1c24;
}
@media (min-width: 768px) {
  .emergency-modal .alert-title strong:after,
  .alert-small .alert-title strong:after {
    color: #333132;
    content: " - ";
    display: inline;
  }
}
.emergency-modal .alert-title,
.emergency-modal .alert-link,
.alert-small .alert-title,
.alert-small .alert-link {
  color: #333132;
  display: inline-block;
  font: 500 16px/16px "gentona", "Georgia", serif;
  letter-spacing: 1px;
  margin-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .emergency-modal .alert-title,
  .emergency-modal .alert-link,
  .alert-small .alert-title,
  .alert-small .alert-link {
    margin-left: 30px;
  }
}
.emergency-modal .alert-link,
.alert-small .alert-link {
  font: 500 14px/14px "gentona", "Georgia", serif;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .emergency-modal .alert-link,
  .alert-small .alert-link {
    float: right;
    margin: 0 33px 0 0;
    position: relative;
  }
}
.emergency-modal .alert-link:hover,
.alert-small .alert-link:hover {
  color: #054676;
}
.emergency-modal .alert-link .arw-right,
.alert-small .alert-link .arw-right {
  height: 10px;
  margin-left: 10px;
  width: 12px;
}

.emergency-modal-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 999;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .emergency-modal-wrap {
    background: none;
  }
}
.emergency-modal-wrap.fixed {
  background: #f9f6ed;
  background: rgba(249, 246, 237, 0.4);
}

@media (min-width: 992px) {
  .emergency-modal-wrap.fixed {
    position: fixed;
    top: 0;
  }
}

.alert-small .alert-title {
  max-width: 65%;
  line-height: 1.3rem;
}

@media (max-width: 768px) {
  .alert-small {
    font-size: 0;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .alert-small .alert-title {
    font-size: 13px;
    margin: 0;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .alert-small .icon-alert {
    display: none;
  }
}
@media (max-width: 768px) {
  .alert-small .alert-title strong {
    display: block;
  }
}
@media (max-width: 768px) {
  .alert-small .alert-link {
    display: inline-block;
    font-size: 13px;
    float: none;
    margin: 0;
    position: relative;
    text-align: right;
    top: auto;
    -webkit-transform: none;
    transform: none;
    width: 30%;
  }
}
.has-alert #site-content {
  margin-top: 65px;
}
@media (max-width: 992px) {
  .has-alert #site-content {
    margin-top: 0;
  }
}
.emergency-modal {
  margin: 80px auto 20px;
  min-height: 450px;
}
@media (min-width: 768px) {
  .emergency-modal {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .emergency-modal {
    margin: 200px auto;
    width: 970px;
  }
}
.fixed .emergency-modal {
  margin: 80px 0 0;
}
@media (min-width: 768px) {
  .fixed .emergency-modal {
    margin: 0;
  }
}
.fixed .emergency-modal .emergency-modal-content {
  box-shadow: none;
}

.emergency-modal-header {
  background: #ed1c24;
  color: #fff;
  position: relative;
  width: 100%;
}
.emergency-modal-header .alert-title {
  color: #fff;
  font: 700 18px/1 "gentona", "Georgia", serif;
  padding: 13px 0;
}
@media (min-width: 768px) {
  .emergency-modal-header .alert-title {
    font-size: 22px;
    padding: 0;
  }
}
.emergency-modal-header .alert-link {
  color: #333132;
  margin: 0;
  left: 15px;
  position: absolute;
  top: 70px;
}
@media (min-width: 768px) {
  .emergency-modal-header .alert-link {
    color: #fff;
    left: auto;
    right: 98px;
    top: 50%;
  }
}
.emergency-modal-header .alert-link:hover {
  color: #333132;
}
.emergency-modal-header a {
  color: #fff;
}
.emergency-modal-header .icon-alert {
  background: #f00;
  display: none;
}
@media (min-width: 768px) {
  .emergency-modal-header .icon-alert {
    display: inline-block;
  }
}
.emergency-modal-header .icon-alert svg {
  color: #fff;
}

.emergency-modal-content {
  background: #faf8f1;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);
  color: #333132;
  padding: 50px 15px 15px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .emergency-modal-content {
    padding: 15px;
  }
}
.emergency-modal-content a {
  color: #333132;
  text-decoration: underline;
}
.emergency-modal-content a:hover {
  color: #ed1c24;
}
.emergency-modal-content h2 {
  color: #333132;
  font: 700 32px/36px "gentona", "Georgia", serif;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.emergency-modal-content h3,
.emergency-modal-content .kicker,
.emergency-modal-content .featured-story h2,
.featured-story .emergency-modal-content h2 {
  color: #333132;
  font: 500 16px/20px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.resources-wrap {
  background: #fffdf5;
  padding: 0;
}
.resources-wrap h2 {
  font: 700px 22px/26px "gentona", "Georgia", serif;
  margin: 0 !important;
  padding: 10px 20px;
}
.resources-wrap ul {
  margin: 0;
}
.resources-wrap li {
  margin: 0;
}
.resources-wrap li:before {
  display: none;
}
.resources-wrap li:nth-child(odd) {
  background: #fcfaf2;
}
.resources-wrap a {
  color: #ed1c24;
  display: block;
  font: 100 18px/22px "gentona", "Georgia", serif;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: none;
}
.resources-wrap a:hover {
  color: #333132;
}

.emergency-modal-close {
  background: #f00;
  float: right;
  height: 44px;
  position: relative;
  width: 44px;
}
@media (min-width: 768px) {
  .emergency-modal-close {
    height: 65px;
    width: 65px;
  }
}
.emergency-modal-close:hover {
  background: #ed1c24;
}
.emergency-modal-close .icon-svg {
  height: 14px;
  width: 15px;
}

.breadcrumb-wrap {
  margin: 0 0 5px;
}
.breadcrumb-wrap li {
  float: left;
  margin: 0 20px;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb-wrap li:before {
  background-color: #f37021;
  border-radius: 50%;
  content: "";
  color: #f37021;
  display: block;
  height: 4px;
  left: -22px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 4px;
}
.breadcrumb-wrap li:first-child {
  margin-left: 0;
}
.breadcrumb-wrap li:first-child:before {
  display: none;
}
.breadcrumb-wrap a,
.breadcrumb-wrap span {
  color: #304657;
  font: 100 14px/14px "gentona", "Georgia", serif;
  letter-spacing: 1px;
}
.breadcrumb-wrap a:hover {
  color: #f37021;
}

.breadcrumbs-only {
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .hor-scroll-wrap {
    font-size: 0;
    overflow: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 992px) {
  .hor-scroll-wrap .container {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .hor-scroll-wrap .row {
    margin: 0;
  }
}

@media (max-width: 992px) {
  .hor-scroll-el {
    float: none;
    font-size: inherit;
    display: inline-block;
    vertical-align: top;
    width: 90%;
    white-space: normal;
  }
}

.slick-list,
.slick-track {
  height: 100%;
  width: 100%;
}

.featured-story-wrap {
  overflow: hidden;
  width: 100%;
}

.featured-story-img-wrap {
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .featured-story-img-wrap {
    height: 750px;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .featured-story-img-wrap {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .featured-story-img-wrap {
    height: 550px;
  }
}

.featured-story-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.25s opacity;
  transition: 0.25s opacity;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  width: 100%;
  z-index: 1;
}
.featured-story-img.active {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 2;
}

.featured-story-content-wrap-wrap {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .featured-story-content-wrap-wrap {
    float: left;
    margin: 0;
  }
}

.featured-story-content-wrap {
  border: 10px solid #fff;
  padding: 0;
}

.featured-story {
  background: #fff;
  cursor: pointer;
  padding: 20px 25px;
  position: relative;
}
@media (min-width: 992px) {
  .featured-story {
    padding: 20px 40px;
  }
}
.featured-story:hover h2 {
  color: #f37021;
}
.featured-story:before {
  background: #a9dcda;
  content: "";
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
@media (min-width: 992px) {
  .featured-story:before {
    left: 52px;
  }
}
.featured-story:last-child:before {
  height: 50%;
}
.featured-story:after {
  background: #a9dcda;
  border-radius: 50%;
  color: #00529b;
  content: attr(data-number);
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  left: 27px;
  line-height: 30px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  z-index: 2;
}
@media (min-width: 992px) {
  .featured-story:after {
    left: 40px;
  }
}
.featured-story .read-more {
  color: #f58200;
  display: none;
}
.featured-story .category-tag {
  display: none;
}
.featured-story h2 {
  color: #00529b;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  padding-left: 50px;
  position: relative;
  text-transform: none;
}
@media (min-width: 992px) {
  .featured-story h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.featured-story.active {
  background: rgba(255, 255, 255, 0.75);
  cursor: default;
}
@media (max-width: 992px) {
  .featured-story.active {
    padding-top: 40px;
  }
}
.featured-story.active:before,
.featured-story.active:after {
  display: none;
}
.featured-story.active:hover h2 {
  color: #00529b;
}
.featured-story.active .category-tag {
  display: block;
  z-index: 2;
}
@media (max-width: 992px) {
  .featured-story.active .category-tag {
    left: 25px;
  }
}
.featured-story.active h2 {
  display: inline;
  font: 700 34px/38px "gentona", "Georgia", serif;
  letter-spacing: 1px;
  padding-left: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .featured-story.active h2 {
    font-size: 52px;
    line-height: 60px;
  }
}
.featured-story.active .read-more {
  display: inline-block;
}
.featured-story.active .read-more:hover {
  color: #00529b;
}

.category-tag {
  border: 5px solid #fff;
  background: #a9dcda;
  color: #00529b;
  display: block;
  font: 700 14px/14px "gentona", "Georgia", serif;
  left: -25px;
  letter-spacing: 2px;
  padding: 9px 14px;
  position: absolute;
  top: -25px;
  text-transform: uppercase;
}
.category-tag:hover {
  background: #fff;
  color: #00529b;
}
.category-tag.orange {
  background: #f7670d;
  color: #fff;
}

.homepage-stat-wrap {
  margin: -100px 0 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .homepage-stat-wrap {
    margin: -211px 0 80px;
  }
}

.homepage-stat-wrap.quad-articles {
  margin-top: 80px;
}
.homepage-stat-wrap.quad-articles .stat-wrap.two {
  height: 170px;
}
@media (max-width: 992px) {
  .homepage-stat-wrap.quad-articles .stat-wrap.two {
    display: none;
  }
  .homepage-stat-wrap.quad-articles {
    margin-top: 20px;
  }
}

.homepage-stat-wrap.bottom {
  margin: 0;
}
@media (min-width: 768px) {
  .homepage-stat-wrap.bottom {
    margin: 0 0 100px;
  }
}
.homepage-stat-wrap.bottom .featured-story-content-wrap {
  background: #fff;
  padding: 20px 25px;
}
@media (min-width: 992px) {
  .homepage-stat-wrap.bottom .featured-story-content-wrap {
    padding: 35px 40px;
  }
}
.homepage-stat-wrap.bottom .featured-story-content-wrap h2 {
  font: 700 34px/38px "gentona", "Georgia", serif;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .homepage-stat-wrap.bottom .featured-story-content-wrap h2 {
    font-size: 60px;
    line-height: 66px;
  }
}

.homepage-stat-wrap .stat-wrap,
.homepage-stat-wrap-two .stat-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .homepage-stat-wrap .stat-wrap,
  .homepage-stat-wrap-two .stat-wrap {
    float: left;
  }
}
@media (min-width: 992px) {
  .homepage-stat-wrap .stat-wrap,
  .homepage-stat-wrap-two .stat-wrap {
    margin-top: 200px;
  }
}
@media (min-width: 1220px) {
  .homepage-stat-wrap .stat-wrap,
  .homepage-stat-wrap-two .stat-wrap {
    margin-top: 300px;
  }
}
@media (min-width: 992px) {
  .homepage-stat-wrap .stat-wrap.one,
  .homepage-stat-wrap-two .stat-wrap.one {
    float: right;
    margin: -200px 13% 0 0;
  }
}
@media (min-width: 1220px) {
  .homepage-stat-wrap .stat-wrap.one,
  .homepage-stat-wrap-two .stat-wrap.one {
    margin: -200px 18.5% 0 0;
  }
}

.stat-wrap {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .stat-wrap {
    margin: 0;
    min-height: 350px;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .stat-wrap {
    margin: 0;
    min-height: 350px;
    width: 50%;
  }
}
@media (min-width: 450px) {
  .stat-wrap {
    height: 270px;
  }
}
@media (max-width: 992px) {
  .stat-wrap {
    background-image: url("/wp-content/themes/uf2015/assets/images/bg-stat-hor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .stat-wrap {
    width: 270px;
  }
}
@media (min-width: 992px) {
  .stat-wrap.in-bottom .stat {
    background-image: url("/wp-content/themes/uf2015/assets/images/bg-stat-in-vert.jpg");
    background-position: center top;
  }
}
.stat-wrap.in-bottom:hover .info {
  -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 0);
  transform: perspective(800px) rotate3d(1, 0, 0, 0);
}
@media (min-width: 992px) {
  .stat-wrap.in-bottom .info {
    background-image: url("/wp-content/themes/uf2015/assets/images/bg-stat-in-vert.jpg");
    background-position: center bottom;
    bottom: -100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(800px) rotate3d(1, 0, 0, -90deg);
  }
}
@media (min-width: 992px) {
  .stat-wrap.in-top .stat {
    background-image: url("/wp-content/themes/uf2015/assets/images/bg-stat-in-vert.jpg");
    background-position: center bottom;
  }
}
.stat-wrap.in-top:hover .info {
  -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 0);
  transform: perspective(800px) rotate3d(1, 0, 0, 0);
}
@media (min-width: 992px) {
  .stat-wrap.in-top .info {
    background-image: url("/wp-content/themes/uf2015/assets/images/bg-stat-in-vert.jpg");
    background-position: center top;
    top: -100%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
  }
}
.stat-wrap.in-left .stat {
  background-position: center right;
}
.stat-wrap.in-left:hover .info {
  -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 0) rotateY(0);
  transform: perspective(800px) rotate3d(1, 0, 0, 0) rotateY(0);
}
.stat-wrap.in-left .info {
  background-position: center left;
}
@media (min-width: 992px) {
  .stat-wrap.in-left .info {
    left: -100%;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 0) rotateY(-90deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 0) rotateY(-90deg);
    top: 0;
  }
}
.stat-wrap.in-right .stat {
  background-position: center left;
}
.stat-wrap.in-right:hover .info {
  -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 0) rotateY(0);
  transform: perspective(800px) rotate3d(1, 0, 0, 0) rotateY(0);
}
.stat-wrap.in-right .info {
  background-position: center right;
}
@media (min-width: 992px) {
  .stat-wrap.in-right .info {
    right: -100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 0) rotateY(90deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 0) rotateY(90deg);
    top: 0;
  }
}
.stat-wrap .stat {
  min-height: 150px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (min-width: 450px) {
  .stat-wrap .stat {
    height: 100%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .stat-wrap .stat {
    background-image: url("/wp-content/themes/uf2015/assets/images/bg-stat-hor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
}
.stat-wrap .info {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  letter-spacing: 2px;
  min-height: 150px;
  width: 100%;
}
@media (min-width: 450px) {
  .stat-wrap .info {
    height: 100%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .stat-wrap .info {
    background-image: url("/wp-content/themes/uf2015/assets/images/bg-stat-hor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .stat-wrap .info:after {
    background: #f37021;
    background: rgba(243, 112, 33, 0.75);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
.no-csstransforms3d .stat-wrap .info {
  display: none;
}
.no-csstransforms3d .stat-wrap:hover .info {
  display: block;
}

.big-stat-wrap,
.tweet-block {
  background: #00529b
    url("/wp-content/themes/uf2015/assets/images/bg-big-stat.png") no-repeat
    center center;
  background-size: cover;
  margin-bottom: 20px;
  min-height: 350px;
  padding-top: 87px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .big-stat-wrap,
  .tweet-block {
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .big-stat-wrap,
  .tweet-block {
    margin: 0;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .big-stat-wrap,
  .tweet-block {
    float: left;
  }
}
@media (min-width: 992px) {
  .big-stat-wrap,
  .tweet-block {
    clear: left;
    height: 400px;
    margin: 0;
    padding: 0;
    width: 400px;
  }
}
@media (min-width: 992px) {
  .big-stat-wrap.two,
  .big-stat-wrap.three,
  .tweet-block.two,
  .tweet-block.three {
    clear: none;
    float: right;
    position: relative;
  }
}
@media (min-width: 992px) {
  .big-stat-wrap.three,
  .tweet-block.three {
    float: right;
    margin-right: 100px;
  }
}
@media (min-width: 992px) {
  .big-stat-wrap.four,
  .tweet-block.four {
    float: left;
    margin-left: 290px;
  }
}
@media (min-width: 1220px) {
  .big-stat-wrap.four,
  .tweet-block.four {
    margin-left: 100px;
  }
}
.big-stat-wrap .category-tag,
.tweet-block .category-tag {
  left: auto;
  top: 22px;
  right: 15px;
}
@media (min-width: 992px) {
  .big-stat-wrap .category-tag,
  .tweet-block .category-tag {
    top: 45px;
    right: -25px;
  }
}
.big-stat-wrap.ufalert .category-tag,
.tweet-block.ufalert .category-tag {
  background: #ed1c24;
  color: #fff;
  left: 15px;
  right: auto;
}
@media (min-width: 992px) {
  .big-stat-wrap.ufalert .category-tag,
  .tweet-block.ufalert .category-tag {
    left: -15px;
  }
}
.big-stat-wrap.ufalert .category-tag:hover,
.tweet-block.ufalert .category-tag:hover {
  color: #ed1c24;
  background: #fff;
}
.big-stat-wrap.ufalert .category-tag .icon-alert,
.tweet-block.ufalert .category-tag .icon-alert {
  height: 15px;
  width: 15px;
  vertical-align: bottom;
  margin-right: 5px;
}

.tweet-block {
  background: #4c87b5;
}

.tweet-copy {
  color: #fff;
  padding: 0 40px 40px;
  position: relative;
}
@media (min-width: 992px) {
  .tweet-copy {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .tweet-copy:before {
    color: #3777ab;
    content: "\201C";
    font: 500 220px/220px "gentona", "Georgia", serif;
    left: 27px;
    position: absolute;
    top: 0;
  }
}
.tweet-copy p {
  color: #b6eded;
  font: 500 16px/24px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .tweet-copy p {
    font-size: 20px;
    line-height: 32px;
  }
}
.tweet-copy .icon-twitter {
  background: #3777ab;
  border-color: #3777ab;
  display: inline-block;
  vertical-align: middle;
}
.tweet-copy .icon-twitter svg {
  height: 18px;
  width: 22px;
}
.tweet-copy .twitter-name {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
}
.tweet-copy .twitter-name:hover {
  color: #f37021;
}

.big-stat-copy {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  left: 0;
  line-height: 24px;
  padding: 0 30px 30px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .big-stat-copy {
    padding: 40px;
  }
}
.big-stat-copy h2 {
  color: #fff;
  font: 700 24px/30px "gentona", "Georgia", serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .big-stat-copy h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.big-stat-copy h2 a {
  color: #fff;
  display: block;
}
.big-stat-copy h2 a:hover,
.big-stat-copy h2:hover {
  color: #f37021;
}
.big-stat-copy p {
  color: white;
  margin-bottom: 20px;
}
.big-stat-copy .read-more:hover {
  color: #f79f6a;
}

.big-stat-img h2 {
  font: 500 24px/32px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
}
.big-stat-img .category-tag {
  right: auto;
  left: 15px;
}
@media (min-width: 992px) {
  .big-stat-img .category-tag {
    left: -25px;
  }
}

.landing-page-hero {
  overflow: hidden;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .landing-page-hero {
    padding-bottom: 135px;
  }
}
.landing-page-hero .row {
  position: relative;
}
.landing-page-hero .img-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}
@media (min-width: 768px) {
  .landing-page-hero .img-hero {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .landing-page-hero .img-hero {
    height: 620px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .landing-page-hero .col-sm-9 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .landing-page-hero .col-sm-9 {
    margin-bottom: 30px;
  }
}
.landing-page-hero .secondary {
  clear: left;
}
@media (min-width: 768px) {
  .landing-page-hero .secondary {
    clear: none;
    margin-top: 75px;
    position: absolute;
    right: -8.33333%;
  }
}
.landing-page-hero .secondary .img-hero {
  height: 250px;
}
@media (min-width: 768px) {
  .landing-page-hero .secondary .img-hero {
    height: 430px;
  }
}

.hero-content {
  background: #fffdf5;
  padding: 30px;
  z-index: 5;
}
@media (max-width: 767px) {
  .hero-content {
    margin: -20px auto;
    width: 85%;
  }
}
@media (min-width: 768px) {
  .hero-content {
    position: absolute;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    bottom: -65px;
  }
}
@media (min-width: 992px) {
  .hero-content {
    bottom: 0;
    top: auto;
  }
}
.hero-content p {
  margin: 0;
}
.hero-content .read-more {
  color: #ff5d00; /* orange */
}

.landing-page-hero-full {
  text-align: center;
}
.landing-page-hero-full .hero-img {
  background-position: center center;
  background-size: cover;
  height: 450px;
  position: relative;
}
.landing-page-hero-full .hero-img h1 {
  bottom: 50px;
  color: #fff;
  font: 700 42px/42px "gentona", "Georgia", serif;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  text-shadow: 2px 3px 2px #f37021;
  width: 100%;
}
@media (min-width: 992px) {
  .landing-page-hero-full .hero-img h1 {
    bottom: 100px;
    font-size: 60px;
    line-height: 72px;
  }
}
.landing-page-hero-full .hero-text {
  color: #4c87b5;
  font: 500 18px/28px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .landing-page-hero-full .hero-text {
    font-size: 24px;
    line-height: 40px;
    padding: 85px 0;
  }
}
.landing-page-hero-full .hero-text p {
  margin-bottom: 40px;
}

.gal-list-wrap {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .gal-list-wrap {
    margin-bottom: 100px;
  }
}

.gal-with-caption {
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gal-with-caption {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .gal-with-caption {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .gal-with-caption {
    padding-bottom: 100px;
  }
}
.gal-with-caption .gal-img {
  float: right;
  height: 400px;
  width: 80%;
}
@media (min-width: 992px) {
  .gal-with-caption .gal-img {
    float: none;
    height: 532px;
    width: 455px;
  }
}
@media (min-width: 1220px) {
  .gal-with-caption .gal-img {
    margin-left: 86px;
    width: 469px;
  }
}
.gal-with-caption .caption {
  background: #faf8f1;
  bottom: 0;
  color: #4c87b5;
  font: 500 20px/28px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  left: 0;
  padding: 30px 40px;
  text-align: right;
}
@media (max-width: 767px) {
  .gal-with-caption .caption {
    float: left;
    margin-top: -100px;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .gal-with-caption .caption {
    font-size: 24px;
    line-height: 40px;
    position: absolute;
    width: 351px;
  }
}

.img-callout-wrapper {
  background-image: url("/wp-content/themes/uf2015/assets/images/bg-breaker.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .img-callout-wrapper {
    margin-bottom: 100px;
    padding: 100px 0;
  }
}

@media (min-width: 992px) {
  .img-callout-wrap {
    margin: 0;
  }
}

.img-callout-wrap:nth-child(even) {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .img-callout-wrap:nth-child(even) {
    margin-top: 150px;
  }
}

.img-callout {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 17px;
  text-align: center;
}
@media (min-width: 992px) {
  .img-callout {
    padding: 25px;
  }
}
.img-callout img {
  margin-bottom: 30px;
  width: 100%;
}
.img-callout h2 {
  font-size: 24px;
  line-height: 36px;
}
.img-callout p {
  font-size: 18px;
  line-height: 28px;
}

.content-layout-a {
  margin-bottom: 100px;
}
.content-layout-a .copy-wrap {
  background: #eee;
  margin-top: 70px;
  padding: 25px;
}
@media (min-width: 992px) {
  .content-layout-a .copy-wrap {
    padding: 50px;
  }
}
.content-layout-a .img-wrap {
  padding: 0;
}

.tweet-callout-wrap {
  background: #ddd;
  color: #aaa;
  font-size: 22px;
  font-style: italic;
  line-height: 32px;
  padding: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .tweet-callout-wrap {
    float: right;
    margin-top: -20%;
  }
}
.tweet-callout-wrap img {
  display: inline-block;
}
.tweet-callout-wrap p {
  margin-bottom: 20px;
}
.tweet-callout-wrap .tweet-user {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.content-layout-b {
  margin-bottom: 100px;
}
.content-layout-b .copy-wrap {
  background: #eee;
  padding: 25px;
}
@media (min-width: 992px) {
  .content-layout-b .copy-wrap {
    padding: 50px;
  }
}
.content-layout-b .img-wrap {
  margin-top: 70px;
  padding: 0 0 0 15px;
}

.academic-list {
  border-bottom: 1px solid #e5dfcf;
  margin: 0 0 30px 0;
}
@media (min-width: 992px) {
  .academic-list {
    margin-bottom: 80px;
  }
}
.academic-list .btn-mobile-toggle a {
  background: #faf8f1;
  color: #f37021;
}
.academic-list .btn-mobile-toggle a:after {
  width: 100%;
}
.academic-list .btn-mobile-toggle a .arw-right {
  background: #f37021;
  color: #fff;
  display: block;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
}
.academic-list .btn-mobile-toggle a .arw-right svg {
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  width: 19px;
}
.academic-list .btn-mobile-toggle {
  display: block;
}
@media (min-width: 992px) {
  .academic-list .btn-mobile-toggle {
    display: none;
  }
}
.academic-list .btn-mobile-toggle .arw-right svg {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.academic-list.open-list li {
  display: block;
}
.academic-list.open-list .btn-mobile-toggle .arw-right svg {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
  transform: translate(-50%, -50%) rotate(270deg);
}
.academic-list li {
  display: none;
  margin: 0;
}
@media (min-width: 992px) {
  .academic-list li {
    display: block;
    float: left;
  }
}
.academic-list li:before {
  display: none;
}
.no-touch .academic-list li.btn-mobile-toggle a:hover {
  background: #faf8f1;
}
.academic-list a {
  background: #f37021;
  color: #fff;
  display: block;
  font: 700 16px/26px "gentona", "Georgia", serif;
  letter-spacing: 2px;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .academic-list a {
    background: none;
    color: #f37021;
    padding: 34px 25px;
  }
}
.academic-list a:after {
  background: #f37021;
  bottom: -2px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 0;
}
@media (max-width: 768px) {
  .no-touch .academic-list a:hover {
    background: #dd661e;
  }
}
@media (min-width: 992px) {
  .academic-list a:hover:after,
  .academic-list a.active:after {
    -webkit-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
    width: 100%;
  }
}

.majors-list {
  margin: 0 0 30px;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 992px) {
  .majors-list {
    margin: 0 0 70px;
    padding: 0;
  }
}
.majors-list:last-child:after {
  display: none;
}
.majors-list:before {
  content: attr(data-category);
  text-transform: uppercase;
  color: #4c87b5;
  font: 700 32px/32px "gentona", "Georgia", serif;
  left: 5px;
  position: absolute;
  top: 5px;
}
@media (min-width: 768px) {
  .majors-list:before {
    left: -55px;
    top: 30px;
  }
}
.majors-list:after {
  background: #e5dfcf;
  bottom: -50px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
}
@media (min-width: 992px) {
  .majors-list:after {
    left: -81px;
    width: 940px;
  }
}
@media (min-width: 1220px) {
  .majors-list:after {
    left: -97px;
    width: 1140px;
  }
}
.majors-list li {
  margin: 0;
}
.majors-list li:before {
  display: none;
}
.majors-list li:first-child {
  border-top: 1px solid #eae5d7;
}
@media (min-width: 992px) {
  .majors-list li:first-child {
    border: none;
  }
}
.majors-list li:nth-child(even) a {
  background: #fffdf5;
}
.majors-list a {
  color: #00529b;
  display: block;
  font: 500 16px/20px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px;
  text-transform: none;
}
@media (min-width: 992px) {
  .majors-list a {
    font-size: 20px;
    line-height: 32px;
    padding: 30px 25px;
    text-transform: uppercase;
  }
}
.majors-list a:hover {
  color: #f37021;
}

.filter-wrap.open ul {
  display: block;
}
.filter-wrap.open h2 {
  margin: 0 0 5px;
}
.filter-wrap h2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .filter-wrap h2 {
    background: #555;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 22px 0;
    text-align: center;
  }
}
.filter-wrap ul {
  margin: 0;
}
.filter-wrap li {
  margin-bottom: 10px;
}
.filter-wrap li:before {
  display: none;
}
.filter-wrap a {
  background: #00529b;
  color: #fff;
  display: block;
  font: 700 16px/24px "gentona", "Georgia", serif;
  letter-spacing: 1px;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
}
.filter-wrap a:hover,
.filter-wrap a.active {
  background: #4c87b5;
}

.sidenav {
  list-style: none;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sidenav {
    margin: 0;
  }
}
.sidenav ul {
  margin: 0;
}
.sidenav li {
  margin: 0;
}
.sidenav li:before {
  display: none;
}
.sidenav li li a {
  padding: 13px 20px 13px 35px;
}
.sidenav a {
  font-size: 16px;
  padding: 13px 20px;
}
.sidenav .active a {
  background: #f37021;
  color: #fff;
}

.search-form {
  margin-bottom: 65px;
}
.search-form input {
  width: 600px;
  width: calc(100% - 67px);
}
.search-form button {
  background: #f37021;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 67px;
  margin: 0 -2px;
  position: relative;
  vertical-align: top;
  width: 67px;
}
.search-form button:hover {
  background: #dd661e;
}
.search-form button .icon-svg {
  height: 24px;
  width: 25px;
}

.search-results h2 a {
  color: #4c87b5;
}
.search-results h2 a:hover {
  color: #f37021;
}
.search-results p:last-child {
  margin: 0;
}

.breaker {
  background: url("/wp-content/themes/uf2015/assets/images/bg-breaker.jpg")
    no-repeat center center;
  background-size: cover;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .breaker {
    margin-bottom: 100px;
    padding: 144px 0;
  }
}
.breaker.last {
  margin: 0;
}
.breaker.home-section.last {
  background-image: url("/wp-content/themes/uf2015/assets/images/bg-breaker2.jpg");
}
.breaker p {
  color: #fff;
  font: 500 20px/30px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  text-shadow: 2px 2px 1px #606060;
}
.breaker p a {
  text-shadow: none;
}
@media (min-width: 768px) {
  .breaker p {
    font-size: 22px;
    line-height: 38px;
  }
}
.breaker h2 {
  color: #fff;
  font: 700 38px/44px "gentona", "Georgia", serif;
  letter-spacing: 1px;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-shadow: 2px 3px 2px #f37021;
}
@media (min-width: 768px) {
  .breaker h2 {
    font-size: 52px;
    line-height: 56px;
  }
}
.breaker .icon-circle {
  margin-bottom: 25px;
}
.breaker .icon-circle .icon-svg {
  color: #f37021;
  height: 95px;
  width: 95px;
}
.breaker .edge-bottom,
.breaker .edge-top {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.breaker .edge-bottom {
  bottom: 0;
  top: auto;
}

.breaker:before,
.breaker:after,
.stat-breaker:before,
.stat-breaker:after {
  background: url("/wp-content/themes/uf2015/assets/images/edge-bottom-1.png");
  background-position: top center;
  bottom: 0;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.breaker:after,
.stat-breaker:after {
  background-image: url("/wp-content/themes/uf2015/assets/images/edge-top-1.png");
  background-position: bottom center;
  bottom: auto;
  top: 0;
}
.breaker.edge-blue-top:after,
.stat-breaker.edge-blue-top:after {
  background-image: url("/wp-content/themes/uf2015/assets/images/edge-blue-top.png");
}
.breaker.edge-blue-bottom:before,
.stat-breaker.edge-blue-bottom:before {
  background-image: url("/wp-content/themes/uf2015/assets/images/edge-blue-bottom.png");
}

.feature-bio-wrap {
  margin-bottom: 50px;
  margin-top: -25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .feature-bio-wrap {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .feature-bio-wrap {
    overflow: initial;
  }
}

.feature-bios {
  position: relative;
}
@media (min-width: 992px) {
  .feature-bios {
    height: 638px;
    margin-top: 94px;
  }
}

.bio h3,
.bio .kicker,
.bio .featured-story h2,
.featured-story .bio h2,
.feature-bio-copy-wrap h3,
.feature-bio-copy-wrap .kicker,
.feature-bio-copy-wrap .featured-story h2,
.featured-story .feature-bio-copy-wrap h2 {
  color: #b6eded;
  font: 500 16px/24px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .bio {
    background: #00529b;
  }
}
@media (max-width: 992px) {
  .bio:nth-child(odd) {
    background: #4c87b5;
  }
}
@media (max-width: 992px) {
  .bio:nth-child(even) .copy-wrap:before {
    background: #00529b;
  }
}
@media (min-width: 992px) {
  .bio {
    bottom: 0;
    cursor: pointer;
    float: none;
    height: 251px;
    overflow: hidden;
    left: 0;
    position: absolute;
    width: 251px;
    z-index: 5;
  }
}
.bio.active {
  cursor: default;
  height: 638px;
}
@media (min-width: 992px) {
  .bio.active {
    height: 638px;
    width: 370px;
  }
}
@media (min-width: 1220px) {
  .bio.active {
    width: 570px;
  }
}
@media (min-width: 992px) {
  .bio.active:before,
  .bio.active .copy-wrap {
    display: none;
  }
}
@media (min-width: 992px) {
  .bio:before {
    background: #00529b;
    background: rgba(0, 82, 155, 0.65);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    visibility: hidden;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bio:hover .copy-wrap,
  .bio:hover:before {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}
.bio.velocity-animating .copy-wrap,
.bio.velocity-animating:before {
  display: none !important;
}
.bio .category-tag {
  display: none;
}
.bio .copy-wrap {
  padding: 40px 30px;
  position: relative;
  white-space: normal;
  width: 100%;
}
@media (max-width: 992px) {
  .bio .copy-wrap {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .bio .copy-wrap {
    opacity: 0;
    padding: 0 30px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    visibility: hidden;
  }
}
.bio .copy-wrap h2 {
  color: #fff;
  font: 700 22px/31px "gentona", "Georgia", serif;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.bio .copy-wrap h3,
.bio .copy-wrap .kicker,
.bio .copy-wrap .featured-story h2,
.featured-story .bio .copy-wrap h2 {
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .bio .copy-wrap p {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .bio .copy-wrap p {
    display: none;
  }
}
@media (max-width: 992px) {
  .bio .copy-wrap .btn-circle {
    display: none;
  }
}
.bio .bio-img {
  background: no-repeat center center;
  background-size: cover;
  display: block;
  height: 300px;
  width: 100%;
}
@media (min-width: 992px) {
  .bio .bio-img {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .bio .bio-img {
    height: 100%;
  }
}
.bio .arw-right svg {
  color: #fff;
  height: 14px;
  width: 16px;
}

.feature-bio-wrap:before,
.copy-wrap:before {
  background: #4c87b5;
  content: "";
  height: 48px;
  left: -24px;
  margin: -24px 0 0 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  width: 48px;
}
@media (min-width: 992px) {
  .feature-bio-wrap:before,
  .copy-wrap:before {
    display: none;
  }
}
.feature-bio-wrap.copy-wrap:before,
.copy-wrap.copy-wrap:before {
  left: 50%;
  margin: 0 0 0 -24px;
  top: -24px;
}

.feature-bio-copy-wrap {
  background: #4c87b5;
  color: #fff;
  display: none;
  height: 481px;
  padding: 70px 50px 50px;
  position: absolute;
  -webkit-transform: translateY(-94px);
  transform: translateY(-94px);
  right: 0;
  width: 570px;
}
@media (min-width: 992px) {
  .feature-bio-copy-wrap {
    display: block;
  }
}
.feature-bio-copy-wrap h2 {
  color: #fff;
  font: 700 28px/34px "gentona", "Georgia", serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.feature-bio-copy-wrap p {
  font: 100 18px/28px "gentona", "Georgia", serif;
}
.feature-bio-copy-wrap .arw-right {
  display: none !important;
}

.stat-breaker {
  background: #084b81
    url("/wp-content/themes/uf2015/assets/images/bg-texture-dark.png");
  height: 460px;
  margin-bottom: 100px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  .stat-breaker .stat {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .stat-breaker .stat {
    float: none !important;
  }
}

.stat-wrap,
.stat-block-wrap {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .stat-wrap,
  .stat-block-wrap {
    margin: 0;
  }
}
.stat-wrap .stat,
.stat-block-wrap .stat {
  text-align: center;
}
@media (min-width: 450px) {
  .stat-wrap .stat,
  .stat-block-wrap .stat {
    height: 100%;
    float: left;
  }
}
@media (min-width: 992px) {
  .stat-wrap .stat,
  .stat-block-wrap .stat {
    float: none;
    width: 100%;
  }
}
.stat-wrap .stat.large h2,
.stat-block-wrap .stat.large h2 {
  font-size: 80px;
}
@media (min-width: 992px) {
  .stat-wrap .stat.large h2,
  .stat-block-wrap .stat.large h2 {
    font-size: 100px;
  }
}
.stat-wrap .stat.larger h2,
.stat-block-wrap .stat.larger h2 {
  font-size: 60px;
}
@media (min-width: 992px) {
  .stat-wrap .stat.larger h2,
  .stat-block-wrap .stat.larger h2 {
    font-size: 85px;
  }
}
.stat-wrap .stat h2,
.stat-block-wrap .stat h2 {
  color: #fff;
  font: 700 110px/1 "gentona", "Georgia", serif;
  margin: 0;
  padding: 0 15px;
  text-shadow: 5px 5px 2px #f37021;
  width: 100%;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .stat-wrap .stat h2,
  .stat-block-wrap .stat h2 {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .stat-wrap .stat h2,
  .stat-block-wrap .stat h2 {
    font-size: 140px;
    padding: 0 30px;
  }
}
.stat-wrap .info,
.stat-block-wrap .info {
  color: #fef2d2;
  font: 700 16px/24px "gentona", "Georgia", serif;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 10;
}
@media (min-width: 450px) {
  .stat-wrap .info,
  .stat-block-wrap .info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .no-touch .stat-wrap .info,
  .no-touch .stat-block-wrap .info {
    float: none;
    position: absolute;
    width: 100%;
  }
}
.stat-wrap .info p,
.stat-block-wrap .info p {
  margin: 0;
}
.stat-wrap .info-copy,
.stat-block-wrap .info-copy {
  padding: 0 15px 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .stat-wrap .info-copy,
  .stat-block-wrap .info-copy {
    padding: 30px 30px 0;
  }
}
@media (min-width: 992px) {
  .stat-wrap .info-copy:before,
  .stat-block-wrap .info-copy:before {
    background: #00529b;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    top: 0;
    width: 120px;
  }
}

.stat-wrap .info {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

.stat-block-wrap {
  background: none no-repeat center center;
  background-size: cover;
  height: 460px;
}
.stat-block-wrap:hover,
.touch .stat-block-wrap {
  background-image: url("/wp-content/themes/uf2015/assets/images/stat-duotone-bg.jpg");
}
.stat-block-wrap:hover .info,
.touch .stat-block-wrap .info {
  display: block;
  opacity: 1;
}
@media (min-width: 992px) {
  .no-touch .stat-block-wrap .stat,
  .no-touch .stat-block-wrap .info {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
  }
}
.stat-block-wrap .info {
  width: 100%;
}
@media (min-width: 992px) {
  .no-touch .stat-block-wrap .info {
    opacity: 0;
    z-index: 1;
  }
}
.stat-block-wrap .info-copy:before {
  background: #f37021;
}

.stat-block {
  padding: 0 15px;
  width: 100%;
}

.content-box-module {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .content-box-module {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .content-box-module .category-tag {
    left: 25px;
  }
}

.content-box-copy {
  background: #fffdf5;
  margin: 0 15px;
  padding: 30px;
}
@media (min-width: 768px) {
  .content-box-copy {
    margin: 0;
    padding: 30px 40px;
  }
}
.content-box-copy a {
  color: #cc4b00;
}
.content-box-copy .read-more {
  color: #ff5d00; /* orange */
}

.content-box-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 15px;
  min-height: 300px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .content-box-img {
    margin: 100px 0 0;
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .content-box-img {
    min-height: 532px;
  }
}

@media (min-width: 768px) {
  .content-box-module--tweet {
    margin-bottom: 250px;
  }
}
.content-box-module--tweet .container {
  position: relative;
}
@media (min-width: 992px) {
  .content-box-module--tweet .container {
    min-height: 760px;
  }
}
@media (max-width: 992px) {
  .content-box-module--tweet .category-tag {
    left: auto;
    right: 25px;
  }
}
.content-box-module--tweet .content-box-copy {
  margin-top: 100px;
}
.content-box-module--tweet .content-box-img {
  margin: 0;
}
@media (max-width: 768px) {
  .content-box-module--tweet .content-box-img {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .content-box-module--tweet .content-box-img {
    background: none !important;
  }
}
.content-box-module--tweet .visible-mobile {
  float: right;
  margin-top: -60px;
  width: 75%;
}
@media (max-width: 992px) {
  .content-box-module--tweet .tweet-copy {
    padding: 0 30px 30px;
  }
}
@media (max-width: 992px) {
  .content-box-module--tweet .tweet-copy:before {
    font-size: 160px;
    line-height: 160px;
    top: -90px;
  }
}
@media (max-width: 992px) {
  .content-box-module--tweet .tweet-copy p {
    font-size: 16px;
    line-height: 26px;
  }
}
.content-box-module--tweet .tweet-block {
  margin: 0;
  width: 95%;
}
@media (min-width: 350px) {
  .content-box-module--tweet .tweet-block {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .content-box-module--tweet .tweet-block {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .content-box-module--tweet .tweet-block {
    left: auto;
    top: 360px;
    right: -147px;
    width: 400px;
  }
}
@media (min-width: 1220px) {
  .content-box-module--tweet .tweet-block {
    right: -180px;
  }
}
.content-box-module--tweet .tweet-block .visible-mobile {
  width: 75%;
}

table {
  border-collapse: collapse;
  margin-bottom: 18px;
  min-width: 50%;
  text-align: left;
}
table th,
table td {
  border: 1px solid #084b81;
  font: 400 16px/24px "gentona", "Georgia", serif;
  padding: 7px 13px;
}
table th {
  background: #084b81;
  color: #fff;
  font: 400 16px/24px "quadon", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table tbody tr {
  background: #fffdf5;
}
table tbody tr:nth-child(odd) {
  background: #f0ebe0;
}
.faq-entry dl {
  margin-bottom: 0px;
}
.faq-entry dt {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  text-transform: none;
  padding-bottom: 13px;
  margin: 0px;
}
.faq-entry dt.closed {
  display: none;
}

.faq-entry dt:after {
  position: absolute;
  right: 16px;
  top: 18px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #00529b;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.faq-entry dt:before {
  position: absolute;
  right: 12px;
  top: 22px;
  display: block;
  width: 10px;
  height: 2px;
  background: #00529b;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.faq-entry dt.open:after,
.faq-entry dt.open:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-entry dd {
  margin-bottom: 0;
  padding-bottom: 20px;
  max-height: 100000px;
  transition: max-height 5s ease-in-out;
  overflow: hidden;
}
.faq-entry dd p:last-of-type {
  margin-bottom: 0;
}
.faq-date {
  color: #fa4616;
  font-weight: 200;
}

.faq-entry dd.closed {
  display: none;
}

.faq-entry dd.opening {
  max-height: 0;
  padding-bottom: 0;
}
.page-with-sidebar {
  margin-top: 100px;
}
article .datetime {
  margin-bottom: 50px;
}
