body{
	background-image: url('img/bg.png');
	color: #404040;
}

.logo{
	/*background:url('img/logo.png');*/
	float:left;
	margin:8px 0 0 0;
}

a.logo img {
	width:247px;
	height:39px;
}

h1, h2, h3{
	font-weight:normal;
}

.navbar .container{width:940px;}

.container {

position: relative;

}

.footer{
	margin-top:2em;
	padding-top:2em;
	border-top:solid 1px #ddd;
	font-size:90%;
	text-align:center;
}

.navbar .nav > li > a.active, .navbar .nav > li > a:active{
	background:#0099CC;
	color:#fff;
}

ul.nav li:first-child {

margin-left: 2em;

}

li.separator{
	border-left:solid 1px #eee;
}

form.border{
	background:#fff;
	border:solid 1px #ddd;
	padding:10px;
	border-radius: 5px;
}

.bg{
	background:#fff;
	border:solid 1px #ddd;
	padding:10px;
	border-radius: 5px;
}

input.full, textarea.full{
	width:98%;
}

a.social{
	width:32px;
	height:32px;
	display:inline-block;
	margin:5px;
}

a.facebook-icon{
	background:url('img/facebook.png') center center no-repeat;
}

a.twitter-icon{
	background:url('img/twitter.png') center center no-repeat;
}









@font-face {
    font-family: 'comfortaathin';
    src: url('fonts/comfortaa_thin-webfont.eot');
    src: url('fonts/comfortaa_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/comfortaa_thin-webfont.woff2') format('woff2'),
         url('fonts/comfortaa_thin-webfont.woff') format('woff'),
         url('fonts/comfortaa_thin-webfont.ttf') format('truetype'),
         url('fonts/comfortaa_thin-webfont.svg#comfortaathin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'comfortaaregular';
    src: url('fonts/comfortaa_regular-webfont.eot');
    src: url('fonts/comfortaa_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/comfortaa_regular-webfont.woff2') format('woff2'),
         url('fonts/comfortaa_regular-webfont.woff') format('woff'),
         url('fonts/comfortaa_regular-webfont.ttf') format('truetype'),
         url('fonts/comfortaa_regular-webfont.svg#comfortaaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    @font-face {

        font-family: 'comfortaathin';
        src: url('fonts/comfortaa_thin-webfont.svg#comfortaathin') format('svg');

    }

    @font-face {

        font-family: 'comfortaaregular';
        src: url('fonts/comfortaa_regular-webfont.svg#comfortaaregular') format('svg');

    }

}

#dropDown {

-webkit-transition: all 0.45s ease-in-out 0.35s;
-moz-transition: all 0.45s ease-in-out 0.35s;
-ms-transition: all 0.45s ease-in-out 0.35s;
-o-transition: all 0.45s ease-in-out 0.35s;
transition: all 0.45s ease-in-out 0.35s;
text-align: left;
position: absolute;
top:-35em;
height:35em;
right:0;
width:40em;
z-index: 98;
-webkit-box-shadow: 0px 10px 75px -13px rgba(0,0,0,0);
-moz-box-shadow: 0px 10px 75px -13px rgba(0,0,0,0);
box-shadow: 0px 10px 75px -13px rgba(0,0,0,0);
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
background: url(img/dropdown_bg.svg) no-repeat -6em -1em rgb(90,100,104);
background-size: auto 105%;

}

#dropDownHeader, #dropDownLeftColumn, #dropDownRightColumn {

-webkit-transition: all 0.25s ease-out 0.35s;
-moz-transition: all 0.25s ease-out 0.35s;
-ms-transition: all 0.25s ease-out 0.35s;
-o-transition: all 0.25s ease-out 0.35s;
transition: all 0.25s ease-out 0.35s;
opacity: 0.0;

}

#dropDown span.default {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
position: absolute;
left: 275px;
top: 90px;
width:215px;
white-space: normal;
opacity: 1.0;
letter-spacing: 0.012em;
font-size: 115%;
font-family: 'comfortaaregular';
padding: 0;
margin: 0;
color:rgb(240,237,232);
line-height:130%;

}

ul#dropDownNav:hover ~ span.default {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
opacity: 0.0;
pointer-events:none;

}

#dropDown:hover {

