
/* ---------- Overall Specifications ---------- */
@font-face {
    font-family: ProximaNova-Regular;
    src: url('../fonts/ProximaNova-Regular.woff');
}
body {
    line-height: 1.5;
    font-size: 87.5%;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1.0em 0 0.5em;
    font-weight: inherit;
}
h1 {
    font-size: 1.357em;
    color: #000;
}
h2 {
    font-size: 1.143em;
}
p {
    margin: 0 0 1.2em;
}
del {
    text-decoration: line-through;
}
tr.odd {
    background-color: #dddddd;
}
img {
    outline: 0;
}
code,
pre,
kbd,
samp,
var {
    padding: 0 0.4em;
    font-size: 0.857em;
    font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
    font-size: 100%;
    background-color: transparent;
}
pre code,
pre samp,
pre var {
    padding: 0;
}
.description code {
    font-size: 1em;
}
kbd {
    background-color: #f2f2f2;
    border: 1px outset #575757;
    margin: 0 3px;
    color: #666;
    display: inline-block;
    padding: 0 6px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
pre {
    background-color: #f2f2f2;
    background-color: rgba(40, 40, 0, 0.06);
    margin: 10px 0;
    overflow: hidden;
    padding: 15px;
    white-space: pre-wrap;
}


/* ------------------ Fonts ------------------ */

body,
#site-slogan,
.ui-widget,
.comment-form label {
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    font-family: 'ProximaNova-Regular', sans-serif;
}
#header,
#footer-wrapper,
#skip-link,
ul.contextual-links,
ul.links,
ul.primary,
.item-list .pager,
div.field-type-taxonomy-term-reference,
div.messages,
div.meta,
p.comment-time,
table,
.breadcrumb {
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}
input,
textarea,
select,
a.button {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* ------------------ Reset Styles ------------------ */

caption {
    text-align: left; /* LTR */
    font-weight: normal;
}
blockquote {
    background: #f7f7f7;
    border-left: 1px solid #bbb;
    font-style: italic;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}
blockquote:before {
    color: #bbb;
    content: "\201C";
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -.4em;
}
blockquote:after {
    color: #bbb;
    content: "\201D";
    font-size: 3em;
    line-height: 0.1em;
    vertical-align: -.45em;
}
blockquote > p:first-child {
    display: inline;
}
a.feed-icon {
    display: inline-block;
    padding: 15px 0 0 0;
}

/* ------------------ Table Styles ------------------ */

table {
    border: 0;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%;
}
table table {
    font-size: 1em;
}
#footer-wrapper table {
    font-size: 1em;
}
table tr th {
    background: #757575;
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none;
}
table tr th,
table tr th a,
table tr th a:hover {
    color: #FFF;
    font-weight: bold;
}
table tbody tr th {
    vertical-align: top;
}
tr td,
tr th {
    padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
    border-color: #555;
    border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
    background: #efefef;
    background: rgba(0, 0, 0, 0.063);
}
table ul.links {
    margin: 0;
    padding: 0;
    font-size: 1em;
}
table ul.links li {
    padding: 0 1em 0 0;
}

/* ------------------ List Styles ------------------ */

.block ol,
.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em; /* LTR */
}
.contextual-links-wrapper {
    font-size: small !important;
}
ul.contextual-links {
    font-size: 0.923em;
}
.contextual-links-wrapper a {
    text-shadow: 0 0 0 !important;
}
.item-list .pager {
    font-size: 0.929em;
}
ul.menu li {
    margin: 0;
}
.region-content ul,
.region-content ol {
    margin: 1em 0;
    padding: 0 0 0.25em 2.5em; /* LTR */
}
.item-list ul li {
    margin: 0;
    padding: 0.2em 0.5em 0 0; /* LTR */
    list-style-type: none;
    position: relative;
}
ul.tips {
    padding: 0 0 0 1.25em; /* LTR */
}

/* ------------------ Header ------------------ */
#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 50;
}
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: block;
    font-size: 0.94em;
    line-height: 1.7;
    padding: 1px 10px 2px 10px;
    text-decoration: none;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0 0 10px 10px;
}
#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
    outline: 0;
}
#logo {
    float: left; /* LTR */
    padding: 15px 15px 15px 10px; /* LTR */
}
#name-and-slogan {
    float: left; /* LTR */
    padding-top: 34px;
    margin: 0 0 30px 15px; /* LTR */
}
#site-name {
    font-size: 1.821em;
    color: #686868;
    line-height: 1;
}
h1#site-name {
    margin: 0;
}
#site-name a {
    font-weight: normal;
}
#site-slogan {
    font-size: 0.929em;
    margin-top: 7px;
    word-spacing: 0.1em;
    font-style: italic;
}
/* Region header blocks. */
.region-header .block {
    font-size: 0.857em;
    float: left; /* LTR */
    margin: 0 10px;
    padding: 0;
}
.region-header .block .content {
    margin: 0;
    padding: 0;
}
.region-header .block ul {
    margin: 0;
    padding: 0;
}
.region-header .block li {
    list-style: none;
    list-style-image: none;
    padding: 0;
}
.region-header .form-text {
    background: #fefefe;
    background: rgba(255, 255, 255, 0.7);
    border-color: #ccc;
    border-color: rgba(255, 255, 255, 0.3);
    margin-right: 2px; /* LTR */
    width: 120px;
}
.region-header .form-text:hover,
.region-header .form-text:focus,
.region-header .form-text:active {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
    color: #eee;
    color: rgba(255, 255, 255, 0.7);
}
/* Region header block menus. */
.region-header .block-menu {
    border: 1px solid;
    border-color: #eee;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 0;
    width: 208px;
}
.region-header .block-menu li a {
    display: block;
    border-bottom: 1px solid;
    border-bottom-color: #eee;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    padding: 3px 7px;
}
.region-header .block-menu li a:hover,
.region-header .block-menu li a:focus,
.region-header .block-menu li a:active {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
}
.region-header .block-menu li.last a {
    border-bottom: 0;
}
/* User Login block in the header region */
.region-header #block-user-login {
    width: auto;
}
.region-header #block-user-login .content {
    margin-top: 2px;
}
.region-header #block-user-login .form-item {
    float: left; /* LTR */
    margin: 0;
    padding: 0;
}
.region-header #block-user-login div.item-list,
.region-header #block-user-login div.description {
    font-size: 0.916em;
    margin: 0;
}
.region-header #block-user-login div.item-list {
    clear: both;
}
.region-header #block-user-login div.description {
    display: inline;
}
.region-header #block-user-login .item-list ul {
    padding: 0;
    line-height: 1;
}
.region-header #block-user-login .item-list li {
    list-style: none;
    float: left; /* LTR */
    padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
    padding-left: 0.5em; /* LTR */
}
.region-header #block-user-login ul.openid-links li.last {
    padding-left: 0; /* LTR */
}
.region-header #user-login-form li.openid-link a,
.region-header #user-login li.openid-link a {
    padding-left: 20px; /* LTR */
}
.region-header #block-user-login .form-actions {
    margin: 4px 0 0;
    padding: 0;
    clear: both;
}
.region-header #block-user-login input.form-submit {
    border: 1px solid;
    border-color: #ccc;
    border-color: rgba(255, 255, 255, 0.5);
    background: #eee;
    background: rgba(255, 255, 255, 0.7);
    margin: 4px 0;
    padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover,
.region-header #block-user-login input.form-submit:focus {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}
/* Search block in region header. */
.region-header #block-search-form {
    width: 208px;
}
.region-header #block-search-form .form-text {
    width: 154px;
}
/* Language switcher block in region header. */
.region-header .block-locale ul li {
    display: inline;
    padding: 0 0.5em;
}

/* --------------- Main Menu ------------ */

#main-menu {
    clear: both;
    background-color: #232f3a;
}
#main-menu-links {
    font-size: 0.929em;
    margin: 0;
    padding: 0;
    display: block;
}
#main-menu-links li {
    float: left; /* LTR */
    list-style: none;
    padding: 0 1px;
    margin: 0 1px;
    position: relative;
}
#main-menu-links a {
    text-decoration: none;
    font-family: 'ProximaNova-Regular', sans-serif !important;
    color: #ffffff;
    padding: 0 10px;
    line-height: 56px;
    font-size: 1rem;
    padding-left: 4px;
}

#main-menu-links li.last:after {
    display: none;
}

#main-menu-links a:hover,
#main-menu-links a:focus {
    text-decoration: underline;
}
#main-menu-links a:active {
    /* background: #b3b3b3; */
    /* background: rgba(255, 255, 255, 1); */
}
#main-menu-links li a.active {
    border-bottom: none;
}
.featured #main-menu-links li a:active,
.featured #main-menu-links li a.active {
    background: #f0f0f0;
    background: rgba(240, 240, 240, 1.0);
}

/* --------------- Secondary Menu ------------ */

