/*
Theme Name: VMS Theme
Description: VMS Theme
Version: 1.0.1
Author: Verisk Marketing Solutions
Author URI: https://marketing.verisk.com/
*/
@import "blog/blog.css";
@import "inc/fonts/stylesheet.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@400;&display=swap');

:root {
    --globalblue: #00358e;
    --radicalblue: #2a7de1;
    --mediumblue: #004eaa;
    --vteal: #2ecddc;
    --tealbright:#3deeff;
    --vgreen: #6abf4b;
    --vgold: #ffc600;
    --vred: #d40019;
    --black: #000000;
    --black75: #3f3f3f;
    --black40: #999999;
    --black25: #bfbfbf;
    --black15: #d8d8d8;
    --black5: #f2f2f2;
    --white: #ffffff;
    --extblue1: #002d61;
    --extblue2: #00629d;
    --extblue3: #047cb1;
    --extblue4: #4d9fd0;
    --extblue5: #a4c8f0;
    --extgreen1: #005028;
    --extgreen2: #006a35;
    --extgreen3: #009d4f;
    --extgreen4: #26bb78;
    --extgreen5: #c2e5bc;
    --extyellow1: #4f2d1d;
    --extyellow2: #924c14;
    --extyellow3: #cd792d;
    --extyellow4: #f4af2d;
    --extyellow5: #fdd5a9;
    --extorange1: #782434;
    --extorange2: #bd4830;
    --extorange3: #ff6a42;
    --extorange4: #fa9379;
    --extorange5: #ffbfac;
    --extred1: #730067;
    --extred2: #d10077;
    --extred3: #cf5792;
    --extred4: #d592b6;
    --extred5: #ebbed7;
    --extpurple1: #392080;
    --extpurple2: #5948ad;
    --extpurple3: #7575cb;
    --extpurple4: #9696de;
    --extpurple5: #b4b5eb;
}


body {
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    color: #555555;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
    line-height: 1.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";
    font-weight: 400;
    word-wrap: break-word;
    overflow-x: hidden;
    font-style: normal;
    font-stretch: normal;
    position: relative;
    margin: 0;
    unicode-range: U+0020-2212;
}

.gform_wrapper.gravity-theme input::placeholder,
.gform_wrapper.gravity-theme select::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #747474;
    opacity: 1;
    /* Firefox */
    font-weight: 400;
}

.gform_wrapper.gravity-theme select {
    color: #747474;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

h1, .event_h1 {
    color: var(--mediumblue);
    vertical-align: baseline;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.25rem;
    margin: 0 0 20px 0;
	font-family: "Martel", serif;
}

h2 {
    color: var(--mediumblue);
    vertical-align: baseline;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin: 10px auto 15px;
}

h3 {
    color: var(--black75);
    vertical-align: baseline;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 3.25rem;
    margin: 15px auto;
}

h4 {
    color: var(--black75);
    vertical-align: baseline;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.375rem;
}

h5 {
    color: var(--black75);
    vertical-align: baseline;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
}

h6 {
    color: var(--mediumblue);
    vertical-align: baseline;
    font-weight: 400;
    font-size: 1.35rem;
    line-height: 1.75rem;
}

p {
    margin: 0 0 15px;
}

a {
    color: var(--radicalblue);
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    text-decoration: none;
}

a:hover {
    color: var(--extblue4);
}

.skip-container {
    padding: 0;
}

.container,
.container-wide {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#wrapper {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: #fff;
    border: 0px solid #e5e5e5;
    border-radius: 0px;
    clear: both;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    min-height: 500px;
    z-index: 0;
}

body.home #wrapper {
    margin: 0 auto;
}

#header-main {
    position: fixed;
    top: 50px;
    z-index: 9999;
    width: 100%;
}

#header {
    margin: 0;
    position: static;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 4px -1px #00000025;
    padding: 20px 0;
}

#hdplaceholder {

}

#social-footer {
    clear: both;
    margin: 0;
    max-width: 100%;
    padding: 20px 0;
    background-color: #f7f7f7;
}

#footer {
    clear: both;
    margin: 0;
    max-width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #004eaa;
    border-top: 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
}

.footer-notice {
    font-size: 12px;
    line-height:1.2;
    color: #fff;
    text-align:right;
    padding-top:30px;
    padding-left:40%;
    font-style: italic;
}

.color-white {
    color: #004eaa;
}

#footer a {
    color: var(--white);
}

#footer a:hover {
    color: var(--extblue5);
}

/* =Content
-------------------------------------------------------------- */
#content {
    margin-top: 40px;
    margin-bottom: 20px;
}

.home #content-full {
    margin-top: 0px;
    margin-bottom: 0px;
}

#content-full {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 6%;
    width: 100%;
}

#content-search {
    margin-bottom: 40px;
    margin-top: 20px;
}

#content-sitemap {
    margin-top: 40px;
    margin-bottom: 20px;
}

#content-sitemap a {
    font-size: 15px;
    color: #000;
    padding-bottom: 5px;
    display: inline-block;
}

#content-sitemap a:hover {
    color: #B80003;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
    font-size: inherit;
}

#cancel-comment-reply-link {
    color: #990000;
}

.post-data {
    clear: both;
    font-size: inherit;
    font-weight: inherit;
    margin-top: 20px;
}

.post-data a {
    color: #111111;
}

.post-entry {
    clear: both;
}

.post-meta {
    clear: both;
    color: #3f3f3f;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.post-edit {
    clear: both;
    display: block;
    font-size: inherit;
    margin: 1.5em 0;
}

.post-search-terms {
    clear: both;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    text-transform: capitalize !important;
    color: #3f3f3f !important;
}

