/*
Theme Name: 	LOINC child theme
Template:	Divi
Description:	LOINC child theme built on Divi
Author:		LOINC
Version:	4.1.5
*/

@import url("../Divi/style.css");
@import url("/css/flag-icon.min.css");

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -3500px;
    }
}

@media screen and (max-width: 1000px) {
    #animate-bkgd {
        background-image: none !important;
    }
}

#animate-bkgd {
    animation: animatedBackground 90s linear infinite;
    background-repeat: repeat-y;
}

#gf_coupon_button {
    background-color: #e06328;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    font-size: 16px;
    border: 0;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.wp-caption {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    font-weight: bold;
}

.wp-caption i {
    display: block;
    font-weight: normal;
    color: #666;
}


/*
.page-header { margin-top: 20px; margin-left: -29px; text-transform: uppercase; }
.page-header i { margin-right: 10px; width: 20px; text-align: right; }
.page-header a { text-decoration: none !important; color: #7b7b7b; }
*/

.page-header {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-header a {
    text-decoration: none !important;
}

//.page-header a:first-of-type { color: #29a9e1; }
.page-header i.bc-separator {
    margin-left: 10px;
    margin-right: 10px;
    color: #7b7b7b;
}

.page-header+h1.entry-title {
    margin-top: 0 !important;
}


/*** LIST STYLES ***/

#main-content ol,
#main-content ul {
    margin: 10px 0 20px 0;
    padding: 0 0 0 40px;
}

#main-content li {
    list-style-position: outside;
    line-height: 1.4em;
    margin: 10px 0;
    padding-left: 5px;
}

#main-content li p {
    margin: 13px 0 0 0;
    font-size: 95%;
    line-height: 1.4em;
}

//#main-content li:last-child { margin-bottom: 0; }
//#main-content ol, #main-content ul { margin: 10px 10px 10px 40px; list-style-position: outside; padding: 0; line-height: 1.4em; }
//#main-content li { padding: 5px; margin: 2px 5px; }
//#main-content li:last-child { margin-bottom: 20px; }
#main-content ul.compact li,
#main-content ol.compact li {
    margin: 0;
    padding: 0 !important;
    font-size: 16px;
    line-height: 1.3em;
}

#main-content ul.compacter li,
#main-content ol.compacter li {
    margin: 0;
    padding: 0 !important;
    font-size: 14px;
    line-height: 1.2em;
}

//ol { margin: 10px auto !important; line-height: 1.4em !important; }
//ol.maximized { max-width: 800px; }
//ol li { margin: 7px 30px !important; padding-left: 5px !important; list-style-position: outside; }
ul.search-results {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.search-results li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 100%;
}

ul.fa-ul {
    list-style-type: none !important;
}

ul#loinc-search li,
ul#prerelease-search li {
    margin-left: 90px !important;
}

ul#loinc-search li a,
ul#prerelease-search li a {
    margin-left: -90px;
    width: 100px;
}


/*
.faq-list ul { margin-left: 0; padding-left: 0; }
.faq-list li { list-style: none; }
.faq-list li:before { content: '?'; margin-left: -12px; margin-right: 5px; font-weight: 900; font-size: 120%; }
*/

h3.status {
    font-style: italic;
}

h2.faq-q {
    margin-left: 40px;
}

h2.faq-q:before {
    content: '\f128';
    font-family: 'Font Awesome 5 Pro' !important;
    margin-left: -40px;
    width: 35px;
    margin-right: 5px;
    display: inline-block;
    background-color: #29a9e1;
    border-radius: 100%;
    font-size: 80%;
    color: #fff;
    text-align: center;
}

.script {
    font-family: 'Nothing You Could Do', cursive !important;
    font-size: 110%;
}

p.prose,
.prose p {
    font-family: 'Crimson Text', serif !important;
    font-size: 120%;
}

p.reverse .reverse p {
    color: #fff !important;
}

.faq-index ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.faq-index li {
    list-style-type: none;
    margin-bottom: 30px !important;
    padding-left: 0 !important;
}

.faq-index li a {
    text-decoration: none !important;
    font-weight: bold;
}

.dl-list li {
    margin: 0;
    padding: 0;
}

.meeting li i.fa {
    margin-left: 0;
    color: #7b7b7b;
    font-size: 120%;
}

.meeting ul.fa-ul li {
    margin-bottom: 20px !important;
}

.meeting ul.fa-ul {
    padding-left: -10px !important;
}

.meeting .agenda h3 {
    color: #29a9e1;
    text-transform: uppercase;
    margin: 0;
}

.meeting .agenda h3 span {
    display: block;
    line-height: 1.3em;
    font-size: 70%;
    font-weight: normal;
    color: #7b7b7b;
}

.meeting .agenda td {
    padding-left: 10px;
    padding-right: 10px;
}

.meeting .agenda td:first-of-type {
    color: #7b7b7b;
    text-align: right;
}

.meeting .agenda td span {
    color: #7b7b7b;
    font-style: italic;
    white-space: nowrap;
}

.meeting-register label {
    font-size: 110% !important;
}

.meeting-register .gfield_label {
    font-size: 130% !important;
    margin-bottom: 0 !important;
    font-weight: 900 !important;
}

.meeting-register .gfield_description {
    font-size: 105% !important;
    color: #7b7b7b;
}

table.agenda span {
    font-style: italic;
}

div.disclaimer {
    border-left: 3px solid red;
    padding-left: 20px;
    margin-left: 60px;
}

div.disclaimer p {
    font-size: 85% !important;
}

div.disclaimer::before {
    content: "\f071";
    color: red;
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 38px;
    margin-left: -80px;
    float: left;
    margin-top: 15px;
}

div#reveal.hide {
    display: none;
}


/*** DIVI OVERRIDES ***/


/*ol li li { list-style-type: lower-alpha; }*/


/*ol li li li { list-style-type: decimal; }*/

ol[type="a"] li,
ol[type="a"].lower li {
    list-style-type: lower-alpha;
}

ol[type="A"].upper li {
    list-style-type: upper-alpha;
}

ol[type=i] li {
    list-style-type: lower-roman;
}

ol[type=i] ol li {
    list-style-type: decimal;
}

ul#top-menu li#menu-item-12490 ul {
    right: -35px;
}

button[type="submit"].et_submit_button {
    color: #fff !important;
}

.et-pb-slider-arrows a {
    text-decoration: none !important;
}

.et_pb_section {
    padding-top: 0 !important;
}

#main-content a {
    text-decoration: underline;
}

#main-content a:hover {
    color: #1b966b;
}

.et_pb_title_container {
    padding: 0 !important;
    margin: 0 !important;
}

.et_pb_tabs_controls {
    margin: 0 !important;
    padding: 0 !important;
}

.et_pb_tab_active {
    margin: 0 !important;
    padding: 0 !important;
}

.et_pb_tabs_controls li {
    margin: 0 !important;
    padding: 0 !important;
}

.et_pb_tabs_controls li a {
    text-decoration: none !important;
    padding: 10px 20px !important;
    margin: 0 !important;
    border: none;
}

.et_pb_all_tabs {
    margin: 0 !important;
    padding: 0 !important;
}

.et_pb_tab li {
    padding: 0 !important;
}

.et_pb_tab ol {
    margin-top: 0 !important;
    /*margin-left: 20px !important;*/
}

.et_pb_tab li:last-child {
    margin-bottom: 1px !important;
    padding: 0 !important;
}

.et_pb_tab ol[type=a] li {
    list-style-type: lower-alpha;
}

.et_pb_tab ol[type=a] li li {
    list-style-type: decimal;
}

.et_pb_tab ol[type=a] li li li {
    list-style-type: decimal;
}

.et_pb_main_blurb_image a:hover span.et-pb-icon-circle {
    background-color: #1b966b !important;
}

.sub-menu li.menu-item {
    line-height: 1.3em;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}


/*** FONT AWESOME DIVI BLURBS ***/

.fab .et-pb-icon.et-pb-icon-circle {
    width: 100px;
    height: 100px;
}

.fab .et-pb-icon {
    font-size: 0;
}

.fab+.et_pb_text h4 {
    margin-top: 20px;
    padding-bottom: 0;
}

.fab .et-pb-icon::after {
    font-size: 48px;
    font-family: 'Font Awesome 5 Pro' !important;
}

.big.fab .et-pb-icon::after {
    font-size: 96px;
}

.fab-ambulance .et-pb-icon::after {
    content: "\f0f9";
}

.fab-archive .et-pb-icon::after {
    content: "\f187";
}

.fab-baby .et-pb-icon::after {
    content: "\f77c";
}

.fab-balance-scale .et-pb-icon::after {
    content: "\f24e";
}

.fab-bed .et-pb-icon::after {
    content: "\f236";
}

.fab-book .et-pb-icon::after {
    content: "\f02d";
}

.fab-briefcase .et-pb-icon::after {
    content: "\f0b1";
}

.fab-bullseye .et-pb-icon::after {
    content: "\f140";
}

.fab-calendar-check-o .et-pb-icon::after {
    content: "\f274";
}

.fab-camera-retro .et-pb-icon::after {
    content: "\f083";
}

.fab-certificate .et-pb-icon::after {
    content: "\f0a3";
}

.fab-check-circle .et-pb-icon::after {
    content: "\f058";
}

.fab-check-circle-o .et-pb-icon::after {
    content: "\f05d";
}

.fab-check-square-o .et-pb-icon::after {
    content: "\f14a";
}

.fab-clipboard-list .et-pb-icon::after {
    content: "\f46d";
}