-webkit-transition: all 0.35s ease-in-out 0.15s;
-moz-transition: all 0.35s ease-in-out 0.15s;
-ms-transition: all 0.35s ease-in-out 0.15s;
-o-transition: all 0.35s ease-in-out 0.15s;
transition: all 0.35s ease-in-out 0.15s;
-webkit-box-shadow: 0px 10px 75px -13px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 10px 75px -13px rgba(0,0,0,0.5);
box-shadow: 0px 10px 75px -13px rgba(0,0,0,0.5);
top:0;

}

#dropDown:hover > #dropDownHeader, #dropDown:hover > #dropDownLeftColumn, #dropDown:hover > #dropDownRightColumn {

-webkit-transition: all 0.25s ease-in 0.15s;
-moz-transition: all 0.25s ease-in 0.15s;
-ms-transition: all 0.25s ease-in 0.15s;
-o-transition: all 0.25s ease-in 0.15s;
transition: all 0.25s ease-in 0.15s;
opacity: 1.0;

}

#dropDown:hover ~ #dropDownNotice {

-webkit-transition: all 0.25s ease-in 0.15s;
-moz-transition: all 0.25s ease-in 0.15s;
-ms-transition: all 0.25s ease-in 0.15s;
-o-transition: all 0.25s ease-in 0.15s;
transition: all 0.25s ease-in 0.15s;
opacity: 0.0;

}

#dropDown:hover #dropDownTitle {

-webkit-transition: all 0.25s ease-in-out 0.15s;
-moz-transition: all 0.25s ease-in-out 0.15s;
-ms-transition: all 0.25s ease-in-out 0.15s;
-o-transition: all 0.25s ease-in-out 0.15s;
transition: all 0.25s ease-in-out 0.15s;
top:30.4em;
opacity: 0.25;
pointer-events:none;
color:rgb(240,237,232);

}

img#dropDownLogo {

width:175px;

}

#dropDownIcon {

-webkit-transition: all 0.25s ease-in-out 0.35s;
-moz-transition: all 0.25s ease-in-out 0.35s;
-ms-transition: all 0.25s ease-in-out 0.35s;
-o-transition: all 0.25s ease-in-out 0.35s;
transition: all 0.25s ease-in-out 0.35s;
position: absolute;
right:0;
bottom:-3.25em;
z-index:98;
width: 2.5em;
height: 2.5em;
padding: 1.9em 0.20em 0.10em 0em;
background: rgb(90,100,104);
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
border-radius: 28px;
border: 0.35em solid rgb(90,100,104);
-webkit-box-shadow: 0px 10px 75px -13px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 10px 75px -13px rgba(0,0,0,0.5);
box-shadow: 0px 10px 75px -13px rgba(0,0,0,0.5);


}

#dropDownIcon img {

width: 100%;

}

#dropDown:hover #dropDownIcon {

bottom:-15px;
-webkit-transition: all 0.22s ease-in-out 0.15s;
-moz-transition: all 0.22s ease-in-out 0.15s;
-ms-transition: all 0.22s ease-in-out 0.15s;
-o-transition: all 0.22s ease-in-out 0.15s;
transition: all 0.22s ease-in-out 0.15s;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
background-color: rgb(240,237,232);
border-radius: 28px;
border: 0.35em solid rgb(90,100,104);
padding: 0.39em;
width: 2.4em;
height: 2.4em;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

}

#dropDownHeader {

width:95%;
margin: 0 auto;
padding:10px 0;
border-bottom: 1px solid grey;
margin-bottom: 20px;

}

#dropDownLeftColumn {

clear:both;
vertical-align: top;
width:49%;
display: inline-block;
margin:0;
/*padding: 10px;*/
border-right:1px solid grey;
color:rgb(240,237,232);
height: 26.5em;

}

#dropDownLeftColumn ul {

list-style-type: none;
padding:0 0 15px 0px;
font-size: 145%;
font-family: 'comfortaaregular';
white-space: nowrap;


}

#dropDownLeftColumn ul#dropDownNav li a {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:rgb(240,237,232);
text-decoration: none;

}

#dropDownLeftColumn ul#dropDownNav li {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
padding:3px;
line-height: 120%;

}

#dropDown input#formField {

/*margin-top:0.5em;*/
/*height:2em;*/
width: 12em;

}

.btn.btn-sm.btn-success {

margin-top:0.5em;
padding:0.35em;
/*vertical-align: top;*/
/*display:block;*/
/*background: rgb(101,186,83);
padding:0.5em;
height:2.5em;
color:#ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:1px solid rgb(104,189,86);
font-family: sans-serif;
text-decoration: none;*/

}

