/* Layout */
html, body, a, em, strong, p, h1, h2, h3, h4, h5, h6 {
    font-family: "open sans",sans-serif;
    font-size: 12pt;
    line-height: 18pt;
    color: #000;
}

body {
    margin: 0;
    border-top: 1px solid #fff;
    background-color: rgb(234, 229, 229);
}

h1 {
    width: 100px;
    position: absolute;
    text-indent: -500px;
    overflow: hidden;
}

h3 {
    font-weight: bold;
    font-size: 14pt;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: underline;
}

#header {
    position: relative;
    padding-top: 4.2em;
    background-color: #fff;
    border-top: 20px solid #000;
    border-bottom: 1px solid rgb(222, 217, 217);
}

#header #logo {
    padding: 1em 0em;
    vertical-align: middle;
    margin: -4.1em 0.5em 0em 0em;
}

#header .menu {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

#header .menu a {
    display: inline-block;
    color: rgb(60, 178, 178);
    margin: 0em 0em 1em 2.4em;
}

#header .menu a:hover, #header .menu a#client-area:hover {
    color: rgb(80, 57, 15);
}

#header .menu a.active {
    color: rgb(41, 113, 113);
}

#header .menu a#client-area {
    color: rgb(232, 147, 9);
}

#header .menu a#client-area img {
    vertical-align: middle;
}

#content {
    padding: 24px 8px;
}

#content .content-wrapper {
    padding: 16px;
}

#footer {
    background-color: #000;
    width: 100%;
}

#footer * {
    color: #fff;
    font-size: 10pt;
}

#footer .contact
{
    margin: 2em 0em;
    padding-left: 3em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 0px 0.5em;
}

#footer .contact a:hover {
    text-decoration: underline;
}

#footer .contact strong
{
    display: block;
}

#footer .contact.phone
{
    width: 12.2em;
    background-image: url('../img/phone.png');
}

#footer .contact.email
{
    width: 14.9em;
    background-image: url('../img/email.png');
}

#footer .contact.newsletter
{
    width: 9.8em;
    background-image: url('../img/mailing.png');
}

#footer .contact.twitter
{
    width: 10em;
    background-image: url('../img/twitter.png');
}

#footer .contact.linkedin
{
    background-image: url('../img/linkedin.png');
}

.legal-info {
    color: #333;
    font-size: 9pt!important;
    text-align: center;
    padding-bottom: 1em;
}

/* Pages */
h2, h2 a, h2 a:hover {
    color: #000;
    font-size: 30pt;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0px 0px 16px 0px;
    padding: 0px;
    line-height: 32pt;
    text-decoration: none;
}

h2 em {
    color: rgb(60, 178, 178);
    font-style: normal;
}

em.warning {
    color: rgb(232, 147, 9)
}


#vertical-menu {
    margin-top: 14px;
}

#vertical-menu h2 {
    margin: 0px;
    padding: 0px;
    min-width: 270px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

#vertical-menu h2 a {
    display: block;
    height: 50px;
    margin: 0px 0px 3px 0px;
    line-height: 52px;
    background: url('../img/vertical-menu-bkg.png') 50% 0% repeat-x;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 15pt;
    font-weight: normal;
    text-indent: 24px;
}

#vertical-menu h3 {
    margin: 0px;
    padding: 10px;
    min-width: 245px;
    height: 100px;
    margin: 0px 0px 4px 0px;
    background: url('../img/vertical-menu-bkg.png') 50% 0% repeat-x;
    border: 2px solid #fff;
    color: #333;
    line-height: 15pt;
    font-size: 10pt;
    font-weight: normal;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #vertical-menu h2 {
        min-width: 230px;
    }

    #vertical-menu h2 a {
        height: 31px;
        line-height: 32px;
        font-size: 13pt;
    }

    #vertical-menu h3 {
        min-width: 205px;
        font-size: 8.5pt;
    }
}

#vertical-menu h2 a.first {
    background-color: rgb(242, 173, 46);
}