.fab-clock-o .et-pb-icon::after {
    content: "\f017";
}

.fab-cog .et-pb-icon::after {
    content: "\f013";
}

.fab-cogs .et-pb-icon::after {
    content: "\f085";
}

.fab-comments-o .et-pb-icon::after {
    content: "\f086";
}

.fab-crosshairs .et-pb-icon::after {
    content: "\f05b";
}

.fab-deaf .et-pb-icon::after {
    content: "\f2a4";
}

.fab-download .et-pb-icon::after {
    content: "\f019";
}

.fab-envelope .et-pb-icon::after {
    content: "\f0e0";
}

.fab-envelope-o .et-pb-icon::after {
    content: "\f0e0";
}

.fab-exchange .et-pb-icon::after {
    content: "\f0ec";
}

.fab-file-pdf-o .et-pb-icon::after {
    content: "\f1c1";
}

.fab-file-text .et-pb-icon::after {
    content: "\f15c";
}

.fab-file-alt .et-pb-icon::after {
    content: "\f15c";
}

.fab-film .et-pb-icon::after {
    content: "\f008";
}

.fab-fire .et-pb-icon::after {
    content: "\f06d";
}

.fab-flask .et-pb-icon::after {
    content: "\f0c3";
}

.fab-globe .et-pb-icon::after {
    content: "\f0ac";
}

.fab-handshake-o .et-pb-icon::after {
    content: "\f2b5";
}

.fab-head-side-brain .et-pb-icon::after {
    content: "\f808";
}

.fab-heartbeat .et-pb-icon::after {
    content: "\f21e";
}

.fab-hospital-o .et-pb-icon::after {
    content: "\f0f8";
}

.fab-id-badge .et-pb-icon::after {
    content: "\f2c1";
}

.fab-id-card-o .et-pb-icon::after {
    content: "\f2c2";
}

.fab-inbox-in .et-pb-icon::after {
    content: "\f310";
}

.fab-key .et-pb-icon::after {
    content: "\f084";
}

.fab-life-ring .et-pb-icon::after {
    content: "\f1cd";
}

.fab-line-chart .et-pb-icon::after {
    content: "\f201";
}

.fab-list-alt .et-pb-icon::after {
    content: "\f022";
}

.fab-list-ol .et-pb-icon::after {
    content: "\f0cb";
}

.fab-map-pin .et-pb-icon::after {
    content: "\f276";
}

.fab-money .et-pb-icon::after {
    content: "\f0d6";
}

.fab-newspaper-o .et-pb-icon::after {
    content: "\f1ea";
}

.fab-paperclip .et-pb-icon::after {
    content: "\f0c6";
}

.fab-picture-o .et-pb-icon::after {
    content: "\f03e";
}

.fab-play-circle-o .et-pb-icon::after {
    content: "\f144";
}

.fab-pencil .et-pb-icon::after {
    content: "\f040";
}

.fab-pencil-square-o .et-pb-icon::after {
    content: "\f044";
}

.fab-plus-circle .et-pb-icon::after {
    content: "\f055";
}

.fab-question-circle-o .et-pb-icon:after {
    content: "\f059";
}

.fab-search-plus .et-pb-icon::after {
    content: "\f00e";
}

.fab-server .et-pb-icon::after {
    content: "\f233";
}

.fab-sitemap .et-pb-icon::after {
    content: "\f0e8";
}

.fab-sort-numeric-asc .et-pb-icon::after {
    content: "\f162";
}

.fab-star .et-pb-icon::after {
    content: "\f005";
}

.fab-stethoscope .et-pb-icon::after {
    content: "\f0f1";
}

.fab-table .et-pb-icon::after {
    content: "\f0ce";
}

.fab-television .et-pb-icon::after {
    content: "\f26c";
}

.fab-thumbs-up .et-pb-icon::after {
    content: "\f164";
}

.fab-tint .et-pb-icon::after {
    content: "\f043";
}

.fab-twitter .et-pb-icon::after {
    content: "\f099";
    font-family: 'Font Awesome 5 Brands' !important;
}
.fab-linkedin .et-pb-icon::after {
    content: "\f08c";
    font-family: 'Font Awesome 5 Brands' !important;
}

.fab-user-md .et-pb-icon::after {
    content: "\f0f0";
}

.fab-users .et-pb-icon::after {
    content: "\f0c0";
}

.page-id-11956 #et-main-area {
    background-color: #f2f2f2 !important;
}

#login {
    padding: 20px;
    background-color: #fff;
}

#login img {
    max-width: 50%;
    display: block;
    margin: 20px auto;
}

#loginform label {
    display: block;
}

#wp-submit {
    background-color: #f00 !important;
}


/*** BUTTON STYLES ***/

a.reversed {
    background-color: #e06328;
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    text-decoration: none !important;
}

a.reversed:hover {
    background-color: #1b966b;
    color: #fff !important;
}

a.inactive.button {
    background-color: #e6e6e6;
}

a.inactive.button:hover {
    background-color: #e6e6e6;
}

a.button,
input.dlm-tc-submit,
input.search-button,
form.common input[type=submit],
form#loginform input[type=submit],
form#ws-plugin--s2member-profile input[type=submit],
button.s2member-pro-authnet-checkout-submit,
form.common input[type=button].gform_previous_button,
form.common input[type=button].gform_next_button {
    background-color: #e06328;
    border: 0;
    padding: 10px 15px;
    color: #fff !important;
    border-radius: 9px;
    text-decoration: none !important;
    display: inline-block;
}

a.button:hover,
input.dlm-tc-submit:hover,
input.search-button:hover,
form.common input[type=submit]:hover,
form#loginform input[type=submit]:hover,
form#ws-plugin--s2member-profile input[type=submit]:hover,
form.common input[type=button].gform_previous_button:hover,
form.common input[type=button].gform_next_button:hover {
    color: #fff;
    background-color: #1b966b;
}

a.button.bigger,
form.common input[type=submit],
form#loginform input[type=submit] {
    font-size: 110%;
    padding: 10px 20px;
    font-weight: bold;
}

a.button.bigger.disabled {
    background-color: #e6e6e6;
}

a.button.bigger.reversed {
    background-color: #fff;
    color: #e06328 !important;
}

a.button.bigger.reversed.inactive {
    color: #e6e6e6;
    !important;
}

a.button.bigger.reversed:hover {
    background-color: #1b966b;
    color: #fff !important;
}

a.button.compact {
    padding: 3px 8px;
    font-size: 95%;
    display: inline-block;
    margin-bottom: 4px;
}

input.dlm-tc-submit {
    font-size: 18px;
}

input.dlm-tc-submit[disabled=disabled] {
    background-color: #e6e6e6;
}

input.dlm-tc-submit[disabled=disabled]:hover {
    background-color: #e6e6e6;
}

input.search-button {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
}

a.reveal-button.closed:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
    margin-left: 5px;
}

a.reveal-button.opened:after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
    margin-left: 5px;
}

.ruled:before {
    content: "";
    display: block;
    border-top: solid 4px #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.ruled span {
    background: #f2f2f2;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.key {
    border: 1px solid rgba(0, 0, 0, .5);
    color: #000;
    background-color: #fff;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 2px;
    font-size: 90%;
}

.key.single {
    padding-left: 8px;
    padding-right: 8px;
}

.tip {
    color: #fff;
    background-color: #29a9e1;
    padding: 2px 4px;
    font-size: 90%;
    font-weight: 900;
    margin-right: 1px;
}

.tip.reversed {
    color: #29a9e1 !important;
    background-color: #fff !important;
}

.maturity {
    color: rgba(0, 0, 0, .7);
    border: 0.125em solid rgba(0, 0, 0, .7);
    border-radius: 0.1875em;
    background-color: #fff;
    padding: 0.1875em 0.3125em;
    font-size: 90%;
    font-weight: 900;
    margin-right: 0.0625em;
}

.minor {
    font-size: 95%;
}

.major {
    font-size: 120%;
}

.card-top h4 {
    margin-top: -20px !important;
}

.card-top a {
    text-decoration: none !important;
}

h4.sections {
    margin-left: 20px;
    font-weight: normal !important;
}

h4.sections:before {
    content: '\00A7';
    width: 20px;
    margin-left: -20px;
    display: inline-block;
    color: #7b7b7b;
    font-weight: bold;
}

ul.symbol.sections li:first-child:before {
    content: '\00A7';
    width: 20px;
    margin-left: -20px;
    display: inline-block;
    color: #7b7b7b;
    font-weight: bold;
}

ul.sections {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

ul.sections ul {
    margin: 0 !important;
    margin-left: 15px !important;
    padding: 0 !important;
}

ul.sections ul li:first-child:before {
    display: none;
}

ul.sections li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

ul#user-profile {
    margin: 5px 0 25px 0 !important;
    padding: 0 !important;
}

ul#user-profile li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.card-top-image img {
    position: relative;
    display: block;
}

.card-top-image img::before {
    content: ' ';
    display: block;
    z-index: 9;
    top: 0;
    left: 0;
    position: abolute;
    width: 100%;
    height: 100%;
    background-color: #29a9e1;
}

.card-top-image img {
    opacity: .9;
}

.card-top-image a:hover img {
    opacity: 1;
}

.card-bottom {
    padding: 0 20px 20px 20px;
    margin-top: 0;
}


/* EXPERIMENTAL
.card { text-decoration: none !important; display: block; height: 100%; }
.card:hover { box-shadow: 5px 5px 2px #333; transform: scale(1.1); }
*/

.bar {
    text-align: center;
}