.read-more {
    clear: both;
    font-weight: 700;
}

.attachment-entry {
    clear: both;
    text-align: center;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 10 0px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper input[type="email"] {
    width: 75%;
}

#widgets {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 31%;
    display: inline-block;
}

#widgets form {
    margin: 0;
}

#widgets ul,
#widgets ol {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

/*
#widgets a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#widgets li {
    margin: 0px;
    font-size: 14px;
    line-height: 17px;
}

#widgets ul li a {
    color: #333;
    background: transparent;
    padding: 5px 15px 5px 30px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: inherit;
}
#widgets ul .current_page_item a {
    color: #fff;
    background: #001226;
}
#widgets ul li a:hover {
    color: #fff;
    background: #004eaa;
}

#widgets .widget-title img {
    float: right;
    height: 11px;
    position: relative;
    top: 4px;
    width: 11px;
}

#widgets .rss-date {
    line-height: 18px;
    padding: 6px 12px;
}

#widgets .rssSummary {
    padding: 10px;
}

#widgets cite {
    font-style: normal;
    line-height: 18px;
    padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
    display: block;
    line-height: 1.5em;
    margin: 0;
    word-wrap: break-word;
}

#widgets .textwidget a {
    display: inline;
}

#widgets ul .children {
    padding: 0 0 0 10px;
}

#widgets .author {
    font-weight: 700;
    padding-top: 4px;
}

.widget_archive select, #cat {
    display: block;
    margin: 15px 15px 0 0;
}
*/
h1, .event_h1,
h2,
h3,
h4,
h5,
h6,
h1, .event_h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: inherit;
    word-wrap: break-word;
    text-decoration: none !important;
    font-style: normal;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    -moz-box-sizing: border-box;
    -moz-border-radius: 0px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    border-bottom-color: #cccccc;
    border-radius: 0px;
    cursor: text;
    margin: 0;
    outline: none;
    padding: 0px 8px;
    vertical-align: middle;
    max-width: 100%;
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    font-family: inherit;
}

