/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License:none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: disc inside none;
    margin-left: 15px
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

#wrapper {
    /* max-width: 1366px; */
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
.max-width{width: 100%;max-width:1000px;margin:0 auto;box-sizing: border-box;}
.tier-question {margin-bottom:16px;background-color:var(--fourth-color);padding:12px;border-radius: 7px;}
.tier-question h4 {
    font-weight: bold;
    color: white;
    background: var(--second-color);
    text-align: center;
    padding: 0px 5px 5px 5px;
    font-size: 18px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.total-score {background-color: var(--third-color);color:white!Important;text-align:center;padding-top: 20px;}

.total-score h4{    font-size: 26px;background: none;}
.logo-container {
    width: 400px;
    height: 110px;
    display: block;
    left: -180px;
    top: -17px;
    border-radius: 50%;
    position: absolute;
    background: var(--first-color);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.logo {
    width: 100px;
    margin: auto;
    display: block;
    padding: 13px 0 9px;
    position: relative;
    left: 56px;
    top: 10px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.side-pane-up {
    margin-top: -82px;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid white;
}

/* Styles For EcoFund Set in Home Page */
.fixed-bg {
    background-image: url(/images/img_parallax.jpg);
      min-height: 500px;
      background-attachment: scroll;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 1500px;
  }
.fundlogo{
      width: 80%;
      max-width: 400px;
  }
  .supportlogoholder {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
  }
  .supportlogoholder .supportlogo{
      width: 40%;
      max-width: 200px;
      margin:10px
  }
  .detailholder i {font-size: 35px;margin:10px 15px;}
  a:link, a:visited{color:var(--first-color);text-decoration: none;}
  a:hover {opacity: 0.8;}
    .responsive-table {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #666;
    }

    .responsive-table th,
    .responsive-table td {
      border: 1px solid #666;
      padding: 4px;
      text-align: left;
    }

    .responsive-table thead {
      background-color: #d9edf7; /* light blue */
      font-weight: bold;
    }

    .responsive-table tbody tr:nth-child(even) {
      background-color: #efefef;
    }

    .responsive-table tbody tr:nth-child(odd) {
      background-color: #ffffff;
    }
    .responsive-table tr td:first-child {
    font-weight: bold;
}

    /* Responsive Table styles */
    @media screen and (max-width: 667px) {
      .responsive-table,
      .responsive-table thead,
      .responsive-table tbody,
      .responsive-table th,
      .responsive-table td,
      .responsive-table tr {
        display: block;
      }
      .responsive-table tbody{border: none;}

      .responsive-table thead {
        display: none;
      }

      .responsive-table tr {
        margin-bottom: 15px;
        border: 1px solid #666;
        background-color: #fff;
      }

      .responsive-table td {
        border: none;
        position: relative;
        text-align: left;
      }

      .responsive-table td::before {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
        content: attr(data-label);
      }
    }

  .contentpad{padding:5%}
.imgpane1 {background-image: url(/images/glencoe-shot.jpg); background-size: cover;}
.imgpane2 {background-image: url(/images/networking-shot.jpg); background-size: cover;background-position-x: center;}
.imgpane3 {background-image: url(/images/img_parallax.jpg); background-size: cover;}

.bluepane{background-color: #009fe3;color:white}
.greenpane{background-color: #137d3d;color:white}
.purplepane{background-color: #413467;color:white}

.bluepane h1, .bluepane h2, .bluepane h3, .bluepane p,
.greenpane h1, .greenpane h2, .greenpane h3, .greenpane p,
.purplepane h1, .purplepane h2, .purplepane h3, .purplepane p
{color:white}

  /* Row */

.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.flexrow{display:flex}
.inline-flex-pane{display:inline-flex;    flex-direction: column;}
@media only screen and (max-width: 667px) {
  .flexrow{    flex-direction: column;}
  .flexrowrev{    flex-direction: column-reverse;}
  .inline-flex-pane{min-height: 300px;}
}

.inline-flex-pane ul {
  padding-inline-start: 20px;
  list-style-type: disclosure-closed;
}
.inline-flex-pane ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
/* End Styles for ecofund set in Home Page */



.login-pane{text-align:center;padding:20px;}
#divlogin, #divlogout {    position: relative;
    top: 12px;}
.signedoutlog{top:0px}
.register-pane{text-align:center;background: rgba(255,226,138, 0.5);padding:20px;}
.click-and-collect-nav {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3.5px 8px 3.5px 8px;
    text-align: center;
    width: 100%;
    background-color: var(--second-color);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/* Home Splash */
.splash-container {
    position: relative;
    color: white;
    overflow: hidden;
    background-image: url("/userfiles/images/homehero/home-hero-img.jpg");
    background-color: #ffffff;
    height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

  .grant-eligibility,  .grant-eligibility p,   .grant-eligibility h1,   .grant-eligibility h2,   .grant-eligibility h3,   .grant-eligibility ul li {color: white;}
  .grant-eligibility li {list-style-position: outside;margin-bottom: 5px;font-weight: bold;}
  
  @media only screen and (max-width: 1200px) {
    .top-left p, .top-left li, .grant-eligibility, .splash-container {font-size: 90%;line-height:140% ;}
    .splash-container p.hide-tablet {
        display: none;
    }
  }
  @media only screen and (max-width: 769px) {
    .splash-container {height: 420px}

  }
  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
  }
  
  .top-left {
    text-align: left;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: var(--third-color);
    padding:2%;
    max-width:35%;
    display: inline-block;
    min-width: 155px;
  }
  .top-left img{margin-bottom:10px;padding:0 10%;width:80%}
  .top-left .largecta {
    padding: 18px 26px;
    background-color: var(--first-color);
}  
.top-left ul {
    margin-bottom: 7px;
}
.top-left li {
    list-style-position: outside;
}

@media only screen and (max-width: 769px) {  .top-left{max-width: 50%;padding:15px;} .top-left h1{font-size:20px}}
.grant-eligibility .largecta {
    padding: 18px 26px;
    margin-top:10px
}  
  .top-right {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }



  /* Style the buttons inside the tab */


.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-size: 0px;
}

    .tab::before {
        content: '';
        margin-bottom: 0px;
        display: none;
    }

    /* Style the buttons inside the tab */
    .tab .tablinks {
        background-color: #efefef;
        border-right: 1px solid #fff;
        outline: none;
        cursor: pointer;
        padding: 0px 15px;
        transition: 0.3s;
        line-height: 40px;
        font-size: 16px;
        display: inline-block;

    }

        /* Change background color of buttons on hover */
        .tab .tablinks:hover {
            background-color: var(--first-color);
            color:white;
            
        }

        /* Create an active/current tablink class */
        .tab .tablinks.active {
            background-color: var(--second-color);
            color: white;
        }

        .tab .tablinks i {font-size:90%;margin-right:4px;line-height: 40px;}

  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    margin-bottom: 20px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

#popupcontent .tabcontent {
    padding: 0;
    margin-bottom: 0;
}


/* TABS */




header.scroll .logo-container {
    height: 64px;
}

header.scroll .logo {
    width: 80px;
}

header.scroll .click-and-collect-nav {
    padding: 4px 8px 2px 8px;
}

@media only screen and (max-width: 667px) {
    .w3-container {
        position: relative;
    }

    .logo-container {
        height: 75px;
        width: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .logo {
        width: 93px;
        left: 0;
        top: 0;
    }
}

.footer-logo {
    max-width: 45%;
    max-height: 75px;
    margin-top: 16px;
    vertical-align: middle;
}

    .footer-logo:nth-child(odd) {
        margin-right: 5%;
    }

/* Custom Code */

.dbplanitem h3, .dbplanitem a, .dbplanitem i  {color:white;margin:3px 0px}
.dbplanitem a:hover,.dbplanitem a h3:hover, .dbplanitemcomplete  {opacity: 0.5;}
.sbrcquestion {color: #ffffff;font-weight:bold;height:105px}

@media only screen and (max-width: 1150px) {.sbrcquestion {height:125px}}
@media only screen and (max-width: 1020px) {.sbrcquestion {height:145px}}
@media only screen and (max-width: 768px) {.sbrcquestion {height:auto;margin-bottom:3px}}


/* DST Circular Device */


        
        .interactive-circle {
            position: relative;
            width: 60%;
            padding-top: 60%;
            margin: 7% auto;
            -webkit-animation: interactiveCircle 1s;
            -moz-animation: interactiveCircle 1s;
            -o-animation: interactiveCircle 1s;
            animation: interactiveCircle 1s;
        }
        
        .interactive-circle .upper-left,
        .interactive-circle .upper-right,
        .interactive-circle .bottom-left,
        .interactive-circle .bottom-right {
            position: absolute;
            z-index: 2;
            width: 46.5%;
            height: 46.5%;
            background-color: #2a60a3;
            text-align: center;
            cursor: pointer;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 0 0 0 7.5px #316fbe;
            -moz-box-shadow: 0 0 0 7.5px #316fbe;
            box-shadow: 0 0 0 7.5px #316fbe;
            -webkit-transition: transform 0.3s;
            -moz-transition: transform 0.3s;
            -o-transition: transform 0.3s;
            transition: transform 0.3s;
        }
        
        .interactive-circle .upper-left::before,
        .interactive-circle .upper-right::before,
        .interactive-circle .bottom-left::before,
        .interactive-circle .bottom-right::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: #2a60a3;
            -webkit-box-shadow: 0 0 0 7.5px #316fbe;
            -moz-box-shadow: 0 0 0 7.5px #316fbe;
            box-shadow: 0 0 0 7.5px #316fbe;
        }
        
        .interactive-circle .upper-left::after,
        .interactive-circle .upper-right::after,
        .interactive-circle .bottom-left::after,
        .interactive-circle .bottom-right::after {
            content: "";
            position: absolute;
            z-index: -1;
            width: 105%;
            height: 105%;
            -webkit-box-shadow: 12px 12px 10px 0px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 12px 12px 10px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 12px 12px 10px 0px rgba(0, 0, 0, 0.25);
        }
        
        .interactive-circle .upper-left:hover,
        .interactive-circle .upper-right:hover,
        .interactive-circle .bottom-left:hover,
        .interactive-circle .bottom-right:hover {
            z-index: 2;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }
        
        .interactive-circle img.arrow-desktop {
            position: absolute;
        }
        
        .interactive-circle img.arrow-mobile {
            display: none;
        }
        
        .interactive-circle .text {
            width: 70%;
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        .interactive-circle .text i,
        .interactive-circle .text h4,
        .interactive-circle .text p {
            margin: 0;
            color: #fff;
        }
        
        .interactive-circle .text i {
            font-size: 80px;
            margin-bottom: 4px;
        }
        
        .interactive-circle .text h4 {
            color: #f3ac64;
            font-size: 28px;
            margin: 5px 0px;
        }
        
        .interactive-circle .text p {
            font-size: 18px;
        }
        
        .interactive-circle .upper-left,
        .interactive-circle .upper-left::before {
            top: 0;
            left: 0;
            -webkit-border-radius: 100% 0 0 0;
            -moz-border-radius: 100% 0 0 0;
            border-radius: 100% 0 0 0;
        }
        
        .interactive-circle .upper-left::after {
            bottom: -7.5px;
            right: -7.5px;
            -webkit-border-radius: 100% 0 0 0;
            -moz-border-radius: 100% 0 0 0;
            border-radius: 100% 0 0 0;
        }
        
        .interactive-circle .upper-left img.arrow-desktop {
            width: 110%;
            top: -24%;
            right: -13%;
        }
        
        .interactive-circle .upper-left .text {
            top: 60%;
            left: 50%;
        }
        
        .interactive-circle .upper-right,
        .interactive-circle .upper-right::before {
            top: 0;
            right: 0;
            -webkit-border-radius: 0 100% 0 0;
            -moz-border-radius: 0 100% 0 0;
            border-radius: 0 100% 0 0;
        }
        
        .interactive-circle .upper-right::after {
            bottom: -7.5px;
            left: -7.5px;
            -webkit-border-radius: 0 100% 0 0;
            -moz-border-radius: 0 100% 0 0;
            border-radius: 0 100% 0 0;
        }
        
        .interactive-circle .upper-right img.arrow-desktop {
            height: 110%;
            bottom: -12%;
            right: -27%;
        }
        
        .interactive-circle .upper-right .text {
            top: 65%;
            left: 45%;
        }
        
        .interactive-circle .bottom-left,
        .interactive-circle .bottom-left::before {
            bottom: 0;
            left: 0;
            -webkit-border-radius: 0 0 0 100%;
            -moz-border-radius: 0 0 0 100%;
            border-radius: 0 0 0 100%;
        }
        
        .interactive-circle .bottom-left::after {
            top: -7.5px;
            right: -7.5px;
            -webkit-border-radius: 0 0 0 100%;
            -moz-border-radius: 0 0 0 100%;
            border-radius: 0 0 0 100%;
        }
        
        .interactive-circle .bottom-left img.arrow-desktop {
            height: 110%;
            top: -8%;
            left: -24%;
        }
        
        .interactive-circle .bottom-left .text {
            top: 35%;
            left: 55%;
        }
        
        .interactive-circle .bottom-right,
        .interactive-circle .bottom-right::before {
            bottom: 0;
            right: 0;
            -webkit-border-radius: 0 0 100% 0;
            -moz-border-radius: 0 0 100% 0;
            border-radius: 0 0 100% 0;
        }
        
        .interactive-circle .bottom-right::after {
            top: -7.5px;
            left: -7.5px;
            -webkit-border-radius: 0 0 100% 0;
            -moz-border-radius: 0 0 100% 0;
            border-radius: 0 0 100% 0;
        }
        
        .interactive-circle .bottom-right img.arrow-desktop {
            width: 110%;
            bottom: -29%;
            left: -8%;
        }
        
        .interactive-circle .bottom-right .text {
            top: 40%;
            left: 45%;
        }
        

        @media only screen and (max-width: 1150px) {
            .interactive-circle .text i {
                font-size: 60px;
            }
            .interactive-circle .text h4 {
                font-size: 18px;
                margin: 5px 0px;
            }
            .interactive-circle .text p {
                font-size: 12px;
            }

        }

        @media only screen and (max-width: 800px) {
            .interactive-circle {
                width: 100%;
                padding-top: 0;
                -webkit-animation: none;
                -moz-animation: none;
                -o-animation: none;
                animation: none;
            }
            .interactive-circle .upper-left,
            .interactive-circle .upper-right,
            .interactive-circle .bottom-left,
            .interactive-circle .bottom-right {
                opacity: 0;
                position: relative;
                top: auto;
                bottom: auto;
                left: auto;
                right: auto;
                width: 96%;
                height: auto;
                margin: auto;
                margin-bottom: 2%;
                -webkit-border-radius: 0 0 0 0;
                -moz-border-radius: 0 0 0 0;
                border-radius: 0 0 0 0;
                -webkit-animation: interactiveCircleMobile 1s forwards;
                -moz-animation: interactiveCircleMobile 1s forwards;
                -o-animation: interactiveCircleMobile 1s forwards;
                animation: interactiveCircleMobile 1s forwards;
            }
            .interactive-circle .upper-right,
            .interactive-circle img.arrow-mobile:nth-child(4) {
                -webkit-animation-delay: 0.25s;
                -moz-animation-delay: 0.25s;
                -o-animation-delay: 0.25s;
                animation-delay: 0.25s;
            }
            .interactive-circle .bottom-right,
            .interactive-circle img.arrow-mobile:nth-child(6) {
                -webkit-animation-delay: 0.5s;
                -moz-animation-delay: 0.5s;
                -o-animation-delay: 0.5s;
                animation-delay: 0.5s;
            }
            .interactive-circle .bottom-left,
            .interactive-circle img.arrow-mobile:nth-child(8) {
                -webkit-animation-delay: 0.75s;
                -moz-animation-delay: 0.75s;
                -o-animation-delay: 0.75s;
                animation-delay: 0.75s;
            }
            .interactive-circle .upper-left::before,
            .interactive-circle .upper-right::before,
            .interactive-circle .bottom-left::before,
            .interactive-circle .bottom-right::before {
                -webkit-border-radius: 0 0 0 0;
                -moz-border-radius: 0 0 0 0;
                border-radius: 0 0 0 0;
            }
            .interactive-circle .upper-left::after,
            .interactive-circle .upper-right::after,
            .interactive-circle .bottom-left::after,
            .interactive-circle .bottom-right::after {
                width: 100%;
                height: 100%;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-border-radius: 0 0 0 0;
                -moz-border-radius: 0 0 0 0;
                border-radius: 0 0 0 0;
            }
            .interactive-circle img.arrow-desktop {
                display: none;
            }
            .interactive-circle img.arrow-mobile {
                display: block;
                opacity: 0;
                width: 100px;
                margin: -3% auto;
                position: relative;
                z-index: 3;
                -webkit-animation: interactiveCircleMobile 1s forwards;
                -moz-animation: interactiveCircleMobile 1s forwards;
                -o-animation: interactiveCircleMobile 1s forwards;
                animation: interactiveCircleMobile 1s forwards;
            }
            .interactive-circle .text {
                width: 100%;
                padding: 3%;
                position: relative;
                top: auto !important;
                bottom: auto !important;
                left: auto !important;
                right: auto !important;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none;
            }
            .interactive-circle .text p {
                font-size: 15px;
            }
        }
        
        @-webkit-keyframes interactiveCircle {
            from {
                opacity: 0;
                right: -26%;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }
            to {
                opacity: 1;
                right: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }
        }
        
        @-moz-keyframes interactiveCircle {
            from {
                opacity: 0;
                right: -26%;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }
            to {
                opacity: 1;
                right: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }
        }
        
        @-o-keyframes interactiveCircle {
            from {
                opacity: 0;
                right: -26%;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }
            to {
                opacity: 1;
                right: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }
        }
        
        @keyframes interactiveCircle {
            from {
                opacity: 0;
                right: -26%;
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }
            to {
                opacity: 1;
                right: 0;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }
        }
        
        @-webkit-keyframes interactiveCircleMobile {
            from {
                opacity: 0;
                right: -26%;
            }
            to {
                opacity: 1;
                right: 0;
            }
        }
        
        @-moz-keyframes interactiveCircleMobile {
            from {
                opacity: 0;
                right: -26%;
            }
            to {
                opacity: 1;
                right: 0;
            }
        }
        
        @-o-keyframes interactiveCircleMobile {
            from {
                opacity: 0;
                right: -26%;
            }
            to {
                opacity: 1;
                right: 0;
            }
        }
        
        @keyframes interactiveCircleMobile {
            from {
                opacity: 0;
                right: -26%;
            }
            to {
                opacity: 1;
                right: 0;
            }
        }

/* End DST Circular Device */



/* Scroll Top */

.scroll-top {
    position: fixed;
    right: 8px;
    bottom: -56px;
    font-size: 48px;
    color: #646463;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .scroll-top.active {
        bottom: 8px;
        opacity: 0.5;
    }

    .scroll-top:hover {
        opacity: 1;
    }

/* Scroll Top End */

.product-sbutitle {
    font-size: 16px;
}

.padding {
    padding: 16px;
}

.intro-para {
    padding: 32px;
    margin: auto;
    max-width: 800px;
    text-align: center;
    line-height: 28px;
}

.table-points li {
    list-style-position: outside;
    color: white;
}

.cover-image {
    width: 100%;
}

.hero-container {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
}

.curve {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 33.33%;
    opacity: 0.7;
}

.hero-logo-container {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.hero-logo {
    width: 80%;
    max-width: 360px;
}

.hero-sub-logo {
    width: 60%;
    max-width: 240px;
    display: block;
    margin: auto;
}

.hero-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2.5%;
    box-sizing: border-box;
    text-align: center;
}

    .hero-content h2,
    .hero-content h4 {
        color: white;
        line-height: 1.3;
        display: inline-block;
        width: 75%;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    }



    .hero-content h2 {
        font-size: 32px;
    }

    .hero-content h4 {
        font-size: 20px;
    }

    .hero-content .cen-button {
        float: right;
    }

.products-container {
    padding: 16px 0 0 0;
}

    .products-container::after {
        content: "";
        clear: both;
        display: block;
    }

.product {
    position: relative;
    float: left;
    width: 22%;
    margin: 16px 1.5%;
    cursor: pointer;
}

    .product:hover .curve {
        opacity: 1;
    }

.product-title, .captionholder {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 5% 2.5% 2.5% 2.5%;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 86, 150, .83);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .product-title::before, .captionholder::before {
        content: "";
        background-image: url("/images/tri.gif");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 32px;
        height: 23px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .captionholder::before {
        width: 43px;
        height: 32px;
    }

    .captionholder h3 {
        color: #FFF;
        font-size: 20px
    }

    .captionholder p {
        text-align: center;
        font-style: italic;
        font-weight: bold;
    }

    .captionholder a {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 0px;
        line-height: 28px
    }

        .captionholder a:hover {
            text-decoration: none;
            color: #fff !Important
        }

.captionholderhome {
    padding: 10px;
    position: absolute;
    bottom: 25%;
    color: #FFF;
    left: 62%
}

    .captionholderhome h3 {
        color: #FFF;
        font-size: 20px;
        z-index: 40
    }

    .captionholderhome p {
        color: #FFF;
        font-size: 14px;
        z-index: 40
    }


.product:hover .product-title {
    background-color: rgba(0, 86, 150, 1);
}

.product img {
    width: 100%;
}

.testimonial {
    padding: 16px;
    text-align: center;
}

.slick-slider img.testimonial-logo {
    width: 150px !important;
    margin: 16px auto;
    display: none;
}

.testimonial p {
    color: #fff;
    font-style: italic;
}

.testimonial h4 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.testimonial h3 {
    line-height: 1;
    color: #fff;
    font-size: 32px;
}

.testimonial .cen-button {
    background-color: var(--first-color);
}

.slick-slider {
    margin-bottom: 30px;
}

.testimonial-holder {
    margin-bottom: 0;
    background-color: var(--second-color);
    position: relative; /*padding-bottom:16px;*/
}

    .testimonial-holder::before, .testimonial-holder::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 32px;
        z-index: 2;
    }

    .testimonial-holder::before {
        left: 0;
        background-image: linear-gradient(to right, var(--second-color), transparent);
    }

    .testimonial-holder::after {
        right: 0;
        background-image: linear-gradient(to left, var(--second-color), transparent);
    }
/* .testimonial-holder .slick-dots {bottom:16px;}
.testimonial-holder .slick-dots li button::before {color:rgba(255,255,255,0.7);width:32px;height:32px;line-height:32px;font-size:12px;}
.testimonial-holder .slick-dots li.slick-active button:before {color:rgba(255,255,255,1);} */

.no-padding {
    padding: 0;
}

.xs-padding {
    padding: 8px;
}

.s-padding {
    padding: 12px;
}

.padding {
    padding: 16px;
}

.m-padding {
    padding: 32px;
}

.l-padding {
    padding: 48px;
}

.xl-padding {
    padding: 64px;
}

.topspacing {
    margin-top: 40px
}

@media only screen and (max-width: 700px) {
    .topspacing {
        margin-top: 0px
    }
}

.cen-button {
    background-color: var(--second-color);
    border: none;
    color: white;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
}

    .cen-button:hover {
        color: white !important;
        text-decoration: none;
        -webkit-filter: brightness(0.83);
        -moz-filter: brightness(0.83);
        filter: brightness(0.83);
    }

.call-to-action-container {
    position: relative;
    overflow: hidden;
    padding: 16px;
}

    .call-to-action-container img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.call-to-action-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--first-color);
    opacity: 0.7;
}

.call-to-action {
    margin: auto;
    padding: 5%;
    text-align: center;
    position: relative;
    max-width: 750px;
}

    .call-to-action h2,
    .call-to-action h4 {
        color: white;
    }

.banner-container {
    width: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
}

.banner-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.banner-container .curve {
    max-height: 75%;
}

.banner-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5%;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(204, 53, 57, .7);
}

    .banner-content h1 {
        color: white;
        margin: 0;
        font-size: 48px;
        line-height: 1;
    }

@media only screen and (max-width: 900px) {
    .banner-image,
    .slick-slider img {
        height: 100%;
    }

    .product {
        position: relative;
        float: left;
        width: 45%;
        margin: 16px 2.5%;
        cursor: pointer;
    }
}

@media only screen and (max-width: 667px) {
    .banner-container,
    .hero-container {
        height: 350px;
        margin-bottom: 5%;
    }

    .cover-image {
        width: auto !important;
        height: 100%;
    }

    .curve {
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        bottom: 0;
        max-height: 55%;
        width: 100%;
        opacity: 0.7;
        transition: opacity 0.3s;
    }

    .product {
        position: relative;
        float: left;
        width: 90%;
        margin: 16px 5%;
        cursor: pointer;
    }

    .hero-content,
    .banner-content {
        width: 100%;
        padding: 5%;
    }

        .banner-content h1 {
            margin: 0;
            font-size: 38px;
        }

        .hero-content h2,
        .hero-content h4 {
            color: white;
            line-height: 1;
            display: inline-block;
            width: 75%;
        }

        .hero-content h4 {
            display: none;
        }

        .hero-content .cen-button {
            float: none;
            margin: auto;
        }

    .products-container {
        padding: 0 2.5%;
    }
}

/* Row */

.row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .row::after {
        content: "";
        clear: both;
        display: table;
    }

/* Colunm */

[class*="col-"] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Colunm - Desktop */

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

/* Colunm - Tablet */

@media only screen and (max-width: 768px) {
    .show-tablet {
        display: none;
    }
     #divlogin i {
        font-size: 25px;
    }
    #divlogout i {
        font-size: 25px;
        bottom: 4px;
        position: relative;
    }
    .hide-tablet {
        display: none;
        width: auto;
    }
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

/* Colunm - Mobile */

@media only screen and (max-width: 600px) {
    [class*="col-"] {
        width: 100%;
    }
}

/* Job Listing */

.job-listing-row {
    background-color: lightgrey;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .job-listing-row::after {
        content: "";
        clear: both;
        display: table;
    }

.job-listing-col {
    float: left;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

@media only screen and (min-width: 600px) {
    .job-listing-col {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .job-listing-col {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .job-listing-col {
        width: 33.33%;
    }
}

/* @media only screen and (min-width: 1200px) {
    .job-listing-col {width:33.33%;}
} */

.job-listing {
    background-color: white;
    margin: 16px;
    padding: 16px;
}

    .job-listing .fa-star,
    .job-listing .fa-angle-right {
        display: block;
        direction: rtl;
        font-size: 18px;
    }

    .job-listing p i {
        color: var(--third-color);
        margin-right: 8px;
    }

    .job-listing .fa-star,
    .job-listing .fa-angle-right {
        cursor: pointer;
        color: #808080;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
    }

        .job-listing .fa-star:hover,
        .job-listing .fa-star.active {
            color: #E3BB17;
        }

        .job-listing .fa-angle-right:hover {
            color: var(--second-color);
        }

footer {
    background-color: var(--second-color);
    padding: 0px 16px 16px 16px;
    border-top:16px solid var(--third-color)
}

    footer .col-4,
    footer .col-8 {
        padding: 0 16px;
    }

@media only screen and (max-width: 667px) {
    footer .col-4,
    footer .col-8 {
        text-align: center;
        padding: 16px;
    }

        footer .col-8 .col-4 {
            width: 50%;
            height: 70px;
            padding: 0;
        }

            footer .col-8 .col-4 a img {
                max-height: 50px;
                margin: 0;
            }
}

footer h3,
footer h4,
footer p {
    color: #fff;
}

footer p {
    font-size: 12px;
}

footer a {
    color: var(--third-color)!Important;
    text-decoration: none;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
}

    footer a:hover {
        color: white;
    }

footer .col-4 a {
    display: inline-block;
}

.address,
.email,
.number {
    line-height: 1.5;
    padding-left: 32px;
    position: relative;
}

    .address::before,
    .email::before,
    .number::before {
        position: absolute;
        left: 0;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .address::before {
        content: "\f3c5";
    }

    .email::before {
        content: "\f0e0";
    }

    .number::before {
        content: "\f095";
    }

/* footer img {
        max-height: 65px;
        vertical-align: top;
        margin: 8px 16px;
    } */

footer p {
    text-align: center;
}

.social-icons a {
    font-size: 32px;
    margin: 0 16px;
}

/* Custom Code End */

/* Fix for ASP buttons in iOS */
input, textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #999;
    padding: 5px;
    font: inherit;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

    input[type=radio] {
        max-width: 13px !important;
        margin: 0px !important;
    }
    input[type="date"] {
	height:33px;
    }
select {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    filter: none;
    padding-right: 43px !Important;
    background-color: #FFF;
    background-image: url(/administration/images/dropdown-arrow.gif);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 4.5px 8px;
    font-size: 100%;
    border: 1px solid #bbb;
    vertical-align: middle;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }





/* To add custom checkbox, add label and use following styles */
    .checkboxholder {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 8px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align:top;
      }
      
      /* Hide the browser's default checkbox */
      .checkboxholder input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
      }
      
      /* Create a custom checkbox */
      .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border: 1px solid #cdcdcd;
      }
      
      /* On mouse-over, add a grey background color */
      .checkboxholder:hover input ~ .checkmark {
        background-color: #ccc;
      }
      
      /* When the checkbox is checked, add a blue background */
      .checkboxholder input:checked ~ .checkmark {
        background-color: var(--first-color);
      }
      
      /* Create the checkmark/indicator (hidden when not checked) */
      .checkmark:after {
        content: "";
        position: absolute;
        display: none;
      }
      
      /* Show the checkmark when checked */
      .checkboxholder input:checked ~ .checkmark:after {
        display: block;
      }
      
      /* Style the checkmark/indicator */
      .checkboxholder .checkmark:after {
        left: 8px;
        top: 4px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }







/* DIGITAL SUPPORT TOOL */


/* The holder */
.check-holder {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    color:white;
    font-weight:bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 25px;
  }
  
  /* Hide the browser's default checkbox */
  .check-holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .check {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .check-holder:hover input ~ .check {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .check-holder input:checked ~ .check {
    background-color: #2196F3;
  }
  
  /* Create the check/indicator (hidden when not checked) */
  .check:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the check when checked */
  .check-holder input:checked ~ .check:after {
    display: block;
  }
  
  /* Style the check/indicator */
  .check-holder .check:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .check-grid-item {
    display: inline-block;
    padding-left: 0px;
    width: 27px;
    text-align: center;
    padding-right: 13px;
    margin-bottom: -5px;
    vertical-align:middle;
  }
.check-grid-item2 {
    display: inline-block;
    padding-left: 0px;
    width: 78px;
    text-align: center;
    padding-right: 13px;
    margin-bottom: -5px;
    vertical-align: middle;
}
.dst-survey{background: var(--second-color);text-align: center;margin-bottom: 20px;padding:20px 3%}
.dst-survey h2 {color:white}
p.hide-desktop.survey-label {
    margin-top: -15px;
    margin-bottom: 3px;
}
.dst-heading, .dst-survey-no {color:black;font-weight: bold;font-size: initial;}
.dst-row {color:black;font-size:18px;font-weight: bold; text-align: left;border-bottom: 1px solid #f3ac64;    max-width: 950px;margin: 0 auto;}
.dst-row .col-4{text-align: right;}
.dst-textbox {width:100%;max-width: 480px;font-size: initial;}
.dst-icon-heading {color:var(--first-color);font-size:80px}
.center-max-width{text-align: center;margin:0 auto;width: 100%;max-width: 950px;padding:0 20px;box-sizing: border-box;}
@media only screen and (max-width: 768px) {
    .dst-row .col-4{text-align: left;margin-top: -15px;}
}

  /* Popup */
  
  .pop-up-background {
      visibility: hidden;
      opacity: 0; 
      z-index: -1;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%; 
      height: 100%;
      overflow: auto;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0,0.4);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
  }
  
  .pop-up-background.active {
      visibility: visible;
      opacity: 1;
      z-index: 150;
  }
  
  .pop-up-content {
      text-align: center;
      background-color: #fefefe;
      padding: 16px;
      width: 80%;
      max-width: 600px;
      opacity: 0;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
  }
  
  .pop-up-content.active {
      opacity: 1;
      top: 50%;
  }
  
  .pop-up-close {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s;
  }
  
  .pop-up-close:hover  {
      color: #000;
      cursor: pointer;
  }


/* END DIGITAL SUPPORT TOOL */

/* HTML Editor Custom Styles */
#pnlresults .image-full-width,
.image-full-width {
    width: 100%;
    height: auto;
    margin: 0 0 1em 0;
}

#pnlresults .image-left,
.image-left {
    float: left;
    width: 50% !Important;
    margin: 0 1em 1em 0;
    height: auto;
}

#pnlresults .image-right,
.image-right {
    float: right;
    width: 50% !Important;
    margin: 0 0 1em 1em;
    height: auto;
}

#pnlresults .largecta,
{
    background-color: var(--second-color);
    color: #FFFFFF !Important;
    padding: 8px 40px;
    width: auto;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}

    #pnlresults .largecta a,{
        color: #FFFFFF !Important;
    }

@media only screen and (max-width: 600px) {
    #pnlresults .image-left,
    .image-left,
    #pnlresults .image-right,
    .image-right {
        float: none;
        width: 100% !Important;
        margin: 0 0 1em 0;
    }
}

/*Main Page Set Up*/
#content {
    width: 100%;
    padding: 0;
    padding-top: 74px;
    float: left;
    clear: both;
    background-color: #FFF;
    box-sizing: border-box;
}

#content1,
#content2,
#content3,
#content4,
#content5 {
    padding: 0px 10px;
    box-sizing: border-box;
}

header {
    background: var(--fourth-color);
    z-index: 150;
    width: 100%;
    padding: 10px;
    display: none;
    /* -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.18);
        box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.18); */
    display: block;
    position: fixed;
    top: 0px;
    box-sizing: border-box;
    min-height: 64px;
}
@media only screen and (max-width:667px) {
    header {font-size: 80%;}

}
    /* Responsive Header */


.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-container, .w3-panel {
    padding: 3px 16px 0px 16px;
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-left {
    float: left !important;
    width: 190px;
}

.w3-right {
    float: right !important;
    width: 190px;
    text-align: right;
    padding-top: 0px;
}

.w3-rest {
    overflow: hidden
}

.w3-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.countdown{line-height: 20px;position:relative}

@media only screen and (max-width:768px) {
    .countdown{line-height: 20px;position:fixed;bottom:0px;right:0px;z-index:1;background-color: var(--first-color);padding:8px 20px!Important;border-top-left-radius: 10px;}
    .w3-left, .w3-rest {
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        min-height: 40px;
    }
    .w3-right {
        position: absolute;
        left: 0px;
        width: auto;
    }

    .w3-container, .w3-panel {
        padding: 0px;
        margin: 8px 0;
    }
}
/* Responsive Header */

#logo {
    width: auto;
    text-align: center;
    position: relative;
    top: 0;
}

    #logo img {
        width: 120px;
    }

#credit {
    width: 100%;
    clear: both;
    text-align: center;
    box-sizing: border-box;
    padding: 20px
}

    #credit p {
        color: #000;
        font-size: 12px;
        line-height: 14px;
    }


.hiddenstuff {
    display: none
}

/*IPORT CODE*/
/*DEV EXPRESS RESETS*/

.dxtvControl_Mulberry .dxtv-ndSel {color:unset;opacity:0.8}
.dxizControl .dxiz-wrapper {
    background-color: #efefef;
    border: 1px solid #ccc
}
.dxgvFocusedRow_Mulberry {
    color: #343434;
    background-color: #FFFFFF;
}
.dxigControl .dxig-thumbnailTextArea {
    background-color: rgba(70,70,70,0.75)
}

.dxbButton_iPortTheme1[class~="dxgvCommandColumnItem_iPortTheme1"], .dxgvEditFormTable_iPortTheme1 div.dxbButton_iPortTheme1 {
    color: #666 !important
}

.needhelp {
    display: inline-table;
    vertical-align: middle;
    margin: 0px 5px 5px 5px
}

.help-logo {
    display: inline-table;
    vertical-align: middle
}

/*CALENDAR PICKER CORRECTIONS*/
.ajax__calendar_body {
    text-shadow: none !Important
}

.ajax__calendar_title {
    text-shadow: none !Important
}

.ajax__calendar_footer {
    text-shadow: none !Important
}

.droplist {
    width: 96%;
    padding: 2%;
    overflow: hidden;
    background: url(arrow_xs.png) no-repeat 225px #FFF;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    .droplist select {
        background: transparent;
        width: 309px;
        padding-right: 4px;
        padding-bottom: 7px;
        padding-left: 4px;
        padding-top: 0px;
        font-size: 12px;
        line-height: 1;
        border: none;
        border-radius: 0;
        height: 34px;
        -webkit-filter: none
    }

*::-moz-selection {
    background: none repeat scroll 0 0 #666;
    color: #fff;
    text-shadow: none
}


    a.currentpagebutton {
        color: #666
    }

    a.pagebuttonouter {
        color: #000
    }

        a.pagebuttonouter:hover {
            color: var(--first-color) !Important
        }

#contact {
    display: inline-block;
    text-align: right;
    background-color: #ccc;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: both;
    width: 50%;
    height: 40px;
    color: #fff;
    border-top: var(--first-color) solid 3px;
    border-bottom: 1px solid #999
}

