html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
} .grecaptcha-badge {
display: none !important;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}body {
font-family: 'Montserrat', sans-serif;
color: #5c6265;
overflow-x: hidden;
}
#news-block {
padding: 40px 0;
}
#news-block .news-date,
#news-block .news-btn {
padding-top: 20px;
}
.pagination-wrap {
text-align: center;
border-top: 1px dashed #ccc;
padding-top: 25px;
margin-top: 50px;
}
.pagination-wrap .prev-posts a:hover {
color: #ccc;
border-color: #ccc; text-decoration: none;
} .staff-events .ajde_evcal_calendar .calendar_header .evcal_arrows {
border-color: rgb(236 250 7) !important;
color: #3c439e !important;
font-weight: bold;
background: rgb(236 250 7) !important;
font-size: 12px !important;
}
.staff-events .ajde_evcal_calendar .calendar_header .evcal_arrows .fa {
color: #3c439e !important;
}
.pagination-wrap .page-numbers {
border: 2px solid rgb(236 250 7) !important;
color: #3c439e !important;
text-transform: uppercase;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
background: rgb(236 250 7) !important;
font-size: 12px !important;
border-radius: 25px !important;
padding: 10px 35px !important;
display: inline-block;
margin: 0 3px;
text-decoration: none !important;
}
.pagination-wrap .next.page-numbers {
padding: 4px 12px;
}
#main #main-services h3:after {
width: 100%;
}
#main-services>.vc_column_container {
border-radius: 6px;
-webkit-transition: background-color 300ms ease-out 300ms;
-moz-transition: background-color 300ms ease-out 300ms;
-o-transition: background-color 300ms ease-out 300ms;
transition: background-color 300ms ease-out 300ms;
}
#main-services>.vc_column_container:hover {
background: rgb(60 67 158 / 10%);
}
.jp-icon {
padding: 20px;
background: #ddd;
text-align: center;
}
.jp-icon i {
font-size: 70px;
}
#header-wrap {
overflow: hidden;
}
.container {
padding-right: 30px;
padding-left: 30px;
}
.vc_row:not(#main-slider):not(#question) {
padding-right: 15px;
padding-left: 15px;
}
.yellow {
color: #ecfa07;
}
.home .entry-title {
display: none;
}
.home .hentry,
.home .page-content,
.home .entry-content,
.home .entry-summary {
margin: 0;
}
#chat-icon-offline {
position: fixed;
bottom: 0;
right: 0;
display: none;
z-index: 1;
}
.treasury-btn,
.ultimate_carousel_btn,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
border: 2px solid rgb(60, 67, 158) !important;
color: #fff !important;
text-transform: uppercase;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
background: rgb(60, 67, 158) !important;
font-size: 12px !important;
border-radius: 25px !important;
padding: 10px 35px !important;
display: inline-block;
margin: 0 3px;
text-decoration: none !important;
}
.treasury-btn.small {
font-size: 10px !important;
padding: 10px 30px !important;
}
.treasury-btn.outline {
background: #fff !important;
color: rgb(60, 67, 158) !important;
}
body:not(.home) #content-wrap {
padding: 80px 0;
}
.section-head {
text-align: center;
}
.section-head h2.vc_custom_heading {
font-weight: 800;
text-align: center !important;
}
#our-offices em {
font-family: 'Crimson Text', serif;
font-size: 18px;
color: #888;
}
.entry-meta {
display: inline-block;
border: 1px solid #666;
padding: 1px 10px;
font-size: 12px;
}
.entry-meta a {
color: #5c6265;
text-decoration: none;
font-weight: 600;
}  .home #mission-vision,
#question .wpcf7 {
display: none;
}
#pay-day .evo_cal_above span.evo-gototoday-btn:before {
content: "go to ";
}
#pay-day .evo_cal_above span.evo-gototoday-btn {
font-size: 10px;
} #treasury-main-slider .slider-item {
position: relative;
padding: 0;
}
#treasury-main-slider .slider-item img {
display: block;
width: 100%;
height: auto;
margin: 0 !important;
}
#treasury-main-slider .slider-item .slide-caption {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
display: block; background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%); background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%); background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); }
#treasury-main-slider .slider-item .slide-caption .slide-caption-wrap {
padding: 40px;
padding-top: 32%;
color: #fff;
}
#treasury-main-slider .slider-item .slide-caption .slide-label {
font-size: 28px;
font-weight: 400;
}
#treasury-main-slider .slider-item .slide-caption .slide-title {
font-size: 36px;
font-weight: 900;
}
#treasury-main-slider .slider-item .slide-caption .slide-desc {
font-size: 18px;
}
#treasury-main-slider .slider-item .slide-caption .slide-title em {
font-style: initial;
color: #ecfa07;
}
#treasury-main-slider .slider-item .slide-caption .slide-link a {
margin: 15px 0 0 0;
} header#masthead {
padding: 20px 0;
position: absolute;
width: 100%;
z-index: 99;
color: #fff;  background: -moz-linear-gradient(top, #ffffff 0%, rgba(0, 0, 0, 0) 100%) !important; background: -webkit-linear-gradient(top, #ffffff 0%, rgba(0, 0, 0, 0) 100%) !important; background: linear-gradient(to bottom, #ffffff 0%, rgba(0, 0, 0, 0) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); }
header#masthead .header-bar-inner-wrap {
padding-top: 26px;
padding-right: 30px;
padding-bottom: 27px;
position: relative;
}
header#masthead .header-bar-wrap:after {
width: 1px;
content: " ";
display: inline-block;
position: absolute;
bottom: 10px;
top: 10px;
right: 0;
background: #fff; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0); }
header#masthead .header-bar-wrap .top-bar:after {
height: 1px;
background: #fff;
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
width: 100%;
content: " ";
display: inline-block;
position: absolute;
bottom: 3px;
right: -15px;
}
header#masthead .masthead-wrap>.row>div {
padding: 0;
} header#masthead .stickyHead:not(.fixedHead) .site-branding {
background: rgba(0, 0, 0, 0.2);
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
position: relative;
margin: 0;
} header#masthead .stickyHead:not(.fixedHead) .header-bar-wrap {
background: rgba(0, 0, 0, 0.2);
}
header#masthead .stickyHead:not(.fixedHead) .header-bar-inner-wrap {
position: relative;
}
header#masthead .stickyHead:not(.fixedHead) .header-bar-inner-wrap:after {
background: rgba(0, 0, 0, 0.2);
content: " ";
position: absolute;
top: 0;
bottom: 0;
display: block;
height: 100%;
width: 1000px;
left: 100%;
}
header#masthead a.site-title {
color: #fff;
font-weight: 800;
line-height: normal;
display: inline-block;
font-size: 18px;
text-decoration: none;
padding-left: 10px;
}
header#masthead .header-bar {
padding: 10px 0;
}
header#masthead .welcome-bar,
header#masthead .top-bar {
font-size: 12px;
color: #eee;
position: relative;
}
header#masthead .welcome-bar {
color: #fff;
}
header#masthead .goj {
padding: 6px 0;
}
header#masthead .goj img {
width: 30px;
height: auto;
}
header#masthead .header-bar .search input {
background: none;
border: 0;
font-family: 'Montserrat', sans-serif;
font-size: 12px;
color: #fff;
border-radius: 0;
border-left: 1px solid rgba(255, 255, 255, 0.3);
width: 175px;
padding: 4px 3px 4px 12px; background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0) 100%); background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000', GradientType=1); }
header#masthead .header-bar .search input::placeholder {
color: #fff;
opacity: .5;
}
header#masthead .header-bar .search input:-ms-input-placeholder { color: #fff;
}
header#masthead .header-bar .search input::-ms-input-placeholder {
color: #fff;
opacity: .5;
}
header#masthead .header-bar .search {
padding: 4px 0;
}
header#masthead .header-bar .search form {
margin-top: -3px;
background: none;
}
header#masthead .header-bar .search button {
width: 35px;
height: 35px;
border-radius: 50%;
color: #fff;
padding: 0px;
opacity: .8;
border: 0;
background: rgba(255, 255, 255, 0.2);
cursor: pointer;
}
header#masthead .header-bar .search button:hover {
opacity: 1;
}
header#masthead .header-bar .search button i {
color: #fff;
}
header#masthead .top-bar .contact-info {
padding: 6px 0px;
}
header#masthead .top-bar .contact-info div {
display: inline-block;
padding-left: 10px;
}
header#masthead .top-bar i {
color: #ecfa07;
}
header#masthead .site-branding img {
top: 2px;
left: -5px;
position: relative;
}
.not-found {
padding: 80px 0 100px;
} .main-navigation {
display: inline-block;
}
#mega-menu-wrap-menu-1 {
background: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
line-height: normal;
padding: 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
text-align: left;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
background: transparent;
color: #ecfa07;
font-weight: 600;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
background: rgba(51, 51, 51, 0.5);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
width: 250px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
padding: 0px 8px 0px 8px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link:after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator:after {
margin: 0 0 0 0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
border-bottom: 1px dashed #dadada;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
border-bottom: 0;
} header#masthead .fixedHead {
border-bottom: 1px solid #ccc;
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
padding: 5px 0;
margin: 0;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.has-mtsnb header#masthead .fixedHead,
.admin-bar header#masthead .fixedHead {
top: 30px;
}
.has-mtsnb.admin-bar header#masthead .fixedHead {
top: 70px;
}
header#masthead .fixedHead a.site-title,
header#masthead .fixedHead #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
color: #333;
text-shadow: none;
}
header#masthead .fixedHead>div {
max-width: 1140px;
margin: 0 auto;
}
header#masthead .fixedHead .top-bar {
display: none;
}
header#masthead .fixedHead .masthead-wrap,
header#masthead .fixedHead .masthead-wrap:before,
header#masthead .fixedHead .masthead-wrap:after {
background-image: none;
padding: 0;
}
header#masthead .fixedHead .site-branding {
width: 100px;
margin: 0 auto;
}
header#masthead .fixedHead .header-bar-inner-wrap {
padding: 18px 0;
}
header#masthead .fixedHead .header-bar .search input {
border-left: 1px solid rgba(0, 0, 0, 0.3);
color: #000;
background: none;
}
header#masthead .fixedHead .header-bar .search button {
color: #000;
background: rgba(0, 0, 0, 0.2);
}
header#masthead .fixedHead .header-bar .search input::placeholder {
color: #000;
opacity: .5;
}
header#masthead .fixedHead .header-bar .search input:-ms-input-placeholder { color: #000;
}
header#masthead .fixedHead .header-bar .search input::-ms-input-placeholder {
color: #000;
opacity: .5;
} #main-services .vc_column_container>.vc_column-inner {
padding-left: 5px;
padding-right: 5px;
}
#main-services h3 {
text-transform: uppercase;
font-size: 16px;
font-weight: 800;
}
#main-services .wpb_content_element {
text-align: center;
font-size: 13px;
}
#main-services .wpb_wrapper {
position: relative;
}
#main-services .wpb_wrapper .vc_single_image-wrapper {
border-radius: 50%;
overflow: hidden;
border: 15px solid rgba(0, 0, 0, 0.1);
margin: 5%; }
#main-services .wpb_single_image {
margin-top: -55px;
margin-bottom: 20px;
}
#main-services .wpb_wrapper .service-icon img {
width: 50px;
height: auto;
} #services-tabs {
padding-top: 10px !important;
padding-bottom: 80px !important;
}
#services-tabs.vc_row.wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container {
border-top: 0;
}
#services-tabs .wpb_single_image img {
border: 10px solid #e4c018;
}
#services-tabs .vc_tta-container {
margin-bottom: 0;
}
#services-tabs .vc_tta-panel-body {
padding: 90px 40px 0 40px;
background-color: transparent;
}
#services-tabs .vc_tta-tabs-container {
padding: 100px 0;
border-right: 6px solid #3c439e;
}
#services-tabs .vc_tta-panel-body,
#services-tabs .vc_tta-tabs-container {
padding-top: 50px;
padding-bottom: 50px;
}
#services-tabs .vc_tta-panels-container .vc_tta-panels {
border: 0;
}
#services-tabs .vc_tta-tabs-container,
#services-tabs .vc_tta-panels-container .vc_tta-panels {
margin: 0;
}
#services-tabs .vc_tta.vc_general .vc_tta-tab {
display: block;
margin: 0;
}
#services-tabs .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active>a {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-weight: bold;
background: #3c439e;
color: #ecfa07;
}
#services-tabs .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab>a {
border-radius: 0;
border: 0;
border-top: 1px solid #ccc;
background-color: transparent;
color: #000;
font-weight: 400;
padding: 40px 20px;
text-transform: uppercase;
font-size: 12px;
-webkit-box-shadow: inset -10px 0 20px -6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset -10px 0 20px -6px rgba(0, 0, 0, 0.2));
box-shadow: inset -10px 0 20px -6px rgba(0, 0, 0, 0.2);
}
#services-tabs .vc_tta-panels-container .vc_tta-panels {
background: transparent;
}
#services-tabs .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:last-child>a {
border-bottom: 1px solid #ccc;
}
#services-tabs .news-date {
text-transform: uppercase;
font-size: 11px;
display: inline-block;
font-weight: 600;
margin-bottom: 8px;
}
#services-tabs .news-date strong {
color: #fff;
background: #0711a8;
padding: 2px 8px;
}
#services-tabs .news-date strong {
color: #fff;
background: #0711a8;
padding: 2px 8px;
}
#services-tabs .news-btn {
padding: 10px 0;
} #pay-day .wpb_text_column .wpb_wrapper {
padding: 50px 40px;
background: #3c439e;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
}
#pay-day .wpb_text_column .wpb_wrapper:before {
position: absolute;
content: "\f073";
top: auto;
left: auto;
right: -25px;
bottom: -25px;
font: normal normal normal 14px/1 FontAwesome;
color: #000;
opacity: 0.08;
z-index: -1;
font-size: 230px;
transform: rotate(-25deg);
}
#pay-day .wpb_text_column .wpb_wrapper .entry-title {
display: block;
}
#pay-day .wpb_text_column .wpb_wrapper ul {
padding: 0;
margin: 0;
}
#pay-day .wpb_text_column .wpb_wrapper ul li {
list-style: none;
}
#pay-day .wpb_text_column .wpb_wrapper h5 {
font-style: normal;
text-transform: uppercase;
line-height: 110%;
font-weight: 400;
font-size: 12px;
}
#pay-day .wpb_text_column .wpb_wrapper .time,
#pay-day .wpb_text_column .wpb_wrapper .entry-title a {
line-height: 120%;
padding-bottom: 3px;
color: #fff;
text-transform: uppercase;
font-size: 16px;
text-decoration: none;
font-weight: 800;
opacity: .6;
}
#pay-day .wpb_text_column .wpb_wrapper .time {
font-size: 26px;
font-weight: 900;
opacity: 1;
}
#pay-day .wpb_text_column .wpb_wrapper .time:before {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f017";
margin-right: 5px;
} #event-tile-format #evcal_list .eventon_list_event:nth-child(1) {
background-color: #4cc2e6 !important;
}
#event-tile-format #evcal_list .eventon_list_event:nth-child(2) {
background-color: #ff9147 !important;
}
#event-tile-format #evcal_list .eventon_list_event:nth-child(3) {
background-color: #ed705a !important;
}
#event-tile-format #evcal_list .eventon_list_event:nth-child(4) {
background-color: #93c284 !important;
}
#event-tile-format #evcal_list .eventon_list_event:nth-child(5) {
background-color: #fad541 !important;
}
#event-tile-format #evcal_list .eventon_list_event:nth-child(6) {
background-color: #b476c9 !important;
}
#pay-day #evcal_list>div {
height: initial !important;
}
#pay-day #evcal_head>* {
display: inline-block;
}
#pay-day #evcal_cur {
display: none;
}
#pay-day .evo_cal_above span.evo-gototoday-btn {
background-color: transparent;
border: 1px solid #e2e2e2;
margin: 6px 0 0 15px;
}
#pay-day .ajde_evcal_calendar .calendar_header .evcal_arrows,
#pay-day #evcal_list .eventon_list_event {
background-color: transparent !important;
}
#pay-day .eventon_events_list .eventon_list_event .evcal_cblock em.date {
font-size: 80px;
color: #ecfa07;
}
#pay-day .eventon_events_list .eventon_list_event .evcal_cblock em.month {
font-size: 30px;
}
#pay-day .ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc,
#pay-day .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig .evcal_cblock {
margin: 0;
padding: 0;
float: left;
}
#pay-day .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
color: #ecfa07;
}
#pay-day .ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig .evcal_cblock {
width: 40%;
text-align: center;
}
#pay-day .ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc {
width: 60%;
padding-top: 6px;
}
#pay-day .ajde_evcal_calendar.boxy.boxstyle0 .eventon_list_event .evcal_list_a {
padding: 0;
} #our-offices,
#our-offices h2.vc_custom_heading {
text-align: center !important;
}
#our-offices h2.vc_custom_heading {
font-weight: 800;
}
#our-offices img,
#our-offices .wpb_single_image .vc_figure,
#our-offices .wpb_single_image .vc_single_image-wrapper {
width: 100%;
height: auto;
} .two-col-style {
position: relative;
color: #fff;
}
.two-col-style .row .inner-wrap {
padding: 50px 0;
}
.two-col-style .row .inner-wrap h2.two-col-main-title {
text-transform: uppercase;
font-weight: 800;
font-size: 22px;
color: #fff;
}
.two-col-style .row .inner-wrap h3.two-col-sub-title {
text-transform: uppercase;
font-weight: 300;
font-size: 20px;
margin-bottom: 25px;
color: #ecfa07;
}
.two-col-style .row .inner-wrap h2,
.two-col-style .row .inner-wrap h3 {
padding: 0px;
margin: 0px;
padding-top: 10px;
margin-bottom: 0;
}
.two-col-style .row .inner-wrap h2:after,
.two-col-style .row .inner-wrap h3:after {
height: 0;
}
.two-col-style div.info-col>div {
max-width: 570px;
}
.two-col-style div.info-col {
background-image: url(//www.treasury.gov.jm/wp-content/uploads/2018/10/bgrd.jpg);
background-size: cover;
}
.two-col-style div.image-col {
background-size: cover;
background-position: center center;
} #pension-calculator input {
width: 100%;
}
#pension-calculator .row .pension-btn-wrap,
#pension-calculator .row {
padding: 5px 0;
}
#pension-calculator .pension-content {
overflow: hidden;
min-height: 370px;
}
#pension-calculator .row .inner-wrap .pension-result h3 {
color: #fff;
}
#pension-calculator em {
font-family: 'Crimson Text', serif;
font-size: 20px;
color: #ecfa07;
}
#pension-calculator span {
color: #ecfa07;
} #forms .loan-form {
padding: 10px 0 10px 60px;
position: relative;
}
#forms .loan-form-icon {
margin: 0;
position: absolute;
top: 50%;
background: #fff;
border-radius: 50%;
padding: 10px;
margin-top: -23px;
left: 0;
z-index: 9;
}
#forms .loan-form-icon img {
width: 25px;
height: auto;
}
#forms .loan-form-name {
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
}
#forms .loan-form-button a {
color: #ecfa05;
font-size: 12px;
} #mission-vision h4 {
font-family: 'Crimson Text', serif;
font-size: 36px;
}
#mission-vision .wpb_single_image {
margin: 0;
}
#mission-vision h4 em {
font-family: 'Crimson Text', serif;
font-size: 18px;
color: #ecfa07;
display: block;
position: relative;
top: -6px;
}
#mission-vision .vc_icon_element-inner.vc_icon_element-size-md {
height: 50px;
width: 50px;
border: 2px solid #fff;
border-radius: 50%;
font-size: 10px;
} #employee {
padding-top: 100px;
}
#employee-wrap .employee-item {
position: relative;
text-align: center;
padding-bottom: 0;
}
#employee-wrap .employee-item img {
width: 100%;
height: auto;
}
#employee-wrap .employee-item .employee-position,
#employee-wrap .employee-item .employee-title {
color: #3c439e;
text-decoration: none;
text-transform: uppercase;
font-size: 20px;
font-weight: 800;
}
#employee-wrap .employee-item .employee-position {
font-family: 'Crimson Text', serif;
text-transform: capitalize;
font-weight: 300;
}
#employee-wrap .employee-item .employee-wrap {
display: table;
text-align: center;
width: 100%;
height: 100%;
}
#employee-wrap .employee-item .employee-inner-wrap {
display: table-cell;
vertical-align: middle;
}
#employee-wrap .employee-item .employee-info {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
padding: 1em;
text-decoration: none;
color: #666;
opacity: 0;
display: inline-block;
vertical-align: middle;
cursor: all-scroll;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.8s;
transition-duration: 0.8s;
}
#employee-wrap .employee-item .employee-info:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(236, 250, 7, 0.8);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
#employee-wrap .employee-item .employee-info:hover,
#employee-wrap .employee-item .employee-info:focus,
#employee-wrap .employee-item .employee-info:active {
color: white;
opacity: 1;
}
#employee-wrap .employee-item .employee-info:hover:before,
#employee-wrap .employee-item .employee-info:focus:before,
#employee-wrap .employee-item .employee-info:active:before {
-webkit-transform: scale(1);
transform: scale(1);
} #question {
position: relative;
}
#question .wpb_gmaps_widget .wpb_wrapper,
#question .vc_column-inner {
padding: 0;
}
#question .wpb_text_column {
position: absolute;
top: 0;
width: 100%;
}
#question .wpb_text_column .wpb_wrapper {
max-width: 1140px;
margin: 0 auto;
}
#question .wpcf7 {
width: 400px;
background: rgba(60, 67, 158, 0.85);
padding: 50px;
border-radius: 8px;
margin: 80px 0;
}
#question .wpcf7 textarea,
#question .wpcf7 input[name="email"],
#question .wpcf7 input[type="text"] {
width: 100%;
font-size: 11px;
padding: 15px 25px;
font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
font-weight: 400;
color: #999;
border-radius: 6px;
}
#question .wpcf7 textarea {
height: 125px;
}
#question .wpcf7 input[type="submit"] {
background: #000;
color: #fff;
border-radius: 4px;
padding: 20px 40px;
border: 0;
margin: 0 auto;
display: inherit;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
text-transform: uppercase;
}
. #question .section-head {
padding: 20px 0 30px;
color: #fff;
}
#question .section-head h2.vc_custom_heading {
color: #fff;
margin-bottom: 2px;
}
#question .section-head em {
color: #fff;
}
#question .wpcf7 form>div {
padding: 5px 0;
}
#question .wpb_gmaps_widget iframe {
width: 100%;
height: 500px;
}
#question .wpb_gmaps_widget {
margin: 0;
}
#question div.wpcf7 .ajax-loader {
display: block;
margin: 0 auto;
}
#question div.wpcf7-response-output {
border: 2px solid #f7e700;
color: #fff;
padding: 10px 20px;
} footer {
background-image: url(//www.treasury.gov.jm/wp-content/uploads/2018/10/bgrd.jpg);
color: #aaa;
font-size: 14px;
}
.footer-top {
padding: 40px 0 30px;
}
.footer-top .row>div {
padding: 25px;
}
.footer-top h2 {
font-weight: 800;
font-size: 24px;
color: #fff;
padding-bottom: 20px;
}
.footer-top ul,
.footer-top ul li {
padding: 0;
margin: 0;
list-style: none;
}
.footer-top .useful-links ul {
column-count: 2;
}
.footer-top .useful-links ul li {
padding: 5px 0;
border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
position: relative;
display: inline-block;
width: 100%;
padding-bottom: 6px;
padding-left: 19px;
-webkit-transition: all .3s;
transition: all .3s;
color: #888;
}
.footer-top .useful-links ul li:after {
position: absolute;
top: 12px;
left: 0;
width: 7px;
height: 7px;
content: '';
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
border-top: 2px solid #ccc;
border-right: 2px solid #ccc;
}
.footer-top .useful-links ul li a {
color: #aaa;
}
.footer-top strong,
.footer-top .useful-links ul li.current_page_item a {
color: #ecfa05;
font-weight: 400;
}
.footer-top .contact strong {
color: #fff;
}
.footer-top .contact a {
color: #ecfa05;
}
.footer-top .contact p {
margin-bottom: 10px;
}
.footer-top .contact em {
margin-bottom: 25px;
display: block;
}
.footer-bottom .container {
border-top: 1px solid #666;
padding: 15px;
}
.footer-bottom a {
color: #aaa;
}
.footer-bottom a:hover {
color: #fff;
text-decoration: none;
}
.social ul li.round {
overflow: hidden;
border-radius: 50%;
width: 32px;
height: 32px;
box-sizing: border-box;
}
.social ul li {
margin: 0 2px;
padding: 7px 0;
text-align: center;
float: left;
color: #fff;
-webkit-transition: all 120ms ease-in;
-moz-transition: all 120ms ease-in;
transition: all 120ms ease-in;
}
.social ul li a {
color: #fff;
}
.twitter {
background: #00acee;
}
.facebook {
background: #3b5998;
}
.youtube {
background: #e64e4e;
} .banner {
min-height: 300px;
position: relative;
background-size: cover;
background-position: top center;
}
.banner::before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); }
.banner .inner {
padding: 230px 0 80px 0;
}
.banner h1.page-title {
margin: 0;
font-size: 38px;
color: #fff;
} body:not(.home) #main h2 {
padding: 10px 0 20px;
margin-bottom: 25px;
position: relative;
font-weight: 800;
}
body:not(.home) #main h2:after {
height: 6px;
background: #ecfa07;
width: 55%;
max-width: 300px;
content: " ";
display: inline-block;
position: absolute;
bottom: -3px;
left: 0;
}
body:not(.home) #main h2.center-title {
text-align: center;
}
body:not(.home) #main h2.center-title:after {
left: 50%;
margin-left: -150px;
}
body:not(.home) #main h3 {
padding: 10px 0 20px;
margin-bottom: 25px;
position: relative;
font-weight: 300;
color: #000;
}
body:not(.home) #main h3:after {
height: 6px;
background: #ecfa07;
width: 300px;
content: " ";
display: inline-block;
position: absolute;
bottom: -3px;
left: 0;
} body:not(.home) #main ol {
list-style: decimal;
}
body:not(.home) #main ul,
body:not(.home) #main ol {
margin: 0;
padding: 10px 10px 20px 50px;
}
body:not(.home) #main ul li,
body:not(.home) #main ol li {
padding: 2px 0;
}
.breadcrumb-wrap,
.breadcrumb-wrap a {
color: #fff;
}
.breadcrumb-wrap {
padding-top: 15px;
margin-top: 15px;
position: relative;
}
.breadcrumb-wrap:after {
height: 6px;
background: #ecfa07;
width: 55%;
max-width: 300px;
content: " ";
display: inline-block;
position: absolute;
top: -3px;
left: 0;
} div#list-functions .vc_col-sm-4 .vc_column-inner {
padding: 20px;
border: 5px solid #fff;
}
#list-functions .wpb_text_column {
counter-increment: sectionNum;
padding-top: 20px;
padding-left: 80px;
position: relative;
}
#list-functions .wpb_text_column:after {
content: " ";
position: absolute;
left: 60px;
top: 0;
right: 0;
height: 4px;
background-color: #ddd;
}
#list-functions .wpb_text_column:before {
content: " » ";
font-family: 'Crimson Text', serif;
font-size: 52px;
color: #ccc;
font-weight: 900;
line-height: normal;
position: absolute;
left: 0;
top: 0;
border-right: 4px solid #ddd;
padding-right: 10px;
width: 60px;
text-align: center;
} .page-id-14 .wpb_single_image * {
width: 100%;
height: auto;
}
#partners>div>div>div>div.vc_row>.wpb_column {
padding: 10px;
}
#partners>div>div>div>div.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper {
padding: 10px;
padding-left: 130px;
position: relative;
}
#partners>div>div>div>div.vc_row:nth-child(odd)>.wpb_column>.vc_column-inner>.wpb_wrapper {
background: #fafafa;
}
#partners>div>div>div>div.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper .vc_icon_element {
position: absolute;
left: 60px;
top: 12px;
left: 12px;
border: 1px dashed #ccc;
border-radius: 50%;
font-size: 24px;
background: rgba(255, 255, 255, 0.5);
}
#partners>div>div>div>div.vc_row>.wpb_column h3 {
font-weight: 300;
font-size: 28px;
padding: 10px 0 20px;
margin-bottom: 25px;
position: relative;
}
#partners>div>div>div>div.vc_row>.wpb_column h3:after {
height: 6px;
background: #ecfa07;
width: 55%;
max-width: 300px;
content: " ";
display: inline-block;
position: absolute;
bottom: -3px;
left: 0;
}
#partners>div>div>div>div.vc_row:nth-child(odd)>.wpb_column>.vc_column-inner>.wpb_wrapper h3:after {
background: #0711a8;
}
.sidebar .sb-item {
background: #eee;
padding: 30px;
margin-bottom: 40px;
position: relative;
overflow: hidden;
z-index: 1;
}
.sidebar .sb-item .sub-title {
font-size: 12px;
}
.sidebar .sb-item h4 {
margin-top: 0;
font-weight: bold;
position: relative;
z-index: 1;
padding-top: 5px;
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 24px;
}
.sidebar .sb-item h4:before,
.sidebar .sb-item h4:after {
position: absolute;
content: "";
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border-bottom: 1px solid #dadada;
z-index: -1;
width: 55%;
}
.sidebar .sb-item h4:after {
bottom: 3px;
width: 60%;
}
.sidebar .uploaded-forms-list ul,
.sidebar .uploaded-forms-list ul li {
padding: 0;
margin: 0;
list-style: none;
}
.sidebar .uploaded-forms-list ul li {
border-bottom: 1px solid #dadada;
position: relative;
}
.sidebar .uploaded-forms-list ul li a {
display: block;
padding: 14px 0px;
color: #888888;
font-size: 14px;
padding-left: 20px;
}
.sidebar .uploaded-forms-list ul li a i {
margin-right: 10px;
position: absolute;
left: 0;
top: 16px;
}
.sidebar .gallery ul {
margin: 0;
padding: 0;
}
.sidebar .gallery ul li {
float: left;
padding: 2%;
width: 33%;
list-style: none;
}
.sidebar .gallery ul li img {
width: 100%;
height: auto;
}
.sidebar .gallery ul li figure {
margin: 0;
} .sidebar .latest-news ul {
margin: 0;
padding: 0;
}
.sidebar .latest-news .news-title {
font-size: 14px;
margin: 0 0 5px 0;
line-height: 22px;
font-weight: 500;
}
.sidebar .latest-news .news-title a {
text-decoration: none;
color: #444;
}
.sidebar .latest-news .news-date {
font-size: 10px;
text-transform: uppercase;
background: #292871;
}
.sidebar .latest-news .news-date {
font-size: 10px;
text-transform: uppercase;
background: #3c439e;
color: #fff;
padding: 3px 12px;
font-weight: 600;
display: inline-block;
}
.sidebar .latest-news .news-item {
border-bottom: 1px solid #dadada;
padding: 8px 0 8px 0;
margin: 0;
}
.sidebar .latest-news .news-item>div:first-child {
padding-left: 0;
padding-right: 0;
}
.sidebar .latest-news .news-item>div:last-child {
padding-right: 0;
} .sidebar .latest-news.gallery-list .news-title a {
font-size: 22px;
padding-top: 10px;
display: inline-block;
}
.sidebar .latest-news.gallery-list .news-title i {
color: #3c439e;
font-size: 25px;
margin-right: 10px;
bottom: -3px;
position: relative;
} .post-list-item {
padding: 30px;
width: 100%;
background-color: #eee;
margin: 0 15px 30px 75px;
position: relative;
padding-right: 190px;
}
.post-list-item .post-list-item-title {
font-size: 26px;
margin: 0 0 5px 0;
color: #5352c7;
font-weight: 300;
position: relative;
z-index: 1;
padding-top: 5px;
padding-bottom: 10px;
margin-bottom: 8px;
}
.post-list-item .post-list-item-title:before,
.post-list-item .post-list-item-title:after {
position: absolute;
content: "";
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border-bottom: 1px solid #dadada;
z-index: -1;
width: 55%;
}
.post-list-item .post-list-item-title:after {
bottom: 3px;
width: 60%;
}
.post-list-item .post-list-item-title a {
text-decoration: none;
}
.post-list-item .meta {
font-size: 12px;
text-transform: uppercase;
color: #5c6265;
font-weight: 600;
display: inline-block;
}
.post-list-item .head {
padding-bottom: 20px;
}
.post-list-item h6 {
margin: 0;
}
.post-list-item .icon {
display: inline-block;
background: #424193;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 2px;
line-height: 26px;
font-size: 24px;
text-align: center;
color: #ffffff;
margin-right: 15px;
}
.post-list-item .icon>span {
display: block;
background: #ffffff;
color: #424193;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 0 3px;
}
.post-list-item .icon>span {
background: #f0f0f0;
}
.post-list-item .icon {
padding: 18px;
font-size: 68px;
margin: 0;
}
.post-list-item-link-wrap {
background: rgba(0, 0, 0, .05);
color: #fff;
font-size: 50px;
text-align: center;
top: 0;
right: 0;
bottom: 0;
position: absolute;
width: 150px;
padding: 20px;
-webkit-transition: .4s cubic-bezier(.25, .46, .45, .94);
-moz-transition: .4s cubic-bezier(.25, .46, .45, .94);
transition: .4s cubic-bezier(.25, .46, .45, .94);
}
.post-list-item-link-wrap:hover {
background: rgba(0, 0, 0, .1);
}
.post-list-item .icon-wrap {
position: absolute;
left: -50px;
top: 50%;
margin-top: -50px;
}
.post-list-item-link-wrap .post-list-item-link a {
color: #fff;
}
.post-list-item-link-wrap .post-list-item-link {
position: relative;
top: 50%;
margin-top: -40px;
}
.post-list-item .title-wrap {
padding-left: 50px;
} #tenders-page {}
#tenders-page .post-list-item .icon-wrap {
left: 30px;
}
#tenders-page .post-list-item .title-wrap {
padding-left: 140px;
}
#tenders-page .post-list-item {
background: none;
border: 10px solid #f2f2f2;
margin-left: 0;
}
#tenders-page .post-list-item-link-wrap {
width: 70px;
} #publications-page .publication-type-head {
position: relative;
}
#publications-page .publication-type .pub-anchor {
top: -170px;
display: block;
position: relative;
}
#publications-page .publication-type {
margin-bottom: 60px;
}
#publications-page .publication-type-link {
border: 2px solid #3c439e;
color: #3c439e;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
margin: 0 3px;
font-size: 10px;
padding: 10px 30px;
text-decoration: none;
position: absolute;
top: 20px;
right: 15px;
}
#publications-page .publications-title {
padding-top: 10px;
}
.publications-item .publications-item-wrap {
text-align: center;
padding: 20px;
background-color: #eee;
margin-bottom: 20px;
}
.publications-item .icon-wrap {
margin: auto;
}
.publications-item .meta {
text-transform: uppercase;
font-size: 12px;
padding-bottom: 10px;
display: inline-block;
}
.publications-item .icon {
display: inline-block;
background: #424193;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 2px;
line-height: 26px;
font-size: 24px;
text-align: center;
color: #ffffff;
margin-right: 15px;
}
.publications-item .icon>span {
display: block;
background: #ffffff;
color: #424193;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 0 3px;
}
.publications-item .icon>span {
background: #f0f0f0;
}
.publications-item .icon {
padding: 18px;
font-size: 68px;
margin: 0;
} .contact-form .wpcf7-form-control.wpcf7-date,
.contact-form .wpcf7-form-control.wpcf7-number,
.contact-form .wpcf7-form-control.wpcf7-quiz,
.contact-form .wpcf7-form-control.wpcf7-select,
.contact-form .wpcf7-form-control.wpcf7-text,
.contact-form .wpcf7-form-control.wpcf7-textarea,
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=password] {
position: relative;
width: 100%;
margin: 0 0 25px;
padding: 8px 16px;
font-family: inherit;
font-size: 15px;
font-weight: inherit;
line-height: calc(50px - (6px * 2) - 2px);
color: #626262;
background-color: transparent;
border: 1px solid #000;
border-radius: 0;
outline: 0;
cursor: text;
-webkit-appearance: none;
box-sizing: border-box;
-webkit-transition: border-color .2s ease-in-out;
-moz-transition: border-color .2s ease-in-out;
transition: border-color .2s ease-in-out;
}
.contact-form .wpcf7-form-control.wpcf7-textarea {
height: 150px;
}
.contact-form .wpcf7-form-control.wpcf7-submit {
vertical-align: middle;
text-transform: none;
position: relative;
display: inline-block;
width: auto;
margin: 0;
font-family: inherit;
letter-spacing: 0;
font-weight: 600;
outline: 0;
box-sizing: border-box;
-webkit-transition: .4s cubic-bezier(.25, .46, .45, .94);
-moz-transition: .4s cubic-bezier(.25, .46, .45, .94);
transition: .4s cubic-bezier(.25, .46, .45, .94);
color: #fff;
background-color: #424193;
border: 1px solid #424193;
padding: 16px 52px;
font-size: 16px;
line-height: 26px;
border-radius: 0;
margin: 25px 0 0;
}
.contact-form .wpcf7-form-control.wpcf7-submit.attachment-btn {
background-color: #f5812f;
border: 1px solid #f5812f;
}
.contact-form .wpcf7-form-control.wpcf7-submit:hover {
color: #424193 !important;
background: transparent !important;
}
.contact-form .wpcf7-form-control.wpcf7-submit.attachment-btn:hover {
color: #f5812f !important;
}
.contact-form .single-job_post #content {
padding-bottom: 0;
}/*/*/#map .vc_column-inner>.wpb_wrapper {
border: 0;
background: transparent;
padding: 0;
}
#map .vc_column-inner .wpb_gmaps_widget .wpb_wrapper {
background-color: rgba(66, 65, 147, 0.05);
padding: 10px;
}
#office div.wpb_wrapper li,
#contact-info div.wpb_wrapper li {
list-style: none;
}
#office div.wpb_wrapper>ul,
#contact-info div.wpb_wrapper>ul {
position: relative;
padding: 10px 10px 20px 60px;
}
#office div.wpb_wrapper>ul:before,
#contact-info div.wpb_wrapper>ul:before {
position: absolute;
left: 0;
top: 0;
font: normal normal normal 14px/1 FontAwesome;
color: #020da6;
opacity: 0.2;
z-index: -1;
font-size: 52px;
}
#office div.wpb_wrapper>ul:nth-child(2):before {
content: "\f041";
}
#office div.wpb_wrapper>ul:nth-child(3):before {
content: "\f017";
}
#contact-info div.wpb_wrapper>ul:nth-child(2):before {
content: "\f095";
}
#contact-info div.wpb_wrapper>ul:nth-child(3):before {
content: "\f0ac";
}
.fts-powered-by-text {
display: none !important;
}
#social-media {
text-align: center;
border: 10px solid rgba(66, 65, 147, 0.05);
margin: 0 20px 40px;
}
#social-media .vc_icon_element {
display: inline-block;
margin: 0;
}
#info .vc_column-inner>.wpb_wrapper .wpb_text_column {
padding: 20px;
border: 10px solid rgba(66, 65, 147, 0.05);
}
#info .vc_column-inner>.wpb_wrapper i {
float: left;
margin-right: 10px;
bottom: -25px;
position: relative;
color: #424193;
font-size: 85px;
}
#info .vc_column-inner>.wpb_wrapper .wpb_text_column {
min-height: 410px;
}
#info .vc_column-inner>.wpb_wrapper .wpb_text_column:last-child {
margin-top: 50px;
}
#info .vc_column-inner>.wpb_wrapper .wpb_text_column:last-child i {
color: #0711a8;
}
#info .vc_column-inner>.wpb_wrapper {
background: transparent;
padding: 0;
border: 0;
}
#info .vc_column-inner>.wpb_wrapper h2 {
margin-top: 0;
}/*/*/.box-date-style:before {
position: absolute;
content: "";
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 0;
height: 0;
border-style: solid;
border-width: 76px 0 0 80px;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.08);
z-index: -1;
}
.box-date-style h5 {
margin: 0px 0px;
color: #fff;
font-weight: bold;
line-height: 20px;
}
.box-date-style p {
margin: 0px 0px;
color: #fff;
}
.box-date-style {
float: left;
width: 80px;
height: 76px;
position: relative;
text-align: center;
background-color: #333333;
padding: 17px 0px;
z-index: 2;
}/*/*/#news-page .news-item {
position: relative;
margin: 0 0 30px 15px;
}
#news-page .news-item::after {
display: block;
clear: both;
content: "";
}
#news-page .news-item .news-image-date-wrap figure {
border-right: 5px solid #333333;
margin: 0;
position: relative;
}
#news-page .news-item .news-date {
position: absolute;
top: 25px;
left: 25px;
}
#news-page .news-item .news-content {
background-color: #eee;
padding: 25px;
padding-left: 125px;
}
#news-page .news-item .news-content span {
color: #fff;
text-transform: uppercase;
font-size: 10px;
display: inline-block;
background: #0711a8;
padding: 2px 8px;
margin-bottom: 8px;
font-weight: 600;
}
#news-page .news-item .news-content h4 {
margin: 0px;
font-weight: 800;
position: relative;
z-index: 1;
padding-bottom: 18px;
margin-bottom: 18px;
}
#news-page .news-item .news-content h4 a {
color: #0711a8;
text-decoration: none;
}
#news-page .news-item .news-content h4:before,
#news-page .news-item .news-content h4:after {
position: absolute;
content: "";
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border-bottom: 1px solid #dadada;
z-index: -1;
width: 55%;
}
#news-page .news-item .news-content h4:after {
bottom: 3px;
width: 60%;
}
#news-page .news-item:hover .aaj-blue-btn,
#news-page .news-item:hover .news-image-date-wrap figure,
#news-page .news-item:hover .box-date-style {
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
#news-page .news-image-date-wrap:hover figure {
border-right: 5px solid #f5812f;
}
#news-page .news-image-date-wrap:hover .box-date-style {
background-color: #f5812f;
}/*/*/.pagination,
.pagination ul {
width: 100%;
}
.pagination ul {
list-style: none;
margin: 0;
padding: 0;
text-align: right;
}
.pagination ul li {
float: none;
display: inline-block;
margin-right: 10px;
}
.pagination ul li a {
height: 60px;
width: 100px;
text-align: center;
line-height: 60px;
background-color: #f2f2f2;
display: inline-block;
color: #333333;
font-size: 15px;
}/**/.attached-documents .upload-doc {
font-weight: 400;
text-align: left;
text-transform: uppercase;
background-color: #fafafa;
}
.attached-documents .upload-doc a {
position: relative;
padding: 10px 30px;
font-size: 13px;
margin-bottom: 10px;
color: #7a7a7a;
text-decoration: none;
display: block;
}
.attached-documents .upload-doc i {
color: #a1a7b0;
position: absolute;
left: 0;
top: 3px;
}
.attached-documents .upload-doc span {
position: relative;
padding-left: 20px;
display: block;
}
.attached-documents .upload-doc:hover {
background-color: #3c439e;
}
.attached-documents .upload-doc:hover a,
.attached-documents .upload-doc:hover i {
color: #fff;
}   #services-tabs .vc_row.wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
border-color: transparent;
background-color: transparent;
color: #666;
border-radius: 0px;
text-transform: uppercase;
font-weight: 400;
}
#services-tabs .vc_row.wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a:before,
.vc_row.wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a:after {
display: none !important;
}
#services-tabs .vc_row.wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
border-color: #e3e3e3;
background-color: #eee;
color: #666;
border-radius: 0px;
border-bottom: 0px;
}
#services-tabs .vc_row.wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panels-container {
border-top: 2px solid #e3e3e3;
}
#services-tabs .vc_row.wpb_row .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-container {
margin-bottom: -2px !important;
}
#services-tabs .vc_row.wpb_row .vc_general.vc_tta .vc_tta-panels-container .vc_tta-panels {
background-color: #eee;
border: 0;
border-radius: 0;
} #faq .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
color: #666;
border-radius: 0px;
text-transform: uppercase;
font-weight: 400;
font-size: 13px;
}
#faq .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
#faq .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
#faq .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
background: #eee;
border: 0;
}
#faq .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
#faq .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
padding-bottom: 0;
margin-bottom: -3px;
}
#faq .vc_toggle {
margin: 10px 0;
}
#faq .vc_tta.vc_general .vc_tta-panel-body {
padding: 0;
}
#faq .vc_tta-panel-body>.vc_toggle {
padding: 25px 20px;
}
#faq .vc_tta-panel-body>.vc_toggle:nth-child(even) {
background: #eee;
}
#faq .vc_tta-panel-body>.vc_toggle.vc_toggle_active {
background: #3c439e;
color: #fff;
}
#faq .vc_tta-panel-body>.vc_toggle.vc_toggle_active .vc_toggle_icon {
background: #fff;
border: 1px solid #fff;
}
#faq .vc_tta-panel-body>.vc_toggle .vc_toggle_content {
margin: 0;
padding: 15px 25px;
}
#faq .vc_tta-panel-body>.vc_toggle .vc_toggle_content ul {
padding-top: 15px;
}
#faq .vc_tta-panel-body>.vc_toggle .vc_toggle_content p {
margin: 0;
}
#faq .vc_tta-panel-body>.vc_toggle .vc_toggle_title>h4 {
display: inline;
font-size: 18px;
font-weight: 200;
}
#faq .vc_tta-panel-body>.vc_toggle.vc_toggle_active .vc_toggle_title>h4 {
font-weight: 900;
} #forms-page .post-list-item-link-wrap .post-list-item-link a {
text-decoration: none;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
color: #3c439e;
}
#forms-page .post-list-item-link-wrap .post-list-item-link {
position: relative;
top: 50%;
margin-top: -50px;
}
#forms-page .vc_tta-shape-rounded .vc_tta-panel.vc_active .vc_tta-panel-body {
padding: 0;
border: 0;
background: none;
}
#forms-page .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
font-weight: 800;
color: #5b6265;
} .jp-wrap .jp-item h4 {
margin: 0px;
font-weight: 300;
position: relative;
z-index: 1;
padding-bottom: 18px;
margin-bottom: 18px;
}
.jp-wrap .jp-item h4 a {
color: #0711a8;
text-decoration: none;
}
.jp-wrap .jp-item h4:before,
.jp-wrap .jp-item h4:after {
position: absolute;
content: "";
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
border-bottom: 1px solid #dadada;
z-index: -1;
width: 25%;
}
.jp-wrap .jp-item h4:after {
bottom: 3px;
width: 30%;
}
.jp-wrap {
background-color: #f8f8f8;
padding: 35px;
}
.jp-wrap .jp-item a {
text-decoration: none;
}
.jp-wrap .jp-item {
background-color: #fff;
padding: 35px;
margin-bottom: 35px;
}
.jp-wrap .jp-item .entry-meta {
margin-bottom: 10px;
border: 1px solid #0711a8; }
.jp-wrap .jp-item:hover { background: rgb(255, 255, 255); background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0); }
.jp-wrap .jp-item:last-child {
margin-bottom: 0;
} #loans-page .post-list-item {
margin-left: 75px;
}
#loans-page .post-list-item .title-wrap {
padding-left: 100px;
}
#loans-page .post-list-item .img-wrap {
position: absolute;
left: -75px;
top: 50%;
margin-top: -85px;
width: 170px;
}
#loans-page .post-list-item .img {
border-radius: 50%;
overflow: hidden;
border: 12px solid rgba(0, 0, 0, 0.08);
}
#loans-page .post-list-item .img img {
height: auto;
width: 100%;
vertical-align: top;
}
#loans-page .post-list-item .post-list-item-desc {
font-size: 12px;
text-transform: uppercase;
color: #5c6265;
font-weight: 400;
display: inline-block;
}
#loans-page .post-list-item-link-wrap {
background: rgb(60, 67, 158);
border: 2px solid rgb(60, 67, 158);
color: #fff;
font-size: 50px;
text-align: center;
top: 20px;
right: 20px;
bottom: 20px;
}
#loans-page .post-list-item-link-wrap:hover {
background: none;
}
#loans-page .post-list-item-link-wrap:hover a {
color: #3c439e;
}
#main #units h2 {
font-size: 24px;
text-align: center;
}
#main #units h2:after {
left: 50%;
margin-left: -150px;
}
#units .wpb_single_image .vc_figure a {
border: 10px solid rgba(66, 65, 147, 0.05);
}
#units .wpb_single_image .vc_figure a {
position: relative;
overflow: hidden;
margin: 10px;
width: 100%;
background: #000000;
text-align: center;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#units .wpb_single_image .vc_figure a * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
#units .wpb_single_image .vc_figure a img {
max-width: 100%;
vertical-align: top;
}
#units .wpb_single_image .vc_figure a:after {
position: absolute;
top: 50%;
left: 50%;
border: 6px solid #fff;
font-size: 14px;
color: #000000;
font-weight: 900;
text-transform: uppercase;
padding: 15px 30px;
line-height: normal;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
content: "View AGD Division";
}
#units .wpb_single_image .vc_figure a {
background-color: #3c439e;
}
#units .wpb_single_image .vc_figure a:after {
color: #fff;
}
#units .wpb_single_image .vc_figure a:hover img,
#units .wpb_single_image .vc_figure a.hover img {
opacity: 0.3;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
#units .wpb_single_image .vc_figure a:hover:after,
#units .wpb_single_image .vc_figure a.hover:after {
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
} #vertical-dot-navbar {
position: fixed;
top: 50%;
left: 0px;
border-radius: 5px;
margin-top: -20px;
z-index: 1;
}
#vertical-dot-navbar a {
text-decoration: none;
color: #fff;
font-size: 25px;
}
#vertical-dot-navbar span {
display: flex;
padding: 10px;
}
#vertical-dot-navbar .fa-twitter {
background-color: #1da1f2
}
#vertical-dot-navbar .fa-twitter:hover {
background-color: rgba(29, 161, 242, 0.6)
}
#vertical-dot-navbar .fa-instagram {
background-color: #e1306c
}
#vertical-dot-navbar .fa-instagram:hover {
background-color: rgba(225, 48, 108, 0.6)
}
#vertical-dot-navbar .fa-facebook {
background-color: #3b5998
}
#vertical-dot-navbar .fa-facebook:hover {
background-color: rgba(59, 89, 152, 0.6)
}
#vertical-dot-navbar .fa-youtube {
background-color: #ff0000
}
#vertical-dot-navbar .fa-youtube:hover {
background-color: rgba(255, 0, 0, 0.6)
} .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title {
position: relative;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:not(.vc_active) .vc_tta-panel-title:after {
content: "Click for More";
text-transform: uppercase;
font-size: 12px;
position: absolute;
right: 0;
top: 50%;
margin-top: -8px;
opacity: 0;
color: #3c439e;
-webkit-transition: all 250ms ease-out 500ms;
-moz-transition: all 250ms ease-out 500ms;
-o-transition: all 250ms ease-out 500ms;
transition: all 250ms ease-out 500ms;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title:hover:after {
opacity: 1;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
padding: 10px 0 20px 45px;
margin-bottom: 25px;
position: relative;
font-weight: 300;
color: #000;
display: block;
line-height: normal;
padding-right: 125px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:after {
height: 6px;
background: #ecfa07;
width: 55%;
max-width: 300px;
content: " ";
display: inline-block;
position: absolute;
bottom: -3px;
left: 0;
} .wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
border: 1px solid #000;
padding: 5px;
width: 30px;
height: 30px;
left: 5px;
margin-top: -5px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
left: 5px;
right: 5px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
bottom: 5px;
top: 5px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
margin-bottom: 20px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: transparent;
background-color: transparent;
}
.fts-powered-by-text-popup a.fts-powered-by-text {
display: none !important;
}
#pay-day {
position: relative;
z-index: 0;
}
.jp-wrap .no-posts {
font-weight: 300;
color: #000;
font-size: 22px;
text-align: center;
margin: 0;
} @media only screen and (max-width: 1200px) {
.menu-bar .search {
display: none;
}
.menu-bar .row>div {
padding-left: 30px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
text-align: left;
}
} @media only screen and (max-width: 992px) {
#main-services .wpb_single_image {
margin-top: 20px;
margin-bottom: 20px;
}
.welcome-bar,
.site-branding {
display: none;
}
header#masthead .masthead-wrap,
header#masthead .masthead-wrap:before,
header#masthead .masthead-wrap:after {
background-image: none;
}
.two-col-style .image-col {
display: none;
}
.two-col-style .info-col {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media only screen and (max-width: 768px) {
header#masthead .stickyHead:not(.fixedHead) .header-bar-inner-wrap:after {
display: none;
}
#treasury-main-slider .slider-item .slide-caption .slide-label {
font-size: 20px;
}
#treasury-main-slider .slider-item .slide-caption .slide-title {
font-size: 24px;
}
#treasury-main-slider .slider-item .slide-caption .slide-desc {
font-size: 14px;
}
#main-services .wpb_wrapper .vc_single_image-wrapper {
margin-top: 0;
}
header#masthead .goj,
header#masthead {
text-align: center !important;
}
div.post-list-item div.icon-wrap,
div.post-list-item div.img-wrap,
div.post-list-item-link-wrap {
position: unset !important;
margin: 20px auto !important;
width: 100%;
}
.post-list-item .title-wrap {
padding-left: 0 !important;
}
.post-list-item {
margin: 40px !important;
padding: 40px !important;
}
#news-page .news-item {
position: relative;
margin: 0 40px 30px 40px !important;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0;
}
} @media only screen and (max-width: 600px) {
#treasury-main-slider .slider-item .slide-caption {
display: none;
}
#mega-menu-wrap-menu-1 {
background: #333;
}
}