.blue.bar {
    background-color: rgba(41, 169, 225, 1);
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    letter-spacing: 3px;
    font-weight: 400;
}

span.ball {
    background-color: #29a9e1;
    color: #fff;
    border-radius: 100%;
    padding: 2px 10px;
}

h3 span.ball {
    padding: 5px 15px;
    font-weight: 900;
}

.note {
    background-color: rgba(41, 169, 225, .2);
    padding: 20px 20px 20px 70px;
    border-top: 4px solid #29a9e1;
    position: relative;
}

.note:before {
    content: "\f06a";
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 36px;
    position: absolute;
    color: #29a9e1;
    left: 20px;
    top: 30px;
}

#piggies img {
    margin: 10px;
    width: 130px;
    transition: all .2s ease-in-out;
}

#piggies img:hover {
    transform: scale(1.1);
}

.header-caption {
    background-color: rgba(255, 255, 255, .8);
    padding: 5px 10px;
    margin-top: -80px;
    right: 0;
    position: absolute;
    font-weight: bold;
}

.caption {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}

td.date,
span.date {
    white-space: nowrap;
}

table.hover-row tr:hover td {
    background-color: rgba(204, 204, 204, .2);
}

table.compact th.small-value {
    text-align: center;
}

table.compact tr th:first-child,
table.compact tr td:first-child {
    padding-left: 5px;
}

table.compact tr th:last-child,
table.compact tr td:last-child {
    padding-right: 5px;
}

table.chart tr th {
    border-bottom: 2px solid #7b7b7b;
    color: #7b7b7b;
    background-color: #e6e6e6;
}

table.chart tr th,
table.chart tr td {
    padding: 5px 10px;
}

table.chart td {
    vertical-align: top;
}

table.big.chart td {
    font-size: 120%;
    padding: 10px 10px;
}

table.big.chart td.num {
    font-size: 200%;
    font-weight: 900;
    vertical-align: middle;
}

table.excel {
    max-width: 700px;
}

table.excel tr:first-child td,
table.excel td,
table.excel th {
    border: 1px solid #ccc !important;
    padding: 3px 5px;
    background-color: #fff;
}

table.excel td.row-num {
    text-align: right;
    width: 40px;
    background-color: #e6e6e6 !important;
}

.entry-content table tr td {
    border-color: rgba(0, 0, 0, .1);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #e06328;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
    color: #1b966b;
    text-decoration: underline;
}

.et_pb_column h2:first-of-type {
    margin-top: 0;
}

a img {
    border-bottom: 0;
}

pre {
    white-space: pre-wrap;
    font-family: 'Source Code Pro', monospace !important;
    background-color: #f2f2f2;
    padding: 20px;
    margin: 10px auto 30px auto;
    border-left: 4px solid #ccc;
    color: #000;
}

u,
kbd {
    background-color: #e6e6e6;
    font-family: 'Source Code Pro', monospace !important;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 95%;
}

code {
    font-family: 'Source Code Pro', monospace !important;
    margin-top: 0;
    margin-bottom: 30px;
}

pre code {
    margin-top: 0;
}

code.scroll {
    max-height: 400px;
    overflow-y: scroll;
}

kbd {
    background-color: rgba(27, 150, 107, .3);
}

kbd:before,
kbd:after {
    content: '"';
}

h1,
h2,
h3,
h4 {
    font-family: 'Lato Black', Lato, sans-serif;
    font-weight: 900;
}

h1.entry-title {
    font-size: 42px !important;
}

@media only screen and (max-width: 800px) {
    h1.entry-title {
        font-size: 32px !important;
    }

    h1.entry-title i {
        width: 60px !important;
    }

    h1.entry-title span {
        margin-left: 60px !important;
    }
}

@media only screen and (max-width: 479px) {
    h1.entry-title {
        font-size: 26px !important;
    }

    h1.entry-title i {
        width: 40px !important;
    }

    h1.entry-title span {
        margin-left: 40px !important;
    }
}

h1.entry-title i {
    color: #7b7b7b;
    width: 70px;
    padding-right: 10px;
    clear: bottom;
}

h1.entry-title span {
    display: block;
    margin-left: 70px;
    color: #000;
    font-size: 70%;
}

table {
    border: 0 !important;
}

table tr:first-child td {
    border: 0 !important;
}

#content-area,
#main-content {
    min-height: 480px;
}

hr {
    border: 0;
    border-bottom: 1px dashed #e6e6e6;
}

p.right {
    text-align: right;
    margin: 0;
}

p.smaller {
    font-size: 95%;
}

.discreet {
    font-size: 85%;
    line-height: 95% !important;
}

.top-icon {
    font-size: 28px;
    margin-bottom: 0;
    padding-bottom: 0;
}

i.fa.callout {
    font-size: 48px;
    display: inline-block;
    color: #7b7b7b;
    margin: 20px 0 5px 0;
}

i.fa.callout2 {
    font-size: 36px;
    display: inline-block;
    color: #7b7b7b;
    margin: 10px 0 5px 0;
}

.focus-box {
    border-radius: 2px;
    padding: 20px;
    background-color: #f2f2f2;
}

.focus-box .top-icon {
    text-align: right;
}

.focus-box h3 {
    margin-top: 0;
}

.contact-focus-box div {
    padding: 30px 60px 30px 140px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    border-radius: 4px;
}

.contact-focus-box div i {
    font-family: 'Font Awesome 5 Pro' !important;
    color: #29a9e1;
    text-shadow: 4px 4px 0 #ffff;
    margin-left: -100px;
    font-size: 128px;
    float: left;
    display: inline-block;
}

.contact-focus-box h2,
.contact-focus-box p {
    max-width: 800px;
}

#funding-support li {
    line-height: 1.3em;
}

a.pre-code,
span.pre-code {
    font-family: 'Source Code Pro', monospace;
    word-break: keep-all;
    white-space: nowrap;
    background-color: rgba(255, 255, 0, .3);
    color: rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 1px;
    margin-right: 1px;
    text-decoration: none !important;
}

a.loinc-code {
    font-family: 'Source Code Pro', monospace;
    word-break: keep-all;
    white-space: nowrap;
    background-color: rgba(41, 169, 225, .3);
    color: #29a9e1;
    border-bottom: 1px solid #29a9e1 !important;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 1px;
    margin-right: 1px;
    text-decoration: none !important;
}

a.part-code,
span.part-code {
    word-break: keep-all;
}

a.big.loinc-code {
    font-size: 42px;
    border-bottom-width: 3px !important;
}

a.loinc-code:hover {
    color: #1b966b !important;
    border-bottom-color: #1b966b !important;
}

.loinc-part h1 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 72px;
    color: #ccc;
}

.loinc-part h4 {
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
    color: #29a9e1;
}

.adopter #logo {
    border-radius: 2px;
    overflow: hidden;
    width: 250px;
    height: 250px;
    border: 2px solid #e6e6e6;
    text-align: center;
    color: #e6e6e6;
    font-size: 24px;
}

.adopter #logo .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.adopter #logo img {
    max-width: 225px;
    max-height: 225px;
    vertical-align: middle;
}

.adopter .intro {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 110%;
}

.adopter .intro span {
    border-bottom: 1px solid #333;
}

.adopter #description {
    font-size: 15px !important;
}

.adopter #description p {
    font-size: 15px;
    margin: 10px 0;
}

.adopter #description blockquote {
    padding-right: 10%;
}

.adopter-list {
    display: table;
    text-align: center;
    width: 100%;
    margin: 0;
}

.adopter-list ul {
    padding: 0 !important;
    text-align: center;
    list-style: none;
}

.adopter-list li {
    list-style-type: none;
    margin: 0 5px 7px 0 !important;
    padding: 10px !important;
    width: calc(100%/4 - 10px);
    height: 250px;
    display: inline-block;
    vertical-align: middle !important;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    position: relative;
}