#secondary-menu-links {
    float: right; /* LTR */
    font-size: 0.929em;
    margin: 10px 10px 0;
}
#secondary-menu-links a:hover,
#secondary-menu-links a:focus {
    text-decoration: underline;
}

/* ------------------- Main ------------------- */

#main {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* ----------------- Featured ----------------- */

#featured {
    text-align: center;
    font-size: 1.643em;
    font-weight: normal;
    line-height: 1.4;
    padding: 20px 0 45px;
    margin: 0;
    background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
    border-bottom: 1px solid #e7e7e7;
    text-shadow: 1px 1px #fff;
}
#featured h2 {
    font-size: 1.174em;
    line-height: 1;
}
#featured p {
    margin: 0;
    padding: 0;
}

/* --------------- Highlighted ---------------- */

#highlighted {
    border-bottom: 1px solid #d3d7d9;
    font-size: 120%;
}

/* ------------------- Help ------------------- */

.region-help {
    border: 1px solid #d3d7d9;
    padding: 0 1.5em;
    margin-bottom: 30px;
}

/* ----------------- Content ------------------ */

.content {
    margin-top: 10px;
}
h1#page-title {
    font-size: 2em;
    line-height: 1;
}
#content .title {
    font-size: 2em;
    line-height: 1;
    font-size: 48px;
    color: #43484A;
    /*text-transform: capitalize;*/
}
#content h2,
#triptych h2 {
    margin-bottom: 2px;
    font-size: 1.429em;
    line-height: 1.4;
}
.node .content {
    font-size: 1.071em;
}
.node-teaser .content {
    font-size: 1em;
}
.node-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em;
}
.node-teaser h2 a {
    color: #181818;
}
.node-teaser {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.node-sticky {
    background: #f9f9f9;
    background: rgba(0, 0, 0, 0.024);
    border: 1px solid #d3d7d9;
    padding: 0 15px 15px;
}
.node-full {
    background: none;
    border: none;
    padding: 0;
}
.node-teaser .content {
    clear: none;
    line-height: 1.6;
}
.meta {
    font-size: 0.857em;
    color: #68696b;
    margin-bottom: -5px;
}
.submitted .user-picture img {
    float: left; /* LTR */
    height: 20px;
    margin: 1px 5px 0 0; /* LTR */
}
.field-type-taxonomy-term-reference {
    margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px; /* LTR */
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference ul.links {
    font-size: 0.8em;
}
.node-teaser .field-type-taxonomy-term-reference .field-label,
.node-teaser .field-type-taxonomy-term-reference ul.links {
    font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.field-type-taxonomy-term-reference ul.links li {
    float: left; /* LTR */
    padding: 0 1em 0 0; /* LTR */
    white-space: nowrap;
}
.link-wrapper {
    text-align: right;
}
.field-type-image img,
.user-picture img {
    margin: 0 0 1em;
}
ul.links {
    color: #68696b;
    font-size: 0.821em;
}
.node-unpublished {
    margin: -20px -15px 0;
    padding: 20px 15px 0;
}
.node-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

/* ----------------- Comments ----------------- */

.comment h2.title {
    margin-bottom: 1em;
}
.comment div.user-picture img {
    margin-left: 0; /* LTR */
}
.comment {
    margin-bottom: 20px;
    display: table;
    vertical-align: top;
}
.comment .attribution {
    display: table-cell;
    padding: 0 30px 0 0; /* LTR */
    vertical-align: top;
    overflow: hidden;
}
.comment .attribution img {
    margin: 0;
    border: 1px solid #d3d7d9;
}
.comment .attribution .username {
    white-space: nowrap;
}
.comment .submitted p {
    margin: 4px 0;
    font-size: 1.071em;
    line-height: 1.2;
}
.comment .submitted .comment-time {
    font-size: 0.786em;
    color: #68696b;
}
.comment .submitted .comment-permalink {
    font-size: 0.786em;
}
.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}
.comment .comment-arrow {
    background: url(../images/comment-arrow.gif) no-repeat 0 center transparent; /* LTR */
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -47px; /* LTR */
    margin-top: 10px;
    position: absolute;
    width: 20px;
}
.comment .comment-text {
    padding: 10px 25px;
    border: 1px solid #d3d7d9;
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.comment .indented {
    margin-left: 40px; /* LTR */
}
.comment ul.links {
    padding: 0 0 0.25em 0;
}
.comment ul.links li {
    padding: 0 0.5em 0 0; /* LTR */
}
.comment-unpublished {
    margin-right: 5px; /* LTR */
    padding: 5px 2px 5px 5px; /* LTR */
}
.comment-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

/* ------------------ Sidebar ----------------- */
.sidebar .section {
    padding-top: 10px;
}
.sidebar .block {
    border: 0;
    padding: 15px 20px;
    margin: 0 0 20px;
    color: #43484A;
}
.sidebar h2 {
    margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.071em;
    line-height: 1.2;
    font-weight: 600;
    border: 0;
    font-size: 18px;
}
.sidebar .block ol, 
.sidebar .block ul {
    margin: 0 0 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    color: #43484A;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 14px;
}
.sidebar li.leaf a {
    color: #43484A;
}
.sidebar .block .content {
    font-size: 0.914em;
    line-height: 1.4;
}
.sidebar tbody {
    border: none;
}
.sidebar tr.even,
.sidebar tr.odd {
    background: none;
    border-bottom: 1px solid #d6d6d6;
}
.sidebar .views-field.views-field-field-image {
    display: inline-block;
    width: 13%;
    max-width: 28px;
}
.views-field.views-field-name {
    display: inline-block;
    margin-left: 0;
    line-height: 44px;
    position: relative;
    top: -10px;
    left: 18px;
}
.sidebar ul li.leaf {
    list-style-type: none;
    list-style-image: none;
}
.sidebar div#block-block-2.contextual-links-region {
    background: #E1F2F1;
    text-align: center;
    padding: 5px 5px 1px 5px;
    max-width: 200px;
}
.sidebar img.cover {
    width: 100%;
    height: 240px;
}
.sidebar #block-menu-menu-columns.contextual-links-region .menu li a {
    font-size: 12px;
    color: gray;
    line-height: 2px;
    font-weight: 100;
}
.sidebar .view.view-industry-sectors.view-id-industry_sectors a {
    text-align: left !important;
    color: #285482;
    font-size: 12px;
    height: 12px;
    font-weight: normal;
}
.sidebar div#block-views-industry-sectors-block .content {
    border-left: 1px solid gray;
    padding-left: 10px;
}
/* ----------------- Triptych ----------------- */

#triptych-wrapper {
    background-color: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
    border-top: 0;
}
#triptych h2 {
    color: #000;
    font-size: 1.714em;
    margin-bottom: 0.8em;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    line-height: 1;
}
#triptych .block {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #dfdfdf;
    line-height: 1.3;
}
#triptych .block.last {
    border-bottom: none;
}
#triptych .block ul li,
#triptych .block ol li {
    list-style: none;
}
#triptych .block ul,
#triptych .block ol {
    padding-left: 0;
}
#triptych #block-user-login .form-text {
    width: 185px;
}
#triptych #block-user-online p {
    margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
    overflow: hidden;
    width: 0;
    height: 0;
}
#triptych-last #block-node-syndicate {
    text-align: right;
}
#triptych #block-search-form .form-type-textfield input {
    width: 185px;
}
#triptych-middle #block-system-powered-by {
    text-align: center;
}
#triptych-last #block-system-powered-by {
    text-align: right;
}

#triptych-wrapper {
    background-color: #fff;
}
#triptych .region.region-triptych-first {
    width: 100%;
    margin: 0;
}
#triptych .block {
    border: 0;
}
div#bot-snews-nav {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 930px;
}
#triptych div#bot-snews-nav a {
    color: #285482;
    margin-right: 12px;
    font-size: 12px;
}
#triptych div#bot-snews-nav a img {
    position: relative;
    /* top: 5px; */
}

/* ------------------ Footer ------------------ */

#footer-wrapper {
    color: #c0c0c0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.857em;
}
#footer-wrapper a {
    color: #fcfcfc;
    color: rgba(255, 255, 255, 0.8);
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
    color: #fefefe;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
}
#footer-wrapper .block {
    margin: 20px 0;
    border: 1px solid #444;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
}
#footer-columns .block-menu,
#footer .block {
    margin: 0;
    padding: 0;
    border: none;
}
#footer .block {
    margin: 0;
    float: left;
}
#footer .block .content {
    padding: 0.5em 0;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}