.menu {
    background-color: transparent;
    background-image: none;
    clear: both;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.menu li {
    padding: 0;
    width: 100%;
}

.menu a {
    border-left: 0;
    color: #878787;
    font-size: 14px;
    height: auto;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    text-shadow: none;
    display: contents;
    font-weight: normal;
}

ul.menu>li:hover {
    background-color: transparent;
    color: inherit;
}

.menu a:hover {
    background: none;
    background-image: none;
    text-decoration: underline;
    color: #202B42;
}

/******* Grid Layout *******************/

.grid {
    float: left;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.grid-right {
    float: right;
    margin-bottom: 2.127659574468%;
    padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
    margin-right: 2.127659574468%;
}

.col-60 {
    width: 6.382978723404%;
}

.col-140 {
    width: 14.893617021277%;
}

.col-220 {
    width: 23.404255319149%;
}

.col-300 {
    width: 31.914893617021%;
}

.col-380 {
    width: 40.425531914894%;
}

.col-460 {
    width: 48.936170212766%;
}

.col-540 {
    width: 57.446808510638%;
}

.col-620 {
    width: 65.957446808511%;
}

.col-700 {
    width: 74.468085106383%;
}

.col-780 {
    width: 82.978723404255%;
}

.col-860 {
    width: 91.489361702128%;
}

.col-940 {
    width: 100%;
}

.fit {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.none {
    display: none;
}

.hide-desktop {
    display: none;
}

.show-desktop {
    display: block;
}

.comn-btn {
    display: inline-block;
    position: relative;
    padding: 12px 32px;
    background: #004eaa;
    color: #fff;
    font-weight: 500;
    z-index: 1;
    line-height: 24px;
    font-size: 16px;
    border-radius: 50px;
}

.comn-btn:hover {
    background-color: #00408b;
    color: #fff;
}

.comn-btn::before {
    content: '';
    position: absolute;
    height: calc(100% + 0.556em);
    width: calc(100% + 0.556em);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    will-change: transform;
    transform-origin: 50% 50%;
    transition: transform 0.35s cubic-bezier(.39, .58, .53, 1.37) 0s, opacity 0.25s ease 0.1s;
    pointer-events: none;
    opacity: 0;
    background-color: #00408b;
    border: 2px solid #fff;
    border-radius: 50px;
}

.comn-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.comn-btn-lp {
    display: inline-block;
    position: relative;
    padding: 12px 32px;
    background: #fff;
    color: #004eaa;
    font-weight: 500;
    z-index: 1;
    line-height: 24px;
    font-size: 16px;
    border-radius: 50px;
    border: solid 2px #004eaa;
}

.comn-btn-lp:hover {
    background-color: #2ecddc;
    color: #fff;
}

.comn-btn-lp::before {
    content: '';
    position: absolute;
    height: calc(100% + 0.556em);
    width: calc(100% + 0.556em);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    will-change: transform;
    transform-origin: 50% 50%;
    transition: transform 0.35s cubic-bezier(.39, .58, .53, 1.37) 0s, opacity 0.25s ease 0.1s;
    pointer-events: none;
    opacity: 0;
    background-color: #2a7de1;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
}

.comn-btn-lp:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}


.comn-btn-ko {
    display: inline-block;
    position: relative;
    padding: 12px 32px;
    background: #fff;
    color: #004eaa;
    font-weight: 500;
    z-index: 1;
    line-height: 24px;
    font-size: 16px;
    border-radius: 50px;
}

.comn-btn-ko:hover {
    background-color: #00408b;
    color: #fff;
}

.comn-btn-ko::before {
    content: '';
    position: absolute;
    height: calc(100% + 0.556em);
    width: calc(100% + 0.556em);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    will-change: transform;
    transform-origin: 50% 50%;
    transition: transform 0.35s cubic-bezier(.39, .58, .53, 1.37) 0s, opacity 0.25s ease 0.1s;
    pointer-events: none;
    opacity: 0;
    background-color: #00408b;
    border: 2px solid #fff;
    border-radius: 50px;
}

.comn-btn-ko:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.green {
    background: var(--vgreen);
}

.wpb_gmaps_widget {
    margin-bottom: 0 !important;
}

/*********** start slimmenu css ********/

.menu-collapser {
    background: transparent;
    color: #FFF;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: inherit;
    height: 50px;
    line-height: 45px;
    position: relative;
    width: 45px;
    padding: 0;
    float: right;
    margin-top: 0;
}

.collapse-button {
    background-color: #004eaa;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 46px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 12px;
    height: 46px;
    margin-top: 2px
}

.collapse-button:hover,
.collapse-button:focus {
    background-image: none;
    background-color: #000;
    color: #fff;
}

.collapse-button:hover .icon-bar,
.collapse-button:focus .icon-bar {
    background-color: #fff
}

.collapse-button .icon-bar {
    background-color: #FFF;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    display: block;
    height: 3px;
    width: 100%;
    margin: 3px 0
}

ul.slimmenu {
    height: auto;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 0;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

#header_section.sticky ul#menu-header-menu {
    margin-top: 8px;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

ul.slimmenu.collapsed,
ul.topmenu.collapsed {
    position: fixed;
    left: 0;
    z-index: 9999;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #000;
    margin-top: 0;
    padding-top: 50px;
    overflow-y: scroll;
    transition: none;
}

ul.slimmenu>li {
    display: inline-block;
    margin: 0;
    position: relative;
    margin-right: 0;
    text-transform: uppercase;
    padding: 0;
}

ul.slimmenu>li:last-child {
    border-right: 0;
}

ul.slimmenu li a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    z-index: 9;
    padding: 5px 22px;
    text-transform: capitalize;
    background-color: transparent;
}

ul.slimmenu li a:hover::before,
ul.slimmenu li.current-menu-item a::before,
ul.slimmenu li.current-menu-ancestor a::before {
    bottom: 0px;
}

ul.slimmenu li.current-menu-item>a,
ul.slimmenu li.current-menu-item::after,
ul.slimmenu li.current-menu-ancestor>a,
ul.slimmenu li.current-menu-ancestor::after {
    color: #235BA8;
}

ul.slimmenu li>a:hover,
ul.slimmenu li.current-menu-item>a,
ul.slimmenu li.current-menu-ancestor>a {
    color: #004eaa;
    background-color: transparent;
}

ul.slimmenu li ul li>a:hover,
ul.slimmenu li ul li.current-menu-item>a,
ul.slimmenu li ul li.current-menu-ancestor>a {
    background: #fff;
    color: #555;
}

ul.slimmenu li ul li.menu-item-has-children:hover::after {
    color: #004eaa;
}

ul.slimmenu li .sub-collapser {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

ul.slimmenu li .sub-collapser::before {
    color: #fff;
    content: "";
    display: none;
    font-family: fontawesome;
    font-size: 22px;
    height: 100%;
    margin-right: 0;
    position: absolute;
    right: 12px;
    top: 22%;
    vertical-align: middle;
    z-index: 99
}

ul.slimmenu li .sub-collapser>i {
    display: none
}

ul.slimmenu ul li .sub-collapser::before {
    content: "\f0da";
    right: 20px
}

ul.slimmenu li ul {
    list-style-type: none;
    margin: 0
}

ul.slimmenu li ul li {
    right: 0;
    width: 100%;
}

ul.slimmenu li ul li a {
    background-color: #dfdfdf;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
    padding: 0 20px;
    text-align: left;
    margin: 0 auto;
    font-size: 15px;
    text-transform: capitalize;
    color: #3f3f3f;
    position: relative;
    font-weight: 400;
}

ul.slimmenu li ul li a:hover::before {
    position: absolute;
    width: 4px;
    height: 45px;
    content: "";
    top: 0;
    left: 0;
    background: #004eaa;
}

ul.slimmenu li ul li a:hover {
    background: #f7f7f7;
    color: #004eaa;
    padding-left: 30px;
}

ul.slimmenu li ul li a::after,
ul.slimmenu li ul li a:hover::after {
    display: none;
    content: ''
}

ul.slimmenu li.menu-item-has-children {
    margin-right: 0;
}

ul.slimmenu li>ul {
    /* box-shadow: none; */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    /* display: block; */
    min-width: 14em;
    position: absolute;
    right: auto;
    top: 45px;
    width: 100%;
    z-index: 9999;
    padding: 0;
    left: 0;
    box-shadow: 8px 6px 7px -5px rgba(0, 0, 0, 0.3);
}

ul.slimmenu.collapsed li>ul {
    -webkit-animation: none;
    -webkit-animation-delay: 0;
    animation: none;
    animation-delay: 0;
}

@-webkit-keyframes slide {
    100% {
        left: 0;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

ul.slimmenu.collapsed li.menu-item-has-children a {
    padding-right: 50px
}

ul.slimmenu.collapsed ul.sub-menu i {
    font-style: normal;
    padding-left: 10px;
    padding-right: 5px
}

ul.slimmenu li>ul>li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
    min-width: 12em
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    border: 0;
}

ul.slimmenu.collapsed li a {
    background-color: #000;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: left;
    margin: 0 auto;
}

.menu-item-has-children::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    top: 9px;
    right: 0px;
    color: #fff;
    font-size: 15px;
    display: none;
}

.sub-menu .menu-item-has-children::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    top: 12px;
    right: 7px;
    color: #09ADB6;
    z-index: 999;
    display: none;
}

ul.slimmenu.collapsed li a:hover,
ul.slimmenu.collapsed li ul li a:hover {
    color: #fff !important;
    border-left: 0;
    background-color: #004eaa;
}

ul.slimmenu.collapsed li ul li a:hover {
    padding-left: 20px;
}

ul.slimmenu.collapsed li a:hover::before,
ul.slimmenu.collapsed li ul li a:hover::before {
    display: none;
}

ul.slimmenu.collapsed li.current-menu-item>a {
    background-color: #004eaa;
    color: #fff !important;
    border-left: 0;
}

ul.slimmenu.collapsed li ul li>a:hover,
ul.slimmenu.collapsed li ul li.current-menu-item>a,
ul.slimmenu.collapsed li ul li.current-menu-ancestor>a {
    background: #004eaa;
    border-left: 0;
    color: #fff;
}

ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
    width: 50px;
    z-index: 999;
    position: absolute;
    display: inline;
    font-family: FontAwesome;
    color: #FFF;
    line-height: 40px;
    font-size: 20px;
    text-align: center
}

ul.slimmenu.collapsed li a:hover .sub-collapser,
ul.slimmenu.collapsed li.current-menu-item .sub-collapser::after {
    color: #fff
}

ul.slimmenu.collapsed li.current-menu-item li>a {

    color: #fff;
}

ul.slimmenu.collapsed li .sub-collapser::after {
    content: "\f107"
}

ul.slimmenu.collapsed li .sub-collapser.expanded::after {
    content: "\f106"
}

ul.slimmenu.collapsed li>ul {
    display: block;
    position: static;
    height: auto !important;
}

ul.slimmenu li:hover ul {
    display: block;
}

ul.slimmenu.collapsed li a::after,
ul.slimmenu.collapsed li a::after:hover {
    content: '';
    display: none
}

ul.slimmenu.collapsed>li>a::before {
    display: none
}

.sub-toggle {
    position: absolute;
}

ul.slimmenu>li.menu-item-has-children {
    padding-right: 10px;
}

ul.slimmenu.collapsed>li.menu-item-has-children {
    padding-right: 0;
}

ul.slimmenu li .sub-toggle::after {
    color: #555;
    font-family: fontawesome;
    opacity: 1;
    font-size: 13px;
    z-index: 99999;
    text-align: center;
    line-height: 40px;
    top: -3px !important;
    display: block;
    position: absolute;
    right: 16px;
    display: inline-block;
    content: "\f0d7";
}

.sub-menu .menu-item-has-children::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0da";
    top: 10px;
    right: 10px;
    color: #0b2f51;
    z-index: 999;
    display: block;
}