.adopter-list li h4 {
    margin: auto;
    width: 240px;
    height: 185px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.adopter-list li .flag-icon {
    width: 46px;
    height: 35px;
    border: 1px solid #e6e6e6;
    right: 7px;
    bottom: 7px;
    position: absolute;
    display: block;
}

.adopter-list li .location {
    color: #7b7b7b;
    position: absolute;
    left: 7px;
    bottom: 7px;
}

.adopter-list li img {
    max-width: 210px;
    max-height: 175px;
    margin-bottom: auto;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.adopter-list a:hover li {
    border-color: #e06328;
    background-color: #f2f2f2;
}

.adopter-list a:hover h4 {
    color: #e06328;
}

.news .entry-title {
    max-width: 800px;
}

.news .byline {
    max-width: 800px;
    border-top: 1px solid #7b7b7b;
    border-bottom: 1px solid #7b7b7b;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px !important;
}

.news .byline i {
    color: #7b7b7b;
}

.news-download {
    float: right;
    width: 350px;
    margin: 0 0 30px 30px;
    background-image: url(/wp-content/themes/Divi-child/images/download.png);
    background-repeat: no-repeat;
    background-position: right -15px bottom -25px;
    background-size: 170px auto;
}

.checklist h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.checklist h2 a {
    color: #000;
    border-bottom: 0;
}

.terminal {
    background-color: #000;
    color: #0f0;
    padding: 20px;
    font-family: 'Source Code Pro', monospace;
    margin: 20px 0;
    font-size: 90%;
    border-top: 12px solid #7b7b7b;
}

td.small-value {
    text-align: center;
}

td.num {
    text-align: right;
}

.loinc-team h2 {
    margin-top: 10px;
    margin-bottom: 1px;
    padding-bottom: 0;
}

.loinc-team img {
    border-radius: 100%;
    max-width: 200px;
    margin-bottom: 0;
    margin-top: 20px;
}

form.license {
    margin-top: 20px;
}

form.license input[type=checkbox] {
    transform: scale(1.5, 1.5);
}

form.license label {
    font-weight: bold;
    margin-left: 25px;
}

table.download-metadata {
    margin-top: 30px;
}

table.pairs td {
    padding: 5px 0;
    vertical-align: top;
}

table.pairs td span {
    font-weight: normal;
    color: #7b7b7b;
    font-size: 85%;
}

table.pairs td:first-child {
    text-align: right;
    padding-right: 10px;
}

table.pairs td:last-child {
    font-weight: bold;
}

span.new-tag {
    font-size: 80%;
    background-color: #ff0;
    padding: 3px 6px;
    margin-left: 5px;
}

span.tag {
    font-size: 80%;
    background-color: #29a9e1;
    color: #fff;
    padding: 3px 6px;
    text-transform: uppercase;
    border-radius: 2px;
}

table.dl-columns {
    margin-top: 10px !important;
    margin-bottom: 20px;
}

table.dl-columns th {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e6e6e6 !important;
}

a.dl-icon {
    font-size: 13px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    width: 80px;
    height: 80px;
    padding-top: 19px;
    color: #fff;
    background-color: #e06328;
    text-decoration: none !important;
    margin-bottom: 5px !important;
}

a.inactive.dl-icon {
    background-color: #e6e6e6 !important;
}

a.dl-icon:hover {
    background-color: #1b966b;
    color: #fff !important;
}

.dl-list {
    margin: 20px 0 !important;
    padding: 0;
}

.dl-list a:hover {
    color: #1b966b;
    border-color: #1b966b;
}

.dl-list h3,
.dl-list p {
    max-width: 800px;
}

.dl-list .dl-description,
table.dl-columns .dl-description {
    font-size: 13px;
    color: #333;
    margin-bottom: 10px;
}

.dl-description li {
    margin: 0 !important;
}

.dl-file {
    width: 100px;
    text-transform: uppercase;
}

.dl-file a {
    display: block;
    margin-bottom: 10px;
}

.dl-title h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.dl-metadata {
    font-weight: bold;
    background-color: #f2f2f2;
    padding: 5px 10px;
    margin: 10px 0 20px -10px;
    line-height: 1.3em;
    font-size: 90%;
    text-transform: uppercase;
}

.dl-sidebar .dl-description {
    font-size: 85%;
}

.dl-sidebar .dl-file {
    text-align: center;
    width: 100%;
}

.dl-sidebar .dl-file a {
    display: block;
    padding: 25px 0;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #e06328;
    text-align: center;
    margin: 10px auto;
}

.dl-sidebar .dl-title h3 {
    text-align: center;
}

.dl-sidebar .dl-file a:hover {
    background-color: #1b966b;
}

.dl-sidebar .dl-file a i {
    color: #fff;
}

.dl-icon-solo {
    text-align: center;
    font-size: 42px;
    padding-top: 19px;
    float: right;
    background-color: #e06328;
    border-radius: 100%;
    width: 80px;
    height: 80px;
}

.dl-icon-solo:hover {
    background-color: #1b966b;
}

.dl-meeting td {
    padding-left: 0 !important;
}

.dl-meeting td:last-child {
    white-space: nowrap;
}

table.gs-nav {
    border: 0;
    width: 100px;
}

table.gs-nav tr td {
    border: 0;
}

table.gs-nav td a {
    color: #ccc;
    font-size: 10px;
    text-decoration: none !important;
}

table.gs-nav td.active a {
    color: #29a9e1;
}

table.gs-nav td {
    width: 10px;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

table.gs-nav td.biggie {
    font-size: 128px;
    font-weight: 900;
    color: #29a9e1;
}

.post-nav {
    position: relative;
}

.post-nav a {
    color: #e06328;
    max-width: 400px;
    display: inline-block;
}

.post-nav.left,
.post-nav.right {
    color: #7b7b7b;
}

.post-nav.left::before {
    content: '\f323';
    font-family: 'Font Awesome 5 Pro' !important;
    position: absolute;
    left: -30px;
    font-size: 80%;
    top: 2px;
}

.post-nav.right::after {
    content: '\f324';
    font-family: 'Font Awesome 5 Pro' !important;
    position: absolute;
    right: -30px;
    font-size: 80%;
    top: 2px;
}

.post-nav.right {
    text-align: right;
}

//.hl { background-color: #ff6; padding-left: 8px; padding-right: 10px; margin-left: -4px; margin-right: -10px; border-radius: 30px 15px; color: #000; }
.page-intro-text {
    font-size: 20px;
    line-height: 1.3em;
}

.pull-quote {
    font-family: 'Crimson Text', serif;
}

.blurb-grow .et_pb_main_blurb_image span {
    transition: all .2s ease-in-out;
}

.blurb-grow:hover .et_pb_main_blurb_image span {
    transform: scale(1.1);
}

.blurb-grow:hover .et_pb_main_blurb_image span.et-pb-icon-circle {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

.et_pb_blurb {
    width: 100%;
}

.et_pb_blurb_description {
    font-family: Lato;
}

.et_pb_main_blurb_image {}

.country-list {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    display: table;
}

.country-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.country-list li {
    display: inline-block;
    list-style-type: none;
    margin: 5px;
    width: 160px;
    height: 110px;
    padding: 0;
    vertical-align: top;
}

.country-list .flag-icon {
    width: 64px;
    height: 48px;
    border: 1px solid #f2f2f2;
    display: block;
    margin: 2px auto;
}

.post-type-archive-oids .entry-title {
    margin: 10px 0 0 0;
}

.oids.single p {
    margin-left: 20px;
}

.no-access {
    text-align: left;
    background-color: #f2f2f2;
    padding: 60px 60px;
}

.dl-support-loinc {
    border: 20px solid #e06328;
    padding: 20px 40px;
}

.dl-support-loinc a {}

ul.webinar-list,
.webinar-list li {
    margin: 0 !important;
    padding: 0 !important;
    clear: both;
    list-style-type: none;
}

.webinar-list li {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px !important;
}

.webinar-list li:first-child {
    border-top: 0;
    padding-top: 0 !important;
}

.webinar-list li div:first-child {
    float: left;
    padding-right: 20px;
}

.webinar-video {
    max-width: 700px;
    margin: auto;
}

.webinar-video .blocked {
    padding: 40px 5% 40px 5%;
    color: #7b7b7b;
    background-color: #f2f2f2;
    font-size: 150%;
    line-height: 115%;
    font-weight: bold;
    border: 12px solid #7b7b7b;
}

.webinar-video .blocked div {
    margin: 0 auto;
    min-width: 200px;
}

.webinar-video .blocked span {
    display: block;
    margin-top: 10px;
    font-size: 80%;
    line-height: 95%;
}

.bits {
    color: #7b7b7b;
    text-transform: uppercase;
}

.bits li {
    list-style-type: circle;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    margin-left: 20px !important;
}

.bits li:first-child {
    margin-left: 0 !important;
}

table.webinar-metadata {
    margin-top: 20px !important;
}

table.webinar-metadata th {
    text-align: right;
    font-weight: normal;
}

table.webinar-metadata th i {
    margin-left: 15px;
    color: #000;
}

table.webinar-metadata td {
    font-weight: bold;
}

table.webinar-metadata th,
table.webinar-metadata td {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #f2f2f2;
}

table.webinar-metadata tr:last-child th,
table.webinar-metadata tr:last-child td {
    border-bottom: 0;
}


/* GRAVITY FORMS */

.support-topic li,
.decider li {
    display: inline;
}

.decider ul.gfield_checkbox li {
    margin: 0 2px 2px 0 !important;
}

.decider ul.gfield_checkbox li label {
    margin: 0 0 5px 0 !important;
}

.support-topic ul li input[type=radio],
.decider ul li input[type=radio],
.decider ul li input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}

.ginput_cardinfo_right {
    float: none !important;
}

input.ginput_product_price:read-only {
    padding: 0 !important;
    border: 0 !important;
}

.support-topic ul li label,
.decider ul li label {
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    padding: 5px 10px !important;
    width: 200px !important;
    height: 70px !important;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin: 0 5px 5px 0 !important;
    font-size: 100% !important;
    line-height: 110% !important;
}

.support-topic input[type=radio]:checked~label,
.decider input[type=radio]:checked~label,
.decider input[type=checkbox]:checked~label {
    background-color: #29a9e1;
    color: #fff;
    border: none;
}

.big.decider li label {
    width: 300px !important;
    height: 100px !important;
    font-size: 17px !important;
    border-width: 4px;
}

.user-account .gfield_password_strength {
    font-size: 70%;
    text-transform: uppercase;
}

li.gfield_error {
    background-color: #d3d3d3 !important;
    border: none !important;
    padding-left: 10px;
}

.gsection {
    padding-top: 30px !important;
}

.groups-submit li.definition-decider {
    margin-left: 28% !important;
    margin-top: 20px !important;
}


/* common form styles */

form.common .gfield_label {
    font-size: 120% !important;
}

form.common .gfield_description {
    font-size: 100% !important;
    padding-top: 0;
}

form.common .gf_left_half {
    max-width: 30% !important;
    margin-right: 35px !important;
}

form.common.spaced .gfield {
    margin-top: 30px !important;
}

body form.common .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: #fff;
}

body form.common .gform_body .gform_fields .gfield .gfield_label .gfield_required::after {
    content: "REQUIRED";
    color: #fff;
    font-size: 70%;
    background-color: #f00;
    padding: 1px 3px;
    margin-left: -7px;
}

body form.common.hide-required .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    display: none;
}

.gform_wrapper div.validation_error {
    background-color: yellow;
}

form#ws-plugin--s2member-profile input,
button.s2member-pro-authnet-checkout-submit,
form#ws-plugin--s2member-profile select,
form.common select {
    font-size: 16px;
    padding: 5px;
}

.s2member-pro-authnet-checkout-form-registration-section {
    display: none !important;
}

.s2member-pro-authnet-form-card-type-label.disabled {
    display: none !important;
}

form#ws-plugin--s2member-profile input[type=submit] {
    font-weight: bold;
    width: 100px;
}