#footer .block h2 {
    margin: 0;
}
#footer-columns h2 {
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
}
#footer-columns .content {
    margin-top: 0;
}
#footer-columns p {
    margin-top: 1em;
}
#footer-columns .content ul {
    list-style: none;
    padding-left: 0; /* LTR */
    margin-left: 0;
}
#footer-columns .content li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-columns .content li a {
    display: block;
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    line-height: 1.2;
    padding: 0.8em 2px 0.8em 20px; /* LTR */
    text-indent: -15px;
}
#footer-columns .content li a:hover,
#footer-columns .content li a:focus {
    background-color: #1f1f21;
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}
#footer {
    letter-spacing: 0.2px;
    border-top: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    border: 0;
}
#footer .region {
    /* margin-top: 20px; */
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    margin: 15px 0 0;
    padding-top: 10px;
}
#footer .block {
    clear: both;
    float: left;
    width: 100%;
}
#footer ul,
#footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer li a {
    float: left; /* LTR */
    padding: 0 12px;
    display: block;
    color: #ffffff;
    margin: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;
    position: relative;
}
#footer li a:after {
    /* content: "|";
    position: absolute;
    right: -2px; */
}
#footer li.first a {
    padding-left: 0; /* LTR */
}
#footer li.last a {
    padding-right: 0; /* LTR */
    border-right: none; /* LTR */
}
#footer-wrapper tr.odd {
    background-color: transparent;
}
#footer-wrapper tr.even {
    background-color: #2c2c2c;
    background-color: rgba(0, 0, 0, 0.15);
}
#footer .content p {
    font-size: 12px !important;
    line-height: 10px !important;
    margin: 10px 0;
    color: #fff;
    line-height: 1.4 !important;
}
#footer div#block-block-1 {
    display: none;
}
#footer-wrapper {
    background: #232f3a;
    padding-bottom: 10px;
    padding-top: 20px;
}
#footer-wrapper .socials .icons {
    height: 25px;
    width: 25px;
    display: inline-block;
    background: #fff;
    color: #232f3a;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    border-radius: 3px;
    margin-right: 15px;
}
#footer-wrapper .socials .icons:hover {
    opacity: 0.8;
}
#footer-wrapper .socials .icons .fa {
    color: #232f3a;
    text-align: center;
}
/* --------------- System Tabs  --------------- */

.tabs {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}
.tabs ul.primary {
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
    display: block;
    float: left; /* LTR */
    vertical-align: bottom;
    margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
    border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
    color: #000;
    background-color: #ededed;
    height: 1.8em;
    line-height: 1.9;
    display: block;
    font-size: 0.929em;
    float: left; /* not LTR */
    padding: 0 10px 3px;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
    -khtml-border-radius-topleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -khtml-border-radius-topright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}
.tabs ul.primary li.active a {
    background-color: #ffffff;
}
.tabs ul.secondary {
    border-bottom: none;
    padding: 0.5em 0;
}
.tabs ul.secondary li {
    display: block;
    float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
    border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
    padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
    padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
    background: #f2f2f2;
    border-bottom: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
ul.action-links {
    list-style: none;
    margin: 5px;
    padding: 0.5em 1em;
}
ul.action-links li {
    display: inline-block;
    margin-left: 10px;
}
ul.action-links li a {
    padding-left: 15px;
    background: url(../images/add.png) no-repeat left center;
    margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages {
    padding: 20px 0 5px;
    margin: 0 auto;
}
.featured #messages {
    background: #f0f0f0;
    background: rgba(30, 50, 10, 0.08);
}
div.messages {
    margin: 8px 15px;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb {
    font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture {
    float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent {
    width: 34em;
}
.password-parent,
div.form-item div.password-suggestions {
    position: relative;
}
.password-strength-text,
.password-strength-title,
div.password-confirm {
    font-size: 0.82em;
}
.password-strength-text {
    margin-top: 0.2em;
}
div.password-confirm {
    margin-top: 2.2em;
    width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit,
a.button {
    background: #fff url(../images/buttons.png) 0 0 repeat-x;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b4b4b4;
    border-left-color: #d2d2d2;
    border-right-color: #d2d2d2;
    color: #3a3a3a;
    cursor: pointer;
    font-size: 0.929em;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1em;
    margin-right: 0.6em; /* LTR */
    padding: 4px 17px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus,
a.button:active {
    text-decoration: none;
    color: #5a5a5a;
}

/* -------------- Form Elements   ------------- */

fieldset {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 0 0 10px;
    position: relative;
    top: 12px; /* Offsets the negative margin of legends */
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.fieldset-wrapper {
    margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
    margin-top: 0;
}
.filter-wrapper {
    top: 0;
    padding: 1em 0 0.2em;
    -khtml-border-radius-topright: 0;
    -khtml-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.filter-help a {
    font-size: 0.857em;
    padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
    margin-right: 10px;
}
.filter-wrapper .form-item {
    padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
    padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
    background: transparent;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
fieldset legend {
    background: #dbdbdb;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #3b3b3b;
    display: block;
    height: 2em;
    left: -1px; /* LTR */
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: -12px;
    width: 100%;
    -khtml-border-radius-topleft: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
fieldset.collapsed legend {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
fieldset legend a {
    color: #3b3b3b;
}
fieldset legend a:hover,
fieldset legend a:focus,
fieldset legend a:active {
    color: #000;
}
fieldset .fieldset-wrapper {
    padding: 0 10px;
}
fieldset .fieldset-description {
    margin-top: 5px;
    margin-bottom: 1em;
    line-height: 1.4;
    color: #3c3c3c;
    font-style: italic;
}
input {
    margin: 2px 0;
    padding: 4px;
}
input,
textarea {
    font-size: 0.929em;
}
textarea {
    line-height: 1.5;
}
textarea.form-textarea,
select.form-select {
    padding: 4px;
}
input.form-text,
textarea.form-textarea,
select.form-select {
    border: 1px solid #ccc;
}
input.form-submit:hover,
input.form-submit:focus {
    background: #dedede;
}
.password-suggestions ul li {
    margin-left: 1.2em; /* LTR */
}
.form-item {
    margin-bottom: 1em;
    margin-top: 2px;
}
.form-item label {
    font-size: 0.929em;
}
.form-type-radio label,
.form-type-checkbox label {
    margin-left: 4px;
}
.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2px;
}
.form-actions {
    padding-top: 10px;
}
/* Contact Form */
.contact-form #edit-name {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.contact-form #edit-mail {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.contact-form #edit-subject {
    width: 75%;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.contact-form #edit-message {
    width: 76.3%;
    -khtml-border-top-left-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.contact-form .resizable-textarea .grippie {
    width: 76%;
    -khtml-border-bottom-left-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Disabled form elements */
input.form-button-disabled,
input.form-button-disabled:hover,
input.form-button-disabled:focus,
input.form-button-disabled:active,
.form-disabled input,
.form-disabled select,
.form-disabled textarea {
    background: #ededed;
    border-color: #bbb;
    color: #717171;
}
.form-disabled .grippie {
    background-color: #ededed;
    border-color: #bbb;
}
.form-disabled label {
    color: #717171;
}

/* Comment form */
.comment-form label {
    float: left; /* LTR */
    font-size: 0.929em;
    width: 120px;
}
.comment-form input,
.comment-form .form-select {
    margin: 0;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.comment-form .form-type-textarea label {
    float: none;
}
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
    margin-bottom: 10px;
    overflow: hidden;
}
.comment-form .form-type-checkbox,
.comment-form .form-radios {
    margin-left: 120px; /* LTR */
}
.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
    float: none;
    margin-top: 0;
}
.comment-form input.form-file {
    width: auto;
}
.no-sidebars .comment-form .form-text {
    width: 800px;
}
.one-sidebar .comment-form .form-text {
    width: 500px;
}
.two-sidebars .comment-form .form-text {
    width: 320px;
}
.comment-form .form-item .description {
    font-size: 0.786em;
    line-height: 1.2;
    margin-left: 120px; /* LTR */
}
#content h2.comment-form {
    margin-bottom: 0.5em;
}
.comment-form .form-textarea {
    -khtml-border-radius-topleft: 4px;
    -khtml-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
    margin-top: 0;
    margin-bottom: 0;
}
.filter-wrapper label {
    width: auto;
    float: none;
}
.filter-wrapper .form-select {
    min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
    font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
    margin-bottom: 0.4em;
}
#edit-actions input {
    margin-right: 0.6em; /* LTR */
}

/* -------------- Other Overrides ------------- */

div.password-suggestions {
    border: 0;
}
.ui-widget-overlay {
    background: #222222;
    opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    padding: 1em;
}
#forum .name {
    font-size: 1.083em;
}
#forum .description {
    font-size: 1em;
}

/* --------------- Search Form ---------------- */

#block-search-form {
    padding-bottom: 7px;
}
#block-search-form .content {
    margin-top: 0;
}
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input {
    float: left; /* LTR */
    font-size: 1em;
    height: 1.143em;
    margin-right: 5px;
    width: 9em;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
    margin-left: 0;
    margin-right: 0;
    height: 25px;
    width: 34px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    border-color: #e4e4e4 #d2d2d2 #b4b4b4;
    background: url(../images/search-button.png) no-repeat center top;
    overflow: hidden;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
    background-position: center bottom;
}
#search-form .form-item-keys label {
    display: block;
}

/* --------------- Search Results ---------------- */
ol.search-results {
    padding-left: 0;
}
.search-results li {
    border-bottom: 1px solid #d3d7d9;
    padding-bottom: 0.4285em;
    margin-bottom: 0.5em;
}
.search-results li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1em;
}
.search-results .search-snippet-info {
    padding-left: 0;
}

/* -------------- Shortcut Links -------------- */

.shortcut-wrapper {
    margin: 2.2em 0 1.1em 0; /* Same as usual h1#page-title margin. */
}
.shortcut-wrapper h1#page-title {
    float: left; /* LTR */
    margin: 0;
}
div.add-or-remove-shortcuts {
    padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
    padding-top: 0.8em;
}

/* ---------- Admin-specific Theming ---------- */

.page-admin #content img {
    margin-right: 15px; /* LTR */
}
.page-admin #content .simpletest-image img {
    margin: 0;
}
.page-admin-structure-block-demo .block-region {
    background: #ffff66;
    border: 1px dotted #9f9e00;
    color: #000;
    font: 90% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
    font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
    width: 500px;
}
.page-admin #admin-dblog img {
    margin: 0 5px;
}
/* Fix spacing when Seven is used in the overlay. */
#system-theme-settings fieldset {
    padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
    margin-top: 0;
}
/* Configuration. */
div.admin .right,
div.admin .left {
    width: 49%;
    margin: 0;
}
div.admin-panel {
    background: #fbfbfb;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 0 5px 5px;
}
div.admin-panel h3 {
    margin: 16px 7px;
}
div.admin-panel dt {
    border-top: 1px solid #ccc;
    padding: 7px 0 0;
}
div.admin-panel dd {
    margin: 0 0 10px;
}
div.admin-panel .description {
    margin: 0 0 14px 7px;
}