.sub-menu .sub-toggle {
    display: none;
}

ul.slimmenu.collapsed li .sub-toggle::after,
ul.slimmenu.collapsed li .sub-toggle.expanded::after {
    color: #fff;
    font-family: fontawesome;
    opacity: 1;
    font-size: 20px;
    z-index: 99999;
    width: 50px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    top: 0 !important;
    margin: auto;
    display: block;
    right: 0;
}

ul.slimmenu.collapsed li .sub-toggle::after {
    content: "\f107"
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after {
    content: "\f106";
}

ul.slimmenu li .sub-toggle {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

ul.slimmenu.collapsed li .sub-toggle {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

ul.slimmenu.collapsed li .sub-toggle {
    height: 40px;
    width: 50px;
    display: block;
}


ul.slimmenu.collapsed li a {
    line-height: 45px;
    padding: 0 12px;
    border-bottom: 1px solid #fff;
    padding-left: 20px;
}

/*********** End slimmenu css ********/

/* Standard Elements */

rs-dotted.twoxtwo {
    background-image: none !important;
    background-color: rgba(0, 85, 165, 0.6);
}

ol li {
    line-height: 30px;
}

ul,
ol {
    padding-left: 15px;
}

.fancylist ul {
    padding-left: 25px;
    margin-right: 0;
    margin-bottom: 10px !important;
}

.fancylist ul li ul {
    margin-bottom: 0px !important;
}

/*.fancylist ul li {
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-style: italic;
    position: relative;
}
.fancylist ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.fancylist ul li::before {
    content: '\f138';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    color: #004eaa;
    font-style: normal;
}
.fancylist ul li a{
    padding-bottom: 0 !important;
}
.fancylist ul li ul {
    padding-top: 8px;
} */
.fancylist ul li::marker {
    font-size: 24px;
    color: #004eaa;
}

/**** Custom css ***/

/** YouTube Video Container **/

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio for responsive scaling */
    margin: 15px auto;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Additional Resources Post Grid ***/

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #004eaa;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
    color: #fff;
    background-color: #2a7de1;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 30px;
}

.vc_gitem_row .vc_gitem-col {
    padding: 0px 30px 20px 30px;
}

/** END Additional Resources Post Grid ***/
hr.green {
    width: 50%;
    height: 5px;
    border: 0 none;
    background-color: #6ABF4B;
}

#topbar {
    position: relative;
    padding: 10px 0;
    margin-bottom: 30px;
    min-height: 310px;
    background-size: cover;
    background-position: center;
}

#breadcrumbs,
#breadcrumbs a {
    font-size: 14px;
    color: #555;
}

#breadcrumbs a:hover {
    color: #004eaa;
}

.pagetitle {
    color: #004eaa;
    font-size: 3.0em;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
    font-size: 40px;
}

.center {
    text-align: center;
}

