/*
Theme  Name: davtech   
Version: 1.0
Author: DAVID BULANGALIRE 
Text Domain: d_davtech
Domain Path: /languages
*/

.dav-focus-teaser a:visited{border-bottom:none;}
#block-block-1352, #block-views-news-block-statements{
  padding: 20px 20px 0px 20px;
  background-color: #efefef;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
}
a:hover {
    text-decoration: none !important;
    cursor: pointer;
}
ul.primary,
ul.secondary {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #bbbbbb;
    list-style: none;
    margin: 1em 0 1.5em;
    padding: 0 2px;
    white-space: nowrap;
}

ul.primary li,
ul.secondary li {
    float: left;
    margin: 0.5em 3px 0;
}
.linev{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    overflow: hidden;
    color: #fff;
    padding-left: 15px;
}
.envant-date{
    /*display: inline;*/
    background-color: #285392;
    color: #fff;
    font-size: .8rem;
    padding: 2px !important;
    text-transform: uppercase;
    -webkit-box-shadow: 5px 0 0 #285392, -5px 0 0 #285392;
    box-shadow: 5px 0 0 #285392, -5px 0 0 #285392;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin-bottom: 5px;

}
ul.primary a,
ul.secondary a {
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    display: block;
    line-height: 1.5em;
    text-decoration: none;
}

ul.primary li {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: white 1px 1px 0;
    border: 1px solid #bbbbbb;
    border-bottom: 0;
    margin: 0.5em 0 0 3px;
}

ul.primary li.active {
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}

ul.primary a:link,
ul.primary a:visited {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #333;
    background-color: #dedede;
    letter-spacing: 1px;
    padding: 0 1em;
    text-align: center;
}

ul.primary a:hover,
ul.primary a:focus {
    background-color: #e9e9e9;
    border-color: #f2f2f2;
}
.table-header-rotated {
  th.rotate {
    height: 140px;
    white-space: nowrap;
    > div {
      transform:
        translate(-9px, 0px)
        rotate(-45deg);
      width: 30px;
    }
    > div > span {
      padding: 5px 10px;
    }
  }
}
ul.primary a.active {
    background-color: transparent;
    *zoom: 1;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
    background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    background-image: -ms-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    border-color: #fff;
}

ul.secondary {
    font-size: .9em;
    margin-top: -1.5em;
    padding-bottom: .5em;
}

ul.secondary a:link,
ul.secondary a:visited {
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -ms-border-radius: 0.75em;
    -o-border-radius: 0.75em;
    border-radius: 0.75em;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    text-shadow: white 1px 1px 0;
    background-color: #f2f2f2;
    color: #666;
    padding: 0 .5em;
}

ul.secondary a:hover,
ul.secondary a:focus {
    background-color: #dedede;
    border-color: #999;
    color: #333;
}

ul.secondary a.active,
ul.secondary a:active {
    text-shadow: #333333 1px 1px 0;
    background-color: #666;
    border-color: #000;
    color: #fff;
}