.contactwrap {
    text-align: right;
    position: absolute;
    right: 2%;
    top: 5px;
}

.contacttel {
    bottom: 0px;
    position: absolute
}

.callpanel {
    display: inline;
    line-height: 40px;
    font-size: 20px
}

.sitesearch {
    display: inline
}

.txbsitesearch {
    margin-right: -22px;
    margin-bottom: 0px
}

.txbemail {
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 200px;
    padding: 3px 25px 3px 10px;
    display: inline
}

.searchglass {
    margin: 0px 0px 0px -20px;
    position: relative;
    top: 7px;
    left: -5px;
    cursor: pointer;
    background: none;
    float: left
}

.searchpagepadding {
    padding: 20px
}

.search-container {
    position: relative;
    overflow: auto;
    margin: 48px auto;
    width: 32%;
}

    .search-container input[type=text] {
        border: #C6D0D7 2px solid;
        font-weight: bold;
        background-color: #F1F3F4;
        color: #696D71;
        padding: 16px 42px;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }

        .search-container input[type=text]:focus {
            outline-width: 0;
        }

        .search-container input[type=text]:hover {
            background-color: #e8eaed;
        }

        .search-container input[type=text]::placeholder {
            color: #80868B;
        }

    .search-container span, .search-container button {
        position: absolute;
        top: 16px;
        font-size: 20px;
        color: #696D71;
        cursor: pointer;
    }

    .search-container button {
        z-index: 1;
        left: 11px;
        border: none;
        background-color: transparent;
    }

    .search-container span:last-child {
        right: 14px;
        display: none;
    }

