/*

  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/


/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/


/* 
 * minimal base styles 
 */


/* blueprint layout grid */

@import url("https://web2.uconn.edu/webtools/global/4.0/middle/base/grid.css");

/* 

/* layout */

@import url("https://web2.uconn.edu/webtools/global/4.0/head-foot/hf-common.css");

/* colors */

@import url("https://web2.uconn.edu/webtools/global/4.0/head-foot/hf-blueG.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
menu,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

:focus {
    outline: 0;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}


/* tables still need cellspacing="0" in the markup */

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/* END RESET CSS */


/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/

html {
    height: 100%;
}

body {
    font: 13px sans-serif;
    *font-size: small;
    *font: x-small;
    line-height: 1.22;
    height: 100%;
}

table {
    font-size: inherit;
    font: 100%;
}

select,
input,
textarea {
    font: 99% sans-serif;
}


/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}


/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */

body,
select,
input,
textarea {
    color: #444;
}


/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */


/* www.aestheticallyloyal.com/public/optimize-legibility/ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    text-rendering: optimizeLegibility;
}


/* maxvoltar.com/archive/-webkit-font-smoothing */

html {
    -webkit-font-smoothing: antialiased;
}


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */

a:hover,
a:active {
    outline: none;
}

a,
a:active,
a:visited {
    color: #607890;
}

a:hover {
    color: #036;
}

ul {
    margin-left: 30px;
}

ol {
    margin-left: 30px;
    list-style-type: decimal;
}

small {
    font-size: 85%;
}

strong,
th {
    font-weight: bold;
}

td,
td img {
    vertical-align: top;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

pre {
    padding: 15px;
    /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    white-space: pre;
    /* CSS2 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */
}


/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}


/* hand cursor on clickable input elements */

label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */

::-moz-selection {
    background: #996600;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #996600;
    color: #fff;
    text-shadow: none;
}


/*  j.mp/webkit-tap-highlight-color */

a:link {
    -webkit-tap-highlight-color: #996600;
}


/* always force a scrollbar in non-IE */

html {
    overflow-y: scroll;
}


/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */

button {
    width: auto;
    overflow: visible;
}


/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */

.ie7 img {
    -ms-interpolation-mode: bicubic;
}


/* 
 * Non-semantic helper classes 
 */


/* for image replacement */

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */

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


/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */

.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}


/* Hide visually and from screenreaders, but maintain layout */

.invisible {
    visibility: hidden;
}


/* >> The Magnificent CLEARFIX << */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}


/* Hides from IE-mac \*/

.clearfix {
    display: block;
}


/* Primary Styles
    Author: Joel Salisbury
 */

html,
body {
    height: 100%;
}

body,
#map_full {
    background-color: #374046;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#374046), to(#000000));
    background-image: -webkit-linear-gradient(top, #374046, #000000);
    background-image: -moz-linear-gradient(top, #374046, #000000);
    background-image: -o-linear-gradient(top, #374046, #000000);
    background-image: linear-gradient(to bottom, #374046, #000000);
}

#container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

#uc-head-wrap {
    border-bottom: 1px solid #193C97;
    height: 90px;
    min-width: 960px;
}

a.inactive {
    color: #CCC!important;
    text-decoration: none!important;
}

#uc-head {
    /*float:left;	*/
}

#topSearch {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 20px;
    margin-right: 20px;
}

#topSearch input,
#footer-search input {
    float: left;
}

#topSearch input[type='radio'],
#footer-search input[type='radio'] {
    float: none;
}

#topSearch input[type='text'],
#footer-search input[type='text'] {
    height: 15px;
    padding: 5px;
    font-size: .8em;
    border: 1px solid #000033;
    background: #E6EAF0;
    color: #476BB2;
    width: 150px;
    margin-top: 5px;
}

#topSearch label,
#footer-search label {
    color: white;
    font-size: 10px;
    margin-right: 10px;
    padding-left: 1px;
}

#topSearch input[type='submit'],
#footer-search input[type='submit'] {
    margin: 0;
    border: none;
    margin-left: 10px;
    height: 26px;
    width: 30px;
    color: #000;
    background: url("../images/gobutton.png") repeat-x scroll 0 0 #CCCCCC;
    margin-top: 5px;
}

.ie8 #topSearch input[type='submit'] {
    width: 30px;
}

#topSearch form,
#footer-search form {
    height: 27px;
    padding: 0;
}

#topSearch form p,
#footer-search form p {
    margin: 0;
    padding: 0;
}

#main .column {
    float: left;
}