html {
    overflow-y: scroll
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

.lt-ie8 audio,
.lt-ie8 canvas,
.lt-ie8 video {
    display: inline;
    zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

ul {
    padding: 0;
    margin: 0 0 9px 15px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

.dav-row .item-list ul li {
    margin: 0px;
    padding: 0px;
}

.dav-row .item-list ul {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: square;
}

ol {
    margin-left: -20px
}

.lt-ie8 ol {
    padding: 0;
    margin: 0 0 9px 25px;
}

li {
    line-height: 18px;
    display: list-item
}

ol.dav-numbered {
    counter-reset: item;
    padding: 0;
    margin: 0 0 9px 0;
    list-style: decimal;
}

ol.dav-numbered li {
    display: block;
}

ol.dav-numbered li:before {
    content: counter(item) " ";
    counter-increment: item;
    font-weight: bold;
    padding-right: 5px
}

.dav-unstyled-list {
    list-style: none;
    margin: 0
}

.dav-menu-list {
    margin-bottom: 9px
}

.dav-menu-list li {
    padding: 10px;
    border-bottom: 1px solid #999
}

.dav-local-footer .dav-column3.dav-footer-navigation .dav-navigation-list ul {
    list-style: none;
    margin: 0
}

dl {
    margin-bottom: 18px;
}

dt,
dd {
    line-height: 18px;
}

dt {
    font-weight: bold;
    line-height: 17px;
}

dd {
    margin-left: 9px;
}

blockquote {
    padding: 0 0 0 25px;
    margin: 18px 0;
    font-style: italic;
    background: url(/wp-content/themes/davtech/img/icon/bg-blockquote-top.png) no-repeat top left
}

.node-shorthand-story blockquote {
    padding: 0 0 0 25px;
    margin: 18px 0;
    font-style: italic;
    background: none
}

blockquote.dav-float-right {
    margin-left: 20px;
    margin-top: 0;
    width: 230px;
}

blockquote p {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 22.5px;
    float: left;
    padding-right: 25px
}

blockquote p.dav-quote-mark {
    background: url(/wp-content/themes/davtech/img/icon/bg-blockquote-bottom.png) no-repeat bottom right;
}

blockquote cite {
    display: block;
    line-height: 18px;
    color: #999999;
    clear: both
}

blockquote cite:before {
    content: '\2014 \00A0';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

hr {
    margin: 5px 0 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
    height: 1px
}

b,
strong {
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: normal
}

address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dfn {
    font-style: italic;
    font-weight: normal
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

code,
kbd,
samp,
pre {
    padding: 0 3px 2px;
    font-family: "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.dav-scale-with-grid {
    max-width: 100%;
    height: auto;
}

img.dav-float-right {
    float: right;
    margin: 10px 0 10px 20px;
    clear: both
}

img.dav-float-left {
    float: left;
    margin: 10px 20px 10px 0;
    clear: both
}

.field-name-body img {
    margin: 10px 20px 10px 0;
    clear: both
}

.field-name-field-news-image {
    text-align: center;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.lt-ie8 .ir {
    line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.lt-ie8 .clearfix {
    zoom: 1;
}

.dav-horizontal-navigation li {
    float: left
}

.dav-float-right {
    float: right;
    clear: both
}

.dav-float-left {
    float: left;
    clear: both
}

.dav-break-word {
    word-wrap: break-word;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: verdana, arial, sans-serif;
    color: #171717;
}

h1,
h2,
h3,
h4,
h5,
h6,
.dav-page-title {
    font-family: inherit;
    color: inherit;
    text-rendering: optimizelegibility;
    margin: 0 0 10px 0;
    vertical-align: baseline;
}

.lt-ie8 h1,
.lt-ie8 h2,
.lt-ie8 h3,
.lt-ie8 h4,
.lt-ie8 h5,
.lt-ie8 h6,
.lt-ie8 .dav-page-title {
    vertical-align: middle
}

::-moz-selection {
    background: #0066ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0066ff;
    color: #fff;
    text-shadow: none;
}

p {
    margin: 0 0 10px 0
}
body p{
    font-size: 18px !important;;
    line-height: 25px!important;
    font-family: Lato ;
    align:justify;
}

.dav-highlight-day,
.dav-promo-teaser .dav-teaser-title,
.dav-current-date {
    font-family: "myriad-pro-n7", "myriad-pro", myriad, verdana, arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

h2,
h3,
h4,
h5,
h6,
.dav-global-navigation,
.dav-global-navigation-header-container,
.dav-global-navigation-container,
.dav-local-footer h3,
.dav-global-footer h3,
.dav-teaser-title,
.dav-listing-title,
.dav-vertical-breadcrumb,
.dav-btn {
    font-family: "myriad-pro-n6", "myriad-pro", myriad, verdana, arial, sans-serif;
    font-weight: 600;
    font-style: normal
}

.dav-branding-title,
.dav-topic,
.dav-global-navigation-tertiary,
.dav-local-navigation,
.dav-vertical-breadcrumb-navigation {
    font-family: "myriad-pro-n4", "myriad-pro", myriad, verdana, arial, sans-serif;
    font-weight: 400;
    color: #888888
}

.dav-title-search-term {
    font-family: "myriad-pro-i4";
    font-style: italic;
    font-weight: 400;
}

h1,
.dav-page-header h1,
.dav-page-sub-title h2,
.dav-secondary-content h2,
.dav-main-content-sub-column h2,
.dav-slide-caption-txt,
.dav-carousel-content p,
.dav-page-title,
.dav-sub-title,
legend,
.dav-primary-cta,
.dav-homepage-content h2,
.dav-highlight-date,
.dav-light-heading {
    font-family: "myriad-pro-n3", "myriad-pro", myriad, verdana, arial, sans-serif;
    font-weight: 300;
}

.dav-desktop-list-layout,
.dav-global-navigation-drawer {
    font-weight: bold
}

.dav-global-navigation-secondary-with-children p {
    font-weight: normal
}

.dav-datestamp,
blockquote {
    font-family: Georgia, "sans serif"
}

.dav-page-header h1,
.dav-carousel-content p,
.dav-page-title {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.dav-page-sub-title h2,
.dav-page-sub-title h1,
.dav-sub-title,
.dav-highlight-day {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
}

.dav-homepage-content h2 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 15px;
    width: 100%;
}

h1,
.dav-light-heading {
    font-size: 30px;
    line-height: 36px;
}

h2,
.dav-slide-caption-txt,
legend,
.dav-load-more-btn,
blockquote,
.view-what-is-happening ul.pager li a {
    font-size: 19px;
    line-height: 25px;
}

.dav-nav-tabs,
.dav-nav-pills {
    font-size: 19px;
    margin-bottom: 18px;
    font-weight: 200;
    line-height: 25px;
}

h3,
.dav-current-date,
.dav-highlight-date,
.dav-promo-teaser .dav-teaser-title {
    font-size: 17px;
    line-height: 23px;
}

h4,
.dav-branding-title {
    font-size: 15px;
    line-height: 21px;
}

h5,
.dav-tertiary-navigation,
.dav-enlarged-text,
.dav-teaser-title,
.dav-primary-cta,
.dav-btn,
.dav-local-footer h3,
.dav-global-footer h3,
.dav-desktop-list-layout,
.dav-global-navigation,
.dav-global-navigation-header-container,
.dav-global-navigation-container,
.dav-local-navigation {
    font-size: 14px;
    line-height: 20px;
}

h6,
cite {
    font-size: 13px;
    line-height: 19px
}

body,
label,
input,
button,
select,
textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    vertical-align: baseline;
}

.lt-ie8 body,
.lt-ie8 label,
.lt-ie8 input,
.lt-ie8 .dav-highlight,
button,
.lt-ie8 select,
textarea.lt-ie8 {
    vertical-align: middle
}

.dav-pagination {
    font-size: 11px;
    line-height: 15px
}

.dav-simple-heading,
.dav-listing-title {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold
}
.dav-listing-title a{
    color: #0070c0;

}
.dav-highlight {
    color: #fff;
    background: #55a51c;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 3px;
    margin-top: -15px;
    display: inline-block;
    margin-bottom: 10px
}

.dav-highlight-alert {
    color: #fff;
    background: #ea7125;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 3px;
    margin-top: -15px;
    display: inline-block;
    margin-bottom: 10px
}

.dav-news-listing .dav-datestamp {
    color: #6f6f6f;
    background: none;
    font-weight: normal;
    font-style: italic;
    font-size: 14px
}

.dav-highlight-date {
    text-transform: uppercase;
}

.dav-highlight-day {
    line-height: 30px
}

.dav-search-term {
    background: #fff79f;
    padding: 0 3px;
    display: inline-block
}

.dav-topic {
    text-transform: uppercase;
    font-size: 11px;
    background: #fff;
    color: #171717;
    padding: 0 6px 5px 0;
    display: inline-block;
}

a,
.dav-vertical-breadcrumb,
.dav-vertical-breadcrumb-navigation,
.dav-vertical-breadcrumb-children a {
    color: #0070c0;
    text-decoration: none;
    border-bottom: 0;
    outline: none;
}

a:visited {
    color: #0070c0;
    text-decoration: none;
    border-bottom: 1px dotted #ddbfdc
}

a:focus {
    color: #0070c0;
    outline: thin dotted;
    border-bottom: 0
}

a:hover {
    color: #0070c0;
    text-decoration: underline;
    border-bottom: 0
}

a:hover,
a:active {
    outline: none;
}

a:active {
    color: #0070c0;
    text-decoration: none;
    border-bottom: 0
}

.dav-global-navigation a,
.dav-page-header a,
.dav-local-footer a,
.dav-global-footer a,
.dav-global-navigation-drawer a,
.dav-quicklinks a,
.dav-open-quicklinks,
.dav-open-quicklinks:focus,
.dav-open-quicklinks:hover,
.dav-open-quicklinks:visited,
.dav-desktop-list-layout a:focus,
.dav-desktop-list-layout a:hover,
.dav-desktop-list-layout .dav-selected,
.dav-section-list-heading a,
.dav-section-list-heading a:focus,
.dav-section-list-heading a:hover,
.dav-focus-teaser a,
.dav-focus-teaser a:focus,
.dav-focus-teaser a:hover {
    color: #131010;
    text-decoration: none
}
.link-list a, .menu a {
    color: #fbfbfb;
    text-decoration: none
}
.dav-quicklinks-list a:focus,
.dav-quicklinks-list a:hover,
.dav-quicklinks-list a:active {
    text-decoration: none;
    background-color: #171717
}

.dav-global-navigation a:focus,
.dav-global-navigation a:hover,
.dav-global-navigation a:active,
.dav-global-navigation .dav-selected a {
    color: #5a5a5a;
    text-decoration: none
}

.dav-global-navigation a:visited,
.dav-desktop-list-layout a:visited,
.dav-close-panel:visited,
.dav-section-list-heading a:visited,
.dav-homepage-quicklinks a:visited,
.dav-slide-caption a,
.dav-quicklinks-list a:visited {
    border-bottom: 0
}

.dav-global-navigation-drawer a:focus,
.dav-global-navigation-drawer a:hover,
.dav-global-navigation-drawer a:active {
    text-decoration: underline
}

.dav-btn {
    background: #e4e4e4;
    border: 1px solid #999;
    padding: 4px 10px 4px 10px;
}

.dav-primary-cta {
    display: inline-block;
    background: #171717 url(/wp-content/themes/davtech/img/icon/bg-primary-cta-arrow.png) 100% 50% no-repeat;
    color: #fff;
    padding: 5px 25px 5px 10px;
    border: 0;
    text-shadow: none
}

.dav-primary-cta a {
    color: #fff !important;
    text-decoration: none;
}

.dav-primary-cta a:hover {
    color: #fff;
    text-decoration: none;
}

.dav-primary-cta:link,
.dav-primary-cta:visited {
    color: #f8f8f8;
    background: #171717 url(/wp-content/themes/davtech/img/icon/bg-primary-cta-arrow.png) 100% 50% no-repeat;
    border: 0
}

.dav-primary-cta:focus,
.dav-primary-cta:hover,
.dav-primary-cta:active {
    color: #f8f8f8;
    background: #454545 url(/wp-content/themes/davtech/img/icon/bg-primary-cta-arrow-over.png) 100% 50% no-repeat;
    border: 0;
    text-decoration: none
}

.dav-secondary-cta {
    background: url(/wp-content/themes/davtech/img/icon/bg-secondary-cta-arrow.png) 100% 50% no-repeat;
    display: inline-block;
    padding-right: 10px
}

.dav-search-listing a,
.dav-vertical-breadcrumb a {
    color: #737373
}

.dav-search-listing .dav-listing-title a {
    color: #0070c0;
}

.dav-teaser-title a,
.dav-pagination a,
.dav-load-more-btn,
.dav-load-more-btn:focus,
.dav-load-more-btn:hover,
.dav-load-more-btn:visited,
.view-what-is-happening ul.pager li a:focus,
.view-what-is-happening ul.pager li a:link,
.view-what-is-happening ul.pager li a:hover,
.view-what-is-happening ul.pager li a:visited {
    color: #171717
}

.dav-focus-teaser a {
    color: #171717;
}

.dav-btn-download-vcard:link,
.dav-btn-download-vcard:visited {
    background: #171717 url(/wp-content/themes/davtech/img/icon/icon-profile.png) 5px 50% no-repeat;
    padding: 5px 5px 5px 30px;
}

.dav-download-arrow {
    background: url(/wp-content/themes/davtech/img/icon/bg-download-arrow.png) center right no-repeat;
    height: 11px;
    width: 11px;
    padding-right: 20px;
}

.dav-btn-download-vcard:focus,
.dav-btn-download-vcard:hover,
.dav-btn-download-vcard:active {
    color: #f8f8f8;
    background-color: #454545
}

.dav-skipTo:link {
    position: absolute;
    left: -5000px;
    top: 0;
    color: #fff;
    padding: 10px
}

.dav-skipTo:focus {
    left: 5px;
    top: 5px;
    color: #fff;
    display: block;
    position: relative
}

a.dav-external {
    background: url(/wp-content/themes/davtech/img/icon/icon-external-link.png) no-repeat 100% 4px;
    padding-right: 15px;
}

.view-what-is-happening .item-list .pager li {
    padding: 0px;
    margin: 0px;
}

.dav-load-more-btn,
.view-what-is-happening ul.pager li a {
    background: #f3f3f3;
    border: 1px solid #cdcdcd;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    padding: 10px;
}

.dav-load-more-btn:link,
.dav-load-more-btn:focus,
.dav-load-more-btn:hover,
.dav-load-more-btn:visited,
.view-what-is-happening ul.pager li a:focus,
.view-what-is-happening ul.pager li a:link,
.view-what-is-happening ul.pager li a:hover,
.view-what-is-happening ul.pager li a:visited {
    border: 1px solid #cdcdcd;
}

.dav-focus-link {
    width: 33px;
    height: 33px;
    background: #313131 url(/wp-content/themes/davtech/img/icon/icon-fwd-btn.png) 14px 13px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0
}

.dav-icon {
    display: inline-block;
    background: url(/wp-content/themes/davtech/img/icon/icon-links-sprite.png) no-repeat 0 0;
    width: 20px;
    height: 25px;
    margin-right: 2px;
    position: relative;
    top: 5px
}

.dav-print-icon {
    background-position: 0 5px
}

.dav-lock-icon {
    background-position: 0 -25px
}

.dav-help-icon {
    background-position: 0 -55px
}

.dav-info-icon {
    background-position: 0 -80px
}

.dav-excel-icon {
    background-position: 0 -110px
}

.dav-pdf-icon {
    background-position: 0 -135px
}

.dav-word-icon {
    background-position: 0 -159px
}

.dav-social-media-icon {
    display: inline;
    background: url(/wp-content/themes/davtech/img/icon/social-media-icons2018.png) no-repeat 0 0;
    height: 16px;
    padding-left: 30px;
}

.dav-sinaweibo-icon {
    background-position: 0 -147px;
}

.dav-instagram-icon {
    background-position: 0 -126px;
}

.dav-facebook-icon {
    background-position: 0 -105px;
}

.dav-flickr-icon {
    background-position: 0 -84px;
}

.dav-itunes-u-icon {
    background-position: 0 -63px;
}

.dav-linkedin-icon {
    background-position: 0 -42px;
}

.dav-twitter-icon {
    background-position: 0 -21px;
}

.dav-youtube-icon {
    background-position: 0 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.lt-ie8 legend {
    margin-left: -7px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    margin-bottom: 5px;
}

.lt-ie8 button,
.lt-ie8 input {
    overflow: visible;
    zoom: 1;
    margin: 0 2.5px 5px 2.5px
}

button[disabled],
input[disabled] {
    cursor: default;
    color: #999
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

:-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

::-webkit-input-placeholder {
    color: #999999;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: auto;
}

.dav-uneditable-textarea {
    height: auto;
}

.dav-uneditable-input {
    overflow: hidden;
    white-space: nowrap;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #eee;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

.dav-input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea {
    width: 210px;
}

.lt-ie7 input {
    vertical-align: text-bottom;
}

input,
textarea,
.dav-uneditable-input {
    margin-left: 0;
}

.dav-input-mini {
    width: 60px;
}

.dav-input-small {
    width: 90px;
}

.dav-input-medium {
    width: 150px;
}

.dav-input-large {
    width: 210px;
}

.dav-input-xlarge {
    width: 270px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.dav-uneditable-input {
    display: inline-block;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    -webkit-border-radius: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.dav-uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.dav-uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
}

.lt-ie8 textarea:focus,
.lt-ie8 input[type="text"]:focus,
.lt-ie8 input[type="password"]:focus,
.lt-ie8 input[type="datetime"]:focus,
.lt-ie8 input[type="datetime-local"]:focus,
.lt-ie8 input[type="date"]:focus,
.lt-ie8 input[type="month"]:focus,
.lt-ie8 input[type="time"]:focus,
.lt-ie8 input[type="week"]:focus,
.lt-ie8 input[type="number"]:focus,
.lt-ie8 input[type="email"]:focus,
.lt-ie8 input[type="url"]:focus,
.lt-ie8 input[type="search"]:focus,
.lt-ie8 input[type="tel"]:focus,
.lt-ie8 input[type="color"]:focus,
.lt-ie8 .dav-uneditable-input:focus {
    outline: thin dotted 1px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #ddd;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 28px;
    line-height: 28px;
}

.lt-ie8 select,
.lt-ie8 input[type="file"] {
    margin-top: 4px;
}

select {
    width: 220px;
    border: 1px solid #bbb;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 3px 0;
    line-height: normal;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0;
}

.lt-ie8 input[type="checkbox"] {
    vertical-align: baseline;
    margin-top: 0;
    width: 13px;
    height: 13px;
}

.dav-radio,
.dav-checkbox {
    min-height: 18px;
    padding-left: 18px;
}

.dav-radio input[type="radio"],
.dav-checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}

.dav-controls > .dav-radio:first-child,
.dav-controls > .dav-checkbox:first-child {
    padding-top: 5px;
}

.dav-radio.inline,
.dav-checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.dav-radio.inline + .dav-radio.inline,
.dav-checkbox.inline + .dav-checkbox.inline {
    margin-left: 10px;
}

.dav-control-group {
    margin-bottom: 9px;
}

legend + .dav-control-group {
    margin-top: 18px;
    -webkit-margin-top-collapse: separate;
}

.dav-control-group.dav-warning > label,
.dav-control-group.dav-warning .dav-help-block {
    color: #c09853;
}

.dav-control-group.dav-warning .dav-checkbox,
.dav-control-group.dav-warning .dav-radio,
.dav-control-group.dav-warning input,
.dav-control-group.dav-warning select,
.dav-control-group.dav-warning textarea {
    color: #c09853;
    border-color: #c09853;
}

.dav-control-group.dav-warning .dav-checkbox:focus,
.dav-control-group.dav-warning .dav-radio:focus,
.dav-control-group.dav-warning input:focus,
.dav-control-group.dav-warning select:focus,
.dav-control-group.dav-warning textarea:focus {
    border-color: #a47e3c;
}

.dav-control-group.dav-error > label,
.dav-control-group.dav-error .dav-help-block {
    color: #b94a48;
}

.dav-control-group.dav-error .dav-checkbox,
.dav-control-group.dav-error .dav-radio,
.dav-control-group.dav-error input,
.dav-control-group.dav-error select,
.dav-control-group.dav-error textarea {
    color: #b94a48;
    border-color: #b94a48;
}

.dav-control-group.dav-error .dav-checkbox:focus,
.dav-control-group.dav-error .dav-radio:focus,
.dav-control-group.dav-error input:focus,
.dav-control-group.dav-error select:focus,
.dav-control-group.dav-error textarea:focus {
    border-color: #953b39;
}

.dav-control-group.dav-success > label,
.dav-control-group.dav-success .dav-help-block {
    color: #468847;
}

.dav-control-group.dav-success .dav-checkbox,
.dav-control-group.dav-success .dav-radio,
.dav-control-group.dav-success input,
.dav-control-group.dav-success select,
.dav-control-group.dav-success textarea {
    color: #468847;
    border-color: #468847;
}

.dav-control-group.dav-success .dav-checkbox:focus,
.dav-control-group.dav-success .dav-radio:focus,
.dav-control-group.dav-success input:focus,
.dav-control-group.dav-success select:focus,
.dav-control-group.dav-success textarea:focus {
    border-color: #356635;
}

.dav-form-actions {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #e4e4e4;
}

.lt-ie8 .dav-form-actions {
    zoom: 1;
}

.dav-form-actions:before,
.dav-form-actions:after {
    display: table;
    content: "";
}

.dav-form-actions:after {
    clear: both;
}

.dav-help-block {
    color: #555555;
    display: block;
    margin-bottom: 9px;
}

body {
    margin: 0;
    padding: 0;
    background: #efeaea;
    width: 100%;
}

.dav-row {
    clear: both;
    width: 100%;
    
    padding: 10px;
}

.lt-ie9 .dav-row,
.lt-ie8 .dav-row {
    min-width: auto
}

.dav-wrap {
    margin: 0 auto;
    position: relative;
    clear: both;
    width: 1100px;
}

.dav-fixed-container {
    width: 1024px
}

.dav-column,
.dav-column1,
.dav-column2,
.dav-column3,
.dav-column4,
.dav-column5,
.dav-column6,
.dav-column7,
.dav-column8,
.dav-column9,
.dav-column10,
.dav-column11,
.dav-column12 {
    float: left;
    margin-right: 0;
    padding: 0 0 0 0;
}

.dav-column1 {
    width: 8.333333333333334%;
}

.dav-column2 {
    width: 16.666666666666668%;
}

.dav-column3 {
    width: 25%;
}

.dav-column4 {
    width: 25%;
}

.dav-column5 {
    width: 41.66666666666667%;
}

.dav-column6 {
    width: 50%;
}

.dav-column7 {
    width: 58.333333333333336%;
}

.dav-column8 {
    width: 75%;
}

.dav-column9 {
    width: 75%;
}

.dav-column10 {
    width: 83.33333333333334%;
}

.dav-column11 {
    width: 91.66666666666667%;
}

.dav-column12 {
    width: 100%;
}

.lt-ie8 .dav-column1 {
    width: 8.133333333333335%;
}

.lt-ie8 .dav-column2 {
    width: 16.46666666666667%;
}

.lt-ie8 .dav-column3 {
    width: 24.8%;
}

.lt-ie8 .dav-column4 {
    width: 33.13333333333333%;
}

.lt-ie8 .dav-column5 {
    width: 41.46666666666667%;
}

.lt-ie8 .dav-column6 {
    width: 49.8%;
}

.lt-ie8 .dav-column7 {
    width: 58.13333333333333%;
}

.lt-ie8 .dav-column8 {
    width: 66.46666666666667%;
}

.lt-ie8 .dav-column9 {
    width: 74.8%;
}

.lt-ie8 .dav-column10 {
    width: 83.13333333333334%
}

.lt-ie8 .dav-column11 {
    width: 91.46666666666667%;
}

.lt-ie8 .dav-column12 {
    width: 99.8%;
}

.dav-content-container {
    padding: 10px;/* 20*/
}

.dav-search-container {
    padding: 20px 100px;
}

.dav-no-top-padding,
.dav-global-navigation-container,
.dav-navigation-list, .davtech-no-top-padding_home {
    /*padding: 0 20px 20px 20px*/
    padding: 10px;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
.fa:hover {
    opacity: 0.7;
}
.fa-instagram, .fa-youtube,.fa-linkedin,.fa-google,.fa-twitter,.fa-facebook {
    background: #125688;
    color: white !important;
  }
.dav-top-padding {
    padding: 20px 0 0 0
}

.dav-bottom-padding,
.dav-vertical-teaser-img {
    padding: 0 0 20px 0
}

.dav-side-padding {
    padding: 0 20px
}

.dav-vertical-padding,
.dav-listing-txt {
    padding: 20px 0
}

.dav-horizontal-teaser-img,
.dav-right-padding {
    padding: 0 20px 0 0
}

.dav-horizontal-teaser-txt,
.dav-left-padding {
    padding: 0 0 0 20px
}

.dav-no-left-padding {
    padding: 20px 20px 20px 0
}

.dav-listing-img {
    padding: 10px 0 10px 15px
}

.dav-vertical-teaser-txt,
.dav-no-padding,
.dav-promo-teaser .dav-vertical-teaser-img,
.dav-focus-teaser .dav-horizontal-teaser-img,
.dav-quicklinks-list {
    padding: 0 0 0 0
}

.dav-promo-teaser .dav-vertical-teaser-txt {
    padding: 15px
}

.dav-focus-teaser .dav-horizontal-teaser-txt {
    padding: 15px 15px 25px 15px
}

.dav-promo-teaser .dav-teaser-title {
    margin-bottom: 0
}

.dav-navigation-list h3 {
    padding-bottom: 10px;
}

.dav-navigation-list li {
    padding-bottom: 5px
}

.dav-event-cta-container {
    padding: 20px 20px 60px 20px;
}

.dav-notifications-container {
    padding: 10px 80px;
}

.dav-section-list-children {
    padding: 15px 20px 15px
}

.dav-footer-navigation {
    background: url(/wp-content/themes/davtech/img/icon/bg-footer-navigation.png) 100% 0 repeat-y;
}

.dav-global-footer .dav-footer-navigation:nth-of-type(4),
.dav-local-footer .dav-footer-navigation:nth-of-type(5) {
    background: none;
}

.dav-footer-navigation.last {
    background: none
}

.dav-recessed-banner {
    margin-bottom: -50px
}

.dav-recessed-content {
    padding-top: 50px
}

.dav-recessed-carousel {
    margin-bottom: -50px
}

.dav-recessed-content .dav-tertiary-navigation {
    margin-top: -50px;
    padding-bottom: 50px
}

.dav-recessed-sub-title {
    margin-bottom: -50px;
    overflow: auto;
}

.dav-recessed-secondary-content {
    margin-top: -36.6%
}

.dav-sub-column-right-border {
    border-right: 1px solid #e4e4e4
}

.dav-sub-column-left-border {
    border-left: 1px solid #e4e4e4;
    margin-left: -1px
}

.dav-teaser-divider {
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0
}

.dav-dotted-divider {
    margin: 0;
    border-bottom: 2px dotted #020902;
    border-top: 0
}

.dav-homepage-teaser {
    border-right: 1px solid #e4e4e4
}

.dav-alt {
    border-right: 0
}

.dav-heading-container {
    border-bottom: 1px solid #e4e4e4;
}

.block .view-image-credit {
    margin-top: 20px;
}

.dav-global-header {
    position: relative;
    z-index: 15
}

.js .dav-open-menu {
    background: url(/wp-content/themes/davtech/img/icon/btn-open-menu-sprite.png) no-repeat 0 0;
    width: 32px;
    height: 33px;
    float: left;
    display: none
}

.js .dav-open-menu:focus,
.js .dav-open-menu:hover,
.js .dav-open-menu:active {
    background-position: 0 -33px
}

.dav-main-logo {
    padding: 15px;
    display: block;
    float: left
}

.dav-main-logo:visited {
    text-decoration: none;
    border: 0
}

.dav-homepage-header .dav-main-logo {
    display: none
}

.dav-search-drawer {
    border-top: 1px solid #3f3f3f;
    position: relative;
    z-index: 5
}

.dav-search-drawer {
    display: none
}

.dav-site-search {
    padding: 5px;
    float: none
}

.dav-icon-search-btn {
    height: 32px;
    width: 32px;
    background: url(/wp-content/themes/davtech/img/icon/btn-search-sprite-small.png) 0 0 no-repeat;
    display: none
}

.dav-icon-search-btn:focus,
.dav-icon-search-btn:hover,
.dav-icon-search-btn:active {
    background-position: 0 -32px
}

.dav-search-form-wrapper {
    background: #2c2c2c;
    height: 32px;
    padding: 0 0 0 10px
}

.dav-site-search-form {
    display: block;
    padding: 15px;
}

.dav-site-search-form input {
    background: transparent;
    color: #9c9c9c;
    border: 0;
    float: left;
    padding: 7px 0;
    width: 92%;
}

.dav-site-search-form input.dav-search-submit {
    width: 22px;
    padding: 0;
    float: right;
    height: 32px
}

.dav-site-search .container-inline {
    background-color: #FFFFFF;
    border: 0;
    display: inline-block;
    -moz-box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    height: 42px;
    min-height: 42px;
}

.lt-ie8 .dav-site-search .dav-search-input {
    margin-left: 0;
}

.dav-site-search .container-inline .form-item-search-block-form input {
    border: 0;
    padding: 10px 8px 8px;
    vertical-align: middle;
    width: 75%;
    float: left;
    margin-bottom: 0
}

.dav-site-search .container-inline .form-actions input {
    width: 42px;
    padding: 0;
    float: right;
    height: 43px;
    -webkit-border-radius: 0;
    margin-right: 0;
    float: right;
    margin-right: -1px
}

.dav-site-search .container-inline {
    height: 32px;
    min-height: 32px;
    background-color: #343434;
}

.dav-site-search .container-inline .form-item-search-block-form input {
    width: 65%;
    padding: 7px 0 7px 8px;
    background-color: #343434;
    color: #fff
}

.dav-site-search .container-inline .form-actions input {
    width: 32px;
    height: 32px;
    padding: 0;
}

.dav-quicklinks {
    width: 100%;
    margin-top: 15px;
}

.dav-quicklinks-txt {
    padding: 8px 0 0 8px;
    display: block;
    float: left
}


.dav-content-container .siderbar-heading-title {
    color: #001254 !important;
    font-size: 25px !important;
    font-weight: bold !important;
}
.dav-content-container .siderbar-heading-title  h2 {
    color: #ffffff !important;
    font-family: "Poppins", Sans-serif !important;
    background-color: #244c8a;
}
.dav-content-container .davtech-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}



.dav-icon-dropdown {
    height: 32px;
    width: 32px;
    background: url(/wp-content/themes/davtech/img/icon/btn-quicklinks-sprite.png) 0 0 no-repeat;
    float: right
}

.dav-open-quicklinks:focus .dav-icon-dropdown,
.dav-open-quicklinks:hover .dav-icon-dropdown {
    background-position: 0 -42px;
}
.card-body {
   /* -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;*/
    padding: 1rem !important;
    background-color:#fff!important;
}
.dav-open-quicklinks {
    display: block;
    background: #3d3d3d;
    background: -moz-linear-gradient(top, #3d3d3d 0%, #292929 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d3d3d), color-stop(100%, #292929));
    background: -webkit-linear-gradient(top, #3d3d3d 0%, #292929 100%);
    background: -o-linear-gradient(top, #3d3d3d 0%, #292929 100%);
    background: -ms-linear-gradient(top, #3d3d3d 0%, #292929 100%);
    background: linear-gradient(to bottom, #3d3d3d 0%, #292929 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#292929', GradientType=0);
    ;
}

.js .dav-quicklinks-list {
    display: none
}

.js .dav-quicklinks-open .dav-icon-dropdown {
    background-position: 0 -84px;
}

.js .dav-quicklinks-open .dav-quicklinks-list {
    display: block;
    z-index: 6;
    position: absolute;
    background: #2a2a2a;
    border-top: #000 solid 1px;
    border-right: 0;
    width: 200px
}

.js .dav-quicklinks-open li {
    border-color: #4b4b4b;
}

.js .dav-quicklinks-list a,
.js .dav-quicklinks-list a:link,
.js .dav-quicklinks-list a:visited {
    padding: 8px 8px 8px 16px;
    display: block;
    background-position: 6px 50%
}

.js .dav-quicklinks-open .dav-global-navigation-container li {
    padding: 0
}

.dav-homepage-quicklinks {
    position: relative;
    right: -60px
}

.dav-homepage-quicklinks li a {
    padding: 0 10px 5px 15px;
    margin-bottom: 0;
    background: url(/wp-content/themes/davtech/img/icon/icon-fwd-btn.png) 0 6px no-repeat;
    display: block;
    font-weight: bold
}

.dav-highlight-event-item {
    border-top: 1px solid #e4e4e4
}

.dav-highlight-event-item:first-child {
    border-top: none;
}

.dav-highlight-date-container {
    width: 55px;
    float: left;
    margin: 0 10px 5px 0;
}

.dav-highlight-date {
    text-align: center;
    padding: 0px 0 2px 0
}

.dav-highlight-day,
.dav-highlight-event-link,
.dav-highlight-date {
    display: block
}

.dav-highlight-day {
    position: relative;
    bottom: -3px
}

.dav-highlight-event-details {
    padding: 5px 0 10px 0
}

.dav-highlight-event-link {
    padding: 3px 0 0
}

.dav-local-footer,
.dav-global-footer {
    padding: 20px 0
}

.dav-footer-logo {
    padding-top: 0
}

.dav-footer-logo img {
    padding-bottom: 20px
}

.dav-global-navigation {
    border-left: 1px solid #2e2e2e;
    margin-right: 10px;
    float: left
}

.dav-home-link-container {
    display: none
}

.dav-global-navigation li a {
    padding: 25px 20px;
    border-right: 1px solid #2e2e2e;
    display: block;
    word-wrap: break-word;
}

.dav-global-navigation li a:focus,
.dav-global-navigation li a:hover,
.dav-global-navigation li a:active,
.dav-global-navigation li.dav-selected a {
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
    margin-left: -1px;
    background: #171717;
    position: relative;
    z-index: 7;
}

.dav-global-navigation li.dav-selected a {
    margin-bottom: -1px;
    padding-bottom: 26px
}

.js .dav-global-navigation-drawer,
.js .dav-global-navigation-outer {
    display: none
}

.js .dav-drawer-open,
.js .dav-navigation-open {
    display: block
}

.dav-global-navigation-drawer {
    z-index: 4;
    position: relative;
    border-top: 1px solid #3f3f3f;
}

.dav-global-navigation-container li,
.dav-global-navigation-container li li {
    padding: 10px 0
}

.dav-global-navigation-container.last li {
    padding: 15px 0
}

.dav-global-navigation-secondary-with-children li {
    padding: 10px 0 0
}

.dav-global-navigation-header-container li {
    padding: 20px 0 20px 20px
}

.dav-global-navigation-container li a,
.dav-global-navigation-header-container li a {
    background: url(/wp-content/themes/davtech/img/icon/icon-fwd-btn.png) no-repeat 0 50%;
    padding-left: 10px
}

.dav-global-navigation-tertiary {
    border: 0;
}

.dav-global-navigation-header-container .dav-global-navigation-tertiary li {
    padding-left: 20px
}

.dav-global-navigation-container p,
.dav-global-navigation-tertiary {
    padding-top: 20px;
    margin-bottom: 0
}

.dav-global-navigation-outer {
    position: relative
}

.dav-close-menu {
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    background: #000 url(/wp-content/themes/davtech/img/icon/icon-close-menu-btn.png) 90% 50% no-repeat;
    padding: 20px 50px 7px 12px;
    border-left: 1px solid #3f3f3f;
}

.dav-menu-btn,
.dav-menu-indicator {
    display: none;
}

.dav-local-navigation li {
    margin: 0
}

.dav-local-navigation a {
    display: block;
}

.dav-local-navigation ul ul a {
    padding-left: 40px;
}

.dav-local-navigation ul ul ul a {
    padding-left: 60px;
}

.dav-local-navigation ul ul ul ul a {
    padding-left: 80px;
}

.js .dav-local-navigation {
    position: relative;
    z-index: 13
}

.js .dav-local-navigation .dav-local-navigation-container {
    margin: -1px 0 0 0;
    width: auto;
}

.js .dav-local-navigation li.dav-back-link,
.js .dav-local-navigation li.dav-back-link a {
    display: none;
    font-size: 0;
    height: 0;
    visibility: hidden;
    position: absolute
}

.js .dav-local-navigation li {
    display: inline;
    float: left;
    margin: 0 0 -1px 0
}

.js .dav-local-navigation li li {
    margin: 0
}

.js .dav-local-navigation li.dav-title {
    display: none
}

.lt-ie8 .dav-local-navigation li {
    margin: 0
}

.js .dav-local-navigation a {
    padding: 10px 20px;
}

.js .dav-local-navigation li.dav-sub>a {
    padding: 10px 40px 10px 10px;
    margin: 0
}

.js .dav-local-navigation li.dav-sub>a {
    background-image: url(/wp-content/themes/davtech/img/icon/bg-local-navigation-sub-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.js .dav-local-navigation li > ul {
    margin-top: -1px
}

.js .dav-local-navigation li ul {
    left: -9999px;
    position: absolute;
    width: 235px;
    z-index: 14;
}

.js .dav-local-navigation li.dav-hover a {
    display: block;
}

.js .dav-local-navigation li.dav-hover ul {
    left: auto;
}

.js .dav-local-navigation li.dav-hover ul {
    display: block;
    float: none;
}

.js .dav-local-navigation li.dav-hover li {
    float: none;
}

.js .dav-local-navigation li.dav-hover li a {
    display: block;
    padding: 10px 40px 10px 10px
}

.js .dav-local-navigation li.dav-hover ul li ul {
    left: -9999px;
}

.js .dav-local-navigation li.dav-hover ul li.dav-hover ul {
    left: 235px;
    top: 0;
}

.dav-tertiary-navigation {
    position: relative;
    z-index: 11
}

.dav-tertiary-navigation-structure {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.dav-vertical-breadcrumb li {
    line-height: 16px;
    position: relative;
    word-wrap: break-word
}

.dav-vertical-breadcrumb a {
    padding: 16px 30px 16px 20px;
    background: #fafafa url(/wp-content/themes/davtech/img/icon/bg-vertical-breadcrumb-up-arrow.png) no-repeat 95% 50%;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    position: relative;
}

.dav-vertical-breadcrumb-indicator {
    z-index: 9;
    display: block;
    width: 19px;
    height: 10px;
    background: url(/wp-content/themes/davtech/img/icon/bg-vertical-breadcrumb-indicator-arrow.png) no-repeat 0 0;
    position: absolute;
    bottom: -10px;
    left: 20px;
}

.dav-vertical-breadcrumb a:focus,
.dav-vertical-breadcrumb a:hover,
.dav-vertical-breadcrumb a:active {
    background: #efefef url(/wp-content/themes/davtech/img/icon/bg-vertical-breadcrumb-up-arrow.png) no-repeat 95% 50%;
    text-decoration: none
}

.dav-vertical-breadcrumb a:focus .dav-vertical-breadcrumb-indicator,
.dav-vertical-breadcrumb a:hover .dav-vertical-breadcrumb-indicator,
.dav-vertical-breadcrumb a:active .dav-vertical-breadcrumb-indicator {
    background: url(/wp-content/themes/davtech/img/icon/bg-vertical-breadcrumb-indicator-arrow-over.png) no-repeat 0 0;
}

.dav-vertical-breadcrumb-navigation {
    display: block;
    padding: 5px 20px;
    font-weight: bold
}

.dav-vertical-breadcrumb-navigation .dav-selected > a,
.dav-vertical-breadcrumb-navigation .dav-selected > a:focus,
.dav-vertical-breadcrumb-navigation .dav-selected > a:hover,
.dav-vertical-breadcrumb-navigation .dav-selected > a:visited,
.dav-vertical-breadcrumb-navigation a.active-trail,
.dav-vertical-breadcrumb-navigation a.active-trail:hover {
    color: #171717;
    text-decoration: none;
    cursor: default;
}

.dav-vertical-breadcrumb-navigation li {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4
}

.dav-vertical-breadcrumb-navigation li:last-child {
    border-bottom: 0
}

.dav-vertical-breadcrumb-children {
    border-bottom: 0;
    margin: 10px 0 0;
}

.dav-vertical-breadcrumb-children li {
    padding: 5px 5px 5px 0;
    border-bottom: 0;
    font-weight: normal
}

.dav-vertical-breadcrumb-children a {
    border-bottom: 0;
    background: #fff url(/wp-content/themes/davtech/img/icon/bg-vertical-breadcrumb-right-arrow.png) no-repeat 0 50%;
    font-weight: normal;
    padding: 0 0 0 15px
}

.dav-vertical-breadcrumb-children a:focus,
.dav-vertical-breadcrumb-children a:hover,
.dav-vertical-breadcrumb-children a:active {
    background: #fff url(/wp-content/themes/davtech/img/icon/bg-vertical-breadcrumb-right-arrow.png) no-repeat 0 50%;
    text-decoration: underline
}

.dav-vertical-breadcrumb-children .dav-selected a {
    cursor: default
}

.dav-vertical-breadcrumb-children .dav-selected a:focus,
.dav-vertical-breadcrumb-children .dav-selected a:hover {
    text-decoration: none
}

.dav-breadcrumb {
    color: #fff;
    padding-bottom: 20px
}

.dav-breadcrumb li {
    padding: 0 2px 0 17px;
    background: url(/wp-content/themes/davtech/img/icon/bg-breadcrumb-link.png) 5px 50% no-repeat;
    white-space: nowrap;
}

.dav-breadcrumb li:first-child,
.dav-breadcrumb li.first-child {
    background: none;
    padding: 0
}

.dav-breadcrumb .dav-home {
    background: url(/wp-content/themes/davtech/img/icon/icon-breadcrumb-home.png) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    padding: 0
}

.dav-breadcrumb .dav-current {
    margin: 0
}

.dav-breadcrumb a:visited,
.dav-mobile-parent a:visited {
    border: 0;
}

.dav-mobile-parent {
    display: none;
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 10px
}

.dav-mobile-parent .dav-menu-indicator {
    left: 0
}

.dav-page-title {
    clear: both
}

.dav-co-branding-logo {
    float: left;
    padding: 0 20px 20px 0
}

.dav-co-branding-container .dav-page-title {
    clear: none
}

.dav-page-sub-title {
    position: relative;
    z-index: 0
}

.dav-carousel {
    background: #fff;
    text-align: center;
    position: relative;
}

.dav-carousel .dav-carousel-container {
    position: relative;
    overflow: hidden;
}

.dav-carousel .dav-slides {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
}

.dav-slides,
.dav-slide {
    padding: 0;
    margin: 0
}

.dav-carousel li {
    position: relative;
    float: left;
}

.dav-carousel a {
    overflow: hidden;
}

.dav-carousel-controls {
    position: absolute;
    bottom: 0;
    right: 0
}

.dav-carousel-controls li {
    width: 50px;
    height: 50px;
    margin-left: 1px;
}

.dav-carousel-control-btn {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}

.dav-carousel-control-btn .dav-arrow-span {
    width: 25px;
    height: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    top: 50%;
    margin-top: -12.5px
}

.dav-carousel-controls .dav-next .dav-arrow-span {
    background-image: url(/wp-content/themes/davtech/img/icon/btn-carousel-next.png)
}

.dav-carousel-controls .dav-previous .dav-arrow-span {
    background-image: url(/wp-content/themes/davtech/img/icon/btn-carousel-prev.png)
}

.dav-slide {
    position: relative
}

.dav-slide-caption {
    background: url(/wp-content/themes/davtech/img/icon/bg-carousel-caption.png) repeat 0 0;
    position: absolute;
    bottom: 0;
    right: 102px;
    color: #fff;
    padding: 12px 16px 13px;
    left: 20px;
    text-align: left
}

.dav-slide-caption-txt {
    margin-right: 40px;
}

.dav-carousel-pagination {
    position: absolute;
    right: 16px;
    bottom: 16px
}

.dav-banner .dav-slide-caption {
    right: 20px
}

.dav-banner .dav-slide-caption-txt {
    margin-right: 0
}

.dav-related-links li {
    padding: 10px 20px 10px 0 !important;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0
}

.dav-listing-item {
    clear: both;
    position: relative;
    border-bottom: 1px dotted #000000;
    margin-bottom: 10px
}

.dav-listing-item:last-child {
    border: 0
}

.dav-news-listing {
    border-bottom: 1px dashed #b5b5b5;
}

.dav-event-details {
    border: 1px solid #e4e4e4;
    border-width: 1px 0 1px 0;
}

.dav-event-details-dl {
    float: left;
    margin: 0;
    padding: 0
}

.dav-event-details-dl dt,
.dav-event-details-dl dd {
    float: left;
    margin: 0;
    padding: 5px 10px 5px 0;
}

.dav-events-cta {
    float: right
}

.dav-events-cta li {
    margin-left: 10px
}

.dav-paging {
    margin-top: -38px
}

.dav-paging-btn {
    width: 38px;
    height: 38px;
    display: block;
    position: relative;
}

.dav-arrow-span {
    width: 8px;
    height: 11px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -5px
}

.dav-paging-btn:focus,
.dav-paging-btn:hover {
    background: #454545
}

.dav-next .dav-arrow-span {
    background-image: url(/wp-content/themes/davtech/img/icon/icon-fwd-btn-larger.png)
}

.dav-previous .dav-arrow-span {
    background-image: url(/wp-content/themes/davtech/img/icon/icon-back-btn-larger.png)
}

.dav-current-date {
    color: #fff;
    line-height: 38px;
    margin: 0 39px;
    position: relative;
    right: 39px;
    left: 0;
    background: #171717;
}

.lt-ie8 .dav-current-date {
    padding: 2px 0 3px 0
}

.dav-paging-container {
    text-align: center;
}

.dav-paging .dav-previous-li {
    float: left;
    border-right: 1px solid #fff
}

.dav-paging .dav-next-li {
    float: right;
    border-left: 1px solid #fff
}

.dav-filter-navigation {
    margin-left: -7px;
    padding: 8px 0 5px
}

.dav-filter-navigation li {
    border-right: 1px solid #444;
    line-height: 14px;
    padding: 0 7px;
    font-weight: bold
}

.dav-filter-navigation li:last-child {
    border: 0
}

.dav-teaser {
    clear: both
}

.dav-teaser p {
    margin-bottom: 20px;
}

.field-name-field-content-summary {
    min-height: 82px;
}

.dav-teaser-img-link {
    position: relative;
    display: block
}

.dav-overlay {
    width: 60px;
    height: 60px;
    background: url(/wp-content/themes/davtech/img/icon/icon-media-sprite.png) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.dav-audio-overlay {
    background-position: -10px -10px
}

.dav-video-overlay {
    background-position: -11px -108px
}

.dav-teaser-img-link:focus .dav-audio-overlay,
.dav-teaser-img-link:hover .dav-audio-overlay {
    background-position: -97px -10px
}

.dav-teaser-img-link:focus .dav-video-overlay,
.dav-teaser-img-link:hover .dav-video-overlay {
    background-position: -98px -108px
}

.dav-focus-teaser {
    margin-bottom: 20px;
    position: relative
}

.dav-focus-teaser-img {
    width: 41.6667%;
    float: left;
    margin-right: 0;
    padding: 0;
}

.dav-focus-teaser-txt {
    width: 58.3333%;
    float: left;
    margin-right: 0;
    padding: 0;
    color: #002e55;
}

.lt-ie8 .dav-focus-teaser-img {
    width: 41.1667%;
}

.lt-ie8 .dav-focus-teaser-txt {
    width: 58.1333%;
}

.dav-vertical-teaser-img {
    position: relative
}

.dav-topic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12
}

.dav-pagination {
    height: 36px;
    margin: 18px 0;
    position: relative;
}

.dav-pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.lt-ie8 .dav-pagination ul {
    display: inline;
    zoom: 1
}

.dav-pagination li {
    display: inline;
}

.dav-pagination .pager-item,
.dav-pagination .pager-last,
.dav-pagination .pager-first {
    padding: 5px 7px !important;
    line-height: 12px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    margin: 0 2px;
}

.dav-pagination .pager-current {
    padding: 5px 7px !important;
    line-height: 12px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    margin: 0 2px;
    background-color: #f2f2f2;
}

.dav-elipsis {
    padding: 5px 7px !important;
    line-height: 12px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    margin: 0 2px;
}

.dav-pagination .pager-previous,
.dav-pagination .pager-next {
    padding: 5px 7px !important;
    line-height: 12px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    margin: 0 2px;
    background: #000;
}

.dav-pagination .pager-item a:hover,
.dav-pagination .pager-first a:hover,
.dav-pagination .pager-last a:hover {
    background: none;
}

.dav-pagination .pager-previous a,
.dav-pagination .pager-next a,
.dav-pagination .pager-previous a:hover,
.dav-pagination .pager-next a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
}

.dav-elipsis {
    border: 0
}

.dav-pagination a:hover,
.dav-pagination .dav-active a {
    background-color: #f2f2f2;
    color: #000000;
}

.dav-pagination .dav-active a {
    cursor: default;
    font-weight: bold;
}

.dav-pagination-centered {
    text-align: center;
}

.dav-pagination-right {
    text-align: right;
}

.dav-pagination .dav-pagination-btn,
.dav-pagination .dav-previous-li {
    border: 0;
    width: 8px;
    height: 14px;
    display: block;
    position: relative;
    background: #000
}

.dav-pagination .dav-pagination-btn:hover {
    background: #454545
}

.dav-pagination .dav-previous-li {
    left: 0;
    top: 50%;
    margin-top: -6px
}

.dav-pagination .dav-next-li {
    right: 0;
    top: 50%;
    margin-top: -6px
}

.dav-list-container {
    text-align: center
}

.dav-mobile-list-layout {
    display: none
}

.dav-desktop-list-layout {
    padding-bottom: 10px
}

.dav-desktop-list-layout li {
    background: url(/wp-content/themes/davtech/img/icon/bg-navigation-divider.png) center right no-repeat;
    padding: 0 14px 0 5px;
    display: inline-block;
}

.lt-ie8 .dav-desktop-list-layout li {
    padding: 0 10px 0 5px;
    display: inline
}

.dav-desktop-list-layout li:last-child {
    background: none
}

.lt-ie8 .dav-desktop-list-layout li {
    padding: 0 4px 0 4px
}

.lt-ie8 .dav-desktop-list-layout li a {
    padding: 0 8px 0 0;
    top: 2px
}

.lt-ie8 .dav-desktop-list-layout a .dav-list-indicator {
    bottom: -28px;
    margin-left: -26px
}

.dav-desktop-list-layout a {
    position: relative;
}

.dav-desktop-list-layout a .dav-list-indicator {
    display: none;
    height: 21px;
    width: 41px;
    background: url(/wp-content/themes/davtech/img/icon/bg_list_indicator.png) 0 0 no-repeat;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -22px
}

.dav-desktop-list-layout a:focus .dav-list-indicator,
.dav-desktop-list-layout a:hover .dav-list-indicator,
.dav-desktop-list-layout .dav-selected .dav-list-indicator {
    display: block
}

td,
th {
    vertical-align: top;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.dav-table {
    width: 100%;
    margin-bottom: 18px;
}

.dav-table th,
.dav-table td {
    padding: 10px 15px;
    line-height: 18px;
    text-align: left;
    vertical-align: top
}

.dav-table th {
    font-weight: bold;
}

.dav-table thead th {
    vertical-align: bottom;
}

.dav-table caption + thead tr:first-child th,
.dav-table caption + thead tr:first-child td,
.dav-table colgroup + thead tr:first-child th,
.dav-table colgroup + thead tr:first-child td,
.dav-table thead:first-child tr:first-child th,
.dav-table thead:first-child tr:first-child td {
    border-top: 0;
}

.dav-table-condensed th,
.dav-table-condensed td {
    padding: 4px 5px;
}

.dav-table-bordered {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-collapse: separate;
    border-left: 0;
}

.lt-ie8 .dav-table-bordered {
    border-collapse: collapsed;
}

.dav-table-bordered td {
    border-left: 1px solid #e4e4e4;
}

.dav-table-bordered caption + thead tr:first-child th,
.dav-table-bordered caption + tbody tr:first-child th,
.dav-table-bordered caption + tbody tr:first-child td,
.dav-table-bordered colgroup + thead tr:first-child th,
.dav-table-bordered colgroup + tbody tr:first-child th,
.dav-table-bordered colgroup + tbody tr:first-child td,
.dav-table-bordered thead:first-child tr:first-child th,
.dav-table-bordered tbody:first-child tr:first-child th,
.dav-table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.dav-table-heading {
    display: none;
    font-weight: bold;
    padding-right: 10px;
    white-space: wrap;
}

caption {
    background: #fff;
    padding: 5px 0
}

.dav-responsive-table {
    position: relative
}

.dav-expanded-table {
    width: 1074px;
}

.dav-full-width-table {
    width: 1024px;
    max-width: 1024px;
}

.Zebra_DatePicker table {
    width: 100%;
    border: 0;
}

.Zebra_DatePicker .dp_footer {
    display: none
}

.Zebra_DatePicker .dp_daypicker td {
    text-align: right;
    padding: 0 3px 9px 6px;
    background: #e1e1e1;
    border: 1px solid #fff;
    border-width: 0px 1px 0 0;
    cursor: pointer
}

.Zebra_DatePicker .dp_daypicker th {
    text-align: center;
    background: #fff;
    color: #444;
    font-weight: normal;
    padding: 5px
}

.Zebra_DatePicker .dp_daypicker tr {
    border-bottom: 1px solid #fff
}

.Zebra_DatePicker .dp_daypicker tr:last-child {
    border: 0
}

.Zebra_DatePicker .dp_daypicker tr td:last-child {
    border-right: 0;
}

.Zebra_DatePicker .dp_header {
    border-top: 1px solid #d5d3d2
}

.Zebra_DatePicker .dp_header td {
    color: #FFF
}

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
    width: 30px
}

.Zebra_DatePicker .dp_header .dp_caption,
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
    text-align: center;
    background: #fff;
    color: #444;
    padding: 5px
}

.Zebra_DatePicker .dp_header .dp_hover {
    background: #222;
    color: #FFF;
}

.Zebra_DatePicker .dp_header .dp_blocked {
    color: #888;
    cursor: default
}

.Zebra_DatePicker td.dp_not_in_month {
    background: #edeaea;
    color: #b4b3b3;
    cursor: default
}

.Zebra_DatePicker td.dp_selected {
    background: #222;
    color: #FFF !important
}

.Zebra_DatePicker td.dp_current {
    background: #888888;
    color: #fff
}

.Zebra_DatePicker td.dp_disabled_current {
    background: #edeaea;
    color: #b4b3b3;
}

.Zebra_DatePicker td.dp_disabled,
.Zebra_DatePicker td.dp_weekend_disabled {
    background: #edeaea;
    color: #b4b3b3;
    cursor: default
}

.Zebra_DatePicker td.dp_hover {
    background: #222;
    color: #FFF
}

.js .dav-event-dates {
    display: none
}

.dp_highlighted a {
    display: block;
    position: relative;
}

.dav-event-indicator {
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -4px;
    left: -2px;
    display: block;
    background: #f3f3f3
}

.dav-nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

.dav-nav > li > a {
    display: block;
}

.dav-nav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}

.dav-nav > li > a:visited {
    border: 0
}

.dav-nav-tabs {
    padding-left: 20px;
    border-bottom: 2px solid #0088cc;
}

.dav-nav-tabs,
.dav-nav-pills {
    margin-bottom: 0
}

.lt-ie8 .dav-nav-tabs,
.lt-ie8 .dav-nav-pills {
    zoom: 1;
}

.dav-nav-tabs:before,
.dav-nav-pills:before,
.dav-nav-tabs:after,
.dav-nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.dav-nav-tabs:after,
.dav-nav-pills:after {
    clear: both;
}

.dav-nav-tabs > li,
.dav-nav-pills > li {
    float: left;
    margin: 0;
    word-wrap: break-word;
    padding-bottom: 0
}

.lt-ie8 .dav-nav-tabs > li,
.lt-ie8 .dav-nav-pills > li {
    white-space: nowrap;
}

.dav-nav-tabs > li > a,
.dav-nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 20px;
}

.lt-ie8 .dav-nav-pills > li a {
    padding-bottom: 15px
}

.dav-nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
}

.dav-nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.dav-nav-tabs > .active > a,
.dav-nav-tabs > .active > a:hover {
    cursor: default;
    color: #ffffff;
    background-color: #0088cc;
}

.dav-nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.dav-nav-pills > .active > a,
.dav-nav-pills > .active > a:hover {
    color: #ffffff;
    background-color: #0088cc;
}

.tab-content {
    overflow: auto;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.dav-notifications-panel {
    border-bottom: 4px solid red;
    margin-bottom: 20px;
    position: relative;
    -moz-box-shadow: 0 2px 1px 0 #eee;
    -webkit-box-shadow: 0 2px 1px 0 #eee;
    box-shadow: 0 2px 1px 0 #eee;
}

.dav-notifications-panel p {
    padding-top: 5px
}

.dav-close-panel {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(/wp-content/themes/davtech/img/icon/btn-close-panel.png) 0 0 no-repeat
}

.dav-notifications-icon {
    float: right;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 5px 5px 5px 30px;
    margin-bottom: 0
}

.dav-success-icon {
    background-image: url(/wp-content/themes/davtech/img/icon/icon-success.png)
}

.dav-warning-icon {
    background-image: url(/wp-content/themes/davtech/img/icon/icon-warning.png);
    padding-left: 35px
}

.dav-alert-icon {
    background-image: url(/wp-content/themes/davtech/img/icon/icon-alert.png)
}

.dav-information-icon {
    background-image: url(/wp-content/themes/davtech/img/icon/icon-information.png)
}

#tooltip {
    text-align: center;
    color: #f7fcff;
    background: #4f4f4f;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border: 1px solid #e4e4e4;
    -moz-box-shadow: 0 2px 1px 0 #eee;
    -webkit-box-shadow: 0 2px 1px 0 #eee;
    box-shadow: 0 2px 1px 0 #eee;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4f4f4f;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #f7fcff;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

.dav-partnership-branding {
    border-top: 4px solid #eee
}

.dav-logo-container {
    border-bottom: dotted 2px #e4e4e4;
    position: relative
}

.dav-logo-container:last-child {
    border: 0
}

.dav-logo-list li {
    margin-top: 25px;
    margin-right: 40px
}

.dav-branding-title {
    position: absolute;
    top: 1px;
    right: 0;
}

.dav-section-list-heading {
    display: block;
    border-right: 1px solid #e4e4e4;
    margin-bottom: 0
}

.dav-section-list-children {
    border-right: 1px solid #e4e4e4;
    margin-bottom: 0
}

.dav-section-list {
    margin-bottom: 0
}

.dav-section-list li {
    padding: 5px 0
}

.dav-section-list-children li {
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold
}

.dav-section-list-children li li,
.dav-section-list-children li:last-child {
    border: 0;
    font-weight: normal
}

.lt-ie9 .dav-section-list-children li.dav-last {
    border: 0;
}

.lt-ie9 .dav-section-list-children li li {
    font-weight: normal
}

.dav-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.dav-video-container iframe,
.dav-video-container object,
.dav-video-container embed,
.dav-video-container-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.section-museums-and-collections {
    background: #e9f4f6;
}

body.section-museums-and-collections .dav-page-header {
    background: none;
}

body.section-museums-and-collections .dav-content {
    background: none;
}

body.section-museums-and-collections .dav-content .dav-wrap {
    background: #FFF;
}

body.section-museums-and-collections .dav-carousel-content p,
body.section-museums-and-collections .dav-page-title {
    color:#1a3f71;
}

body.section-museums-and-collections .dav-breadcrumb a,
body.section-museums-and-collections .dav-breadcrumb span {
    color:#1a3f71;
}

body.section-museums-and-collections .dav-local-footer {
    background:#1a3f71;
}

body.section-museums-and-collections #page {
    background: url(/wp-content/themes/davtech/img/icon/bg-museums-and-collections.jpg) no-repeat center 0;
}

body.section-museums-and-collections .dav-breadcrumb li {
    background: url(/wp-content/themes/davtech/img/icon/bg-breadcrumb-link-museums.png) 5px 50% no-repeat;
}

body.section-museums-and-collections .dav-breadcrumb li:first-child,
.dav-breadcrumb li.first-child {
    background: none;
    padding: 0
}

body.section-museums-and-collections .dav-breadcrumb .dav-home {
    background: url(/wp-content/themes/davtech/img/icon/icon-breadcrumb-home-museums.png) 0 0 no-repeat;
}

.field-name-body .field-slideshow-wrapper img {
    margin: 0;
}

.field-slideshow-wrapper {
    margin: 10px 20px 10px 0;
}

.leaflet-popup-content p {
    margin: 1px 0 1px 0;
}

.leaflet-popup-content p + br {
    display: none;
}

.global-cambridge-no-carousel .dav-recessed-content,
.global-cambridge-no-carousel .dav-recessed-secondary-content {
    padding-top: 0;
    margin-top: 0;
}

#block-aggregator-category-2 ul {
    list-style: none
}
/**
* davtech code
*/

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.CType-udembib_recherche_sofia .udem-pastille-collection-sofia-large {
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    padding-top: 50px;
    padding-top: 70px;
    margin-bottom: 10px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.CType-udembib_recherche_sofia .udembib-recherche-sofia-index {
    width: 100%;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
button, select {
    text-transform: none;
}
select:not(:-internal-list-box) {
    overflow: visible !important;
}
user agent stylesheet
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.CType-udembib_recherche_sofia .input-group {
    font-weight: 500;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.CType-udembib_recherche_sofia .close {
    font-size: 26px;
    line-height: 1;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.6;
    filter: alpha(opacity=20);
    position: absolute;
    left: -26px;
    top: 6px;
    display: none;
    z-index: 3;
}
.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.main-section .CType-udembib_recherche_sofia .input-group-btn .btn {
    height: 36px;
}
.CType-udembib_recherche_sofia .input-group-btn > .btn {
    margin: 0;
    border: 0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-btn > .btn {
    position: relative;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn, #udem-phone-menu .udem-phone-menu-primary, #udem-phone-menu .udem-phone-menu-langs, #udem-phone-menu .udem-phone-menu-quick, #udem-phone-menu .udem-phone-menu-links, #udem-phone-menu .udem-phone-menu-search, #udem-toggle-secondary-nav {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.list-fac{
    padding: 1px 1px!important;
    font-size: 12px!important;
    line-height: 1.0!important;
}
.main-section .CType-udembib_recherche_sofia .glyphicon-search {
    font-size: 26px;
    color: #a8b6d0;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (min-width: 640px){
.main-section .CType-udembib_recherche_sofia .recherche-avancee {
    margin-top: 0;
    margin-right: 50px;
}
.CType-udembib_recherche_sofia .recherche-avancee {
    float: right;
}
}
.CType-udembib_recherche_sofia .udem-pastille-collection-sofia-large.udem-pastille-collection-sofia-large::before {
    content: url(/typo3conf/ext/udem_bib/Resources/Public/Images/Pastilles/collection-sofia.svg);
}
.CType-udembib_recherche_sofia .udem-pastille-collection-sofia-large::before {
    display: inline-block;
    width: 118px;
    height: 118px;
    margin-top: -50px;
    margin-right: 12px;
    flex: 0 0 118px;
}
.CType-udembib_recherche_sofia .udem-pastille-collection-sofia-large {
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
    padding-top: 50px;
    padding-top: 70px;
    margin-bottom: 10px;
}
/** end davtec ***/
@media only screen and (min-width:1200px) {
    .dav-wrap {
        width: 1100px
    }
}

@media only screen and (max-width:1199px) {
    .dav-wrap {
        width: 100%;
    }
    .dav-homepage-quicklinks {
        position: static
    }
}

@media only screen and (max-width:1280px) {
    .dav-main-logo {
        padding: 15px 10px
    }
    img.dav-float-right {
        float: none;
        margin: 10px 0 20px 0;
    }
    img.dav-float-left {
        float: none;
        margin: 10px 0 20px 0;
    }
    .dav-desktop-list-layout li {
        padding: 0 11px 0 1px;
    }
}

@media (min-width:768px) and (max-width:1280px) {}

.lt-ie8 .dav-global-navigation li a {
    padding: 25px 10px
}

.lt-ie9 .dav-global-navigation li a {
    padding: 25px 10px
}

@media (max-width:1023px) {
    .dav-global-navigation {
        width: 280px
    }
    .dav-homepage-header .dav-global-navigation {
        width: 380px
    }
    .dav-global-navigation li {
        width: 33%
    }
    .dav-homepage-header .dav-global-navigation li {
        width: 25%
    }
    .dav-global-navigation li a {
        padding: 25px 10px
    }
    .dav-header-container {
        width: auto;
        float: left
    }
}

@media (min-width:1081px) and (max-width:1280px) {
    .dav-column3 .Zebra_DatePicker table {
        font-size: 10px
    }
    .dav-column3 .Zebra_DatePicker .dp_daypicker td {
        padding: 0 2px 5px 2px;
    }
    .dav-column3 .dav-event-indicator {
        bottom: 0;
        left: 0;
    }
}

@media (min-width:1024px) and (max-width:1080px) {
    .dav-site-search .dav-search-input input {
        width: 50%
    }
    .dav-column3 .Zebra_DatePicker table {
        font-size: 9px
    }
    .dav-column3 .Zebra_DatePicker .dp_daypicker td {
        padding: 0 1px 2px 1px;
    }
    .dav-column3 .dav-event-indicator {
        bottom: 1px;
        left: 1px;
    }
}

@media only screen and (max-width:1150px) {
    .dav-site-search {
        padding-right: 15px
    }
    .dav-pagination a,
    .dav-elipsis {
        padding: 8px 15px;
        line-height: 20px;
    }
    .dav-pagination .dav-pagination-btn {
        width: 11px;
        height: 22px;
    }
    .dav-pagination .dav-pagination-btn:focus,
    .dav-pagination .pagination-btn:hover {
        background: #454545
    }
    .dav-pagination .dav-previous-li {
        left: 0;
        top: 50%;
        margin-top: -10px
    }
    .dav-pagination .dav-next-li {
        right: 0;
        top: 50%;
        margin-top: -10px
    }
    .dav-column3 .Zebra_DatePicker table {
        font-size: 9px
    }
    .dav-column3 .Zebra_DatePicker .dp_daypicker td {
        padding: 0 1px 2px 1px;
    }
    .dav-column3 .dav-event-indicator {
        bottom: 1px;
        left: 1px;
    }
    .dav-global-navigation li a {
        padding: 25px 10px;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .dav-column3 .Zebra_DatePicker table {
        font-size: 8px
    }
    .dav-site-search .dav-search-input input {
        width: 50%
    }
}

@media (max-width:767px) {
    .dav-page-header h1,
    .dav-carousel-content p,
    .dav-page-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0
    }
    .dav-page-sub-title h2,
    .dav-sub-title {
        font-size: 26px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 0
    }
    .dav-homepage-content h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 0
    }

    .dav-listing-item.dav-news-listing.clearfix img {
        width: 95%;
        height: auto;
    }
    h1,
    .dav-light-heading {
        font-size: 26px;
        line-height: 32px;
    }
    h2,
    .dav-slide-caption-txt,
    legend,
    .dav-highlight-day {
        font-size: 24px;
        line-height: 30px;
    }

.btn-act{
    background-color: #001254;
}
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    h4,
    .dav-branding-title,
    .dav-sub-section-page .dav-page-header h1,
    .dav-sub-section-page .dav-page-title {
        font-size: 20px;
        line-height: 26px
    }
    h5,
    .dav-vertical-breadcrumb,
    .dav-enlarged-text,
    .dav-teaser-title,
    .dav-primary-cta,
    .btn,
    .dav-local-footer h3,
    .dav-global-footer h3,
    .dav-desktop-list-layout,
    .dav-local-navigation {
        font-size: 18px;
        line-height: 24px
    }
    h6,
    .dav-simple-heading,
    .dav-listing-title,
    .dav-news-listing .dav-datestamp,
    .dav-current-date {
        font-size: 17px;
        line-height: 23px
    }
    .dav-nav-tabs,
    .dav-nav-pills {
        font-size: 17px;
        line-height: 20px
    }
    .dav-nav-tabs > li > a,
    .dav-nav-pills > li > a {
        line-height: 20px
    }
    body,
    label,
    input,
    button,
    select,
    textarea,
    .dav-global-navigation,
    h4,
    h5,
    h6,
    .dav-topic {
        font-size: 16px;
        line-height: 22px;
    }
    .dav-pagination,
    .highlight,
    .dav-highlight-alert,
    .dav-datestamp,
    .dav-search-term,
    .dav-topic {
        font-size: 15px;
        line-height: 20px
    }
    p,
    li {
        margin: 0 0 15px 0
    }
    ul,
    ol {
        padding: 0;
        margin: 15px 0 9px 15px;
    }
    img.dav-float-right {
        margin: 10px 0 10px 0;
    }
    img.dav-float-left {
        margin: 10px 0 10px 0;
    }
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .dav-uneditable-input,
    .dav-input-block-level {
        height: 22px;
    }
    .dav-input-block-level {
        min-height: 32px;
    }
    select,
    input[type="file"] {
        height: 32px;
        line-height: 32px;
    }
    [class*="dav-column"],
    .dav-column {
        float: none;
        display: block;
        width: auto;
        margin-left: 0;
    }
    .dav-wrap {
        width: 100%
    }
    .dav-search-container {
        padding: 20px;
    }
    .dav-no-left-padding {
        padding: 0 20px 20px 20px
    }
    .dav-recessed-secondary-content {
        margin-top: 0
    }
    .dav-spacing-column,
    .dav-sub-section-title {
        display: none
    }
    .dav-homepage-logo-header {
        display: none
    }
    .dav-footer-navigation {
        background: none;
    }
    .dav-footer-navigation ul {
        display: none
    }
    .dav-footer-navigation ul.dav-page-children,
    .dav-footer-navigation ul.dav-global-footer-links {
        display: block
    }
    .dav-horizontal-teaser-img {
        padding: 0 0 20px 0
    }
    .dav-horizontal-teaser-txt {
        padding: 0 0 0 0
    }
    .dav-navigation-open .dav-row {
        margin-left: 260px
    }
    .dav-site-search {
        float: right;
    }
    .js .dav-search-drawer,
    .dav-close-menu {
        display: none
    }
    .js .dav-search-open {
        display: block
    }
    .dav-site-search .container-inline {
        display: none
    }
    .dav-icon-search-btn {
        display: block
    }
    .dav-main-logo {
        padding: 15px 0;
        margin-left: -89px;
        position: absolute;
        left: 50%
    }
    .dav-homepage-header .dav-main-logo {
        display: block
    }
    .dav-home-link-container {
        display: block;
    }
    .dav-home-link-container a {
        display: block;
        padding: 21px 15px;
        border-right: 1px solid #2f2f2f;
        font-weight: bold;
    }
    .dav-global-navigation-container li a,
    .dav-global-navigation-header-container li a {
        background: none
    }
    .dav-home-link-container a,
    .dav-quicklinks-list li a,
    .dav-global-navigation-outer {
        background: url(/wp-content/themes/davtech/img/icon/bg-mobile-nav-border.png) repeat-x bottom left;
    }
    .dav-global-navigation-outer {
        padding-bottom: 2px
    }
    .dav-home-link-container a:focus,
    .dav-global-navigation-mobile-list a:focus,
    .js .dav-quicklinks-list a:focus,
    .dav-home-link-container a:hover,
    .dav-global-navigation-mobile-list a:hover,
    .js .dav-quicklinks-list a:hover {
        text-decoration: none
    }
    .dav-home-link-container,
    .dav-global-navigation-mobile-list,
    .dav-quicklinks-list li {
        margin: 0;
        background: #323232;
        background-image: linear-gradient(bottom, rgb(50, 50, 50) 17%, rgb(59, 59, 59) 59%);
        background-image: -o-linear-gradient(bottom, rgb(50, 50, 50) 17%, rgb(59, 59, 59) 59%);
        background-image: -moz-linear-gradient(bottom, rgb(50, 50, 50) 17%, rgb(59, 59, 59) 59%);
        background-image: -webkit-linear-gradient(bottom, rgb(50, 50, 50) 17%, rgb(59, 59, 59) 59%);
        background-image: -ms-linear-gradient(bottom, rgb(50, 50, 50) 17%, rgb(59, 59, 59) 59%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.17, rgb(50, 50, 50)), color-stop(0.59, rgb(59, 59, 59)));
    }
    .dav-home-link-container:hover,
    .dav-quicklinks-list li:hover,
    .dav-home-link-container:focus,
    .dav-quicklinks-list li:focus {
        background: #2a2a2a;
        background-image: linear-gradient(bottom, rgb(36, 36, 36) 20%, rgb(42, 42, 42) 80%);
        background-image: -o-linear-gradient(bottom, rgb(36, 36, 36) 20%, rgb(42, 42, 42) 80%);
        background-image: -moz-linear-gradient(bottom, rgb(36, 36, 36) 20%, rgb(42, 42, 42) 80%);
        background-image: -webkit-linear-gradient(bottom, rgb(36, 36, 36) 20%, rgb(42, 42, 42) 80%);
        background-image: -ms-linear-gradient(bottom, rgb(36, 36, 36) 20%, rgb(42, 42, 42) 80%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(36, 36, 36)), color-stop(0.8, rgb(42, 42, 42)));
    }
    .dav-global-navigation-header-container {
        padding: 0 20px 0;
        margin: 0
    }
    .dav-global-navigation-container {
        padding: 0 20px 20px;
        margin: 0;
        border-right: 0
    }
    .dav-global-navigation-header-container li,
    .dav-global-navigation-container li {
        padding: 0;
        border-bottom: 2px solid #212121;
        margin: 0
    }
    .dav-global-navigation-header-container li {
        padding: 0
    }
    .dav-global-navigation-container li {
        padding: 0;
        margin: 0
    }
    .dav-global-navigation-container {
        padding: 0
    }
    .dav-global-navigation-container.last li {
        padding: 0
    }
    .dav-global-navigation-header-container li a {
        position: relative;
        left: -20px;
        font-weight: bold;
        padding: 15px;
        display: block;
        margin-right: -40px
    }
    .js .dav-quicklinks-list a,
    .js .dav-quicklinks-list a:link,
    .js .dav-quicklinks-list a:visited {
        padding: 15px 15px 20px;
    }
    .dav-global-navigation-container li a {
        display: block;
        padding: 10px 20px
    }
    .dav-global-navigation-header-container li a:focus,
    .dav-global-navigation-header-container li a:hover,
    .dav-global-navigation-container li a:focus,
    .dav-global-navigation-container li a:hover {
        background: #292929;
        background-image: linear-gradient(bottom, rgb(40, 40, 40) 20%, rgb(41, 41, 41) 80%);
        background-image: -o-linear-gradient(bottom, rgb(40, 40, 40) 20%, rgb(41, 41, 41) 80%);
        background-image: -moz-linear-gradient(bottom, rgb(40, 40, 40) 20%, rgb(41, 41, 41) 80%);
        background-image: -webkit-linear-gradient(bottom, rgb(40, 40, 40) 20%, rgb(41, 41, 41) 80%);
        background-image: -ms-linear-gradient(bottom, rgb(40, 40, 40) 20%, rgb(41, 41, 41) 80%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.2, rgb(40, 40, 40)), color-stop(0.8, rgb(41, 41, 41)));
    }
    .dav-global-navigation-container {
        font-weight: normal
    }
    .dav-quicklinks-list {
        padding: 3px 0 0 0;
        background: url(/wp-content/themes/davtech/img/icon/bg-mobile-nav-border.png) repeat-x top left;
        font-weight: bold;
        position: relative;
        top: -2px
    }
    .dav-quicklinks-list li {
        padding: 0;
        border-bottom: 0
    }
    .dav-quicklinks-list li a {
        padding: 10px 10px 10px 0;
    }
    .js .dav-quicklinks-list a,
    .js .dav-quicklinks-list a:link,
    .js .dav-quicklinks-list a:visited {
        background-position: bottom left
    }
    .dav-global-navigation-container p,
    .dav-global-navigation-tertiary,
    .dav-global-navigation,
    .js .dav-quicklinks,
    .dav-tertiary-navigation {
        display: none
    }
    .js .dav-quicklinks-list,
    .js .dav-open-menu,
    .js .dav-global-navigation-drawer,
    .js .dav-global-navigation-outer {
        display: block
    }
    .dav-global-navigation-drawer {
        width: 260px;
        position: absolute;
        left: -260px;
        top: -1px;
    }
    .js .dav-local-navigation li.dav-back-link,
    .js .dav-local-navigation li.dav-back-link a {
        display: block;
        font-size: inherit;
        height: auto;
        visibility: visible;
        position: static
    }
    .js .dav-local-navigation-container a {
        padding: 15px 30px 15px 25px;
    }
    .js .dav-local-navigation-container li.dav-sub>a {
        background-image: none;
        padding: 15px 30px 15px 25px;
    }
    .js .dav-menu-btn {
        margin: 0;
        display: block;
    }
    .dav-menu-indicator {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        margin-top: -10px;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }
    .dav-fwd-btn {
        right: 10px;
        left: auto;
        background-image: url(/wp-content/themes/davtech/img/icon/icon-fwd-btn.png)
    }
    .dav-back-btn {
        left: 25px;
        background-image: url(/wp-content/themes/davtech/img/icon/icon-back-btn.png)
    }
    .js .dav-menu-btn span {
        padding: 15px 0 15px 25px;
        display: block
    }
    .js .dav-menu-btn a {
        padding: 0;
        position: relative;
    }
    .js .dav-menu-btn .dav-menu-btn-arrow {
        width: 53px;
        height: 53px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }
    .js .dav-local-navigation .dav-local-navigation-container {
        position: absolute;
        left: -9999px;
    }
    .js .dav-local-navigation ul {
        margin: 0;
        width: 480px;
        position: absolute;
    }
    .js .dav-local-navigation li {
        float: none;
    }
    .js .dav-local-navigation li.dav-title {
        display: block
    }
    .js .dav-local-navigation li.dav-title,
    .js .dav-local-navigation li.dav-current-page > a {
        font-weight: bold
    }
    .js .dav-local-navigation li.dav-title a {
        cursor: default
    }
    .js .dav-local-navigation li.dav-current-page > a {
        background-image: url(/wp-content/themes/davtech/img/icon/icon-fwd-btn.png);
        background-position: 25px 50%;
        background-repeat: no-repeat;
        padding-left: 40px
    }
    .js .dav-local-navigation ul li ul {
        left: 480px;
        top: 0;
        padding-top: 0
    }
    .js .dav-local-navigation ul li.dav-current>ul,
    .js .dav-local-navigation ul li.dav-current ul li.dav-current>ul,
    .js .dav-local-navigation ul li.dav-current ul li.dav-current ul li.dav-current>ul,
    .js .dav-local-navigation ul li.dav-current ul li.dav-current ul li.dav-current ul li.dav-current>ul,
    .js .dav-local-navigation ul li.dav-current ul li.dav-current ul li.dav-current ul li.dav-current ul li.dav-current>ul,
    .js .dav-local-navigation ul li.dav-current ul li.dav-current ul li.dav-current ul li.dav-current ul li.dav-current ul li.dav-current>ul {
        display: block
    }
    .js .dav-local-navigation ul li ul,
    .js .dav-local-navigation ul li.dav-current ul li ul,
    .js .dav-local-navigation ul li.dav-current ul li.dav-current ul li ul,
    .js .dav-local-navigation ul li.dav-current ul li.dav-current ul li.dav-current ul li ul,
    .js .dav-local-navigation ul li.dav-current ul li.dav-current ul li.dav-current ul li.dav-current ul li ul,
    .js .dav-local-navigation ul li.dav-current ul li.dav-current ul li.dav-current ul li.dav-current ul li.dav-current ul li ul {
        display: none
    }
    .js .dav-local-navigation li a {
        display: block;
        color: #fff;
        text-decoration: none;
    }
    .js .dav-local-navigation-container li.dav-back-link a {
        position: relative;
        padding: 15px 30px 15px 50px;
    }
    .dav-co-branding-logo {
        float: none
    }
    .dav-open-menu {
        margin: 15px;
    }
    .dav-breadcrumb {
        display: none
    }
    .dav-mobile-parent {
        display: block;
    }
    .dav-section-page .dav-mobile-parent,
    .dav-sub-section-page .dav-mobile-parent {
        display: none
    }
    .dav-listing-txt {
        padding: 20px 0 0
    }
    .dav-listing-img {
        padding: 0 0 10px
    }
    .dav-event-details-dl dt,
    .dav-event-details-dl dd,
    .dav-event-details-dl {
        float: none
    }
    .dav-event-details,
    .dav-column6 .dav-event-details {
        background-image: none
    }
    .dav-current-date {
        padding: 7px 0 8px 0
    }
    .dav-slide-caption {
        opacity: 1;
        position: static;
    }
    .dav-carousel {
        overflow: hidden;
        background: #000
    }
    .dav-carousel-controls {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: auto;
        width: 100%
    }
    .dav-carousel-controls li {
        margin: 0;
        width: 50px;
        float: none;
        height: auto;
        position: absolute;
        top: 0;
    }
    .dav-slide-caption {
        background: #000
    }
    .dav-carousel-control-btn {
        overflow: auto;
        width: auto;
        opacity: 0.8
    }
    .dav-carousel-content {
        text-align: left
    }
    .dav-next-li {
        right: 0;
        left: auto;
    }
    .dav-event-cta-container {
        padding: 30px 20px 0 20px
    }
    .dav-events-cta {
        float: none
    }
    .dav-events-cta li {
        margin-left: 0;
        float: none;
        margin-bottom: 30px
    }
    .dav-table th,
    .dav-table td {
        line-height: 24px
    }
    .dav-vertical-stacking-table table,
    .dav-vertical-stacking-table thead,
    .dav-vertical-stacking-table tbody,
    .dav-vertical-stacking-table th,
    .dav-vertical-stacking-table td,
    .dav-vertical-stacking-table tr {
        display: block;
    }
    .dav-vertical-stacking-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .dav-vertical-stacking-table tr {
        border: 1px solid #ccc;
    }
    .dav-vertical-stacking-table td {
        border: none;
        border-bottom: 1px solid #e4e4e4;
    }
    .dav-vertical-stacking-table td:before {
        white-space: wrap;
    }
    .dav-table-heading {
        display: block;
    }
    .dav-nav-tabs {
        padding-left: 0
    }
    .dav-column3 .Zebra_DatePicker table {
        font-size: 16px
    }
    .dav-column3 .Zebra_DatePicker .dp_daypicker td {
        padding: 0 3px 9px 6px;
    }
    .dav-overlay {
        right: auto;
        left: 0
    }
    .dav-mobile-list-layout {
        display: block
    }
    .dav-desktop-list-layout {
        display: none
    }
    .dav-notifications-container {
        padding: 10px 20px
    }
    .dav-notifications-icon {
        float: none
    }
    .dav-close-panel {
        top: 10px;
        right: 20px
    }
    .dav-section-list li li {
        padding: 0 0 10px
    }
    .dav-section-list li li li {
        padding: 5px 0 5px
    }
}

@media (max-width:480px) {}

.dav-page-header,
.dav-local-footer {
    background:#1a3f71
}

.dav-local-footer h3 a {
    color: #c1d7cc;
}

.dav-page-sub-title,
.dav-banner-content {
    background: #1e7680
}

.dav-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM3P3/7r87LxYgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAIeHT431w+WIAAAAAElFTkSuQmCC);
    min-height: 100%
}

.dav-carousel-control-btn {
    background: #28828a
}

.dav-carousel-control-btn:hover {
    background: #0c5963
}

.dav-homepage-carousel .dav-slide {
    background: #28828a;
    color: #fff
}

.dav-partnership-branding {
    border-color: #28828a
}

.dav-highlight-date {
    background: #28828a
}

.dav-focus-teaser {
    background: #f6f6f6;
    border-style: inherit;
    border-radius: 10px;
}

.dav-focus-link {
    background-color: #0c5963
}

.dav-main-content h1,
.dav-main-content h2 {
    color:#1a3f71
}

table,
.dav-table-bordered {
    border-bottom: 2px solid #28828a;
}

th {
    background: #28828a;
    color: #fff
}

th.dav-alt {
    background: #fff;
    color: #28828a
}

.dav-table-striped tbody tr:nth-child(odd) td,
.dav-table-striped tbody tr:nth-child(odd) th {
    background-color: #d2f3e1;
}

.dav-table-bordered th {
    border-left: 1px solid #d2f3e1;
}

.dav-local-navigation {
    background: #0c5963;
    border-bottom: 1px solid#1a3f71;
    border-top: 1px solid#1a3f71
}

.dav-local-navigation a {
    background: #0c5963;
    border-right: 1px solid#1a3f71;
    border-bottom: 1px solid#1a3f71;
    border-top: 1px solid#1a3f71
}

.dav-local-navigation a:focus,
.dav-local-navigation a:hover,
.dav-local-navigation a:active {
    background-color: #1e7680;
}

.dav-local-navigation a.dav-selected {
    background: #28828a
}

.dav-local-navigation a.active-trail {
    background: #28828a
}

.dav-local-navigation li.dav-hover a {
    background-color: #003a41;
    border-bottom: 0
}

.dav-local-navigation li.dav-sub li a {
    background-color: #003a41;
    border-right: 0;
}

.dav-local-navigation li.dav-sub li li a {
    border-bottom: 1px solid #0c5963;
}

.dav-local-navigation li.dav-sub li:last-child a {
    border-bottom: 0;
}

.js .dav-local-navigation li.dav-sub>a:focus,
.js .dav-local-navigation li.dav-sub>a:hover,
.js .dav-local-navigation li.dav-sub>a:active {
    background-color: #0c5963;
}

.js .dav-local-navigation li.dav-sub a:focus,
.js .dav-local-navigation li.dav-sub a:hover {
    background-color: #003a41
}

.js .dav-local-navigation li.dav-sub li a:focus,
.js .dav-local-navigation li.dav-sub li a:hover {
    background-color: #0c5963;
}

.dav-theme-1 .dav-page-header,
.dav-theme-1 .dav-local-footer {
    background: #003e74
}

.dav-theme-1 .dav-local-footer h3 a {
    color: #68ace5;
}

.dav-theme-1 .dav-page-sub-title,
.dav-theme-1 .dav-banner-content {
    background: #005dab
}

.dav-theme-1 .dav-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM3X/34ry7GwYgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAHbOT3++G7jxAAAAAElFTkSuQmCC);
    min-height: 100%
}

.dav-theme-1 .dav-carousel-control-btn {
    background: #0072cf
}

.dav-theme-1 .dav-carousel-control-btn:hover {
    background: #004e8f
}

.dav-theme-1 .dav-homepage-carousel .dav-slide {
    background: #0072cf;
    color: #fff
}

.dav-theme-1 .dav-partnership-branding {
    border-color: #0072cf
}

.dav-theme-1 .dav-highlight-date {
    background: #0072cf
}

.dav-theme-1 .dav-focus-teaser {
    background: #003e74;
}

.dav-theme-1 .dav-focus-link {
    background-color: #004e8f
}

.dav-theme-1 .dav-main-content h1,
.dav-theme-1 .dav-main-content h2 {
    color: #003e74
}

.dav-theme-1 table,
.dav-theme-1 .dav-table-bordered {
    border-bottom: 2px solid #0072cf;
}

.dav-theme-1 th {
    background: #0072cf;
    color: #fff
}

.dav-theme-1 th.dav-alt {
    background: #fff;
    color: #0072cf
}

.dav-theme-1 .dav-table-striped tbody tr:nth-child(odd) td,
.dav-theme-1 .dav-table-striped tbody tr:nth-child(odd) th {
    background-color: #d2e4f3;
}

.dav-theme-1 .dav-table-bordered th {
    border-left: 1px solid #d2e4f3;
}

.dav-theme-1 .dav-local-navigation {
    background: #004e8f;
    border-bottom: 1px solid #003e74;
    border-top: 1px solid #003e74
}

.dav-theme-1 .dav-local-navigation a {
    background: #004e8f;
    border-right: 1px solid #003e74;
    border-bottom: 1px solid #003e74;
    border-top: 1px solid #003e74
}

.dav-theme-1 .dav-local-navigation a:focus,
.dav-theme-1 .dav-local-navigation a:hover,
.dav-theme-1 .dav-local-navigation a:active {
    background-color: #005dab;
}

.dav-theme-1 .dav-local-navigation a.dav-selected {
    background: #0072cf
}

.dav-theme-1 .dav-local-navigation li.dav-hover a {
    background-color: #002e55
}

.dav-theme-1 .dav-local-navigation li.dav-sub li a {
    background-color: #002e55;
    border-right: 0;
}

.dav-theme-1 .dav-local-navigation li.dav-sub li li a {
    border-bottom: 1px solid #004e8f;
}

.dav-theme-1 .dav-local-navigation li.dav-sub li:last-child a {
    border-bottom: 0;
}

.js .dav-theme-1 .dav-local-navigation li.dav-sub>a:focus,
.js .dav-theme-1 .dav-local-navigation li.dav-sub>a:hover,
.js .dav-theme-1 .dav-local-navigation li.dav-sub>a:active {
    background-color: #004e8f;
}

.js .dav-theme-1 .dav-local-navigation li.dav-sub a:focus,
.js .dav-theme-1 .dav-local-navigation li.dav-sub a:hover {
    background-color: #002e55
}

.js .dav-theme-1 .dav-local-navigation li.dav-sub li a:focus,
.js .dav-theme-1 .dav-local-navigation li.dav-sub li a:hover {
    background-color: #004e8f;
}

.dav-theme-2 .dav-page-header,
.dav-theme-2 .dav-local-footer {
    background:#1a3f71
}

.dav-theme-2 .dav-local-footer h3 a {
    color: #c1d7cc;
}

.dav-theme-2 .dav-page-sub-title,
.dav-theme-2 .dav-banner-content {
    background: #1e7680
}

.dav-theme-2 .dav-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM3P3/7r87LxYgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAIeHT431w+WIAAAAAElFTkSuQmCC);
    min-height: 100%
}

.dav-theme-2 .dav-carousel-control-btn {
    background: #28828a
}

.dav-theme-2 .dav-carousel-control-btn:hover {
    background: #0c5963
}

.dav-theme-2 .dav-homepage-carousel .dav-slide {
    background: #28828a;
    color: #fff
}

.dav-theme-2 .dav-partnership-branding {
    border-color: #28828a
}

.dav-theme-2 .dav-highlight-date {
    background: #28828a
}

.dav-theme-2 .dav-focus-teaser {
    background:#1a3f71;
}

.dav-theme-2 .dav-focus-link {
    background-color: #0c5963
}

.dav-theme-2 .dav-main-content h1,
.dav-theme-2 .dav-main-content h2 {
    color:#1a3f71
}

.dav-theme-2 table,
.dav-theme-2 .dav-table-bordered {
    border-bottom: 2px solid #28828a;
}

.dav-theme-2 th {
    background: #28828a;
    color: #fff
}

.dav-theme-2 th.dav-alt {
    background: #fff;
    color: #28828a
}

.dav-theme-2 .dav-table-striped tbody tr:nth-child(odd) td,
.dav-theme-2 .dav-table-striped tbody tr:nth-child(odd) th {
    background-color: #d2f3e1;
}

.dav-theme-2 .dav-table-bordered th {
    border-left: 1px solid #d2f3e1;
}

.dav-theme-2 .dav-local-navigation {
    background: #0c5963;
    border-bottom: 1px solid#1a3f71;
    border-top: 1px solid#1a3f71
}

.dav-theme-2 .dav-local-navigation a {
    background: #0c5963;
    border-right: 1px solid#1a3f71;
    border-bottom: 1px solid#1a3f71;
    border-top: 1px solid#1a3f71
}

.dav-theme-2 .dav-local-navigation a:focus,
.dav-theme-2 .dav-local-navigation a:hover,
.dav-theme-2 .dav-local-navigation a:active {
    background-color: #1e7680;
}

.dav-theme-2 .dav-local-navigation a.dav-selected {
    background: #28828a
}

.dav-theme-2 .dav-local-navigation li.dav-hover a {
    background-color: #003a41
}

.dav-theme-2 .dav-local-navigation li.dav-sub li a {
    background-color: #003a41;
    border-right: 0;
}

.dav-theme-2 .dav-local-navigation li.dav-sub li li a {
    border-bottom: 1px solid #0c5963;
}

.dav-theme-2 .dav-local-navigation li.dav-sub li:last-child a {
    border-bottom: 0;
}

.js .dav-theme-2 .dav-local-navigation li.dav-sub>a:focus,
.js .dav-theme-2 .dav-local-navigation li.dav-sub>a:hover,
.js .dav-theme-2 .dav-local-navigation li.dav-sub>a:active {
    background-color: #0c5963;
}

.js .dav-theme-2 .dav-local-navigation li.dav-sub a:focus,
.js .dav-theme-2 .dav-local-navigation li.dav-sub a:hover {
    background-color: #003a41
}

.js .dav-theme-2 .dav-local-navigation li.dav-sub li a:focus,
.js .dav-theme-2 .dav-local-navigation li.dav-sub li a:hover {
    background-color: #0c5963;
}

.dav-theme-3 .dav-page-header,
.dav-theme-3 .dav-local-footer {
    background: #422e5d
}

.dav-theme-3 .dav-local-footer h3 a {
    color: #af95a3;
}

.dav-theme-3 .dav-page-sub-title,
.dav-theme-3 .dav-banner-content {
    background: #782c7e
}

.dav-theme-3 .dav-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQALv7r/7zwjjgzhCikKMYAEYB8RmROaABAAPAg+/3tdmjQAAAABJRU5ErkJggg==);
    min-height: 100%
}

.dav-theme-3 .dav-carousel-control-btn {
    background: #8f2b8c
}

.dav-theme-3 .dav-carousel-control-btn:hover {
    background: #6a2068
}

.dav-theme-3 .dav-homepage-carousel .dav-slide {
    background: #8f2b8c;
    color: #fff
}

.dav-theme-3 .dav-partnership-branding {
    border-color: #8f2b8c
}

.dav-theme-3 .dav-highlight-date {
    background: #8f2b8c
}

.dav-theme-3 .dav-focus-teaser {
    background: #422e5d;
}

.dav-theme-3 .dav-focus-link {
    background-color: #612d70
}

.dav-theme-3 .dav-main-content h1,
.dav-theme-3 .dav-main-content h2 {
    color: #422e5d
}

.dav-theme-3 table,
.dav-theme-3 .dav-table-bordered {
    border-bottom: 2px solid #8f2b8c;
}

.dav-theme-3 th {
    background: #8f2b8c;
    color: #fff
}

.dav-theme-3 th.dav-alt {
    background: #fff;
    color: #8f2b8c
}

.dav-theme-3 .dav-table-striped tbody tr:nth-child(odd) td,
.dav-theme-3 .dav-table-striped tbody tr:nth-child(odd) th {
    background-color: #f4d3e5;
}

.dav-theme-3 .dav-table-bordered th {
    border-left: 1px solid #f4d3e5;
}

.dav-theme-3 .dav-local-navigation {
    background: #612d70;
    border-bottom: 1px solid #422E5D;
    border-top: 1px solid #422E5D
}

.dav-theme-3 .dav-local-navigation a {
    background: #612d70;
    border-right: 1px solid #422E5D;
    border-bottom: 1px solid #422E5D;
    border-top: 1px solid #422E5D
}

.dav-theme-3 .dav-local-navigation a:focus,
.dav-theme-3 .dav-local-navigation a:hover,
.dav-theme-3 .dav-local-navigation a:active {
    background-color: #782c7e;
}

.dav-theme-3 .dav-local-navigation a.dav-selected {
    background: #8f2b8c
}

.dav-theme-3 .dav-local-navigation li.dav-hover a {
    background-color: #35254a
}

.dav-theme-3 .dav-local-navigation li.dav-sub li a {
    background-color: #35254a;
    border-right: 0;
}

.dav-theme-3 .dav-local-navigation li.dav-sub li li a {
    border-bottom: 1px solid #612d70;
}

.dav-theme-3 .dav-local-navigation li.dav-sub li:last-child a {
    border-bottom: 0;
}

.js .dav-theme-3 .dav-local-navigation li.dav-sub>a:focus,
.js .dav-theme-3 .dav-local-navigation li.dav-sub>a:hover,
.js .dav-theme-3 .dav-local-navigation li.dav-sub>a:active {
    background-color: #612d70;
}

.js .dav-theme-3 .dav-local-navigation li.dav-sub a:focus,
.js .dav-theme-3 .dav-local-navigation li.dav-sub a:hover {
    background-color: #35254a
}

.js .dav-theme-3 .dav-local-navigation li.dav-sub li a:focus,
.js .dav-theme-3 .dav-local-navigation li.dav-sub li a:hover {
    background-color: #612d70;
}

.dav-theme-4 .dav-page-header,
.dav-theme-4 .dav-local-footer {
    background: #4996a9
}

.dav-theme-4 .dav-local-footer h3 a {
    color: #aab300;
}

.dav-theme-4 .dav-page-sub-title,
.dav-theme-4 .dav-banner-content {
    background: #4b701c
}

.dav-theme-4 .dav-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAPPPt39L8WnzIgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAGjMT3NzIr6SAAAAAElFTkSuQmCC);
    min-height: 100%
}

.dav-theme-4 .dav-carousel-control-btn {
    background: #285392
}

.dav-theme-4 .dav-carousel-control-btn:hover {
    background: #355918
}

.dav-theme-4 .dav-homepage-carousel .dav-slide {
    background: #285392;
    color: #fff
}

.dav-theme-4 .dav-partnership-branding {
    border-color: #285392
}

.dav-theme-4 .dav-highlight-date {
    background: #285392
}

.dav-theme-4 .dav-focus-teaser {
    background: #4996a9;
}

.dav-theme-4 .dav-focus-link {
    background-color: #355918
}

.dav-theme-4 .dav-main-content h1,
.dav-theme-4 .dav-main-content h2 {
    color: #4996a9
}

.dav-theme-4 table,
.dav-theme-4 .dav-table-bordered {
    border-bottom: 2px solid #285392;
}

.dav-theme-4 th {
    background: #285392;
    color: #fff
}

.dav-theme-4 th.dav-alt {
    background: #fff;
    color: #285392
}

.dav-theme-4 .dav-table-striped tbody tr:nth-child(odd) td,
.dav-theme-4 .dav-table-striped tbody tr:nth-child(odd) th {
    background-color: #f4f6cd;
}

.dav-theme-4 .dav-table-bordered th {
    border-left: 1px solid #f4f6cd;
}

.dav-theme-4 .dav-local-navigation {
    background: #355918;
    border-bottom: 1px solid #4996a9;
    border-top: 1px solid #4996a9
}

.dav-theme-4 .dav-local-navigation a {
    background: #355918;
    border-right: 1px solid #4996a9;
    border-bottom: 1px solid #4996a9;
    border-top: 1px solid #4996a9
}

.dav-theme-4 .dav-local-navigation a:focus,
.dav-theme-4 .dav-local-navigation a:hover,
.dav-theme-4 .dav-local-navigation a:active {
    background-color: #4996a9
}

.dav-theme-4 .dav-local-navigation a.dav-selected {
    background: #285392
}

.dav-theme-4 .dav-local-navigation li.dav-hover a {
    background-color: #4996a9
}

.dav-theme-4 .dav-local-navigation li.dav-sub li a {
    background-color: #4996a9;
    border-right: 0;
}

.dav-theme-4 .dav-local-navigation li.dav-sub li li a {
    border-bottom: 1px solid #355918;
}

.dav-theme-4 .dav-local-navigation li.dav-sub li:last-child a {
    border-bottom: 0;
}

.js .dav-theme-4 .dav-local-navigation li.dav-sub>a:focus,
.js .dav-theme-4 .dav-local-navigation li.dav-sub>a:hover,
.js .dav-theme-4 .dav-local-navigation li.dav-sub>a:active {
    background-color: #355918;
}

.js .dav-theme-4 .dav-local-navigation li.dav-sub a:focus,
.js .dav-theme-4 .dav-local-navigation li.dav-sub a:hover {
    background-color: #222f16
}

.js .dav-theme-4 .dav-local-navigation li.dav-sub li a:focus,
.js .dav-theme-4 .dav-local-navigation li.dav-sub li a:hover {
    background-color: #355918;
}

.dav-theme-5 .dav-page-header,
.dav-theme-5 .dav-local-footer {
    background: #c44101
}

.dav-theme-5 .dav-local-footer h3 a {
    color: #f3bd48;
}

.dav-theme-5 .dav-page-sub-title,
.dav-theme-5 .dav-banner-content {
    background: #d45812
}

.dav-theme-5 .dav-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAN/Xt3/zyKmyIgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAI8kT5P7ti8QAAAAAElFTkSuQmCC);
    min-height: 100%
}