a.search-site-page-ico {
    position: relative;
    top: -30px;
    left: 10px;
    color: var(--second-color)
}

footer a.search-site-page-ico {
    top: -28px;
}

footer #txbsitesearch {
    padding-left: 32px;
}

.paging {
    clear: both;
}

    .paging p span {
        display: block;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        margin: 16px;
    }

    .paging p #noresults {
        font-size: 12px;
        margin: 16px;
    }

    .paging p span a, #lblpagebuttonstop p span a {
        margin: 0 8px;
    }

.topspacing {
    margin-top: 40px
}

@media only screen and (max-width: 700px) {
    .search-container {
        width: 100%;
    }

    .paging p span {
        font-size: 18px;
    }

    .paging p #noresults {
        font-size: 16px;
    }

    .topspacing {
        margin-top: 0px
    }
}

.txbarchivesearch {
    /*background-color: #fff;
        border-color: #ccc #efefef #efefef #ccc;
        border-radius: 5px;
        border-style: solid;
        border-width: 1px;
        padding: 5px 25px 5px 10px;
        width: 100%;
        box-sizing: border-box;
        height: 40px;*/
    border: #C6D0D7 2px solid;
    font-weight: bold;
    background-color: #F1F3F4;
    color: #696D71;
    padding: 10px 30px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

@media only screen and (max-width: 904px) {
    /* .txbarchivesearch {
           width:100px;
       } */
}

a.search-site-glass-ico {
    cursor: pointer;
    color: #fff !Important;
    background: var(--second-color);
    padding: 7px;
    vertical-align: middle;
    margin-left: -10px;
    -webkit-transition: filter 0.3s;
    -moz-transition: filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
}

    a.search-site-glass-ico:hover {
        color: #fff !Important;
        -webkit-filter: brightness(0.83);
        filter: brightness(0.83);
    }

.searchglassprod {
    margin: 0px 0px 0px -20px;
    position: relative;
    top: 7px;
    left: -5px;
    cursor: pointer;
    background: none;
    float: left
}

.txbsitesearchprod {
    background-color: #efefef;
    border: #ccc solid 1px;
    display: inline;
    padding: 1% 15% 1% 1%
}

#contact2 {
    width: 100%;
    display: none;
    text-align: center;
    margin-bottom: 15px
}