form#ws-plugin--s2member-profile input[disabled=disabled] {
    background-color: #f2f2f2;
    color: #999 !important;
}

form.common input[type=text]:focus,
form.common input[type=password]:focus,
form.common input[type=email]:focus,
form.common textarea:focus,
#bbpress-forums input[type=text]:focus,
form#loginform input[type=text]:focus,
form#loginform input[type=password]:focus,
form#ws-plugin--s2member-profile input[type=text]:focus,
form#ws-plugin--s2member-profile input[type=email]:focus,
form#ws-plugin--s2member-profile input[type=password]:focus {
    background-color: #ffc;
    border-color: rgba(0, 0, 0, .6);
}

form.common ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

form.common li {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

form.common label.gfield_label,
{
margin-top: 15px;
margin-bottom: 0;
font-size: 120% !important;
}

form.common input[type=text],
form.common input[type=password],
form.common input[type=email],
form.common textarea,
#bbpress-forums input[type=text],
form#loginform input[type=text],
form#loginform input[type=password],
form#ws-plugin--s2member-profile input[type=text],
form#ws-plugin--s2member-profile input[type=password],
form#ws-plugin--s2member-profile input[type=email] {
    border-radius: 2px, background-color: #f9f9f9;
    border: 2px solid rgba(0, 0, 0, .2);
    color: #000;
}

.s2member-pro-authnet-form-section-title {
    border-bottom: none !important;
    font-family: Lato !important;
    font-weight: 900;
    color: #29a9e1;
}

.s2member-pro-authnet-form-section-title {
    background: none !important;
}

.s2member-pro-authnet-form-div input {
    font-size: 120%;
}

form.common input[type=checkbox]~label {
    font-size: 120%;
}

.modeless {
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px;
}

.modeless span {
    float: right;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    font-size: 36px;
    line-height: 32px;
    background-color: #e06328;
    color: #fff;
    padding: 10px 15px;
    margin: 0 0 15px 15px;
}

.modeless span:hover {
    color: #000;
    background-color: #1b966b;
}

.groups-submit .gf_left_third {
    max-width: 25% !important;
    margin-right: 30px !important;
}

.groups-submit .gf_right_third {
    margin-left: 40px !important;
    font-style: italic;
}

.groups-submit .gf_right_third.example::before {
    content: 'EXAMPLE:';
    color: #7b7b7b;
    display: block;
    font-style: normal;
    margin-top: 25px;
    margin-bottom: 10px;
}

.ajax-form-response-white {
    border: 4px solid #fff;
    padding: 30px 30px 30px 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.ajax-form-repsonse-white h3:first-of-type {
    margin-top: 0;
}


/*
.contact-loinc input[type=text], .contact-loinc textarea, .user-account input[type=text], .user-account input[type=password], .user-account textarea { border-radius: 2px; background-color: #f9f9f9; border-color: #d3d3d3; color: #000; }
.contact-loinc input[type=text]:focus, .contact-loinc textarea:focus, .user-account input[type=text]:focus, .user-account input[type=password]:focus, .user-account textarea:focus { background-color: #ffc; }
.contact-loinc input[type=submit], .user-account input[type=submit] { border: 3px solid #e06328; text-transform: uppercase; color: #e06328; border-radius: 9px; font-size: 2em; font-weight: 900; background: #fff; padding: 10px 18px; }
.contact-loinc input[type=submit]:hover, .user-account input[type=submit]:hover { color: #fff; background: #e06328; -webkit-transition: padding 0.25s linear; transition: padding 0.25s linear; padding-left: 24px; padding-right: 24px; }
*/

.value-neutral .fa-li {
    color: #c00;
}

.value-neutral li {
    color: #fff;
    max-width: 800px;
}

.value-neutral li span {
    color: #000;
}

form#loginform input {
    font-size: 120%;
}

//#et-secondary-menu:before { content: ''; position: absolute; top: 0; left: 0; font-weight: bold; padding-top: 11px; padding-left: 4px; }
#hello-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    padding-top: 11px;
}

#hello-bar a {
    transition: all .5s ease;
}

#hello-bar a:hover {
    color: #e6e6e6;
}

.license-view,
.copyright-view {
    background-color: #f2f2f2;
    padding: 20px 30px 40px 30px;
    margin-bottom: 15px;
}

.copyright-view {
    padding-bottom: 20px;
}

.license-view {
    height: 600px;
    overflow-y: scroll !important;
    overflow-x: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1) inset, 0 -5px 5px rgba(0, 0, 0, .1) inset;
}

.license-view h1 {
    color: #000;
    margin-top: 20px;
}

.license-view p,
.license-view li {
    font-size: 16px;
    line-height: 1.3em;
}

.license-form label {
    display: hidden;
}

.language h3 {
    margin-top: 10px;
    padding-bottom: 0;
}

.language .flag-icon {
    width: 160px;
    height: 120px;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
}

.language .flag-icon:after {
    content: "ISO 3166-2:" attr(title);
    display: block;
    margin-top: 110px;
    color: #7b7b7b;
}

.language h2 {
    margin: 0;
}

.language ul {
    margin-top: 0 !important;
}

.language ul li {
    padding: 0 !important;
}

.language .use {
    background-color: #f2f2f2;
    padding: 10px 15px 10px 10px;
    margin: 20px -10px 20px -10px;
    font-size: 18px;
    line-height: 1.4em;
}

.language .use i {
    display: inline-block;
    font-size: 36px;
    float: left;
    margin: 5px 15px 10px 5px;
}

.language-list th {
    position: relative;
    text-align: center;
}

.language-list tbody td:first-child {
    max-width: 50px;
}

.language-list th i {
    font-size: 200%;
}

.language-list th i:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    width: 100px;
    font-size: 11px;
    left: 50%;
    bottom: 110%;
    margin-left: -50px;
    background-color: #7b7b7b;
    color: #fff;
    padding: 5px 0;
}

.language-list h1 {
    margin: 0;
    padding;
    0;
}

.language-list a {
    font-weight: bold;
}

.language-list a:after {}

.language-list .flag-icon {
    width: 40px;
    height: 30px;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
}

.language-list .tick {
    text-align: center;
    font-size: 120%;
}

.language-list td .fa {
    color: #29a9e1;
}

.language-list tfoot td {
    display: none;
}

.directory i {
    color: #7b7b7b;
    margin-right: 5px;
    position: absolute;
    bottom: -5px;
    left: -30px;
    font-size: 28px;
}

.directory {
    margin-bottom: 20px;
    margin-top: 10px;
}

.directory h3 {
    margin: 0 !important;
    padding: 0 !important;
}

.directory ul {
    margin: 0px 0px 0px 25px !important;
    padding: 0 !important;
    list-style: none;
    line-height: 1.8em;
}

.directory ul li {
    font-size: 16px;
    position: relative;
}

.directory ul li:before {
    position: absolute;
    left: -15px;
    top: -4px;
    content: '';
    display: block;
    border-left: 2px solid #7b7b7b;
    height: 1em;
    border-bottom: 2px solid #7b7b7b;
    width: 10px;
}

.directory ul li:after {
    position: absolute;
    left: -15px;
    bottom: -7px;
    content: '';
    display: block;
    border-left: 2px solid #7b7b7b;
    height: 100%;
}

.directory ul li.root {
    margin: 0px 0px 0px 5px !important;
    font-weight: bold;
}

.directory ul li.root:before {
    display: none;
}

.directory ul li.root:after {
    display: none;
}

.directory ul li:last-child:after {
    display: none;
}


/* FOOTER */

#main-footer .footer-widget {
    margin-bottom: 0;
}

#main-footer #footer-widgets {
    padding: 40px 0 20px 0;
}

#main-footer #meeting-promo {
    margin-top: -40px;
    font-size: 16px;
    margin-bottom: 30px;
}

#main-footer #meeting-promo p {
    color: #fff;
    font-size: 95%;
}

#main-footer #meeting-promo a h3 {
    margin: 0;
    color: #e06328;
}

#main-footer #meeting-promo a:hover h3 {
    color: #1b966b;
}

#main-footer #meeting-promo img {
    margin-bottom: 5px;
    display: block;
    position: relative;
}

#main-footer #current-version {
    width: 100%;
    height: 70px;
    margin: 0 auto 30px auto;
    border: 2px solid #29a9e1;
    border-radius: 2px;
    padding-right: 10px;
}

#main-footer #current-version i:first-of-type {
    color: #333;
    display: block;
    height: 100%;
    float: left;
    font-size: 42px;
    background-color: #29a9e1;
    padding: 10px 15px;
    text-align: center;
    margin-right: 15px;
}

#main-footer #current-version h3 {
    color: #29a9e1;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    line-height: 1em;
}