.btn.btn-sm.btn-success:hover {

background: rgb(108,193,90);
cursor: pointer;

}

#dropDownLeftColumn ul#dropDownNav li a:hover {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
background:rgb(96,178,79);
padding:3px 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:rgb(240,237,232);

}

div#dropDownLeftColumn ul#dropDownNav li a:after {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
position: absolute;
left: 275px;
top: 90px;
width:215px;
white-space: normal;
opacity: 0.0;
pointer-events:none;
content: attr(data-tip);
font-size: 80%;
line-height: 130%;

}

div#dropDownLeftColumn ul#dropDownNav li a:hover:after {

-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
opacity: 1.0;
content: attr(data-tip);

}

#dropDownRightColumn {

vertical-align: top;
width:50%;
display: inline-block;
margin:-5px;
padding: 10px;
font-size: 95%;
margin-bottom: 20px;
border-left:1px solid grey;

}

#dropDownTitle {

-webkit-transition: all 0.45s ease-in-out 0.35s;
-moz-transition: all 0.45s ease-in-out 0.35s;
-ms-transition: all 0.45s ease-in-out 0.35s;
-o-transition: all 0.45s ease-in-out 0.35s;
transition: all 0.45s ease-in-out 0.35s;
display: inline-block;
position: absolute;
right:3.5em;
top:32.5em;
z-index: 99;
line-height: 100%;
pointer-events:none;
color: rgb(90,100,104);
font-size: 110%;

}

.dropDown img {

display: inline-block;

}

#dropDownHeader input.btn {

-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
/*width: auto;*/
/*height:2.5em;*/

}

ul.prc-nav-links {
	width:139px;
	padding:0;
	margin:0;
	/*padding-top:15px;*/
	/*float:right;*/
	text-align: right;
	position: absolute;
	right:0;
	top:5.15em;
}
ul.prc-nav-links li {
	display:inline-block;
}
ul.prc-nav-links li a {
	color:#0099CC;
	text-decoration: none;
	border:0;
	font:12.5px "PT Sans", sans-serif;
}
ul.prc-nav-links li a:hover {
	text-decoration: underline;
}
.centered {
	margin:0 auto;
	text-align: center;
}
.ishare-table-compare tr td, .ishare-table-compare tr th {
	text-align: center;
}
.ishare-table-compare tr td.left-align {
	text-align: left;
}
.ishare-table-compare thead {
	text-decoration: none;
	color: inherit;
	background-color: #E0E0E0;
}
.ishare-table-sharing tr td, .ishare-table-sharing tr th {
	text-align: center;
}
.ishare-table-sharing tr td a {
	text-decoration: none;
	color: inherit;
}
.ishare-table-sharing thead {
	text-decoration: none;
	color: inherit;
	background-color: #E0E0E0;
}
.ishare-table-devices tr td, .ishare-table-devices tr th {
	text-align: center;
}
.ishare-table-devices tr td a {
	text-decoration: none;
	color: inherit;
}
.ishare-table-devices thead {
	text-decoration: none;
	color: inherit;
	background-color: #E0E0E0;
}
.ishare-table-files tr td, .ishare-table-files tr th {
	text-align: center;
}
.ishare-table-files tr td a {
	text-decoration: none;
	color: inherit;
}
.ishare-table-files thead {
	text-decoration: none;
	color: inherit;
	background-color: #E0E0E0;
}
.ishare-table-collections tr td, .ishare-table-collections tr th {
	text-align: center;
}
.ishare-table-collections tr td a {
	text-decoration: none;
	color: inherit;
}
.ishare-table-collections thead {
	text-decoration: none;
	color: inherit;
	background-color: #E0E0E0;
}
.ishare-filegroup-mti {
	background:url('img/prc_logo_icon.svg') left bottom no-repeat;
	padding-top: 20px;
	padding-left: 40px;
	background-size: 35px;
}
.ishare-filegroup-wfl {
	background:url('img/wfl_icon.png') left bottom no-repeat;
	padding-top: 20px;
	padding-left: 40px;
}
.ishare-filegroup-unc {
	background:url('img/unc_icon.png') left bottom no-repeat;
	padding-top: 20px;
	padding-left: 40px;
}
.ishare-inline-icon {
	padding-right: 4px;
	float: left;
}
.ishare-helplinks {
	list-style-type: none;
	margin:0 auto;
	padding: 10px;
	text-align: center;
}
.ishare-helplinks li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}