.dav-theme-5 .dav-carousel-control-btn {
    background: #df671d
}

.dav-theme-5 .dav-carousel-control-btn:hover {
    background: #ab3901
}

.dav-theme-5 .dav-homepage-carousel .dav-slide {
    background: #df671d;
    color: #fff
}

.dav-theme-5 .dav-partnership-branding {
    border-color: #df671d
}

.dav-theme-5 .dav-highlight-date {
    background: #df671d
}

.dav-theme-5 .dav-focus-teaser {
    background: #c44101;
}

.dav-theme-5 .dav-focus-link {
    background-color: #ab3901
}

.dav-theme-5 .dav-main-content h1,
.dav-theme-5 .dav-main-content h2 {
    color: #c44101
}

.dav-theme-5 table,
.dav-theme-5 .dav-table-bordered {
    border-bottom: 2px solid #df671d;
}

.dav-theme-5 th {
    background: #df671d;
    color: #fff
}

.dav-theme-5 th.dav-alt {
    background: #fff;
    color: #df671d
}

.dav-theme-5 .dav-table-striped tbody tr:nth-child(odd) td,
.dav-theme-5 .dav-table-striped tbody tr:nth-child(odd) th {
    background-color: #f5e7ca;
}

.dav-theme-5 .dav-table-bordered th {
    border-left: 1px solid #f5e7ca;
}