#main {
    position: absolute;
    left: 10px;
    right: 0px;
    width: 99%;
    top: 100px;
    bottom: 90px;
}

#mapSearch {
    width: 255px;
}

#mapPoiInfo {
    display: none;
    width: 430px;
    background-color: #F9F9F9;
    overflow: hidden;
    height: 99%;
    position: relative;
}

#mapPoiInfo #closeWrap {
    float: right;
    margin: 5px 5px 0 0;
    /*position:absolute;
	  right:5px;
	  top:5px;*/
}

#clearMarkers {
    /*background:url(../images/clear.png) 0px center no-repeat;*/
    background: #2B3237 url(../images/back-button-clear.png) top left no-repeat;
}

#fullScreen {
    /*background:url(../images/full_screen.png) 0px center no-repeat;*/
    background: #2B3237 url(../images/back-button-full.png) top left no-repeat;
}

#mapControls button {
    border: 1px solid #21272A;
    color: #CCCCCC;
    padding: 3px 6px;
    text-indent: 17px;
    margin-top: 0px;
    text-shadow: 1px 1px 4px #333;
}


/*#mapControls .btnHover{
	 background:#ffffff!important;
	 border:1px solid #21272A;
	 color:#333333;
	 text-shadow:1px 1px 4px #CCC;
	}*/

#clearMarkers.btnHover {
    background: #ffffff url(../images/back-button-clear2.png) top left no-repeat!important;
    border: 1px solid #21272A;
    color: #333333;
    text-shadow: 1px 1px 4px #CCC;
}

#fullScreen.btnHover {
    background: #ffffff url(../images/back-button-full2.png) top left no-repeat!important;
    border: 1px solid #21272A;
    color: #333333;
    text-shadow: 1px 1px 4px #CCC;
}

#mapWrap {
    position: absolute;
    left: 260px;
    top: 40px;
    right: 5px;
    bottom: 0px;
}

.ie7 #mapWrap,
.ie8 #mapWrap,
.ie9 #mapWrap {
    height: 94%;
}

.ie6 #mapWrap {
    height: 600px;
}

#mapCanvas {
    position: relative;
    height: 100%;
}

#mapControls {
    height: 25px;
    margin-top: 0px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: right;
    float: right;
}

#resultsWrap {
    display: none;
}

#mapSearchResults {
    position: relative;
    top: 5px;
}

#mapSearchResults ul {
    margin: 0px;
}

.alert {
    width: 260px;
    height: 172px;
    background: url(../images/bubbly.png) no-repeat;
    margin-top: 0px;
    margin-left: -10px;
    display: none;
    padding-top: 20px;
    position: absolute;
    z-index: 500;
}

.ie6 .alert {
    display: none!important;
}

.alert p {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 22px;
}

.alert h3 {
    color: #000!important;
    font-weight: bolder!important;
    width: 80%!important;
    margin: 0 auto!important;
    margin-top: 8px!important;
    padding: 10px 0 5px 0;
}

.alert .hideAlert {
    background-color: #ffffff;
    border: 1px solid #21272A;
    color: #333333;
    padding: 3px 6px;
    margin-top: 7px;
    float: right;
}

.alert .btnHover {
    background-color: #2B3237;
    border: 1px solid #21272A;
    color: #CCCCCC;
}

#mapSearchResults li {
    margin: 0px;
    margin-top: 0px;
    list-style-type: none;
    padding: 0px;
    background: none repeat scroll 0 0 #384245;
    border: 1px solid #000000;
    border-bottom: 0px;
    color: #FFFFFF;
    line-height: 16px;
    cursor: pointer;
    width: 250px;
}

#mapSearchResults li a {
    color: #FFFFFF;
    padding: 10px 30px 10px 15px;
    display: block;
    min-height: 10px;
    text-decoration: none;
}

#mapSearchResults li a:hover {
    color: #3A4348;
    background: #fff;
}

#mapSearchResults li a.active {
    background: url("../images/arrow-selected-results.png") no-repeat scroll right center #B9C2C8;
    color: #000;
}

#mapSearchResults .simplePagerNav {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 4px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 5px;
    background-color: #000;
}

.ie7 #map_full #mapSearchResults .simplePagerNav {
    padding-bottom: 15px!important;
}

.ie8 #map_full #mapSearchResults .simplePagerNav {
    padding-bottom: 15px;
}

#mapSearchResults .simplePagerNav li {
    color: #B9C2C8;
    list-style-type: none;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 20px;
    background-color: #4D555A;
    width: 20px;
    background-color: #4D555A;
}

#mapSearchResults .simplePagerNav li a {
    background-color: #4D555A;
    color: #B9C2C8;
    text-decoration: none;
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0px;
}