#vertical-menu h2 a.second {
    background-color: rgb(98, 170, 35);
}

#vertical-menu h2 a.third {
    background-color: rgb(60, 178, 178);
}

#vertical-menu h2 a.fourth {
    background-color: rgb(178, 72, 74);
}

#vertical-menu h2 a.last {
    background-color: rgb(60, 178, 178);
}

#vertical-menu h2 a:hover {
    background-color: #333;
}

/* Contact page */
.ukg-form #form > div {
    position: relative;
}

.ukg-form input, .ukg-form textarea, .ukg-form label {
    font-size: 12pt;
    font-weight: normal;
    width: 95%;
    padding: 0.5em 2%;
    color: #fff;
}

.ukg-form input, .ukg-form textarea, .ukg-form input:focus, .ukg-form input:hover, .ukg-form textarea:focus {
    resize: none;
    border: 2px solid #fff;
    background-color: rgb(242, 173, 46);
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    margin-bottom: 0.5em;
}

.ukg-form textarea {
    height: 120px;
}

.ukg-form .submit, .ukg-form .submit:hover, .ukg-form .submit:active {
    width: 100px;
    padding: 6px 4px;
    float: right;
    background-color: rgb(60, 178, 178);
    color: #fff;
    font-family: "open sans",sans-serif;
    text-shadow: none;
}

.ukg-form.search input {
    float: none;
    display: inline-block;
}

.ukg-form.search input.search-query {
    width: 130px;
}

.ukg-form.search input.submit {
    width: 70px;
    font-size: 11pt;
}

.ukg-form label {
    color: #666;
    position:absolute;
    font-style: italic;
    left: 1px;
}

/* Home / UK-Samples page & Resources Home */
.title-side-buttons a {
    display: inline-block;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    padding: 4px 12px;
    margin: 0px 8px 16px 0px;
    border: 2px solid #fff;
    background-color: rgb(60, 178, 178);
    color: #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

.title-side-buttons a.green {
    background-color: rgb(98, 170, 35);
}

.title-side-buttons a.red {
    background-color: rgb(178, 72, 74);
}

.multi-col-item {
    padding-top: 2em;
}

.multi-col-item a {
    position: relative;
    display: block;
    width: 100%;
}

.multi-col-item p, .multi-col-item p a, .multi-col-item ul li, .multi-col-item strong, .multi-col-item em {
    font-size: 10pt;
}

.multi-col-item p {
    margin-top: 1em;
}

.multi-col-item ul {
    margin-top: 1em;
    padding-left: 1.5em ;
}

.multi-col-item ul li {
    list-style: disc;

}

.multi-col-item.data-store ul {
    margin-top: 1em;
    padding-left: 0em;
}

.multi-col-item.data-store  ul li {
    list-style: none;

}

.data-store-keywords {
    border-bottom: 3px solid #bbb;
    font-size: 13pt;
    font-weight: bold;
}

.data-store-keywords ul {
    text-align: center;
    margin: 0.5em auto;
}

.data-store-keywords ul li {
    display: inline;
    margin: auto 1em;
}

.multi-col-item img {
    width: 100%;
    border: 2px solid #fff;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

/* Client Area */
.client-area-item {
    text-align: center;
}

.client-area-item a:hover {
    text-decoration: underline;
}

/* Download Facility Files */
@media only screen and (max-width: 767px) {
    .hidden-element { display: none!important }
}
h2.download-facility, h2.download-facility * {
    font-size: 20pt;
}

#download-facility-files {
    padding-bottom: 16px;
    clear: both;
    overflow: hidden;
}

#download-facility-files .item {
    margin: 16px 0px;
    overflow: hidden;
}

#download-facility-files a {
    color: #666;
}

#download-facility-files a:hover {
    text-decoration: underline;
}

/* Data Store, Resources Layout, Blog */
h3.data-explorer {
    font-size: 18pt;
    font-weight: normal;
    color: rgb(60, 178, 178);
}