#ctl00_contact2 {
    display: none
}

.headcenter {
    text-align: center;
    width: 50%;
    margin-right: 10%
}

/*Content Areas*/
#sidebaright {
    width: 30%;
    float: right;
    margin-top: 20px
}

.sidebarhead {
    background-color: var(--first-color) !important;
    color: White !important;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    padding: 16px;
    margin-bottom: 0px;
    font-weight: bold;
}

    .sidebarhead:hover {
        color: #cccccc !Important;
    }

    .sidebarhead a {
        color: var(--first-color) !important;
    }

        .sidebarhead a:hover {
            color: #ccc !important;
            text-decoration: none;
        }

#sidebarleft {
    width: 30%;
    float: left;
    padding-right: 19px
}

    #sidebarleft h3 {
        background-color: #000;
        border-bottom: 2px solid #f60;
        box-shadow: 0 5px 12px -7px rgba(0,0,0,0.5);
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 5px 10px;
        text-shadow: 1px 1px #000;
        border-radius: 3px 3px 0 0
    }
/*.detailholder{border-bottom:1px solid #636363;border-right:1px solid #636363;border-left:1px solid #636363;margin-bottom:20px}*/
.detailholder {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    margin-bottom: 20px
}

.greybox-odd {
    background-color: #fff;
    padding: 10px
}

.greybox-even {
    background-color: #efefef;
    padding: 10px
}

.contactbox {
    background-color: #efefef;
    padding: 5px 5px 0px 30px;
    border-right: #666 solid 1px;
    border-left: #666 solid 1px;
    border-bottom: #666 solid 1px;
    color: #fff
}

.contacttxt, .contacttxt a {
    font-size: 20px;
    color: #B8CFE9;
    font-weight: 700;
    line-height: 180%;
    margin-left: 5px;
    text-shadow: 1px 1px 0px #ccc
}

    .contacttxt a:hover {
        color: #f60;
        text-decoration: none
    }

.news-summary-holder {
    display: inline
}

.news-image-holder {
    width: 25%;
    height: 60px;
    margin: 5px 10px 5px 0px;
    float: left
}

.news-image {
    max-width: 100%;
    max-height: 100%;
    text-align: left
}

.feature-article-holder {
    height: 325px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.feature-article-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
}

.feature-image {
    height: 325px;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, 0);
    position: relative;
    top: 0;
    left: 50%;
}

.feature-summary-holder {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 5%;
    bottom: 0;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5), rgba(0,0,0,1));
}

.feature-date {
    color: white;
    font-size: 16px;
}

.feature-title a {
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: 0.3s;
}

    .feature-title a:hover {
        color: grey !important;
    }

.author-wrap {
    display: table;
    width: 90%;
    margin-bottom: 10px;
    background-color: #efefef;
    padding: 5%
}

.author-image-holder { /*width:25%;*/
    height: 120px;
    overflow: hidden;
    margin: 0px 0px 10px 10px;
    float: right;
}

.author-image {
    max-width: 100px;
}

.news-title a {
    color: var(--first-color);
    display: block;
    font-size: 16px
}

    .news-title a:hover {
        color: #51a222 !Important;
        text-decoration: underline
    }

