@font-face {
    font-family: Roboto;
    src: url("../fonts/roboto/Roboto-Regular.ttf");
}

a {
    color: #1f9ce3;
    text-decoration: none;
}

a:hover {
    color: #000;
}

input {
    outline: none;
}

/* PAGE HEADER STYLES */

.headerContainer {
    background: url("../images/header-bg-left.jpg") left no-repeat, url("../images/header-bg-right.jpg") right no-repeat, url("../images/header_bg_middle.jpg") repeat-x;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 25px;
    padding-left: 25px;
    height: 140px;
    width: 100%;
    border: 1px solid #000;
    border-bottom: none;
}

/* STYLES FOR BOX BLOCKS (HOME)*/
.bodyContainer, .searchResultsBodyContainer, .bodyInfoContainer {
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
    padding: 45px;
}

.bodyContainer {
    background: #111;
}

.searchResultsBodyContainer {
    background: #FFF;
    color: #000;
}

.bodyInfoContainer {
    background: #e5e3e4;
    color: #000;
    font-size: 13px;
    gap: normal;
}

.bodyContainer hr.hrSeparator, .bodyInfoContainer hr.hrSeparator, .bodyInfoContainer hr.hrNormalSeparator {
    margin: revert;
}

.bodyInfoContainer p {
    margin-top: 0;
}

.boxRow, .fullRow, .contactRow {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.boxRow {
    gap: 50px;
}

.boxColumn {
    display: flex;
    flex-flow: column nowrap;
}

.contactRow {
    gap: 45px;
}

.flexGap-10 {
    gap: 10px;
}

.flexGap-15 {
    gap: 15px;
}

.box, .newsletterBox {
    display: flex;
    flex-flow: column nowrap;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    width: inherit;
}

.newsletterBox {
    background: #d3d3d3;
    border: 1px solid #FFF;
    color: #000;
    padding: 10px;
}

.newsletterBox p {
    margin-top: 0;
}

.newsletterBox a {
    color: #000 !important;
    text-decoration: none !important;
}

.newsletterBox a:hover {
    color: #1f9ce3 !important;
}

.box {
    background: #2f2f2f;
    border: 1px solid #808080;
    color: #FFF;
    padding: 35px;
}

.box img {
    width: 100%;
}

.box a {
    text-decoration: none;
    color: #20b2ff;
    font-weight: bold;
}

.box a:hover {
    text-decoration: underline;
}

.box p {
    margin-top: 0;
    margin-bottom: 15px;
}

.box p:last-child {
    margin-bottom: 0;
}

.contactRow .box {
    width: auto;
    flex-grow: 1;
}

.contactRow .box:nth-child(1) {
    width: 30%;
    min-width: 300px;
    flex-grow: inherit;
}

.formBox {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.formBox form {
    display: flex;
    flex-flow: column;
    gap: 8px;
    width: 650px;
}

.formRow {
    display: flex;
    align-items: center;
    gap: 5px;
}

.formRow > label, .formRow > .label {
    color: #fed1a2;
    text-align: right;
    width: 120px;
    align-self: flex-start;
}

.formRow input:not([type=checkbox]), .formRow textarea {
    border: 1px solid #000;
}

.formRow input:not([type=checkbox]), .formUploadFile {
    width: 250px;
}

.formRow input:not([type=checkbox]) {
    padding: 2px;
}

.formRow textarea {
    /* Width of text area 120px (label size) + 5px (.formRow gap)  */
    width: calc(100% - 125px);
    height: 80px;
}

.formRow input:not([type=checkbox]), .formRow textarea {
    font-size: 14px;
}

.required {
    color: #e70202;
}

button[disabled] {
    opacity: 0.7;
    cursor: default;
}

.formInputCols {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 510px;
}

.formInputCols .formRow {
    gap: unset;
    flex-wrap: wrap;
}

.formInputCols .formRow span {
    width: 50%;
}

.formInputCols .formRow.buttons {
    margin-top: 15px;
    gap: 20px;
}

.formCaptcha {
    margin-top: 25px;
}

.formCaptcha img {
    width: 160px !important;
    height: 45px;
}

.contactAddress {
    line-height: 16px;
}

.formUploadFile {
    display: flex;
    align-items: center;
    gap: 5px;
}

.formUploadFile input {
    width: 100% !important;
}

#uploadfile {
    display: none;
}

.formButton, .formUploadFile label, .noteButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    background-color: #fed1a2;
    border: 1px solid #e88319;
    cursor: pointer;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
    gap: 10px;
    width: max-content;
    margin-top: 30px;
}