/* ---------- Overlay layout styles ----------- */

.overlay #main,
.overlay #content {
    width: auto;
    float: none;
}
.overlay #page {
    padding: 0 2em;
}
.overlay .region-page-top,
.overlay #header,
.overlay #page-title,
.overlay #featured,
.overlay #sidebar-first,
.overlay #triptych-wrapper,
.overlay #footer-wrapper {
    display: none;
}
.overlay-processed .field-type-image {
    display: block;
    float: none;
}
.overlay #messages {
    width: auto;
}

/* ---------- Poll ----------- */

.node .poll {
    margin: 2em 0;
}
.node .poll #edit-choice {
    margin: 0 0 1.5em;
}
.poll .vote-form {
    text-align: left; /* LTR */
}
.poll .vote-form .choices {
    margin: 0;
}
.poll .percent {
    font-size: 0.857em;
    font-style: italic;
    margin-bottom: 3em;
    margin-top: -3.2em;
    float: right;
    text-align: right;
}
.poll .text {
    clear: right;
    margin-right: 2.25em;
}
.poll .total {
    font-size: 0.929em;
    font-style: italic;
    text-align: right; /* LTR */
    clear: both;
}
.node .poll {
    margin: 1.8em 0 0;
}
.node .poll .text {
    margin-right: 6.75em;
}
.node .poll #edit-choice {
    margin: 0 0 1.2em;
}
.poll .bar .foreground {
    background-color: #666;
}
#footer-wrapper .poll .bar {
    background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
    background-color: #ddd;
}

#messages {
    /*display: none;*/
}

#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns,
#menu-wrapper div.section {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
#block-system-main .view-header img {
    width: 100%;
}
#sidebar-first, #sidebar-second {
    width: 222px;
}
#footer {
    max-width: 1180px;
    width: 100%;
    position: relative;
}
.region.region-content div#block-system-main dd {
    display: none;
}
.region.region-content div#block-system-main dt {
    font-weight: bold;
}
.node-form input[type="text"] {
    width: 90%;
    border-radius: 4px;
}
.node-form .filter-wrapper {
    border: 0;
}
fieldset .fieldset-wrapper {
    margin-top: 0;
}
.node-form {
    font-size: 16px;
}
.node-form select {
    width: 250px;
    border-radius: 3px;
}
.node-form #edit-field-committees {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 16em;
}
.node-form #edit-field-committees .form-type-checkbox {
    width: 19%;
    display: inline-block;
}
.node-form .form-actions {
    padding-top: 10px;
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}
@media all and (min-width:1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 1180px;
        padding: 0 10px;
        margin: auto;
    }
}

.wrapper-body-content-inside.top-list {
    width: 100%;
    margin-bottom: 15px;
}
.views-row {
    display: flex;
}
.view.view-latest-news .view-header .views-field.views-field-field-image {
    width: 100%;
    margin-bottom: 10px;
}
.views-row.views-row-first.views-row-last {
    position: relative;
}
.wrapper-body-content-inside.top-list {
    width: 100%;
    position: absolute;
    bottom: -50px;
    background: #fff;
    z-index: 1;
}
.wrapper-body-content .title,
#triptych .title {
    font-size: 25px !important;
}
.wrapper-body-content-inside {
    width: 50%;
    display: inline-block;
}
.views-field.views-field-field-image {
    width: 49%;
    text-align: right;
    display: inline-block;
}
.wrapper-body-content .title a,
#triptych .title a {
    color: #43484A !important;
    font-size: 24px !important;
    font-weight: bold;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
}
.wrapper-body-content .body {
    font-family: 'ProximaNova-Regular', sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    font-style: normal;
    color: rgba(35, 47, 58, 1);
    margin-bottom: 15px;
}
.wrapper-body-content .type,
#triptych .type {
    color: #0070b3;
    margin-bottom: 5px;
    font-size: 1.329em;
    line-height: 1.4;
}
.view-content .views-row {
    padding: 30px 0;
    border-bottom: 1px dotted;
}
.view-content .views-row:last-child {
    border: 0;
}
.wrapper-body-content-inside.top-list {
    width: 100%;
    position: absolute;
    bottom: -50px;
    background: #fff;
    z-index: 1;
    width: 80%;
    left: 5%;
    padding: 10px 30px;
}
.field-label,
span.views-label.views-label-field-industry-sectors {
    font-weight: bold;
    font-size: 15px;
    color: #285482 !important;
    margin: 0 0 0 50px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.wrapper-body-content-inside.top-list .title a {
    color: #43484A;
    font-weight: bold;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
    background: #FFF;
    width: 600px;
    font-weight: bold;
    font-size: 32px !important;
    line-height: 34px;
    position: relative;
    margin: 0;
    background: #FFFFFF;
    padding: 0;
}

.sidebar .view-industry-sectors .view-content .views-row {
    padding: 0;
    border: 0;
    display: flex;
}
.view-content {
    margin-top: 100px;
}
#triptych .view-content {
    margin-top: 0;
}
.view-header .view-content {
    margin-top: 0;
}
.view-header .view-content .views-row {
    border: 0;
}
.view-content .views-row-first {
    border-top: 1px dotted;
    padding-top: 40px !important;
    position: relative;
}
.view-header .view-content .views-row-first {
    border-top: 0;
    padding-top: 0 !important;
}
.sidebar .view-content .views-row-first {
    padding-top: 0 !important;
}
.sidebar .view-content {
    margin-top: 0;
}
.view-header {
    position: relative;
}
.share-area {
    /* position: absolute; */
    /* bottom: 0; */
}
.share-area img {
    width: auto !important;
}
.view-header .view-latest-news .views-field.views-field-nid {
    position: absolute;
    bottom: -70px;
    right: 0;
    z-index: 3;
    right: 10%;
}

.view-content .views-field.views-field-nid {
    text-align: left;
    position: absolute;
    bottom: 0;
}
.field-items a,
#triptych .field-content a {
    color: #43484A;
    font-family: 'ProximaNova-Regular', sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    font-style: normal;
}
.curr-issue.roundedCorners {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #E1F2F1;
    margin: 0 0 10px;
    text-align: center;
    /* width: 150px; */
}
.sidebar .curr-issue.roundedCorners img.cover {
    height: 249px;
}
.curr-issue a {
    color: #43484A;
}
#triptych .body {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    font-style: normal;
    color: rgb(35, 47, 58);
    margin-bottom: 15px;
    font-family: ProximaNova-Regular, sans-serif !important;
}
#triptych .views-row {
    display: block;
    float: left;
    width: 100%;
}