.news-date {
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 0px;
    display: block;
    text-align: left
}

.news-summary {
    font-size: 14px;
    line-height: 120%;
    margin: 0px
}

.read-blog {
    text-align: right;
    display: block
}

.more {
    background-color: var(--first-color);
    color: #FFF !Important;
    float: right;
    padding: 2px 10px;
    width: auto;
    font-size: 12px;
    min-height: 20px;
    border: 0px
}

    .more:hover {
        cursor: pointer;
        background-color: var(--first-color);
        color: #fff
    }

.moreleft {
    background-color: var(--first-color);
    color: #FFF !Important;
    padding: 2px 10px;
    width: auto;
    min-height: 20px;
    float: left;
    border: 0px;
    font-size: 12px;
    line-height: 20px
}

    .moreleft:hover {
        cursor: pointer;
        background-color: var(--first-color);
        color: #fff
    }

.more-info {
    background-color: var(--first-color);
    border: 0 none;
    color: #fff !important;
    float: right;
    font-family: "PT Sans",sans-serif !Important;
    font-size: 16px !important;
    font-weight: 400;
    min-height: 20px;
    padding: 0px 7px;
    margin-top: 6px !important;
    line-height: 30px !important;
    margin-left: 20px !Important;
    text-shadow: none !Important
}

    .more-info:hover {
        cursor: pointer;
        background-color: var(--first-color);
        color: #fff
    }

    .more-info:after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: transparent transparent transparent var(--first-color);
        border-image: none;
        border-style: solid;
        border-width: 15px 50px 15px 12px;
        content: "";
        height: 0;
        position: absolute;
        right: -31px;
        width: 0
    }

        .more-info:after:hover {
            cursor: pointer;
            border-color: transparent transparent transparent var(--first-color)
        }

.blockheadingside {
    background-color: var(--first-color);
    padding: 7px;
    text-align: center;
    color: #fff !Important
}

.buttonright {
    background-color: var(--first-color);
    color: #FFF !Important;
    padding: 5px 10px;
    width: auto;
    float: right;
    font-size: 12px;
    border: 0px;
    line-height: normal;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

    .buttonright:hover {
        cursor: pointer;
        background-color: #666;
        background-image: none;
        color: #fff !Important;
        text-decoration: none
    }

.button {
    background-color: var(--first-color);
    color: #FFF !Important;
    padding: 5px 10px;
    width: auto !important;
    border: 0px;
    font-size: 12px;
    line-height: normal;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

    .button:hover {
        cursor: pointer;
        color: #fff !Important;
        background-color: #666;
        background-image: none;
        text-decoration: none
    }

.largecta {
    background-color: var(--second-color);
    color: #FFF !Important;
    padding: 8px 40px;
    width: auto;
    border: 0px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
}

.reversebtn {background-color: var(--first-color);color:white!Important;}
.whitebtn {color: var(--first-color)!Important;background-color:white;}

    .largecta:hover {
        cursor: pointer;
        color: #fff !Important;
        background-color: black;
        background-image: none;
        text-decoration: none
    }

.medcta {
    background-color: var(--second-color);
    color: #FFF !Important;
    padding: 5px 25px;
    width: auto;
    border: 0px;
    font-size: 15px;
    text-transform: uppercase;
    background-image: none;
}

    .medcta:hover {
        cursor: pointer;
        color: #fff !Important;
        background-color: #666;
        background-image: none;
        text-decoration: none
    }

.smallcta {
    background-color: var(--second-color);
    color: #FFF !Important;
    padding: 4px 13px;
    width: auto;
    border: 0px;
    font-size: 12px;
    text-transform: uppercase;
    background-image: none;
    border: none;
    border-radius: 0px;

}

    .smallcta:hover {
        cursor: pointer;
        color: #fff !Important;
        background-color: #666;
        background-image: none;
        text-decoration: none
    }


.pagingholder {
    width: 100%;
    display: block;
    min-height: 30px;
    margin-top: 10px
}

.nextprev {
    background-color: #000;
    color: #FFF;
    padding: 4px 5px;
    width: auto;
    border: 0px;
    -webkit-box-shadow: 0px 0px 5px rgba(255,255,255,0.75);
    -moz-box-shadow: 0px 0px 5px rgba(255,255,255,0.75);
    box-shadow: 0px 0px 5px rgba(255,255,255,0.75)
}

    .nextprev:hover {
        cursor: pointer;
        background-color: #B8CFE9;
        color: #fff
    }

.sitesearchbtn {
    background-color: #2f6795;
    border: 1px solid #2f6795;
    color: #FFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 5px;
    text-decoration: none;
    width: 28%;
    -webkit-filter: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

    .sitesearchbtn:hover {
        background-color: var(--first-color);
        border: 1px solid var(--first-color)
    }

.clearboth {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.block {
    display: block
}




a.homeslidelink {
    color: #FFF
}

    a.homeslidelink:hover {
        text-decoration: underline
    }

.userimage {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin-bottom: -5px
}

/*Responsive Navigation CSS*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}


/* DOWNLOADABLE FILES */
.downloadholder {
}

.downloadheader {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 10px;
}

.downloadlink {
    background-color: transparent;
    display: block;
    padding: 2px;
}

    .downloadlink:hover {
        background-color: #CCC;
        cursor: pointer;
    }

.filetypelogo {
    margin-right: 10px;
    height: 30px;
    vertical-align: middle;
}

.downloaddescription {
    padding: 10px 0px;
}

/* CONTENT SUB MENU */


.submenuselected {
    background-color: #dddddd !important;
    color: White !important;
}

.contentsubmenu li {
    list-style: none;
}

.submenu1 {
    border-top: 1px solid #CCCCCC;
    display: block;
    width: 100%;
    line-height: 25px;
    padding: 3px 0;
    text-indent: 10px;
}

    .submenu1:hover {
        cursor: pointer;
        background-color: rgba(178, 178, 178, 0.6);
        color: #000;
    }

.submenu2 {
    display: block;
    line-height: 25px;
    padding: 3px 0 3px 7px;
    border-bottom: 1px solid #fff;
    background-color: #efefef;
    text-indent: 5px;
    font-size: 14px;
}

    .submenu2:hover {
        cursor: pointer;
        background-color: rgba(178, 178, 178, 0.6);
        color: #fff !Important;
        text-decoration: none;
    }

.submenu2active {
    background-color: rgba(178, 178, 178, 0.6);
    text-decoration: none;
}
/* Do not delete, this works on conjunction with menu-hightlight.js */

.submenulist, .downloadmenulist {
    list-style: outside none none;
    margin-left: 0;
}

    .submenulist li, .visitList li {
        margin-bottom: 0px;
    }

.filetypelogo {
    margin-right: 10px;
    height: 30px;
    vertical-align: middle;
}

.downloaddescription {
    padding: 10px 0px;
}

.searchinput {
    border: 0;
    height: 21px;
    width: 66%;
    padding-left: 5px;
    background-color: #fff;
    color: var(--first-color);
    font-size: 14px;
    -webkit-filter: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #000
}

.sitesearchwrap {
    width: 40%;
    line-height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: right
}

/* FOOTER */
footer {
    width: 100%;
    box-sizing: border-box;
    padding: 25px !Important;
    float: left;
    height: auto;
    clear: both;
    margin-top: 14px;
}
/*footer ul{margin-left:0px}
footer p{color:#fff}
footer a{color:#fff}
footer a:hover{color:var(--first-color)}*/

.bottomlistitem {
    background: url("../images/footer-list.png") no-repeat scroll left top transparent;
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0 0 0 15px
}

    .bottomlistitem:hover {
        background-position: 2px top
    }

.bottomlink {
    color: #fff !important
}

    .bottomlink:hover {
        color: #ccc !important
    }

.bottomtitle {
    font-size: 1.3em;
    margin: 0 0 16px;
    padding: 0;
    color: #fff
}

.bottomtext {
    color: #DDD;
    font-size: 12px
}

.bottomnewstitle {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px
}

.bottomnewstext {
    color: #ccc;
    font-size: 13px;
    line-height: 1.5em;
    padding: 0
}

.bottomnewslink {
    color: #018FE3 !important;
    font-size: 13px;
    margin-left: 5px
}

    .bottomnewslink:hover {
        color: #fff !Important
    }

.footernewsitem {
    float: left;
    margin: 5px 0px;
    border-top: 1px solid #ccc;
    width: 100%
}

.footernewstitle {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    color: #fff
}

.footernewsitem p {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    color: #ccc !Important;
    margin-right: 55px
}

/* END FOOTER */

/* Share Buttons */
.socialbuttonholder {
    display: block;
    height: 20px;
    padding: 10px 0 0 8px;
    text-align: center
}

.socialholder {
    display: block;
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    text-align: left;
    width: 100px
}

.socialheader {
    color: #666;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 100%
}

.socialemail {
    background-image: url("/images/emailsmall.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 20px;
    text-decoration: none;
    width: 30px
}

    .socialemail:hover {
        background-image: url("/images/emailsmallhover.png")
    }

/* PROJECT MODULE STYLES */
.projectlinks {
    color: Black
}

.projectholder {
    padding: 15px 0px 5px 0px;
    border-top: 1px solid #ccc
}

.projlistdiv {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

    .projlistdiv li {
        padding: 5px;
        background-color: #efefef
    }

        .projlistdiv li:nth-child(2n+1) {
            background-color: #fff
        }

.projectlogoholder {
    float: right;
    text-align: right
}

.projectlogo {
    max-height: 100%;
    max-width: 100%
}

.projectclientlogoholder {
    max-height: 100%;
    display: inline-block
}

.project-cta-wrap {
    background-color: #efefef;
    border: 1px solid #bbb;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

.project-cta {
    background-color: #efefef;
    border: 3px solid #fff;
    padding: 2%;
    float: left
}

.clientimage {
    height: 50px;
    margin: 2px;
    padding: 5px
}

.heading {
    color: var(--first-color)
}


.custom-image-half-right {
    float: right;
    width: 48%;
    margin: 0 0 2% 2%;
}

@media only screen and (max-width:667px) {
    .projectlogoholder {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px
    }
}
/* END PROJECTS MODULE STYLES */

.dxgv img {
    max-height: 17px;
}

/* HERO IMAGE WITH POSITIONED TEXT OVERLAY */
.tophero {
    margin: -10px -1% 0px -1%;
    max-height: 300px;
}

.herocontainer {
    background-color: #000047;
    position: relative;
    text-align: center;
    color: white;
    overflow: hidden !Important;
    height: 100%;
}

    .herocontainer img {
        min-height: 100%;
        min-width: 100%;
    }

.tophero img {
    opacity: 0.8;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s;
}

.tophero:hover img {
    opacity: 1.0;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.overlay-bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.overlay-top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.overlay-top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.overlay-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centredoverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    text-align: center;
}

    .centredoverlay h3 {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 25px;
    }

/* end hero overlay */

/*START OF EVENTS MODULE STYLES*/
.eventholder {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px 0px
}

.eventdescription {
    border-top: 1px;
    width: 85%
}

.event-side-label {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc
}

.eventlabel {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc;
    color: var(--first-color)
}

.eventlistdiv {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.eventposter {
    float: right;
    max-height: 100%;
    max-width: 100%
}

.eventpassed {
    color: white;
    font-size: 11px;
    width: 100%;
    display: block;
    padding: 1px 0px;
    background-color: red
}

.eventtitle {
    width: 60%;
    display: inline-block
}

.shortdescription {
    width: 60%;
    display: inline-block
}

.leftdate {
    margin-right: 3%;
    display: inline;
    text-align: center;
    border: 1px solid #ccc
}

.eventday {
    font-size: 11px;
    text-transform: uppercase;
    display: inline
}

.eventdate {
    font-size: 35px;
    line-height: 30px;
    font-weight: bold;
    color: red;
    display: inline
}

.eventmonth {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: red;
    display: inline
}

.eventyear {
    font-size: 16px;
    display: inline
}

.eventcalanderbutton {
    background-color: var(--first-color);
    color: #fff
}

#eventleft {
    width: 38%;
    float: left;
    color: var(--first-color)
}
/*END EVENTS MODULE STYLES*/

/* RESPONSIVE Youtube */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

/* RESPONSIVE GALLERY */
.gallerylargeholder {
    width: 100%;
    margin: 0px 0px 7px 0px;
    text-align: center;
    position: relative;
    background: black;
}

.gallerylarge {
    width: 100%;
    position: relative;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translate(-50%,0%);
    height: 366px;
}
/* <----SETS HEIGHT OF MAIN GALLERY IMAGE */
.gallerythumblist {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
/* <---- Set alignment of thumbnails beneath main pic */
.thumbrowleft {
    background-color: #CCC;
    width: 5%;
    height: 90px;
    display: block;
    float: left
}

.thumbrowright {
    background-color: #CCC;
    width: 5%;
    height: 90px;
    display: block;
    float: left
}

.gallerythumbholder {
    width: 16% !important;
    display: inline-block;
    padding: 5px 1%;
    margin: 2px 1% 0px 0px;
    vertical-align: top;
    text-align: center;
    position: relative;
    height: 80px;
}
    /* <----SETS HEIGHT OF GALLERY THUMBS */
    .gallerythumbholder:hover {
        cursor: pointer;
        background-color: #CCC
    }

.gallerythumbholderselected {
    cursor: pointer;
    border: 2px solid lime
}

.gallerythumb {
    width: 100%;
    height: 80px;
    position: relative;
    object-fit: cover;
    top: 0;
    left: 50%;
    transform: translate(-50%,0%);
}

.galleryselected {
    background-color: #CCC
}

@media only screen and (max-width:667px) {
    .gallerylarge {
        height: 250px;
    }

    .gallerythumb {
        height: 50px;
    }
}

/* COMMENTS */

.comments {
    display: block;
}

.commentsholder {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #cccccc;
    float: left;
    padding: 2%;
    width: 96%;
}

.commentholder {
    margin-bottom: 10px
}

.commentusername { /*background-color:#b1bde5;*/
    border-top: 1px solid var(--first-color);
    display: block;
    font-weight: 400;
    padding: 5px 15px;
    color: var(--first-color);
}

.commentposted {
    color: #999999;
    display: block;
    font-size: 11pt;
    padding: 5px 0px 5px 0px;
}

.commentreplyholder {
    width: 84%;
    margin: 10px 0px 5px 10%;
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.commentusernamereply {
    color: #999999;
    display: block;
    font-size: 11pt;
    padding: 5px 2%;
}

.commentreply {
    color: #000;
    margin: 0px;
    padding: 0px 2% 5px 2%;
    width: 96%;
}

.commentreplyposted {
    color: #666;
    float: right;
}

.commentquote {
    color: #999;
}

.commentbuttonsreply {
    background-color: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: block;
    font-weight: 400;
    padding: 5px 2%;
    text-align: right;
    height: 22px;
    width: 96%;
}

.commentbody {
    background-color: #fff;
    display: block;
    font-weight: 400;
    padding: 0px 15px 15px 15px;
}

.commentbuttons {
    background-color: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    display: block;
    font-weight: 400;
    padding: 5px 2%;
    text-align: right;
    height: 25px;
    width: 96%;
}

.btncommentgood {
    margin-top: 3px;
    background-color: transparent;
    border: 0;
    color: Blue;
    display: inline;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-image: url('/images/thumbs-up-small-up.png');
    background-repeat: no-repeat;
    display: block;
    float: right;
}

    .btncommentgood:hover {
        cursor: pointer;
        background-image: url('/images/thumbs-up-small-hover.png');
    }

.btncommentbad {
    margin-top: 3px;
    background-color: transparent;
    border: 0;
    color: Blue;
    display: inline;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-image: url('/images/thumbs-down-small-up.png');
    background-repeat: no-repeat;
    display: block;
    float: right;
    margin-left: 10px;
}

    .btncommentbad:hover {
        cursor: pointer;
        background-image: url('/images/thumbs-down-small-hover.png');
    }

.btncommentreply, .btncommentreport {
    margin-right: 5px;
    float: left;
    background-color: var(--first-color);
    border: 0 none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    color: #FFFFFF !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 11px;
    padding: 3px 7px;
    width: auto;
    text-decoration: none;
}

.btncommentnew {
    float: left;
    background-color: var(--first-color);
    border: 0 none;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    color: #FFFFFF !important;
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 11px;
    padding: 3px 7px;
    width: auto;
    text-decoration: none;
}

    .btncommentnew:hover {
        cursor: pointer;
        background-color: #000000;
        text-decoration: none;
        color: #fff;
    }

.commentgoodcount {
    color: #666;
    float: right;
    margin-top: 2px;
}

.commentbadcount {
    color: #666;
    float: right;
    margin-top: 2px;
}

.commentreported {
    width: 100%;
    padding: 20px;
    background-color: var(--first-color);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    text-align: center;
    color: #fff !important;
    vertical-align: baseline;
}

/*POPUP NEWS COMMENTS*/
#popupwindowreview {
    position: absolute;
    width: 300px;
    float: left;
    top: 40px;
    left: 50%;
    background-color: White;
    padding: 2%;
    border-radius: 10px;
    z-index: 2000;
    margin: -20px 0px 0px -150px;
}

#popupbackgroundreport { /*border:1px solid lime;*/
    position: absolute;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background-image: url('/images/black80.png');
    z-index: 1000;
}

#popupwindowreport {
    position: absolute;
    width: 50%;
    float: left;
    top: 40px;
    left: 21%;
    background-color: White;
    padding: 2%;
    border-radius: 10px;
    z-index: 2000;
    margin: -20px 0px 0px 0%;
}

/* POPUP */
#popupcalanderbackground {
    position: fixed;
    overflow: auto;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background-image: url('/images/black80.png');
    z-index: 100
}

#popupcalanderwindow {
    background-color: #fff;
    border-radius: 10px;
    float: left;
    left: 50%;
    margin: -20px 0 0 -42%;
    padding: 2%;
    position: absolute;
    top: 40px;
    width: 100%
}

.contactcalanderpopup {
    max-width: 60%
}

#popupbackground {
    position: fixed;
    overflow: auto;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.5);
    z-index: 154;
}

#popupwindow, #popupenquiry {
    background-color: #fff;
    border-radius: 10px;
    float: left;
    left: 50%;
    margin: -20px 0 0 -42%;
    padding: 20px;
    position: absolute;
    top: 40px;
    width: 85%;
    box-sizing: border-box;
}

.popupheadingholder {
    height: 40px;
    padding: 0px 0px 5px 0px;
    display: block;
    width: 100%
}

.popupclose {
    float: right;
    cursor: pointer;
}

.popupheading {
    float: left
}

#popupcontent {
    text-align: left
}