#mapSearchResults .simplePagerNav .currentPage a {
    color: #000000;
    background: #B9C2C8;
}

#mapSearchResults .simplePagerNav li a:hover {
    color: #000000;
    background: #FFFFFF;
}

#mapSearch #txt_mapSearch {
    background: url("../images/searchbox.png") no-repeat scroll left top #FFFFFF;
    border: 1px solid #000000;
    color: #666666;
    height: 28px;
    margin-right: 10px;
    padding: 0 5px 0 7px;
    line-height: 20px;
    float: left;
    width: 160px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.ie7 #mapSearch #txt_mapSearch,
.ie8 #mapSearch #txt_mapSearch,
.ie9 #mapSearch #txt_mapSearch {
    line-height: 28px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

#mapSearch #btn_mapSearch {
    background: url("../images/gobutton.png") repeat-x #CCCCCC;
    border: 1px solid #000000;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    text-align: center;
    vertical-align: bottom;
    float: left;
}

#clearResults {
    float: left;
    margin-left: -35px;
    margin-top: 3px;
}

#mapSearch #btn_mapSearch:active {
    background: url(../images/gobutton_on.png);
}

#catSort {
    float: left;
    color: #fff;
}

#catSort span {
    vertical-align: middle;
}

#categories {
    width: 200px;
    height: 23px!important;
    margin: 5px 0 0 20px;
    padding: 0 0 0 4px;
    border: 1px solid #000;
}

h2 {
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: lighter;
    margin: 5px 0px;
    float: left;
}

h2.sans {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding-top: 5px;
}

#mapSearch h3,
#mapSearchResults h3 {
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    margin: 10px 0px 0px 0px;
}

.filter-category {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2B3237;
    color: #333;
    height: 28px;
    line-height: 28px;
}

.filter-category h3 {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-transform: uppercase;
    background: url(../images/arrow-sprite.png) no-repeat -10px -10px;
    text-indent: 12px;
}

option.category {
    line-height: 25px;
    border: none;
    padding: 5px;
    cursor: pointer;
}

#infoWindow {
    width: 405px;
    margin: 30px 0 0 0;
    padding: 0 5px 30px 15px;
    height: 82%;
    overflow-y: scroll;
    /*background:gray;*/
    color: #000;
    display: none;
}

#infoWindow h4 {
    text-transform: capitalize;
}

#infoWindow h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px;
}

#infoWindow img {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 360px;
    background: white;
}

#infoWindow h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

#infoWindow p {
    margin: 0 0 15px 0;
}

.bubble {
    margin: 0 auto;
    color: #666;
    min-height: 75px;
}

.bubble h1 {
    max-width: 270px;
}

.ie8 .bubble {
    width: 250px!important;
}

.ie7 .bubble {
    width: 250px!important;
    padding: 0px!important;
    margin: 0px!important;
}

.bubble h1 {
    font-size: 17px;
    color: #000;
}

.bubble a {
    color: #0066cc;
}

#linkToHere {
    display: none;
    width: 400px;
}

#linkToHere label {
    display: block;
    float: left;
    width: 55px;
    margin-right: 10px;
}

#linkToHere input {
    width: 200px;
    font-size: 12px;
}

#linkToHere p {
    display: block;
    margin-top: 10px;
}

#linkToHere input {
    float: left;
}

#map_full {
    /*background: #000 url(../images/background.png) left top repeat-x;*/
}

.ie7 #map_full .alert p,
.ie7 #map_full .alert h3 {
    margin-left: 25px!important;
}

.ie8 #map_full .alert p,
.ie8 #map_full .alert h3 {
    margin-left: 25px!important;
}

.ie9 #map_full .alert p,
.ie9 #map_full .alert h3 {
    margin-left: 25px!important;
}

#map_full #uc-head-wrap,
#map_embed #uc-head-wrap,
#map_embed #mapSearch {
    display: none;
}

#map_embed {
    width: 100%;
    margin: 0;
    height: 100%;
}

#map_full #main {
    height: 97%;
    top: 24;
}

#map_full #mapCanvas {
    height: 100%;
}

#map_full #footer,
#map_full #callout {
    display: none;
}

#map_embed #callout,
#map_embed #footer,
#map_embed #catSort,
#map_embed #mapControls {
    display: none;
}

#map_embed #mapCanvas,
#map_embed #main,
#map_embed #mapWrap {
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
}

#callout {
    width: 100%;
    height: 40px;
    background: #4b4e5f url(../images/icon-pdf.png) 10px 10px no-repeat;
    position: fixed;
    bottom: 41px;
    margin-top: 10px;
    color: #cbcdd8;
    line-height: 40px;
    text-align: left;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    left: 0;
}