#triptych .views-field.views-field-nothing {
    float: left;
    width: 40%;
}
#triptych .view.view-latest-news .views-field.views-field-field-image {
    width: 40%;
    float: left;
}
#triptych .views-field.views-field-field-image .field-content a {
    display: block;
    width: 100%;
    text-align: left;
}
#triptych .views-field.views-field-field-image .field-content a img {
    max-width: 355px;
    max-height: 250px;
    border: 1px solid #333;
}
#triptych .views-field.views-field-field-industry-sectors {
    text-align: right;
}
#triptych .view-content .views-field.views-field-nid {
    text-align: right;
    position: relative;
}
#triptych .pager-load-more a {
    color: #43484A;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 0px;
}
#triptych .pager-load-more a:hover {
    background: transparent;
    color: #08c;
}
#triptych .view-content .views-field.views-field-nid {
    width: 20%;
    float: left;
}
.field-items a {
    border-right: 1px solid;
    padding: 0 10px;
}
.field-items a:first-child {
    padding-left: 0 ;
}
.field-items a:last-child {
    border: 0;
}
.view-header .field-items a {
    /* border: 0; */
}
.view.view-presidents-column .view-header {
    padding: 0;
}
/* construction */
.page-taxonomy #page-title {
    font-size: 40px;
    color: #285482 !important;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
    padding-left: 18px;
}

.page-taxonomy .views-row {
    display: block;
}
.term-wrapper-inside .title a {
    color: #43484A;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
}
.type {
    color: #0070b3;
}
.body {
    font-size: 16px;
    margin-bottom: 10px;
}
.view-taxonomy-term .views-field.views-field-field-image {
    width: 100% !important;
}

.page-taxonomy .term-wrapper-inside {
    width: 100%;
    position: absolute;
    bottom: -50px;
    background: #fff;
    z-index: 1;
    width: 86%;
    left: 4%;
    padding: 10px 20px;
}
.wrapper-body-content .type, #triptych .type {
    color: #0070b3;
    margin-bottom: 5px;
    font-size: 1.329em;
    line-height: 1.4;
}
#content .title {
    font-size: 2em;
    line-height: 1;
    font-size: 48px;
    color: #43484A;
    margin-top: 15px;
}
.wrapper-body-content .body {
    font-family: 'ProximaNova-Regular', sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    font-style: normal;
    color: rgba(35, 47, 58, 1);
    margin-bottom: 15px;
}
.view-taxonomy-term h3 {
    margin: 10px 0;
    line-height: 25px;
    font-size: 28px;
    color: #43484A;
    font-weight: bold;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
}
.view-taxonomy-term .field-content a {
    color: #285482 !important;
    font-size: 12px !important;
    text-decoration: none;
    line-height: 16px !important;
}
.view-taxonomy-term h4 {
    color: #43484A;
    font-weight: bold;
    line-height: 25px;
    font-size: 20px;
    margin: 10px 0;
}
.view-taxonomy-term .gateway-resources .row {
    display: flex;
}
.view-taxonomy-term .gateway-resources .span4 {
    padding: 0 20px;
    width: 295px;
}
.gateway-resources .related-committees {
    background-color: #F2F0F0;
}
.gateway-resources .related-committees h4 {
    margin-left: 10px;
}
.also-heading 
{
    margin: 10px 0;
    color: #43484A;
    font-weight: bold;
    line-height: 25px;
    font-size: 24px;
    margin: 0;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
    text-transform: uppercase;
}
.view-taxonomy-term .view-content .views-row {
    padding: 4px 0;
    border: 0;
}
.Also-heading-wrapper .view-row {
    padding: 0;
    margin: 0;
    line-height: 1;
}
.region.region-content .Also-heading-wrapper .views-field.views-field-title {
    line-height: 0.4;
}
.view-content.Also-heading-wrapper {
    margin-top: 30px;
    border-bottom: 1px dotted;
    padding-bottom: 40px;
}
.view-content.Also-heading-wrapper .views-row-first {
    padding-top: 10px !important;
}
.view-content.Also-heading-wrapper a {
    margin-left: 10px;
    font-size: 18px !important;
    font-weight: bold;
    color: #285482;
    margin-left: 0;
}
.view.view-taxonomy-term {
    /* border-bottom: 1px dotted;
    padding-bottom: 25px; */
}
.view-header .view.view-taxonomy-term {
    padding-bottom: 100px;
}
.view-content.Also-heading-wrapper {
    margin-top: 30px;
}

.view.view-presidents-column .views-field.views-field-field-image {
    max-width: 145px;
    display: inline-block;
}
.view-presidents-column .view-header .view-content span {
    position: relative;
    left: 15px;
    font-size: 20px;
    font-weight: bold;
}
.region.region-content .view-header .view-content .views-row {
    display: flex;
}
.region.region-content .view-content .views-row {
    display: block;
}
.view-presidents-column span.field-content {
    position: relative;
    color: #0070b3;
    left: 0;
    font-size: 16px;
    font-weight: normal;
}
.view-presidents-column .views-field.views-field-title span.field-content { 
    font-size: 24px !important;
    font-weight: bold;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
    line-height: 1.8;
}
.view-presidents-column .views-field.views-field-title span.field-content a {
    color: #43484A !important;
}
.view-presidents-column .views-field.views-field-body span.field-content {
    color: #43484A !important;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}
.region.region-content .view-content {
    margin-top: 10px;
}
.views-row.views-row-1.views-row-odd.views-row-first.views-row-last {
    display: block;
}
.view-presidents-column .views-field.views-field-nothing {
    width: calc(100% - 145px);
    float: right;
}
.view-presidents-column .view-content .views-field.views-field-nid {
    text-align: right;
    width: 100%;
}

#content .views-row .views-field.views-field-field-image img {
    border: 1px solid #333;
}
#content .view-header .views-row .views-field.views-field-field-image img {
    border: 0;
    width: 100%;
    height: auto;
}
.view.view-interviews .views-field.views-field-title {
    color: #43484A !important;
    font-size: 24px !important;
    font-weight: bold;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
}
.view.view-interviews .views-field.views-field-title a {
    color: #43484A !important;
}
.view.view-interviews .views-field.views-field-type span {
    color: #0070b3;
}
.region.region-content .view-content .views-row {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.view.view-interviews .views-field.views-field-field-image {
    text-align: right;
    position: absolute;
    right: 0;
    top: 65px;
    max-height: 200px;
    width: 100%;
    margin-bottom: 10px;
    float: right;
    width: 40%;
}
.view.view-interviews .views-field.views-field-field-image a {
    display: inline-block;
    max-height: 200px;
    text-align: center;
}
.view.view-interviews .views-field.views-field-field-image img {
    height: 200px !important;
    width: auto;
}
.view.view-interviews .views-field.views-field-body {
    font-size: 16px;
}
.view.view-interviews .view-content .views-field.views-field-nid {
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.region.region-content .views-field.views-field-type {
    color: #0070b3;
    font-size: 16px;
}
.region.region-content .views-field.views-field-title {
    margin-bottom: 2px;
    font-size: 2em;
    line-height: 28px;
}
.views-row.views-row-1.views-row-odd.views-row-first {
    border-top: 0;
}
#triptych .region.region-triptych-first .views-row.views-row-1.views-row-odd.views-row-first {
    border-top: 1px dotted;
}
/* .region.region-content .views-field.views-field-title a {
  color: #43484A !important;
} */
.region.region-content .views-field.views-field-body {
    font-size: 16px;
}
.region.region-content .views-field.views-field-field-industry-sectors {
    line-height: 32px;
}
.region.region-content .view-content .views-field.views-field-nid {
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
}
.region.region-content .view-content {
    margin-top: 25px;
    float: left;
    width: 100%;
}
.view-header {
    position: relative;
    padding-bottom: 100px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted;
}
.hr {
    border-bottom: 1px dotted;
    margin: 25px 0;
}
.views-field.views-field-nothing .title a {
    margin-bottom: 2px;
    font-size: 26px;
    line-height: 1.4;
    color: #333;
    font-weight: 700;
}
.views-field.views-field-nothing {
    width: 63%;
}
.region.region-content {
    border-bottom: 1px dotted #333;
}
.view-standards-and-statistics .views-field.views-field-title a,.view-xcellerate .views-field.views-field-title a,
.view-standards-and-competitiveness .views-field.views-field-title a {
    color: #43484A !important;
    font-size: 24px;
    font-weight: 700;
}
.view-standards-and-competitiveness .views-field.views-field-type, 
.view-standards-and-competitiveness .views-field.views-field-title, 
.view-standards-and-competitiveness .views-field-body {
    width: 55%;
}

.view-standards-and-competitiveness .views-field.views-field-field-image {
    position: absolute;
    right: 0;
    top: 60px;
}
.view-standards-and-competitiveness .views-field.views-field-field-image img {
    width: 295px;
    height: 200px;
}
.view-xcellerate .views-field.views-field-type, 
.view-xcellerate .views-field.views-field-title,
.view-xcellerate .views-field.views-field-field-subtitle,
.view-xcellerate .views-field-body {
    width: 55%;
}
.view-xcellerate .views-field.views-field-field-image {
    position: absolute;
    right: 0;
    top: 25px;
}
.view-xcellerate .views-field.views-field-field-image img {
    width: 295px;
    height: 200px;
}
/* Static Pages */
div#node-40 h2,
div#node-39 h2,
#node-41 h2 {
    color: #285482;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px !important;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
}
div#node-40  h3,
div#node-39  h3 {
    line-height: 1.2em;
    font-size: 1.73em;
    margin: 0;
}
div#node-40 .span4 {
    float: left;
    width: 47%;
    padding-left: 20px;
}
div#node-40 h4 {
    font-size: 1.44em;
    line-height: 1.2em;
}
.metacol .primary-button {
    background-color: #FDC92F;
    margin: 5px 5px 10px 5px;
    padding: 8px 10px !important;
    color: #686C6D !important;
    text-transform: uppercase;
    font-size: 12px;
}
tr td, tr th {
    line-height: 30px;
    font-size: 11px;
}
strong {
    color: rgba(35, 47, 58, 1);
}
.metacol > h3 {
    font-size: 16px;
    font-weight: bold;
    color: #383f3f;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
    margin-top: 10px;
    margin-bottom: 3px;
}
.metacol > p {
    margin-bottom: 10px;
}
a:active {
    color: #22adff;
}
.span4 {
    width: 50%;
    float: left;
}
div#node-38  h2 {
    font-size: 16px;
    font-weight: bold;
    color: #383f3f;
}
.field-type-text-with-summary a {
    color: #0071B3;
}
a.adver-lite {
    display: block;
    border: 0;
    color: #0070b3;
}
.metacol > h4 {
    font-size: 14px;
}
.metacol br {
    display: none;
}
.view-header .views-field.views-field-field-image {
    width: 100%;
}
.view-standards-development-how-to .view-header {
    position: relative;
}

