/*

Theme Name: Getnick Law

Author: Getnick Law

Tags: Blue, Black, White, Gray, Yellow, Responsive, Fixed Width

Description: Getnick Law theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images,  beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
*/

*, *:before, *:after { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { margin: 0; width: 100%; font-size: 20px; line-height: 34px; color: #1e1e1e; font-family: 'Gotham'; font-weight: 400; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; text-rendering:optimizeLegibility; }
html { min-height: 100%; }   

/*font-family: 'Roboto Condensed', sans-serif;*/
input[type=checkbox]{ -webkit-appearance: checkbox; }
input[type=radio]{ -webkit-appearance: radio; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Gotham'; font-weight: 400; }
:focus,input:focus, textarea:focus { outline: none; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

/* common */
a { transition: all 0.5s; -webkit-transition: all 0.5s; -ms-transition: all 0.5s; text-decoration: underline; outline: none; color: #1481b1; }
a:focus, a:active { outline: none; }
a:hover { text-decoration: none; } 
sup { vertical-align: super; font-size: 75%; line-height: 1; }

ul, ol { margin: 0px; padding: 0px 0 25px 40px; }
ul li, ol li { padding: 0px; }
ol ol { margin-bottom: 0px; }
ol ol li:last-child { padding-bottom: 0px; } 

h1, h2, h3, h4, h5 { font-family: 'Gotham'; font-weight: 900; }
h1 { font-size: 60px; line-height: 66px; padding-bottom: 10px; }
h2 { font-size: 34px; line-height: 52px; color: #002d56; padding-bottom: 10px; }
hr { height: 1px; width: 100%; border: 0px; clear: both; overflow: hidden; background: #91a8c5; margin: 5px 0 49px; }
h3 { padding-bottom: 34px; font-size: 42px; line-height: 42px; color: #1A4893; }
h4 { font-size: 22px; line-height: 32px; color: #FED653; padding-bottom: 15px; } 
h5 { font-size: 18px; line-height: 30px; color: #002d56; padding: 0 0 10px; }
h5 em { font-style: italic; }
h6 { font-size: 16px; line-height: 26px; color: #002d56; padding-bottom: 10px; font-weight: 700; }
p { padding-bottom: 22px; }
p strong { font-weight: 700; color: #2b69cb; }
p a , li a{ color: #FED653; text-decoration: none; } 
p a:hover, li a:hover { text-decoration: underline; }
cite { font-style: normal; }
table { border-collapse: separate; border-spacing: 0; }
caption, td { font-weight: normal; text-align: left; }
th { text-align: left; }
.clear { clear: both; width: 100%; height: 0px; overflow: hidden; }
blockquote { font-style: italic; }
a[href^="tel"], a[href^="sms"] { cursor: text; text-decoration: none !important; color: inherit !important; }
a[href^="tel"]:hover, a[href^="sms"]:hover { text-decoration: none; }
blockquote { margin: 10px 0px; padding: 0px 0 0px 76px; position: relative; font-size: 24px; line-height: 34px; font-style: normal; background: url(images/quote.svg) top left no-repeat; background-size: 59px auto; }
blockquote p { position: relative; z-index: 1; }
blockquote p:nth-last-of-type(1):after { content: ""; margin: 5px 0px 0px 12px; display: inline-block; vertical-align: top; width: 59px; height: 45px; transform: rotate(180deg); -webkit-transform: rotate(180deg); background: url(images/quote.svg) top left no-repeat; background-size: 59px auto; }
blockquote p strong { font-size: inherit; line-height: inherit; }

.main-cntr-wrap { position: relative; }
#mainCntr.site-slide-down { opacity: 1; }

.d-flex, .f-row { display: flex; flex-wrap: wrap; }
.v-center { align-items: center; }
.v-end { align-items: flex-end; }
.h-center { justify-content: center; }

svg { display: block; }

#mainCntr { padding: 90px 0px 0px; width: 100%; overflow: hidden; position: relative; }

.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; height: auto; }

.btn { padding: 8px 17px; margin: 19px 0 0; font-size: 12px; line-height: 14px; font-weight: 900; display: inline-block; vertical-align: top; text-decoration: none; color: #fff; text-align: center; background: #BF5600; letter-spacing: 1px; transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); -webkit-transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); -moz-transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); -ms-transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); -o-transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); }
.btn:hover { color: #fff; background: #0768bb; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

/* wrapper */
#wrapper-wrap { padding: 0px; overflow: hidden; width: 100%; min-height: 100%; }
#wrapper { padding: 0px; width: 100%; min-height: 100%; position: relative; }
.wrapper { width: 100%; max-width: 1260px; margin: 0 auto; position: relative; padding: 0 20px; }

#header { padding: 0px; position: absolute; top: 0px; left: 0px; width: 100%; z-index: 9999; background: #ffffff; }
#header .wrapper { min-height: 90px; }
#header .logo { width: 269px; }
#header .logo a { display: block; }

#header .search-form { width: 210px; }
#header .search-form form { display: flex; flex-wrap: wrap; }
#header .search-form form input[type="text"] { padding: 0 10px; width: calc(100% - 25px); }
#header .search-form form #searchsubmit { padding: 0px; margin: 0px; width: 25px; height: 33px; font-size: 0px; line-height: 0px; background: url(images/search-icon.png) center right no-repeat; background-size: 17px auto; }

#header .searchToggle { margin-left: auto; display: none; width: 50px; height: 50px; font-size: 0px; line-height: 0px; background: url(images/search-icon.png) center center no-repeat; background-size: 17px auto;  }
#header .searchToggle.is-active { background-image: url(images/close.svg); background-size: 15px auto; }

.mainMenu { padding: 0px 15px 0px 0px; margin: 0 auto; position: relative; }
.mainMenu ul { padding: 0px; margin: 0px; list-style-type: none; display: flex; flex-wrap: wrap; align-items: center; }
.mainMenu ul li { padding: 36px 10px 36px 15px; color: #1A4893; font-size: 15.4px; line-height: 18px; font-weight: 900; letter-spacing: 0em; background: url(images/sep.png) center left no-repeat; background-size: 7px auto; }
.mainMenu ul li:nth-of-type(1) { background: none; }
.mainMenu ul li a { display: block; color: #1A4893; text-decoration: none; }
.mainMenu ul li a:hover, .mainMenu ul li.current-menu-item > a { color: #BF5600; }
.mainMenu ul li ul { padding-bottom: 17px; width: 174px; position: absolute; top: 100%; left: -7px; }
.mainMenu ul li ul li { padding: 0px 0px 3px; width: 100%; font-size: 14px; line-height: 17px; letter-spacing: 0.33px; font-weight: 500; background: none; }
.mainMenu ul li ul li:nth-of-type(1) { margin-top: -25px; }
.mainMenu ul li ul li a { padding: 5px 20px; display: block; }
.mainMenu ul li .subMenuTrigger { display: none; }


#content-part { width: 100%; clear: both; }

	.banner-bar { padding: 43px 0px 0px; text-align: center; position: relative; width: 100%; min-height: 623px; background-position: top center; background-repeat: no-repeat; background-size: cover; background-color: #1A4893; }
	.banner-bar .wrapper { max-width: 980px; }
	.banner-bar h1 { padding-bottom: 27px; font-size: 50px; line-height: 66px; color: #FFFFFF; }
	.banner-bar h1 span { margin: 13px 13px 0px; width: 1px; height: 45px; font-size: 0px; line-height: 0px; display: inline-block; vertical-align: top; background: #fff; }
	.banner-bar p,
	.banner-bar h2 { margin: 0 auto; max-width: 840px; font-size: 20px; line-height: 30px; font-weight: 500; color: #FFFFFF; }
	.banner-bar h2 { padding-bottom: 22px; }
	
	.home-listing-bar { padding: 40px 0px; }
	.home-listing-bar .wrapper { max-width: 1204px; }
	.home-listing-bar .repeat { width: 33.333333%; }
	.home-listing-bar .repeat .inner { padding: 6px 30px 0 20px; border-left: 2px solid #1A4893; min-height: 100%; }
	.home-listing-bar .repeat .inner a { display: block; text-decoration: none; }
	.home-listing-bar h4 { padding-bottom: 13px; color: #1A4893; font-size: 22px; line-height: 28px; }
	.home-listing-bar p { padding-bottom: 15px; font-size: 18px; line-height: 24px; color: #1e1e1e; }
	
	.info-bar { padding: 40px 0px; min-height: 348px; background: #0768bb url(images/placeholder.png) center right no-repeat; background-size: 376px auto; }
	.info-bar .wrapper { max-width: 1160px; }
	.info-bar p { padding: 0px; font-size: 24px; line-height: 34px; color: #FFFFFF; max-width: 810px; }
	
	.home-news-bar { width: 100%; position: relative; min-height: 316px; background-position: center center; background-repeat: no-repeat; background-size: cover; background-color: #1A4893; }
	.home-news-bar h3 { padding: 0px 0px 30px; color: #FFFFFF; font-size: 60px; line-height: 1; letter-spacing: 0px; }
	.home-news-bar .link { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; opacity: 0; }
	
	.home-news-listing-bar { padding: 0px 0px 12px; }
	.home-news-listing-bar .wrapper { max-width: 1240px; }
	.home-news-listing-bar .home-news-wrap { margin: 0 -20px; }
	.home-news-listing-bar .repeat { padding: 0 20px; width: 33.3333333%; }
	.home-news-listing-bar .repeat .inner { padding: 22px 20px 18px 0; min-height: 100%; box-shadow: 4px -4px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 4px -4px 5px rgba(0, 0, 0, 0.1); border-radius: 0px 0px 27px 0px; -webkit-border-radius: 0px 0px 27px 0px; }
	.home-news-listing-bar .repeat:nth-last-of-type(1) .inner { box-shadow: none; -webkit-box-shadow: none; }
	.home-news-listing-bar .repeat a { display: block; text-decoration: none; }
	.home-news-listing-bar .date_mete { padding-bottom: 7px; display: block; color: #BF5600; font-size: 14px; line-height: 18px; font-weight: 500; }
	.home-news-listing-bar .title { padding: 0px; font-size: 20px; line-height: 28px; color: #1E1E1E; font-weight: 500; }
	.home-news-listing-bar p { line-height: 28px; color: #1E1E1E; }
	.home-news-listing-bar .repeat .inner .btn { display: table; }
	
	.home-news-listing-bar.programs { padding: 45px 0px 12px; }
	.home-news-listing-bar.programs h3 { padding-bottom: 30px; color: #1A4893; font-size: 30px; line-height: 36px; position: relative; background: #fff; }
	
	.page-id-10 .home-news-listing-bar.programs .home-news-listing-inner,
	.page-id-309 .home-news-listing-bar.programs .home-news-listing-inner,
	.page-id-316 .home-news-listing-bar.programs .home-news-listing-inner,
	.page-id-2375 .home-news-listing-bar.programs .home-news-listing-inner { padding: 0px 82px; }
	.page-id-10 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap,
	.page-id-309 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap,
	.page-id-316 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap,
	.page-id-2375 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap { margin: 0px -10px; }
	
	.page-id-10 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap .repeat,
	.page-id-309 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap .repeat,
	.page-id-316 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap .repeat,
	.page-id-2375 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap .repeat { padding: 0px 10px; }
	
	.page-id-10 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap .repeat:not(:nth-of-type(1)),
	.page-id-309 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap .repeat:not(:nth-of-type(1)),
	.page-id-316 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap .repeat:not(:nth-of-type(1)),
	.page-id-2375 .home-news-listing-bar.programs .home-news-listing-inner .home-news-wrap .repeat:not(:nth-of-type(1)) { padding-left: 20px; }
	
	.common-bar { padding: 28px 0px 62px; }
	.common-bar .wrapper { max-width: 1160px; }
	.common-bar .left-part { padding: 10px 0px 0px; color: #1e1e1e; font-size: 18px; line-height: 24px; width: 52%; }
	.common-bar .left-part.full-width { padding-top: 40px; width: 100%; }
	.common-bar .left-part.full-width.top-space { padding-top: 0px; }
	.common-bar .left-part ul, .common-bar .left-part ol { padding: 0 0 0 22px; }
	.common-bar .left-part ul li, .common-bar .left-part ol li { padding-bottom: 23px; }
	.common-bar .left-part p { padding-bottom: 23px; }
	.common-bar .left-part p a, .common-bar .left-part li a { color: #BF5600; text-decoration: none; }
	.common-bar .left-part p a:hover, .common-bar .left-part li a:hover { text-decoration: underline; }
	.common-bar .right-part { margin-left: auto; width: 35.7%; }
	.common-bar .more-content { display: none; }
	.common-bar h1 { padding-bottom: 27px; font-size: 50px; line-height: 66px; color: #0768bb; }
	.common-bar .load-more { margin-top: 7px; display: table; color: #BF5600; font-weight: 900; text-decoration: none; font-size: 20px; line-height: 26px; }
	.common-bar .load-more span { border-bottom: 1px solid #BF5600; }
	.common-bar .load-more strong { padding: 0 7px; display: inline-block; vertical-align: top; font-weight: 700; transition: all 350ms; -webkit-transition: all 350ms; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); }
	.common-bar .load-more.is-active strong { padding-bottom: 5px; transform: rotate(0deg); -webkit-transform: rotate(0deg); }
	.common-bar .right-part .featured-img { padding-bottom: 21px; width: 100%; }
	.common-bar .right-part .featured-img img { width: 100%; }
	.common-bar .right-part .info { color: #1e1e1e; font-size: 16px; line-height: 26px; }
	.common-bar .right-part .info strong { font-weight: 900; }
	.common-bar .right-part .info .first-p { padding-bottom: 6px; }
	.common-bar .right-part .info .first-p strong { color: #0768bb; }
	.common-bar .right-part .info .first-p a { color: #1e1e1e; }
	.common-bar .right-part .info .second-p { padding-bottom: 19px; font-size: 16px; line-height: 22px; letter-spacing: 0.64px; }
	.common-bar .right-part .info .second-p a { margin-bottom: 6px; color: #BF5600; font-weight: 900; display: table; text-decoration: underline; }
	.common-bar .accordion-wrap .repeat { padding-bottom: 20px; border-top: 2px solid #0768bb; }
	.common-bar .accordion-wrap h4 { padding: 18px 0px 5px; font-size: 20px; line-height: 26px; color: #0768bb; cursor: pointer; }
	.common-bar .accordion-wrap h4.is-active span { transform: rotate(0deg); }
	.common-bar .accordion-wrap h4 span { padding: 0 10px; color: #BF5600; font-weight: 700; transition: all 350ms; -webkit-transition: all 350ms; display: inline-block; vertical-align: top; transform: rotate(-90deg); }
	.common-bar .accordion-wrap .content { padding-top: 10px; display: none; font-size: 13px; line-height: 19px; color: #1e1e1e; }
	.common-bar .accordion-wrap .content ol, .common-bar .accordion-wrap .content ul { padding: 0 0 0 16px; }
	.common-bar .accordion-wrap .content ul ul { padding-top: 16px; }
	.common-bar .accordion-wrap .content ol li, .common-bar .accordion-wrap .content ul li { padding-bottom: 16px; }
	.common-bar .accordion-wrap .content ol li a, .common-bar .accordion-wrap .content ul li a { color: #1e1e1e; text-decoration: underline; }
	.common-bar .accordion-wrap .content ol li a:hover, .common-bar .accordion-wrap .content ul li a:hover { color: #000000; text-decoration: none; }
	.common-bar .accordion-wrap .content ol li:last-child, .common-bar .accordion-wrap .content ul li:last-child { padding-bottom: 5px; }
	.common-bar .left-part h3 { padding: 10px 0px 15px; font-size: 28px; line-height: 34px; }
	
	.common-bar.team-page { padding-top: 60px; }
	
	.team-banner-bar { padding: 29px 0px 31px; text-align: center; background: #1A4893 url(images/watermark.svg) center right 50px no-repeat; background-size: auto calc(100% + 100px); }
	.team-banner-bar h1 { font-size: 42px; line-height: 48px; color: #FFFFFF; }
	.team-banner-bar h1 a { color: #ffffff; }
	.team-banner-bar.single-page h1 { font-size: 38px; line-height: 44px; }
	
	.team-banner-bar.errorpage { padding: 50px 0px; background-color: #000c36; background-size: cover; background-position:  center center; }
	
	.page-id-12 .team-banner-bar  { background-image: none; }
	
	.team-list-bar { padding: 40px 0px 25px; }
	.team-list-bar .wrapper { max-width: 1137px; }
	.team-list-bar .team-wrap { margin: 0 -51px; }
	.team-list-bar .team-wrap .item { padding: 0 51px 27px; width: 33.3333333%; }
	.team-list-bar .team-wrap .item .image { margin-bottom: 20px; overflow: hidden; width: 100%; }
	.team-list-bar .team-wrap .item img { width: 100%; transition: all 350ms; -webkit-transition: all 350ms; }
	.team-list-bar .team-wrap .item a:hover img { transform: scale(1.09); -webkit-transform: scale(1.09); }
	.team-list-bar .team-wrap .item a { display: block; text-decoration: none; }
	.team-list-bar .team-wrap .name { padding: 6px 0px 3px; border-top: 2px solid #1A4893; color: #1A4893; font-size: 22px; line-height: 28px; font-weight: 900; display: block; }
	.team-list-bar .team-wrap .designation { padding-bottom: 0px; display: block; color: #1e1e1e; font-size: 20px; line-height: 24px; font-weight: 700; }
	
	.team-list-bar .intro { padding: 10px 0px 30px; margin: 0 auto; max-width: 960px; text-align: center; }
	
	.programs-bar { padding: 0px; }
	.programs-bar .wrapper { max-width: 1032px; }
	.programs-bar .repeat { padding: 34px 0px 35px; }
	.programs-bar .repeat:nth-child(even) { background: #FCFCFC; }
	.programs-bar h3, .programs-bar h2, .programs-bar h4 { padding-bottom: 28px; font-size: 30px; line-height: 36px; color: #1A4893; }
	.programs-bar h2 { padding-bottom: 15px; font-size: 30px; line-height: 36px; }
	.programs-bar.single-page h3 { padding-bottom: 15px; }
	.programs-bar.single-page h4 { padding-bottom: 15px; }
	.programs-bar.single-page h5 { padding-bottom: 10px; color: #0768bb; }
	.programs-bar.single-page h5 a { text-decoration: none; }
	.programs-bar.single-page h5 a:hover { text-decoration: underline; }
	.programs-bar.single-page h5 sup a { font-weight: 400; }
	.programs-bar a { color: #BF5600; }
	.programs-bar p { padding-bottom: 15px; }
	.programs-bar p strong { color: inherit; }
	.programs-bar p + ul, .programs-bar p + ol { padding: 0 0px 15px 56px; margin-top: -15px; }
	.programs-bar .meta_date { padding-bottom: 15px; display: block; font-weight: 700; color: #1A4893; }
	.programs-bar.single-page p + ul, .programs-bar.single-page p + ol { margin-top: -5px; }
	.programs-bar.single-page ul li, .programs-bar.single-page ol li { padding-bottom: 10px; }
	.programs-bar ul ul,
	.programs-bar ul ol,
	.programs-bar ol ol,
	.programs-bar ol ul { padding-top: 7px; }
	.programs-bar a.news-back { margin-bottom: 22px; padding-left: 28px; color: #ffffff; text-decoration: none; background-image: url(images/back.png); background-repeat: no-repeat; background-position: top 50% left 14px; background-size: 7px auto; }
	.blog-listing .blog-top a.news-back { margin: 0px 0px 0px 20px; padding-left: 28px; color: #ffffff; text-decoration: none; background-image: url(images/back.png); background-repeat: no-repeat; background-position: top 50% left 14px; background-size: 7px auto; }
	.programs-bar .our_timeline_wrap { margin: 19px 0 25px; background: #ffffff; }
	.programs-bar .tabs .tab-head { padding: 10px 15px; border-left: 2px solid #dbecf6; text-align: center; color: #1A4893; letter-spacing: 0.5px; font-size: 22px; line-height: 26px; font-weight: 500; cursor: pointer; transition: all 350ms; -webkit-transition: all 350ms; flex-grow: 1; flex-basis: 0; background: #c1def0; }
	.programs-bar .tabs .tab-head:nth-of-type(1) { border-left: 0px; }
	.programs-bar .tabs .tab-head:hover,
	.programs-bar .tabs .tab-head.is-active { color: #ffffff; background: #1A4893; }
	.programs-bar .our_timeline_wrap .tab-content { padding: 38px 40px 55px; display: none; }
	.programs-bar .our_timeline_wrap .tab-content .repeatAll { padding-top: 50px; }
	.programs-bar .our_timeline_wrap .tab-content .repeatAll:nth-of-type(1) { padding-top: 0px; }
	.programs-bar .our_timeline_wrap .tab-content .top-content h3 { padding-bottom: 18px; margin-bottom: 13px; border-bottom: 2px solid #0768bb; }
	.programs-bar .our_timeline_wrap .accordion-head { padding: 20px 40px 20px 0px; cursor: pointer; position: relative; flex-wrap: nowrap; width: 100%; font-size: 20px; line-height: 22px; font-weight: 400; color: #1e1e1e; }
	.programs-bar .our_timeline_wrap .accordion-head.is-active { font-weight: 700; }
	.programs-bar .our_timeline_wrap .accordion-head:after { content: "+"; position: absolute; top: 17px; right: -7px; display: flex; align-items: center; justify-content: center; font-size: 20px; line-height: 24px; color: #BF5600; font-weight: 900; width: 28px; height: 28px; border-radius: 100%; -webkit-border-radius: 100%; border: 1px solid #BF5600; }
	.programs-bar .our_timeline_wrap .accordion-head.is-active:after { content: "-"; }
	.programs-bar .our_timeline_wrap .accordions-wrap .acrepeat { padding: 0 19px 13px 28px; margin-bottom: 13px; border-bottom: 2px solid #0768bb; }
	.programs-bar .our_timeline_wrap .year { white-space: nowrap; color: #1A4893; font-size: 17px; line-height: 22px; font-weight: 700; }
	.programs-bar .our_timeline_wrap .year:after { content: "|"; padding-left: 26px; font-size: 20px; }
	.programs-bar .our_timeline_wrap .accr-title { padding-left: 14px; }
	.programs-bar .our_timeline_wrap .accordions-cnt { padding: 0px 0px 16px 124px; margin-top: 0px; display: none; font-size: 16px; line-height: 22px; color: #1e1e1e; }
	.programs-bar .our_timeline_wrap .accordions-cnt .link { padding-top: 4px; font-size: 14px; line-height: 22px; font-weight: 500; }
	.programs-bar .our_timeline_wrap .accordions-cnt .link a:not(.no-links) { text-decoration: underline; }
	.programs-bar .our_timeline_wrap .accordions-cnt .link a:not(.no-links):hover { text-decoration: none; }
	.programs-bar .our_timeline_wrap .accordions-cnt .link a.no-links { text-decoration: none; }
	
	.news-banner-bar { padding: 47px 0px 51px; width: 100%; text-align: center; position: relative; background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: #1A4893; } 
	.news-banner-bar .wrapper { max-width: 880px; }
	.news-banner-bar:before { content: ""; display: none; opacity: 0.6; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(178.02deg, #000000 -77.4%, rgba(0, 0, 0, 0.0001) 151.82%); }
	.news-banner-bar h1 { padding-bottom: 12px; font-size: 50px; line-height: 56px; color: #FFFFFF; }
	.news-banner-bar p, .news-banner-bar h2 { font-size: 20px; line-height: 30px; font-weight: 500; color: #FFFFFF; text-shadow: 0px 0px 20px #000000; }
	.news-banner-bar h2 { padding-bottom: 22px; }
	.news-banner-bar.areas-banner:before { background: linear-gradient(178.02deg, #000000 -77.4%, rgba(0, 0, 0, 0.0001) 151.82%); }
	.news-banner-bar.areas-banner .wrapper { max-width: 960px; }
	.news-banner-bar.areas-banner p, .news-banner-bar.areas-banner h2 { padding-left: 30px; padding-right: 30px; }
	
	.blog-listing { padding: 50px 0px 43px; }
	.blog-listing .wrapper { max-width: 960px; }
	.blog-listing .blog-top { padding: 0px; }
	.blog-listing .blog-top .archive-dropdown { padding: 0px; width: auto; border: 0px; font-size: 20px; line-height: 26px; color: #0768bb; text-decoration: underline; font-weight: 700; }
	/*.blog-listing .blog-top .archive-dropdown option { display: none; }*/
	.blog-listing .blog-top .archive-dropdown option + option { display: block; }
	.blog-listing .search-form { margin-left: auto; width: 210px; }
	.blog-listing .search-form form { display: flex; flex-wrap: wrap; }
	.blog-listing .search-form form input[type="text"] { padding: 0 10px; width: calc(100% - 25px); color: #1e1e1e; font-weight: 400; background: #eeeeee; }
	.blog-listing .search-form form #newssearchsubmit { padding: 0px; margin: 0px; width: 25px; height: 33px; font-size: 0px; line-height: 0px; background: url(images/search-icon1.svg) center right no-repeat; background-size: 17px auto; }
	.blog-listing ::-webkit-input-placeholder { color: #0768bb !important; opacity: 1 !important; }
	.blog-listing ::-moz-placeholder { color: #0768bb !important; opacity: 1 !important; }
	.blog-listing :-ms-input-placeholder { color: #0768bb !important; opacity: 1 !important; }
	.blog-listing :-moz-placeholder { color: #0768bb !important; opacity: 1 !important; }
	.blog-listing .hentry { padding: 49px 0px 30px; border-top: 2px solid #62acdd; }
	.blog-listing .hentry:nth-of-type(1) { border: 0px; }
	.blog-listing .hentry p { padding: 0px; font-size: 18px; line-height: 28px; color: #1E1E1E; }
	.blog-listing .hentry a { display: block; text-decoration: none; }
	.blog-listing .date_mete { padding-bottom: 7px; display: block; color: #BF5600; font-size: 14px; line-height: 18px; font-weight: 500; }
	.blog-listing .title { padding: 0px; font-size: 20px; line-height: 28px; color: #1E1E1E; font-weight: 500; }
	.blog-listing .hentry .btn { margin-top: 25px; display: table; }
	.blog-listing.news-page-template {  }
	.blog-listing.news-page-template .hentry a { display: inline; color: #BF5600; }
	.blog-listing.news-page-template .hentry a:hover { text-decoration: underline; }
	.blog-listing.news-page-template .hentry p { padding-bottom: 15px; }
	.blog-listing.news-page-template .hentry:nth-of-type(1) { padding-top: 5px; }
	
	#content-part .wp-pagenavi { padding: 29px 0px 0px; text-align: center; }
	#content-part .wp-pagenavi .pages { display: none; }
	#content-part .wp-pagenavi a, #content-part .wp-pagenavi span { margin: 0px; border: 0px; font-size: 20px; line-height: 26px; color: #000; opacity: 0.9; }
	#content-part .wp-pagenavi span.current { font-weight: 900; }
	
	.law-content-bar { padding: 42px 0px 29px; font-size: 18px; line-height: 24px; }
	.law-content-bar .wrapper { max-width: 1122px; }
	.law-content-bar h2, .law-content-bar h3, .law-content-bar h4 { padding-bottom: 12px; color: #1A4893; font-size: 30px; line-height: 36px; }
	.law-content-bar h2 a, .law-content-bar h3 a, .law-content-bar h4 a { color: #BF5600; text-decoration: none; } 
	.law-content-bar h2 a:hover, .law-content-bar h3 a:hover, .law-content-bar h4 a:hover { text-decoration: underline; }
	.law-content-bar p a, .law-content-bar li a { color: #BF5600; text-decoration: none; }
	.law-content-bar p a:hover, .law-content-bar li a:hover { text-decoration: underline; }
	.law-content-bar ul, .law-content-bar ol { padding: 0 0px 15px 56px; }
	.law-content-bar p + ul, .law-content-bar p + ol { margin-top: -5px; }
	.law-content-bar ul li, .law-content-bar ol li { padding-bottom: 10px; }
	.law-content-bar ul ul,
	.law-content-bar ul ol,
	.law-content-bar ol ol,
	.law-content-bar ol ul { padding-top: 7px; }
	
	.laws-and-program-bar { padding: 46px 0px 10px; color: #ffffff; font-size: 18px; line-height: 24px; background: #0768bb; }
	.laws-and-program-bar .wrapper { max-width: 1122px; }
	.laws-and-program-bar h3 { padding-bottom: 32px; font-size: 30px; line-height: 36px; color: #ffffff; }
	.laws-and-program-bar .text { padding-bottom: 20px; margin-top: -20px; }
	.laws-and-program-bar p a { color: #fff; text-decoration: underline; }
	.laws-and-program-bar p a:hover { text-decoration: none; }
	.laws-and-program-bar .repeat { padding-bottom: 5px; }
	.laws-and-program-bar .links-wrap { margin: 0 -30px; }
	.laws-and-program-bar .links-wrap .links-repeat { padding: 0 30px 38px; width: 33.33333%; }
	.laws-and-program-bar .links-wrap .links-repeat a { padding-bottom: 17px; border-bottom: 2px solid #4ba0d8; display: block; width: 100%; font-size: 20px; line-height: 22px; color: #FFFFFF; font-weight: 500; text-decoration: none; }
	
	.cases-and-recognition-bar { padding: 35px  0px 7px; }
	.cases-and-recognition-bar .wrapper { max-width: 1242px; }
	.cases-and-recognition-bar .top-content { padding: 0px 0px 11px; text-align: center; }
	.cases-and-recognition-bar h3 { font-size: 30px; line-height: 36px; font-weight: 500; color: #1A4893; }
	.cases-and-recognition-bar h3 strong { padding-bottom: 1px; font-weight: 900; display: block; }
	.cases-and-recognition-bar h3 a { color: #BF5600; text-decoration: none; }
	.cases-and-recognition-bar h3 a:hover { text-decoration: underline; }
	.cases-and-recognition-bar .inner { padding: 31px 20px 5px 40px; min-height: 285px; font-size: 18px; line-height: 27px; color: #1e1e1e; position: relative; background: #FCFCFC; }
	.cases-and-recognition-bar .inner:before { content: ""; width: 1px; height: calc(100% - 38px); position: absolute; top: 20px; left: 19px; background: #1A4893; }
	.cases-and-recognition-bar .inner p a { text-decoration: none; color: #BF5600; }
	.cases-and-recognition-bar .inner p a:hover { text-decoration: underline; }
	.cases-and-recognition-bar .inner h5 { padding-bottom: 1px; font-size: 22px; line-height: 27px; color: #1A4893; font-weight: 700; }
	.cases-and-recognition-bar .inner h5 a { text-decoration: none; color: #BF5600; }
	.cases-and-recognition-bar .inner h5 a:hover { text-decoration: underline; }
	.cases-and-recognition-bar .tile-slider:not(.slick-initialized) .repeat:not(:nth-of-type(1)) { display: none; }
	.cases-and-recognition-bar .tile-slider { padding: 0 72px; }
	.cases-and-recognition-bar .repeat { padding: 0 10px; }
	.cases-and-recognition-bar .slick-arrow { margin-top: -28px; cursor: pointer; width: 30px; height: 56px; border: 0px; position: absolute; top: 50%; color: #C2C2C2; transition: all 350ms; -webkit-transition: all 350ms; background: none; }
	.cases-and-recognition-bar .slick-arrow:hover { color: #0768bb; }
	.cases-and-recognition-bar .slick-arrow.slick-prev { left: 0px; }
	.cases-and-recognition-bar .slick-arrow.slick-next { right: 0px; }
	
	.page-id-332 .cases-and-recognition-bar .inner { min-height: 650px; }
	.page-id-316 .cases-and-recognition-bar .inner { min-height: 694px; }
	.page-id-309 .cases-and-recognition-bar .inner { min-height: 555px; }
	 
.common-error { text-align: center; min-height: calc(100vh - 360px); background-size: 50% auto; background-repeat: no-repeat; background-position: bottom left; }
.common-bar.common-error .left-part.full-width { padding-top: 0px; }
.error-content { padding: 40px 0px; color: #f00; text-align: center; }

#footer { padding: 36px 0px 30px; color: #ffffff; font-size: 14px; line-height: 22.4px; width: 100%; background: #1A4893; }
#footer .wrapper { max-width: 1240px; }
#footer .footer-logo { padding-top: 2px; width: 57px; }
#footer .footer-logo a { display: table; }
#footer .right { padding: 4px 30px 0px 0px; margin-left: auto; text-align: right; }
#footer .address { padding: 0px 0px 0px 30px; }
#footer .address p { padding-bottom: 7px; font-size: 12px; line-height: 18px; font-weight: 300; letter-spacing: 0.497778px; }
#footer .address p strong { color: #ffffff; font-weight: 900; }
#footer .address p a { color: #ffffff; }
#footer .address p.linkedin { padding: 8px 0px 15px; font-weight: 400; }
#footer .address p.linkedin a { padding: 3px 0px 3px 27px; display: block; background: url(images/linkedin.svg) top 50% left 0px no-repeat; background-size: 18px auto; }
#footer .menu { padding: 0px 0px 16px; margin: 0px; list-style-type: none; font-weight: 900; font-size: 12px; line-height: 22px; letter-spacing: 0.497778px; color: #FFFFFF; }
#footer .menu li { display: inline-block; vertical-align: top; }
#footer .menu li:not(:nth-of-type(1)):before { content: "|"; padding: 0 7px 0px 5px; display: inline-block; top: 0px; }
#footer .menu li a { color: #FFFFFF; }
#footer .right .copyright { padding: 0px; font-size: 12px; line-height: 18px; letter-spacing: 0.414815px; color: #FFFFFF; font-weight: 300; }

.wpcf7-form br { display: none; }
.wpcf7-form p { padding: 0px !important; margin: 0px; overflow: hidden; }
.wpcf7-form .wpcf7-form-control-wrap.your-message { clear: both; overflow: hidden; display: block; width: 100%; } 

/* Captions */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 20px; }
.wp-caption { padding: 0; text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; width: 100% !important; border-top: 5px solid #002d56; }
.wp-caption p.wp-caption-text { padding: 12px 0px 0; font-size: 16px; line-height: 22px; margin: 0; }
/* End captions */

table .alignleft{ float:left; width:100%}
table .alignright{ float:left; width:100%}
table .alignnone{ float:left; width:100%}
table{    border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px;  table-layout: fixed; width: 100%; margin-bottom: 15px; }

::-webkit-input-placeholder { color: #0768bb; opacity: 1 !important; }
::-moz-placeholder { color: #0768bb; opacity: 1 !important; }
:-ms-input-placeholder { color: #0768bb; opacity: 1 !important; }
:-moz-placeholder { color: #0768bb; opacity: 1 !important; }

th, td{ padding:0.2em 0.4em; vertical-align: top; }
th p , td p { padding: 0px; }
th, td img{ margin:0px!important}
td img{ width:100%}
.wpcf7-form-control-wrap.your-phone { width: 46.1%; float: left; }
.wpcf7-form-control-wrap.interest { width: 46.6%; float: right; }
select, input, textarea, button { -webkit-appearance: none; border-radius: 0px; -webkit-border-radius: 0px; }
select, input[type="text"], input[type="email"], input[type="tel"], textarea { padding: 0 15px; border: 1px solid #dbecf6; height: 33px; background: #dbecf6; display: block; width: 100%; font-size: 16px; color: #0768bb; -webkit-appearance: none; border-radius: 0px; -webkit-border-radius: 0px; font-family: 'Gotham'; font-weight: 400;  }
select { padding: 0 27px; background: #ffffff; background-size: 14px auto; cursor: pointer; -webkit-appearance: none; appearance: none; -ms-appearance: none; -moz-appearance: none; -o-appearance: none; }
input[type="reset"] , input[type="submit"] { border: 0; padding: 12px 30px; margin: 19px 0 0; text-transform: uppercase; cursor: pointer; font-size: 12px; line-height: 14px; font-weight: 900; display: inline-block; vertical-align: top; text-decoration: none; color: #fff; text-align: center; background: #BF5600; letter-spacing: 1px; transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); -webkit-transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); -moz-transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); -ms-transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); -o-transition: all .4s cubic-bezier(0.8, 0, 0.22, 1); -webkit-appearance: none; appearance: none; }
input[type="reset"]:hover , input[type="submit"]:hover { color: #fff; background: #0768bb; }
input:focus, textarea:focus { outline: none; }
textarea { height: 191px; padding: 23px 23px; resize: none; }
.wpcf7 br { display: none; }
.wpcf7 span.wpcf7-not-valid-tip { display: none; }
select.wpcf7-not-valid, input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, textarea.wpcf7-not-valid { border-color: #f00; }
div.wpcf7 .ajax-loader { display: none !important; }
div.wpcf7 .wpcf7-response-output { padding: 25px 0 0; margin: 0px; border: 0px; color: #f00; }

.wpcf7 { padding-bottom: 30px; max-width: 650px; }
.wpcf7 label { padding: 15px 0px 2px; display: block; }
.wpcf7 select, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea { padding: 0 15px; height: 44px; border-color: #eeeeee; color: #1e1e1e; background: #eeeeee; }
.wpcf7 select.wpcf7-not-valid, .wpcf7 input[type="text"].wpcf7-not-valid, .wpcf7 input[type="email"].wpcf7-not-valid, .wpcf7 input[type="tel"].wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid { border-color: #f00; }
.wpcf7 textarea { padding: 15px; height: 120px; }
.wpcf7 .wpcf7-spinner { margin: 15px 0px 0px; display: none; }
.wpcf7 .submitting .wpcf7-spinner  { display: table; }
#content-part .wpcf7 form .wpcf7-response-output { margin: 0px; padding: 30px 0px 0px; border: 0px; }

#wrapper.open-mobile-nav { overflow: hidden; }

a.menuToggle {transition: all 350ms; -webkit-transition: all 350ms; -ms-transition: all 350ms; -o-transition: all 350ms; height: 50px; display: block; text-decoration: none; text-align: right; background: none; width: 50px; z-index: 10; position: relative; margin:0 -12px 0 0; display: none; font-size: 0px; line-height: 0px; font-family: 'peachy_keen_jfregular'; font-size: 20px; line-height: 50px; color: #fff; text-transform: uppercase; letter-spacing: 1px; }
a.menuToggle span { width: 26px; height: 2px; display: block; position: absolute; left: 12px; top: 27px; background: #1A4893; transition: all 0.3s; -webkit-transition: all 0.3s; z-index:9999;}
a.menuToggle span:after { width: 26px; height: 2px; position: absolute; left: 0px; top: -9px; content:''; background: #1A4893; transition: all 0.3s; -webkit-transition: all 0.3s;} 
a.menuToggle span:before { width: 26px; height: 2px; position: absolute; left: 0px; bottom: -9px; content:''; background: #1A4893; transition: all 0.3s; -webkit-transition: all 0.3s;}
a.menuToggle.is-active span{ background: transparent; }
a.menuToggle.is-active span:after { transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 0; border-radius: 0px; -webkit-border-radius: 0px; }
a.menuToggle.is-active span:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); bottom: 0px; border-radius: 0px; -webkit-border-radius: 0px; }

.alignright { float: right; margin: 6px 0px 10px 20px; max-width: 50%; }
.alignleft, .alignnone { float: left; margin: 6px 20px 10px 0px; }
.aligncenter { float: none; margin: 5px auto 10px; display: block; }

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:0;
    height:0;
    overflow:hidden;
    text-decoration: none;
    z-index:-999;
	transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
}
a.skip-main:focus, a.skip-main:active {
    color: #262847;
    background-color:#dbecf6;
    left: auto;
    top: 0 !important;
    width: 150px;
    height: auto;
    overflow:auto;
    padding:10px;
    margin: 0 !important;
    border:2px solid #0768bb;
    text-align:center;
    font-size:14px;
	line-height: 16px;
	font-weight: 500;
    z-index:99991;
}

.about-page-banner-img { padding: 0px 10px; }
.about-page-banner-img img { width: 100%; }

body.page-id-316 .news-banner-bar { background-position: top 72.2% center; }

.common-bar.sitemap-page { background: url(images/mark.svg) top 550px right -80px no-repeat; }
.common-bar.sitemap-page .left-part.full-width { padding-top: 3px; }
.common-bar.sitemap-page .wrapper { max-width: 1280px; min-width: 1280px; }
.common-bar.sitemap-page .cs-site-map { flex-wrap: nowrap; justify-content: space-between; }
.common-bar.sitemap-page h3 { padding: 0px 0px 23px; margin: 0px 0px 19px; position: relative; text-align: center; color: #1A4893; font-size: 28px; line-height: 34px; font-weight: 600; }
.common-bar.sitemap-page h3:after { content: ""; display: block; width: calc(100% - 194px); height: 1px; position: absolute; bottom: 0px; left: 97px; background: #0768BB; }
.common-bar.sitemap-page h3 a { color: #1A4893; text-decoration: none; }
.common-bar.sitemap-page h3 a.is-home { margin: 0px auto; display: table; position: relative; left: 23px; }
.common-bar.sitemap-page h4 { padding: 0px; color: #1A4893; font-weight: 600; }
.common-bar.sitemap-page h4 a { position: relative; font-size: 14px; line-height: 16px; color: #FFFFFF; display: flex; align-items: center; justify-content: center; width: 195px; height: 40px;  text-decoration: none; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.23)); }
.common-bar.sitemap-page h4 a span { display: flex; align-items: center; justify-content: center; width: 195px; height: 40px;  text-decoration: none; clip-path: polygon(18px 1%, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px); background-color: #1A4893; }
.common-bar.sitemap-page h4 a:after { content: ""; display: block; position: absolute; bottom: 100%; left: 50%; width: 1px; height: 20px; background: #0768BB; }
.common-bar.sitemap-page ul { padding: 35px 0px 0px 13px; margin: 0px; position: relative; font-weight: 900; font-size: 12px; line-height: 13px; color: #1D4993; list-style-type: none; }
.common-bar.sitemap-page ul:before { content: ""; display: block; position: absolute; top: 0px; left: 4px; width: 1px; height: calc(100% - 186px); background: #0768BB; }
.common-bar.sitemap-page ul.is-bottom-line:before { height: calc(100% - 27px); }
.common-bar.sitemap-page ul ul:not(.is-space-0) { padding-top: 0px; }
.common-bar.sitemap-page ul li:last-child { padding-bottom: 0px; }
.common-bar.sitemap-page ul li { padding-bottom: 0px; }
.common-bar.sitemap-page ul li a { padding: 15px 25px; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; color: #1D4993; width: 210px; height: 53px; background: url(images/label-bg1.svg) center center no-repeat; background-size: 100% 100%; }
.common-bar.sitemap-page ul li a:after { content: ""; margin-top: -2px; display: block; position: absolute; top: 50%; right: calc(100% - 7px); width: 15px; height: 1px; background: #0768BB; }
.common-bar.sitemap-page ul li li a { font-weight: 600; }
.common-bar.sitemap-page ul li li li a { font-weight: 400; }
.common-bar.sitemap-page ul li ul.is-none { padding-top: 0px; list-style-type: none; }
.common-bar.sitemap-page ul li ul.is-none:before { height: calc(100% - 390px); top: -8px; left: 7px; }
.common-bar.sitemap-page ul li ul.is-none li a::after { width: 13px; }
.common-bar.sitemap-page ul li ul.is-none ul:before { top: -8px; left: 10px; height: calc(100% - 19px); }
.common-bar.sitemap-page ul li ul.is-none ul li a:after { width: 10px; }
.common-bar.sitemap-page ul li ul ul { list-style-type: none; font-weight: 500; }
.common-bar.sitemap-page ul li ul ul li a { position: relative; }

.common-bar.sitemap-page h3.is-space-top { padding-top: 70px; margin-bottom: 12px; }
.common-bar.sitemap-page h3.is-space-top:after { left: 103px; width: calc(100% - 206px); }
.common-bar.sitemap-page .is-style2 h4 a { padding: 15px; width: 210px; height: 53px; font-size: 14px; line-height: 14px; color: #1D4993; filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0)); background: url(images/label-bg1.svg) center center no-repeat; background-size: cover; background-color: transparent; }
.common-bar.sitemap-page .is-style2 h4 a:after { bottom: calc(100% - 7px); }
.common-bar.sitemap-page .is-style2 .col1 { margin: 0px -3px; }

.featured-img-print {display: none !important;}