.dav-theme-5 .dav-local-navigation {
    background: #ab3901;
    border-bottom: 1px solid #c44101;
    border-top: 1px solid #c44101
}

.dav-theme-5 .dav-local-navigation a {
    background: #ab3901;
    border-right: 1px solid #c44101;
    border-bottom: 1px solid #c44101;
    border-top: 1px solid #c44101
}

.dav-theme-5 .dav-local-navigation a:focus,
.dav-theme-5 .dav-local-navigation a:hover,
.dav-theme-5 .dav-local-navigation a:active {
    background-color: #d45812;
}

.dav-theme-5 .dav-local-navigation a.dav-selected {
    background: #df671d
}

.dav-theme-5 .dav-local-navigation li.dav-hover a {
    background-color: #772801
}

.dav-theme-5 .dav-local-navigation li.dav-sub li a {
    background-color: #772801;
    border-right: 0;
}

.dav-theme-5 .dav-local-navigation li.dav-sub li li a {
    border-bottom: 1px solid #ab3901;
}

.dav-theme-5 .dav-local-navigation li.dav-sub li:last-child a {
    border-bottom: 0;
}

.js .dav-theme-5 .dav-local-navigation li.dav-sub>a:focus,
.js .dav-theme-5 .dav-local-navigation li.dav-sub>a:hover,
.js .dav-theme-5 .dav-local-navigation li.dav-sub>a:active {
    background-color: #ab3901;
}