#callout a {
    color: #cbcdd8;
}

#callout a + a {
    margin-left: 1rem;
}

#callout p {
    padding: 0 0 0 40px;
}

#contactUsForm fieldset label {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

#contactUsForm textarea {
    margin-bottom: 10px;
    height: 120px;
    width: 200px;
}

#contactWrap,
#contactWrap h2 {
    font-family: Arial, Helvetica, sans-serif;
}

#contactUsForm {
    width: 220px;
    float: left;
}

#contactUsForm #address {
    display: none;
}

#contactWrap .blurb {
    float: left;
    margin-left: 10px;
    width: 230px;
    margin-top: 40px;
}

#contactWrap address {
    display: block;
    clear: both;
    margin-bottom: 10px;
    font-style: normal;
}

#footer {
    padding: 0 0 0 0;
    text-align: left;
    height: 40px;
    background: url(../images/hd-blue.png) repeat-x;
    border-top: 1px solid #264FA3;
    color: #CCC;
    font-size: .7em;
    width: 100%;
    margin-top: 10px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
}

#footer a:link,
#footer a:visited {
    color: #CCC;
    text-decoration: underline;
}

#footer a:hover {
    color: #9CF;
    text-decoration: none;
}

#footer-links {
    margin: 0 0 0 10px;
    color: #CCC;
}

#footer-links ul {
    padding: 0;
    margin: 0;
}

#footer-links ul li {
    display: inline;
    margin: 0 20px 0 0;
    padding: 5px;
}

.top_alert {
    min-height: 68px;
    line-height: 48px;
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 28px 5px;
    text-align: center;
    background-color: #eee;
    font-size: 16px;
    color: #333;
}

.top_alert .fancybutton {
    float: none;
    display: inline;
    padding: 15px;
    margin-top: 65px;
}

a.fancybutton {
    display: block;
    float: left;
    margin-top: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #123d54;
    padding: 4px 9px;
    background: -moz-linear-gradient( top, #afd9fa 0%, #588fad);
    background: -webkit-gradient( linear, left top, left bottom, from(#afd9fa), to(#588fad));
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #003366;
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 1);
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

a.fancybutton:hover,
.fancybutton.active {
    background: -moz-linear-gradient( top, #588fad 0%, #afd9fa);
    background: -webkit-gradient( linear, left top, left bottom, from(#588fad), to(#afd9fa));
}


/** New Banner **/

#uc-head {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('//comm-files-universityofconn.netdna-ssl.com/shared/fonts/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.eot');
    src: url('//comm-files-universityofconn.netdna-ssl.com/shared/fonts/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.eot?#iefix') format('embedded-opentype'), url('//comm-files-universityofconn.netdna-ssl.com/shared/fonts/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.woff') format('woff'), url('//comm-files-universityofconn.netdna-ssl.com/shared/fonts/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.ttf') format('truetype'), url('//comm-files-universityofconn.netdna-ssl.com/shared/fonts/proximanova_semibold_macroman/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#uc-head h1 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

#uc-head a {
    display: inline-block !important;
    vertical-align: middle !important;
    text-decoration: none !important;
    color: #fff !important;
    margin-left: 20px !important;
    padding: 0 !important;
    width: auto !important;
}

#uc-head,
#footer {
    background-color: #0f1938;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#192B5F), to(#0F1938));
    background-image: -webkit-linear-gradient(top, #192B5F, #0F1938);
    background-image: -moz-linear-gradient(top, #192B5F, #0F1938);
    background-image: -o-linear-gradient(top, #192B5F, #0F1938);
    background-image: linear-gradient(to bottom, #192B5F, #0F1938);
}

#uconn-wordmark img {
    display: block;
    border: none;
    margin: 14px 0;
}

#site-title {
    color: #fff;
    font-family: 'Proxima Nova', Helvetica, Arial, sans-serif !important;
    font-size: 31px !important;
}


/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */

@media print {
    * {
        background: transparent !important;
        color: #444 !important;
        text-shadow: none;
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after {
        content: " (" attr(href) ")";
    }
    abbr:after {
        content: " (" attr(title) ")";
    }
    .ir a:after {
        content: "";
    }
    /* Don't show links for images */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    img {
        page-break-inside: avoid;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) {
    /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) {
    /* Style adjustments for landscape mode goes here */
}


/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */

@media screen and (max-device-width: 480px) {
    /* Prevent iOS, WinMobile from adjusting font size */
    html {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }
}