.formButton img, .noteButton img {
    width: initial;
}

button.formButton {
    margin-top: 0;
    padding: 5px 10px;
}

.formUploadFile label {
    margin: 0;
    padding: 3px 5px;
    line-height: normal;
}

.noteButton {
    font-weight: normal !important;
    width: 400px;
    line-height: normal;
    align-self: center;
}

a.noteButton:hover {
    text-decoration: none;
}

.avaTitle {
    font-size: 31px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #888888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
}

.avaSubtitle {
    text-align: left;
    font-size: 22px;
    font-weight: bolder;
    color: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #888888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.avaSubtitleGradient {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: tahoma, verdana, arial;
    font-size: 22px;
    font-weight: bold;
    color: #23bcff;
    background: -webkit-linear-gradient(#23bcff, #188fe3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* SEARCH INPUT CLASSES */

.search {
    display: flex;
    align-items: center;
    font-family: tahoma, verdana, arial;
    color: #ffffff;
    gap: 5px;
    font-size: 14px;
}

.searchBox {
    font-family: Roboto;
    box-sizing: content-box;
    display: flex;
    width: 100%;
}


.searchBox input {
    border-radius: 0;
    border: 0;
    font-family: Roboto;
    letter-spacing: -0.01em;
    font-size: 14px;
    padding: 5px;
    flex-grow: 1;
}

.searchBox button {
    background: #FFF;
    color: #888;
    margin: 0;
    border: 0;
    border-left: 1px solid #f3f3f3;
    font-size: 16px;
}

.searchBox button#pageSearchButton {
    font-size: 13px;
}

.searchBox button#pageSearchButton:hover {
    color: #1a94e9;
}

.searchBox button:hover {
    color: #000;
    cursor: pointer;
}

#Search_Button a:hover {
    cursor: pointer;
}

/* END SEARCH INPUT CLASSES */

/* MENU CLASSES */
/* Giving a background-color to the nav container. */
nav {
    display: flex;
    margin: 0;
    padding: 0 25px;
    word-wrap: break-word !important;
    font-family: Roboto;
    letter-spacing: -0.01em;
    border-right: 1px solid #000;
    z-index: 50;
}

nav ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

nav a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.menu {
    display: flex;
    width: 100%;
}

.mainMenu, .searchMenu {
    display: flex;
}

.mainMenu {
    flex-grow: 1;
}

.dropdown_label, .menu a, .menuRight a {
    display: block;
    padding: 13px 20px;
    font-size: 14px;
}

.dropdown_label:hover, .menu a:hover, .menuRight a:hover {
    color: #1a94e9;
}

.dropdown_label .fa-angle-down, .dropdown_label .fa-angle-up {
    margin-left: 3px;
    margin-right: 0 !important;
    font-size: 11px;
}

.dropdown_label:hover {
    cursor: pointer;
}

.dropdown {
    display: none;
    z-index: 100;
    background: #000;
    position: absolute;
    min-width: 130px;
    width: max-content;
}

.dropdown a:hover {
    background: #1a94e9;
    color: #FFF;
}


.dropdown_open {
    display: flex;
    flex-flow: column;
}

.activeMenu {
    color: #1a94e9;
}

.dropdown li {
    display: block;
    clear: both;
    width: 100%;
}