.js .dav-theme-5 .dav-local-navigation li.dav-sub a:focus,
.js .dav-theme-5 .dav-local-navigation li.dav-sub a:hover {
    background-color: #772801
}

.js .dav-theme-5 .dav-local-navigation li.dav-sub li a:focus,
.js .dav-theme-5 .dav-local-navigation li.dav-sub li a:hover {
    background-color: #ab3901;
}

.dav-theme-6 .dav-page-header,
.dav-theme-6 .dav-local-footer {
    background: #851735
}

.dav-theme-6 .dav-local-footer h3 a {
    color: #eb99a9;
}

.dav-theme-6 .dav-page-sub-title,
.dav-theme-6 .dav-banner-content {
    background: #be1741
}

.dav-theme-6 .dav-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM/bz36z64mx4gsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAGjoT3MabQ+4AAAAAElFTkSuQmCC);
    min-height: 100%
}

.dav-theme-6 .dav-carousel-control-btn {
    background: #d61746
}

.dav-theme-6 .dav-carousel-control-btn:hover {
    background: #a51137
}

.dav-theme-6 .dav-homepage-carousel .dav-slide {
    background: #d61746;
    color: #fff
}

.dav-theme-6 .dav-partnership-branding {
    border-color: #d61746
}

.dav-theme-6 .dav-highlight-date {
    background: #d61746
}