#main-footer #current-version p {
    color: #fff;
    line-height: 1.3em;
    font-size: 99%;
}

#main-footer #hiring {
    clear: both;
    text-align: center;
    font-weight: bold;
    height: 40px;
    padding-top: 7px;
}

#main-footer #hiring i {
    margin-right: 5px;
}

#main-footer #hiring a {
    color: #e6e6e6 !important;
    border: 1px solid #e6e6e6;
    padding: 10px 15px 10px 15px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 150%;
}

#main-footer #hiring a:hover {
    color: #1b966b !important;
    border-color: #1b966b;
}

#main-footer form {
    margin-bottom: 30px;
    text-align: center;
}

#main-footer form input[type=text] {
    width: calc(78% - 5px);
    font-size: 18px;
    padding: 5px;
    background-color: #fff;
    border: 0;
    border: 2px solid #e6e6e6;
}

#main-footer form input[type=text]:focus {
    background-color: #ffc;
    border-color: #7b7b7b;
}

#main-footer form input[type=submit] {
    width: 80px;
    text-align: center;
}

#main-footer .callout {
    float: left;
    width: 230px;
    height: 92px;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 1.4em;
    margin-right: 3%;
}

#main-footer .callout:nth-of-type(even) {
    margin-right: 0;
}

#main-footer .callout:hover a {
    color: #1b966b;
}

#main-footer .callout:hover i.fa {
    background-color: #1b966b;
}

#main-footer .callout a {
    font-size: 21px;
    font-weight: bold;
    color: #e06328;
    line-height: 1.5em;
    display: block;
}

#main-footer .callout i.fa {
    width: 45px;
    text-align: center;
    float: left;
    font-size: 22px;
    padding: 10px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 30px;
    background-color: #e06328;
    border-radius: 100%;
}

#main-footer #link-list div {
    float: left;
    width: 150px;
    margin-right: 10px;
}

#main-footer #link-list div:nth-of-type(3n+3) {
    margin-right: 0;
}

#main-footer #link-list h4 {
    padding: 0 !important;
    margin-top: 0 !important;
}

#main-footer #link-list h4 a {
    color: #29a9e1;
}

#main-footer #link-list h4 i {
    color: #e6e6e6;
    margin-left: -25px;
    margin-right: 5px;
    text-align: right;
    width: 20px;
}

#main-footer #link-list a:hover {
    color: #1b966b;
    text-decoration: none;
}

#main-footer #link-list ul {
    margin: 0 0 30px 0;
    padding: 0;
}

#main-footer #link-list li {
    margin: 6px 0;
    padding: 0;
}

#main-footer #link-list li:last-child {
    margin-bottom: 0;
}

#main-footer #link-list li:before {
    display: none;
}

//.col-2 { column-count: 2; column-width: 300px; }
table.loinc-table {
    width: 100%;
    overflow-x: scroll;
}

table.loinc-table th,
table.loinc-table td {
    font-size: 80%;
    padding: 5px 7px;
}

table.loinc-table td {
    border-bottom: 1px solid #e6e6e6;
}

.loinc-table-empty {
    width: 100%;
    border: 2px solid #e6e6e6;
    border-top: 40px solid #e6e6e6;
    margin-top: 0;
    text-align: center;
    padding: 20px;
}

.tablesorter th {
    cursor: pointer;
    background-color: #f2f2f2;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    background-image: none !important;
    text-align: center;
}

.tablesorter th.tablesorter-header:after {
    content: "\f0dc";
    font-family: 'Font Awesome 5 Pro' !important;
    margin-left: 2px;
}

.tablesorter th.tablesorter-headerAsc,
.tablesorter th.tablesorter-headerDesc {
    background-color: #666;
    color: #fff;
}

//.tablesorter th.headerSortDown, .tablesorter th.headerSortUp { background-color: #666; color: #fff; }
.tablesorter th.tablesorter-headerAsc:after {
    content: "\f0dd";
}

.tablesorter th.tablesorter-headerDesc:after {
    content: "\f0de";
}

#unreleased-loincs-empty,
div.empty {
    border: 4px dashed #e6e6e6;
    background-color: #f2f2f2;
    padding: 120px 40px 120px 40px;
    text-align: center;
    margin-top: 20px;
}

#unreleased-loincs-empty h2,
div.empty h2 {
    margin-top: 0;
}

#unreleased-loincs {
    font-size: 12px;
    line-height: 1.2em;
    border: 0;
    overflow-x: scroll;
    border-right: 2px dashed #7b7b7b;
}

#unreleased-loincs table {
    width: 1200px;
}

//#unreleased-loincs table { width: auto; }
#unreleased-loincs tr {
    padding: 0;
    margin: 0;
}

#unreleased-loincs td,
#unreleased-loincs th {
    padding: 5px;
    margin: 0;
}

td.nowrap {
    white-space: nowrap;
}

td.time {
    white-space: nowrap;
    text-align: right;
}

#unreleased-loincs th {
    text-align: center;
    vertical-align: bottom;
    border-bottom: 1px solid #000;
}

.prerelease-metadata {
    float: right;
    width: 25%;
    background-color: #29a9e1;
    padding: 20px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    margin-left: 30px;
    margin-bottom: 20px;
}

.prerelease-metadata h3 {
    line-height: 1.1em;
    margin-top: 0;
}

.prerelease-metadata p {
    line-height: 1.3em;
    color: #000;
    padding-bottom: 5px;
}

.prerelease-metadata span {
    display: block;
    color: #fff;
}

.prerelease-metadata p span {
    font-weight: 900;
}

.prerelease-metadata h3 span {
    font-size: 72px;
    margin: 20px 0 25px 0;
}

form.conference .gfield_total {
    border-top: 1px solid #000;
    width: 300px;
    padding-top: 5px;
    border-bottom: 2px double #000;
}

form.conference .ginput_product_price,
form.conference .ginput_total {
    display: inline-block;
    width: 300px;
    text-align: right;
    font-size: 110% !important;
    font-weight: bold;
}

form.conference .ginput_product_price_label {
    display: none;
}

.conference-benefit {
    padding: 20px;
    padding-top: 60px;
    background-color: rgba(41, 169, 225, 0.2);
    position: relative;
    border-radius: 4px;
}

.conference-benefit:before {
    content: "\f058";
    display: inline-block;
    left: 45%;
    top: 25px;
    position: absolute;
    font-size: 36px;
    color: #29a9e1;
    font-family: 'Font Awesome 5 Pro' !important;
}

.conference-benefit-reversed {
    margin-top: 5px;
    padding: 20px;
    padding-top: 30px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
}

.conference-benefit-reversed:before {
    content: "\f058";
    display: inline-block;
    left: 45%;
    top: -5px;
    position: absolute;
    font-size: 36px;
    color: #e06328;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900;
}

.conference-benefit-reversed2 {
    margin-top: 5px;
    padding: 20px;
    padding-top: 50px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
}

.conference-benefit-reversed2:before {
    content: "\f005";
    display: inline-block;
    left: 45%;
    top: 15px;
    position: absolute;
    font-size: 30px;
    color: #29a9e1;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900;
}

.conference-benefit-reversed3 {
    margin-top: 5px;
    padding: 20px;
    padding-top: 50px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
}

.conference-benefit-reversed3:before {
    content: "\f005";
    display: inline-block;
    left: 45%;
    top: 15px;
    position: absolute;
    font-size: 42px;
    color: #29a9e1;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900;
}

.conference-faces img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin: 5px;
}

div.circle img,
img.circle {
    border-radius: 100%;
}

ul.conference-menu {
    margin: 0 !important;
    padding: 0 !important;
}

ul.conference-menu li {
    list-style-type: none;
    display: inline;
    margin: 2px !important;
    padding: 0 !important;
    line-height: 250% !important;
}

ul.conference-menu li a {
    background-color: #e06328;
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 10px;
    border-radius: 6px;
    white-space: nowrap;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
}

ul.conference-menu li a.active {
    background-color: #fff;
    color: #e06328 !important;
}

ul.conference-menu li a:hover {
    background-color: #1b966b;
    color: #fff !important;
}

div.conference-login-suggestion {
    border: 6px solid #f00;
    padding: 20px 40px 20px 80px;
    margin: 20px 0;
    font-size: 110%;
    line-height: 150%;
}

div.conference-login-suggestion:before {
    content: "\f256";
    font-family: 'Font Awesome 5 Pro' !important;
    display: inline-block;
    width: 60px;
    margin-top: 10px;
    margin-left: -60px;
    float: left;
    font-size: 250%;
    color: #f00;
}

ul.marker {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}

ul.marker li {
    list-style-type: none;
    margin: 3px 0 0 0 !important;
    padding-left: 35px !important;
}

ul.marker li b {
    font-weight: bold;
    font-size: 105%;
}

ul.marker.place li:first-child:before,
ul.marker.date li:first-child:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-size: 24px;
    display: inline-block;
    margin-left: -35px;
    width: 30px;
    margin-right: 5px;
    text-align: center;
    color: #29a9e1;
}

ul.marker.place li:first-child:before {
    content: "\f041";
}

ul.marker.date li:first-child:before {
    content: "\f073";
}

div.time {
    padding: 10px 0 0 0 !important;
    margin-top: -32px;
    margin-bottom: 5px !important;
}

.page-id-20849 div.time {
    padding: 10px 0 0 0 !important;
    margin-top: -36px;
    margin-bottom: 5px !important;
}

div.time h2 {
    color: #7b7b7b;
    margin-bottom: 0 !important;
}

div.time p {
    margin-left: 135px;
    max-width: 60%;
}

