﻿
/* -------------------------- FONT FACES ------------------------------ */
/* See: http://www.fontsquirrel.com/fontface  */

@font-face {
    font-family: 'PalaceScriptMT';
    src: url('../Fonts/Palace Script MT/PalaceScriptMT.eot') format('embedded-opentype'), url('../Fonts/Palace Script MT/PalaceScriptMT.otf') format('opentype'), url('../Fonts/Palace Script MT/PalaceScriptMT.ttf') format('truetype'), url('../Fonts/Palace Script MT/PalaceScriptMT.woff') format('woff'), url('../Fonts/Palace Script MT/PalaceScriptMT.woff2') format('woff2');
}
@font-face {
    font-family: 'calibril';
    src: url('../Fonts/Calibri Light/calibril.eot') format('embedded-opentype'), url('../Fonts/Calibri Light/calibril.otf') format('opentype'), url('../Fonts/Calibri Light/calibril.ttf') format('truetype'), url('../Fonts/Calibri Light/calibril.woff') format('woff'), url('../Fonts/Calibri Light/calibril.woff2') format('woff2');
}
/* -------------------------- GLOBAL ---------------------------------- */

html {
    scroll-behavior: smooth;
}

/*---- HEADINGS ----*/
/*div{
    border-style: solid;
    border-color: black;
    border-width:0.5px;
}*/

h1, h2, h3 {
    font-family: 'calibril';
}

.headingHome {
    font-family: Arial;
    font-size: 40px;
    color:#666666
}

.pageHeading {
    font-family: 'calibril';
    font-size: 50px;
    color: #333;
}

.hide{
    display: none !important;
}

.hr_blue{
    border-top: 1px solid #0950b0;
}

.bg_blue {
    background-color: #04c5cc !important;
}

.bg_blue2 {
    background-color: #0950b0 !important;
}

.boxShadow {
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}


/*---- BODY ----*/
body {
    font-family: 'calibril', Verdana;
    font-size: 10pt;
}

.body_background1 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #FFFFFF;
}

.body_background2 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #FFAAFF;
}

.body_background3 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #FFFFAA;
}

.body_background4 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #AAFFAA;
}

.body_background5 {
    /* background-image: url('../../Images/Master/beach3.jpg'); */
    background-color: #FFFFFF;
}

/*-------------------------- GENERAL ----------------------------------*/

.logoHidden {
    display: none;
}

.desktop{
    
}

.mobile {
    display: none !important;
}

.nav-link{
    color: white;
    font-size: 20px;
}

.nav-item {
    padding: 5px 20px !important;
    
}


.div_visible {
    display: none !important;
}

.fieldContact {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 20px !important;
    border: none !important;
    font-size: 16px;
    font-family: 'calibril';
}

.memoMessage {
    font-size:16px !important;
    padding: 10px;
    border-radius: 20px !important;
}

.text-center {
    text-align: center !important;
}

.positionRelative {
    position: relative !important;
}

.bannerQuote{
    width:100%;
    max-width: 1500px;
    margin: auto;
}

.divStatement {
    margin: 0 auto;
    padding: 10px;
}

li {
    padding-top: 20px; 
}

.contact_visible {
    display: none;
}

.banner_spacer {
    padding-top: 150px;
    padding-bottom: 150px;
    width: 100%;
}

.transparent_banner {
    padding: 20px;
    background-color: #f7f7f7;
    width: 100%;
}

.map {
    width: 100%;
}

.title_main_mobile {
    display: none;
}

.sub_padding {
    padding-left: 50px;
}

.services_mobile {
    display: none;
}

.border_right{
    border-right: 2px solid #0951b0;
}

.container_spacing{
    padding-top: 60px;
    padding-bottom: 60px;
}

.text_white{
    color: white !important;
}

.border_radius{
    border-radius: 30px !important;
    border: none !important;
}
/*---- PADDING ----*/

.pt20 {
    padding-top: 20px;
}
.pt10{ 
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}
.pb20{
    padding-bottom: 20px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt40 {
    padding-top: 40px;
}
/*---- BUTTONS ----*/
.btn_read_more {
    padding: 10px 25px !important;
    background-color: white !important;
    color: #04c5cc !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    height: auto !important;
    width: 100% !important;
    max-width: 150px !important;
}

    .btn_read_more:hover {
        background-color: #04c5cc !important;
        color: white !important;
    }

.btn_standard {
    padding: 10px 25px !important;
    background-color: #04c5cc !important;
    color: white !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    height: auto !important;
    width: 100% !important;
    max-width: 250px !important;
    border: 1px solid #04c5cc !important;
}

    .btn_standard:hover {
        background-color: white !important;
        color: #04c5cc !important;
    }

.btn_sp {
    cursor: pointer !important;
    color: white !important;
    background-color: #04c5cc !important;
    border-color: #04c5cc !important;
    border-style: solid !important;
    border-width: 1px !important;
    padding: 10px 20px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    min-width: 150px !important;
    transition: all 0.3s ease;
    height: auto !important;
    border-radius: 25px !important;
    margin-top:10px !important;
}

    .btn_sp:hover {
        color: #04c5cc;
        background-color: white;
        border-color: white;
    }

.btn_cms_popup_x {
    cursor: pointer;
    color: White;
    background-color: black;
    top: -8px;
    right: -8px;
    position: absolute;
}

.btn_cms_danger {
    cursor: pointer;
    color: White;
    background-color: #FFAAAA;
    border-color: #666666;
    border-style: solid;
    border-width: 1px;
}

/*---- LABELS ----*/

.lbl_editor {
    font-family: 'calibril';
    font-size: 18px;
    color: #333;
    text-align: left;
}

.lbl_error {
    color: Red;
    font-weight: bold;
}

.lbl_image_title {
    color: #444444;
    font-size: 8pt;
    text-decoration: none;
}

.lbl_underline {
    text-decoration: underline;
}

.lbl_product_description {
    /* --- Sync this with body style in Ajax/HtmlDocument.css --- */
    font-family: 'calibril';
    font-size: 10pt;
    color: Black;
}

.lbl_prodlist_productname, .lbl_catlist_categoryname {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'calibril';
    font-size: 12pt;
    text-align: left;
    color: #216388;
    font-variant: small-caps;
    text-decoration: none;
}

.lbl_prodlist_price {
    font-size: 10pt;
    color: Black;
    font-weight: bold;
}

.lbl_prodlist_summary {
    font-size: 10pt;
    color: Black;
}

.lbl_gallery_title {
    font-size: 10pt;
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}

.lbl_news_title {
    font-size: 10pt;
    color: Black;
    font-weight: bold;
    text-decoration: underline;
}

.lbl_news_summary {
    /* Do not specify - this is a html string */
}

.lbl_news_date {
    font-size: 10pt;
    color: gray;
}

.lbl_gallery_name {
    font-size: 11pt;
    color: #666666;
    text-decoration: none;
    font-variant: small-caps;
}

.lbl_gallery_description {
    font-size: 10pt;
    color: #666666;
    text-decoration: none;
}

/*---- NEWS ----*/

.img_newslisting {
    width: 100%;
}

.lbl_newsroom_title {
    font-size: 14pt;
    color: black;
}

.lbl_news_date {
    font-weight: bold;
}

.lbl_newsroom_summary {
    color: black;
}

/*---- TEXT ----*/


.txt_name {
    width: 250px;
}

.txt_id {
    width: 300px;
}

/*---- ITEM STYLES ----*/

.tbl_social_media{
    position: absolute;
    right: 15px;
    top: 20px;
}

.tbl_gridview_item {
    padding: 8px;
    border: 1px solid black;
}

/*-------------------------- MAIN MASTER PAGE -----------------------------*/

/*----@Media divisions for repsonsive layout-------



/* Default Width: 
  .container { width: 940px; margin: 0 auto; }

  /* Smaller than standard 960 (devices and browsers) 
  @media only screen and (max-width: 959px) {}

  /* Tablet Portrait size to standard 960 (devices and browsers) 
  @media only screen and (min-width: 768px) and (max-width: 959px) {}

  /* All Mobile Sizes (devices and browser) 
  @media only screen and (max-width: 767px) {}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) 
  @media only screen and (min-width: 480px) and (max-width: 767px) {}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
  @media only screen and (max-width: 479px) {} 

See bottom of CSS for @media queries
----------------------------------------------------------------------------*/

/*--------------- SCROLL TO TOP ---------------*/
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: 1px solid #0950b0;
    outline: none;
    background-color: #0950b0;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        transition: 0.3s;
        background-color: #04c5cc;
        border: 1px solid white;
    }


