/* Minification failed. Returning unminified contents.
(859,30): run-time error CSS1046: Expect comma, found '255'
(859,36): run-time error CSS1046: Expect comma, found '/'
(863,30): run-time error CSS1046: Expect comma, found '255'
(863,36): run-time error CSS1046: Expect comma, found '/'
(867,31): run-time error CSS1046: Expect comma, found '255'
(867,37): run-time error CSS1046: Expect comma, found '/'
(871,31): run-time error CSS1046: Expect comma, found '255'
(871,37): run-time error CSS1046: Expect comma, found '/'
(875,31): run-time error CSS1046: Expect comma, found '0'
(875,35): run-time error CSS1046: Expect comma, found '/'
(879,31): run-time error CSS1046: Expect comma, found '0'
(879,35): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'Droid Serif';
    font-style: normal;
    font-weight: 400;
    src: local('Droid Serif'), local('DroidSerif'), url(https://fonts.gstatic.com/s/droidserif/v6/0AKsP294HTD-nvJgucYTaIgp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
}

/*****Body*****/
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    clear: both;
}

.inner-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.container_wrap {
    clear: both;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px;
}

.sidebar {

}

.form-horizontal {
    padding-left: 0;
    padding-right: 0;
}

/*****Header*****/
#headerBG_c {
    width: 100%;
    height: 100px !important;
    background: #3067a4;
}

.info-bar {
    float: right;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #808080;
}


.logo {
    width: 300px;
    height: auto;
    padding-top: 12px;
    position: absolute;
}

/*****Text*****/
h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.1em;
}

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title {
    font-family: 'Droid Serif', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#top h1 strong, #top h2 strong, #top h3 strong, #top h4 strong, #top h5 strong, #top h6 strong {
    color: inherit;
}

h1 {
    font-size: 2.125em;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

h2 {
    font-size: 1.75em;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.25em;
    margin-bottom: 8px;
}

h4 {
    font-size: 1.125em;
    margin-bottom: 4px;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 1.5em;
}

em {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

/*****Navigation*****/
ul, ol {
    margin-bottom: 20px;
}

ul {
    list-style: none outside;
    margin-left: 7px;
}

.tab-nav {
    width: 100%;
    float: left;
    padding:0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    border-collapse: collapse;
}

.tab-nav li {
    list-style: none;
    display: inline;
    float: left;
    margin-bottom: -2px;
}

.tab-nav li a {
    padding: 15px 25px;
    display: block;
    background: #fff;
    font-size: 0.9375em;
    color: #6284aa;
    border-bottom: 1px solid #ccc;
}

.tab-nav li a:hover {
    color: #6284aa;
    text-decoration: none;
}

.tab-nav li a.activeT {
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.main_menu a, .pagination a {
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    -webkit-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
}


.main_menu {
    clear: none;
    z-index: 100;
    line-height: 30px;
    height: 100%;
    margin: 0;
    right: 0;
    position: static;
    float: right;
}

.main_menu .pointer_arrow_wrap {
    display: none;
}

.av-main-nav-wrap {
    float: left;
    position: relative;
    z-index: 3;
}

.av-main-nav-wrap ul {
    margin: 0;
    padding: 0;
}

.av-main-nav ul {
    display: none;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
}

.av-main-nav ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.av-main-nav ul li a {
    border-right-style: solid;
    border-right-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
}

.av-main-nav ul li:last-child > a {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.av-main-nav li {
    float: left;
    position: relative;
    z-index: 20;
}

.av-main-nav li:hover {
    z-index: 100
}

.av-main-nav > li > ul {
    border-top-width: 2px;
    border-top-style: solid;
}

.av-main-nav > li {
    line-height: 30px;
}

.av-main-nav li a {
    max-width: none; /* fixes IE8 menu width issue*/
}

.av-main-nav > li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: 600;
    font-size: 13px;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out;
}

/*****Images*****/
img, a img {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
    image-rendering: optimizeQuality;
}

/*****Forms*****/
input[type="submit"], input[type="reset"], #submit, .button {
    padding: 9px 22px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
}

#top form {
    margin-bottom: 20px;
}

#top fieldset {
    margin-bottom: 20px;
}