.dav-theme-6 .dav-focus-teaser {
    background: #851735;
}

.dav-theme-6 .dav-focus-link {
    background-color: #a51137
}

.dav-theme-6 .dav-main-content h1,
.dav-theme-6 .dav-main-content h2 {
    color: #851735
}

.dav-theme-6 table,
.dav-theme-6 .dav-table-bordered {
    border-bottom: 2px solid #d61746;
}

.dav-theme-6 th {
    background: #d61746;
    color: #fff
}

.dav-theme-6 th.dav-alt {
    background: #fff;
    color: #d61746
}

.dav-theme-6 .dav-table-striped tbody tr:nth-child(odd) td,
.dav-theme-6 .dav-table-striped tbody tr:nth-child(odd) th {
    background-color: #f8e1e5;
}

.dav-theme-6 .dav-table-bordered th {
    border-left: 1px solid #f8e1e5;
}

.dav-theme-6 .dav-local-navigation {
    background: #a51137;
    border-bottom: 1px solid #851735;
    border-top: 1px solid #851735
}

.dav-theme-6 .dav-local-navigation a {
    background: #a51137;
    border-right: 1px solid #851735;
    border-bottom: 1px solid #851735;
    border-top: 1px solid #851735
}

.dav-theme-6 .dav-local-navigation a:focus,
.dav-theme-6 .dav-local-navigation a:hover,
.dav-theme-6 .dav-local-navigation a:active {
    background-color: #be1741;
}

