.header {
    padding: 20px 0;
}
.top-search {
    margin-top: 6px;
}
.top-search .form-control {
    height: 38px;
    padding: 4px 12px;
}
.search-form input {
    . font-style: italic;
}
.top-search .input-group-btn>.btn {
    padding: 5px 10px 7px;
}
.nav-search .form-group {
    margin: 3px 0px 0px;
}
@media screen and (min-width: 768px) {
    .nav-search {
        display: none;
    }
    .navbar-inverse .navbar-left li:first-child a {
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .top-search {
        display: none;
    }
    .navbar-collapse.in .navbar-right {
        margin-bottom: 15px;
    }
    h1 {
        font-size: 30px;
        margin-top: 15px;
    }
    .breadcrumb li {
        display: inline;
    }
}
.navbar-right .btn {
    margin-top: 2px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-inverse .nav>li>a {
        padding: 10px 8px;
        font-size: 14px;
    }
}
.footer {
    background-color: #262626;
    color: #ffffff;
    padding: 30px 0;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .footer {
        margin-top: 40px;
    }
}
.footer hr {
    border-color: #595959;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #ffffff;
}
.footer a {
    color: #b2b2b2;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer .copy {
    color: #b2b2b2;
    text-align: center;
    margin: 10px 0;
}
.footer .newsletter-form label {
    margin-right: 25px;
    text-transform: uppercase;
}
.footer .newsletter-form input {
    background-color: #cccccc;
    color: #474747;
    min-width: 220px;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .footer,
    .footer h6 {
        font-size: 18px;
        text-align: center;
    }
    .footer .newsletter-form label {
        text-align: center;
        display: block;
        margin: 0px auto 15px;
    }
    .footer .newsletter-form .btn {
        width: 100%;
    }
    .footer h6 {
        margin: 20px 0 12px;
    }
    .footer .copy {
        margin-top: 30px;
    }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
    .footer .newsletter-form label {
        text-align: center;
        display: block;
        margin: 0px auto 15px;
    }
    .footer .newsletter-form input {
        width: 300px;
        margin: 0 auto;
    }
    .footer .newsletter-form .btn {
        width: 300px;
    }
}
.footer .social-media li {
    display: inline-block;
}
.footer .social-media a {
    padding: 5px 3px;
}
.footer .social-media .glyphicon {
    font-size: 15px;
    color: #ffffff;
    padding: 5px 3px 5px 3px;
    border-radius: 50%;
    background-color: #474747;
}
.footer .social-media .icon-linkedin {
    background-color: #126d9c;
}
.footer .social-media .icon-twitter {
    background-color: #26aae1;
}
.footer .social-media .icon-youtube-play {
    background-color: #e3110e;
    padding: 5px 4px 5px 3px;
    font-size: 14px;
}
.footer .social-media .icon-facebook {
    background-color: #3560a1;
}
.footer .social-media .icon-gplus {
    background-color: #dd4b39;
}
.related-ind-list {
    padding-left: 0;
    list-style: none;
}
.related-ind-list li {
    display: inline-block;
    line-height: 18px;
    padding: 0px 6px 0px 4px;
    border-right: 2px solid #969696;
}
.related-ind-list li:first-child {
    border-right: none;
    padding-left: 0px;
}
.related-ind-list li:last-child {
    border-right: none;
}
.industry-icon {
    width: 70px;
    height: 80px;
    font-size: 46px;
    margin-right: 25px;
    color: #616161;
    text-align: center;
    float: left;
}
.industry-description {
    margin-bottom: 60px;
}
.industry-description h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 6px;
    font-weight: 400;
}
@media screen and (max-width: 992px) {
    .industry-description {
        margin-bottom: 40px;
    }
    .industry-description h2 {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .industry-icon {
        height: 60px;
        width: 50px;
        font-size: 36px;
    }
    .industry-description {
        margin-bottom: 20px;
    }
    .industry-description h2 {
        margin-top: 20px;
    }
    .box {
        margin-top: 10px;
    }
}
.box {
    border: 1px solid #e6e6e6;
    padding: 5px 15px 10px;
}
.jobs {
    padding: 0px 25px 5px;
    margin-bottom: 10px;
}
.jobs h3 {
    font-size: 18px;
    margin-bottom: 15px
}
.box h4 {
    font-size: 16px;
    margin-bottom: 15px
}
.news-item h5 {
    font-size: 16px;
    margin-bottom: 4px;
}
.news-item {
    font-size: 14px;
}
.box a {
    font-weight: 600;
}
.jobs-meta {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 0 20px;
}
.jobs .list-unstyled {
    padding-left: 0;
}
.jobs .list-unstyled li {
    margin-bottom: 2px;
}
.jobs .list-unstyled a {
    font-size: 14px;
    font-weight: 400;
}
.jobs .list-unstyled .more-jobs {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding-top: 8px;
}
.homepage-wrapper h1 {
    color: #2f539a;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    margin-bottom: 30px;
}
.homepage-wrapper h1 .small {
    font-weight: 400;
    font-size: 18px;
    color: #474747;
    display: block;
    margin-top: 15px;
}
.homepage-wrapper h3 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #474747;
}
.homepage-wrapper .icon {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.homepage-wrapper h4 {
    color: #474747;
    text-align: center;
    margin-bottom: 30px;
}
.homepage-wrapper h4 a {
    color: #474747;
    text-align: center;
}
.homebox {
    color: #ffffff;
    background-color: #2f539a;
    font-size: 16px;
    padding: 20px 30px;
    margin-bottom: 10px;
}
.homebox a {
    color: #ffffff;
}
.homebox h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 5px;
}
.homebox ul {
    list-style: none;
    padding: 0px;
}
.homebox li {
    font-size: 18px;
}
.homebox1 {
    background-color: #e66152;
}
.homebox2 {
    background-color: #f7941d;
}
.homebox3 {
    padding: 30px 0px 15px;
}
.homebox4 {
    padding: 12px 12px;
}
.homebox1 .icon,
.homebox2 .icon {
    float: right;
    margin-left: 5px;
}
.homebox4 .glyphicon {
    display: block;
}
.homebox .btn {
    padding: 5px 18px 5px 10px;
    margin-bottom: 15px;
}
.homebox .btn .glyphicon {
    margin-right: 10px;
    font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .homebox1,
    .homebox2 {
        min-height: 275px;
    }
    .homebox1 .icon,
    .homebox2 .icon {
        max-width: 70px;
    }
    .homepage-wrapper .icons-block {
        padding-left: 44px;
    }
}
@media screen and (max-width: 690px) {
    .homebox4 {
        min-height: 115px;
    }
    .homebox4 a {
        text-align: center;
    }
    .homebox4 .glyphicon {
        text-align: center;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 410px) {
    .homebox4 {
        min-height: 130px;
    }
    .homebox4 a {
        font-size: 14px;
        text-align: center;
    }
    .homebox4 .glyphicon {
        font-size: 22px;
    }
}
.subnav {
    background-color: #2f539a;
    padding: 10px;
}
.subnav h4 {
    font-weight: 400;
    color: #ffffff;
}
.subnav .nav-pills > li.active > a,
.subnav .nav-pills > li.active > a:hover,
.subnav .nav-pills > li.active > a:focus {
    color: #2f539a;
    background-color: #ffffff;
}
.subnav .nav-pills > li > a {
    color: #ffffff;
    background-color: #2f539a;
    font-weight: 600;
    font-size: 15px;
    padding: 3px 13px;
}
.subnav .nav-pills > li > a:hover,
.subnav .nav-pills > li > a:focus {
    color: #2f539a;
    ;
    background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
    .subnav .nav-pills > li > a {
        font-size: 14px;
        padding: 4px 10px;
    }
}
@media screen and (max-width: 992px) {
    .subnav .nav-pills > li > a {
        font-size: 16px;
    }
    .subnav .nav-pills > li {
        margin: 5px 0px 5px 2px;
    }
}
.icon-custom {
    position: relative;
    color: #cccccc;
    display: block;
}
.icon-custom:after,
.icon-custom:before {
    display: table;
    content: " ";
}
icon-custom .form-control,
.icon-custom .form-control {
    padding-right: 30px;
    float: left;
    font-weight: normal;
}
.search-in-topic {
    margin-top: 25px;
}
.search-companies {
    margin-top: 15px;
}
.search-companies h6 {
    margin-bottom: 8px;
}
.search-companies .form-inline {
    margin-bottom: 20px;
}
.search-companies .radio,
.search-companies .checkbox {
    margin-top: -7px;
}
.search-companies input[type="checkbox"],
.search-companies input[type="radio"] {
    margin-top: 4px;
}
.search-companies hr {
    border-color: #cccccc;
    margin: 5px 0;
}
.search-companies label {
    font-size: 14px;
}
.search-companies .nav-pills > li > a {
    padding: 4px 10px;
}
@media screen and (max-width: 768px) {
    .search-companies .nav-pills {
        margin-top: 10px;
    }
}
.search-in-glossary .search-box,
.search-companies .search-box {
    border-color: #4f7fe0;
    color: #4f7fe0;
    min-width: 300px;
    margin-right: 10px;
    width: 30%;
}
.search-in-glossary .btn,
.search-companies .btn {
    margin-right: 10px;
}
.search-in-glossary .radio input[type="radio"],
.search-in-glossary .checkbox input[type="checkbox"] {
    margin-right: 5px;
}
.search-in-glossary .icon-custom .glyphicon,
.icon-custom .glyphicon,
icon-custom .fa,
.icon-custom .fa {
    position: absolute;
    z-index: 2;
    right: 6px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: -3px;
}
.search-in-topic {
    margin-top: 25px;
}
.main-heading {
    border-bottom: 1px solid #cccccc;
}
.subheading-nav {
    margin: 15px 0 12px;
}
.subheading-nav .pager {
    margin: 0;
    float: right;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .subheading-nav .pager {
        float: left;
    }
    .subheading-nav .pager li a {
        margin-top: 10px;
    }
}
.export-nav {
    overflow: hidden;
}
.export-nav ul {
    padding: 0;
    list-style: none;
}
.export-nav ul li {
    display: inline-block;
    text-align: right;
    padding: 0px 5px;
    float: right;
}
.export-nav a {
    color: #474747
}
.icon-cite:before,
.icon-cite:before {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 1.2em;
}
.icon-cite:before {
    content: '\005B  \005D';
    display: block;
}
.export-nav i {
    color: #4f7fe0;
}
.export-nav .icon-file-pdf {
    color: #ff0000;
}
.export-nav .icon-file-excel {
    color: #2ca200;
}
@media screen and (max-width: 768px) {
    .export-nav {
        clear: both;
    }
    .export-nav ul li {
        text-align: left;
        padding: 10px 10px 0px 0;
        float: none;
    }
}
.date {
    font-weight: 600;
}
.cite-source {
    font-style: italic;
}
.box ul {
    padding-left: 20px;
}
.box ul li {
    margin-bottom: 12px;
}
.uppercase {
    text-transform: uppercase;
}
.table {
    margin-bottom: 30px;
}
.table > thead > tr > th,
.table > thead > .blue-header > th,
.table > thead > .blue-header > td,
.table > tbody > .blue-header > th,
.table > tbody > .blue-header > td,
.blue-header {
    vertical-align: bottom;
    background-color: #2f539a;
    border-top: 1px solid #2f539a!important;
    border-color: #2f539a;
    color: #fff;
}
.blue-header a {
    background-color: #2f539a;
    color: #fff;
    text-align: left;
    text-decoration: underline;
    margin-top: 7px;
}
.blue-header a:hover {
    color: #ddd;
}
.blue-header .form-group {
    margin-bottom: 0px;
}
.blue-header .form-control {
    height: 24px;
    padding: 0px 12px;
    margin: 2px 0;
}
.blue-header ul {
    padding: 0;
    list-style: none;
    margin-bottom: 4px;
}
.blue-header ul li {
    display: inline-block;
    padding-right: 20px;
}
.blue-header .export-nav {
    float: right;
    font-size: 13px;
    padding-right: 0px;
}
.blue-header .export-nav .glyphicon {
    color: #ffffff;
}
.blue-header .export-nav a {
    text-decoration: none;
}
.blue-line {
    margin: 2px 0;
    border-color: #4f7fe0;
}
.selectedrow {
    font-weight: 600;
}
.table > tbody > tr > th {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    vertical-align: bottom;
}
.table-clean > tbody > tr > th {
    background-color: #fff;
    border-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: bottom;
}
.table > tbody > tr > .subhead,
.table .subhead > th,
.table .subhead > td {
    background-color: #666666;
    color: #fff;
    border-color: #666666;
    font-size: 14px;
}
.text-left,
.text-left > tr > th,
.text-left > tr > .subhead,
.text-center > tr > .text-left,
.text-right > tr > .text-left {
    text-align: left;
}
.text-right,
.text-right > tr > th,
.text-right > tr > .subhead,
.text-center > tr > .text-right,
.text-left > tr > .text-right {
    text-align: right;
}
.text-center,
.text-center > tr > th,
.text-center > tr > .subhead,
.text-left > tr > .text-center,
.text-right > tr > .text-center {
    text-align: center;
}
.table-unbordered {
    margin: 5px 0 10px;
    border-color: #ffffff;
}
.table-unbordered > tbody > tr> td {
    border-color: #ffffff;
}
@media screen and (max-width: 767px) {
    .table-responsive .table-unbordered,
    .table-responsive.table-unbordered {
        border-color: #ffffff;
    }
    .table-unbordered > tbody > tr> td {
        border-color: #ffffff;
    }
}
.graph {
    text-align: center;
    margin: 10px;
}
.graph img {
    margin: 10px auto;
}
.subheading-nav .nav-pills > li.active > a {
    color: #ffffff;
    ;
    background-color: #2f539a;
}
.subheading-nav .nav-pills > li > a {
    color: #ffffff;
    ;
    background-color: #2f539a;
    font-weight: 600;
    font-size: 16px;
    padding: 4px 12px;
    border-radius: 0px;
}
.subheading-nav .nav-pills > li > a:hover,
.subheading-nav .nav-pills > li.active > a:hover,
.subheading-nav .nav-pills > li.active > a:focus {
    background-color: #2b4a8a;
}
.subheading-nav .nav-pills>li+li {
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .subheading-nav .nav-pills {
        text-align: center;
    }
    .subheading-nav .nav-pills > li {
        display: inline-block;
        float: none;
    }
    .subheading-nav .nav-pills > li > a {
        margin-bottom: 10px;
    }
}
.additional-nav {
    background-color: #f7f7f7;
    padding: 15px;
}
table.industry-summary > tbody > tr > td {
    border: 1px solid #999999;
    font-weight: 600;
    font-size: 15px;
}
.table .small {
    font-size: 12px!important;
}
.back-link {
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
}
.subheading-nav .back-link {
    margin-top: 0px;
    display: inline-block;
    font-size: 15px;
    float: left;
}
.indented-left,
.table > tbody > .indented-left > td,
.table > tbody > tr > .indented-left {
    padding-left: 30px;
}
.indented-right,
.table > tbody > .indented-right > td,
.table > tbody > tr > .indented-right {
    padding-right: 30px;
}
.strong,
.table > tbody > .strong > td,
.table > tbody > tr > .strong {
    font-weight: 600;
    font-size: 1em;
}
.additional-nav .form-group {
    margin-top: 15px;
    margin-right: 15px;
}
.additional-nav .form-group label {
    padding-right: 5px;
}
@media screen and (max-width: 768px) {
    .additional-nav {
        padding-bottom: 0px;
    }
    .additional-nav .form-group {
        margin-right: 0px;
    }
}
.company-name {
    text-transform: uppercase;
    font-weight: 600;
}
h1 .company-name {
    text-transform: uppercase;
    color: #4f7fe0;
    font-weight: 600;
    font-size: 0.722em
}
.map-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 25px;
}
.glossary-nav {
    margin-bottom: 25px;
}
.glossary-nav a {
    display: inline-block;
    padding: 3px 8px;
    font-weight: 600;
}
.glossary-nav a:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}
.build-a-report {
    margin-top: 15px;
}
.build-a-report .blue-header {
    font-weight: 600;
    padding: 3px 15px;
}
.build-a-report .blue-header span {
    display: inline-block;
    padding-right: 15px;
}
.build-a-report .blue-header label {
    font-weight: 600;
}
.report-group {
    background-color: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
}
.report-group .intro {
    font-size: 16px;
}
.report-group .strong {
    font-size: 16px;
    font-weight: 600;
}
.report-group .checkbox-inline {
    margin: 0 15px;
}
.build-a-report .report-group input[type="checkbox"],
.build-a-report .report-group input[type="radio"] {
    line-height: normal;
    margin-top: 4px;
}
.build-a-report .blue-header input[type="checkbox"],
.build-a-report .blue-header input[type="radio"] {
    margin-top: 6px;
}
.build-a-report .report-group .strong input[type="checkbox"],
.build-a-report .report-group .strong input[type="radio"] {
    margin-top: 6px;
}
.search-header {
    margin: 20px 0;
}
.btn + .btn {
    margin-left: 10px;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.results-nav {
    background-color: #f7f7f7;
    padding: 15px;
}
.results-nav .extra {
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
}
.results-nav h4.inline-block {
    margin-right: 5%;
}
@media screen and (max-width: 992px) {
    .results-nav h4.inline-block {
        margin-right: 0;
        display: block;
    }
    .save-search-form .btn {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 630px) {
    .save-search-form .btn {
        margin-top: 15px;
    }
}
@media screen and (max-width: 480px) {
    .results-nav {
        text-align: center;
    }
    .results-nav .btn-primary {
        margin-bottom: 10px;
        text-align: center;
    }
    .save-search-form .btn {
        margin: 15px 0;
    }
}
table.tablesorter {
    margin: 5px 0;
}
table.tablesorter thead tr .header {
    background-image: url("../img/bg.gif");
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    padding-left: 25px;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url("../img/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
    background-image: url("../img/desc.gif");
}
@media screen and (max-width: 767px) {
    .table-responsive.profile-table > .table > thead > tr > th,
    .table-responsive.profile-table > .table > tbody > tr > th,
    .table-responsive.profile-table > .table > tfoot > tr > th,
    .table-responsive.profile-table > .table > thead > tr > td,
    .table-responsive.profile-table > .table > tbody > tr > td,
    .table-responsive.profile-table > .table > tfoot > tr > td {
        white-space: normal;
    }
}
/*Added styles **/

.homepage-wrapper h1 {
    color: #333;
}
.search-industry {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.search-industry .search-box {
    border-color: #4f7fe0;
    color: #4f7fe0;
    width: 100%;
}
.search-industry .nav-pills > li > a {
    padding: 4px 10px;
}
.search-industry .icon-custom .glyphicon {
    color: #4f7fe0;
}
@media (max-width: 767px) {
    .search-industry .form-horizontal .btn-default {
        margin-bottom: 12px;
    }
}
@media (max-width: 400px) {
    .search-industry .form-horizontal .btn-default {
        margin-bottom: 12px;
        font-size: 13px;
        padding: 5px 7px;
    }
}
.industry-list-table thead tr .header {
    vertical-align: middle;
}
.industry-list-table a {
    color: #474747;
}
.tuts-btn {
    margin-left: 20px;
    margin-top: -2px;
}
.homebox {
    display: block;
    font-size: 16px;
    padding: 20px 30px;
    background-color: #f7f7f7;
    color: #333333;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.32);
}
.homebox:hover,
.homebox:active,
.homebox:focus {
    color: #333333;
    text-decoration: none;
}
.homebox h2 {
    color: #2f539a;
}
.homebox h2:hover {
    color: #2f539a;
}
.homebox .icon {
    float: right;
    margin-left: 5px;
    margin-top: -10px;
}
@media (max-width: 400px) {
    .homebox .icon {
        width: 75px;
        height: auto;
        margin-top: 5px;
    }
}
.homepage-wrapper h3 {
    text-align: left;
    margin-bottom: 30px;
}
.homepage-wrapper .tuts-btn {
    margin: 20px 0 0 0;
    float: right;
}
.homepage-wrapper .main-btn {
    margin-top: 20px;
    margin-bottom: 5px;
}
.homepage-wrapper h4 {
    font-size: 18px;
}
.homepage-wrapper h5,
.homepage-wrapper h5 a {
    text-align: left;
    color: #2f539a;
    text-decoration: underline;
    font-size: 17px;
    line-height: 1.2em;
}


.homepage-wrapper h6  {
    text-align: center;
    color: #2f539a;
    font-size: 14px;
    line-height: 1em;
}

.homepage-wrapper .icons-block img {
    float: left;
    margin: -3px 20px 20px 0;
    vertical-align: middle;
    width: 54px;
    height: auto;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .homepage-wrapper .icons-block {
        padding-left: 0px;
        
    }
    .homepage-wrapper h5 {
        min-height: 80px;
    }
}
@media (max-width: 480px) {
    .homepage-wrapper .icons-block h5 {
        margin-left: 30px;
    }
    .homepage-wrapper .icons-block img {
        width: 46px;
        margin-top: -15px;
    }
    .homepage-wrapper .icons-block .col-xs-8 {
        width: 99%;
    }
    .homepage-wrapper h3 {
        font-size: 24px;
        margin-top: 20px;
        text-transform: capitalize;
    }
    .home-video {
        width: 99%;
    }
}
.header-not-logged {
    border-bottom: 1px solid #e3e3e3;
}
.header-not-logged .btn-primary {
    float: right;
    margin-top: 10px;
}
.page-not-logged h1,
.page-not-logged h2,
.page-not-logged h3,
.page-not-logged h4,
.page-not-logged h5,
.page-not-logged h6 {
    text-align: center;
}
.page-not-logged h1 {
    margin-bottom: 5px;
}
.page-not-logged h1 + h6 {
    margin-top: 1px;
}
.page-not-logged h6 {
    font-size: 18px;
}
.page-not-logged button + h6 {
    margin-top: 20px;
}
.blue-form {
    margin: 18px 0;
    background-color: #2f539a;
    padding: 25px 0;
    color: #ffffff;
}
.blue-form .btn-primary {
    margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .login-form .btn-default {
        padding: 4px 10px;
    }
}
@media screen and (max-width: 768px) {
    .header-not-logged .logo {
        display: block;
        width: 327px;
        margin: auto;
    }
    .header-not-logged .btn-primary {
        margin: auto;
        display: block;
        width: 100%;
        max-width: 350px;
        margin-top: 20px;
        float: none;
    }
}
@media screen and (max-width: 350px) {
    .header .logo {
        width: 100%;
        display: block;
    }
    .header .logo img {
        width: 98%;
        height: auto;
    }
}
.contact-form .btn {
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
    .contact-form .btn {
        margin-bottom: 20px;
    }
}
.intro-text {
    margin-top: 15px;
}
.red-heading {
    color: #e31936;
    margin: 30px 0 20px;
}
.disabled {
    opacity: 0.70;
    -moz-opacity: 0.70;
    -o-opacity: 0.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    cursor: crosshair;
}
.disabled a {
    cursor: crosshair;
    text-decoration: none;
    color: #2f539a;
}
.asoc-form .form-group .control-label {
    text-align: left;
}
.asoc-list {
    margin: 30px 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .asoc-form .btn {
        padding: 4px 10px;
    }
}
@media screen and (max-width: 768px) {
    .asoc-form .btn {
        margin-top: 20px;
        margin-left: 10px;
        float: right;
    }
    .asoc-list {
        margin: 0px 0 20px;
    }
}
.MyResearchAccount-form.form-inline {
    margin: 15px 0;
}
.MyResearchAccount-form.form-inline .form-group {
    display: block;
}
.MyResearchAccount-form.form-inline .form-group input {
    margin: 10px;
}
.MyResearchAccount-form.form-inline .form-group a {
    font-weight: 600;
}
.MyResearchAccount-form.form-inline .btn-primary {
    margin-top: 10px;
}
.set-MyResearchAccount-form small {
    line-height: 14px!important;
    display: block;
}
.set-MyResearchAccount-form .btn-primary {
    margin-top: 20px;
}
ul {
    padding-left: 25px;
}
ul li {
    line-height: 26px;
}
@media screen and (max-width: 768px) {
    .MyResearchAccount-form.form-inline .form-group input {
        margin: 10px 0;
    }
    .MyResearchAccount-form.form-inline .btn-default {
        margin-top: 15px;
    }
    .set-MyResearchAccount-form small {
        line-height: 14px!important;
        display: block;
        margin-top: 10px;
    }
}
@media screen and (max-width: 380px) {
    .MyResearchAccount-form.form-inline .btn-default {
        padding: 4px 10px;
        font-size: 13px;
    }
}
h5 {
    font-size: 18px;
}
.page-search {
    margin: 10px 0 15px;
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}
.page-search .search-box {
    color: #4f7fe0;
    min-width: 300px;
    margin-right: 10px;
    width: 30%;
}
.page-search .adv-search {
    margin: 10px 0;
    margin-left: 60px;
}
.page-search .btn {
    margin-right: 10px;
}
.page-search .nav-pills > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
}
.page-search .checkboxes {
    padding-bottom: 5px;
}
@media screen and (max-width: 992px) {
    .page-search {
        margin-left: -15px;
    }
    .page-search h6,
    .page-search .checkboxes,
    .page-search .form-group .form-group,
    .page-search .adv-search {
        margin-left: 15px;
    }
    .search-companies .form-inline .nav-pills,
    .page-search .form-inline .nav-pills,
    .page-search .adv-search {
        margin-top: 5px;
    }
}
@media screen and (max-width: 768px) {
    .page-search .form-group .btn {
        margin-left: 15px;
    }
    .page-search .adv-search {
        margin-top: 10px;
    }
}
.MyResearchAccount-preferences,
.MyResearchAccount-credentials {
    margin: 15px 0;
}
.MyResearchAccount-preferences select + select {
    margin-top: 10px;
}
.MyResearchAccount-preferences hr {
    border-color: #cccccc;
    margin: 5px 0;
}
.MyResearchAccount-credentials input[type="password"],
.MyResearchAccount-credentials input[type="text"] {
    max-width: 340px;
}
.MyResearchAccount-credentials .control-label {
    text-align: left;
}
@media screen and (min-width: 769px) {
    .MyResearchAccount-credentials input[type="password"],
    .MyResearchAccount-credentials input[type="text"] {
        margin-left: -20px;
    }
    .MyResearchAccount-credentials .custom-control {
        margin-left: -40px;
    }
}
@media screen and (min-width: 1200px) {
    .MyResearchAccount-credentials input[type="password"],
    .MyResearchAccount-credentials input[type="text"] {
        margin-left: -50px;
    }
    .MyResearchAccount-credentials input.custom-control {
        margin-left: -100px;
    }
}
.research-user {
    color: #2f539a;
}
.additional-nav .contact {
    font-size: 16px;
    font-weight: 600;
}
@media screen and (max-width: 340px) {
    .additional-nav .contact {
        font-size: 14px;
        font-weight: 600;
    }
}
@media screen and (max-width: 992px) {
    .subheading-nav.helper .nav-pills {
        text-align: center;
    }
    .subheading-nav.helper .nav-pills > li {
        display: inline-block;
        float: none;
    }
    .subheading-nav.helper .nav-pills > li > a {
        margin-bottom: 10px;
    }
}
.table-responsive .table-searches {
    margin: 20px 0;
}
h2 + .table-responsive .table-searches {
    margin: 10px 0 20px;
}
.table-searches > thead > tr > th {
    vertical-align: middle;
}
.table-searches > tbody > tr > td {
    vertical-align: middle;
}
.table-searches a {
    margin: 4px 10px 4px 0;
}
.table-searches .btn {
    margin: 4px 0px;
}
.table-searches a.plain {
    color: #474747;
}
h2 .smaller {
    font-size: 0.75em;
}
.underline {
    text-decoration: underline;
}
h6 + .asoc-list {
    margin: 10px 0;
}
.checkbox.col-xs-4 {
    margin: 3px 0;
}
@media screen and (max-width: 420px) {
    .checkbox.col-xs-4 {
        width: 49%;
    }
}
form hr {
    border-color: #cccccc;
    margin: 5px 0;
}
.export-pagination .pagination {
    margin: 5px 0;
}
.back-link.custom-back-link {
    margin-left: 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    float: none;
}
.table-editor {
    margin-top: 10px;
}
.tree-fields {
    border-color: #4f7fe0;
    border-width: 1px;
    border-style: Solid;
    height: 400px;
    overflow: auto;
    margin-bottom: 15px;
}
.list-fields {
    height: 400px;
    width: 99%;
    overflow: hidden;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
}
select.list-fields[multiple],
select.list-fields[size] {
    height: 400px;
}
/*.skip-link {
    margin-top: -20px;
    visibility: hidden;
}*/
.skip-link {
    position: absolute;
    left: -999px;
    top: -999px;
    background-color: #2F539A;
    color: #fff !important;
    padding: 10px;
    width: 100%;
    z-index: 100;
    text-align: center;
    text-transform: uppercase;
}

.skip-link:focus {
    left: 0;
    top: 0;
    position: absolute;
    display: block;
}

.treeFields_2 {
    white-space: nowrap;
}
.filler-row {
    height: 0px;
}
.filler-block {
    width: 20px;
    height: 1px
}
.table-editor table img {
    border: none;
    border-width: 0;
}
.table-editor .side-buttons .btn {
    width: 100%;
    min-width: 50px;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 4px 10px;
}
.table-editor .side-buttons .btn + .btn {
    margin-left: 0px;
}
.table-editor .center-button {
    text-align: center;
}
@media screen and (min-width: 769px) {
    .table-editor .center-button {
        text-align: center;
        height: 400px;
        line-height: 400px;
    }
    .side-buttons {
        margin-top: 40px;
    }
}
@media screen and (max-width: 768px) {
    .table-editor .side-buttons .btn {
        width: 50px;
        display: inline-block;
        padding: 4px 10px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}
.main-page-search {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    margin-bottom: 30px;
}
/*Alternate homepage*/

.alternative-top .media,
.alternative-top .media:first-child {
    margin-top: 2px;
}
.alternative-top .media-heading {
    margin-bottom: 1px;
}
.alternative-top .alt-icon {
    width: 28px;
    height: 28px;
    text-align: center;
    color: #ffffff;
    background-color: #2f539a;
    font-size: 15px;
    padding-top: 3px;
    display: inline-block;
}
.alternative-top .link {
    font-size: 14px;
    line-height: 16px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .alternative-top .link {
        font-size: 13px;
        padding-top: 5px;
    }
    .alternative-top .link p {
        font-size: 12px;
        line-height: 16px;
    }
}
.alternate-homepage a {
    color: #2f539a;
}
.alternative-top a {
    font-weight: 600;
}
.alternate-homepage .industries .media {
    min-height: 56px;
}
.alternate-homepage .industries .media-body a {
    font-weight: 600;
}
.alternate-homepage .industries .media a .red {
    color: red;
    font-size: 0.9em;
    display: inline-block;
    margin-top: -5px;
    position: relative;
}
.alternate-homepage .industries .media-left .media-object {
    max-height: 47px;
    max-width: 34px;
}
.alternate-homepage .industries .media:first-child {
    margin-top: 15px;
}
.alternate-homepage .sidebar .box {
    padding: 4px 15px;
    margin-bottom: 16px;
}
.alternate-homepage .sidebar .box h4 {
    margin-bottom: 12px;
    text-align: left;
}
.alternate-homepage .sidebar .box h4 a {
    color: #2f539a;
}
.alternate-homepage .sidebar ul {
    padding-left: 0;
}
.alternate-homepage .sidebar ul li {
    line-height: 20px;
    padding-bottom: 5px;
}
.alternate-homepage .sidebar ul li a {
    display: block;
    overflow: hidden;
}
.alternate-homepage .sidebar ul span {
    display: inline-block;
    margin-right: 7px;
    color: #4f7fe0;
    float: left;
}
.alternate-homepage .sidebar ul span.icon-male {
    margin-right: 0px;
    width: 18px;
}
.alternate-homepage .sidebar ul span.icon-other {
    margin-right: 5px;
    margin-left: -13px;
}
@media screen and (max-width: 768px) {
    .alternate-homepage .sidebar .box {
        padding: 2px 15px;
        margin-bottom: 10px;
    }
    .alternate-homepage .sidebar .box h4 {
        margin-bottom: 10px;
        text-align: left;
    }
    .alternate-homepage .sidebar ul li {
        line-height: 17px;
        padding-bottom: 1px;
    }
}
@media screen and (max-width: 380px) {
    .page-not-logged .text-center .btn {
        padding: 4px 20px;
    } 
    .page-not-logged .text-center .btn + .btn {
      margin-top: 10px;
      margin-left: 0px;
    }
}