#top .input-text,
#top input:not([type]),
#top input[type=""],
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 0px;
}

#top input:not([type]):focus,
#top input[type=""],
#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    color: #555;
}

#top textarea {
    min-height: 60px;
    line-height: 1.5em;
}

#top label {
    font-weight: bold;
    font-size: 12px;
}

#top legend {
    display: block;
    font-weight: normal;
    font-size: 15px;
}

#top select {
    width: 100%;
    padding-right: 40px;
}

#top input[type="checkbox"] {
    display: inline;
}

#top label span,
#top legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

#top textarea {
    width: 100%;
}


#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select {
    border: 1px solid #9AA600;
}

#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
    border: 1px solid #DF653E;
}

#top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select {
    border: 1px solid #ffb628;
}

#top #wrap_all .valid .input_checkbox_label {
    color: #9AA600;
}

#top #wrap_all .error .input_checkbox_label {
    color: #DF653E;
}

/*****Table*****/
th {
    font-weight: bold;
    font-size: 0.85em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: left;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-top: none;
}

td {
    font-size: 0.75em;
    padding: 9px 12px;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-top: none;
}

.table-striped tr td {
    color: #444;
}

.table-striped thead th, .table-striped tr td {
    border: 1px solid #909090;
}

.table-striped > .thead-light > tr > th  {
    border-bottom: 2px solid #808080 !important;
    border-top: 2px solid #808080 !important;
}

.table-striped thead {
    background: #D3D3D3;
    color: #080808;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/*****Layout*****/
.content, .sidebar {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    box-sizing: content-box;
    min-height: 1px;
    z-index: 1;
}

/*****Footer****/

footer {
    padding: 15px 0 30px 0;
    z-index: 1;
    background: #38669a;
    width: 100%;
    color: #fff;
    font-size: 0.7em;
    float:left;
}

footer a {
    color: #fff;
}

footer .container {
    padding-top: 15px;
}

#socket .copyright {
    float: left;
}

/*header separator variations*/

.av_seperator_big_border .av-main-nav > li > a {
    border-left-style: solid;
    border-left-width: 1px;
    text-align: center;
    min-width: 90px;
}

#top .av_seperator_big_border .av-main-nav > li:last-child > a,
#top .av_seperator_big_border .av-main-nav > #menu-item-search > a {
    border-right-style: solid;
    border-right-width: 1px;
}

#top .av_seperator_big_border .av-main-nav > #menu-item-search > a {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: inherit;
}

#top .av_seperator_big_border#header .av-menu-button > a .avia-menu-text {
    border: none;
}

.av_seperator_big_border .avia-menu.av_menu_icon_beside {
    padding-right: 0;
}

#top .av_seperator_big_border#header .av-main-nav > li > a {
    padding: 0 13px;
}

#top .av_seperator_big_border .avia-menu.av_menu_icon_beside {
    border-right: none;
}

.html_bottom_nav_header #top .av_seperator_big_border .av-main-nav > #menu-item-search > a {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: inherit;
    margin-left: -1px;
}

#header_main {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 1;
}

#header.shadow {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-perspective: 1000px;
    -webkit-backface-visibility: hidden;
}

.av_minimal_header .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
}

#header {
    position: relative;
    z-index: 501; /*(issues/769)*/
    width: 100%;
    background: transparent;
}

#header_main .container, .main_menu ul:first-child > li a {
    height: 88px;
    line-height: 88px;
}

/* sticky variation*/
.html_header_top.html_header_sticky #main {
    padding-top: 88px;
}

.html_header_top.html_header_transparency #header {
    position: absolute;
}

.html_header_top.html_header_sticky #header {
    position: fixed;
}

.html_header_top.html_header_sticky.html_bottom_nav_header #main {
    padding-top: 125px;
}