.contactpopup {
    max-width: 500px;
    min-width: 280px
}

#popupenquiry input, #popupenquiry textarea {
    width: 100%;
    max-width: 300px;
    padding: 8px;
    box-sizing: border-box;
}

.popupboatimage {
    width: 50%;
    float: left;
    padding-right: 10px
}

.popupdetailsthird {
    width: 33%;
    float: left;
    display: block
}

#popupmaindetails {
    display: block;
    min-height: 165px
}

.promptlabel {
    display: block;
    float: left;
    font-weight: bold;
    min-width: 250px;
    width: 25%;
}

.formrow {
    padding: 5px 5px;
    margin: 1px 5% 1px 1px;
    background-color: #efefef;
    width: 94%;
    display: block;
    float: left
}

.formtoprow {
    background-color: var(--first-color);
    color: #FFF !Important;
    padding: 8px 5px;
    width: 94%;
    border: 0px;
    font-size: 16px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    margin: 1px 5% 1px 1px;
    font-weight: bold
}

#gallerypopupbackground {
    position: absolute;
    height: 1180px;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    padding: 50px 0px 0px 0px;
    margin: 0px auto 0px auto;
    background-image: url('/images/black80.png');
    z-index: 300
}

#gallerypopupwindow {
    position: absolute;
    width: 80%;
    float: left;
    top: 40%;
    left: 50%;
    background-color: White;
    padding: 2%;
    border-radius: 10px;
    z-index: 400;
    margin: -20px 0px 0px -42%
}

/* Authors */

.author-image-holder {
    width: 25%;
    height: 120px;
    overflow: hidden;
    margin: 0px 0px 10px 10px;
    float: right;
}

    .author-image-holder img {
        max-width: 100px;
    }

.author-wrap p {
    font-size: 14px;
}

.linkedin-author {
    font-size: 25px !Important;
    color: #0073b1;
}

/* FORMS */
.forminputright {
    float: right
}

.forminputsmall {
    width: 30px
}

.forminputmedium {
    width: 80px
}

.forminputlarge {
    width: 150px
}

/* Blog Update */

/* USER STYLES FOR HTML EDITOR - DO NOT CHANGE ORDER ADD TO WITHOUT EDITING ADMINISTRATION/EDITPAGE.ASPX */

#pnlresults .image-full-width {
    width: 100%;
    height: auto;
}

#pnlresults .image-left {
    float: left;
    width: 50% !Important;
    padding: 0 1em 1em 0;
    height: auto;
}

#pnlresults .image-right {
    float: right;
    width: 50% !Important;
    padding: 0 0 1em 1em;
    height: auto;
}

.this-is-a-preview {
    text-align: center;
    background-color: #696D71;
    padding: 8px;
    width: 100%;
    font-weight: bold;
    color: white;
    clear: both;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.back-button {
    text-align: center;
    background-color: #696D71;
    padding: 8px 16px;
    width: 100%;
    font-weight: bold;
    color: white !important;
    text-decoration: none !important;
    clear: both;
    box-sizing: border-box;
    margin-bottom: 16px;
    float: left;
    width: 208px;
}

    .back-button:hover {
        color: white !important;
    }

.news-block-slides.detailholder {
    border: none;
    margin-bottom: 0;
}

.sharethis-inline-share-buttons {
    float: right;
    margin-top: -32px;
}


.sharethis-jobs {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    text-align: left !Important;
    margin-top: 0px;
}

@media only screen and (max-width: 677px) {
    .sharethis-inline-share-buttons {
        float: left;
        margin-top: 12px;
    }
}

.jobs-container {
    max-width: 992px;
    padding: 16px;
    margin: auto;
}

    .jobs-container #ddlnewsgroups {
        float: none;
        vertical-align: baseline;
    }