div.time h2.reverse {
    color: #fff;
}

div.time h2 span {
    display: inline-block;
    width: 80px;
    padding: 5px 5px 5px 0;
    text-align: right;
    color: #000;
}

div.time h2:before {
    content: "\f017";
    width: 50px;
    display: inline-block;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 300;
}

div.session {
    border-top: 8px solid #e6e6e6;
    padding-top: 10px;
    margin-top: 32px;
    height: 100%;
}

div.session img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 5px;
}

div.session.alpha {
    border-top-color: #29a9e1;
    margin-top: 0px;
    padding-bottom: 20px;
}

div.session.beta {
    border-top-color: #e06328;
}

div.session.gamma {
    border-top-color: #7b7b7b;
}

div.session h3 {
    margin: 0 !important;
    padding: 0 !important;
}

div.session p {
    font-size: 90%;
    line-height: 130%;
    margin-top: 10px;
    max-width: 708px;
}

div.session ul.presenters {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

div.session ul.presenters li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 20px !important;
    font-style: italic;
    color: #7b7b7b;
}

div.session ul.presenters li:first-child {
    margin-left: 0 !important;
}

.conference-supplemental .fa-li {
    color: #29a9e1 !important;
}


/*.session ul.presenters li:first-child:before { display: inline-block; content: "\f007"; font-family: 'Font Awesome 5 Pro' !important; width: 15px; margin-right: 5px; color: #29a9e1; }*/

.page-template-articles blockquote {
    max-width: 800px;
}

a.search-loinc-query:before {
    font-family: 'Font Awesome 5 Pro' !important;
    content: "\f00e";
    text-decoration: none !important;
    font-size: 120%;
    padding-right: 3px;
}

a.article-rendering {
    text-decoration: none !important;
    color: #7b7b7b;
}

a.article-rendering:hover h3 {
    color: #1b966b;
}

div.article-rendering {
    border: 2px solid rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 10px;
    width: 170px;
    height: 220px;
    overflow: hidden;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .2);
    margin: 0 auto 20px auto;
    font-size: 90%;
    line-height: 1.2em;
}

div.article-rendering b {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.article-rendering~h3 {
    color: #e06328;
    text-decoration: underline;
}

ul.article-list {}

blockquote.pullquote {
    border: 0;
    background-color: rgba(41, 169, 225, .2);
    padding: 25px;
    font-size: 90% !important;
    font-style: italic;
}

blockquote.pullquote.right {
    float: right;
    width: 40%;
    margin: 0 -30% 20px 20px;
}

blockquote.pullquote::before {
    content: '❝';
    font-size: 60px;
    color: #29a9e1;
    display: block;
    margin: 10px 0;
    font-style: normal;
}

blockquote.pullquote .author {
    margin-top: 15px;
    font-size: 110%;
    font-style: normal;
}

blockquote.pullquote .author::before {
    content: '❞';
    text-align: right;
    font-size: 60px;
    color: #29a9e1;
    display: block;
    margin: 0;
    font-style: normal;
}

.mediacontact {
    float: right;
    width: 40%;
    max-width: 250px;
    margin: -150px -35% 20px 20px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
}

.newsheadshot {
    float: left;
    font-style: italic;
    margin: 5px 40px 30px 0;
    width: 30%;
    min-width: 150px;
}

.newsheadshot img {
    padding-bottom: 5px;
    width: 100%;
}

div.document-preview {
    padding: 20px;
    background-color: #f2f2f2;
    max-width: 40%;
    text-align: center;
    font-size: 90%;
}

div.document-preview.right {
    float: right;
    margin: 0 0 20px 20px;
}

div.document-preview img {
    display: inline-block;
    margin-bottom: 5px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
}

ul.committee-list-featured {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

ul.committee-list-featured li {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}

ul.committee-list-featured li a {
    display: inline-block;
    width: 200px;
    height: 56px;
    padding: 10px;
    text-align: center;
    float: left;
    border: 2px solid #e06328;
    text-decoration: none !important;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    line-height: 100%;
    font-weight: bold;
    vertical-align: middle;
}

ul.committee-list-featured li a:hover {
    border-color: #1b966b;
}

table.committee-list-featured td {
    vertical-align: top;
    width: calc(100% / 3);
    text-align: center;
    padding: 0;
    margin: 0;
}

table.committee-list-featured td a {
    display: block;
    width: 95%;
    height: 56px;
    padding: 10px 5px;
    margin: 5px auto;
    text-align: center;
    border: 2px solid #e06328;
    text-decoration: none !important;
    border-radius: 3px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 97%;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.committee-list-featured td a.subcommittee {
    width: 85%;
}

table.committee-list-featured td a:hover {
    border-color: #1b966b;
}

div.committee-chair img {
    border-radius: 100%;
    width: 60px;
    height: auto;
    float: left;
    margin-right: 10px;
}

div.committee-chair {
    margin-bottom: 10px;
}

div.committee-chair::after {
    content: ' ';
    display: block;
    clear: both;
}

.et_pb_tabs.stacked-tabs .et_pb_tabs_controls li {
    display: block !important;
    float: none;
    border-bottom: 1px solid #ccc;
}

.et_pb_tabs.stacked-tabs .et_pb_tabs_controls li a:before {
    content: "\f0a9";
    font-family: 'Font Awesome 5 Pro' !important;
    display: inline-block;
    margin-right: 5px;
    color: #e06328;
}

.et_pb_tabs.stacked-tabs .et_pb_tabs_controls li.et_pb_tab_active a:before {
    content: "\f0ab";
    color: #7b7b7b;
}

.et_pb_pricing .et_pb_pricing_heading h2:before {
    font-family: 'Font Awesome 5 Pro' !important;
    display: block;
    font-size: 72px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.et_pb_pricing_table_button {
    text-decoration: none !important;
}

.sponsor .et_pb_pricing_table_0 .et_pb_pricing_heading h2:before {
    content: "\f0a3";
    color: #e5e4e2;
}

.sponsor .et_pb_pricing_table_1 .et_pb_pricing_heading h2:before {
    content: "\f0a3";
    color: #ffd700;
}

.sponsor .et_pb_pricing_table_2 .et_pb_pricing_heading h2:before {
    content: "\f0a3";
    color: #fff;
}

.member .et_pb_pricing_table_0 .et_pb_pricing_heading h2:before {
    content: "\f005";
    color: #ffd700;
}

.member .et_pb_pricing_table_1 .et_pb_pricing_heading h2:before {
    content: "\f005";
    color: #fff;
}

.benefit-count {
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
}

//#bbpress-forums ul { border: 0; margin-left: 0 !important; }
ul#forums-list-0.bbp-forums {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 130% !important;
    border: 0 !important;
}

#bbpress-forums legend {
    font-size: 120%;
}

#bbpress-forums input[type=text] {
    font-size: 14px;
    padding: 5px;
}

#bbpress-forums input[type=submit],
.common button {
    background-color: #e06328;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    border-radius: 9px;
    font-size: 14px;
}

.common button {
    font-weight: 900;
    font-size: 18px;
    padding: 10px 15px;
    font-family: Lato !important;
}

#bbpress-forums .subscription-toggle::before {
    content: " ";
    margin-left: 10px;
    font-size: 120% !important;
}

.bbp-header,
.forum-titles {
    margin: 10px 0 !important;
    background-color: #f2f2f2 !important;
}

.bbp-forums ul {
    margin: 0;
    padding: 0;
}

.bbp-template-notice {
    border: 0 !important;
    padding: 10px !important;
    background-color: #f2f2f2 !important;
}

.bbp-template-notice.info {
    background-color: rgba(41, 169, 225, .2) !important;
    font-weight: bold !important;
}

.bbp-template-notice p {
    font-size: 130% !important;
}

#wp-bbp_topic_content-editor-container {
    border: 2px solid #f2f2f2;
}

#wp-bbp_topic_content-editor-container textarea {
    font-size: 140% !important;
}

#bbp_topic_title {
    width: 50%;
    min-width: 300px;
    max-width: 600px;
}

.bbp-submit-wrapper,
#s2member-pro-authnet-checkout-form-submit-div {
    width: 100%;
}

.bbp-submit-wrapper button,
button.s2member-pro-authnet-checkout-submit {
    margin-bottom: 20px;
    background-color: #e06328 !important;
    border: 0 !important;
    border-radius: 9px;
    padding: 5px 10px;
    font-size: 140% !important;
    color: #fff;
    font-weight: bold;
    font-family: Lato;
    display: block;
    text-align: left;
}

.bbp-forum-content {
    font-size: 105% !important;
    line-height: 1.3em !important;
}

.bbp-forum-title {
    font-weight: 900;
    font-size: 130%;
}

.bbp-forums-list .bbp-forum {
    font-size: 110% !important;
    display: block !important;
    margin: 2px !important;
}

.bbp-topic-freshness-author .bbp-author-avatar .avatar,
.bbp-template-notice .bbp-author-avatar .avatar,
.bbp-topic-started-by .bbp-author-avatar .avatar {
    display: none;
}

.bbp-topic-freshness-author .bbp-author-name {
    font-size: 120%;
}

.bbp-forums,
.bbp-topics,
.bbp-replies {
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-size: 130% !important;
}

#bbp-user-navigation ul {
    padding-left: 0 !important;
}

.single-group .pending {
    background-color: #f00;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 4px;
}

.single-group .labeled {
    margin-left: 15px;
}

.single-group div.labeled {
    margin-top: 20px;
}