.html_bottom_nav_header .avia-search-tooltip {
    top: 101% !important;
    margin-left: -130px;
}

.html_header_top.html_header_sticky.html_header_unstick_top .header-scrolled-full#header {
}

.responsive .container {
    max-width: 1310px;
}

#top #header .av-main-nav > li:hover > a {
    color: #ffffff;
    background-color: #6284aa;
}

.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color: #ffffff;
    color: #808080;
}

.header_color .sub_menu > ul > li > a, .header_color .sub_menu > div > ul > li > a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
    color: #808080;
}

.header_color, .header_color div, .header_color header, .header_color main, .header_color aside, .header_color footer, .header_color article, .header_color nav, .header_color section, .header_color span, .header_color applet, .header_color object, .header_color iframe, .header_color h1, .header_color h2, .header_color h3, .header_color h4, .header_color h5, .header_color h6, .header_color p, .header_color blockquote, .header_color pre, .header_color a, .header_color abbr, .header_color acronym, .header_color address, .header_color big, .header_color cite, .header_color code, .header_color del, .header_color dfn, .header_color em, .header_color img, .header_color ins, .header_color kbd, .header_color q, .header_color s, .header_color samp, .header_color small, .header_color strike, .header_color strong, .header_color sub, .header_color sup, .header_color tt, .header_color var, .header_color b, .header_color u, .header_color i, .header_color center, .header_color dl, .header_color dt, .header_color dd, .header_color ol, .header_color ul, .header_color li, .header_color fieldset, .header_color form, .header_color label, .header_color legend, .header_color table, .header_color caption, .header_color tbody, .header_color tfoot, .header_color thead, .header_color tr, .header_color th, .header_color td, .header_color article, .header_color aside, .header_color canvas, .header_color details, .header_color embed, .header_color figure, .header_color fieldset, .header_color figcaption, .header_color footer, .header_color header, .header_color hgroup, .header_color menu, .header_color nav, .header_color output, .header_color ruby, .header_color section, .header_color summary, .header_color time, .header_color mark, .header_color audio, .header_color video, #top .header_color .pullquote_boxed, .responsive #top .header_color .avia-testimonial, .responsive #top.avia-blank #main .header_color.container_wrap:first-child, #top .header_color.fullsize .template-blog .post_delimiter, .header_color .related_posts.av-related-style-full a {
    border-color: #e1e1e1;
}
.main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color input[type='reset'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover {
    background-color: #6284aa;
    color: #ffffff;
    border-color: #507210;
}
.main_color .heading-color, .main_color a.iconbox_icon:hover, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color .sidebar .current_page_item > a, .main_color .sidebar .current-menu-item > a, .main_color .pagination .current, .main_color .pagination a:hover, .main_color strong.avia-testimonial-name, .main_color .heading, .main_color .toggle_content strong, .main_color .toggle_content strong a, .main_color .tab_content strong, .main_color .tab_content strong a, .main_color .asc_count, .main_color .avia-testimonial-content strong, .main_color div .news-headline, #top .main_color .av-related-style-full .av-related-title, .main_color .av-default-style .av-countdown-cell-inner .av-countdown-time, .main_color .wp-playlist-item-meta.wp-playlist-item-title {
    color: #222222;
}
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner, .main_color .av-hotspot-fallback-tooltip-count {
    background-color: #f9f9f9;
    color: #9c9c9c;
}

#wrap_all {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 100vh;
    background-color: #f9f9f9;
}

footer {
    margin-top: auto;
}

.search-container .form-group {
    float: left;
    margin-right: 20px;
    width: 230px;
}

.float-right {
    float: right;
}

.side-container {
    background: #ccc;
    height: 100vh;
    padding: 40px 30px 30px;
    margin: -120px -120px -140px 20px;
}

.entry-content-wrapper {
    margin-top: -45px;
    margin-bottom: 45px;
    padding: 40px 30px 30px;
    background-color: #ffffff;
}