.news-page-wrap {
    box-sizing: border-box;
    padding: 10px 32px 0px 32px;
}

    .news-page-wrap h1 {
        display: inline-block;
        margin-bottom: 16px;
    }

#ddlnewsgroups {
    float: right;
    border: #C6D0D7 2px solid;
    font-weight: bold;
    background-color: #F1F3F4;
    color: #696D71;
    padding: 8px;
    font-size: 12px;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 16px;
}

#ddlnewsgroups {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    #ddlnewsgroups::-ms-expand {
        display: none;
    }

    #ddlnewsgroups:focus {
        outline-width: 0;
    }

/* #newpostbutton {
        padding: 8px;
        font-size: 12px;
        font-weight: 700;
    }

        #newpostbutton .fas {
            font-weight: 700;
        } */

.article {
    float: left;
    width: 31.66%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

    .article-listing a, .article a {
        position: relative;
        display: block;
    }

.article-image {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    background-color: var(--first-color);
}

    .article-image img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

.article-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

    .article-hover span {
        background-color: #696D71;
        display: block;
        padding: 8px;
        text-align: center;
        color: white;
        font-size: 24px;
    }

.article:hover .article-hover {
    opacity: 1
}

.article-description {
    width: 66.66%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0,0,0,.8);
    color: white;
}

.article-category {
    font-size: 12px;
}

.article-title {
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    max-height: 63px;
    margin: 0px 0 4px 0;
    overflow: hidden;
    display: block;
}

.article-details {
    font-size: 12px;
    line-height: 15px;
}

.author-image {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 10px
}

    .author-image img {
        width: 100%
    }

.article-star {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 16px;
}

.article-featured .article-star {
    display: block;
}

.article-featured .article-hover {
    background-color: rgba(23, 50, 81,.3);
}

.article-featured .article-description {
    background-color: rgba(23, 50, 81,.8);
}

.article:nth-child(1) {
    width: 57.5%;
}

    .article:nth-child(1) .article-title {
        font-size: 24px;
        line-height: 28px;
        max-height: 88px
    }

.article:nth-child(2), .article:nth-child(3) {
    width: 40%;
    margin-right: 0;
}

    .article:nth-child(2) .article-image, .article:nth-child(3) .article-image {
        padding-top: 37.31%;
    }

.article:nth-child(n+4) {
    margin-bottom: 0;
}

.article:nth-child(6) {
    margin-right: 0;
}

.article-listing {
    width: 23.125%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}

    .article-listing .article-image {
        padding-top: 100%;
    }

    .article-listing:hover .article-hover {
        opacity: 1
    }

    .article-listing .article-posted {
        display: block;
        font-size: 12px;
    }

    .article-listing:nth-child(4n) {
        margin-right: 0;
    }

@media only screen and (max-width: 1200px) {
    .article:nth-child(n+4) .article-details {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .article .article-title {
        font-size: 20px;
        line-height: 1;
        max-height: 42px;
    }

    .article:nth-child(1) {
        width: 100%;
    }

        .article:nth-child(1) .article-image {
            padding-top: 40%;
        }

        .article:nth-child(1) .article-title {
            font-size: 20px;
            line-height: 1;
        }

    .article:nth-child(2), .article:nth-child(3) {
        width: 48.75%;
        margin-right: 0;
    }

    .article:nth-child(2) {
        margin-right: 2.5%;
    }

        .article:nth-child(2) .article-image, .article:nth-child(3) .article-image {
            padding-top: 56.25%;
        }

    .article:nth-child(n+4) .article-description {
        top: 50%;
    }
}

@media only screen and (max-width:768px) {
    .article-listing {
        width: 31.667%;
    }

        .article-listing:nth-child(4n) {
            margin-right: 2.5%;
        }

        .article-listing:nth-child(3n) {
            margin-right: 0;
        }
}

@media only screen and (max-width: 677px) {
    .news-page-wrap {
        padding: 16px;
    }

        .news-page-wrap h1 {
            display: block;
            text-align: center;
        }

    .article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

        .article .article-details {
            display: none;
        }

        .article .article-title {
            font-size: 20px;
        }

        .article:nth-child(1) .article-title, .article .article-title {
            max-height: none;
            padding-bottom: 1px;
        }

        .article .article-description {
            bottom: 0;
        }

        .article:nth-child(1) {
            width: 100%;
        }

            .article:nth-child(1) .article-image {
                padding-top: 75%;
            }

            .article:nth-child(1) .article-title {
                font-size: 20px;
                line-height: 1;
            }

        .article:nth-child(2), .article:nth-child(3) {
            width: 100%;
        }

            .article:nth-child(2) .article-image, .article:nth-child(3) .article-image {
                padding-top: 56.25%;
            }

        .article:nth-child(n+4) {
            margin-bottom: 16px;
        }

        .article:nth-child(6) {
            margin-bottom: 0;
        }

    .article-listing {
        width: 100%;
        margin-bottom: 24px;
    }

        .article-listing .article-image {
            padding-top: 60%;
        }

        .article-listing .article-posted {
            display: none;
        }

        .article-listing:nth-child(2n) {
            margin-right: 0;
        }
}

.author {
    background-color: #efefef;
    padding: 16px;
    margin: 2.5% 0;
    clear: both;
    box-sizing: border-box;
    overflow: auto;
}

    .author h3, .author h4 {
        color: black;
    }

    .author .author-image {
        float: left;
        width: 135px;
        height: 135px;
        margin-right: 16px
    }

    .author #hypblogauthorlinkedin, .author #lblblogauthorlinkedin {
        float: right;
    }

.articlehead {
    overflow: auto;
}

.blogdate {
    margin-bottom: 8px;
    display: inline-block;
}

.socialbox {
    float: right;
}

.article-width {
    max-width: 750px;
    margin: auto;
    float: none !important;
    padding: 0 16px;
    box-sizing: border-box;
}

.related-stories {
    overflow: auto;
    text-align: left;
}

@media only screen and (max-width: 677px) {
    .social-buttons {
        float: none
    }

    .author .author-image {
        float: none;
        margin: auto;
        width: 250px;
        height: 250px
    }

    .author h3 {
        margin: 16px 0;
    }

    .socialbox {
        float: left;
    }

    .author #lblblogauthorlinkedin {
        margin: 12px 0;
    }

    .article-listing .article-description {
        top: 50%;
    }

    .articlehead {
        margin-bottom: 16px;
    }
}

#blogarchive {
    text-align: center;
    padding-top: 0.1px;
}

#blogarchivebody {
    overflow: auto;
    text-align: left;
}

.search-container {
    position: relative;
    overflow: auto;
    margin: 35px auto;
    width: 32%;
}

    .search-container input[type=text] {
        border: #C6D0D7 2px solid;
        background-color: #F1F3F4;
        color: #696D71;
        padding: 10px 20px 10px 40px;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }

        .search-container input[type=text]:focus {
            outline-width: 0;
        }

        .search-container input[type=text]:hover {
            background-color: #e8eaed;
        }

        .search-container input[type=text]::placeholder {
            color: #80868B;
        }

    .search-container span, .search-container button {
        position: absolute;
        top: 12px;
        font-size: 20px;
        color: #696D71;
        cursor: pointer;
    }

    .search-container button {
        z-index: 1;
        left: 11px;
        border: none;
        background-color: transparent;
    }

    .search-container span:last-child {
        right: 14px;
        display: none;
    }

#paging {
    padding-top: 16px;
    clear: both;
}

    #paging p span {
        display: block;
        font-size: 16px;
        text-align: center;
        margin: 16px;
    }

    #paging p #noresults {
        font-size: 12px;
        margin: 16px;
    }

    #paging p span a {
        margin: 0 8px;
    }

@media only screen and (max-width: 700px) {
    .search-container {
        width: 100%;
    }

    #paging p span {
        font-size: 24px;
        float: none !important;
        margin: auto;
        margin-bottom: 16px;
    }

    #paging p #noresults {
        font-size: 16px;
    }
}
.mobile-label {display:none}
.hide-desktop{display:none;}
@media only screen and (max-width:677px) {
    .mobile-center-text {
        text-align: center;
    }

    #ddlnewsgroups {
        float: none;
        margin-top: 0px
    }

    .mobile-label {display:block}
    .hide-mobile {display:none}
    .hide-desktop{display:block;}
}



#pnlresults {
    width: 100%;
    overflow: hidden;
}

/* End Blog Update */

/* BLOG ARCHIVE */
#blogarchive {
    background-color: White;
    display: block;
    padding-bottom: 20px
}

    #blogarchive ul {
        margin-left: 0;
    }

#blogarchiveheading {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 120%;
    margin: -10px -10px 10px;
    padding: 5px;
    text-shadow: none
}

#blogarchivebody {
    padding: 0px
}

.blogarchiveall {
    margin: 0px 0px 5px 0px;
    display: block;
    color: Black !important
}

.blogarchiveyear {
    width: 100%;
    box-sizing: border-box;
    padding: 3px 2%;
    display: block;
    background-color: #ccc;
    margin: 0px 0px 2px 0px
}

.blogarchiveyearselected {
    width: 100%;
    box-sizing: border-box;
    padding: 3px 4% 3px 0px;
    display: block;
    background-color: var(--first-color);
    color: #fff !important;
    margin: 0px 0px 2px 0px
}

.blogarchivemonth {
    width: 100%;
    box-sizing: border-box;
    padding: 3px 2% 3px 6%;
    display: block;
    background-color: #EFEFEF;
    margin: 0px 0px 2px 0px;
    color: Black !important
}

    .blogarchivemonth:hover {
        background-color: #ccc;
        color: White !important
    }

.blogarchivemonthselected {
    width: 100%;
    box-sizing: border-box;
    padding: 3px 2% 3px 6%;
    display: block;
    background-color: #CCC;
    color: black !important;
    margin: 0px 0px 2px 0px
}

.selectedarrow {
    margin: 0px 1% 0px 2%;
    display: block;
    float: left
}

/* BLOG ARTICLE LIST */
#pnlresults {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
}

.standard-article-wrap {
    display: table;
    width: 100%;
    margin: 10px 0px;
    border-bottom: 3px solid #ddd
}

.featured-article-wrap {
    display: table;
    width: 100%;
    margin: 10px 0px;
    border-bottom: 8px solid #ddd
}

.featured-imageholder-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.featured-imageholder {
    overflow: hidden;
    text-align: center;
}

.featured-image {
    max-width: 650px;
    width: 100%;
}

.featured-article-wrapimg {
    width: 100%;
    margin-bottom: 20px;
    text-align: center
}

.featured-article-title { /*font-size:200%;*/
    margin-top: 0px; /*text-align:center*/
}

.recommendedhead {
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ccc;
    color: var(--first-color);
    margin-top: 20px
}

.recommended-wrap {
    border: 3px solid #ccc;
    padding: 2%;
    text-align: center
}

.recommended-thumbholder-wrap {
    display: table;
    width: 100%;
    overflow: hidden
}

.recommended-thumbholder {
    height: 125px;
    overflow: hidden;
    position: relative;
}