#title-row {
    margin-top: 50px;
}

#footer-top {
    padding-top: 60px;
    padding-bottom: 35px;
    clear: both;
}

#logo {
    float: none;
    display: inline-flex;
    width: 100%;
    max-width: 355px;
    padding-top: 8px;
}

#logo img {
    max-width: 355px;
    width: auto;
    height: auto;
}

#logo svg {
    width: 100%;
}

.custom-logo-link {
    display: inline-flex;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 0;
    gap: 15px;
}

.top-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.copyright span {
    display: flex;
    justify-content: center;
}

.designby {
    margin-top: -5px;
}

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}





#header-top {
    background-color: #004eaa;
    text-align: right;
    font-size: 14px;
    padding: 6px 0;
    line-height: 1.3;
}

#header-top a {
    color: #fff;
}

#header-top a:hover {
    color: #2ECDDC;
}

#header-top .container {
    position: relative;
}

#header-top ul {
    display: inline-flex;
    align-items: center;
}

#header-top ul li {
    position: relative;
    width: auto;
    padding: 0 15px;
}

#header-top ul li:last-child {
    padding-right: 0;
}

#header-top ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#header-top ul li:last-child::after {
    display: none;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-logo img {
    max-width: 365px;
}

.footer-logo a {
    width: 100%;
    max-width: 365px;
    display: inline-block;
}

.footer-logo svg {
    width: 150px;
}

.copyright a {
    opacity: 0.6;
}

.copyright a:hover {
    opacity: 1;
}

.cpyright span {
    margin-left: 10px;
}

.foo-social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.foo-social-links li a {
    color: #999999;
    font-size: 26px;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.foo-social-links li a:hover {
    background-color: #004eaa;
    color: #fff;
    border-color: #004eaa;
}

.foo-menus .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.foo-menus .vc_wp_custommenu {
    margin-bottom: 0px;
}

.foo-menus h2 {
    font-size: 16px;
    color: #004eaa;
    font-weight: 500;
    line-height: 1;
}

.foo-menus ul {
    max-width: 170px;
}

.foo-menus ul li a {
    color: #004eaa;
    line-height: 1.5;
    display: block;
}

.foo-menus ul li a:hover {
    color: #000;
    text-decoration: none;
}

.foo-menus ul li {
    margin-bottom: 10px;
}

.foo-menus ul li:last-child {
    margin-bottom: 0;
}

.foo-privacy a {
    font-size: 14px;
}


#main-slider .slide-block {
    padding: 9em 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#main-slider .slider-inner {
    max-width: 580px;
}

#main-slider h1, .event_h1 {
    color: #004eaa;
    text-transform: inherit;
    font-weight: 700;
}

#main-slider .slide_description {
    font-size: 20px;
    line-height: 32px;
    color: #3f3f3f;
    margin-bottom: 30px;
    margin-top: 25px;
}

.text-white {
    color: #fff;
}
.home-hero h2 {
    font-size: 2.9rem;
    line-height: 3.35rem;   
}
.custm-heading h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2.5rem;
    line-height: 3.25rem;
}

.custm-heading h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 3px;
    background-color: #2ecddc;
    bottom: 0;
}

.custm-heading h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #004EAA;
    font-size: 2.25rem;
    line-height: 3.25rem;
}

.custm-heading h3::after {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 3px;
    background-color: #6ABF4B;
    bottom: 0;
}

.custm-heading h4 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #004EAA;
    font-size: 1.75rem;
    line-height: 2.375rem;
}

.custm-heading h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 3px;
    background-color: #6ABF4B;
    bottom: 0;
}

.hm-row-two .comn-btn {
    margin-top: 15px;
    background-color: #fff;
    color: #00358e;
}

.hm-row-two .comn-btn:hover {
    margin-top: 15px;
    background-color: #2ecddc;
}

.hm-row-two .comn-btn::before {
    background-color: #2ecddc;
    border: none;
}

.hm-row-two p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}

.hm-row-three {
    margin-top: 40px;
}

.hm-row-three p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.page-id-101 #topbar {
    display: none;
}

#secondary-slider .slide-block {
    padding: 9em 0 20em 0;
    background-size: cover;
    background-position: center bottom;
}

#secondary-slider .slider-inner {
    max-width: 580px;
}

#secondary-slider h1, .event_h1 {
    color: #fff;
    text-transform: inherit;
    font-weight: 500;
}

#secondary-slider .slide_description {
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 35px;
}

#secondary-slider .slider-btn.comn-btn {
    background-color: #ffff;
    color: #004eaa;
}

#secondary-slider .slider-btn.comn-btn:hover {
    color: #fff;
}

#secondary-slider .vc_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -252px;
    z-index: 999999;
    position: relative;
    border-radius: 20px;
    padding: 0 20px 0 90px;
    box-sizing: border-box;
}

#secondary-slider .secondary-overlay h2 {
    color: #00358e;
    font-size: 36px;
    line-height: 58px;
}

#secondary-slider .secondary-overlay p {
    color: #00358e;
    font-size: 20px;
    line-height: 32px;
}

.hmt-row-two .wpb_single_image {
    /*margin-bottom: 75px;*/
}

.hmt-row-two h3 {
    color: #004eaa;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.hmt-row-two p {
    text-align: center;
}

.hmt-row-three {
    padding-top: 5em;
    padding-bottom: 2em;
    background-color: #00358e;
    width: 100%;
    border-radius: 20px
}

.hmt-row-three h2 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.hmt-row-three p {
    text-align: center;
}

.hmt-row-three .comn-btn {
    background-color: #2ecddc;
    color: #000;
}