h3.data-explorer.gold {
    color: rgb(242, 173, 46)
}

h3.data-explorer.blog {
    font-size: 21pt;
}

h3.data-explorer.blog a {
    font-size: 21pt;
    border-left: 4px solid #ccc;
    padding: 0px 0px 0px 8px;
    color: rgb(60, 178, 178);
}

h3.data-explorer.blog a:hover {
    text-decoration: none;
    color: rgb(118, 178, 174);
}

h4.resources-section {
    font-size: 18pt;
    color: rgb(242, 173, 46)
}

#data-explorer-menu {
    padding-bottom: 2em;
}

#data-explorer-menu .data-group {
    position: relative;
    font-size: 17pt;
    text-transform: uppercase;
}

#data-explorer-menu .data-group a {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
}

#data-explorer-menu .data-group span {
    display: inline-block;
    min-width: 0.8em;
    margin-right: 0.5em;
}

#data-explorer-menu .data-group em {
    display: inline-block;
    font-style: normal;
    font-size: 12pt;
    font-weight: normal;
    color: #999;
}

#data-explorer-menu ul {
    margin: 0px 0px 0px 8px;
}

#data-explorer-menu ul li {
    list-style: none;
    margin: 8px 0px;
}

#data-explorer-menu ul li.active a {
    color: rgb(41, 113, 113);
}

#data-explorer-content .blog-post {
    margin: 3em auto 3em auto;
}

#data-explorer-content .blog-post .date {
    font-size: 10pt;
    color: #999;
}

#data-explorer-content .blog-post .content
{
    margin: 1em auto;
}

.blog-post .content * {
    font-size: 11pt;
    line-height: 17pt;
    color: inherit;
}

.blog-post .content a {
    color: #777;
}

#data-explorer-content .blog-post .content ul li {
    display: list-item;
    list-style: disc outside;
    margin-left: 24px;
}


#data-explorer-content .blog-post .content table
{
    margin: 24px auto;
}

#data-explorer-content .blog-post .content table td
{
    border: 1px solid #d8d3d3;
    background-color: #faf5f5;
    padding: 6px;
    vertical-align: middle;
}


#data-explorer-content .blog-post .content .embed-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

#data-explorer-content iframe,
#data-explorer-content object,
#data-explorer-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#data-explorer-content img {
    max-width: 100%;
    height: auto;
}

#data-explorer-content ol {
    padding: 0px 20px;
}

#data-explorer-content ol li {
    padding: 6px 0px;
}

#data-explorer-content ul li {
    display: inline-block;
    list-style: none;
}

#data-explorer-content ul li a {
    padding: 0.4em 0.9em;
}

#data-explorer-content ul li a:hover {
    text-decoration: none;
    background-color: #ccc;
}

#data-explorer-content ul li.active a {
    background-color: #333;
    color: #fff;
}

#data-explorer-content .keywords, #data-explorer-content .keywords * {
    margin-bottom: 20px;
    font-size: 11pt;
}

#data-explorer-search-results > div{
    padding: 16px 0px 0px 0px;
}

#data-explorer-search .ukg-form {
    margin: 0px;
    padding: 0px;
}

#data-explorer-search .ukg-form input {
    color: #666;
    background-color: #fff;
    border-color: rgb(242, 173, 46);
}

#data-explorer-search .ukg-form input.submit {
    width: 100%;
    max-width: 100px;
    color: #fff;
    background-color: rgb(242, 173, 46);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#data-explorer-search .ukg-form input.submit:hover {
    color: #fff;
}

h4.blog-section {
    font-size: 17pt;
    color: rgb(242, 173, 46)
}

h4.blog-section.margin-top {
    margin-top: 1.8em;
}

ul.categories-list li {
    padding: 1em 0em 0em 1em;
    margin-bottom: 0em;
}

#pagination {
    border-top: 1px solid #ccc;
    padding-top: 1em;
    margin-bottom: 3em;
}

#pagination .next {
    float: right;
}