.view-standards-development-how-to .view-header .views-row-first .views-field.views-field-type,
.view-standards-development-how-to .view-header .views-row-first .views-field.views-field-title,
.view-standards-development-how-to .view-header .views-row-first .views-field.views-field-body,
.view-standards-development-how-to .view-header .views-row-first .views-field.views-field-nid {
    position: relative;
    background: #fff;
    left: 4%;
    z-index: 41;
    color: #333;
    top: -100px;
    width: 85%;
    padding: 8px 21px;
    line-height: 22px;
    margin: 0;
}
.view-standards-development-how-to .view-header .views-row-first .views-field.views-field-type {
    color: #0071B3;
}
.view-standards-development-how-to .view-header .views-row-first .views-field.views-field-body {
    padding: 0 21px;
}
.region.region-content .view-standards-development-how-to  .views-field.views-field-title a {
    margin-bottom: 2px;
    font-size: 1em;
    color: #43484A !important;
    font-weight: bold;
}
.view-standards-development-how-to .views-field.views-field-field-subtitle {
    margin-bottom: 2px;
    font-size: 1.429em;
    line-height: 1.4;
    font-weight: bold;
}
.view-standards-development-how-to .views-field.views-field-field-image {
    width: 100%;
}
#block-system-main h2 a {
    font-size: 35px;
    color: #333;
    font-weight: 600;
}
.field-name-field-industry-sectors .field-label {
    width: 100%;
    color: #285482 !important;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.field-name-field-subtitle {
    color: #43484A;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.field-name-field-author {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    text-transform: uppercase;
}
.field-name-body h2 {
    font-size: 20px !important;
    font-weight: 700;
}
.field-name-field-industry-sectors .field-item {
    display: inline-block;
}
.field-name-field-industry-sectors .field-item:after {
    content: "|";
    left: -5px;
    position: relative;
}
.field-name-field-industry-sectors .field-item:last-child:after {
    display: none;
}
.views-field.views-field-field-industry-sectors a {
    color: #333;
    padding: 0 10px;
}
.views-field.views-field-field-industry-sectors a:first-child {
    padding-left: 0;
}
.views-field-title a {
    color: #333;
    font-weight: 700;
}
.view-standards-in-education .views-field.views-field-field-image {
    width: 100%;
}

.view-standards-in-education > .view-content .views-field.views-field-body {
    width: 60%;
    float: left;
}
.view-standards-in-education > .view-content .views-field.views-field-field-image {
    width: 275px;
    float: right;
}
.view-standards-in-education > .view-content .views-field.views-field-field-image img {
    width: 220px;
    height: 147px;
}
.view-standards-in-education .view-header .views-row-first .views-field.views-field-type, 
.view-standards-in-education .view-header .views-row-first .views-field.views-field-title, 
.view-standards-in-education .view-header .views-row-first .views-field.views-field-body, 
.view-standards-in-education .view-header .views-row-first .views-field.views-field-nid {
    position: relative;
    background: #fff;
    left: 4%;
    z-index: 41;
    color: #333;
    top: -100px;
    width: 85%;
    padding: 8px 21px;
    line-height: 22px;
    margin: 0;
}
.view-standards-in-education .views-field.views-field-type {
    color: #0070b3 !important;
}
.view.view-standards-development-how-to .view-header,
.view-standards-in-education .view-header {
    padding-bottom: 0;
}
#sendmail .modal-header {
    background: #686c6d;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
}
#sendmail .modal-header .close {
    color: #ffffff;
    padding: 0;
    position: relative;
    right: 20px;
    top: 13px;
    opacity: 1;
}

.sendMailForm label {
    width: 100px;
    vertical-align: top;
    font-size: 12px;
    font-weight: normal;
}
.sendMailForm .modal-content {
    background: #f1f1f1;
}
.sendMailForm input[type="text"] {
    height: 28px;
    padding: 4px 6px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #555;
    width: calc(100% - 114px);
    font-size: 12px;
}
.sendMailForm textarea { 
    color: #555;
    width: calc(100% - 114px);
    font-size: 12px;
}

div#sendmail .modal-dialog {
    margin-top: 20vh;
    max-width: 600px;
}
#sendmail input.form-text, 
#sendmail .form-textarea-wrapper {
    border: 1px solid #ccc;
    width: calc(100% - 100px);
    display: inline-block;
}
#sendmail .form-item label {
    width: 95px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
#sendmail input#edit-cancel, #sendmail input#edit-submit {
    background: #fdc92f !important;
    padding: 2px 15px;
    color: #686c6d !important;
    border-radius: 5px;
    padding: 5px 20px;
    text-transform: uppercase;
}
#sendmail h6.modal-title {
    margin: 0;
}
#search-form input#edit-keys, 
#block-search-form .form-item-search-block-form input {
    width: 200px;
    padding: 12px;
    border-radius: 3px;
}
div#block-search-form {
    max-width: 280px;
    position: absolute;
    right: 0;
    top: -30px;
}

.sn-news-issue-archive .issues > p > a {
    font-size: 14px;
    font-weight: bold;
    color: #285482 !important;
    font-family: 'ProximaNova-Regular', sans-serif;
}

.sn-news-issue-archive .span2.metacol.issues {
    width: 25%;
    padding-left: 20px;
}
@media all and (min-width: 993px) {
    div#sidebar-second {
        position: absolute;
        left: 75%;
        top: 200px;
    }
}
@media all and (min-width: 767px) { 
    #main-menu-links li:after {
        /* content: ""; */
        color: #fff;
        border-right: 1px solid #fff;
        position: absolute;
        height: 15px;
        top: 20px;
    }
}
@media all and (max-width:992px) {
    .view-taxonomy-term .gateway-resources .span4 {
        width: 100%;
    }
    #sidebar-first, 
    #sidebar-second {
        width: 100%;
    }
    #triptych .region.region-triptych-first div#bot-snews-nav {
        display: none;
    }
    #triptych .block ul,
    ul.pager.pager-load-more {
        background: #fdc92f;
        margin: 30px 0 !important;
        padding-left: 0 !important;
    }
    #page-wrapper {
        min-width: unset;
        width: 100%;
    }

    #header div.section, 
    #featured div.section, 
    #messages div.section, 
    #main, 
    #triptych, 
    #footer-columns, 
    #menu-wrapper div.section,
    #footer {
        width: 100%;
        min-width: unset;
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: unset;
    }
    #triptych .view-content .views-field.views-field-nid {
        width: 100%;
        text-align: left;
    }
    #triptych .views-field.views-field-field-industry-sectors {
        text-align: left;
    }
    .one-sidebar #content {
        width: 100%;
    }
    .wrapper-body-content-inside.top-list {
        width: 95%;
    }
    .region-triptych-first,
    .region-triptych-middle,
    .region-triptych-last {
        padding: 20px 20px 30px;
        margin: 0;
        width: 280px;
    }
    #triptych .views-field.views-field-nothing {
        float: left;
        width: 60%;
    }
    #triptych .views-field.views-field-nothing {
        float: left;
        width: 60%;
    }
    #triptych .views-field.views-field-field-image .field-content a img {
        width: 100%;
    }
    .view-taxonomy-term .gateway-resources .row {
        margin: 0;
    }
    .view-content .views-row:last-child {
        border-bottom: 1px dotted;
    }
    .sidebar-second .views-field.views-field-name {
        top: 0;
    }
    .views-row.views-row-1.views-row-odd.views-row-first.views-row-last {
        border: 0;
    }
    div#sendmail .modal-dialog {
        margin-top: 10vh;
    }
    #triptych #block-block-4 {
        border: 0;
        display: none;
    }
    #triptych div#block-block-4 {
        display: none;
    }
    #page-wrapper {
        min-width: unset;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
    #main-wrapper {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    #sidebar-second {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        box-ordinal-group: 3;
    }
    #triptych-wrapper {
        background-color: #fff;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
    #footer-wrapper {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        box-ordinal-group: 8;
    }
}