.hmt-row-three .comn-btn:hover {
    color: #fff;
}

.hmt-row-three::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 170px;
    height: 170px;
    background-color: #2ecddc;
    left: 5%;
    bottom: -45px;
    border-radius: 50%;
}

.hmt-row-three::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #2a7de1;
    left: 12%;
    bottom: 80px;
    border-radius: 50%;
    z-index: 2;
}

.hmt-row-three>.wpb_column::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    right: 0;
    bottom: 80px;
    border-radius: 50%;
    z-index: 2;
}

.mobile-show {
    display: none;
}

/******* Intelligence Products Box ********/
#intel-inset .product-btn {
    color: #1e82a9;
    background: #ffffff;
    border: solid 2px #1e82a9;
    border-radius: 20px;
    font-size: 1.3em;
    margin: 30px 0px 0px 0px;
}

#intel-inset .product-btn:hover {
    color: #1e63a9;
    background: rgba(81, 167, 255, 0.20);
}

/******* Activate Products Box ********/
#activate-pg-slider {
    min-height: 500px;
    background-size: cover;
    background-position: right center !important;
}

#activate-pg-iconset {
    font-weight: 500;
    font-size: 1.2em;

}

.activate-hero h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 52px;
}

.activate-hero h2 .yellow {
    color: #ffd636;
}

.activate-hero h4 {
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    font-size: 22px;
    padding-right: 220px;
}

.activate-hero a.comn-btn {
    background-color: #1e82a9;
    color: #2d2c2c;
}

.activate-hero a.comn-btn:hover {
    background-color: #2d2c2c;
    color: #1e82a9;
}

.activate-main-head h2 {
    color: #2c2c2c;
    font-size: 27px;
    font-weight: 600;
}

.activate-main-head h3 {
    color: #1e82a9;
    font-size: 18px;
    font-weight: 600;
}

.active-about-txt {
    font-size: 14px;
}

.activate-navigation-btn {
    text-align: center;
}

.activate-navigation-btn a.comn-btn {
    margin: 0px 10px 20px;
}

.activate-foo-txt .txt {
    color: #ffffff;
    padding: 0 260px;
    font-size: 20px;
}

.activate-economic {
    color: #ffffff;
    font-size: 20px;
}

.activate-economic h2 {
    color: #ffffff;
    font-size: 44px;
    line-height: 48px;
}

.activate-economic a.comn-btn {
    margin-top: 15px;
    background-color: #2d2c2c;
    color: #fff;
}

.activate-economic a.comn-btn:hover {
    background-color: #fff;
    color: #2d2c2c;
}

.activate-full-yellow,
.activate-full-black {
    padding: 50px 0;
}

.activate-full-yellow h2,
.activate-full-black h2 {
    font-size: 42px;
    line-height: 1.2;
}

.activate-full-yellow .txt,
.activate-full-black .txt {
    font-size: 22px;
}

.activate-full-black .txt {
    color: #fff;
}

.activate-full-black h2 {
    color: #ffffff;
}

.activate-custm-col-one {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.activate-custm-col-two {
    border: 1px solid #999999;
    border-style: solid solid solid none;
}

.activate-custm-col-one,
.activate-custm-col-two {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.custm-activate-summary {
    text-align: left;
    color: #fff;
    font-size: 1em;
    margin-bottom: 15px !important;
    margin-left: 20px;
    font-weight: 600;
    padding-right: 5%;
}

.custm-activate-summary h2 {
    color: #fcd434;
}

.custm-activate-summary h3 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.activate-custm-col-one>.vc_column-inner {
    padding: 25px 20px !important;
}

.activate-custm-col-two>.vc_column-inner {
    padding: 40px !important;
}

.custm-activate-img {
    background-color: none;
}

.activate-list {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size:  1em;
}

.activate-list ul {
    list-style: none;
    max-width: 300px;
    margin-left: 20px;
    margin-top: 30px;
    padding: 0;
}

.activate-list ul li {
    padding: 6px 0;
}

.activate-list ul li a {
    color: #fff;
}

.activate-list ul li a:hover {
    color: #ffd635;
}

.activate-col-two-summary {
    text-align: center;
    font-size: 1em;
}

.activate-col-two-summary h3 {
    color: #373737;
    margin-bottom: 10px;
}

.vtab-row {
    padding-top: 60px;
    padding-bottom: 60px;
    scroll-margin-top: 50px;
}

.vtab-links li {
    cursor: pointer;
    position: relative;
}

.vtab-links li.active {
    color: var(--tealbright);
}

.vtab-links li.active::after {
    content: "\f061";
    font-family: fontawesome;
    font-style: normal;
    margin-left: 10px;
    color: #fff;
}

/* START VMS Custom Styles */

/* Top Corners - No Round Bottom */
.topround {
    border-radius: 20px 20px 0 0 !important;
}

/* Large Button */
.lrg-btn {
    font-size: 1.2em;
    font-weight: 600;
}

.singleform-dark h3{
    color:var(--white);
}

/* Top Title All Caps */
.prehead {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2ecddc;
}

.prehead-lt {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #2a7de1;
}

.prehead-card {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #004eaa;
}

/* Interior row title adjustments */
.itr-row-two h1, .event_h1,
.itr-row-two h2,
.itr-row-two h3,
.itr-row-two h4 {
    color: #004eaa;
    text-transform: inherit;
}

/* Box row title adjustments */
.box-row-3 h4 {
    color: #004eaa;
    text-transform: inherit;
}

/* Light BG Elements */
.light-bg h5 {
    color: #000;
}

/* Light BG Toggle (Accordion) */
.lt-toggle h4 {
    color: #004eaa;
}

.lt-toggle h4::after {
    background-color: #2a7de1;
}

/* Toggle (Accordion) */
.vc_toggle_content {
    margin-top: 40px;
}

/* Dark BG Toggle (Accordion) */
.dark-toggle h4 {
    color: #fff;
}

.dark-toggle h4::after {
    background-color: #2ecddc;
}

.dark-bg .vc_toggle_content a {
    color: #fdd5a9;
}


/* Dark BG button and link color */
.dark-bg .comn-btn {
    margin-top: 15px;
    background-color: var(--white);
    color: var(--globalblue);
}

.dark-bg .comn-btn:hover {
    margin-top: 15px;
    background-color: var(--teal);
    color: var(--white);
}

.dark-bg .comn-btn::before {
    background-color: #2ecddc;
    border: none;
}

.dark-bg a {
    color: var(--vteal);
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    text-decoration: none;
    font-weight:700;
}

.dark-bg a:hover {
    color: var(--extblue5);
}

/* Dark BG Title Adjustments */
.dark-bg p,
.dark-bg h1, .event_h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
    color: #fff;
}

/* Custom text for large inset blocks*/

.bigblock {
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: 300;
}

.bigblock h6 {
    font-size: 5em;
}


/* Special subhead to mimic h6 overriding default paddings and margins */

.specialsub {
    vertical-align: baseline;
    font-weight: 900;
    font-size: 1.35rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
}

/* Testimonial Row */
.tstml-row h1, .event_h1 {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 2.25rem;
}

.tstml-row h2 {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1rem;
    color: #004eaa;
}

.tstml-row h3 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1rem;
    color: #000;
}