.single-group .labeled::before {
    content: attr(data-label);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
    display: block;
    color: #7b7b7b;
    margin-left: -15px;
}

.single-group .download-column {
    float: right;
    margin: 20px 0 20px 20px;
    width: 150px;
    height: 250px;
}

.single-group .download-column .box {
    width: 100%;
    border-radius: 2px;
    background-color: #f2f2f2;
    text-align: center;
    margin: 4px 0;
    padding: 10px;
}

.single-group .download-column .box i {
    background-color: #e06328;
    font-size: 42px;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    padding: 20px;
    font-weight: 900;
}

.single-group .download-column a:hover .box i {
    background-color: #1b966b;
}

.single-group .vote-area {
    margin-bottom: 20px;
    text-align: center;
}

.single-group #gform_wrapper_22,
.single-group #gform_wrapper_22 .ginput_container {
    margin: 0 !important;
    padding: 0 !important;
}

.single-group #gform_fields_22,
.single-group #gform_fields_22 ul,
.single-group #gform_fields_22 li {
    margin: 0 !important;
    padding: 0 !important;
}

.single-group #gform_wrapper_22 div.ginput_container.ginput_container_radio {
    width: 100%;
}

.single-group #gform_fields_22 #input_22_5 li {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro' !important;
}

.single-group #gform_fields_22 #input_22_5 li input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.single-group #gform_fields_22 #input_22_5 li input[type=checkbox]:checked~label {
    background-color: #1b966b;
    color: #ffc;
    border: none;
}

.single-group #gform_fields_22 #input_22_5 li label {
    padding: 10px;
    width: 150px;
    height: 80px;
    background-color: #e06328;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}

.single-group #gform_fields_22 #input_22_5 li label:after {
    content: '\f164';
    font-size: 36px;
    line-height: 36px;
    font-family: 'Font Awesome 5 Pro' !important;
}

.single-group .vote-area .gform_footer,
.single-group .vote-area #field_22_5 .gfield_label,
.single-group .vote-area .gfield_required {
    display: none;
}

span.version {
    font-size: 60% !important;
    color: #7b7b7b;
    border: 1px solid #7b7b7b;
    border-radius: 3px;
    padding: 2px 4px;
}

div.dataTables_wrapper {
    width: 100% !important;
    margin: 0 auto;
}

div.dataTables_info {
    font-size: 120%;
    font-weight: bold;
}

div.dataTables_wrapper input {
    font-size: 16px !important;
    margin-bottom: 5px;
    height: 40px !important;
    border: 2px solid rgba(0, 0, 0, .2);
    color: #000;
    border-radius: 2px;
}

div.dataTables_wrapper input:focus {
    background-color: #ffc;
    border-color: rgba(0, 0, 0, .6);
}

div.submission-detail {
    display: none;
    width: 85%;
    min-width: 300px;
    max-width: 1092px;
    min-height: 300px;
    font-family: Lato !important;
}

div.submission-detail h2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

div.submission-detail td {
    font-size: 90%;
    border-bottom: 1px solid #e6e6e6;
}

div.submission-detail tr:last-child td {
    border-bottom: 0;
}

#submissions th {
    background-color: #f2f2f2;
}

#submissions td span {
    display: none;
}

#submissions td span.pre-code {
    display: inline;
}

#submissions th {
    font-size: 90%;
}

#submissions td {
    position: relative;
    font-size: 85%;
    max-width: 150px;
    line-height: 130%;
    padding-top: 5px;
    padding-bottom: 5px;
}

#submissions td.description {
    max-width: 250px;
}

#submissions td i:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    width: 80px;
    font-size: 11px;
    left: 50%;
    top: -20px;
    margin-left: -40px;
    background-color: #000;
    color: #fff;
    padding: 5px 0;
    z-index: 99;
    font-weight: bold;
}

#submissions .status {
    width: 95px !important;
}

#submissions .status .icon-status {
    white-space: nowrap;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
    padding-right: 15px !important;
    padding-left: 5px !important;
    border-right: 1px dotted #7b7b7b;
}

table.dataTable thead th:hover {
    background-color: #e06328 !important;
    color: #fff;
}

table.dataTable thead th.sorting:hover:after {
    color: #fff;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    font-family: 'Font Awesome 5 Pro' !important;
}

table.dataTable thead th.sorting_asc.status {
    width: 75px !important;
}

table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #e06328;
    font-size: 16px;
    padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
    background-color: #666 !important;
    color: #fff;
    display: block;
}

table.dataTable thead th.sorting_asc:hover,
table.dataTable thead th.sorting_desc:hover {
    background-color: #e06328 !important;
    color: #fff;
}

table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
    color: #fff;
}

table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
    color: #fff;
}

.dataTables_length select {
    -webkit-appearance: button;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    border: 0;
    color: #fff;
    font-size: inherit;
    margin: 5px;
    overflow: hidden;
    padding: 5px 20px 5px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
    background: #e06328 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='10'><polygon points='0 1, 10 1, 5 10' style='fill: #fff' /></svg>") no-repeat center right;
}

.dataTables_length select:hover {
    background-color: #1b966b;
}

table.dataTable td {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    hyphens: none;
}

a#submissions_first.paginate_button.disabled,
a#submissions_previous.paginate_button.disabled {
    color: #ccc !important;
}

.dataTables_paginate {
    clear: both;
    margin-bottom: 10px;
}

.fancybox-container {
    z-index: 100000 !important;
}

.fancybox-slide--iframe .fancybox-content {
    max-width: 90%;
    max-height: 90%;
    margin: 0;
}

#loading {
    text-align: center;
    font-weight: bold;
    background: #fff;
    height: 100%;
    width: 100%;
    padding-top: 200px;
    z-index: 100000 !important;
    position: fixed;
    top: 50px;
    left: 0;
}

.loinc-combined p {
    margin-bottom: 10px;
}

.loinc-combined table {
    width: auto !important;
}

.loinc-combined td {
    padding: 5px 0 !important;
}

.loinc-combined tr td:first-of-type {
    text-align: right;
    padding-right: 10px !important;
    color: #999;
}

@media only screen and (max-width: 479px) {
    .mobile-hide {
        display: none;
    }

    .support-topic ul li label,
    .decider ul li label {
        width: 100% !important;
        height: 50px !important;
        padding: 5px !important;
    }

    form.common textarea {
        height: 400px !important;
    }

    .prerelease-metadata {
        float: right;
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .adopter-list li {
        width: calc(100% - 10px) !important;
    }

    .ruled:before {
        display: none;
    }

    .ruled span {
        padding: 0;
    }

    .webinar-metadata th i {
        display: none;
    }

    #main-footer #hiring a {
        border: 0;
    }

    .mediacontact {
        float: none;
        margin: 30px 0 0 0;
        border: 0;
        padding: 0;
        padding-top: 10px;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        border-top: 2px solid #e6e6e6;
    }

    form.common .gf_left_half {
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    .groups-submit .gf_left_third {
        max-width: 100% !important;
        margin-right: 0 !important;
    }

    .groups-submit .gf_right_third {
        margin-left: 0 !important;
    }

    .time p {
        margin-left: 0 !important;
        max-width: 100% !important;
    }

    .contact-focus-box div {
        padding-left: 20px;
    }

    .contact-focus-box div i {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    #main-footer #link-list i {
        display: none;
    }

    #main-footer #link-list div {
        width: 47%;
    }

    #main-footer #link-list div:nth-of-type(2) {
        margin-right: 0;
    }

    #main-footer #link-list div:nth-of-type(3) {
        width: 100%;
    }

    #main-footer #link-list div:nth-of-type(3) li {
        display: inline-block;
        width: 47%;
    }

    #main-footer #link-list div:nth-of-type(3) li {
        margin-right: 2%;
        margin-bottom: 0;
    }

    .adopter-list li {
        width: calc(100%/2 - 10px);
    }

    .news-download {
        float: none;
        margin: 0 auto 30px auto;
        width: 100%;
    }

    #main-footer #current-version p {
        display: none;
    }

    #main-footer #searchform #s {
        width: 100%;
    }

    #main-footer #searchform .search-button {
        display: block;
        margin-top: 10px;
    }

    #main-footer .callout {
        width: 100%;
    }

    #main-footer .callout i.fa {
        margin-right: 10px;
    }

    .webinar-list li div:first-child {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .webinar-list li div:first-child img {
        width: 100%;
    }

    ul.bits {
        padding-left: 0 !important;
    }

    .bits li {
        display: block;
        margin: 0 !Important;
    }

    blockquote.pullquote.right {
        float: none;
        width: 100%;
        margin: 30px 0;
    }

    .mediacontact {
        float: none;
        margin: 30px 0 0 0;
        min-width: 300px;
    }
}

@media only screen and (min-width: 801px) {
    .dl-meeting td:first-child {
        width: 75%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
    #main-footer #link-list div {
        width: 31%;
    }

    #main-footer #link-list i {
        display: none;
    }

    #main-footer #searchform #s {
        width: 280px;
    }

    .adopter-list li {
        width: calc(100%/3 - 10px);
    }

    #main-footer .callout {
        width: 100%;
        height: 80px;
        line-height: 1.3em;
    }

    #main-footer .callout i.fa {
        margin-right: 10px;
    }

    blockquote.pullquote.right {
        float: none;
        width: 100%;
        margin: 30px 0;
    }

    .mediacontact {
        float: none;
        margin: 30px 0 0 0;
        min-width: 300px;
    }
}

@media only screen and (min-width: 1348px) {
    .less-than-full-width {
        visibility: hidden;
    }
}