@media (max-width: 980px) and (min-width: 768px) {
    #main {
        margin: unset;
        width: 100vw;
        display: flex;
        margin-top: 20px;
        flex-direction: column;
    }
    #sidebar-first {
        order: 3;
        margin-left: 9%;
    }
}
@media (max-width: 767px) {
    #page-wrapper {
        min-width: unset;
    }
    #main > .content .views-field.views-field-field-image {
        order: 1;
        width: 100%;
        text-align: left;
    }
    .wrapper-body-content-inside {
        order: 2;
        width: 100%;
    }
    .views-field.views-field-nid {
        order: 3;
        width: 100%;
    }
    #sidebar-first {
        order: 3;
        margin-left: 9%;
    }
    .region.region-content .view-content .views-field.views-field-nid {
        text-align: left;
        left: 0;
        position: relative;
    }
    #triptych .views-field.views-field-nothing,
    #triptych .view-content .views-field.views-field-nid {
        width: 100%;
    }
    .wrapper-body-content-inside.top-list {
        position: relative;
        width: 100%;
        bottom: 0;
        margin: 0;
        padding: 0;
        left: 0;
    }
    .region.region-content .view-content .field_industry_sectors {
        margin-bottom: 20px;
    }

    .view-header {
        padding-bottom: 40px;
    }
    .view-content .views-row-first {
        padding-top: 10px !important;
    }
    #triptych .views-field.views-field-field-image .field-content a img {
        border: 1px solid #333;
        margin-bottom: 10px;
    }
    #triptych .view-content .views-field.views-field-nid {
        width: 100%;
    }
    #triptych .views-field.views-field-field-industry-sectors,
    .share-area {
        text-align: left;
        margin-left: -5px;
        margin-bottom: 5px;
    }
    .view.view-interviews .views-field.views-field-field-image,.view-xcellerate .views-field.views-field-field-image,
    .view-standards-and-competitiveness .views-field.views-field-field-image {
        top: 0;
        width: 100%;
        position: relative;
        text-align: left;
        float: left;
    }
    .view-standards-and-competitiveness .views-field.views-field-type, .view-standards-and-competitiveness .views-field.views-field-title, .view-standards-and-competitiveness .views-field-body,
    .views-field.views-field-nothing {
        width: 100%;
    }
    .view-xcellerate .views-field.views-field-type, .view-xcellerate .views-field.views-field-title, .view-xcellerate .views-field-body,
    .views-field.views-field-nothing {
        width: 100%;
    }
    .view-standards-development-how-to .views-field.views-field-field-image {
        text-align: left;
    }
    .view-standards-development-how-to .view-header .views-row-first .views-field.views-field-type, 
    .view-standards-development-how-to .view-header .views-row-first .views-field.views-field-title, 
    .view-standards-development-how-to .view-header .views-row-first .views-field.views-field-body, 
    .view-standards-development-how-to .view-header .views-row-first .views-field.views-field-nid,
    .view-standards-in-education .view-header .views-row-first .views-field.views-field-type, 
    .view-standards-in-education .view-header .views-row-first .views-field.views-field-title, 
    .view-standards-in-education .view-header .views-row-first .views-field.views-field-body, 
    .view-standards-in-education .view-header .views-row-first .views-field.views-field-nid {
        top: 0;
        width: 100%;
        position: relative;
        left: 0;
        padding: 10px 0 !important;
    }
    .view-standards-in-education > .view-content .views-field.views-field-field-image {
        width: 100%;
        text-align: left;
    }
    .view-standards-in-education > .view-content .views-field.views-field-body {
        width: 100%;
    }
    /* Responsive menu */
    #main-menu {
        height: 50px;
        position: relative;
        z-index: 999;
        border-bottom: 1px solid #68696b;
    }
    #menu-wrapper h2.element-invisible {
        height: auto;
        color: #fff;
        padding: 2px 10px;
        z-index: 99999;
        position: relative;
        clip: unset;
    }
    #menu-wrapper ul#main-menu-links {
        position: absolute;
        /* background: #fff; */
        background: #fff;
        z-index: 9999999;
        width: 100%;
        top: 50px;
        display: none;
    }
    #menu-wrapper #main-menu-links li {
        display: block;
        width: 100%;
        padding: 10px;
        /* border-bottom: 1px solid #232f3a */
        border-bottom: 1px solid #68696b;
    }
    #main-menu-links a {
        text-decoration: none;
        /* color: #232f3a; */
        padding: 0 10px;
        line-height: 1.4;
        font-size: 1rem;
        padding-left: 4px;
        color: #232f3a;

    }
    #content .title {
        font-size: 25px;
    }
    .views-field.views-field-field-image,
    #triptych .view.view-latest-news .views-field.views-field-field-image {
        width: 100%;
        text-align: left;
    }
    .gateway-resources .related-committees {
        margin-top: 20px;
    }
    .field-type-image img, .user-picture img {
        width: 100%;
        height: auto;
    }
    #block-system-main h2 a {
        font-size: 30px;
    }
    .page-taxonomy .term-wrapper-inside {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 15px 0;
    }
    .region.region-content .views-field.views-field-body {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .region.region-content .view-standards-development-how-to .views-field.views-field-title a {
        margin-bottom: 2px;
        font-size: 24px;
    }
    .views-field-title a {
        font-size: 25px;
    }
    div#node-40 .span4 {
        width: 100%;
    }

    form#search-block-form {
        margin: 5px 0 10px 0;
    }


}
@media all and (max-width: 575px) {
    .view-content.Also-heading-wrapper a {
        font-size: 16px !important;
    }
    .region.region-content .Also-heading-wrapper .views-field.views-field-title {
        line-height: 25px;
    }
    #content h2, #triptych h2 {
        margin-top: 0;
    }
    #block-system-main h2 a {
        font-size: 23px;
        line-height: 25px;
    }
}
@media all and (max-width: 480px) {
    #content .views-row .views-field.views-field-field-image img {
        width: 100%;
        text-align: left;
    }
    #logo {
        margin-top: 20px;
        width: 100%;
    }
    #logo img {
        max-width: 279px;
    }
}
.socials.hidden-phone {
    padding-left: 15px;
}
.not-front .fieldset-wrapper {
    margin-top: 60px;
}

div#block-search-form {
    max-width: 280px;
    position: absolute;
    right: 0;
    top: -30px;
}
#footer input#edit-search-block-form--2 {
    margin: 0 !important;
    height: 35px;
    border-radius: 5px 0 0 5px;
}
#block-search-form .form-item-search-block-form input {
    width: 200px !important;
    padding: 12px;
    border-radius: 3px;
}
#block-search-form .form-item-search-block-form input {
    float: left;
    font-size: 1em;
    height: 1.143em;
    margin-right: 5px;
    width: 9em;
}
#footer #search-block-form input.form-submit {
    background-color: #fdc92f;
    color: #000;
    border-radius: 0 5px 5px 0px;
    margin: 0;
    height: 35px;
    width: 40px;
    background-image: url(../images/search-button.jpg);
    font-size: 10px;
    background-size: 20px;
    background-position: center;
    border: 0;
}

#footer #search-block-form input.form-submit:hover {
    opacity: .8;
}
@media all and (max-width: 767px) {
    div#block-search-form {
        position: relative;
        top: initial;
        padding-top: 37px;
    }
}

div#term-standardization-title a {
    color: #43484A;
    font-size: 24px;
    font-family: 'ProximaNovaSoft-Regular','ProximaNova-Regular', sans-serif;
    text-decoration: none;
}
#page-title a.gwaytitle {
    font-size: 40px;
    color: #285482 !important;
    font-family: 'ProximaNovaSoft-Regular', 'ProximaNova-Regular', sans-serif;
}
#content .title .font-40 {
    font-size: 40px !important;
}
div#term-standardization-title {
    margin-bottom: 5px;
}

.print_html {
    position: relative;
}
.print_html a:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/print.png);
    top: 0;
    left: 0;
    background-size: 100%;

}
a.print-page {
    position: relative;
    display: inline-block;
}
img.print-icon {
    visibility: hidden;
}

div#main {
    min-height: 1400px;
} 

.view-header .views-field.views-field-field-image {
    min-height: 150px;
}
.sidebar .view.view-industry-sectors.view-id-industry_sectors a:active, 
.sidebar .view.view-industry-sectors.view-id-industry_sectors a:hover {
    color: #23aeff;
}

.field-name-field-committees .field-items .field-item {
    display: inline-block;
    margin-left: 5px;
}
.page-search-node .search-result .title {
    font-size: 1.77em !important;
}