.error {
    color: #ff0000;
}

.error + .form-control {
    background: #ffe6e6 !important;
}

label.required::after {
    color: red;
    content: " *" !important;
}

.alert-success {
    padding: 15px 30px;
}

input[readonly] {
    background: rgba(100,100,100, 0.2) !important;
}

.multi-line {
    white-space: pre-line;
}

.abbreviation-table td:first-child {
    width: 15%;
}
.abbreviation-table td:last-child {
    width: 85%;
}

.abbreviation-table tr:first-child th {
    background: #fff;
    color: #404040;
    font-size: 110%;
    border: 0 !important;
    padding-bottom: 0px !important;
    line-height: 1.2em !important;
}

.abbreviation-table td, .abbreviation-table th {
    padding: 3px 8px !important;
}

.abbr-div {
    padding:15px;
    border: 1px solid #808080;
}
.btn-abbr {
    color: #000;
    font-weight: bold;
    width: 100%;
    background-color: #D3D3D3;
    border: 1px solid #808080;
    border-radius: 0;
    text-align: left;
}

.btn-abbr.expanded{
    top: 90px;
    position: sticky;
}

.btn-abbr span {
    float:right;
    padding-right: 20px;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    position: fixed;
    top: 30%;
    left: 47%;
    z-index: 9999;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contact-us {
    border-left: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
    .responsive #header_main .container {
        height: auto !important;
    }

    .responsive #top #wrap_all #header {
        position: relative;
        width: 100%;
        float: none;
        height: auto;
        margin: 0 !important;
        opacity: 1;
    }

    .html_header_top.html_header_sticky #main {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width:1145px){
    .html_header_top.html_header_sticky #main {
        padding-top: 180px;
    }
}

@media (max-width: 992px) {
    .contact-us {
        border-left: 0;
        border-top: 1px solid #ccc;
        margin-top: 20px;
    }
}

.search-container .row {
    margin-left: 0;
    margin-right: 0;
}

.dl-horizontal dt {
    margin-right:20px;
    min-width:30%;
}

.dl-horizontal.dt-align-left dt{
    min-width:0;
}

.dl-horizontal dd {
    margin-bottom:5px;
}

.show-sidebar .main-content {
    float:left;
    width: 80%;
    padding-right: 20px;
}

.sideb .guide {
    font-weight: bold;
    color: #3e7cbf;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;

}

.sideb {
    position: absolute;
    right: 0;
    width: 20%;
    height: 100%;
    background: #ccc;
    margin-top: -40px;
    margin-right: 50px;
    padding: 50px 40px;
    color: #444;
    font-size: 0.87em !important;
}

.page-title{
    margin-top:0;
}

.high-search-match{
    background-color: rgb(10 255 0 / 0.1);
}

.table-striped > tbody > .high-search-match:nth-of-type(odd) {
    background-color: rgb(10 255 0 / 0.2);
}

.medium-search-match{
    background-color: rgb(245 255 0 / 0.1);
}

.table-striped > tbody > .medium-search-match:nth-of-type(odd) {
    background-color: rgb(245 255 0 / 0.2);
}

.low-search-match{
    background-color: rgb(255 0 0 / 0.1);
}

.table-striped > tbody > .low-search-match:nth-of-type(odd) {
    background-color: rgb(255 0 0 / 0.2);
}

.table-striped .separator-top {
    border-top: 3px solid rgba(0,0,0,0.5);
}

.table-striped .separator-bottom {
    border-bottom: 3px solid rgba(0,0,0,0.5);
}

.search-result-table{
    color: #222;
    border: none;
    width: 100%;
    margin-top: 10px;

    table-layout: fixed;
}

.search-result-table td {
    border: none;
    padding: 5px 5px;
    font-size: 1em;
}

.search-result-table td:first-child {
    font-weight: bold;
    text-align: right;
    max-width: 50%;
}

.search-result-table .table-header {
    text-align: center !important;
    font-size: 1.2em;
    font-weight:bold;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