.recommended-image {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.recommended-title-wrap {
    margin-top: 5px;
    overflow: hidden;
    height: 40px
}
/*Should be twice the recommended title line height */
.recommended-title {
    font-size: 16px;
    line-height: 19px
}

.recommended-date {
    font-size: 12px;
    margin-bottom: 5px
}

.bloglistthumbholder {
    border: 0 none;
    display: table-cell;
    float: left;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 2%;
    text-align: center;
    vertical-align: top;
    width: 150px
}

#blogarchivesearch {
    margin-top: 10px
}

.bloglistthumbholder {
    border: 0 none;
    display: table-cell;
    float: left;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 2%;
    text-align: center;
    vertical-align: top;
    width: 150px
}

#blogarchivesearch {
    margin-top: 10px
}

/* Mobile Article */

#pnlresults {
    width: 100%;
}

.featured-tag {
    background-color: var(--first-color);
    color: white;
    padding: 8px;
    font-size: 1.5em;
    display: none;
}

.article-fade {
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(224,224,224,0) 20%, rgba(0,0,0,0.8) 75%);
    background: -webkit-linear-gradient(top, #fff0 50%,#e0e0e000 20%,#000c 75%);
    background: linear-gradient(to bottom, #fff0 50%,#e0e0e000 20%,#000c 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000',GradientType=0 );
}

    .article-fade:hover {
        opacity: 0.8;
    }

.article-fade {
    display: none;
}

.mobile-article .featured-image {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.mobile-article.featured-article-wrap .article-fade {
    border: solid 5px var(--first-color);
    box-sizing: border-box;
}

.mobile-article.standard-article-wrap,
.mobile-article.featured-article-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    margin-right: 0;
    border-bottom: 0;
    height: 300px;
}

.bloglistthumbholder {
    border: 0 none;
    display: table-cell;
    float: left;
    height: 115px;
    margin-bottom: 20px;
    margin-right: 2%;
    text-align: center;
    vertical-align: top;
    width: 150px;
    overflow: hidden
}

.bloglistthumb {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

#blogarchivesearch {
    margin-top: 10px
}


.mobile-article .bloglistthumbholder {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}

/*.mobile-article .bloglistthumb, .mobile-article .featured-image
{  
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    object-fit: cover;
    margin-right: 0;
    transform: translate(-50%, -50%);
} */

.mobile-article .article-details {
    position: absolute;
    width: 90%;
    left: 0;
    bottom: 0;
    padding: 5%;
    z-index: 3;
}

    .mobile-article .article-details h3 {
        margin-bottom: 0;
    }

    .mobile-article .article-details a {
        color: white;
        font-family: "Lato", Tahoma, Arial, Geneva;
    }

    .mobile-article .article-details p {
        display: none;
    }

    .mobile-article .article-details .groupname {
        background-color: transparent;
        color: white;
        font-family: "Lato", Tahoma, Arial, Geneva;
    }

    .mobile-article .article-details .blogdate {
        display: inline-block;
        color: white;
        font-family: "Lato", Tahoma, Arial, Geneva;
    }

@media only screen and (max-width: 667px) {
    .mobile-article .article-fade {
        display: block;
    }

    .featured-tag {
        display: block;
    }
}

/* Mobile Article End */

#productsearch {
    display: block;
    margin-bottom: 15px
}

#prodcategories {
    display: block;
    margin-bottom: 15px
}

#prodmanufacturers {
    display: block;
    margin-bottom: 15px
}

#prodcolours {
    display: block;
    margin-bottom: 15px
}

#prodsizes {
    display: block;
    margin-bottom: 15px
}

/* RESPONSIVE GRID LAYOUTS */
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 2%;
}
.colhead {
    font-weight: bold;
}
    .col:first-child {
        margin-left: 0;
    }
.colcenter {
    text-align:center;
}
.colcheckboxlist-3 td {
    width:33%;
}
@media only screen and (max-width: 667px) {
.colcheckboxlist-3 td {
    width: 100%;
    display: block;
}
.colcheckboxlist-3 {margin-bottom:10px}}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}
.span_4_of_5 {
    width: 74%;
}

.span_3_of_5 {
    width: 55.5%;
}

.span_2_of_5 {
    width: 37%;
}

.span_1_of_5 {
    width: 18.5%;
}
/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.5%;
}

.span_2_of_4 {
    width: 49%;
}

.span_1_of_4 {
    width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66%;
}

.span_1_of_3 {
    width: 32%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49%;
}
/*  GRID OF THREE  */
.popspan_3_of_3 {
    width: 100%;
}

.popspan_2_of_3 {
    width: 65.66%;
}

.popspan_1_of_3 {
    width: 31.33%;
}

/*  GRID OF THREE  */
.popspan_3_of_3head {
    width: 100%;
    font-weight: bold;
}

.popspan_2_of_3head {
    width: 65.66%;
    font-weight: bold;
}

.popspan_1_of_3head {
    width: 31.33%;
    font-weight: bold;
}
/*  GO FULL WIDTH AT LESS THAN 667 PIXELS */

@media only screen and (max-width: 667px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .colcenter {
        text-align: left;
    }
    .span_2_of_2, .span_1_of_2, .span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
        width: 100%;
    }

    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
        width: 48%;
    }
    .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5, {
        width: 100%;
    }
  
}
/* END RESPONSIVE GRID LAYOUTS */


/* SITE SEARCH */
.sitesearchimage {
    height: 100px;
    max-width: 200px;
    margin-left: 7px
}

.businesslogoholder {
    max-width: 100%;
    max-height: 100%
}

.resultnumber {
    float: left;
    margin: 0px 5px 0px 0px;
    color: #666
}

/* CONTENT SEARCH RESULTS */
.contentsearchheading {
    padding: 10px 0px 0px 0px
}

.searchresultslist {
    min-height: 140px;
    border-bottom: 1px solid black
}

.searchresultsgrid {
    height: 250px;
    border: 1px solid #CCC;
    width: 29%;
    float: left;
    margin: 0px 1% 10px 0px;
    padding: 5px 1%;
    overflow: hidden
}

.categorydetails {
    float: right
}

.searchextractgrid {
    color: #000;
    font-size: 10pt
}

.contentsearchbutton {
    color: black;
    padding: 5px 2%;
    width: 96%;
    background-color: #D4E0E5;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 5px 0px;
    clear: both
}

    .contentsearchbutton:hover {
        background-color: Black;
        color: White;
        cursor: pointer;
        text-decoration: none
    }

.groupnamegrid {
    font-size: 11px;
    padding: 3px 1%;
    background-color: #fff;
    float: right;
    width: 98%;
    text-align: right
}

.groupname {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: right; /*width:100%;*/
    text-align: right
}

.groupnameevent {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: left; /*width:100%;*/
    text-align: right
}

.newgallerypreview {
    float: left;
    display: block;
    width: 22%;
    height: 150px;
    margin: 10px 1% 0px 0px;
    padding: 10px 1%;
    border: 0px dashed #CCC;
    background-color: #EFEFEF
}

.newgallerybutton {
    float: left;
    display: block;
    width: 24%;
    height: 170px;
    margin: 10px 1% 0px 0px;
    padding: 10px 1%;
    border: 0px dashed #CCC;
    background-color: #EFEFEF
}

    .newgallerybutton:hover {
        background-color: #CCC;
        cursor: pointer
    }

.newgalleryimageholder {
    background-color: white;
    display: block;
    height: 115px;
    margin-bottom: 10px;
    width: 100%
}

    .newgalleryimageholder:hover {
        background-color: #CCC;
        cursor: pointer
    }

/* SITE SEARCH */
.imageholder {
    width: 200px;
    height: 130px;
    float: left;
    display: block;
    text-align: left;
    margin-right: 10px
}

.searchimage {
    max-width: 100%;
    max-height: 100%;
    float: left
}

.rowheight {
    min-height: 140px; /*border-bottom:1px solid black;*/
}

.categoryname {
    font-size: 11px;
    padding: 3px 5px;
    background-color: #fff;
    float: right;
    text-align: right
}

/*---------------------------------------------------------MOBILE CODE-------------------------------------------------------------------
*/
/*Styles for screen 667px and lower*/
@media only screen and (max-width:667px) {
    .alignright {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%
    }

    .alignleft {
        display: block;
        height: inherit;
        margin: 10px 2%;
        width: 96%
    }

    #logo img {
        margin: 0
    }

    .prod-grid-item {
        float: left;
        width: 90%
    }

    .prod-grid-image {
        height: inherit;
        margin: 0 auto;
        width: 100%
    }

    .product-detail-holder {
        float: left;
        width: 90%;
        padding: 0 5%;
        margin-top: 15px
    }

    .product-long-description-holder {
        width: 90%;
        padding-right: 5%;
        padding-left: 5%;
        margin-top: 5%
    }

    .bookingstageholder table {
        font-size: 10px
    }

    .captionholderhome {
        bottom: 1%
    }

        .captionholderhome h3 {
            font-size: 8px
        }

        .captionholderhome p {
            font-size: 12px
        }

    header {
        padding: 8px 0px;
        height: 75px;
    }

    #logo {
        margin: 0px auto 0px auto;
        display: block;
        width: 100%;
        text-align: center
    }

    ul.socialicons {
        display: none
    }

    ul.socialsprite li {
        list-style-type: none;
        display: inline;
        float: right;
        padding: 1px 0px 0 0;
        height: 25px
    }

    .contactwrap {
        width: 100%;
        text-align: center;
        margin-top: 5px;
        margin-right: 0px;
        position: relative;
        right: 0;
    }

    .captionholder p {
        font-size: 14px
    }

    .captionholder a {
        font-size: 16px;
        line-height: 20px
    }

    .sitesearchwrap {
        float: none;
        width: auto;
        margin: 0 auto
    }

    .sidebaright {
        width: 100%;
        float: right
    }

    .sidebarleft {
        width: 100%;
        float: left
    }

    #contact {
        display: none
    }

    #contact2 {
        width: 100%;
        display: block;
        text-align: center
    }

    #ctl00_contact2 {
        width: 100%;
        display: block
    }

    .centered-btns_nav {
        display: none
    }

    ul.socialsprite {
        display: block;
        margin: 0 auto;
        width: 155px;
        height: 25px
    }

    .searchglass {
        display: none
    }
    /*EVENTS*/
    .eventholder {
        padding: 10px 0px 0px 0px
    }

    .eventpassed {
        color: white;
        text-align: center;
        display: inline;
        padding: 3px 0px;
        background-color: red
    }

    .eventtitle a {
        display: inline;
        font-size: 80%
    }

    .shortdescription {
        display: inline;
        display: none
    }

    .leftdate {
        float: none;
        width: 100%;
        margin-right: 0%;
        display: block;
        border: none;
        text-align: left
    }

    .eventday {
        font-size: inherit;
        line-height: inherit;
        display: inline;
        text-transform: none
    }

    .eventdate {
        font-size: inherit;
        line-height: inherit;
        display: inline;
        font-weight: bold;
        color: red
    }

    .eventmonth {
        font-size: inherit;
        text-transform: none;
        display: inline;
        line-height: inherit;
        font-weight: bold;
        color: red
    }

    .eventyear {
        font-size: inherit;
        line-height: inherit
    }
}