.dropdown li a {
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown li a:hover {
    background: #1a94e9;
    color: #FFF;
}

.menuRight {
    display: flex;
    float: right;
    align-items: center;
}

.menuHamburguer, [id^=drop] {
    display: none;
}

.menuHamburguer {
    background-color: #000000;
    color: #FFF;
    font-size: 32px;
    text-decoration: none;
    border: none;
}

.menuHamburguer label {
    display: block;
    padding: 10px 20px;
}

.menuHamburguer:hover {
    background-color: #1a94e9;
}


/* END OF MENU LINKS*/
.faIconOnLeft {
    margin-right: 5px;
}

.faIconOnRight {
    margin-left: 5px;
}

ul.check {
    list-style-image: url("../images/check.png");
}

ul.check li {
    margin-bottom: 5px;
}

.readMore {
    text-align: right;
    font-style: italic;
    margin: 0;
}

.readMore a {
    color: #FFF;
}

.mainBannerContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainBannerContainer img {
    width: 80%;
    border: 1px solid #000;
}

.dropShadow {
    box-shadow: 0.2em 0.2em 0.3em #000;
}

.onlyOnMobile {
    display: none;
}

.hideOnMobile {
    display: unset;
}

hr.hrSeparator {
    background: url("../images/article-divider.png") no-repeat;
    background-size: 100%;
    height: 5px;
    width: 80%;
    border: none;
    margin: 30px auto;
}

hr.hrNormalSeparator {
    color: #3e8dcf;
    background-color: #3e8dcf;
    height: 2px;
    width: 100%;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.separator {
    text-align: center;
    margin-top: 45px;
}

.separator img {
    width: 85%;
    height: auto;
    max-height: 4px;
    margin: 0 auto;
}

/* HEADER IMAGE STYLES */
.mainHeaderImg, .mainHeaderContainer {
    display: flex;
    padding-left: 35px;
    border-bottom: 1px solid #000;
}

.mainHeaderImg {
    align-items: center;
    justify-content: space-between;
    background-position: center;
    background-repeat: repeat-x;
    padding-right: 70px;
}

.mainHeaderContainer {
    position: relative;
    background: #2f2f2f;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
}

.mainHeaderTitle {
    display: flex;
    align-items: center;
    gap: 35px;
}

.mainHeaderTitle > .pageTitleContainer {
    display: flex;
    flex-flow: column;
    color: #c8c8c8;
    font-weight: bolder;
    font-size: 25px;
    gap: 5px;
}

.pageTitleContainer span {
    clear: both;
}

.pageSubTitle {
    font-size: 13px;
}

.mainHeaderButtons {
    display: flex;
    gap: 10px;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.mainHeaderImg.avaProject {
    background: url('../images/products/AVAproject_text.png?rev=1648758050') no-repeat calc(100% - 35px), url('../images/products/AVAproject_logo.png?rev=1644253360') no-repeat 35px, url('../images/products/AVAproject_bg.jpg?rev=1644253407') center;
    height: 230px;
}

.mainHeaderImg.avaProjectFusion {
    background: url('../images/products/Fusion_text.png?rev=1716842555') no-repeat calc(100% - 35px), url('../images/products/Fusion_logo.png?rev=1644253318') no-repeat 35px, url('../images/products/Fusion_bg.jpg?rev=1644249840') center;
    height: 230px;
}

.mainHeaderImg.avaCad {
    background: url('../images/products/AVAcad_text.png?rev=1644253370') no-repeat calc(100% - 35px), url('../images/products/AVAcad_logo.png?rev=1644253378') no-repeat 35px, url('../images/products/AVAcad_bg.jpg?rev=1644253391') center;
    height: 230px;
}

.mainHeaderImg.revitPlugin {
    background: url('../images/products/Revit_text.png?rev=1644253223') no-repeat calc(100% - 35px), url('../images/products/Revit_logo.png?rev=1644253230') no-repeat 35px, url('../images/products/Revit_bg.jpg?rev=1644253476') center;
    height: 230px;
}

.mainHeaderImg.productCatalogs {
    background: url('../images/products/ProductCatalogs_text.png?rev=1644253244') no-repeat calc(100% - 35px), url('../images/products/ProductCatalogs_logo.png?rev=1644253251') no-repeat 35px, url('../images/products/ProductCatalogs_bg.jpg?rev=1644249864') center;
    height: 117px;
}

.mainHeaderImg.support {
    background-image: url('../images/products/Support_bg.jpg');
    height: 230px;
}

.mainHeaderImg.supportSendFile {
    background-image: url('../images/products/Support_sendfile_bg.jpg');
    height: 230px;
}

.mainHeaderImg.documentLibrary {
    background-image: url('../images/products/Document_Library_bg.jpg');
    height: 230px;
}

.mainHeaderImg.fusionReports {
    background: url('../images/products/Fusion_Reports_logo.png?rev=1644253286') no-repeat 70px, url('../images/products/Fusion_Reports_text.png?rev=1644253279') no-repeat calc(100% - 70px), url('../images/products/Fusion_Reports_bg.jpg?rev=1644249849') center;
    height: 115px;
}

.mainHeaderImg.avaWire {
    background-image: url('../images/products/Newsletter_bg.jpg');
    height: 230px;
}

.mainHeaderImg.company {
    background-image: url('../images/products/Company_bg.jpg?rev=1644249849');
    height: 230px;
}

.mainHeaderImg.careers {
    background-image: url('../images/products/Careers_bg.jpg');
    height: 230px;
}

.mainHeaderImg.contact {
    height: 230px;
    padding: 0;
}

.mainHeaderImg img {
    max-width: 100%;
    margin-left: 35px;
}

.mainHeaderImg.contact iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.mainHeaderImg.contact img {
    position: absolute;
}

.mainFooter {
    display: flex;
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    padding-left: 13px;
    padding-right: 13px;
    align-items: center;
    background: url('../images/table_bg_metal.jpg') repeat-x;
    font-family: tahoma, verdana, arial;
    font-size: .8em;
    letter-spacing: -0.01em;
    justify-content: space-between;
}

.footerSocialMedia {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    gap: 4px;
}

.footerSocialMedia a {
    height: 24px;
}

/* HOME FOOTER TWO COLUMN STYLES */
.homeFooter {
    display: flex;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    align-items: stretch;
}

.homeFooterCol {
    display: flex;
    flex-flow: column;
    padding: 20px 35px;
    color: #000;
    font-size: 13px;
    width: 50%;
    gap: 15px;
    justify-content: center;
}

.homeFooterCol:nth-child(1) {
    background: #e9e9e9;
}

.homeFooterCol:nth-child(2) {
    background: #FFF;
}

.homeFooterCol > .boxRow {
    gap: 25px;
    align-items: center;
}

.homeFooterPic {

}

.homeFooterText {
    flex-grow: 1;
}

.homeFooterText > .readMore a, ul.homeFooterList > li a {
    text-decoration: none;
    color: #1f9ce3;
}

.homeFooterText > .readMore a {
    font-weight: bolder;
    font-style: normal;
}

.homeFooterText > .readMore a:hover, ul.homeFooterList > li a:hover {
    color: #000;
}

.homeFooterText p {
    margin-top: 0;
}

ul.homeFooterList {
    list-style: none;
}

ul.homeFooterList > li {
    padding-bottom: 10px;
}

/* END HOME FOOTER TWO COLUMN STYLES */

.avaBlurb {
    font-family: tahoma, verdana, arial;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}

.supportRow {
    justify-content: space-around;
    gap: unset;
    margin-top: 50px;
}

.supportCol {
    display: flex;
    align-items: center;
    gap: 15px;
}

.supportCol img {
    width: 55px;
}

.supportBoxTitle {
    font-size: 18px;
    color: #cdcfe5;
}

.imgRow {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 1000px;
    margin: 35px auto;
}

.imgRow img {
    min-width: 33%;
    max-width: 80%;
}

ul.listsProducts {
    list-style: none;
    padding-inline-start: 21px;
}

ul.listsProducts li {
    line-height: normal;
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 19px;
}

ul.listAvaProject li {
    background-image: url("../images/bullet_avapro.png");

}

ul.listFusion li {
    background-image: url("../images/bullet_fusion.png");
}

.listsSubContentBlock {
    padding-left: 20px;
}

.blueBox {
    display: block;
    background: #c8ebff;
    border: 1px solid #00adf4;
    padding: 15px;
    color: #000;
}

.youTubeVideos {
    width: 750px;
    height: 415px;
    border: 1px solid #000;
    align-self: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.youTubeVideos iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.localViewUnpublished {
    position: relative;
}

.localViewUnpublished > .newsletterTblCol {
    border: 2px solid #F00;
    background: #bf7c7c59;
    color: #000;
}

.localViewUnpublished::before {
    content: 'New Article - [Unpublished]';
    border: 2px solid #F00;
    background: #ffffff59;
    position: absolute;
    color: #000;
    font-weight: bolder;
    font-size: 13px;
    right: 0;
    padding: 5px 10px;
}

/* INFORMATION TABLE STYLES */
.infoTableFusionReports, .infoTable {
    width: 100%;
    border: none;
    border-left: 1px solid;
    border-top: 1px solid;
    border-spacing: 0;
    background: #FFF;
    color: #000;
}

.infoTable {
    margin-top: 20px;
    margin-bottom: 20px;
}

.infoTableCenterContent td {
    text-align: center;
}

.infoTableFusionReports:last-child, .infoTable:last-child {
    margin-bottom: initial !important;
}

.infoTableFusionReports thead tr, .infoTable thead tr {
    background: #098ce8;
    color: #FFF;
}

.infoTableFusionReports thead tr {
    text-transform: uppercase;
}

.infoTableFusionReports tr th, .infoTableFusionReports tr td, .infoTable tr td, .infoTable tr th {
    border-color: #1181c3;
    border-right: 1px solid #1181c3;
    border-bottom: 1px solid #1181c3;
    padding: 5px 10px;
}

.infoTableFusionReports tr th {
    vertical-align: top;
    border-color: #000;
    font-size: 22px;
}

.infoTable tr td, .infoTable tr th {
    border-color: #000;
}

.infoTable tr th {
    font-size: 15px;
}

.infoTable tbody tr:nth-child(odd) {
    background: #BFBFBF;
}

.infoTableTDContent {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 13px;
    gap: 10px;
}

.fileContainer {
    display: flex;
    flex-flow: column;
    gap: 3px;
    justify-content: space-between;
}

.fileContainer a {
    color: #0222c9;
    text-decoration: none;
}

.fileContainer a:hover {
    text-decoration: underline;
}

.fileContainer p {
    margin-top: 0;
    text-align: justify;
}

.fileInfo {
    font-size: .75em;
}

.infoTableTitles {
    font-size: 18px;
}

.infoTableTitles a {
    text-decoration: underline;
}

.infoTableTitles a:hover {
    text-decoration: none;
}

.infoTableSubText {
    font-size: .7em;
    color: #888;
}

img.imgBorder {
    border: 1px solid #000;
}

/* END INFORMATION TABLE STYLES */

/* PAGE STICKY NAVIGATION BAR CLASSES */
.pageNavBarContainer {
    display: flex;
    flex-flow: column;
    background: #2f2f2f;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 13px;
}

.pageNavBarRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 45px;
}

.pageNavBarRow .searchBox, .pageNavBarRow .searchBox input, .pageNavBarRow .searchBox button {
    height: 27px !important;
}

.pageNavBarRow .searchBox {
    border: 1px solid #000000 !important;
}

.pageNavBarRow .searchBox input {
    font-weight: bolder !important;
    width: 200px !important;
}

.pageNavBarGroup {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pageNavBarButton, a.pageNavBarButton.disabled:hover {
    background: #000;
}

.pageNavBarButton {
    display: flex;
    align-items: center;
    color: #FFF;
    padding: 5px;
    border: 1px solid #FFF;
    cursor: pointer;
    font-size: 13px;
}

.pageNavBarButton:focus-visible {
    outline: unset;
}

a.pageNavBarButton {
    text-decoration: none;
}

a.pageNavBarButton:hover {
    background: #1a94e9;
    color: #FFF;
}

a.pageNavBarButton.disabled {
    color: #9f9f9f;
    cursor: default;
}

/* END PAGE STICKY NAVIGATION BAR CLASSES */

/* FUSION REPORTS CLASSES */
.fusionReportsNavPageButtons {
    align-self: flex-end;
    padding: 0 45px 25px;
}

.fusionReportsNavPageButtons a > i, .mainHeaderButtons a > i {
    font-size: 20px;
}

.fusionReportsImages {
    display: flex;
    flex-flow: column;
    align-self: center;
    width: 100%;
    max-width: 1200px;
    gap: 30px;
}

.fusionReportsImages img {
    border: 1px solid #b3b3b3;
    width: 100%;
}

/* END FUSION REPORTS CLASSES */

/* AVAWIRE CLASSES */
.newsletterTblHeader {
    display: block;
    width: 100%;
    background: #188fe3;
    color: #FFF;
    text-align: center;
    padding: 5px;
    font-size: 22px;
    font-weight: bolder;
    border: 1px solid #000;
}

.newsletterTblRow {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.newsletterTblBox {
    width: 50%;
    background: #d3d3d3;
    border: 1px solid #000;
    border-top: none;
    border-right: none;
}

.newsletterTblBox:only-child {
    width: 100%;
}

.newsletterTblCol {
    background: #FFF;
    color: #000;
    margin-left: 17px;
    height: 100%;
    font-size: 13px;
    padding: 8px;
    border-left: 1px solid #000;
}

.newsletterTblCol .avaSubtitleGradient {
    margin-bottom: 0;
}

.newsletterTblCol p {
    padding-top: 0;
}

ul.newsletterArticlesList {
    margin-left: 35px;
}

ul.newsletterArticlesList a {
    color: #0222c9;
    text-decoration: none;
}

ul.newsletterArticlesList a:hover {
    color: #000;
    text-decoration: underline;
}

/* END AVAWIRE CLASSES */

/* AVASEARCH CLASSES */
.searchResults {
    font-size: 13px;
    line-height: 20px;
}

.searchResults ol, .searchResults ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.searchResults li {
    margin-bottom: 25px;
}

.searchResults li:last-child {
    margin-bottom: 0;
}

.searchResults li::marker {
    font-weight: bolder;
}

.searchResults li > span {
    display: block;
}

.searchResultLink a {
    color: #0066d5;
    text-decoration: none;
    font-weight: bolder;
}

.searchResultLink a:hover {
    color: #000;
    text-decoration: none;
}

.searchResultDescription {
    font-size: 12px;
}

.searchResultPageURL {
    font-size: 12px;
    color: #008000;
}

.searchResultNoResult {
    color: #000;
    font-size: 16px;
    font-weight: bolder;
}

.searchHighlight {
    background: #FF0;
}

/* END AVASEARCH CLASSES */

/* GENERAL CLASSES */
.imgWithCaption {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    color: #188fe3;
}

.imgWithCaption span {
    font-size: 13px !important;
}

/* END GENERAL CLASSES */

/* RESPONSIVE BREAKPOINTS */
/* COMMON BREAKPOINTS
 * 320px - 480px: Mobile devices
 * 481px - 768px: iPads, Tablets
 * 769px - 1024px: Small screens, laptops
 * 1025px - 1200px: Desktops, large screens
 * 1201px and more -  Extra large screens, TV
 */
/* Mobile and tablets breakpoints */
/* Custom brakepoint for mobile devices */
@media (max-width: 1250px) {
    /* Main Headers Images Responsive hide first logo  */
    .mainHeaderImg.avaProjectFusion {
        background: url('../images/products/Fusion_text.png?rev=1716842555') no-repeat calc(100% - 35px), url('../images/products/Fusion_bg.jpg?rev=1644249840') center;
    }

    .mainHeaderImg.avaProject {
        background-image: url('../images/products/AVAproject_text.png?rev=1648758050'), url('../images/products/AVAproject_bg.jpg?rev=1644253407');
        background-repeat: no-repeat;
        background-position: calc(100% - 35px), center;

    }

    .mainHeaderImg.avaCad {
        background: url('../images/products/AVAcad_text.png?rev=1644253370') no-repeat calc(100% - 35px), url('../images/products/AVAcad_bg.jpg?rev=1644253391') center;
    }

    .mainHeaderImg.revitPlugin {
        background: url('../images/products/Revit_text.png?rev=1644253223') no-repeat calc(100% - 35px), url('../images/products/Revit_bg.jpg?rev=1644253476') center;
    }

    .mainHeaderImg.productCatalogs {
        background: url('../images/products/ProductCatalogs_text.png?rev=1644253244') no-repeat calc(100% - 35px), url('../images/products/ProductCatalogs_bg.jpg?rev=1644249864') center;
    }

    .mainHeaderImg.fusionReports {
        background: url('../images/products/Fusion_Reports_logo.png?rev=1644253286') no-repeat 70px, url('../images/products/Fusion_Reports_bg.jpg?rev=1644249849') center;
    }

    /* END Main Headers Images Responsive hide first logo  */
    .onlyOnDesktop {
        display: none !important;
    }

    .onlyOnMobile {
        display: block !important;
    }

    .avaTitle {
        font-size: 40px;
        line-height: normal !important;
    }

    .avaSubtitle, .avaSubtitleGradient {
        font-size: 35px;
    }

    .boxRow {
        flex-direction: column;
        gap: unset;
    }

    .contactRow {
        flex-direction: column;
    }

    .box, .newsletterBox {
        width: auto !important;
        font-size: 26px;
        line-height: normal;
    }

    .supportRow {
        gap: 40px;
        width: 510px;
        margin: 50px auto 0;
    }

    .supportCol {
        font-size: 22px;
    }

    .supportCol img {
        width: 100px;
    }

    .supportBoxTitle {
        font-size: 32px;
    }

    .imgRow {
        flex-flow: row wrap;
        align-items: center;
    }

    .imgRow img {
        width: 100%;
        max-width: 100%;
    }

    ul.listsProducts li {
        padding-left: 43px !important;
        background-size: 25px;
        margin-bottom: 7px;
    }

    .noteButton {
        width: 100%;
        gap: 50px;
        text-align: left;
        padding: 20px;
    }

    .youTubeVideos {
        width: 100%;
        height: 360px;
    }

    /* INFORMATION TABLE STYLES - RESPONSIVE */
    .infoTableFusionReports tr th {
        font-size: 40px;
    }

    .infoTableTDContent {
        font-size: 22px;
    }

    .infoTableTitles {
        text-align: left !important;
        font-size: 32px;
    }

    .infoTableSubText {
        font-size: .5em;
    }

    /* END INFORMATION TABLE STYLES - RESPONSIVE */
    /* PAGE STICKY NAVIGATION BAR CLASSES - RESPONSIVE */
    .pageNavBarContainer, .pageNavBarButton {
        font-size: 22px;
    }

    .pageNavBarRow {
        flex-flow: column;
        align-items: stretch;
        gap: 30px;
    }

    .pageNavBarButton {
        padding: 5px 10px;
        border-radius: 0;
    }

    /* END PAGE STICKY NAVIGATION BAR CLASSES - RESPONSIVE */
    /* FUSION REPORTS CLASSES - RESPONSIVE */
    .fusionReportsNavPageButtons a {
        display: flex;
        align-items: center;
    }

    .fusionReportsNavPageButtons a > i {
        font-size: 36px;
    }

    /* END FUSION REPORTS CLASSES - RESPONSIVE */
    /* AVAWIRE CLASSES - RESPONSIVE */
    .newsletterTblRow {
        flex-direction: column;
    }

    .newsletterTblCol {
        font-size: 26px;
    }

    .newsletterTblBox {
        width: 100%;
    }

    .newsletterTblHeader {
        font-size: 38px;
    }

    /* END AVAWIRE CLASSES - RESPONSIVE */
    /* CONTACT PAGE CLASSES */
    .contactBox {
        font-size: 26px;
        line-height: normal !important;
    }

    .contactAddress {
        line-height: normal;
    }

    .formButton {
        font-size: 26px !important;
        padding: 25px 13px !important;
    }

    .formButton img {
        width: 60px;
    }

    .formInputCols .formRow.buttons {
        gap: unset;
        justify-content: space-between;
        flex-direction: row;
    }

    .formInputCols .formRow.buttons button {
        width: 45%;
    }

    #AVAcontact_form {
        gap: 40px;
        width: 100%;
        font-size: 26px;
    }

    .formRow {
        align-items: stretch;
        gap: 15px;
        flex-direction: column;
    }

    .formRow > label, .formRow > .label {
        text-align: left;
        width: unset;
        align-self: initial;
    }

    .formRow input:not([type="checkbox"]) {
        width: unset;
    }

    .formRow input:is([type="checkbox"]) {
        width: 31px;
        height: 31px;
    }

    #AVAcontact_form input, #AVAcontact_form textarea {
        font-size: 1.5em;
        padding: 10px;
    }

    #AVAcontact_form textarea {
        height: 5em;
    }

    .formInputCols {
        width: initial;
    }

    .formInputCols .formRow {
        gap: inherit;
    }

    .formInputCols .formRow span {
        width: initial;
    }

    .formCaptcha {
        flex-direction: row;
        align-items: center;
    }

    .formCaptcha label {
        display: none;
    }

    .formCaptcha img {
        width: 320px !important;
        height: 90px;
    }

    .formCaptcha button {
        font-size: 35px;
    }

    /* END CONTACT PAGE CLASSES */
    .homeFooter {
        flex-direction: column;
    }

    .homeFooterCol {
        width: 100%;
    }

    .homeFooterCol > .boxRow {
        flex-direction: row;
    }

    /* MENU RESPONSIVE STYLES */
    .menuDivider {
        border-top: 1px solid #757575;
    }

    nav {
        flex-flow: column;
        margin: 0;
        background-color: #000;
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown_label, .menu a, .menuRight a, .search > label {
        font-size: 32px;
        color: inherit !important;
    }

    .dropdown_label .fa-angle-down, .dropdown_label .fa-angle-up {
        font-size: 25px;
    }

    .dropdown {
        position: unset;
        width: 100%;
        background: #2f2f2f !important;
    }

    .dropdown a {
        padding-left: 60px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menuHamburguer {
        display: block;
    }

    .menu {
        background: #000;
    }

    .search {
        padding: 13px 20px;
    }

    .searchBox {
        align-self: stretch;
    }

    .menuRight {
        display: none;
    }

    /* Show/Hide the navigation menu by default */
    [id^=drop]:checked + .menu, .mainMenu, .searchMenu {
        display: flex !important;
        flex-flow: column;
    }

    [id^=drop]:not(checked) + ul, [id^=drop]:not(checked) + .menu {
        display: none;
    }

    .mainMenu > *:hover, .searchMenu > *:hover, .activeMenu {
        cursor: pointer;
        background-color: #1a94e9 !important;
        color: #FFF !important;
    }

    /* END MENU RESPONSIVE STYLES */
    .imgWithCaption span, .infoTable, .infoTable th {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    .mainBannerContainer {
        padding: 0 45px;
    }

    .mainBannerContainer img {
        width: 100%;
    }

    .hideOnMobile {
        display: none;
    }

    .onlyOnMobile {
        display: unset;
    }
}

.hidden {
    display: none !important;
}