/* METRIC CALLOUTS */

.line1 {
    font-size: 52px;
    line-height: 50px;
    font-weight: 700;
}

.line2 {
    font-size: 28px;
    line-height: 25px;
    font-weight: 700;
}

.line3 {
    padding: 20px 0 0 0;
    max-width: 175px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.4;
}

/* RESOURCE TILES */

.vc_gitem-zone {
   background-size: contain;

}
.vc-gitem-zone-height-mode-auto:before {
    padding-top: 55%;
}

/* MARKETO FORM ELEMENTS */

/* INFUTOR SPECIAL */

/* INFUTOR SPECIAL */

.mktoForm button.mktoButton {
    margin: 40px auto 0px auto !important;
    background-color: #fff !important;
    color: #00358e !important;
    border-radius: 24px !important;
    border: none !important;
    padding: 15px 30px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    align-self: left !important;
}

.mktoForm button.mktoButton:hover {
    background-color: #2ecddc !important;
}

.mktoForm button.mktoButton:before {
    background-color: #2ecddc !important;
    border: none;
}

.mktoButtonRow {
    text-align: left !important;
}

/* Anchor Link Offset for Fixed Header */

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.sidecard-radical {
    border-left: solid 5px #398ecd;
    padding-left: 5%;
}

.sidecard-medium {
    border-left: solid 5px #006db7;
    padding-left: 5%;
}

.sidecard-ext {
    border-left: solid 5px #3fa8d9;
    padding-left: 4%;
}

.content-call-out h4 {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 16px;
    box-shadow: none;
}

@media (min-width: 400px)
.awsbadge {
    float: right !important;
    width: 95px !important;
    height: auto !important;
    margin: -70px 0 -10px 0 !important;
}

.awsbadge {
    width: 95px !important;
    height: auto !important;
    margin: 20px 0 0 0 !important;
}

/* END VMS Custom Styles */


.ubermenu-sub-indicator.fas.fa-angle-down::before {
    content: "\f0d7" !important;
    font-family: fontawesome !important;
}

.menu-item-45-col-0 {
    background-color: #0f2c5e !important;
}

.menu-item-46-col-0 {
    background-color: #0f2c5e !important;
}

.menu-item-47-col-0 {
    background-color: #0f2c5e !important;
}

.menu-item-15520-col-0 {
    background-color: #0f2c5e !important;
}

.custm-fill-btn .ubermenu-target-title {
    margin: 15px 0 0;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff !important;
}

.ubermenu-submenu-id-45 {
    max-height: 345px !important;
}

.custm-fill-btn .ubermenu-item-layout-image_above,
.custm-fill-btn .ubermenu-content-block {
    text-align: center;
}

.second-sub-head > a,  .second-sub-head > span > span.ubermenu-target-text {
    font-weight: bold !important;
}

.menu-item-45-col-1 {
    border-right: 1px solid #d0c9c9 !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    margin-top: -8px !important;
}

button.ubermenu-responsive-toggle-align-full {
    width: auto !important;
    margin-left: auto;
}

#page-style-image {
    min-height: 400px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-position: left bottom;
    background-size: 25%;
    background-repeat: no-repeat;
}

#logo-img {
    position: relative;
    height: 290px;
}

.right-side-col #s {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}

.right-side-col #searchform {
    position: relative;
    margin-bottom: 30px;
}

.right-side-col #searchsubmit {
    background-color: transparent;
    background-image: url(/wp-content/uploads/2023/01/icon_search.png);
    background-repeat: no-repeat;
    background-size: auto 23px;
    background-position: center;
    text-indent: -999px;
    z-index: 999;
    height: 35px;
    line-height: 35px;
    width: 30px;
    position: absolute;
    right: 10px;
    border-radius: 0px;
    top: 4px;
    border: 0;
    cursor: pointer;
}

.right-side-col {
    margin-top: 10px !important;
}

.right-side-col .wp-block-latest-posts__featured-image {
    display: none;
}

.right-side-col ul li {
    margin-bottom: 15px;
}