.dav-theme-6 .dav-local-navigation a.dav-selected {
    background: #d61746
}

.dav-theme-6 .dav-local-navigation li.dav-hover a {
    background-color: #6c112a
}

.dav-theme-6 .dav-local-navigation li.dav-sub li a {
    background-color: #6c112a;
    border-right: 0;
}

.dav-theme-6 .dav-local-navigation li.dav-sub li li a {
    border-bottom: 1px solid #a51137;
}

.dav-theme-6 .dav-local-navigation li.dav-sub li:last-child a {
    border-bottom: 0;
}

.js .dav-theme-6 .dav-local-navigation li.dav-sub>a:focus,
.js .dav-theme-6 .dav-local-navigation li.dav-sub>a:hover,
.js .dav-theme-6 .dav-local-navigation li.dav-sub>a:active {
    background-color: #a51137;
}

.js .dav-theme-6 .dav-local-navigation li.dav-sub a:focus,
.js .dav-theme-6 .dav-local-navigation li.dav-sub a:hover {
    background-color: #6c112a
}

.js .dav-theme-6 .dav-local-navigation li.dav-sub li a:focus,
.js .dav-theme-6 .dav-local-navigation li.dav-sub li a:hover {
    background-color: #a51137;
}

@media only screen and (max-width:767px) {
    .dav-local-navigation {
        border: 0
    }
    .js .dav-closed .dav-menu-btn-arrow {
        background-image: url(/wp-content/themes/davtech/img/icon/icon-close-btn.png)
    }
    .js .dav-open .dav-menu-btn-arrow {
        background-image: url(/wp-content/themes/davtech/img/icon/icon-open-btn.png)
    }
    .js .dav-menu-btn a:focus,
    .js .dav-menu-btn a:hover {
        border: 0;
    }
    .dav-local-navigation ul {
        border-top: 0;
    }
    .js .dav-local-navigation a {
        background:#1a3f71;
        border-right: 0;
        border-top: 0
    }
    .dav-local-navigation li a {
        border-bottom: 1px solid #0c5963;
    }
    .js .dav-local-navigation li li a,
    .js .dav-local-navigation li.dav-sub li.dav-sub a {
        background-color:#1a3f71;
    }
    .js .dav-local-navigation li.dav-title a,
    .js .dav-local-navigation li.dav-sub li.dav-title a,
    .js .dav-local-navigation li.dav-sub li.dav-sub li.dav-title a,
    .js .dav-local-navigation a:focus,
    .js .dav-local-navigation a:hover,
    .js .dav-local-navigation a:active {
        background-color: #0c5963;
    }
    .js .dav-local-navigation li.dav-sub a:focus,
    .js .dav-local-navigation li.dav-sub a:hover {
        background-color: #0c5963
    }
    .js .dav-local-navigation li.dav-sub li a:focus,
    .js .dav-local-navigation li.dav-sub li a:hover {
        background-color: #0c5963;
    }
    .js .dav-menu-btn a {
        border: 0;
        background: #0c5963;
    }
    .dav-menu-btn-arrow {
        background: #003a41
    }
    .js .dav-menu-btn-arrow a:focus,
    .js .dav-menu-btn-arrow a:hover {
        background-color: #003a41;
    }
    .dav-menu-indicator {
        background-color: #0c5963;
    }
    .js .dav-local-navigation-container li:first-child a {
        border-top: 1px solid #003a41;
    }
    .js .dav-local-navigation-container li.dav-back-link a,
    .js .dav-local-navigation-container li.dav-sub li.dav-back-link a,
    .js .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a,
    .js .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a {
        border-bottom: 1px solid #0c5963;
        background-color: #003a41;
    }
    .js .dav-local-navigation-container li.dav-back-link a:focus,
    .js .dav-local-navigation-container li.dav-back-link a:hover,
    .js .dav-local-navigation-container li.dav-sub li.dav-back-link a:focus,
    .js .dav-local-navigation-container li.dav-sub li.dav-back-link a:hover,
    .js .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:hover,
    .js .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:hover {
        background-color: #0c5963;
    }
    .js .dav-theme-1 .dav-local-navigation a {
        background: #003e74;
        border-right: 0;
        border-top: 0
    }
    .dav-theme-1 .dav-local-navigation li a {
        border-bottom: 1px solid #004e8f;
    }
    .js .dav-theme-1 .dav-local-navigation li li a,
    .js .dav-theme-1 .dav-local-navigation li.dav-sub li.dav-sub a {
        background-color: #003e74;
    }
    .js .dav-theme-1 .dav-local-navigation li.dav-title a,
    .js .dav-theme-1 .dav-local-navigation li.dav-sub li.dav-title a,
    .js .dav-theme-1 .dav-local-navigation li.dav-sub li.dav-sub li.dav-title a,
    .js .dav-theme-1 .dav-local-navigation a:focus,
    .js .dav-theme-1 .dav-local-navigation a:hover,
    .js .dav-theme-1 .dav-local-navigation a:active {
        background-color: #004e8f;
    }
    .js .dav-theme-1 .dav-local-navigation li.dav-sub a:focus,
    .js .dav-theme-1 .dav-local-navigation li.dav-sub a:hover {
        background-color: #004e8f
    }
    .js .dav-theme-1 .dav-local-navigation li.dav-sub li a:focus,
    .js .dav-theme-1 .dav-local-navigation li.dav-sub li a:hover {
        background-color: #004e8f;
    }
    .js .dav-theme-1 .dav-menu-btn a {
        border: 0;
        background: #004e8f;
    }
    .dav-theme-1 .dav-menu-btn-arrow {
        background: #002e55
    }
    .js .dav-theme-1 .dav-menu-btn-arrow a:focus,
    .js .dav-theme-1 .dav-menu-btn-arrow a:hover {
        background-color: #002e55;
    }
    .dav-theme-1 .dav-menu-indicator {
        background-color: #004e8f;
    }
    .js .dav-theme-1 .dav-local-navigation-container li:first-child a {
        border-top: 1px solid #002e55;
    }
    .js .dav-theme-1 .dav-local-navigation-container li.dav-back-link a,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-sub li.dav-back-link a,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a {
        border-bottom: 1px solid #004e8f;
        background-color: #002e55;
    }
    .js .dav-theme-1 .dav-local-navigation-container li.dav-back-link a:focus,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-back-link a:hover,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-1 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:hover {
        background-color: #004e8f;
    }
    .js .dav-theme-2 .dav-local-navigation a {
        background:#1a3f71;
        border-right: 0;
        border-top: 0
    }
    .dav-theme-2 .dav-local-navigation li a {
        border-bottom: 1px solid #0c5963;
    }
    .js .dav-theme-2 .dav-local-navigation li li a,
    .js .dav-theme-2 .dav-local-navigation li.dav-sub li.dav-sub a {
        background-color:#1a3f71;
    }
    .js .dav-theme-2 .dav-local-navigation li.dav-title a,
    .js .dav-theme-2 .dav-local-navigation li.dav-sub li.dav-title a,
    .js .dav-theme-2 .dav-local-navigation li.dav-sub li.dav-sub li.dav-title a,
    .js .dav-theme-2 .dav-local-navigation a:focus,
    .js .dav-theme-2 .dav-local-navigation a:hover,
    .js .dav-theme-2 .dav-local-navigation a:active {
        background-color: #0c5963;
    }
    .js .dav-theme-2 .dav-local-navigation li.dav-sub a:focus,
    .js .dav-theme-2 .dav-local-navigation li.dav-sub a:hover {
        background-color: #0c5963
    }
    .js .dav-theme-2 .dav-local-navigation li.dav-sub li a:focus,
    .js .dav-theme-2 .dav-local-navigation li.dav-sub li a:hover {
        background-color: #0c5963;
    }
    .js .dav-theme-2 .dav-menu-btn a {
        border: 0;
        background: #0c5963;
    }
    .dav-theme-2 .dav-menu-btn-arrow {
        background: #003a41
    }
    .js .dav-theme-2 .dav-menu-btn-arrow a:focus,
    .js .dav-theme-2 .dav-menu-btn-arrow a:hover {
        background-color: #003a41;
    }
    .dav-theme-2 .dav-menu-indicator {
        background-color: #0c5963;
    }
    .js .dav-theme-2 .dav-local-navigation-container li:first-child a {
        border-top: 1px solid #003a41;
    }
    .js .dav-theme-2 .dav-local-navigation-container li.dav-back-link a,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-sub li.dav-back-link a,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a {
        border-bottom: 1px solid #0c5963;
        background-color: #003a41;
    }
    .js .dav-theme-2 .dav-local-navigation-container li.dav-back-link a:focus,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-back-link a:hover,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-2 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:hover {
        background-color: #0c5963;
    }
    .js .dav-theme-3 .dav-local-navigation a {
        background: #422E5D;
        border-right: 0;
        border-top: 0
    }
    .dav-theme-3 .dav-local-navigation li a {
        border-bottom: 1px solid #612d70;
    }
    .js .dav-theme-3 .dav-local-navigation li li a,
    .js .dav-theme-3 .dav-local-navigation li.dav-sub li.dav-sub a {
        background-color: #422E5D;
    }
    .js .dav-theme-3 .dav-local-navigation li.dav-title a,
    .js .dav-theme-3 .dav-local-navigation li.dav-sub li.dav-title a,
    .js .dav-theme-3 .dav-local-navigation li.dav-sub li.dav-sub li.dav-title a,
    .js .dav-theme-3 .dav-local-navigation a:focus,
    .js .dav-theme-3 .dav-local-navigation a:hover,
    .js .dav-theme-3 .dav-local-navigation a:active {
        background-color: #612d70;
    }
    .js .dav-theme-3 .dav-local-navigation li.dav-sub a:focus,
    .js .dav-theme-3 .dav-local-navigation li.dav-sub a:hover {
        background-color: #612d70
    }
    .js .dav-theme-3 .dav-local-navigation li.dav-sub li a:focus,
    .js .dav-theme-3 .dav-local-navigation li.dav-sub li a:hover {
        background-color: #612d70;
    }
    .js .dav-theme-3 .dav-menu-btn a {
        border: 0;
        background: #612d70;
    }
    .dav-theme-3 .dav-menu-btn-arrow {
        background: #35254a
    }
    .js .dav-theme-3 .dav-menu-btn-arrow a:focus,
    .js .dav-theme-3 .dav-menu-btn-arrow a:hover {
        background-color: #35254a;
    }
    .dav-theme-3 .dav-menu-indicator {
        background-color: #612d70;
    }
    .js .dav-theme-3 .dav-local-navigation-container li:first-child a {
        border-top: 1px solid #35254a;
    }
    .js .dav-theme-3 .dav-local-navigation-container li.dav-back-link a,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-sub li.dav-back-link a,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a {
        border-bottom: 1px solid #612d70;
        background-color: #35254a;
    }
    .js .dav-theme-3 .dav-local-navigation-container li.dav-back-link a:focus,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-back-link a:hover,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-3 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:hover {
        background-color: #612d70;
    }
    .js .dav-theme-4 .dav-local-navigation a {
        background: #4996a9;
        border-right: 0;
        border-top: 0
    }
    .dav-theme-4 .dav-local-navigation li a {
        border-bottom: 1px solid #355918;
    }
    .js .dav-theme-4 .dav-local-navigation li li a,
    .js .dav-theme-4 .dav-local-navigation li.dav-sub li.dav-sub a {
        background-color: #4996a9;
    }
    .js .dav-theme-4 .dav-local-navigation li.dav-title a,
    .js .dav-theme-4 .dav-local-navigation li.dav-sub li.dav-title a,
    .js .dav-theme-4 .dav-local-navigation li.dav-sub li.dav-sub li.dav-title a,
    .js .dav-theme-4 .dav-local-navigation a:focus,
    .js .dav-theme-4 .dav-local-navigation a:hover,
    .js .dav-theme-4 .dav-local-navigation a:active {
        background-color: #355918;
    }
    .js .dav-theme-4 .dav-local-navigation li.dav-sub a:focus,
    .js .dav-theme-4 .dav-local-navigation li.dav-sub a:hover {
        background-color: #355918
    }
    .js .dav-theme-4 .dav-local-navigation li.dav-sub li a:focus,
    .js .dav-theme-4 .dav-local-navigation li.dav-sub li a:hover {
        background-color: #355918;
    }
    .js .dav-theme-4 .dav-menu-btn a {
        border: 0;
        background: #355918;
    }
    .dav-theme-4 .dav-menu-btn-arrow {
        background: #222f16
    }
    .js .dav-theme-4 .dav-menu-btn-arrow a:focus,
    .js .dav-theme-4 .dav-menu-btn-arrow a:hover {
        background-color: #222f16;
    }
    .dav-theme-4 .dav-menu-indicator {
        background-color: #355918;
    }
    .js .dav-theme-4 .dav-local-navigation-container li:first-child a {
        border-top: 1px solid #222f16;
    }
    .js .dav-theme-4 .dav-local-navigation-container li.dav-back-link a,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-sub li.dav-back-link a,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a {
        border-bottom: 1px solid #355918;
        background-color: #222f16;
    }
    .js .dav-theme-4 .dav-local-navigation-container li.dav-back-link a:focus,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-back-link a:hover,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-4 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:hover {
        background-color: #355918;
    }
    .js .dav-theme-5 .dav-local-navigation a {
        background: #c44101;
        border-right: 0;
        border-top: 0
    }
    .dav-theme-5 .dav-local-navigation li a {
        border-bottom: 1px solid #ab3901;
    }
    .js .dav-theme-5 .dav-local-navigation li li a,
    .js .dav-theme-5 .dav-local-navigation li.dav-sub li.dav-sub a {
        background-color: #c44101;
    }
    .js .dav-theme-5 .dav-local-navigation li.dav-title a,
    .js .dav-theme-5 .dav-local-navigation li.dav-sub li.dav-title a,
    .js .dav-theme-5 .dav-local-navigation li.dav-sub li.dav-sub li.dav-title a,
    .js .dav-theme-5 .dav-local-navigation a:focus,
    .js .dav-theme-5 .dav-local-navigation a:hover,
    .js .dav-theme-5 .dav-local-navigation a:active {
        background-color: #ab3901;
    }
    .js .dav-theme-5 .dav-local-navigation li.dav-sub a:focus,
    .js .dav-theme-5 .dav-local-navigation li.dav-sub a:hover {
        background-color: #ab3901
    }
    .js .dav-theme-5 .dav-local-navigation li.dav-sub li a:focus,
    .js .dav-theme-5 .dav-local-navigation li.dav-sub li a:hover {
        background-color: #ab3901;
    }
    .js .dav-theme-5 .dav-menu-btn a {
        border: 0;
        background: #ab3901;
    }
    .dav-theme-5 .dav-menu-btn-arrow {
        background: #772801
    }
    .js .dav-theme-5 .dav-menu-btn-arrow a:focus,
    .js .dav-theme-5 .dav-menu-btn-arrow a:hover {
        background-color: #772801;
    }
    .dav-theme-5 .dav-menu-indicator {
        background-color: #ab3901;
    }
    .js .dav-theme-5 .dav-local-navigation-container li:first-child a {
        border-top: 1px solid #772801;
    }
    .js .dav-theme-5 .dav-local-navigation-container li.dav-back-link a,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-sub li.dav-back-link a,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a {
        border-bottom: 1px solid #ab3901;
        background-color: #772801;
    }
    .js .dav-theme-5 .dav-local-navigation-container li.dav-back-link a:focus,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-back-link a:hover,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-5 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:hover {
        background-color: #ab3901;
    }
    .js .dav-theme-6 .dav-local-navigation a {
        background: #851735;
        border-right: 0;
        border-top: 0
    }
    .dav-theme-6 .dav-local-navigation li a {
        border-bottom: 1px solid #a51137;
    }
    .js .dav-theme-6 .dav-local-navigation li li a,
    .js .dav-theme-6 .dav-local-navigation li.dav-sub li.dav-sub a {
        background-color: #851735;
    }
    .js .dav-theme-6 .dav-local-navigation li.dav-title a,
    .js .dav-theme-6 .dav-local-navigation li.dav-sub li.dav-title a,
    .js .dav-theme-6 .dav-local-navigation li.dav-sub li.dav-sub li.dav-title a,
    .js .dav-theme-6 .dav-local-navigation a:focus,
    .js .dav-theme-6 .dav-local-navigation a:hover,
    .js .dav-theme-6 .dav-local-navigation a:active {
        background-color: #a51137;
    }
    .js .dav-theme-6 .dav-local-navigation li.dav-sub a:focus,
    .js .dav-theme-6 .dav-local-navigation li.dav-sub a:hover {
        background-color: #a51137
    }
    .js .dav-theme-6 .dav-local-navigation li.dav-sub li a:focus,
    .js .dav-theme-6 .dav-local-navigation li.dav-sub li a:hover {
        background-color: #a51137;
    }
    .js .dav-theme-6 .dav-menu-btn a {
        border: 0;
        background: #a51137;
    }
    .dav-theme-6 .dav-menu-btn-arrow {
        background: #6c112a
    }
    .js .dav-theme-6 .dav-menu-btn-arrow a:focus,
    .js .dav-theme-6 .dav-menu-btn-arrow a:hover {
        background-color: #6c112a;
    }
    .dav-theme-6 .dav-menu-indicator {
        background-color: #a51137;
    }
    .js .dav-theme-6 .dav-local-navigation-container li:first-child a {
        border-top: 1px solid #6c112a;
    }
    .js .dav-theme-6 .dav-local-navigation-container li.dav-back-link a,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-sub li.dav-back-link a,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a {
        border-bottom: 1px solid #a51137;
        background-color: #6c112a;
    }
    .js .dav-theme-6 .dav-local-navigation-container li.dav-back-link a:focus,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-back-link a:hover,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-back-link a:hover,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:focus,
    .js .dav-theme-6 .dav-local-navigation-container li.dav-sub li.dav-sub li.dav-sub li.dav-back-link a:hover {
        background-color: #a51137;
    }
}