/*---- DIVS ----*/

.div_appointment{
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 1;
}

.div_appointment_button {
    padding: 10px;
    background-color: #0950b0;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.div_appointment_button:hover {
    background-color: #04c5cc;
}

.div_services {
    width: 100%;
    max-width: 350px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.div_buttons_container {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    left: -10%;
}

.divDigitalOrthotics {
    padding: 40px 60px 20px 60px;
    background-color: #0950b0;
    width: 100%;
    position: relative;
    left: -10%;
}

.page_100 {
    width: 100%;
}

.pt20 {
    padding-top: 20px;
}

.placeholder_padding {
    padding-top: 65px !important;
}

.contact_mobile {
    display: none;
}

.col_padding {
    padding-left: 15px;
    padding-right: 15px;
}


.div_line {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid black;
}

.master_fixed_header {
    z-index: 9999;
    position: fixed;
    top: 0px;
    margin: 0px auto;
    width: 100%;
    background-color: #0950b0;
}

.master_fixed_header_inner_content {
    width: 1050px;
    text-align: left;
}

.master_content_below_fixed_header {
    
}

.master {
    /*comment out to remove responsiveness */
    /*display:flex;
    flex-wrap: wrap;*/
    width: 100%;
}

.main_frame {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.main_frame2 {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.div_master_section_top {
    background-image: url('../../Images/Backgrounds/bg_home1.jpg');
    width: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #FFFFFF; /* Changed from transparent to provide fallback */
    background-size: cover;
    height: 80vh;
}

.div_master_section_bottom {
    background-image: url('../../Images/Backgrounds/bg_footer.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0950b0; /* Added fallback background color */
    width: 100%;
    margin: 0;
    padding: 0;
}

.spacer {
    height: 3px;
    width: 100%;
}

.rotator {
    padding: 20px;
}

.product_tree {
    font-family: 'calibril';
    padding: 10px;
}

.div_cms_master_content_placeholder {
    padding-left: 15px;
}

.div_master_content_placeholder2 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #CCCCCC;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.content_placeholder2 {
    padding-left: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: Transparent;
    /*display: flex;
    flex-wrap: wrap;*/
}

.div_master_content_placeholder3 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #00FFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.content_placeholder3 {
    padding-left: 0px;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: Transparent;
    /*display: flex;
    flex-wrap: wrap;*/
}

.div_cms_master_bottom_banner {
    background-color: #0950b0;
}


/*---- PANELS ----*/
.panel-title {
    font-family: 'calibril', Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    background-color: transparent;
}

.panel {
    margin-bottom: 5px;
    background-color: #dbdcde;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}

.panel-default > .panel-heading {
    color: #333;
    padding: 30px 5px 30px 5px;
    background-color: #0950b0;
    min-width: 160px;
    text-align: center;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 20px;
}

.panel-heading-active {
    background-color: #04c5cc !important;
}

.panel-body{
    padding: 10px;
}
/*---- TOP BANNER ----*/
.masterTopBanner {
    /*comment out to remove responsiveness */
    /*display:flex;
    flex-wrap: wrap;*/
}

/*---- FOOTER ----*/

.masterFooter {
    /*comment out to remove responsiveness */
    /*display:flex;
    flex-wrap: wrap;*/
    background-color: #0951b0;
}

/*---- MAIN LEFT PANEL ---- */

.mainLeftPanel {
    /*comment out to remove responsiveness */
    /*display:flex;
    flex-wrap: wrap;*/
    background-color: #FFFFFF;
}

/*---- MAIN RIGHT PANEL ----*/

.mainRightPanel {
    /*comment out to remove responsiveness */
    /*display:flex;
    flex-wrap: wrap;*/
    /*width:100%;*/
    background-color: #B2C5C5;
}

.content_placeholder {
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: White;
}

/*---- PAGE CONTENTS ----*/

.page_content {
    /*comment out to remove responsiveness */
    width: 100%;
    background-color: white;
    /*display: flex;
    flex-wrap: wrap;*/
}

.gallery_content {
    /*comment out to remove responsiveness */
    width: 100%;
    background-color: white;
    /*display: flex;
    flex-wrap: wrap;*/
}

.div_ResourcesTable {
    /*comment out to remove responsiveness */
    width: 100%;
    background-color: white;
    /*display: flex;
    flex-wrap: wrap;*/
}

/*---- TD ----*/

.td_services{
    color: black;
    padding-bottom: 20px;
}

.td_services_rounded {
    background-color: #0950b0;
    border-radius: 20px;
}

.td_cms_menu_indent {
    width: 20px;
}

.td_smallmenu {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.td_cms_details_labelcolumn {
    width: 150px;
    padding-bottom: 10px;
}

.td_cms_details_fieldcolumn {
    padding-bottom: 10px;
}

.td_cms_master_top_logo {
    width: 20%;
}

.td_master_footer {
    padding-right: 20px;
    padding-left: 20px;
    color: #333333;
    vertical-align: top;
    font-family: Calibri;
    font-size: 10pt;
    width: 100%;
}

.td_master_bottom_banner_left {
    width: 50%;
}

.td_master_bottom_banner_center {
    vertical-align: middle;
    width: 20%;
}

.td_master_bottom_banner_right {
    vertical-align: middle;
    width: 30%;
}

.td_search_col2 {
    padding-bottom: 2px;
}

.td_news_image {
    display: block;
    padding-right: 10px;
}



/*----  SPANS ----*/

.span_submitted{
    font-size: 30px;
}

.spanLocationName {
    font-family: 'calibril';
    font-size: 30px;
    color: white;
}

.span_address_name {
    font-size: 18px;
    font-weight: bold;
    color: #0950b0;
}

.span_sub_heading {
    font-family: 'calibril';
    font-size: 40px;
    color: #333;
}

.spanTeam {
    font-family: 'calibril';
    font-weight: bold;
    font-size: 40px;
    color: #0951b0;
    transition: all 0.3s ease;
}

.spanTeam:hover {
   
    color: #04c5cc;
}

.spanQuote {
    font-size: 20pt;
    font-family: 'FelixTitling';
    color: #333;
}

.spanQuoteAuthor {
    font-size: 17pt;
    font-family: 'PalatinoLinotype';
    color: #333;
}

.span_master_sub_title {
    font-family: 'calibril';
    font-size: 15pt;
    color: #333333;
    font-weight: bold;
}

.span_master_sub_title_mobile {
    font-family: 'calibril';
    font-size: 25pt;
    color: #333333;
}


.span_master_main_title {
    font-family: 'calibril';
    font-size: 45pt;
    color: #333333;
}

.span_master_main_title_mobile {
    font-family: 'calibril';
    font-size: 30pt;
    color: #333333;
    border-bottom: 2px solid #333333;
}

.span_login {
    font-family: 'calibril';
    font-weight: bold;
    font-size: 15pt;
    text-align: center;
}



.span_master_website_url {
    color: White;
    font-family: Verdana, 'calibril';
    font-size: 16px;
    text-align: left;
}

.span_menu_heading {
    font-family: 'calibril';
    font-size: 11pt;
    font-weight: bold;
    padding-left: 13px;
    text-align: center;
}

/*---- HYPERLINKS ----*/

.lnk_Covid{
    text-decoration: underline;
}

.lnk_contact_details {
    font-size: 18px;
    color: #0950b0;
    font-weight: bold;
    font-family: 'calibril' !important;
}

.lnk_contact_details:hover {
    text-decoration:underline;
}

.lnk_services {
    font-family: 'calibril';
    font-size: 35px;
}


.hyperlinkStatement {
    color: #333;
    font-size: 10pt;
    text-decoration: underline;
}

    .hyperlinkStatement:hover {
        color: #333;
    }

.hyperlink_cms {
    font-size:16px;
    color: black;
    text-decoration: none;
}

    .hyperlink_cms:hover {
        text-decoration: underline;
    }

.hyperlink_cms_home {
    text-decoration: none;
    color: #DB987C;
}

    .hyperlink_cms_home:hover {
        text-decoration: underline;
    }


.hyperlink_footer {
    font-family: 'calibril';
    color: #333333;
    text-decoration: underline;
    text-align: left;
    font-size: 20px;
}

    .hyperlink_footer:hover {
        color: #8680a3 !important;
    }



.hyperlink_footer2 {
    color: #333333;
    text-decoration: none;
}

    .hyperlink_footer2:hover {
        color: #8680a3 !important;
    }

.hyperlink_email {
    color: #333333;
    text-align: center;
    text-decoration: none;
}

    .hyperlink_email:hover {
        color: white !important;
    }

.hyperlink_services_page {
    color: #FF6666;
    text-decoration: underline;
   
    
}

    .hyperlink_services_page:hover {
        color: #7D79AE;
    }

.hyperlink_services {
    font-family: 'calibril';
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

    .hyperlink_services:hover {
        color: #e07143;
    }

.hyperlink {
    color: Black;
    font-family: Verdana, 'calibril';
    font-size: 10px;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

    .hyperlink:link {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink:visited {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink:hover {
        color: white;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink:active {
        text-decoration: none;
        cursor: pointer;
    }

.hyperlink_news_title {
    font-size: 12px;
    text-decoration: none;
}

.hyperlink_video_link {
    font-size: 14px;
    text-decoration: underline;
}

.hyperlink_news_summary {
    text-decoration: none;
}

.hyperlink_refresh {
    color: Black;
    font-family: Verdana, 'calibril';
    font-size: 10px;
    text-decoration: underline;
    text-align: left;
    cursor: pointer;
}

.hyperlink_alwaysvisible {
    font-family: 'calibril';
    font-size: 12pt;
    color: White;
    font-weight: bold;
    text-align: center;
    background-color: #216388;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 5px;
    line-height: 25px;
}

.hyperlink_smallmenubanners {
    background-color: #0950b0;
    padding-top: 10px;
    padding-left: 35px;
    border-top-style: none;
    border-top-width: thin;
    border-top-color: #C0C0C0;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #FFFFFF;
    text-align: left;
    width: 100%;
}

    .hyperlink_smallmenubanners:hover {
        background-color: #f7f7f7;
        color: #0950b0;
    }

.hyperlink_menu {
    color: White;
    font-family: 'calibril';
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    padding-right: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .hyperlink_menu:link {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_menu:visited {
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_menu:hover {
        color: #C0C0C0;
        text-decoration: none;
        cursor: pointer;
    }

    .hyperlink_menu:active {
        text-decoration: none;
        cursor: pointer;
    }

/*---LINK BUTTONS----*/
.grid_pageNum {
    text-decoration: underline;
}

.lnkSorefeet {
    font-size: 16px;
    color: #7d99b3;
    font-weight: bold;
    text-decoration: none;
}

.lnkSorefeet:hover {
    text-decoration: underline;
}

.lnk_master_login {
    color: Black;
    font-family: Verdana, 'calibril';
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.lnk_prodlist, lnk_catlist {
    text-decoration: none;
    color: blue;
}

.lnk_news {
    text-decoration: none;
    color: #333333;
}

.lnk_resourceview {
    text-decoration: underline;
    color: #333333;
}

.lnk_prodlist:hover {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.lnk_subprodlist, lnk_subcatlist {
    text-decoration: none;
    color: Blue;
}

/*---- IMAGES ----*/

.imgLogonav{
    position: absolute;
    left:15px;
    top:10px;
    border-radius: 5px;
    z-index: 99;
}

.img_Team {
    width: 100%;
    max-width: 200px;
}

.imgLogo {
    width: 100%;
    max-width: 700px;
    position: absolute;
    left: 10%;
    top: 10%;
}

.img_logo_footer{
    width: 100%;
    max-width: 500px;
}

.imgLogos {
    width: 100%;
    max-width: 200px;
}

.img_general {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.img_rounded {
    border-radius: 15px;
}

.img_footer {
    max-height: 70px;
    max-width: 70px;
    text-align: center;
}

.img_banner_logo {
    width: 300px;
}

.img_thumbnail_hyperlink {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 120px;
    max-height: 80px;
    cursor: pointer;
}

.img_thumbnail {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 120px;
    max-height: 80px;
}

.img_thumbnail_gallery_static {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 160px;
    max-height: 120px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.img_thumbnail_gallery_dynamic {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 120px;
    max-height: 90px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.img_thumbnail_tiny {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 80px;
    max-height: 60px;
}

.img_fullsize {
    max-width: 400px;
    max-height: 300px;
    cursor: pointer;
}

.img_prodlist_image, .img_catlist_image {
    /* Apply to td_prodList_image */
    /* Also ensure that thumbnail size in Settings match these values */
    max-width: 240px;
    max-height: 180px;
}

.img_master_customer_logo {
    width: 90%;
    padding-left: 10px;
    padding-top: 10px;
}


.img_master_attraction {
    width: 90%;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    text-align: center;
}

.img_master_rotator {
    width: 160px;
    height: 120px;
}

.img_home_news {
    margin-top: 2px;
    margin-left: 2px;
    max-width: 200px;
    max-height: 100px;
    cursor: pointer;
}

.img_static_sample {
    width: 100%;
    max-width: 400px;
}

.img_collapse {
    width: 30px;
    padding-right: 10px;
    float: right;
    /* height: 300px; */
}


/*---- PANELS ----*/

.pnlHeading{
    text-align: center;
    margin-top: 10px;
}

.pnl_about {
    padding: 30px;
    border: 2px solid #ccc;
    border-radius: 20px;
    height: 100%;
}

.pnl_contact_form {
    padding: 30px 50px;
    background-color: #0951b0;
    border-radius: 20px;
}

.pnl_contact_page_form {
    padding: 10px;
    background-color: #0950b0;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
}

.panel_master_rotator {
    width: 100%;
    height: 100%;
}

.pnl_cms_baloon {
    font-size: 10pt;
    width: 160px;
}

/*-------- MENU --------*/

.menu {
    z-index: 9999;
    min-height: 50px;
    width: 100%;
    background-color: #FFFFFF;
}

.mnu_tree_sitemap {
    font-family: Calibri, 'calibril';
    font-size: 12pt;
    text-align: left;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 10px;
    color: White;
    padding-bottom: 10px;
    padding-left: 10px;
}

.mnu_master_sitemap {
    font-family: 'calibril';
    font-size: 13pt;
    text-align: center;
}

.mnu_cms_master_sitemap {
    font-family: 'calibril';
    font-size: 13pt;
    text-align: center;
}



/*----  MENU ITEM (static) ----*/

.div_cms_master_menu {
    padding: 10px;
    background-color: #0950b0;
}

.mitem_master_static_normal {
    text-align: left;
    text-indent: 60px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 20px;
    height: 50px;
    color: white;
    padding-top: 10px;
}

.mitem_master_static_selected {
    color: Black;
}

.mitem_master_static_hover {
    color: #4D6B69;
    background-color: transparent;
    background-image: none;
}

/*----  MENU ITEM (dynamic) ----*/

.mnu_master_dynamic {
    display: block;
}

.mitem_master_dynamic_normal {
    font-family: 'calibril', Calibri;
    font-size: 12pt;
    color: #333;
    background-color: White;
    height: 30px;
    padding: 5px 30px 5px 30px;
    border-bottom: thin solid #e5e5e5;
}

.mitem_master_dynamic_selected, .mitem_master_dynamic_hover {
    background-color: #0950b0;
}

/*---- TREE ----*/

.tree_master_products {
    font-size: 12pt;
}

/*--------------- PRODUCT LISTING & DETAILS ---------------*/

.img_product_details_main_image {
    max-width: 400px;
    max-height: 300px;
    cursor: pointer;
}

_product_details_main_image {
    width: 400px;
    height: 300px;
    text-align: left;
    vertical-align: middle;
}

.div_image_title {
    padding-top: 5px;
}

.td_product_details_header {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #D8E4FF;
}

.td_product_details_field {
    text-align: left;
    background-color: white;
}

.td_product_details_field_inner1 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    text-align: left;
}

.td_product_details_field_inner2 {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    text-align: left;
    vertical-align: text-top;
}

.td_product_details_field_inner3 {
    width: 100px;
    text-align: center;
}

.td_cms_edit_header {
    padding-top: 5px;
    width: 200px;
    vertical-align: top;
}

.td_cms_edit_value {
    padding-top: 5px;
    vertical-align: top;
}

.td_cms_edit_value_inner {
    width: 150px;
    vertical-align: top;
}

.td_prodlist_image, .td_catlist_image {
    vertical-align: top;
    /* Depends on img_prodlist_image */
    /* DO NOT CHANGE SIZE HERE WITHOUT CHANGING SIZE IN img_prodlist_image FIRST ! */
    /* Height =   img_prodlist_image.height + 5px margin */
    height: 185px;
    max-height: 185px;
    min-height: 185px;
    /* Width =   img_prodlist_image.width + 5px margin */
    width: 240px;
    max-width: 240px;
    min-width: 240px;
}

.td_prodlist_productname, .td_catlist_categoryname {
    vertical-align: top;
}

.td_prodList_price {
    vertical-align: top;
}

.td_prodList_summary {
    vertical-align: top;
    height: 60px;
}

.td_image_title {
    text-align: center;
}

.tbl_product_details {
    width: 100%;
    background-color: white;
    padding-right: 5px;
}

.tbl_product_details_rates {
    width: 100%;
}

.tbl_cms_data_capture {
    width: 100%;
}

.tbl_contact{
    width: 100%;
    max-width: 255px;
}

.txt_required {
    background-color: #EEEEFF;
}

/*--------------- CONTACT US ---------------*/

.td_contact_col1 {
    text-align: left;
    vertical-align: top;
    background-color: White;
    width: 0%;
}

.td_contact_col2 {
    text-align: left;
    vertical-align: top;
    background-color: transparent;
    padding-bottom: 5px;
}

/*--------------- CMS MASTER PAGE ---------------*/

.td_cms_master_main_left_panel {
    width: 15%;
    vertical-align: top;
    background-color: #0950b0;
}

.td_cms_master_main_right_panel {
    width: 85%;
}

/* -------------------------------------------------------------------------------------------- */

/*--------------- MEDIA QUERIES --------------- */

/*---All Mobile Sizes (devices and browser) ---------------www.responsinator.com---------------- */

/* All Mobile Sizes (devices and browser) ---------------www.responsinator.com--------------------
1. 320              Blue   @media screen and (max-width: 320px) 
2. 375, 384         Green  @media screen and (min-width: 321px) and (max-width: 384px)
3. 414              Yellow @media screen and (min-width: 385px) and (max-width: 479px)
4. 568              Gold   @media screen and (min-width: 480px) and (max-width: 568px)
5. 600, 667, 736    Red    @media screen and (min-width: 569px) and (max-width: 767px)
6. 768              Pink   @media screen and (max-width: 959px) 
7. 1024             Normal @media screen and (min-width: 960px) 
----------------------------------------------------------------------------------------------------

LISTED FROM BIG TO SMALL:

/* Larger than standard 960 (devices and browsers) */

@media screen and (min-width: 960px) {

    @-ms-viewport {
        width: 100%;
    }



    /* Top Banner */

    .mainBannerLeft {
        width: 25%;
    }

    .mainBannerMid {
        width: 50%;
        background-color: White;
    }

    .mainBannerRight {
        width: 25%;
    }

    .menu {
        display: block;
    }

    .small_menu {
        display: none;
    }


    /* Main Table  */

    .tblMainBanner{
        max-width: 310px;
    }


    .mainRightPanel {
        /*width: 80%;*/
        background-color: White;
    }

    .div_ResourcesTable {
        width: 50%;
    }


    /* Bottom Banner */

    .masterFooterLeft {
        width: 40%;
    }

    .masterFooterCenter {
        vertical-align: middle;
        width: 20%;
        background-color: White;
    }

    .masterFooterRight {
        vertical-align: middle;
        width: 40%;
    }

    /* Pages Inside */

    .page_1 {
        width: 60%;
        padding-right: 20px;
    }

    .page_2 {
        width: 32%;
    }

    

    .gallery_1 {
        width: 40%;
    }

    .gallery_2 {
        width: 40%;
    }

    /*--- Left Panel same page article ---*/

    .news_1 {
        width: 100%;
    }

    /*--- Right Panel same page article ---*/

    .news_2 {
        width: 40%;
    }

    /*--- Full screen article ---*/

    .news_3 {
        max-width: 100%;
    }


    .contact_content {
        width: 50%;
    }

    /*---GRIDVIEW NORMAL---*/

    .div_searchresults_desktop {
        width: 100%;
        display: block;
    }

    .div_searchresults_mobile {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 1400px) {

    @-ms-viewport {
        width: 100%;
    }

    .imgLogo {
        max-width: 500px;
    }

    .img_logo_footer {
        max-width: 350px;
    }

    .headingHome {
        font-family: Arial;
        font-size: 40px;
        color: #666666
    }
}

    /* Smaller than standard 960 (devices and browsers) -------------------PINK---------------------------------*/

    @media screen and (max-width: 959px) {

        @-ms-viewport {
            width: 100%;
        }



        /* Top Banner */

        .mainBannerLeft {
            width: 25%;
        }

        .mainBannerMid {
            width: 50%;
            background-color: #FF99FF;
        }

        .mainBannerRight {
            width: 25%;
        }

        .menu {
            display: block;
        }

        .small_menu {
            display: none;
        }

        /* Main Table  PINK*/


        .mainRightPanel {
            /*width: 75%;*/
            background-color: White;
        }

        .div_ResourcesTable {
            width: 50%;
        }

        /* Bottom Banner PINK*/

        .masterFooterLeft {
            width: 40%;
        }

        .masterFooterCenter {
            vertical-align: middle;
            width: 20%;
            background-color: #00FFFF;
        }

        .masterFooterRight {
            vertical-align: middle;
            width: 40%;
        }

        /* Pages inside PINK*/

        .page_1 {
            max-width: 50%;
            padding-right: 10px;
        }

        .page_2 {
            max-width: 42%;
        }

        .gallery_1 {
            max-width: 20%;
        }

        .gallery_2 {
            max-width: 60%;
        }

        /*--- Left Panel same page article ---PINK*/
        .news_1 {
            max-width: 100%;
        }

        /*--- Right Panel same page article ---PINK*/
        .news_2 {
            max-width: 45%;
        }

        /*--- Full screen article ---PINK*/
        .news_3 {
            max-width: 100%;
        }

        .contact_content {
            width: 50%;
        }

        /*---GRIDVIEW NORMAL---PINK*/

        .div_searchresults_desktop {
            width: 100%;
            display: block;
        }

        .div_searchresults_mobile {
            width: 100%;
            display: none;
        }

        .td_prodList_image {
            min-width: 180px;
        }

        .img_prodlist_image {
            width: 100%;
        }


        .img_catlist_image {
            width: 100%;
        }

        .td_catlist_image {
            min-width: 180px;
        }

        .panel-default > .panel-heading {
            padding: 20px;
            min-width: 100px;
        }

        .contact_visible {
            display: none;
        }

        .panel-title {
            font-size: 16px;
        }

        .hyperlink_services {
            font-size: 9pt;
        }

        .desktop {
            display: none !important;
        }

        .mobile {
            display: block !important;
        }

        .navbar {
            border-bottom: 1px solid #0950b0
        }

        .headingHome {
            font-size: 30px;
            color: #666666
        }

        .divDigitalOrthotics {
            padding: 40px 60px 20px 60px;
            background-color: #0950b0;
            width: 100%;
            position: relative;
            left: unset;
        }

        .div_buttons_container {
            width: 100%;
            max-width: 450px;
            margin: 0 auto;
            position: relative;
            left: unset;
        }

        .imgLogonav {
            top: 5px;
        }

        .logoHidden{
            display: block !important;
        }

        .textDesktop{
            display: none !important;
        }

        .tbl_social_media {
            position: absolute;
            right: unset;
            left: 80px;
            top: 12px;
        }

        .div_appointment {
            position: fixed;
            right: 20px;
            top: unset;
            bottom:80px;
            
        }

      /*  .div_appointment_button{
            background-color: #04c5cc;
        }*/
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------RED------------------- */

    @media screen and (max-width: 767px) {

        @-ms-viewport {
            width: 100%;
        }



        /* Top Banner */

        .mainBannerLeft {
            width: 25%;
        }

        .mainBannerMid {
            width: 45%;
            background-color: Red;
        }

        .mainBannerRight {
            width: 30%;
        }



        /* Menu*/

        .mnu_master_sitemap {
            font-size: 10pt;
        }

        .menu {
            display: none;
        }

        .small_menu {
            display: block;
        }

        .master_fixed_header {
            height: 40px;
        }

        .master_content_below_fixed_header {
            margin: 0px auto;
        }


        .mainRightPanel {
            /*width:100%;*/
        }


        /* Bottom Banner */

        .masterFooterLeft {
            width: 100%;
        }

        .masterFooterCenter {
            vertical-align: middle;
            width: 100%;
            background-color: Red;
        }

        .masterFooterRight {
            vertical-align: middle;
            width: 100%;
        }

        /* Pages Inside RED*/

        .page_1 {
            max-width: 100%;
        }

        .page_2 {
            max-width: 100%;
        }

        .gallery_1 {
            max-width: 100%;
        }

        .gallery_2 {
            max-width: 100%;
        }

        /*--- Left Panel same page article ---RED*/

        .news_1 {
            max-width: 100%;
            min-width: 200px;
        }

        /*--- Right Panel same page article ---RED*/

        .news_2 {
            max-width: 100%;
        }

        .contact_content {
            width: 50%;
        }

        /*--- Full screen article ---RED*/

        .news_3 {
            max-width: 100%;
        }

        /*---GRIDVIEW RED---*/

        .div_searchresults_desktop {
            width: 100%;
            display: block;
        }

        .div_searchresults_mobile {
            width: 100%;
            display: none;
        }

        .td_prodList_image {
            min-width: 90px;
        }

        .img_prodlist_image {
            width: 100%;
        }


        .td_catlist_image {
            min-width: 90px;
        }

        .img_catlist_image {
            width: 100%;
        }

        .img_master_customer_logo {
            width: 40%;
        }

        .img_master_attraction {
            width: 50%;
        }

        .title_main_mobile {
            display: none;
        }

        .span_master_main_title {
            font-size: 25pt;
        }


        .sub_padding {
            padding-left: 20px;
        }

        .services_desktop {
            display: none;
        }

        .services_mobile {
            display: initial;
        }




        .panel-heading {
            padding: 10px !important;
            text-align: left;
        }


     

        .contact_visible {
            display: inline;
        }

        .map_padding {
            padding-top: 20px;
        }

        .hyperlink_services {
            font-weight: bold;
            font-size: 12pt;
        }

        h3 {
            font-size: 13pt;
        }

        .contact_desktop {
            display: none;
        }

        .contact_mobile {
            display: inline;
        }

        .hyperlink_footer {
            color: #8680a3;
            text-decoration: underline;
            font-size: 15px;
        }

        .placeholder_padding {
            padding-top: 0px !important;
        }

        .bannerQuote {
            display: none;
        }

        .pageHeading {
            font-size: 40px;
        }

        .container_spacing {
            padding-top: 20px;
            padding-bottom: 20px;
        }


        .border_right {
            border-right: none;
        }

        .div_master_section_top {
            height: 500px;
        }

        .pnl_contact_form {
            padding: 30px 10px;
        }

    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Gold------------------- */

    @media screen and (max-width: 568px) {

        @-ms-viewport {
            width: 100%;
        }


        /* Top Banner */

        .mainBannerLeft {
            width: 25%;
        }

        .mainBannerMid {
            width: 45%;
            background-color: #FF9933;
        }

        .mainBannerRight {
            width: 30%;
        }

        .div_ResourcesTable {
            width: 100%;
        }

        /* Menu*/

        .mnu_master_sitemap {
            font-size: 10pt;
        }

        .menu {
            display: none;
        }

        .small_menu {
            display: block;
        }

        .master_fixed_header {
            height: 40px;
        }

        .master_content_below_fixed_header {
            margin: 0px auto;
        }

        .mainRightPanel {
            /*width:100%;*/
        }

        /* Side Buttons Gold*/

        .div_visible {
            display: none;
        }


        /* Bottom Banner Gold*/

        .masterFooterLeft {
            width: 100%;
        }

        .masterFooterCenter {
            vertical-align: middle;
            width: 100%;
        }

        .masterFooterRight {
            vertical-align: middle;
            width: 100%;
        }

        /* Pages inside Gold*/

        .page_1 {
            max-width: 100%;
        }

        .page_2 {
            max-width: 100%;
        }

        .gallery_1 {
            max-width: 100%;
        }

        .gallery_2 {
            max-width: 100%;
        }

        /*--- Left Panel same page article ---Gold*/

        .news_1 {
            max-width: 100%;
            min-width: 200px;
        }

        /*--- Right Panel same page article ---*/

        .news_2 {
            max-width: 100%;
        }

        .contact_content {
            width: 100%;
        }

        /*--- Full screen article ---Gold*/

        .news_3 {
            max-width: 100%;
        }

        /*---GRIDVIEW GOLD---*/

        .div_searchresults_desktop {
            width: 100%;
            display: none;
        }

        .div_searchresults_mobile {
            width: 100%;
            display: block;
        }

        .td_prodList_image {
            min-width: 70px;
        }

        .img_prodlist_image {
            width: 100%;
        }

        .td_catlist_image {
            min-width: 70px;
        }

        .img_catlist_image {
            width: 100%;
        }

        .td_product_details_field_inner2 {
            width: 110px;
            min-width: 110px;
            max-width: 110px;
            text-align: left;
            vertical-align: text-top;
        }

        .col-full {
            width: 100%;
        }

        .col-logo {
            width: 20%;
        }



        .services_desktop {
            display: none;
        }

        .services_mobile {
            display: initial;
        }

        .title_main_mobile {
            display: inline-block;
        }



        .banner_spacer {
            height: 250px;
            width: 100%;
        }

        .panel-default > .panel-heading {
            padding: 10px;
        }

     
     

        .contact_visible {
            display: inline;
        }

        .map_padding {
            padding-top: 20px;
        }

        .hyperlink_services {
            font-size: 11pt;
        }

        h3 {
            font-size: 13pt;
        }

        .contact_desktop {
            display: none;
        }

        .contact_mobile {
            display: inline;
        }

        .hyperlink_footer {
            color: #8680a3;
            text-decoration: underline;
        }

        .placeholder_padding {
            padding-top: 0px !important;
        }

        .bannerQuote {
            display: none;
        }

        .desktop {
            display: none;
        }

        .headingHome {
            font-size: 30px;
        }

        .divDigitalOrthotics {
            padding: 20px;
            left: unset;
        }

        .img_banner_logo {
            width: 150px;
        }

        .imgLogo {
            max-width: 300px;
            top: 50%;
            left:50%;
            transform: translate(-50%, -50%);
        }

       

    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Yellow------------------- */

    @media screen and (max-width: 479px) {

        @-ms-viewport {
            width: 100%;
        }


        /* Top Banner Yellow*/

        .mainBannerLeft {
            width: 100%;
        }

        .mainBannerMid {
            width: 100%;
            background-color: Yellow;
        }

        .mainBannerRight {
            width: 100%;
        }

        .div_ResourcesTable {
            width: 100%;
        }

        /* Menu Yellow*/

        .mnu_master_sitemap {
            font-size: 10pt;
        }

        .menu {
            display: none;
        }

        .small_menu {
            display: block;
        }

        .master_fixed_header {
            height: 40px;
        }

        .master_content_below_fixed_header {
            margin: 0px auto;
        }

        .mainRightPanel {
            /*width: 100%;*/
            background-color: White;
        }

        /* Side Buttons Yellow*/

        .div_visible {
            display: none;
        }

        /* Bottom Banner Yellow*/

        .masterFooterLeft {
            width: 100%;
        }

        .masterFooterCenter {
            vertical-align: middle;
            width: 100%;
            background-color: Blue;
        }

        .masterFooterRight {
            vertical-align: middle;
            width: 100%;
        }

        /* Images Yellow */

        .img_master_customer_logo {
            width: 40%;
        }

        .img_master_attraction {
            width: 50%;
        }

        /* Pages Inside Yellow */

        .page_1 {
            max-width: 100%;
        }

        .page_2 {
            max-width: 100%;
        }

        .gallery_1 {
            max-width: 100%;
        }

        .gallery_2 {
            max-width: 100%;
        }

        /*--- Left Panel same page article ---Yellow*/

        .news_1 {
            max-width: 100%;
            min-width: 200px;
        }

        /*--- Right Panel same page article ---Yellow*/

        .news_2 {
            max-width: 100%;
        }


        /*--- Full screen article ---Yellow*/

        .news_3 {
            max-width: 100%;
        }

        .contact_content {
            width: 100%;
        }

        /*---GRIDVIEW YELLOW---*/

        .div_searchresults_desktop {
            width: 100%;
            display: none;
        }

        .div_searchresults_mobile {
            width: 100%;
            display: block;
        }

        .td_prodList_image {
            min-width: 70px;
        }

        .img_prodlist_image {
            width: 100%;
        }


        .td_catlist_image {
            min-width: 70px;
        }

        .img_catlist_image {
            width: 100%;
        }

        /*---PRODUCT DETAILS PAGE---Yellow*/

        .td_product_details_header {
            display: none;
            width: 100%;
        }

        .div_product_details_main_image {
            width: 100%;
            height: 100%;
        }

        .img_product_details_main_image {
            width: 100%;
            height: 100%;
        }

        .td_product_details_field_inner2 {
            width: 110px;
            min-width: 110px;
            max-width: 110px;
            text-align: left;
            vertical-align: text-top;
        }

        .col-full {
            width: 100%;
        }

        .col-logo {
            width: 33%;
        }



        .services_desktop {
            display: none;
        }

        .services_mobile {
            display: initial;
        }

        .title_main_mobile {
            display: inline-block;
        }

 
        .banner_spacer {
            height: 250px;
            width: 100%;
        }

        .panel-default > .panel-heading {
            padding: 10px;
        }

     


        .contact_visible {
            display: inline;
        }

        .pnl_about {
            padding: 10px;
        }



        .map_padding {
            padding-top: 20px;
        }

        .hyperlink_services {
            font-size: 11pt;
        }

        h3 {
            font-size: 13pt;
        }

        .contact_desktop {
            display: none;
        }

        .contact_mobile {
            display: inline;
        }

        .hyperlink_footer {
            color: #8680a3;
            text-decoration: underline;
        }

        .placeholder_padding {
            padding-top: 0px !important;
        }

        .bannerQuote {
            display: none;
        }

        .desktop {
            display: none;
        }

        .pageHeading {
            font-size: 30px;
        }

        .lbl_editor {
            font-size: 16px;
        }

        .span_submitted{
            font-size: 18px;
        }

        .lnk_services {
            font-size: 18px;
        }

       
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers)----------------------Green------------------- */

    @media screen and (max-width: 384px) {

        @-ms-viewport {
            width: 100%;
        }



        /* Top Banner Green*/

        .mainBannerLeft {
            width: 100%;
        }

        .mainBannerMid {
            width: 100%;
            background-color: Green;
        }

        .mainBannerRight {
            width: 100%;
        }

        .div_ResourcesTable {
            width: 100%;
        }

        /* Menu Green*/

        .mnu_master_sitemap {
            font-size: 10pt;
        }

        .menu {
            display: none;
        }

        .small_menu {
            display: block;
        }

        .master_fixed_header {
            height: 40px;
        }

        .master_content_below_fixed_header {
            margin: 0px auto;
        }

        .mainRightPanel {
            /*width:100%;*/
            background-color: White;
        }

        /* Side Buttons Green*/

        .div_visible {
            display: none;
        }

        /* Bottom Banner Green*/

        .masterFooterLeft {
            width: 100%;
        }

        .masterFooterCenter {
            vertical-align: middle;
            width: 100%;
            background-color: Green;
        }

        .masterFooterRight {
            vertical-align: middle;
            width: 100%;
        }

        /* Images Green*/

        .img_master_customer_logo {
            width: 40%;
        }

        .img_master_attraction {
            width: 50%;
        }

        /* Pages Inside Green*/

        .page_1 {
            max-width: 100%;
        }

        .page_2 {
            max-width: 100%;
        }

        .gallery_1 {
            max-width: 100%;
        }

        .gallery_2 {
            max-width: 100%;
        }

        /*--- Left Panel same page article ---Green*/

        .news_1 {
            max-width: 100%;
            min-width: 200px;
        }

        /*--- Right Panel same page article ---Green*/

        .news_2 {
            max-width: 100%;
        }

        .td_news_image {
            display: none;
        }



        /*--- Full screen article ---Green*/

        .news_3 {
            max-width: 100%;
        }

        .contact_content {
            width: 100%;
        }

        /*---GRIDVIEW GREEN---*/

        .div_searchresults_desktop {
            width: 100%;
            display: none;
        }

        .div_searchresults_mobile {
            width: 100%;
            display: block;
        }



        .td_prodList_image {
            min-width: 70px;
        }

        .img_prodlist_image {
            width: 100%;
        }

        .td_catlist_image {
            min-width: 70px;
        }

        .img_catlist_image {
            width: 100%;
        }

        /*---PRODUCT DETAILS PAGE---Green*/

        .td_product_details_header {
            display: none;
            width: 100%;
        }

        .div_product_details_main_image {
            width: 100%;
            height: 100%;
        }

        .img_product_details_main_image {
            width: 100%;
            height: 100%;
        }

        .td_product_details_field_inner2 {
            width: 80px;
            min-width: 80px;
            max-width: 80px;
            text-align: left;
            vertical-align: text-top;
        }

        .col-full {
            width: 100%;
        }

        .col-logo {
            width: 33%;
        }




        .services_desktop {
            display: none;
        }

        .services_mobile {
            display: initial;
        }

        .title_main_mobile {
            display: inline-block;
        }


        .banner_spacer {
            height: 200px;
            width: 100%;
        }

        .panel-default > .panel-heading {
            padding: 10px;
        }

   

        .contact_visible {
            display: inline;
        }

        .pnl_about {
            padding: 10px;
        }

        .map_padding {
            padding-top: 20px;
        }

        .hyperlink_services {
            font-size: 11pt;
        }

        h3 {
            font-size: 13pt;
        }

        .contact_desktop {
            display: none;
        }

        .contact_mobile {
            display: inline;
        }

        .hyperlink_footer {
            color: #8680a3;
            text-decoration: underline;
        }

        .placeholder_padding {
            padding-top: 0px !important;
        }

        .bannerQuote {
            display: none;
        }

        .desktop {
            display: none;
        }

        .imgLogo {
            max-width: 250px;
        }

        .td_services {
            padding: 10px;
            background-color: #0950b0;
            color: white !important;
            transition: all 0.3s ease;
        }

            .td_services:hover {
                background-color: #04c5cc;
            }

        .div_services {
            width: 100%;
            max-width: 350px;
            position: unset;
            top: unset;
            left: unset;
            transform: unset;
        }
    }

    /* All Mobile Sizes (devices and browser) --------------------------------------------BLUE*/

    @media screen and (max-width: 320px) {
        @-ms-viewport {
            width: 100%;
        }



        /* Top Banner BLUE*/

        .mainBannerLeft {
            width: 100%;
        }

        .mainBannerMid {
            width: 100%;
            background-color: Blue;
        }

        .mainBannerRight {
            width: 100%;
        }

        .master_fixed_header {
            height: 40px;
        }

        .master_content_below_fixed_header {
            margin: 0px auto;
        }

        /* Menu BLUE*/

        .mnu_master_sitemap {
            font-size: 10pt;
        }

        .menu {
            display: none;
        }

        .small_menu {
            display: block;
        }

        /* Main Table  BLUE*/



        .mainRightPanel {
            /*width:100%;*/
            background-color: White;
        }

        .div_ResourcesTable {
            width: 100%;
        }

        /* Side Buttoms BLUE*/

        .div_visible {
            display: none;
        }

        /* Bottom Banner BLUE*/

        .masterFooterLeft {
            width: 100%;
        }

        .masterFooterCenter {
            vertical-align: middle;
            width: 100%;
            background-color: Blue;
        }

        .masterFooterRight {
            vertical-align: middle;
            width: 100%;
        }

        /* Images BLUE*/

        .img_master_customer_logo {
            width: 40%;
        }

        .img_master_attraction {
            width: 50%;
        }

        /* Pages Inside BLUE*/

        .page_1 {
            max-width: 100%;
        }

        .page_2 {
            max-width: 100%;
        }

        .gallery_1 {
            max-width: 100%;
        }

        .gallery_2 {
            max-width: 100%;
        }

        /*--- Left Panel same page article ---BLUE*/

        .news_1 {
            max-width: 100%;
            min-width: 200px;
        }

        /*--- Right Panel same page article ---BLUE*/

        .news_2 {
            max-width: 100%;
        }

        /*--- Full screen article ---BLUE*/

        .news_3 {
            max-width: 100%;
        }

        .contact_content {
            width: 100%;
        }

        /*---GRIDVIEW BLUE---*/

        .div_searchresults_desktop {
            width: 100%;
            display: none;
        }

        .div_searchresults_mobile {
            width: 100%;
            display: block;
        }

        .td_prodList_image {
            min-width: 70px;
        }

        .img_prodlist_image {
            width: 90%;
        }

        .td_news_image {
            display: none;
        }


        .td_catlist_image {
            min-width: 70px;
        }

        .img_catlist_image {
            width: 90%;
        }

        /*---PRODUCT DETAILS PAGE---BLUE*/

        .td_product_details_header {
            display: none;
            width: 100%;
        }

        .div_product_details_main_image {
            width: 100%;
            height: 100%;
        }

        .img_product_details_main_image {
            width: 100%;
            height: 100%;
        }

        .td_product_details_field_inner2 {
            width: 70px;
            min-width: 70px;
            max-width: 70px;
            text-align: left;
            vertical-align: text-top;
        }

        .col-full {
            width: 100%;
        }

        .col-logo {
            width: 33%;
        }


        .services_desktop {
            display: none;
        }

        .services_mobile {
            display: initial;
        }

        .title_main_mobile {
            display: inline-block;
        }



        .banner_spacer {
            height: 200px;
            width: 100%;
        }

        .panel-default > .panel-heading {
            padding: 10px;
        }

   

        .contact_visible {
            display: inline;
        }

        .pnl_about {
            padding: 10px;
        }



        .map_padding {
            padding-top: 20px;
        }

        .hyperlink_services {
            font-size: 11pt;
        }

        h3 {
            font-size: 13pt;
        }

        .contact_desktop {
            display: none;
        }

        .contact_mobile {
            display: inline;
        }

        .hyperlink_footer {
            color: #8680a3;
            text-decoration: underline;
        }

        .placeholder_padding {
            padding-top: 0px !important;
        }

        .bannerQuote {
            display: none;
        }

        .desktop {
            display: none;
        }
    }





    /*---- END QUERY---- */


.contact-section {
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem 1rem;
}

.contact-intro > * + * {
    margin-top: 1rem;
}

.contact-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.contact-description {
    color: rgb(107 114 128);
}

.form-group-container {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
    padding: 0.5rem;
    border: 1px solid #e5e7eb;
    display: flex;
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.form-input::placeholder,
.form-textarea:focus-visible {
    color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.form-textarea {
    min-height: 120px;
}

.form-submit {
    width: 100%;
    margin-top: 1.2rem;
    background-color: #3124ca;
    color: #fff;
    padding: 13px 5px;
    border-radius: 0.375rem;
}