.single-blog-page .comn-btn {
    margin-bottom: 15px;
}

/* ALT TOP BANNER */
#announcement-top {
    display: flex;
    position: fixed;
    justify-content: center;
    background-image: none;
    background: #00358e;
    z-index: 99999;
    width: 100%;

}
.announcement-style {
    padding: 6px 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.announcement-style p {
    margin-bottom: 0px;
    color: var(--white);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 1.2em;
    text-align: center;
}

.announcement-style img {
    margin-right:70px;
}
.announcement-btn {
    padding: 6px 18px;
    margin: 2px 70px;
    background: var(--white);
    color: var(--mediumblue);
    font-weight: 600;
    letter-spacing: .25px;
    z-index: 1;
    font-size: 15px;
    border-radius: 50px;
    margin-left:70px;
}
.announcement-btn:hover {
    background-color: var(--vteal);
    color: var(--white);
}





/* TMR DEFAULT TOP BANNER
#announcement-top {
    display: flex;
    position: fixed;
    justify-content: center;
    background-image: url(/wp-content/uploads/2024/02/vms-topbar-bg-TMR-blue.jpg), linear-gradient(0.5turn, #002560, #00358e, #002560);
    /*background: var(--globalblue);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 99999;
    width: 100%;


}
.announcement-style {
    padding: 6px 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.announcement-style p {
    margin-bottom: 0px;
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 1.2em;
    text-align: center;
}

.announcement-style img {
    margin-right:30px;
}
.announcement-btn {
    padding: 6px 18px;
    margin: 2px 70px;
    background: var(--white);
    color: var(--mediumblue);
    font-weight: 600;
    letter-spacing: .25px;
    z-index: 1;
    font-size: 15px;
    border-radius: 50px;
    margin-left:30px;
}
.announcement-btn:hover {
    background-color: var(--vteal);
    color: var(--white);
}*/

/* TMR Disclaimer */
.tmr-disclaimer {
    text-align:left; 
    margin:10px auto; 
    padding: 60px 0px 40px 0px;
    border-bottom: 1px solid #004eaa;
}

.tmr-episode-disclaimer {
    text-align:left; 
    padding: 20px 0px 40px 0px;
    border-bottom: 1px solid #004eaa;
}
/* END TMR Disclaimer */

/************************* Responsive ********************************/
@media screen and (max-width: 1250px) {}

@media screen and (max-width: 1130px) {}

@media screen and (max-width: 1024px) {
    .footer-bottom {
        flex-direction: column;
        gap: 5px;
    }

}

@media screen and (max-width: 1000px) {
    #secondary-slider .vc_inner {
        margin-left: 20px;
        margin-right: 20px;
        padding: 0 20px;
    }

    .hmt-row-three .wpb_text_column {
        z-index: 9;
        position: relative;
    }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 820px) {
    
    #announcement-top {
        background-image: linear-gradient(0.5turn, #26bb78, #26bb78, #26bb78);
    }
    /*#announcement-top {
        background-image: linear-gradient(0.5turn, #002560, #00358e, #002560);
    }*/
    .announcement-style p {
        font-size: 24px;
    }
    .announcement-btn {
        margin: 2px 4px;

    }
}

@media screen and (max-width: 800px) {

    .section-blog {
        width: 100%;
    }

    #topbar {
        min-height: 250px;
    }

    #logo-img {
        height: 200px;
    }

    #page-style-image {
        background-size: 30%;
    }
}

@media screen and (max-width: 768px) {

    h1, .event_h1 {
        font-size: 2.1875rem;
        line-height: 2.625rem;
        margin: 10px 0 20px 0;
    }

    h2 {
        font-size: 2rem;
        line-height: 2.375rem;
    }

    h3 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    h4 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    h5 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    h6 {
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 700;
    }
    .home-hero h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;    
    }
    .mobile-show {
        display: block;
    }
    
    .mobile-hide {
        display: none;
    }
    
    #post-content-full {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 6%;
        width: 100%;
    }

    .footer-notice {
    font-size: 12px;
    line-height:1.2;
    color: #fff;
    text-align:center;
    padding-top:30px;
    padding-left:0px!important;
    font-style: italic;
}

    /*.video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
    }

    .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }*/
}

@media screen and (max-width: 767px) {
    .copyright span {
        flex-wrap: wrap;
    }

    .foo-credits>div.vc_col-sm-1 {
        flex: 0 0 33.33333%;
    }

}

@media screen and (max-width: 700px) {
    .announcement-style {
        flex-direction: column;
        gap: 5px;
    }
    #announcement-top ~ #header-main {
        top: 0px;
    }
    #header-main {
        top: 75px;
    }

}

@media screen and (max-width: 533px) {
    #logo img {
        max-width: 85%;
    }

    #main-slider .slider-inner {
        max-width: 580px;
    }

    .foo-row-one {
        display: flex;
        flex-direction: column-reverse;
    }

    .foo-social-links {
        justify-content: flex-start;
    }

    .foo-menus .vc_wp_custommenu {
        width: 100%;
        margin-bottom: 25px;
    }

    .foo-menus ul {
        margin-left: 0;
    }

    .foo-menus ul li a {
        display: inline-block;
    }

    .ubermenu-item-level-1 {
        margin-bottom: 15px !important;
    }

    .ubermenu-item-level-1:last-child {
        margin-bottom: 0 !important;
    }

    #topbar {
        min-height: 180px;
    }

    #logo-img {
        height: 160px;
    }

    #page-style-image {
        background-size: 40%;
    }
}

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


@media screen and (max-width: 414px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 350px) {
    #header-main {
        top: 92px;
    }
}

@media screen and (max-width: 320px) {}