.dav-global-header {
    background: #000000
}

.dav-global-footer {
    background: #171717
}

.dav-global-navigation-drawer {
    background: #171717;
    color: #cecece
}

.dav-global-navigation-outer {
    border: 1px solid #323232;
    border-width: 0 1px 0 1px
}

.dav-global-navigation-container {
    border-right: 1px solid #323232;
}

.dav-global-navigation-container.last {
    border-right: 0;
}

.dav-theme-1 .dav-homepage-content h2,
.dav-theme-2 .dav-homepage-content h2,
.dav-theme-3 .dav-homepage-content h2,
.dav-theme-4 .dav-homepage-content h2,
.dav-theme-5 .dav-homepage-content h2,
.dav-theme-6 .dav-homepage-content h2 {
    color: #171717
}

.dav-global-navigation-secondary-with-children,
.dav-global-navigation-container li.last,
.dav-global-navigation-secondary-with-children li {
    border-bottom: 0
}

.dav-global-navigation-container li,
.dav-global-navigation-header-container li {
    border-bottom: 1px solid #323232
}

.dav-global-navigation-tertiary li,
.dav-global-navigation-secondary-with-children li {
    border-bottom: 0
}

.dav-recommended-results {
    background: #f0f8ff
}

.dav-global-footer {
    color: #fff
}

.dav-content {
    background: #fff
}

.dav-secondary-content {
    background: #f3f3f3
}

.dav-homepage-carousel .dav-carousel-control-btn,
.dav-paging-btn {
    background: #171717
}

.dav-homepage-carousel .dav-carousel-control-btn:hover {
    background: #000
}

.dav-paging-btn:focus,
.dav-paging-btn:hover {
    background: #454545
}

.dav-inpage-search-container {
    background: #e4e4e4
}

.dav-login-form {
    background: #f2f2f2
}

.dav-highlight-date {
    color: #fff
}

.dav-promo-teaser {
    background: #fff;
}

#block-block-1 .dav-promo-teaser {
    float: left;
}

.dav-vertical-breadcrumb-navigation .dav-selected {
    color: #171717
}

tbody th,
td {
    background: #fff;
    color: #222
}

.dav-theme-1 tbody th,
.dav-theme-2 tbody th,
.dav-theme-3 tbody th,
.dav-theme-4 tbody th,
.dav-theme-5 tbody th,
.dav-theme-6 tbody th {
    background: #fff;
    color: #222;
    border-bottom: 0
}

table th {
    border-bottom: #e4e4e4 1px solid
}

.dav-table tbody tr:hover td,
.dav-table tbody tr:hover th,
.dav-theme-1 .dav-table tbody tr:hover td,
.dav-theme-1 .dav-table tbody tr:hover th,
.dav-theme-2 .dav-table tbody tr:hover td,
.dav-theme-2 .dav-table tbody tr:hover th,
.dav-theme-3 .dav-table tbody tr:hover td,
.dav-theme-3 .dav-table tbody tr:hover th,
.dav-theme-4 .dav-table tbody tr:hover td,
.dav-theme-4 .dav-table tbody tr:hover th,
.dav-theme-5 .dav-table tbody tr:hover td,
.dav-theme-5 .dav-table tbody tr:hover th,
.dav-theme-6 .dav-table tbody tr:hover td,
.dav-theme-6 .dav-table tbody tr:hover th {
    background-color: #e4e4e4;
}

.dav-vertical-stacking-table th {
    border-left: #e4e4e4 1px solid
}

.dav-tertiary-navigation {
    border: 1px solid #e4e4e4;
    border-width: 1px 1px 0 1px
}

.dav-success-panel {
    border-color: #55a51c
}

.dav-success-panel .dav-notifications-icon {
    color: #55a51c
}

.dav-warning-panel {
    border-color: #ff0000
}

.dav-warning-panel .dav-notifications-icon {
    color: #ff0000
}

.dav-alert-panel {
    border-color: #ea7125
}

.dav-alert-panel .dav-notifications-icon {
    color: #ea7125
}

.dav-information-panel {
    border-color: #0070c0
}

.dav-information-panel .dav-notifications-icon {
    color: #0070c0
}

.js #global-header-controls {
    display: none
}

.js .dav-carousel li {
    display: none
}

.js .dav-secondary-content {
    display: none
}

@media print {
    .lt-ie9 .dav-row,
    .lt-ie8 .dav-row {
        min-width: auto
    }
    body {
        background: transparent !important;
    }
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    #content a,
    #content a:visited {
        text-decoration: underline;
    }
    #content a[href]:after {
        content: " (" attr(href) ")";
    }
    .Zebra_DatePicker a[href]:after,
    .dav-carousel a[href]:after {
        display: none!important
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    #content .ir a:after,
    #content a[href^="javascript:"]:after,
    #content a[href^="#"]:after {
        content: "";
    }
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .Zebra_DatePicker {
        width: 300px
    }
    .Zebra_DatePicker .dp_daypicker td {
        background: #e1e1e1!important;
    }
    .Zebra_DatePicker td.dp_not_in_month {
        background: #edeaea!important;
        color: #b4b3b3!important;
    }
    .Zebra_DatePicker td.dp_selected {
        background: #222!important;
        color: #FFF !important
    }
    .Zebra_DatePicker td.dp_current {
        background: #888888!important;
        color: #fff!important
    }
    .Zebra_DatePicker td.dp_disabled_current {
        background: #edeaea!important;
        color: #b4b3b3!important;
    }
    .Zebra_DatePicker td.dp_disabled,
    .Zebra_DatePicker td.dp_weekend_disabled {
        background: #edeaea!important;
        color: #b4b3b3!important;
    }
    .Zebra_DatePicker td.dp_hover {
        background: #222!important;
        color: #FFF!important
    }
    .dav-event-indicator {
        background: #f3f3f3!important
    }
    [class*="dav-column"],
    .dav-column {
        float: none;
        display: block;
        width: auto;
        margin-left: 0;
    }
    .dav-wrap {
        width: 100%
    }
    .dav-search-container {
        padding: 20px;
    }
    .dav-recessed-secondary-content {
        margin-top: 0
    }
    .dav-spacing-column,
    .dav-sub-section-title {
        display: none
    }
    .dav-homepage-logo-header {
        display: none
    }
    table,
    .dav-table-bordered table,
    .dav-table-bordered th,
    .dav-table-bordered td,
    .dav-table-bordered tr {
        border-color: #E4E4E4!important
    }
    caption {
        border: 1px solid #E4E4E4!important;
        page-break-inside: avoid;
    }
    .dav-responsive-table table {
        display: block!important
    }
    .dav-topic {
        background: #fff!important
    }
    .dav-primary-cta {
        color: #fff!important
    }
    .dav-co-branding-logo {
        padding: 5px;
        background: #000!important;
        display: block;
        float: none
    }
    .dav-main-logo {
        padding: 5px;
        background: #000 !important;
        display: block;
        float: none
    }
    .dav-global-header {
        display: none!important
    }
    .dav-breadcrumb {
        display: none!important
    }
    .dav-global-navigation-drawer {
        display: none!important
    }
    .dav-local-navigation {
        display: none!important
    }
    .dav-tertiary-navigation {
        display: none!important
    }
    .dav-mobile-parent {
        display: none!important
    }
    .dav-nav-tabs {
        display: none!important
    }
    .dav-nav-pills {
        display: none!important
    }
    .dav-inpage-search-container {
        display: none!important
    }
    .dav-search-container {
        display: none!important
    }
    .dav-list-container {
        display: none!important
    }
    .dav-local-footer {
        display: none!important
    }
    .dav-global-footer {
        display: none!important
    }
    .dav-load-more-btn {
        display: none!important
    }
    .dav-pagination {
        display: none!important
    }
    .dav-paging {
        display: none!important
    }
    .dav-notifications-panel {
        display: none!important
    }
    .dav-open-responsive-table-link {
        display: none!important
    }
    .dav-homepage-header {
        display: none!important
    }
    .dav-homepage-logo-header {
        display: none!important
    }
    .dav-slide-caption {
        position: static
    }
    .dav-focus-teaser-txt {
        float: none;
        clear: both
    }
    .dav-carousel .dav-slide {
        display: block
    }
}

body.cke_show_borders {
    background: #ffffff;
}

#block-block-1 p {
    padding: 0px 0px;
}

#block-block-2 p {
    padding: 0px 10px;
}

#block-views-taxonomy-blocks-block .view-taxonomy-blocks .views-field-name {
    text-transform: capitalize;
}
#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}



#exTab3 h3 {
    color : white;
    background-color: #285392;
    padding : 5px 15px;
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #285392 !important;
}
#myTabContentJust{
    padding : 5px;
    background-color: #d0d4da
}
#exTab3 .nav-pills{
    background-color: #e0e3e8;
    
}
#exTab3 .nav-pills a:visited{
    color: #000;
}
.cherch-data{
    color: #121113!important;
    font-size: 1.2rem!important;
    text-align: left!important;
    margin: 10px;
}
.names-chercheur{
 text-transform: uppercase;
 
    
}

/** teacher card**/
.card-contact__img {
    max-width: 100%;
    height: auto;
}
.img-circle {
    width: 85px;
    height: 85px;
    border-radius: 50%;
}
img, svg {
    vertical-align: middle;
}
img {
    border-style: none;
}
.card-contact__col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 100px);
}
.card-contact__col {
    padding: 0 5px 0 10px;
}
.mb-gutter {
    margin-bottom: 24px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.card-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.bg-gray-100 {
    background-color: #f2f2f2!important;
}
.card-contact__col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
}
.card-contact__col {
    padding: 0 5px 0 10px;
}
.card-contact__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-contact__name {
    margin: 0 10px 0 0;
}
.h4 {
    font-weight: 700;
    font-family: DINProCondensed,Arial,sans-serif;
    font-size: 1.25rem;
    line-height: 24em/20;
    color: #003a70;
}
.card-contact__post {
    font-size: 1.25rem;
    font-weight: 500;
    font-family: DINProCondensed,Arial,sans-serif;
    line-height: 1.2;
    color: #333;
}
.card-contact__department {
    font-size: .75rem;
    font-weight: 700;
    font-family: DINProCondensed,Arial,sans-serif;
    text-transform: uppercase;
    color: #999;
    margin: 5px 0 0;
}

/** card  corp profesoral**/

.mb-gutter {
    margin-bottom: 24px;
}
@media (min-width: 1024px){

    .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
}
.card-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.bg-gray-100 {
    background-color: #f2f2f2!important;
}
.blocks-list__area {
    padding: 10px 0;
}
.justify-content-center {
    justify-content: center!important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}


.publication-item {
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}
.publication-item__title {
    font-weight: 600;
    font-size: 1.2rem;
    color: #003a70;
    font-family: DINProCondensed,Arial,sans-serif;
}
.publication-item__infos {
    color: #000;
    font-size: .9375rem;
    margin: 0;
}
.font-weight-medium {
    font-weight: 500!important;
}
.publication-item__infos {
    color: #000;
    font-size: .9375rem;
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.collapse-content .fa.fa-heart:hover {
    color: #f44336 !important;
  }
  .collapse-content .fa.fa-share-alt:hover {
    color: #0d47a1 !important;
  }
  .gradient-card {
    background: linear-gradient(135deg, #1d3f71 0%,#c7d5e2 100%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.m-share-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.m-share-bar .m-share-bar__link {
    margin: 0 15px 0 0;
}
.m-share-bar .m-share-bar__link {
    display: inherit;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.svg {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}