#topsubtitle {
    font-size: 20px;
    margin: 10px 0 -10px 0;
}

.region.region-content .view-content .views-field.views-field-nid {
    z-index: 2;
}

.page-taxonomy .share-area {
    bottom: 0;
    text-align: left;
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: right;
    right: 28px;
}
.page-taxonomy .region.region-content .views-field.views-field-field-industry-sectors {
    line-height: 32px;
    display: none;
}

.breadcrumbs p {
    display: inline-block;
    color: #43484A;
}
.breadcrumbs a {
    color: #43484A;
}
.breadcrumbs p:after {
    content: "/";
    padding: 5px;
}
.breadcrumbcurrent:after {
    content: "" !important;
}
.breadcrumbs p {
    display: inline-block;
    color: #43484A;
}

.wrapper-body-content-inside {
    float: left;
}

.field-type-text-with-summary a {
    padding: 0;
}

#block-system-main h2 a {
    font-size: 40px;
    color: #000;
    font-weight: 400;
}

#block-system-main h2.node-detail-title {
    font-size: 40px;
    color: #000;
    font-weight: 400;
}

.field-type-image img, .user-picture img {
    margin: 0 0 1em;
    border: 1px solid #aaa;
}

div#node-2702 .content a {
    font-size: 16px;
    padding: 0;
}

div.messages {
    float: left;
    width: 80%;
}

.field-type-text-with-summary a {
    padding: 0;
    border: 0;
}
.page-admin-content .views-field-title a {
    color: #009ada !important;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 100;
    line-height: initial;
}
.page-admin-content .marker, 
.page-admin-content .form-required {
    color: #f00;
    font-size: 16px;
}
.page-admin-content .vbo-views-form tr th, 
.page-admin-content .vbo-views-form tr td {
    color: #3b3b3b;
    font-size: 14px !important;
} 
.page-admin-content .vbo-views-form .views-field.views-field-name {
    display: table-cell;
    border-bottom: 1px solid #fff;
    width: 85px;
    top: 0;
    left: 0;
    position: static;
}

@media (min-width: 1250px) {
    .page-admin.page-admin-content div#content {
        width: 85% !important;
    } 
}
@media (min-width: 1200px) {
    #sidebar-second {
        left: 70%;
    }

}
/*** Data Points ***/

#main-wrapper #block-system-main .span4 span {
    font-weight: bold;
}
#main-wrapper #block-system-main .span4 a {
    font-weight: normal;
    color: #009ada;
}
#main-wrapper #block-system-main .span4 {
    padding-left: 15px;
}
#main-wrapper #block-system-main .span4 h4 {
    margin: 0;
}
#main-wrapper #block-system-main .span4 p {
    margin-bottom: 12px;
}


td {
    line-height: 10px !important;
}


/*** front-page-sort&destination=standardization-news ***/

#main-wrapper table .views-field-title a {
    font-size: 15px;
    color: #0070b3;
    font-weight: normal;
    line-height: 1.4;
    font-size: 14px;
}
#main-wrapper .region.region-content .views-field.views-field-title {
    margin-bottom: 2px;
    font-size: 2em;
    max-width: 450px;
}
#main-wrapper #block-system-main table td {
    line-height: 1.3 !important;
}
th.views-field.views-field-title a {
    color: #fff !important;
}
.node-type-features .content h2 strong a {
    font-size: 18px !important;
    font-weight: bold !important;
}
.node-type-features #block-system-main h2 a {
    font-size: 18px;
}

/* 28 internal content */

#main-wrapper p img {
    margin-bottom: 15px;
}

#main-wrapper ul.links.inline li {
    font-size: 16px;
    color: #333 !important;
}

#main-wrapper ul.links.inline li a {
    color: #212529;
}
#block-system-main h2.node-detail-title {
    margin-top: 10px;
}
#block-system-main a.tabledrag-handle .handle {
    font-size: 25px;
    height: 25px;
    margin: 0px 0px 0 5px;
}

/*.tabledrag-toggle-weight-wrapper a.tabledrag-toggle-weight{
        display:none;
}*/

.page-admin.page-admin-people .vbo-views-form .views-field.views-field-name {
    top: 0;
    width: 100%;
    left: 0;
    display: table-cell;
    width: 100px;
}
.page-admin.page-admin-people .vbo-views-form .views-field {
    line-height: 1.4;
}


.page-admin.page-admin-people .vbo-views-form th.views-field {
    color: #fff;
}
@media (min-width: 768px){
    .element-invisible-mobile{
        display:none;
    }
}
.element-invisible-mobile a{
    color:#fff;
}

@media (max-width: 767px){
    #main-menu-links{
        display:none;

    }
    .element-invisible-mobile{
        height: auto;
        color: #fff;
        padding: 2px 10px;
        z-index: 99999;
        position: relative;
        clip: unset;
    }
}

.page-standardization-news ul.contextual-links.views-contextual-links-page li.draggableviews-order.last, .page-standardization-news ul.contextual-links.views-contextual-links-page li.draggableviews-order.last a{
    display:none;
}

.page-node .content .node-full .share-area{
    float: right;
}


/*.sidebar .view.view-industry-sectors.view-id-industry_sectors .views-field.views-field-name {
    display: inline-block;
    margin-left: 0;
    line-height: 44px;
    position: relative;
    left: 18px;
    top: 0px !important;
}*/

h1#page-title {
    margin: 0px !important;
    margin-top: -9px !important;
}
.field-type-text-with-summary a strong {
    color: #0071B3 !important;
}

a strong{
    color: #0071B3 !important;
}
a:hover strong, a:focus strong {
    color: #018fe2 !important;
}
.field-items{
    font-size: 16px;
}
.page-node .node-full .field-name-field-subtitle .field-item{
    font-size: 20px !important;
}

.page-node .node-full .field-name-field-image img {
    max-width: 100%;
    height: auto;
}
.page-node .node-full .field-name-body img {
    max-width: 100%;
    height: auto;
}

.view-id-standards_development_how_to.view-display-id-attachment_1 .views-row-1 .views-field-title {
    max-width: 587px !important;
    margin-bottom: 0px !important;
}
form#form-global-search-acquia .form-submit {
    background-color: #fdc92f;
    color: #000;
    border-radius: 0px 0px 0px 0px;
    margin:0px;
    height: 35px;
    width: 32px;
    background-image: url(../images/search-button.jpg);
    background-repeat: no-repeat;
    font-size: 10px;
    background-size: 20px;
    background-position: center;
    border: 0;  
    position: absolute; right:0; top:3px;
}
form#form-global-search-acquia input#edit-search-query {
    margin: 0 !important;
    height: 36px; font-size:13px;
    border-radius:0px;
    width: 250px !important;
    padding: 0px 5px;
    border: 1px solid #ccc;
    border-left:0px;
    padding-right:32px; outline:none;
}
.region-header{
    width: 50%;
}
.region-header #block-misc-sn-misc-sn-search-bar-acquia{
    float: right;
}
form#form-global-search-acquia .form-item-sub-level,form#form-global-search-acquia .form-item-search-query{
    float: left;
}

.page-search-site .search-result .title {
    font-size: 1.77em !important;
}
.page-search-site .search-result .title a {
    text-decoration: none;
}
.page-search-site .block-facetapi .facetapi-processed li a{
    color: #000;
    text-decoration: none;
    font-size: 87.5%;
    word-wrap: break-word;
}

/*Accordion CSS*/
.accordion {
    background-color: #ccc;
    color: #3b3b3b;
    cursor: pointer; position: relative;
    padding: 10px 15px;
    padding-left:35px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none !important;
    font-size: 24px;
    transition: 0.4s;
}
.accordion:hover { text-decoration: underline; }

.active-facet-accordion, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    /* content: '\002B'; */
    content: '\25B6';
    color:#3b3b3b;
    font-weight: bold; font-size:12px;
   position: absolute; left:15px; top:18px;
}

.active-facet-accordion:after {
    /* content: "\2212"; */
    content: "\25BC";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.search-form #edit-basic {
    display: inline-block;
}

.search-form .form-item-remove-filters {
    display: inline-block;
}
.dropdown-input-wrap { position: relative; }
.dropdown-input-wrap .form-item-sub-level .form-select { overflow:hidden; white-space:nowrap; text-overflow: ellipsis; width:190px !important;
    outline:none; height:36px; font-size:13px;
}
.with-secondary-menu .region-header {
    margin-top: 30px;
}
#logo img { max-width:100%; }
#block-system-main .panel { border:1px solid #ccc; border-top:0px; box-sizing: border-box; position: relative; top:-1px; }

@media(max-width:991px){
    form#form-global-search-acquia input#edit-search-query { width:220px !important; }
    .dropdown-input-wrap .form-item-sub-level .form-select { width:135px !important; }
}
@media(max-width:767px){
    .with-secondary-menu .region-header { display: none; }
}
