  @charset "utf-8";
/*
Theme Name: uakron
Theme URI: http://www.uakron.edu/application/themes/uakron/
Author: The University of 69ڽ Webteam
Author URI: http://www.uakron.edu/
Description: The default theme for The University of 69ڽ
Version: 2.0
License: All Rights Reserved
License URI: 
*/
@font-face {
    font-family:"Oswald";
    src: url("/global/application/velocity/shared/fonts/Oswald-Regular.eot"); /* EOT file for IE */
    font-display: swap;
}
@font-face {
    font-family:"Oswald";
    src: url("/global/application/velocity/shared/fonts/Oswald-Regular.ttf"); /* TTF file for CSS3 browsers */
    font-display: swap;
}
@font-face {
    font-family:"nunito";
    src: url("/global/application/velocity/shared/fonts/Nunito-Regular.ttf"); /* TTF file for CSS3 browsers */
    font-display: swap;
}
@font-face {
    font-family:"Open Sans";
    src: url("/global/application/velocity/shared/fonts/OpenSans-Regular.ttf"); /* TTF file for CSS3 browsers */
    font-display: swap;
}
@font-face {
    font-family:"Open Sans Bold";
    src: url("/global/application/velocity/shared/fonts/OpenSans-Bold.ttf"); /* TTF file for CSS3 browsers */
    font-display: swap;
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Spectral'), local('spectral'), url('/application/themes/fonts/spectral/Spectral-Regular.ttf');
  src: local('Spectral'), local('spectral'), url('/application/themes/fonts/spectral/spectral-reg.woff2');
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: local('Spectral Bold'), local('spectral-bold'), url('/application/themes/fonts/spectral/Spectral-Bold.ttf');
  src: local('Spectral Bold'), local('spectral-bold'), url('/application/themes/fonts/spectral/spectral-bold.woff2');
}
@font-face {
	font-family: 'bebas';
	src: url("https://share.uakron.edu/global/includes/fonts/bebasneue_regular_macroman/BebasNeue-webfont.eot");
	src: url("https://share.uakron.edu/global/includes/fonts/bebasneue_regular_macroman/BebasNeue-webfont.eot") format("eot"), url("https://share.uakron.edu/global/includes/fonts/bebasneue_regular_macroman/BebasNeue-webfont.woff") format("woff"), url("https://share.uakron.edu/global/includes/fonts/bebasneue_regular_macroman/BebasNeue-webfont.ttf") format("truetype"), url("https://share.uakron.edu/global/includes/fonts/bebasneue_regular_macroman/BBebasNeue-webfont.svg#webfont") format("svg");
	font-display: swap;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/global/application/velocity/shared/fonts/glyphicons-halflings-regular.eot');
    src: url('/global/application/velocity/shared/fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('/global/application/velocity/shared/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/global/application/velocity/shared/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/global/application/velocity/shared/fonts/glyphicons-halflings-regular.svg') format('svg');
    font-display: swap;
}
.spectral {
  font-family: 'Spectral', serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.spectral-bold {
  font-family: 'Spectral Bold', serif;
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.open-sans-300 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.open-sans-700 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.open-sans-bold {
  font-family: 'Open Sans Bold', sans-serif;
}
.open-sans p, .open-sans h1, .open-sans h2, .open-sans h3, .open-sans td, .open-sans li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.pro-reg {
  font-family: prohibition, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pro-it {
  font-family: prohibition, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.adelle {
  font-family: adelle, serif;
  font-style: normal;
  font-weight: 600;
}
.oswald {
  font-family: 'Oswald', sans-serif
}
.oswald p, .oswald h1, .oswald h2, .oswald h3, .oswald h4, .oswald td, .oswald li {
  font-family: 'Oswald', sans-serif
}
.lora {
  font-family: 'Lora', serif
}
.lora p, .lora h1, .lora h2, .lora h3, .lora h4, .lora td, .lora li {
  font-family: 'Lora', serif
}
.gudea {
  font-family: 'Gudea', sans-serif
}
.gudea p, .gudea h1, .gudea h2, .gudea h3, .gudea h4, .gudea td, .gudea li {
  font-family: 'Gudea', sans-serif
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif, verdana, helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
   overflow-x: hidden;
   background-color:#fff;
}
html {
  background-color: #041e42;
  background-image: url("/application/themes/css/images/rosette-pattern-bg.jpg");
   background-repeat: repeat;
}
/*body div.main-content {
	padding: .5em 2em 1em 2em
}*/
body div.home_page {
  padding: .5em 2em 1em 2em
}
body div.home_page footer#wide-footer {
  margin-left: -15px;
  margin-right: -15px
}
body.poly {
  background-color: #fff;
  width: 100%
}
body.poly .home-content p, body.poly #home_banner p.teaser {
  font-family: verdana, helvetica, "Helvetica Neue", Arial, sans-serif
}
body.poly div.view {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #fff !important;
  background-image: none;
  filter: none;
  padding:0 15px 0 15px;
}
body.poly div.view > section {
  -webkit-flex-grow: 1;
  flex-grow: 1
}
body.poly div.bd-container {
  -webkit-flex-grow: 1;
  flex-grow: 1
}
body.poly section div.bd-container {
  border: 1px solid #fff
}
body.poly div.header.y {
  background-color: #a89968;
  display: inline-flex;
  width: 100%;
}
img {
max-width: 100%;
height: auto;
}
.cm1 {
  display:flex;
}
div.header.b {
    background-color: #041e42;
    width: 100%;
    height: auto;
    line-height: .4rem;
}
div.header.b a {
  color: #fff;
  font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.poly div.header.b a:hover {
  color: #a89968
}
body.poly div.header.v2015-banner {
  height: 120px
}
body.poly .sitesearch-modern {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: .15em .5em 0em 0em;
}
body.poly div.main-body {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex: 1;
  flex: 1
}
footer#narrow-footer {
  padding: .5em
}
a:link, a {
    color: #00E;
  text-decoration: underline
}
a:hover, a:link:hover {
    color: #161c6e;
    text-decoration: underline;
}
a:visited, a:active, a:focus {
	color: #551A8B;
}
.btn-info:hover {
	color: #fff;
	background-color: dodgerblue;
	border-color: #117a8b;
}
p, td, li {
  font-family: 'Open Sans', sans-serif;
  font-size: 115%;
  line-height: 160%
}
p strong, p b {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 500;
}
li strong {
    font-family: 'Open Sans Bold';
    font-weight: normal;
}
.h1, .h2, .h3, .h5, .h6, h1, h2, h3, h5, h6 {
  font-family: 'Open Sans Bold', sans-serif;
}
h1 {
  font-size: 190%;
  color: #19256d;
  line-height: 140%;
  margin-bottom: .5em;
  margin-top: .5em;
}
h2 {
  font-size: 165%;
  font-weight: normal;
  color: #867540;
  line-height: 140%;
}
.h3, h3 {
  font-family: adelle, serif;
  font-style: normal;
  font-size: 140%;
  font-weight: 800;
  letter-spacing: .05em;
  color: #004c9d;
}
h4 {
  font-size: 130%;
  line-height: 120%;
  font-weight: normal;
  color: #800000;
}
h5 {
  font-size: 100%
}
h6 {
  font-size: 85.7%
}
ul {
  margin-bottom: 1em;
  margin-left: 0;
}
ul.nav {
  margin-left: 0;
  padding-right: .35em;
  max-resolution: 0
}
ul li {
  list-style-type: none;
  list-style-image: url(/application/themes/css/images/template-pics/icn_sq1.gif)
}
li ul li {
  list-style-image: none;
  list-style-type: square;
  color: #33365f;
  display: list-item;
  font-size: 100%
}
li ul li ul li {
  list-style-type: disc;
  color: #33365f
}
ul.list-unstyled {
  margin-left: .25em
}
ul.list-unstyled li {
  list-style-image: none
}
#ua1 {
  background-color: #041e42
}
#ua1 ul.navbar-nav {
  margin-right: 0;
  height: 30px;
  display: inline-block;
}
#ua1 ul.navbar-nav li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: .5em;
  padding: 1em 0 1em 2.75em;
}
#ua1 ul.navbar-nav li a:hover, #ua1 ul.navbar-nav li a:focus {
  color: #867540;
  text-decoration: none;
  background-color: transparent;
}
#ua1 ul.navbar-nav li a:visited {
  text-decoration: none;
}
@media(max-width:767px) {
  #ua1 ul.navbar-nav {
    margin: 3px -9px;
  }
}
#ua5 div.toplinks {
  background-color: transparent;
}
#ua5 #wide-footer a {
  color: #fff;
}
#ua4 {
  margin: 5px 0 1rem 0;
}
.ua-navbar {
  background-color: #867540;
  text-align: center;
}
.ua-navbar ul {
  margin: 0;
  padding: 0;
}
.ua-navbar ul li {
  list-style-type: none;
  list-style-image: none;
  display: inline;
  font-size:1rem;
}
.ua-navbar ul li a:link, .ua-navbar ul li a:visited, .ua-navbar ul li a:active {
  color: #fff;
  text-decoration: none;
  font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: .4em .575em .55em .575em;
  font-size: 2.4rem;
  display: inline-block;
}
.ua-navbar ul li a:hover {
  color: #041e42;
}
.sidenav2, .navbar-default {
  background-color: #efeadc;
}
@media (max-width: 767px) {
  .ua-navbar ul li {
    list-style-type: none;
    list-style-image: none;
    display: block;
    border-bottom: .025em solid white;
    margin-bottom: .5em;
  }
  .ua-navbar ul li a:link, .ua-navbar ul li a:visited, .ua-navbar ul li a:active {
    font-size: 2rem;
}
}
@media (max-width: 1200px) and (min-width: 992.98px)  {
  .ua-navbar ul li a:link, .ua-navbar ul li a:visited, .ua-navbar ul li a:active {
    padding: .35em .35em;
    font-size: 1.25em;
  }
  .sideNav li.active a {
    letter-spacing: -.05vw;
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .ua-navbar ul li a:link, .ua-navbar ul li a:visited, .ua-navbar ul li a:active {
    padding: .25em .25em;
    font-size: 1em;
  }
  .sideNav li.active a {
    letter-spacing: -.05vw;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    display: block;
  }
  button.navbar-toggle {
    background-color: #c8bc9a;
  }
}
@media (max-width: 767px) {
  .icon-bar {
    background-color: #f5f5f5;
    border-radius: 1px;
    cursor: pointer;
    display: block;
    height: 2px;
    margin-top: 3px;
    width: 18px;
  }
}
/*---------------------- NEW TOP NAV ------------------*/
.tpnav {
    background-color: #11294b;
    width:100%;
}
.tpnav .navbar {
    display: block;
    z-index: 100000;
    margin-bottom: 0;
    float: right;
    width: 100%;
    min-height: 2.25em;
    background-color:#11294b;
    margin: 0 0 0 -1rem;
    border-radius: 0;
}
#topnavmenu ul.navbar-nav li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.35rem;
    line-height: .5em;
    padding: 1em 0 1em 2.75em;
}
#topnavmenu ul.navbar-nav li a:hover, #topnav ul.navbar-nav li a:focus {
    color: #ac9d6e;
    text-decoration: none;
    background-color:transparent;
}
#topnavmenu ul.navbar-nav li a.give:hover {
    text-decoration: underline;
    color:#fff;
}
#topnavmenu ul.navbar-nav li a:visited {
    text-decoration:none;
}
#topnavmenu ul.navbar-nav li a.give {
    color: #e1d797;
    font-weight: 700;
}
.tpnav .navbar-toggle {
    margin:0;
}
.tpnav button.navbar-toggle {
    background-color: gainsboro;
    padding: 4em 13em 4em 13em;
    margin: 5em;
    font-size: 0.05rem;
    line-height: 1;
    z-index: 9999;
}
.tpnav .navbar-toggle .icon-bar {
    display: block;
    width: 1.5rem;
    height: 2px;
    border-radius: 1px;
    background-color: darkslategray;
    line-height: 1;
    margin: 6em;
}
@media (max-width: 767.98px) {
.tpnav .navbar-header {
    display: block;
    float: left;
    padding-right: 1rem;
}
#topnavmenu .nav-item {
    border-bottom: solid 
    #fff .05em;
}
#topnavmenu .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: .35em .65em;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid 
    transparent;
    border-radius: 4px;
}
.navbar-toggle {
    margin: 6px;
}
#topnavmenu ul.navbar-nav li a {
    padding: 1em 0 1em 1em;
}
}
/*---------------------- NEW TOP NAV ------------------*/
.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
}
a#www_search, a#people_search {
    color: #161c6e;
    text-decoration: underline;
    background-color: whitesmoke;
    border: 1px solid darkgray;
    font-family:oswald;
    font-size:1.75rem;
    margin-top:.125em;
    padding:.25em 1.25em;
}
a#www_search:hover, a#people_search:hover {
    color: #161c6e;
    text-decoration: underline;
    background-color: aliceblue;
    border: 1px solid paleturquoise;
}
i.fa.fa-chevron-right.dd {
    font-size: 1rem;
}
/*---------------------- Video Responsive ------------------*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
/*---------------------- Video Responsive ------------------*/
/*---------------------- BS Margins ------------------*/
.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}
/*---------------------- BS Margins ------------------*/
.dn {
  text-indent: -9999px;
  display: block;
  line-height: 0;
}
a#skip:focus {
  display: block;
}
/* Version 1.0 Styles */
div.tool {
  float: right;
  padding-top: .5em;
  margin-right: 3em
}
div.tool-items {
  float: left;
  margin-left: 26px;
  color: #ffffff;
  font-size: .9em;
  margin-bottom: .5em;
}
div.tool-items a {
  color: #ac9d6e;
  text-decoration: none
}
div.tool-items a:hover {
  color: #ffffff
}
.top-tool .top-tool-inner {
  min-height: 30px
}
div.logo {
  float: left;
  padding: 1.15em 0 1.5em 1.15em;
}
.logo-150 {
  margin: 1em 0;
}
#ua1 ul.navbar-nav li a.give {
  color: #e1d797;
  font-size: 1.25rem;
  font-weight: 700;
}
#ua1 ul.navbar-nav li a.give:hover {
  text-decoration: underline;
  color: #fff;
}
#ua1 i.fa.fa-hand-holding-heart:hover {
  opacity: 1;
  color: #fff;
}
/* Version 1.0 Styles */
.v2015-main-nav a.btn {
  padding: 8px 23px
}
/* Buttons */
a.btn {
  text-decoration: none;
  color: #fff;
}
.btn a:link {
  text-decoration: none;
  color: #fff;
}
a.btn.btn-default {
  color: #333;
}
a.btn.btn-primary:link, a.btn.btn-success, a.btn.btn-info, a.btn.btn-warning, a.btn.btn-danger {
  color: #fff;
}
a.btn.list-group-item.list-group-item-warning {
    color: #000;
}
a.btn
.btn-primary {
  background-color: #11294b;
  border-color: #2e5fa3;
  color: #fff;
}
a.btn-primary {
  background-color: #11294b;
  border-color: #204d74;
  color: #fff;
}
a.btn-primary.active, a.btn-primary.focus, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:visited, .open > .dropdown-toggle.btn-primary {
  color: #fff;
}
.btn-primary.active a:link, .btn-primary.focus a:link,.btn-primary a:link, .btn-primary a:active, .btn-primary a:focus, .btn-primary a:visited, .open > .dropdown-toggle.btn-primary {
  color: #fff;
}
.btn-primary a:hover {
    text-decoration: underline;
}
.btn-info {
  background-color: #004c9d;
  border-color: #46b8da;
  color: #fff;
}
a.btn-info {
  background-color: #004c9d;
  border-color: #46b8da;
  color: #fff;
}
a.btn-info.active, a.btn-info.focus, a.btn-info:active, a.btn-info:focus, a.btn-info:hover, a.btn-info:visited,.open > .dropdown-toggle.btn-info {
  color: #fff;
}
.btn-info.active a:link, .btn-info.focus a:link,.btn-info a:link,.btn-info a:active, .btn-info a:focus, .btn-info a:visited,.open > .dropdown-toggle.btn-info {
  color: #fff;
}
.btn-info a:hover {
    text-decoration: underline;
}
.btn-warning {
  background-color: #867540;
  border-color: #a98201;
  color: #fff;
}
a.btn-warning {
  background-color: #a89968;
  border-color: #a98201;
  color: #fff;
}
a.btn-warning.active, a.btn-warning.focus, a.btn-warning:active, a.btn-warning:focus, a.btn-warning:hover, a.btn-warning:visited,.open > .dropdown-toggle.btn-warning {
  color: #fff;
}
.btn-warning.active a:link, .btn-warning.focus a:link,.btn-warning a:link,.btn-warning a:active, .btn-warning a:focus,  .btn-warning a:visited,.open > .dropdown-toggle.btn-warning {
  color: #fff;
}
.btn-warning a:hover {
    text-decoration: underline;
}
.btn-danger {
  background-color: #800000;
  border-color: #ff0000;
  color: #fff;
}
a.btn-danger {
  background-color: #800000;
  border-color: #ff0000;
  color: #fff;
}
a.btn-danger.active, a.btn-danger.focus, a.btn-danger:active, a.btn-danger:focus, a.btn-danger:hover, a.btn-danger:visited,.open > .dropdown-toggle.btn-danger {
  color: #fff;
}
.btn-danger.active a:link, .btn-danger.focus a:link,.btn-danger a:link,.btn-danger a:active, .btn-danger a:focus,.btn-danger a:visited,.open > .dropdown-toggle.btn-danger {
  color: #fff;
}
.btn-danger a:hover {
    text-decoration: underline;
}
.btn-success {
  background-color: #006400;
  border-color: #003900;
  color: #fff;
}
a.btn-success {
  background-color: #006400;
  border-color: #003900;
  color: #fff;
}
a.btn-success.active, a.btn-success.focus, a.btn-success:active, a.btn-success:focus, a.btn-success:hover, a.btn-success:visited,.open > .dropdown-toggle.btn-success {
  color: #fff;
}
.btn-success.active a:link, .btn-success.focus a:link,.btn-success a:link,.btn-success a:active, .btn-success a:focus,.btn-success a:visited,.open > .dropdown-toggle.btn-success {
  color: #fff;
}
.btn-success a:hover {
    text-decoration: underline;
}
a.btn-group > .btn:first-child {
  margin-left: 0;
}
a.btn-alt {
  background-color: #ffd200;
  border-color: #fdd106;
  color: #666666;
}
a.btn-alt:hover, a.btn-alt:focus, a.btn-alt:active, a.btn-alt.active, .open .dropdown-toggle.btn-alt {
  background-color: #dfb700;
  border-color: #ffd200;
  color: #666666;
}
a.btn-alt:active, a.btn-alt.active, .open .dropdown-toggle.btn-alt {
  background-image: none
}
a.btn-alt.disabled, .btn-alt[disabled], fieldset[disabled] a.btn-alt, a.btn-alt.disabled:hover, a.btn-alt[disabled]:hover, fieldset[disabled] a.btn-alt:hover, a.btn-alt.disabled:focus, a.btn-alt[disabled]:focus, fieldset[disabled] a.btn-alt:focus, a.btn-alt.disabled:active, a.btn-alt[disabled]:active, fieldset[disabled] a.btn-alt:active, a.btn-alt.disabled.active, a.btn-alt[disabled].active, fieldset[disabled] a.btn-alt.active {
  background-color: #dfcf88;
  border-color: #357ebd
}
/* Buttons */
#secondSearch {
  display: none;
}
a#people_search {
  width: 100%;
  z-index: 1000;
}
#doc, #doc2, #doc3, #doc4, .yui-t1, .yui-t2, .yui-t3, .yui-t4, .yui-t5, .yui-t6, .yui-t7 {
  margin: auto;
  text-align: left;
  width: 57.69em;
  *width: 56.25em
}
#doc2 {
  width: 73.076em;
  *width: 71.25em
}
#doc3 {
  margin: auto 10px;
  width: auto
}
#doc4 {
  width: 74.923em;
  *width: 73.05em
}
.lead {
  font-size: 20px;
  font-weight: 300;
}
.row-fix {
  margin-right: 0px;
  margin-left: 0px;
}
.img-fw-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100vw;
}
.landing-block h1 {
  margin-top: 0;
  line-height: 120%
}
.landingIntro h1 span {
  color: #9dbaca;
  font-size: 45px
}
.rounded {
    border-radius: 2rem!important;
}
#hd:after, #bd:after, #ft:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui-ge:after, .yui-gf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
#hd, #bd, #ft, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {
  zoom: 1
}
.bio-item img {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; border: 1px solid #dee2e6!important;}
#crumb_sep {
  width: 5px;
  height: 14px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  background: #aaa
}
 .curve img { 
  width: 33%; height: auto;
  min-width: 150px;
  float: left;
  margin-right:2rem; 
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}
.tri-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #ffb300;
  border-bottom: 8px solid transparent;
  display: inline-block;
  margin-right: .5em
}
/* div.view {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #d5d5d5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#fff));
	background-image: -webkit-linear-gradient(top, #d5d5d5, #fff);
	background-image: -moz-linear-gradient(top, #d5d5d5, #fff);
	background-image: -o-linear-gradient(top, #d5d5d5, #fff);
	background-image: -ms-linear-gradient(top, #d5d5d5, #fff);
	background-image: linear-gradient(to bottom, #d5d5d5, #ffffff);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#d5d5d5', EndColorStr='#ffffff')
} */
div.tool {
  float: right;
  padding-top: .5em;
  margin-right: 3em
}
.top-tool-inner {
  background-color: #002d62;
  border-color: #252525;
  border-bottom: 2px solid #fff
}
body .top-tool div.tool-items {
  float: left;
  margin-left: 36px;
  color: #ffffff;
  font-size: .85em;
  margin-bottom: .5em
}
body .top-tool div.tool-items a {
  color: #a89968;
  text-decoration: none
}
body .top-tool div.tool-items a:hover {
  color: #ffffff
}
.top-tool .top-tool-inner {
  min-height: 30px
}
.top-tool .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #002d62, #013f7d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#002d62), to(#013f7d));
  background-image: -webkit-linear-gradient(top, #002d62, #013f7d);
  background-image: -o-linear-gradient(top, #002d62, #013f7d);
  background-image: linear-gradient(to bottom, #002d62, #013f7d);
  background-repeat: repeat-x;
  border-color: #002d62 #002d62 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.error {
  color: #c30900
}
.open > .dropdown-menu {
  z-index: 99999;
}
ul.audience-nav > li > a:hover {
  background-color: #bbcad3
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #c8bc9a;
  border-radius: 2px
}
section div.bd-container {
  background-color: #fff;
  margin-bottom: 1em;
  flex: 1
}
div.banner {
  text-align: center
}
.clear {
  *zoom: 1
}
.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0
}
.clear:after {
  clear: both
}
.tc {
  display: table-cell
}
p.sd {
  line-height: 180%
}
p.sd .btn {
  font-size: 13px
}
.intro, .intro p, .intro li, .intro td {
  font-size: 100%;
  line-height: 160%;
  color: #222
}
.label, .badge {
  font-size: 92.8%
}
div.right-sidebar {
  background-color: #f4f0e4;
  border:1px solid lightgray;
}
.ua-sidebar-1 {
  background-color: #efeadc;
  padding: 1em;
}
ul.triangle li {
  list-style-type: none;
  list-style-image: url("/application/themes/css/images/template-pics/triangle-gold.gif")
}
.navbar {
  display: block;
  margin-bottom: 0;
  float: right;
  width: 100%;
}
.navbar-header {
  display: block;
  float: right;
  padding-right: 1rem;
}
.sidenav2 .navbar {
  display: block;
  margin-bottom: 0;
  float: none;
  width: 100%;
}
.sideNav li {
  border-bottom: solid 1px #c5c9cc;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
.sideNav li a {
  color: #33365f;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  font-size: 1em;
  letter-spacing: -.045rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.02s;
  -o-transition-duration: 0.02s;
  -webkit-transition-duration: 0.02s;
  transition-duration: 0.02s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.sideNav li a:hover {
  color: #5f4e17;
  text-decoration: underline;
  opacity: .8;
}
.sideNav li a.active {
    font-family:'Open Sans Bold';
  display: block;
  background-image: url(/application/themes/css/images/template-pics/bg_sideNav_active.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 5px 0 5px 20px;
  border-bottom: solid 1px #ebebeb;
}
.sideNav li.active ul li a {
  font-weight: normal;
  border-bottom: none;
  display: block;
  background-image: none;
  padding: 0
}
.sideNav ul {
  margin: 0;
  padding: 0 0 0 5px;
}
.sideNav li ul {
  margin: 0 0 0 1.5vw;
}
.sideNav li ul li {
  border-bottom: none;
  margin: 13px 0
}
.sideNav li ul li a {
  color: #444444;
  font-size: 1em;
  padding: 2px 4px
}
.sideNav li ul li a:hover {
  color: #33365f;
  text-decoration: underline;
}
.sideNav li ul li.active {
  font-family: 'open sans bold';
  list-style-type: square;
  color: #33365f;
  display: list-item
}
.sideNav li ul li.active a {
  color: #33365f;
  font-family: 'open sans bold';
  background-image: none;
  padding: 2px 4px
}
.sideNav li.active ul li.active ul {
  margin: 0 0 0 15px
}
.sideNav li.active ul li.active ul li {
  margin: 7px 0
}
.sideNav li.active ul li.active ul li a {
  font-size: 1.35rem;
  color: #444444;
  font-family: 'open sans bold';
  line-height: normal
}
.sideNav li.active ul li.active ul li.active a, .sideNav li.active ul li.active ul li a:hover {
  color: #33365f
}
ul.unstyled li {
  list-style-type: none;
  list-style-image: none
}
ul.nav li {
  list-style-type: none;
  list-style-image: none
}
ul.navbar-nav li {
  list-style-type: none;
  list-style-image: none
}
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #eeeae3
}
.table th, .table-striped th {
	color: #004C9D;
	font-family: 'Open Sans Bold', sans serif;
	text-transform: uppercase;
	font-size: 1.7rem;
	font-weight: normal;
	background-color: #fff7e9;
}
th, td {
  border-right: 1px solid #ddd
}
table.table th, td {
  border-right: none
}
table tr th:last-of-type, table tr td:last-of-type {
  border-right: none
}
.fileRepositoryTable td {
  padding: 5px;
}
a img:focus {
  border: none;
  outline: none;
}
.content-item {
  margin: 0;
}
.container-item {
  margin: 0;
}
.page-item {
  margin: 0 1em
}
.padded-item {
  padding: 1em
}
.qcontainer-item {
  margin: .25em 0
}
.bordered {
  border: 1px solid #000;
  padding: 1em;
  margin: 1em 0
}
ul.carousel {
  margin: 0
}
div.main-nav {
  margin: 0 auto
}
div.main-nav a {
  text-decoration: none;
  font-size: 14px;
  padding: 4px 16px;
  font-weight: normal
}
.btn-group-wrap {
  text-align: center;
  margin: auto
}
div.translucent {
  padding: 10px;
  display: inline-block;
  width: auto;
  background-image: url("/application/themes/css/images/template-pics/trans-back.png");
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}
.main-nav a.btn {
  border: 1px solid #aaa;
  color: #013f7d
}
.main-nav a.btn-special {
  background-color: #fff9e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff9e4), to(#f6c10b));
  background-image: -webkit-linear-gradient(top, #fff9e4, #f6c10b);
  background-image: -moz-linear-gradient(top, #fff9e4, #f6c10b);
  background-image: -o-linear-gradient(top, #fff9e4, #f6c10b);
  background-image: -ms-linear-gradient(top, #fff9e4, #f6c10b);
  background-image: linear-gradient(to bottom, #fff9e4, #f6c10b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fff9e4', EndColorStr='#f6c10b')
}
.main-nav a.btn-special:hover {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#4587ad));
  background-image: -webkit-linear-gradient(top, #fff, #4587ad);
  background-image: -moz-linear-gradient(top, #fff, #4587ad);
  background-image: -o-linear-gradient(top, #fff, #4587ad);
  background-image: -ms-linear-gradient(top, #fff, #4587ad);
  background-image: linear-gradient(to bottom, #ffffff, #4587ad);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#4587ad');
  -webkit-transition: none;
  -moz-transition: none;
  -o-transiton: none;
  transition: none
}
.main-nav a.btn-special.active {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#4587ad));
  background-image: -webkit-linear-gradient(top, #fff, #4587ad);
  background-image: -moz-linear-gradient(top, #fff, #4587ad);
  background-image: -o-linear-gradient(top, #fff, #4587ad);
  background-image: -ms-linear-gradient(top, #fff, #4587ad);
  background-image: linear-gradient(to bottom, #ffffff, #4587ad);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#4587ad');
  -webkit-transition: none;
  -moz-transition: none;
  -o-transiton: none;
  transition: none
}
div.main-nav .btn:hover, div.main-nav .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none
}
div.header {
  background-color: #041e42
}
.menu-bar a:link, .menu-bar a:visited, .menu-bar a:active {
  color: #fff;
  text-decoration: none;
}
.menu-bar a:focus {
  color: #003366;
}
.menu-bar a:hover {
  color: #041e42;
}
.small-nav a:link, .small-nav a:visited, .small-nav a:active {
  color: #fff;
}
.small-nav a:focus {
  color: #003366;
}
.menu-bar a:hover {
  color: #041e42;
}
div.menu-bar li {
  float: left;
  list-style-type: none
}
div.menu-bar li a:link {
  display: block;
  padding: 12px;
  background-color: #fbb450
}
form#searchForm {
  margin: 0
}
div.sitesearch {
  text-align: right;
  padding-right: .5em
}
div.sitesearch label {
  display: inline-block;
  padding: .25em;
  font-size: .8em;
  margin-top: -6px
}
div.sitesearch input#searchText {
  height: 20px;
  font-size: .85em;
  border: 1px solid #000;
  margin: 2px;
  width: 190px;
  padding: 2px
}
.go_search.btn, .go_search.btn:hover {
  display: inline-block;
  padding: 2px 6px;
  margin-top: -6px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f6c10b;
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}
div.search_elements {
  display: inline-block;
  background-color: #f6c10b;
  width: auto;
  padding: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px
}
div.search_tabs {
  margin-right: 3.25em;
  margin-top: -.25em
}
div.search_tabs div {
  display: inline-block;
  font-size: 78.5%;
  padding: .125em .5em
}
div.search_tabs div:hover {
  cursor: pointer
}
div.search_tabs div.active {
  background-color: #f6c10b;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
div.search_tabs div.inactive {
  background-color: none
}
div.search_tabs div a.active {
  text-decoration: none;
  color: #000
}
div.search_tabs div a.inactive {
  color: #fff;
  text-decoration: none;
  background-color: transparent
}
footer {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 1em
}
.footer-bg {
  background-image: url("/application/themes/css/images/rosette-pattern-bg.jpg");
  background-repeat: repeat;
}
.footerArea h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #33365f;
  background-image: url("/application/themes/css/images/template-pics/bg_sideNav_active.gif");
  padding-left: 8px;
  background-repeat: no-repeat;
  background-position: left 3px
}
.footerArea {
  padding: 1em;
  background-color: #749cb4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#749cb4), to(#fff) 80%);
  background-image: -webkit-linear-gradient(top, #749cb4, #fff 80%);
  background-image: -moz-linear-gradient(top, #749cb4, #fff 80%);
  background-image: -o-linear-gradient(top, #749cb4, #fff 80%);
  background-image: -ms-linear-gradient(top, #749cb4, #fff 80%);
  background-image: linear-gradient(to bottom, #749cb4, #ffffff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#749cb4', EndColorStr='#ffffff')
}
.footerAddress {
  padding-top: 1em;
  margin-bottom: 5px;
}
.footerAddress h3 {
  color: #fff
}
.footerAddress p {
  font-size: .85em
}
div.toplinks {
  background-color: #fff;
  margin-top: 1em;
  padding: 0 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
div.toplinks a {
  text-decoration: none
}
p.copyright {
  text-align: left;
  clear: both;
  margin-top: 24px;
  font-size: .8em
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
  clear: both
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
div.jwplayer.aspectMode {
  width: 100%;
  height: auto;
  min-height: 250px
}
img.featuredImg {
  float: left;
  margin: 0 1em .5em 0;
  border: 1px solid #000
}
img.promoImg {
  max-width: 150px
}
img.photo_right {
  float: right;
  border: 5px solid #cecece;
  margin-left: 12px;
  margin-bottom: 6px
}
img.border {
  border: 1px solid #000
}
.nav-tabs li a, .nav-tabs li a:link {
  color: #8e7f4c;
  background-color: #e2d7b3;
  text-decoration: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs li a:hover {
  color: #fff;
  background-color: #041e42;
  text-decoration: none;
}
.tab-pane {
  padding: 0px 12px
}
.nav-tabs li a.active {
  background-color: #fff
}
.bx-wrapper .bx-viewport {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box
}
ul.banner_slider {
  margin: 0px;
  padding: 0px
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4b80bd
}
.carouselrow div {
  margin-left: 0px
}
.bx-viewport ul {
  margin: 0px
}
.banner .bx-wrapper {
  margin-bottom: 1em
}
.banner .bx-wrapper .bx-pager {
  width: auto;
  margin-right: 20px;
  top: 75%;
  right: 0%;
  z-index: 60
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #041e42;
  display: block;
  width: 20px;
  height: 22px;
  margin: 0 5px;
  outline: 0;
  color: #fff;
  border: 1px solid #4b80bd;
  text-indent: 0;
  text-decoration: none
}
.banner .bx-controls-direction {
  visibility: hidden
}
.small-nav a.navbar-brand, .sideNav a.navbar-brand {
  float: right
}
div.tabbable {
  margin-top: 1em
}
.nav .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}
div.hr {
  border: 0;
  margin: 20px 0pt;
  height: 1px;
  background-color: #CCCCCC;
  clear: both
}
.bodyHome div.hr {
  margin: 20px 0pt;
  width: auto;
  height: auto;
  min-height: 1px;
  padding: 0;
}
.rightCol div.hr {
  background-color: #c8bc9a;
  margin-left: 5px;
  margin-right: 5px
}
div.hr hr {
  display: none
}
hr {
  margin-top: 20px;
  margin-bottom: 6px;
  border: 0;
  border-top: 1px solid slategray;
}
div#scriptelements {
  display: none
}
.webform fieldset {
  padding: .5em 1em;
  border: 1px solid #d2d2d2;
  margin-bottom: 1em
}
.webform legend {
  background-color: #efeadc;
  padding: .25em;
  font-size: 18px;
  margin-bottom: 10px
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 10px;
  padding: 0;
  *zoom: 1
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  left: -5px;
  background: #fff
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/application/themes/css/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px
}
.bx-controls {
  height: 30px
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/application/themes/css/images/controls.png) no-repeat 0 -32px
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/application/themes/css/images/controls.png) no-repeat -43px -32px
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 33px;
  height: 32px;
  text-indent: -9999px;
  z-index: 55
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none
}
.bx-wrapper .bx-controls-auto {
  text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/application/themes/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/application/themes/css/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px
}
div.logo-2 {
  display: inline-block;
  flex-flow: row;
  margin: 1.55em 0 1.1em 0;
  width: 100%;
}
div.logo-2 > a {
  text-decoration: none;
}
.logo-2 .img-ua-logo {
  margin-top: .15em;
  margin-right: 1.15em;
  float: left;
}
.logo-2 .dept-text-box {
  padding-top: 2.88em;
  margin-bottom: .05em;
  display: table;
  float: left;
}
.dept-text-1 {
  color: #041e42;
  font-family:'Open Sans', sans-serif, verdana, helvetica, "Helvetica Neue", Arial;
  font-size: 1.38em;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0.05em;
  letter-spacing: -.025em;
}
.dept-text-2 {
  color: #041e42;
  font-family:'Open Sans Bold', sans-serif, verdana, helvetica, "Helvetica Neue", Arial;
  font-size: 1.6em;
  word-spacing:-.075em;
  letter-spacing:-.012em;
  line-height: 1.4em;
}
img.ac_intro {
  float: right;
  margin: 12px 0 12px 12px;
  border: 1px solid #ccc
}
.sm4 {
  margin-right: .75em
}
#topcontrol {
  z-index: 2;
  background: #a89968 url(images/scrollUpArrow.png) no-repeat center 0;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  position: fixed;
  bottom: -100px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out
}
.byLetters {
  background-color: #bfd5e2;
  margin-bottom: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.byLetters span {
  background-color: #041e42;
  color: #ffb300;
  text-shadow: 1px 1px #013f7d;
  padding: .75em 1em;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.byLetters a {
  color: #013f7d;
  padding: .25em .5em;
  display: inline-block;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px
}
.byLetters a:hover {
  background-color: #fff
}
.categoriesOffices ul {
  border: solid 1px #f0eade;
  background: #f0eade;
  margin-left: 0
}
.categoriesOffices ul li {
  display: block;
  padding: 5px 25px;
  margin: 0;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none
}
.categoriesOffices ul li.alt {
  background: #f9f8f3
}
.mostView li {
  list-style-image: none;
  list-style-type: none;
  margin: 10px 0
}
.caption {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px
}
img.diagram {
  display: block;
  border: 1px solid #666;
  margin: .5em auto
}
.cntr {
  text-align: center
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-left: 0px
}
.breadcrumb > li {
  display: inline-block;
}
div#crumbtrail {
  font-size: 12px;
  margin: 1em 0 .25em 0px
}
div#crumbtrail ul {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}
div#crumbtrail li {
  display: inline-block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  list-style-type: none;
  margin-right: .5em
}
.breadcrumb a {
  color: #041e42;
}
.breadcrumb a:hover {
  color: #4678bb;
}
div.sideNav .navbar-collapse {
  max-height: 100%;
  padding-right: 0;
  padding-left: 0
}
.navbar-default {
  border: none
}
.btn-accordion {
  width: 100%;
  margin-bottom: 1em
}
.panel-info > .panel-heading {
  background-color: #bcd8ff;
  border-color: #99b0ce;
  color: #0e2c7c;
}
.panel-title .glyphicon {
  color: #ffb300
}
.panel-title a {
  text-decoration: none
}
.panel-group {
  margin-bottom: 1em
}
.bordered {
  border: 1px solid #000;
  padding: .5em
}
.gallery {
  border: 4px solid #aaa
}
.pad-left {
  padding-left: 6px
}
.pad-right {
  padding-right: 6px
}
.marg-left {
  margin-left: 6px
}
.marg-right {
  margin-right: 6px
}
.slides {
  display: none;
  margin: auto
}
.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
  list-style: none
}
.slides a:link, .slides a:visited {
  color: #333
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}
.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(/application/themes/css/images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden
}
.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none
}
.slides img {
  position: relative;
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
  margin: auto
}
.slides a:hover, .slides a:active {
  color: #9e2020
}
.question {
  background-image: url(/application/themes/css/images/q.png);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  padding: .5em .5em .5em 2em
}
.question_wrap {
  font-size: 1em
}
.answer {
  font-size: 1em;
  background-image: url(/application/themes/css/images/a.png);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  padding: .5em .5em .5em 2em
}
.bx-wrapper .bx-caption span {
  font-size: 1em;
  padding-bottom: 1em
}
.numeric_banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #041e42;
  display: block;
  width: 20px;
  height: 22px;
  margin: 0 5px;
  padding: 2px;
  outline: 0;
  color: #fff;
  border: 1px solid #4b80bd;
  text-indent: 0;
  text-decoration: none;
  box-shadow: 2px 2px 5px #000
}
.numeric_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #3358bc
}
#siteslides .bx-wrapper .bx-caption.lightTan {
  background-color: #e3dfd3;
  opacity: .9
}
#siteslides .bx-wrapper .bx-caption.lightTan span {
  color: #000
}
#siteslides .bx-wrapper .bx-caption.defaultDark {
  background-color: #666;
  opacity: .8
}
#siteslides .bx-wrapper .bx-caption.uaBlue {
  background-color: #002d62;
  opacity: .8
}
#siteslides .bx-wrapper .bx-caption.lightBlue {
  background-color: #3358bc;
  opacity: .9
}
.numeric_banner .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block
}
.login {
  background: #e9e2cc;
  padding: 3px;
  margin: 0 0 20px 0
}
.login-inner {
  background-color: #eae3cd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eae3cd), to(#dfd5b6));
  background-image: -webkit-linear-gradient(top, #eae3cd, #dfd5b6);
  background-image: -moz-linear-gradient(top, #eae3cd, #dfd5b6);
  background-image: -o-linear-gradient(top, #eae3cd, #dfd5b6);
  background-image: -ms-linear-gradient(top, #eae3cd, #dfd5b6);
  background-image: linear-gradient(to bottom, #eae3cd, #dfd5b6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eae3cd', EndColorStr='#dfd5b6');
  border: 1px solid #dbd2b7;
  padding: .5em
}
.login h2 {
  color: #33365f;
  background-image: url(/application/themes/css/images/bg_login_title.gif);
  text-align: center;
  margin: 10px auto 0 auto;
  width: 187px;
  height: 30px;
  background-repeat: no-repeat
}
.softborder {
  border: 1px #ccc solid;
  border-radius: 2px;
  padding: .5em 1em;
  margin: .5em 0
}
.softborder h2 {
  margin-top: 10px
}
.featphoto {
  border: solid 5px #cecece
}
.photo {
  border: solid 5px #cecece;
  margin: 0 0 0 30px
}
.photo_border {
  border: solid 5px #cecece
}
.photo2 {
  border: solid 5px #cecece;
  margin: 0 30px 0 0
}
.photosmall {
  margin: 0 0 0 0
}
.photosmall2 {
  border: solid 3px #cecece;
  margin: 0 15px 0 0
}
img.right {
  float: right;
  margin-left: .5em
}
img.left {
  float: left;
  margin-right: .5em
}
div.news-img {
  float: left
}
.navbar-brand {
  float: right
}
.tabContent .innerdiv {
  margin-top: 1em
}
div.click-letters {
  padding: 6px;
  background-color: #7c9df5;
  display: inline-block;
  border-radius: 4px
}
div.click-letters a {
  color: #4064c6;
  display: inline-block;
  padding: 2px 6px;
  background-color: #efeadc;
  border-radius: 4px;
  min-width: 24px;
  margin: 2px;
  text-align: center
}
.click-letters a.active, .click-letters a:active, .click-letters a:focus, div.click-letters a:hover {
  background-color: #041e42;
  color: #fff;
}
div.div-label {
  display: inline-block;
  padding-right: 12px;
  margin-bottom: 1em;
  font-weight: bold
}
div.miniform {
  padding-top: 1em;
  padding-bottom: 1em
}
.selectwidthauto {
  width: auto !important
}
.homeNews h1 {
  margin-top: 0
}
label.required:before {
  content: "*";
  color: #c20003;
  margin-right: 2px
}
.input-recaptcha {
  width: 172px
}
span.emphasize {
  color: #c20003
}
.alerts {
  border: solid 1px #e9e8e6;
  margin: 0 0 20px 0;
  padding: 1em
}
.alerts h1 {
  background-image: url("/application/themes/css/images/icn_alert.png");
  background-repeat: no-repeat;
  padding: 6px 6px 6px 60px;
  margin: 10px 0pt 5px 0px;
  border: none
}
div.photoList {
  float: left;
  margin: 12px 12px 12px 0;
  max-width: 200px
}
img.lightbox-thumbnail {
  max-width: 150px;
  max-height: 100px
}
div.thumbnail-holder {
  margin: 1em;
  padding: 12px;
  width: 174px;
  height: 125px;
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  text-align: center
}
span.twinge {
  color: #041e42;
  text-shadow: 0 0 0.8em #f6c10b
}
.bebas {
  font-family: bebas, "Helvetica Neue", Helvetica, Arial, sans-serif
}
/* --------------------------- Alert Banner -------------- */
div.top-alert {
  background-color: #970202;
  padding: 0.5em 1em 1em 1em;
}
div.top-alert h2, div.top-alert p, div.top-alert a {
  color: #fff;
  font-family: 'Open Sans Bold',helvetica,"Helvetica Neue",Arial,sans-serif;
}
div.top-alert a:hover {
  color: #d3d3d3; 
}
div.top-alert p {
  font-size: 1em;
   font-family: 'Open Sans',helvetica,"Helvetica Neue",Arial,sans-serif;
}
div.top-alert h2 {
  font-size: 1.5em;
}
/*  ------------------- Alert Banner -------------------------- */
div.socialmediablog ul li {
  list-style-image: none
}
div.socialmediablog div.search-filter.topics {
  margin-top: .5em
}
.ua-navy-blue {
  color: #041e42
}
.ua-gold {
  color: #deb408
}
.ua-polytechnic-blue {
  color: #73cfff
}
/* Code for Share Widget */
.scl-rnd {
    border-radius: 5px;
}
a.scl-btn:link {
    padding: 14px;
    font-size: 2rem;
    width: 2em;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    color: white;
    background: #867540;
    max-width: 100%;
    height: auto;
    position: relative;
}
a.scl-btn:visited, a.scl-btn:active, a.scl-btn:focus {
    color: White;
}
.fas:hover {
    opacity: 0.25;
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.05em;
}
/* END Code for Share Widget */
input.parsley-success, select.parsley-success, textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6
}
input.parsley-error, select.parsley-error, textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7
}
.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in-;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in
}
.parsley-errors-list.filled {
  opacity: 1
}
li.parsley-required {
  list-style-type: none;
  list-style-image: none;
  margin: .25em;
  color: #c20003
}
li.parsley-custom-error-message {
  list-style-type: none;
  list-style-image: none;
  margin: .25em;
  color: #c20003
}
.v2015 {
  font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.v2015-banner.y .v2015-main-nav a.btn {
  border: none;
  color: #0151a0;
  background-color: transparent
}
.v2015-banner.b .v2015-main-nav a.btn {
  border: none;
  color: #fff;
  background-color: transparent
}
.v2015-main-nav a.btn-special {
  background-color: transparent;
  font-weight: 400
}
.v2015-banner.b .v2015-main-nav a.btn-special:hover {
  color: #a89968
}
.v2015-banner.y .v2015-main-nav a.btn-special:hover {
  color: #3358bc
}
.v2015-main-nav a.btn-special.active {
  background-color: #ffffff
}
div.main-nav .btn:hover, div.main-nav .btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none
}
body.parallax {
  display: flex;
  flex-direction: column;
  min-height: 100vh
}
body.parallax div.main-content {
  flex: 1;
  padding: 0px
}
body.parallax div.main-content .breadcrumb {
  margin-top: 1em
}
body.parallax div.main-content section {
  padding: 1em 0
}
body.parallax div.main-content .main {
  margin: 0 15px
}
body.parallax div.view {
  background-color: #fff
}
footer.p-footer {
  margin: 1em 0 0 !important;
  padding: 2em 0 1em 0em;
}
footer#wide-footer.p-footer {
  background-color: #041e42;
  color: #fff;
}
.p-footer a {
  color: #fff;
  text-decoration: none;
}
.p-footer h1, .p-footer h2, .p-footer h3, .p-footer h4, .p-footer h5, .p-footer h6 {
  color: #fff;
}
.p-footer h4 {
	font-size: 140%;
	line-height: 1.15em;
	font-family: 'Open Sans Bold';
	letter-spacing: 0;
	font-weight: normal;
}
.p-footer li {
  font-size: 100%;
  line-height: 160%;
}
footer .parallax-footer {
  padding: 12px 0
}
footer .parallax-footer #state_logo {
  max-width: 190px;
  margin-top: 12px
}
footer .parallax-footer #state_logo-2 {
  max-width: 190px;
  margin-top: 12px
}
footer .parallax-footer a {
  color: #fff
}
footer .parallax-footer a:hover {
  color: #a89968;
  text-decoration: underline
}
footer .parallax-footer p {
  margin-bottom: 2px
}
footer .parallax-footer .footer-logo {
  margin-bottom: .5em;
  max-width: 210px
}
footer .parallax-footer .footerAddress {
  color: #fff
}
footer .parallax-footer .toplinks {
  background: transparent
}
footer .parallax-footer .toplinks .chunk-head {
  margin-top: .5em;
  font-size: 1.125em;
  color: #fff
}
footer .parallax-footer .footer-img {
  border: 6px solid #fff;
  width: 100%
}
.no-padding-left {
  padding-left: 0 !important
}
.no-padding-right {
  padding-right: 0 !important
}
.no-padding-top {
  padding-top: 0 !important
}
.no-padding-bottom {
  padding-bottom: 0 !important
}
.no-padding {
  padding: 0 !important;
}
div.main-nav {
  background-color: #a89968;
  height: 36px
}
.main-nav.v2015menu {
  font-family: bebas, "Helvetica Neue", Helvetica, Arial, sans-serif
}
div.toolbox {
  background-color: #002d62;
  min-height: 30px;
  font-family: verdana, helvetica, "Helvetica Neue", sans-serif
}
div.tool {
  float: right;
  padding-top: .5em;
  margin-right: 3em
}
div.tool-items {
  float: left;
  margin-left: 26px;
  color: #ffffff;
  font-size: .9em;
  margin-bottom: .5em
}
div.tool-items a {
  color: #ac9d6e;
  text-decoration: none
}
div.tool-items a:hover {
  color: #ffffff
}
.top-tool .top-tool-inner {
  min-height: 30px
}
div.logo {
  padding: 1.15em 0 1.5em 1.15em;
}
#search_btn {
  background-color: #013f7d;
  color: #fff
}
footer#main-footer {
  font-family: verdana, helvetica, "Helvetica Neue", Arial, sans-serif;
  min-height: 200px;
  background-color: #19223b;
  padding: 1.5em 1em;
  color: #fff
}
footer#main-footer p.caption {
  margin-top: .5em;
  font-family: verdana, helvetica, "Helvetica Neue", Arial, sans-serif
}
img.footer-img {
  border: 8px solid #fff
}
.ftr-logo {
  max-width: 100%;
}
footer ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none
}
footer a:hover, footer a:hover:link {
  color: #a89968;
  text-decoration: underline;
}
div.audience-menu {
  background-color: #efeadc;
  margin-top: 1em;
  padding: .25em
}
div.audience-menu a {
  font-family: bebas, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #000;
  display: block;
  padding: 1em;
  border-bottom: 1px solid #000
}
div.audience-menu a.last {
  border-bottom: none
}
div.audience-menu a:hover {
  color: #3358bc;
  cursor: pointer
}
ul.audiences {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
div.dark-field {
  background-color: #041e42;
  font-family: bebas, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin-top: 1em;
  margin-bottom: .5em;
  letter-spacing: .1em
}
div.light-field {
  background-color: #ffb300;
  font-family: bebas, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #000;
  text-align: center;
  padding: 8px;
  margin-top: 1em;
  margin-bottom: .5em
}
div.news-promo {
  min-height: 170px
}
img.promo-image {
  display: block;
  float: left;
  margin-right: 1em;
  margin-bottom: .5em;
  border-radius: 6px
}
.news-promo h2 {
  font-size: 1.8em
}
.slickslide-caption {
  position: relative;
  float: left;
  border-radius: 9px;
  margin-top: -200px;
  margin-left: 60px;
  background-image: url("/application/themes/css/images/ghost.png");
  width: 40%;
  height: auto;
  padding: 12px;
  -webkit-backface-visibility: hidden
}
.slickslide-caption h1 {
  margin-top: 0px
}
.slick-next {
  right: 25px !important
}
.slick-prev {
  left: 25px !important
}
.slick-prev:before, .slick-next:before {
  font-size: 40px;
  color: #3358bc;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev, .slick-next {
  width: 40px !important;
  height: 40px !important
}
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 40px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours"
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes"
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours"
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes"
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours"
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes"
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM"
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker"
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today"
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens"
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month"
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month"
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #4064c6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4064c6;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #4064c6;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important
}
.input-group.date .input-group-addon {
  cursor: pointer
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
body.poly #flat-head .toolbox {
  background-color: #041e42;
}
body.poly div.tool-items a {
  color: #fff;
}
body.poly div.tool-items a:hover {
  color: #a89968
}
.small-nav {
  padding-right: 15px;
  width: 100%;
  z-index: 900;
  background-color: #a89968;
}
.small-nav .navbar-toggle {
  border: 1px solid #666666;
  background-color: #ccc
}
.small-nav .navbar-toggle:hover {
  background-color: #041e42;
}
.small-nav .navbar-toggle .icon-bar {
  background-color: #666666;
}
.small-nav .navbar-toggle .icon-bar:hover + .icon-bar:hover + .icon-bar:hover {
  background-color: #fff;
}
.small-nav .navbar-nav > li > a {
  border-bottom: 1px solid #ceaa05;
  font-size: 1em;
  text-align: left;
}
.small-nav .navbar-nav > li > a:hover {
  background-color: #041e42;
}
.small-nav .form-control {
  display: inline-block;
  width: 50%
}
.small-nav a.navbar-brand, .sideNav a.navbar-brand {
  float: right
}
body.poly div.header.b .small-nav, body.poly div.header.b .small-nav .navbar {
  background-color: #041e42;
  z-index: 9999;
}
body.poly div.header.b .small-nav li, body.poly div.header.b .small-nav .navbar li {
  list-style: none
}
body.poly div.header.y .small-nav, body.poly div.header.y .small-nav .navbar {
  background-color: #a89968;
}
body.poly div.header.y .small-nav li, body.poly div.header.y .small-nav .navbar li {
  list-style: none
}
.small-nav li {
  font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em
}
body.poly ul.dropdown-menu li {
  list-style: none
}
body.poly ul.audiences {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}
.nav-tabs.nav-stacked > li > a {
  font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #041e42;
  background-color: #efeadc;
  display: block;
  padding: 1em;
  border: none;
  border-radius: 0px;
  margin: 0px;
  border-bottom: 1px solid #000
}
body.poly ul.audience-nav > li > a:hover {
  background-color: #dfd5b9;
  text-decoration: underline;
  color: #3358bc
}
body.poly div.audience-menu li > a {
  background-color: #efeadc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #000;
  display: block;
  padding: 1em;
  border-bottom: 1px solid #000 !important
}
body.poly div.audience-menu li > a:hover {
  background-color: #dfd5b9
}
body.poly div.audience-menu a:hover {
  color: #3358bc;
  cursor: pointer
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.14.30
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em
}
iframe.emma {
  width: 1px;
  min-width: 100%;
}
.footer-si {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  margin: 5px 2px;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  width: 46px;
}
.fa:hover {
  opacity: 0.25;
}
.fab:hover {
  opacity: 0.25;
}
.carousel-control .fa {
  position: absolute;
  top: 50%;
  font-size: 3rem;
}
.sa {
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: oswald;
  font-size: 12px;
  line-height: 1.2;
  margin-left: 5px 2px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  vertical-align: -35%;
  width: 48px;
}
.sa:hover {
  color: #fff;
  opacity: 0.25;
  text-decoration: none;
}
.modal-backdrop {
  height: 100%;
  z-index: 962;
}
/* ------ CSS for RSS feed ------- */
rss {
  display: inline-block;
  font-family: sans-serif;
  /*	background-color: #f2f2f2;*/
  color: #222222;
  font-size: 13px;
}
channel {
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 1em;
}
channel > title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0px;
  display: block;
}
ttl {
  display: none;
}
.lastUpdated {
  font-size: 60%;
  font-weight: normal;
}
copyright {
  float: left;
  clear: both;
  display: block;
}
channel > description {
  display: block;
  margin: 1em 0 0;
}
channel > item {
  padding: 10px;
  margin-bottom: 15px;
}
item > link, item > pubDate {
  color: #888888;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
item > link {
  float: right;
  text-align: right;
  width: 66.66%;
}
item > pubDate {
  float: left;
  width: 33.33%;
}
item > title {
  color: #00579B;
  font-size: 18px;
  margin-bottom: 12px;
  display: table;
  text-align: left;
  width: 100%;
}
item > description {
  margin-bottom: 10px;
  float: left;
  clear: both;
}
item > category {
  background-color: #efefef;
  border: 1px solid #dadada;
  border-radius: 3px;
  padding: 2px 4px;
  display: inline-block;
  color: #888888;
  transition: color 0.3s linear;
}
item > category:hover {
  color: #222222;
}
lastBuildDate, language, guid, channel > link {
  display: none;
}
/* ------ CSS for RSS feed ------- */
/* ------ Print CSS ------- */
@media print {
  section div.bd-container {
    border: 0
  }
  img#print-logo {
    width: 213px;
    height: 99px
  }
  div.header {
    padding: 6px;
    height: 100px
  }
  div.view {
    display: block;
    min-height: 100%;
    background-image: none;
    background-size: 0%;
    background-image: -ms-gradient(none);
    filter: '#ffffff'
  }
}
/* ------ Print CSS ------- */
/* ------ GCS Search Bar ------- */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown a:hover {
  background-color: #ddd;
}
.show {
  display: block;
}
.input-group .form-control {
  height: 40px;
  font-size:1.6rem;
}
.input-group-btn button {
  padding: 0;
  margin-top: 0;
  background: #ddd;
  font-size: 14px;
  border: 1px solid lightgray;
  cursor: pointer;
  border-radius: 0% 15% 15% 0%;
}
.input-group-btn .fa {
  display: inline-block;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  border: none;
  margin: 0;
  padding: .45em;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
/* ------ GCS Search Bar ------- */
/* ------ GCS Search Results Page ------- */
.sr .gs-title {
  font-family: verdana !important;
}
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  font-family: verdana !important;
}
.gsc-control-cse {
  font-family: verdana !important;
}
.sr .gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0 !important;
  padding-right: 8px;
}
.sr .gsc-result .gs-title {
  height: 1.5em;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
}
.gsc-cursor-page {
  font-size: 1.25em;
}
.sr .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  font-size: 1.5em;
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #1155CC;
  border: 1px gray solid;
  border-radius: 15%;
  padding: 0em .15em 0em .15em;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.col-md-12.v2015-bar {
  float: none;
}
/* ------ Search Results ------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++FEATURES CONTAINER WIDGET STYLES++++++++++++++++++++++++++++++++++++++++ */
.ft-h-190 {
  height: 191px;
  overflow: hidden;
}
.ft-h-160 {
  height: 160px;
  overflow: hidden;
}
@media (max-width: 816px) {
  .ft-h-190 {
    height: 100%;
    overflow: hidden;
  }
  .ft-h-160 {
    height: 100%;
    overflow: hidden;
  }
}
.fta {
  line-height: 1.15em;
  margin-bottom: .45em;
  font-family: Oswald, impact, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fta H1 a:visited, .fta H1 a:link, .fta H1 a:link:hover {
  font-size: 220%;
  color: #19256d;
  text-decoration: none;
}
.fta H2 a:visited, .fta H2 a:link, .fta H2 a:link:hover {
  font-size: 190%;
  color: #867540;
  text-decoration: none;
}
.fta H3 a:visited, .fta H3 a:link, .fta H3 a:link:hover {
  font-size: 130%;
  color: #800000;
  text-decoration: none;
}
.fta p, .fta div {
  font-family: verdana, helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
  font-size: .85rem;
  line-height: 1.5;
}
.fta img:hover {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.ftb H1 a:link, .ftb H1 a:visited {
  font-size: 170%;
  color: #19256d;
  text-decoration: none;
}
.ftb H2 a:link, .ftb H2 a:visited {
  font-size: 130%;
  color: #867540;
  text-decoration: none;
}
.ftb H3 a:link, .ftb H3 a:visited {
  font-size: 100%;
  color: #800000;
  text-decoration: none;
}
.ftb a:link:hover, .ftb a:hover {
  font-size: 100%;
  color: #161c6e;
  text-decoration: underline;
}
.ftb img:hover {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
/* +++++++++++++++++++++++++BAR+++++++++++++++++++++++++ */
.bar {
  position: relative;
}
.bar::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: darkgoldenrod;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.bar:hover::before {
  transform: translate(-50%, 0) scaleX(1);
}
/* +++++++++++++++++++++++++BAR+++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++EVENTS+++++++++++++++++++++++++++++++++++*/
.event-container {
  margin-bottom: 45px;
  display: block;
}
.date-circle {
  border-radius: 50%;
  float: left;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  text-align: center;
  background-color: #fff;
}
.cal_date_month {
  color: midnightblue;
  margin: 11px 0 -10px 0;
  text-transform: uppercase;
  padding: 0;
  font-weight: 500;
  font-family: 'Open Sans', "oswald", sans-serif;
}
.cal_date_day {
  color: midnightblue;
  font-size: 34px;
  font-family: 'Open Sans Bold', "oswald", sans-serif;
  padding: 0;
}
.event {
  margin-bottom: 50px;
  padding-left: 100px;
}
.event-description-box {
  padding: 2px 18px 12px 18px;
  background-color: white;
}
.event-header {
  font-size: 18px;
  font-family: 'Open Sans Bold', arial, sans-serif;
  font-weight: normal;
}
.event-header a:link, .event-header a:visited {
  font-size: 18px;
  color: #337ab7;
  text-decoration: none;
}
.event-header a:link:hover, .event-header a:hover {
  color: #161c6e;
  text-decoration: underline;
}
/* ++++++++++++++++++++++++++++++++++EVENTS+++++++++++++++++++++++++++++++++++*/
/* ----------------------------- START MEDIA QUERIES ------------------------------------------------------------------ */
@media (max-width: 320px) {
  .bx-wrapper .bx-viewport {
    min-height: 90px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  body.poly div.container {
    /*width: 100%;*/
    /*padding: 0px*/
  }
  div.tool {
    margin-right: 0em;
    width: 100%;
    position: absolute;
    margin-left: -3%;
  }
  div.tool-items {
    font-family: arial;
    font-size: 12px;
    margin: 0 2% 0 auto;
    word-spacing: -.15em;
  }
  #ua1 ul.navbar-nav li a {
    font-family: arial;
    font-size: 12px;
    line-height: 8px;
    padding: 0px;
    display: inline;
    margin-left: 6px;
  }
  .toolbox .nav > li > a {
    font-family: arial;
    font-size: 12px;
    margin-left: 2%;
  }
  body.poly div.main-body {
    width: 100%;
    padding: 0px;
    margin: 0px
  }
  body.poly.poly-home div.main-body {
    width: 100%;
    padding: 0
  }
  .bx-wrapper .bx-viewport {
    min-height: 95px;
  }
  div.logo {
    padding: 1em 0 1em 0em;
    margin: 0 -.5em 0 -.5em;
}
}
@media (max-width: 480px) {
  .col-sm-2.sideNav {
    padding: 0;
    margin: 5vw 0 0 0;
  }
  .numeric_banner {
    width: auto;
    margin-right: 20px;
    right: 0%;
    z-index: 60
  }
  html, body {
    -webkit-text-size-adjust: 100%
  }
  div.jumbotron h1 {
    font-size: 200%;
    margin-bottom: .3em
  }
  section .landingIntro h1 {
    background-image: url("/application/themes/css/images/bg_heading_landing.gif");
    background-position: left 28px;
    background-repeat: no-repeat;
    color: #33365f;
    font-size: 25px;
    font-weight: 500
  }
  body div.main-content {
    padding: 0 1em 1em 1em
  }
  body div.home_page {
    padding: 0 1em 1em 1em
  }
  .navbar {
    margin-bottom: 0
  }
  .navbar-form {
    border: none
  }
  .navbar-brand {
    font-family: Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    float: right;
    margin-right: 1em
  }
  .sideNav .navbar {
    z-index: 59
  }
  div.header {
    background-color: #041e42
  }
  div.search_tabs div {
    display: inline-block;
    background-color: #f6c10b;
    font-size: .8em;
    padding: .125em .5em;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
  }
  div.search_tabs div.inactive {
    background-color: transparent
  }
  div.search_tabs div a.active {
    text-decoration: none;
    color: #000
  }
  div.search_tabs div a.inactive {
    color: #fff;
    text-decoration: none;
    background-color: transparent
  }
  div.menu-bar {
    display: none
  }
  body .top-tool div.tool-items {
    float: left;
    margin-left: 16px;
    margin-bottom: .5em;
    color: #ffffff;
    font-size: .80em
  }
  body .navbar-inverse div.tool-items a {
    color: #ffffff;
    font-size: 10px
  }
  div.sitesearch input#searchText {
    height: 12px;
    font-size: 1em;
    border: 1px solid #000;
    margin-bottom: 2px;
    padding: 4px 2px;
    width: 190px
  }
  div.translucent {
    display: none
  }
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #08c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #feb123
  }
  .small-nav ul.collapse-aud-menu {
    margin: 7.5px;
    background-color: #e3dfd3
  }
  .small-navul.collapse-aud-menu > li > a:hover {
    background-color: #c8bc9a
  }
  div.footerArea {
    background-color: #fff;
    background-image: none;
    border-top: 1px solid #3358bc
  }
  div.footerArea h3 {
    color: #666
  }
  ul.audience-nav > li > a {
    font-size: 12px
  }
  div.toplinks, .footerArea h3 {
    font-size: 12px
  }
  .small-nav .form-control {
    display: inline-block;
    width: 50%
  }
  .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none
  }
  .banner .bx-wrapper .bx-pager {
    width: auto;
    margin-right: 20px;
    top: 100%;
    right: 0%;
    z-index: 60
  }
  .bx-controls {
    height: 30px;
  }
  .bx-controls-direction {
    display: none
  }
  button.navbar-toggle {
    background-color: #c8bc9a
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #666666
  }
  div.view {
    background-color: #fff;
    background-image: none
  }
  div#crumbtrail {
    display: none
  }
  div.crumb {
    display: none
  }
  div.slim-item {
    margin: 0 1em
  }
  #home_tabs {
    display: none
  }
  #tab-menu {
    margin-left: 12px;
    display: block
  }
  a.dropdown-toggle {
    text-decoration: none
  }
  div.carousel-well {
    min-height: 20px;
    padding: 8px;
    margin: .5em;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
  }
  div.carousel-well .bx-viewport {
    overflow: hidden
  }
  div#home_banner > .bx-wrapper {
    margin-bottom: 1em
  }
  #tab-slider {
    display: none
  }
  ul#tab-menu {
    display: none
  }
  #home_banner a.readmore {
    margin-top: 0px
  }
  div.v2015-banner .v2015-bar {
    display: none
  }
  div.v2015-banner .small-nav, div.v2015-banner .small-nav .navbar {
    background-color: #002d62
  }
  div.v2015-banner .small-nav .navbar-toggle:hover {
    background-color: #bbcad3
  }
  div.v2015-banner label.radio-inline {
    color: #fff
  }
  .img-responsive.smImage {
    margin: 0 8px 12px 0;
    width: 32px;
  }
}
@media (min-width: 480px) {
  .bx-wrapper .bx-viewport {
    min-height: 140px;
  }
  .numeric_banner {
    width: auto;
    margin-right: 20px;
    bottom: 1.5em;
    right: 0%;
    z-index: 60
  }
  div.v2015 {
    display: none
  }
  div.v2015-banner {
    border-bottom: none;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  body.poly div.home-content {
    padding: .5em 1em
  }
  #ua1 ul.navbar-nav {
    height: 28px;
    display: flex;
  }
  .col-sm-2.sideNav {
    padding: 0;
  }
  .sideNav .navbar-toggle {
    margin-right: 1.25em;
  }
}
@media (min-width: 400px) and (max-width: 500px) {
  .slickslide-caption {
    display: none
  }
  div.tool-items {
    margin-left: 18px;
  }
  div.logo img {
    max-width: 100%
  }
}
@media (min-width: 1199px) {
  .v2015-main-nav a.btn {
    font-size: 1.45em;
    padding: 8px 18px;
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}
@media (max-width: 992px) {
  div.logo-2 {
    margin: 2.5em 0 1em 1em;
  }
  body.poly .sitesearch-modern {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em
  }
}
@media (max-width: 767px) {
  .v2015-main-nav a.btn {
    font-size: 1.05em;
    padding: 8px 5px;
  }
#navbar {
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
  .sidenav2 .navbar-collapse.navbar-ex2-collapse {
    margin-left: 0em;
  }
  div.jumbotron h1 {
    font-size: 200%;
    margin-bottom: .3em
  }
  .landing-block h1 {
    margin-top: 0;
    line-height: 120%
  }
  .landingIntro h1 span {
    color: #9dbaca;
    font-size: 45px
  }
  section .landingIntro h1 {
    background-image: url("/application/themes/css/images/bg_heading_landing.gif");
    background-position: left 28px;
    background-repeat: no-repeat;
    color: #33365f;
    font-size: 25px;
    font-weight: 500
  }
  body div.main-content {
    padding: 0 1em 1em 1em
  }
  body div.home_page {
    padding: .5em 1em 1em 1em
  }
  section#body div.bd-container {
    margin-top: 54px
  }
  div.slim-item {
    display: inline-block;
  }
  button.btn-navbar {
    margin: 2px
  }
  div#menu {
    margin: 0px auto
  }
  .navbar-collapse {
    max-height: 100%
  }
  .navbar-form {
    border: none
  }
  div.v2015 .small-nav {
    display: block
  }
  div.v2015-main-nav {
    display: none
  }
  div.v2015-banner.y .small-nav, div.v2015-banner.y .small-nav .navbar {
    background-color: #a89968;
    border: none
  }
  div.v2015-banner.b .small-nav, div.v2015-banner.b .small-nav .navbar {
    background-color: #041e42;
    border: none
  }
  div.v2015-banner.b .small-nav a, div.v2015-banner.b .small-nav .navbar a {
    color: #fff
  }
  .sideNav .navbar {
    z-index: 59
  }
  section > div.bd-container {
    display: block;
    width: 100%;
  }
  div.main-nav, div.translucent {
    display: none
  }
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border: 1px solid #666666;
    padding: 9px 15px;
    font-weight: bold;
    color: #08c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #feb123;
    background-color: #f8db42;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8db42), to(#feb123));
    background-image: -webkit-linear-gradient(top, #f8db42, #feb123);
    background-image: -moz-linear-gradient(top, #f8db42, #feb123);
    background-image: -o-linear-gradient(top, #f8db42, #feb123);
    background-image: -ms-linear-gradient(top, #f8db42, #feb123);
    background-image: linear-gradient(to bottom, #f8db42, #feb123);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f8db42', EndColorStr='#feb123')
  }
  .small-nav ul.collapse-aud-menu {
    margin: 7.5px;
    background-color: #e3dfd3
  }
  .small-nav ul.collapse-aud-menu > li > a:hover {
    background-color: #c8bc9a
  }
  .icon-bar {
    background-color: #f5f5f5;
    border-radius: 1px;
    cursor: pointer;
    display: block;
    height: 2px;
    margin-top: 3px;
    width: 18px
  }
  div.sitesearch {
    display: none;
    text-align: left;
    padding-right: 2em;
    margin-top: .5em;
    margin-bottom: 1em
  }
  div.search_tabs {
    margin-left: 5em
  }
  div.footerArea {
    background-color: #fff;
    background-image: none;
    border-top: 1px solid #3358bc
  }
  div.footerArea h3 {
    color: #666
  }
  ul.audience-nav > li > a {
    font-size: 12px
  }
  div.toplinks, .footerArea h3 {
    font-size: 12px
  }
  .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none
  }
  .banner .bx-wrapper .bx-pager {
    width: auto;
    margin-right: 20px;
    top: 100%;
    right: 0%;
    z-index: 60
  }
  body .top-tool div.tool-items {
    float: left;
    margin-left: 18px;
    margin-bottom: .5em;
    color: #ffffff;
    font-size: .80em
  }
  button.navbar-toggle {
    background-color: #c8bc9a
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #666666
  }
  div.sideNav .navbar-default {
    background-color: #efeadc
  }
  .sidenav2, .navbar-default {
    background-color: #efeadc;
    padding: 0;
    margin:0 -15px;
  }
  /*footer#wide-footer {
	display: none
}*/
  footer#narrow-footer {
    display: block;
    margin: auto
  }
  footer#narrow-footer h3 {
    color: #33365f
  }
  footer#narrow-footer .nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
  }
  div.view {
    background-color: #fff;
    background-image: none
  }
  div#crumbtrail {
    display: none
  }
  div.crumb {
    display: none
  }
  #home_tabs {
    display: none
  }
  ul#tab-menu {
    margin-left: 12px;
    display: block
  }
  a.dropdown-toggle {
    text-decoration: none
  }
  div.carousel-well {
    min-height: 20px;
    padding: 8px;
    margin: .5em;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
  }
  div.carousel-well .bx-viewport {
    overflow: hidden
  }
  div#home_banner > .bx-wrapper {
    margin-bottom: 1em
  }
  #tab-slider {
    display: none
  }
  ul#tab-menu {
    display: none
  }
  #topcontrol {
    right: 33px
  }
  #home_banner a.readmore {
    margin-top: 0px
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: static;
    bottom: -30px;
    width: 100%
  }
  .col-sm-2.sideNav {
    padding: 0;
    margin: 0 -15px;
  }
  .sideNav .navbar-toggle {
    margin-right: 1.85em;
  }
}
@media (max-width: 768px) {
  body.poly div.header.b a:hover {
    color: #a89968
  }
  div.header.b label {
    color: #fff
  }
  body.poly div.header.b a.navbar-brand:hover {
    color: #a89968
  }
  .large-nav {
    display: none
  }
  .slickslide-caption h1 {
    font-size: 1.3em
  }
  .overlay {
    height: 0% !important;
  }
}
@media (min-width: 768px) {
  div.v2015 {
    display: inline;
  }
  div.v2015-banner {
    border-bottom: none
  }
  div.header.v2015-banner {
    z-index: 5;
    box-shadow: 0px 0px 5px #666666;
    position: relative
  }
  div.v2015-banner.b {
    border-bottom: 30px solid #002d62
  }
  div.v2015-banner.y {
    border-bottom: 30px solid #a89968
  }
  div.v2015-banner .logo {
    margin-bottom: 12px;
    height: 84px
  }
  div.col-sm-7.five-three {
    width: 60% !important
  }
  div.col-sm-5.five-two {
    width: 40% !important
  }
}
@media (min-width: 769px) {
  .sidenav2, .navbar-default {
    background-color: #fff;
    border-color: none;
    padding: 0;
    margin: 0;
  }
  .small-nav {
    display: none
  }
  .large-nav {
    display: block
  }
  .main-nav.v2015menu a {
    font-size: .9em;
    padding: 4px 12px;
    color: #000;
    letter-spacing: .05em;
    border-right: 1px solid #efeadc
  }
  .main-nav.v2015menu a:hover {
    color: #013f7d
  }
  .main-nav.v2015menu a.last {
    border: none
  }
  .modal-dialog {
    width: 700px
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .well {
    padding: 0px;
    background-color: #fff
  }
  .modal-menu button {
    font-size: .85em
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sideNav li.active a {
    letter-spacing: -.05vw;
    font-size: 1em;
    padding: 5px 0 5px 17px;
  }
  div.container {
    width: 100%;
    max-width: 900px;
  }
  div.jumbotron h1 {
    font-size: 200%;
    margin-bottom: .3em
  }
  .landing-block h1 {
    margin-top: 0;
    line-height: 120%
  }
  .landingIntro h1 span {
    color: #9dbaca;
    font-size: 45px
  }
  section .landingIntro h1 {
    background-image: url("/application/themes/css/images/bg_heading_landing.gif");
    background-position: left 28px;
    background-repeat: no-repeat;
    color: #33365f;
    font-size: 25px;
    font-weight: 500
  }
  div.translucent {
    padding: 8px
  }
  .small-nav {
    display: none
  }
  .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px
  }
  .btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
  }
  .banner .bx-wrapper .bx-pager {
    width: auto;
    margin-right: 20px;
    top: 68%;
    right: 0%;
    z-index: 60
  }
  .banner {
    margin-top: 2em
  }
  ul.audience-nav > li > a {
    font-size: 12px
  }
  div.toplinks, .footerArea h3 {
    font-size: 12px
  }
  div.main-nav a.btn-special {
    text-decoration: none;
    font-size: 12px;
    padding: 4px 7px;
    font-weight: normal
  }
  div.search_tabs a {
    font-size: 12px;
    padding-top: 4px
  }
  .navbar-header .navbar-brand {
    display: none
  }
  .navbar-default {
    background-color: #fff;
    border-color: none
  }
  footer#wide-footer {
    display: block
  }
  footer#narrow-footer {
    display: none
  }
  nav div.row {
    margin-top: 1em
  }
  button.btn-inline {
    margin-top: 12px
  }
  #home_tabs {
    display: block
  }
  ul#tab-menu {
    margin-left: 12px;
    display: none
  }
  a.dropdown-toggle {
    text-decoration: none
  }
  ul.audience-nav > li > a {
    font-size: 12px;
    text-decoration: none;
    background-color: #f1eccd;
    margin: .25em 0px
  }
  div#audience-menu-large h3 {
    display: none
  }
  .nav-tabs > li > a {
    padding: 10px 12px
  }
  div.carousel-well {
    min-height: 20px;
    padding: 8px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
  }
  div.carousel-well .bx-viewport {
    overflow: hidden
  }
  div#tab-slider {
    display: none
  }
  .v2015-main-nav a.btn {
    padding: 2px 7px;
    line-height: 1.85em;
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .main-nav.v2015menu a {
    font-size: 1em;
    padding: 4px 20px;
    color: #000;
    letter-spacing: .05em;
    border-right: 1px solid #efeadc
  }
  .main-nav.v2015menu a:hover {
    color: #013f7d
  }
  .main-nav.v2015menu a.last {
    border: none
  }
  .modal-dialog {
    width: 900px
  }
  div.header.v2015-banner {
    height: 181px;
    padding: 20px;
    background-color: #041e42;
    z-index: 5;
    box-shadow: 0px 0px 5px #666666;
    position: relative
  }
  .v2015-main-nav a.btn {
    font-size: 1.25em
  }
  .v2015-main-nav a.btn {
    font-size: 1.15em;
    padding: 2px 16px;
    line-height: 1.25em;
  }
  div.v2015-banner.b {
    border-bottom: 36px solid #002d62
  }
  div.v2015-banner.y {
    border-bottom: 36px solid #a89968
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.jumbotron h1 {
    font-size: 200%;
    margin-bottom: .3em
  }
  .landing-block h1 {
    margin-top: 0;
    line-height: 120%
  }
  .landingIntro h1 span {
    color: #9dbaca;
    font-size: 45px
  }
  section .landingIntro h1 {
    background-image: url("/application/themes/css/images/bg_heading_landing.gif");
    background-position: left 28px;
    background-repeat: no-repeat;
    color: #33365f;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 500
  }
  .small-nav {
    display: none
  }
  .container {
    max-width: 960px
  }
  .banner {
    margin-top: 2em
  }
  div.main-nav a {
    text-decoration: none;
    font-size: 13px;
    padding: 4px 16px;
    font-weight: normal
  }
  .navbar-header .navbar-brand {
    display: none
  }
  .navbar-default {
    background-color: #fff;
    border-color: none
  }
  footer#wide-footer {
    display: block
  }
  footer#narrow-footer {
    display: none
  }
  nav div.row {
    margin-top: 1em
  }
  button.btn-inline {
    margin-top: 24px
  }
  ul.audience-nav > li > a {
    font-size: 14px;
    text-decoration: none;
    background-color: #f1eccd;
    margin: .25em 0px
  }
  #home_tabs {
    display: block
  }
  ul#tab-menu {
    margin-left: 12px;
    display: none
  }
  a.dropdown-toggle {
    text-decoration: none
  }
  div#tab-slider {
    display: none
  }
}
@media (min-width: 1199px) {
  .v2015-main-nav a.btn {
    font-size: 1.66em;
    line-height: .95;
    padding: .2rem 1.6rem .5rem 1.6rem;
  }
}
@media (min-width: 1200px) {
  div.jumbotron h1 {
    font-size: 230%;
    margin-bottom: .3em
  }
  .landing-block h1 {
    margin-top: 0;
    line-height: 120%
  }
  .landingIntro h1 span {
    color: #9dbaca;
    font-size: 45px
  }
  section .landingIntro h1 {
    background-image: url("/application/themes/css/images/bg_heading_landing.gif");
    background-position: left 28px;
    background-repeat: no-repeat;
    color: #33365f;
    font-size: 25px;
    font-weight: 500
  }
  div.collapse-inner {
    display: none
  }
  .navbar .container {
    width: 1170px
  }
  .small-nav {
    display: none
  }
  .banner {
    margin-top: 2em
  }
  .menu-row > div {
    margin-left: auto;
    margin-right: auto
  }
  div.translucent {
    width: auto
  }
  div.main-nav a {
    text-decoration: none;
    font-size: 14px;
    padding: 4px 30px;
    font-weight: normal
  }
  .navbar-header .navbar-brand {
    display: none
  }
  footer#narrow-footer {
    display: none
  }
  nav div.row {
    margin-top: .7em
  }
  button.btn-inline {
    margin-top: 24px
  }
  ul.audience-nav > li > a {
    font-size: 16px;
    text-decoration: none;
    background-color: #f1eccd;
    margin: .25em 0px
  }
  #home_tabs {
    display: block
  }
  ul#tab-menu {
    margin-left: 12px;
    display: none;
  }
  a.dropdown-toggle {
    text-decoration: none
  }
  div#tab-slider {
    display: none
  }
  body.poly .audience-nav > li > a {
    background-color: #efeadc
  }
  .main-nav.v2015menu a {
    font-size: 1.25em;
    padding: 4px 22px;
    color: #000;
    letter-spacing: .05em;
    border-right: 1px solid #efeadc
  }
  .main-nav.v2015menu a:hover {
    color: #013f7d
  }
  .main-nav.v2015menu a.last {
    border: none
  }
  .modal-dialog {
    width: 1000px
  }
}
@media (min-width: 1300px) {
  .modal-dialog {
    width: 1200px
  }
  .modal-dialog {
    width: 1200px
  }
}
@media (min-width: 1400px) {
  .modal-dialog {
    width: 1300px
  }
}
@media (min-width: 1500px) {
  .modal-dialog {
    width: 1400px
  }
}
@media (min-width: 1600px) {
  .modal-dialog {
    width: 1400px
  }
}
@media (min-width: 1800px) {
  .modal-dialog {
    width: 1700px
  }
}
@media (min-width: 2000px) {
  .modal-dialog {
    width: 1900px
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.poly div.main-body {
    flex: none
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .ua-navbar ul li a:link, .ua-navbar ul li a:visited, .ua-navbar ul li a:active {
    font-size: 1.25em;
  }
}
.yui-b {
  position: relative
}
.yui-b {
  _position: static
}
#yui-main .yui-b {
  position: static
}
#yui-main, .yui-g .yui-u .yui-g {
  width: 100%
}
.yui-t1 #yui-main, .yui-t2 #yui-main, .yui-t3 #yui-main {
  float: right;
  margin-left: -25em
}
.yui-t4 #yui-main, .yui-t5 #yui-main, .yui-t6 #yui-main {
  float: left;
  margin-right: -25em
}
.yui-t1 .yui-b {
  float: left;
  width: 12.30769em;
  *width: 12.00em
}
.yui-t1 #yui-main .yui-b {
  margin-left: 13.30769em;
  *margin-left: 13.05em
}
.yui-t2 .yui-b {
  float: left;
  width: 13.8461em;
  *width: 13.50em
}
.yui-t2 #yui-main .yui-b {
  margin-left: 14.8461em;
  *margin-left: 14.55em
}
.yui-t3 .yui-b {
  float: left;
  width: 23.0769em;
  *width: 22.50em
}
.yui-t3 #yui-main .yui-b {
  margin-left: 24.0769em;
  *margin-left: 23.62em
}
.yui-t4 .yui-b {
  float: right;
  width: 13.8456em;
  *width: 13.50em
}
.yui-t4 #yui-main .yui-b {
  margin-right: 14.8456em;
  *margin-right: 14.55em
}
.yui-t5 .yui-b {
  float: right;
  width: 18.4615em;
  *width: 18.00em
}
.yui-t5 #yui-main .yui-b {
  margin-right: 19.4615em;
  *margin-right: 19.125em
}
.yui-t6 .yui-b {
  float: right;
  width: 23.0769em;
  *width: 22.50em
}
.yui-t6 #yui-main .yui-b {
  margin-right: 24.0769em;
  *margin-right: 23.62em
}
.yui-t7 #yui-main .yui-b {
  display: block;
  margin: 0 0 1em 0
}
#yui-main .yui-b {
  float: none;
  width: auto
}
.yui-gb .yui-u, .yui-g .yui-gb .yui-u, .yui-gb .yui-g, .yui-gb .yui-gb, .yui-gb .yui-gc, .yui-gb .yui-gd, .yui-gb .yui-ge, .yui-gb .yui-gf, .yui-gc .yui-u, .yui-gc .yui-g, .yui-gd .yui-u {
  float: left
}
.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gb, .yui-g .yui-gc, .yui-g .yui-gd, .yui-g .yui-ge, .yui-g .yui-gf, .yui-gc .yui-u, .yui-gd .yui-g, .yui-g .yui-gc .yui-u, .yui-ge .yui-u, .yui-ge .yui-g, .yui-gf .yui-g, .yui-gf .yui-u {
  float: right
}
.yui-g div.first, .yui-gb div.first, .yui-gc div.first, .yui-gd div.first, .yui-ge div.first, .yui-gf div.first, .yui-g .yui-gc div.first, .yui-g .yui-ge div.first, .yui-gc div.first div.first {
  float: left
}
.yui-g .yui-u, .yui-g .yui-g, .yui-g .yui-gb, .yui-g .yui-gc, .yui-g .yui-gd, .yui-g .yui-ge, .yui-g .yui-gf {
  width: 49.1%
}
.yui-gb .yui-u, .yui-g .yui-gb .yui-u, .yui-gb .yui-g, .yui-gb .yui-gb, .yui-gb .yui-gc, .yui-gb .yui-gd, .yui-gb .yui-ge, .yui-gb .yui-gf, .yui-gc .yui-u, .yui-gc .yui-g, .yui-gd .yui-u {
  width: 32%;
  margin-left: 1.99%
}
.yui-gb .yui-u {
  *margin-left: 1.9%;
  *width: 31.9%
}
.yui-gc div.first, .yui-gd .yui-u {
  width: 66%
}
.yui-gd div.first {
  width: 32%
}
.yui-ge div.first, .yui-gf .yui-u {
  width: 74.2%
}
.yui-ge .yui-u, .yui-gf div.first {
  width: 24%
}
.yui-g .yui-gb div.first, .yui-gb div.first, .yui-gc div.first, .yui-gd div.first {
  margin-left: 0
}
.yui-g .yui-g .yui-u, .yui-gb .yui-g .yui-u, .yui-gc .yui-g .yui-u, .yui-gd .yui-g .yui-u, .yui-ge .yui-g .yui-u, .yui-gf .yui-g .yui-u {
  width: 49%;
  *width: 48.1%;
  *margin-left: 0
}
.yui-g .yui-g .yui-u {
  width: 48.1%
}
.yui-g .yui-gb div.first, .yui-gb .yui-gb div.first {
  *margin-right: 0;
  *width: 32%;
  _width: 31.7%
}
.yui-g .yui-gc div.first, .yui-gd .yui-g {
  width: 66%
}
.yui-gb .yui-g div.first {
  *margin-right: 4%;
  _margin-right: 1.3%
}
.yui-gb .yui-gc div.first, .yui-gb .yui-gd div.first {
  *margin-right: 0
}
.yui-gb .yui-gb .yui-u, .yui-gb .yui-gc .yui-u {
  *margin-left: 1.8%;
  _margin-left: 4%
}
.yui-g .yui-gb .yui-u {
  _margin-left: 1.0%
}
.yui-gb .yui-gd .yui-u {
  *width: 66%;
  _width: 61.2%
}
.yui-gb .yui-gd div.first {
  *width: 31%;
  _width: 29.5%
}
.yui-g .yui-gc .yui-u, .yui-gb .yui-gc .yui-u {
  width: 32%;
  _float: right;
  margin-right: 0;
  _margin-left: 0
}
.yui-gb .yui-gc div.first {
  width: 66%;
  *float: left;
  *margin-left: 0
}
.yui-gb .yui-ge .yui-u, .yui-gb .yui-gf .yui-u {
  margin: 0
}
.yui-gb .yui-gb .yui-u {
  _margin-left: .7%
}
.yui-gb .yui-g div.first, .yui-gb .yui-gb div.first {
  *margin-left: 0
}
.yui-gc .yui-g .yui-u, .yui-gd .yui-g .yui-u {
  *width: 48.1%;
  *margin-left: 0
}
.yui-gb .yui-gd div.first {
  width: 32%
}
.yui-g .yui-gd div.first {
  _width: 29.9%
}
.yui-ge .yui-g {
  width: 24%
}
.yui-gf .yui-g {
  width: 74.2%
}
.yui-gb .yui-ge div.yui-u, .yui-gb .yui-gf div.yui-u {
  float: right
}
.yui-gb .yui-ge div.first, .yui-gb .yui-gf div.first {
  float: left
}
.yui-gb .yui-ge .yui-u, .yui-gb .yui-gf div.first {
  *width: 24%;
  _width: 20%
}
.yui-gb .yui-ge div.first, .yui-gb .yui-gf .yui-u {
  *width: 73.5%;
  _width: 65.5%
}
.yui-ge div.first .yui-gd .yui-u {
  width: 65%
}
.yui-ge div.first .yui-gd div.first {
  width: 32%
}