@font-face {
    font-family: 'flexslider-icon';
    src: url(/web/20220901035137im_/http://colomboprocess.org/templates/main/fonts/flexslider-icon.eot);
    src: url(/web/20220901035137im_/http://colomboprocess.org/templates/main/fonts/flexslider-icon.eot#iefix) format("embedded-opentype"),url(/web/20220901035137im_/http://colomboprocess.org/templates/main/fonts/flexslider-icon.woff) format("woff"),url(/web/20220901035137im_/http://colomboprocess.org/templates/main/fonts/flexslider-icon.ttf) format("truetype"),url(/web/20220901035137im_/http://colomboprocess.org/templates/main/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.flex-container a:hover,.flex-slider a:hover {
    outline: 0
}

.slides,.slides>li,.flex-control-nav,.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0;
    background: #fff;
    border: 0 solid #fff;
    position: relative;
    zoom:1;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2)
}

.flexslider .slides img {
    margin-bottom: 0
}

.flexslider .slides {
    zoom:1}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom:1;*display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity:1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5)
}

.fancybox-outer,.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
    background-image: url(/web/20220901035137im_/http://colomboprocess.org/templates/main/css/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/web/20220901035137im_/http://colomboprocess.org/templates/main/css/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/web/20220901035137im_/http://colomboprocess.org/templates/main/css/blank.gif);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/web/20220901035137im_/http://colomboprocess.org/templates/main/css/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0,0,0,0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
        background-image:url(/web/20220901035137im_/http://colomboprocess.org/templates/main/css/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(/web/20220901035137im_/http://colomboprocess.org/templates/main/css/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050
}

#fancybox-thumbs.bottom {
    bottom: 2px
}

#fancybox-thumbs.top {
    top: 2px
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: .5
}

#fancybox-thumbs ul li.active {
    opacity: .75;
    padding: 0;
    border: 1px solid #fff
}

#fancybox-thumbs ul li:hover {
    opacity: 1
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: 0
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: 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,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    -webkit-text-size-adjust: 100%
}

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

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

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

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Oxygen',sans-serif
}

header {
    border-top: 3px solid #0e6db0;
    background: #fff;
    border-bottom: 0;
    padding: 20px 0 0 0;
    min-height: 100px
}

.navigation {
    float: right;
    width: 65%
}

.top-nav {
    float: right;
    width: 100%
}

.top-nav a {
    color: #276c9d;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 8px;
    margin: 0 2px;
    float: right;
    line-height: 20px
}

.main-nav {
    float: right;
    width: 100%;
    clear: right;
    margin-top: 6px
}

.main-nav a {
    color: #6f6f6f;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px;
    margin-left: 5px;
    float: right
}

.sub-navigation a.login-button {
    float: right;
    padding: 2px 10px;
    line-height: 20px;
    background: #0e6db0;
    color: #fff;
    margin: 0 10px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.sub-navigation a.login-button:hover {
    background: #0674c1
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    background: #0c4b78
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.rslides figure {
    width: 80%;
    float: right;
    max-width: 780px
}

.slider-area {
    float: left;
    width: 100%;
    margin: 30px 0
}

.slider-area .caption {
    background: #0c4b78;
    width: 30%
}

.slider-area .caption-area {
    float: left;
    width: 31%;
    position: absolute;
    min-height: 468px;
    background: #0c4b78;
    transform: skewX(-3deg);
    -ms-transform: skewX(-3deg);
    -webkit-transform: skewX(-3deg)
}

.slider-area .captions {
    padding: 50px 25px 20px 25px;
    text-decoration: none;
    transform: skewX(3deg);
    -ms-transform: skewX(3deg);
    -webkit-transform: skewX(3deg)
}

.slider-area .captions {
    float: left
}

.slider-area .captions h1 {
    font-size: 21px;
    font-weight: 100;
    color: #fff;
    line-height: 30px;
    float: left;
    margin-bottom: 5px
}

.slider-area .captions time {
    font-size: 18px;
    color: #76b1da;
    float: left
}

.slider-area .captions p {
    font-size: 14px;
    color: #80a4bd;
    float: left;
    line-height: 21px;
    margin: 30px 0
}

.slider-area .captions a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #f32323;
    padding: 6px 15px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.callbacks_tabs {
    float: left;
    margin: -25px 0 0 0;
    width: 100%;
    z-index: 6;
    position: relative;
    padding: 0 15px
}

.callbacks_tabs li {
    float: right;
    margin: 0 2px
}

.callbacks_tabs li a {
    float: right;
    text-indent: -9999px;
    background: #fff;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.callbacks_tabs li.callbacks_here a {
    background: #f32323
}

p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 10px;
    color: #65696c
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-weight: 600;
    color: #0c4b78
}

h1 {
    font-size: 30px;
    line-height: 45px
}

h2 {
    font-size: 24px;
    line-height: 30px
}

h3 {
    font-size: 22px;
    line-height: 40px
}

h4 {
    font-size: 20px;
    line-height: 25px
}

h5 {
    font-size: 18px;
    line-height: 30px
}

h6 {
    font-size: 16px;
    line-height: 25px
}

.wysiwig {
    text-align: left;
    font-size: 14px;
    line-height: 20px
}

.column-1 {
    width: 8.33333333%;
    float: left
}

.column-2 {
    width: 16.66666667%;
    float: left
}

.column-3 {
    width: 25%;
    float: left
}

.column-4 {
    width: 33.33333333%;
    float: left
}

.column-5 {
    width: 41.66666667%;
    float: left
}

.column-6 {
    width: 50%;
    float: left
}

.column-7 {
    width: 58.33333333%;
    float: left
}

.column-8 {
    width: 66.66666667%;
    float: left
}

.column-9 {
    width: 75%;
    float: left
}

.column-10 {
    width: 83.33333333%;
    float: left
}

.column-11 {
    width: 91.66666667%;
    float: left
}

.column-12 {
    width: 100%;
    float: left
}

.padding-bottom {
    padding-bottom: 25px
}

a.accordion {
    background-color: #0c4b78;
    color: #444;
    cursor: pointer;
    padding: 10px 15px;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    transition: .4s;
    color: #fff;
    display: block;
    text-transform: uppercase;
    position: relative;
    padding-right: 21px;
    font-size: 12px;
    font-weight: bold
}

a.accordion.active,button.accordion:hover {
    background-color: #1c6191
}

a.accordion.active {
    background-color: #d13d3d
}

a.accordion:after {
    content: '►';
    font-size: 10px;
    color: #fff;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 10px;
    right: 0
}

.sidebar>a.accordion:after {
    right: 10px
}

a.accordion.active:after {
    content: "▼"
}

div.panel {
    background-color: #f2f2f2;
    max-height: 0;
    overflow: hidden;
    transition: .5s ease-in-out;
    opacity: 0
}

div.panel div.panel {
    margin: 0;
    margin-right: -13px
}

div.panel div.panel a {
    border-bottom: 1px dashed #869dad
}

div.panel div.panel a:last-child {
    border: 0
}

div.panel.show {
    opacity: 1;
    max-height: 900px
}

.links-cover {
    padding: 10px 15px;
    text-transform: capitalize
}

.links-cover a {
    display: block;
    padding: 10px 10px 10px 0;
    text-align: left;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    color: #565b5e;
    border-bottom: 1px solid #bdc4ca
}

.links-cover a.accordion.active {
    border: 0;
    color: #d13d3d
}

body {
    font-family: 'Oxygen',sans-serif
}

#wrapper {
    overflow: hidden
}

.main-banner {
    position: relative
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative
}

.main-navigation {
    margin: 10px 0 0 0
}

#main-header {
    border-top: 3px solid #0e6db0;
    font-size: 12px;
    text-transform: uppercase
}

.second-navigation {
    background: #d13d3d;
    font-size: 12px;
    font-weight: 400
}

.second-navigation,.second-navigation a {
    color: #fff
}

.second-navigation .left-section {
    float: left;
    padding: 10px 0
}

.second-navigation .right-section {
    float: right
}

.sub-navigation a {
    font-weight: 600;
    padding: 6px 7px;
    display: inline-block;
    color: #276c9d
}

.main-navigation a {
    padding: 5px 7px;
    display: inline-block;
    font-weight: bold;
    color: #6f6f6f;
    font-size: 13px
}

.head-right-section {
    float: right
}

.head-right-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.head-right-section ul li {
    display: inline-block;
    padding: 0 3px
}

.logo {
    float: left
}

.main-banner img {
    width: 100%;
    margin-bottom: -5px
}

.breadcrum {
    background: #f3f3f3;
    text-align: left;
    line-height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d6d6
}

.breadcrum a {
    display: inline-block;
    color: #61676b
}

.links {
    padding: 10px;
    display: inline-block;
    padding-left: 45px;
    text-transform: uppercase
}

.links.memo {
    background: url(/web/20220901035137im_/http://colomboprocess.org/images/mail-icon.png) 10px 10px no-repeat;
    font-weight: bold
}

.footer-bottom {
    background: #0c4b78;
    padding: 10px;
    color: #769db8;
    font-size: 12px;
    text-align: center
}

.footer-bottom a {
    font-size: 12px !important
}

.footer-right {
    float: right
}

.sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.sitemap ul li {
    display: inline-block
}

.sitemap ul li a {
    padding: 10px 5px;
    display: block
}

.footer-logo a {
    display: inline-block;
    padding: 10px
}

.footer-logo {
    text-align: right
}

.footer-top {
    padding: 25px 0;
    font-size: 12px
}

.footer-top .sitemap {
    text-transform: uppercase
}

.footer-top .sitemap a {
    color: #777e6e
}

.footer-left {
    float: left
}

.footer-left h6 {
    margin-bottom: 5px;
    text-transform: uppercase
}

.footer-left .footer-links {
    float: left;
    padding-right: 25px;
    text-align: left;
    width: 180px
}

.footer-left .footer-links.members-links {
    width: 360px
}

.footer-left ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-left ul li a {
    display: block;
    padding: 2px 0;
    color: #777e6e;
    margin: 3px 0
}

.footer-links.members-links ul li {
    width: 50%;
    float: left
}

#main-footer {
    border-top: 2px solid #126199
}

.contents {
    padding: 0
}

.banner-text-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.slider-text {
    position: absolute;
    top: 240px;
    left: 0;
    padding: 20px 15px 15px 15px;
    text-align: left;
    background: rgba(209,61,61,.79);
    text-transform: uppercase;
    min-width: 180px
}

.slider-text h6 {
    margin: 0;
    color: #fff;
    font-size: 15px
}

.slider-text h3 {
    line-height: 30px;
    margin: 0;
    color: #fff;
    font-weight: 200
}

.readmore {
    color: #f32323;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 3px;
    border-bottom: 1px solid #f32323;
    font-size: 11px
}

.links-cover a:last-child {
    border: 0
}

.sidebar {
    padding: 20px 0;
    padding-right: 20px
}

.links-cover a.accordion {
    background: none
}

.links-cover a.accordion:after {
    color: #d13d3d
}

.sidebar>a.accordion {
    margin-top: 8px
}

.sidebar .second-level {
    background: #fff
}

table.dataTable {
    font-size: 12px;
    margin: 20px 0 !important;
    margin-left: -4px !important
}

table.dataTable thead th,table.dataTable thead td {
    background: #0c4b78;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 13px;
    border: 3px solid #fff !important
}

table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td {
    border: 3px solid #fff !important;
    background: #e0e2e4
}

table.dataTable.no-footer {
    border-bottom: 0 !important
}

.description-section {
    border-bottom: 1px solid #ccc;
    padding: 20px 0 35px 0;
    margin-bottom: 20px
}

.description-section.no-border {
    border-bottom: 0
}

.description-section p {
    font-size: 15px;
    line-height: 25px
}

.tabsWithPointer {
    padding: 20px 0
}

.tabsWithPointer .resp-tabs-list li {
    background: #ccd1d5 !important;
    border: 0 !important;
    font-size: 14px;
    padding: 10px 20px !important
}

.tabsWithPointer .resp-tabs-list li.resp-tab-active {
    border: 0 !important;
    background: #29618a !important;
    color: #fff !important
}

.tabsWithPointer .resp-tabs-list li.resp-tab-active {
    position: relative
}

.tabsWithPointer .resp-tabs-list li.resp-tab-active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: #29618a;
    border-width: 12px;
    margin-left: -12px
}

.resp-tab-active {
    border: 1px solid #0c4b78 !important;
    border-top: 4px solid #0c4b78 !important
}

.tabsWithPointer .resp-tab-content {
    border: 0;
    padding: 15px 0
}

.start-time {
    padding: 5px 0;
    font-size: 14px;
    color: #6b757b;
    font-weight: bold
}

.start-time b {
    color: #d13d3d;
    font-weight: 700
}

h2.resp-accordion {
    font-size: 17px;
    line-height: 20px
}

.meeting-shedule {
    padding: 15px 25px;
    background: #f0f0f0;
    margin: 20px 0;
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding-right: 150px;
    position: relative;
    min-height: 153px
}

.meeting-shedule.full-wide {
    padding: 15px 25px
}

.meeting-shedule h5 {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2d3438
}

.meeting-shedule p {
    font-size: 12px;
    line-height: 18px
}

.join-meeting {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #d13d3d;
    color: #fff;
    padding: 30px 20px;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold
}

.widgets,.adress-details {
    background: #ccd9e2;
    padding: 20px;
    margin-bottom: 10px
}

.adress-details {
    border-radius: 5px;
    float: left;
    width: 48%;
    margin-right: 2%
}

.widgets h3,.adress-details h3 {
    font-size: 16px;
    font-family: Georgia,Times,Times New Roman,serif;
    font-weight: 400;
    margin: 0
}

.widgets p,.adress-details p {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 15px;
    line-height: 25px;
    font-style: italic;
    color: #3c576b
}

.buttons {
    padding: 5px 10px;
    text-align: center;
    display: block;
    background: #d13d3d;
    color: #fff;
    font-family: Georgia,Times,Times New Roman,serif;
    border-radius: 5px
}

.main-description {
    padding: 35px 0
}

.main-description p {
    font-size: 15px;
    line-height: 25px
}

.main-description .column-8 {
    padding-right: 20px
}

.text-section {
    padding: 20px 0
}

.dark-tabs {
    padding: 30px 0
}

.dark-tabs .resp-tab-content {
    background: #d8dbde;
    border: 0;
    position: relative;
    padding: 20px 0
}

.dark-tabs .resp-tab-content:after {
    content: " ";
    position: absolute;
    width: 400%;
    height: 100%;
    left: -100%;
    background: #d8dbde;
    top: 0;
    z-index: -1
}

.dark-tabs .resp-tabs-list li {
    float: none
}

.dark-tabs .resp-tabs-list {
    text-align: right;
    position: relative
}

.dark-tabs .resp-tabs-list:after {
    content: " ";
    position: absolute;
    width: 400%;
    height: 100%;
    left: -100%;
    background: #29618a;
    top: 0;
    z-index: -1
}

.dark-tabs .resp-tabs-list li {
    border: 0 !important;
    background: none !important;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px !important;
    font-size: 12px
}

.dark-tabs .resp-tabs-list li.resp-tab-active {
    border-bottom: 4px solid #d8dbde !important
}

.button-bar {
    padding: 30px 0
}

.button {
    padding: 5px 20px;
    background: #e33a3a;
    color: #fff;
    border-radius: 5px
}

.right-align {
    float: right
}

.checkbox-cover {
    padding: 10px;
    float: left;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

.checkbox-cover>div {
    padding: 5px
}

.checkbox-cover>div label {
    padding-left: 10px
}

.form-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #555
}

.right-padding {
    padding-right: 20px
}

.black-text h6 {
    color: #2d3438;
    font-size: 18px
}

.border-bottom {
    border-bottom: 1px solid #ccc
}

.no-paddings {
    padding: 0 !important
}

.paddings-20 {
    padding: 20px 0 0 0 !important
}

.paddings-10 {
    padding: 10px 0 0 0 !important
}

.country-contact .country-header {
    padding: 20px 0;
    position: relative;
    margin-bottom: 10px
}

.country-contact .country-header h5 {
    margin: 0
}

.country-contact .country-header .flags img {
    padding: 0 10px
}

.new-memo-button {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url(/web/20220901035137im_/http://colomboprocess.org/images/memo.png) center no-repeat;
    z-index: 999;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(000,000,000,0.5);
    box-shadow: 0 0 10px 0 rgba(000,000,000,0.5);
    border: 4px solid #3670b5;
    display: none
}

.new-memo-button .number {
    position: absolute;
    left: -10px;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
    background: #f73e3e;
    color: #fff;
    border-radius: 100%;
    text-align: center
}

.mobile-sidebar {
    position: fixed;
    height: 100%;
    width: 270px;
    right: -270px;
    top: 0;
    z-index: 9999;
    background: #0c4b78;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-top: 50px
}

.mobile-sidebar.active {
    right: 0
}

.mobile-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}

.mobile-sidebar ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-bottom: 1px solid #3f81b1
}

.mobile-sidebar ul.main-menu li a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600
}

.mobile-sidebar ul.main-menu {
    background: #1b659a
}

.mobile-menu {
    position: absolute;
    top: -5px;
    right: -6px;
    width: 40px;
    height: 40px;
    background: url(/web/20220901035137im_/http://colomboprocess.org/images/burger.png) no-repeat center;
    display: none
}

.menu-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    color: #fff;
    text-align: left;
    font-size: 19px;
    background: url(/web/20220901035137im_/http://colomboprocess.org/images/right-arrow.png) #da6565 right center no-repeat;
    font-weight: 600
}

.fader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: none
}

.country-header.left-side-flag {
    padding-left: 90px
}

.country-header.left-side-flag .country-flag {
    position: absolute;
    left: 0;
    top: 10px
}

.country-cover {
    padding: 0 0 20px 0
}

.media-center-cover {
    padding-bottom: 40px
}

.media-sidebar {
    padding-left: 20px;
    padding-top: 20px
}

.media-sidebar h5 {
    padding-bottom: 10px;
    border-bottom: 4px solid #cecece
}

.media-sidebar .events ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
}

.media-sidebar .events ul li a {
    display: block;
    padding: 10px 0 0;
    color: #2f5d83;
    font-family: Georgia,Times,Times New Roman,serif;
    font-style: italic;
    font-size: 16px
}

.media-sidebar .events ul li {
    border-bottom: 1px solid #cecece
}

.media-sidebar .events ul li small {
    padding: 6px 5px 0 0;
    float: left
}

.news-links {
    margin-top: 20px
}

.news-links h3 {
    line-height: 20px
}

.news-links ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.news-links ul li a {
    padding: 10px 0;
    display: block;
    font-family: Georgia,Times,Times New Roman,serif;
    color: #3c576b;
    font-size: 14px
}

.news-links ul li a span {
    display: block;
    color: #222;
    font-size: 13px
}

.meeting-cover {
    padding: 20px 0
}

.meeting {
    padding: 20px;
    width: 48%;
    margin: 0 2% 2% 0;
    background: #f0f0f0;
    Border-radius: 5px;
    border: 1px solid #e1e1e1;
    float: left
}

.meeting h5 {
    margin: 0
}

.meta-data {
    color: #6f6f6f;
    font-size: 13px;
    font-weight: 600
}

.input-box {
    border: 1px solid #ccd1d5;
    outline: 0;
    height: 24px;
    width: 100%;
    text-indent: 5px
}

textarea.input-box {
    min-height: 100px
}

.filter-cover {
    padding: 5px 0 20px
}

.input-cover {
    padding: 0 10px 10px 0
}

.btn {
    background: #0e6db0;
    color: #fff;
    border: 0;
    padding: 5px 20px;
    border-radius: 5px;
    text-transform: uppercase
}

.image-column img {
    width: 100%
}

.image-column {
    padding-right: 15px
}

.filter-cover .btn {
    margin-top: 39px
}

.assesments h6 {
    margin: 0
}

.assesments .meta-data {
    color: #7891a3;
    margin-bottom: 12px
}

.assesments {
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #ccc
}

.squere-button {
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: #d13d3d;
    float: right;
    border-radius: 6px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    white-space: normal
}

.filter-cover .form-text {
    padding-left: 10px
}

.load-other-countries+[data-readmore-toggle],.load-other-countries[data-readmore] {
    width: auto !important
}

.clear {
    clear: both;
    height: 0
}

.main-navigation .nav li.active>a {
    border-bottom: 2px solid #f32323
}

.main-navigation .nav li a:hover {
    border-bottom: 2px solid #f32323
}

.sub-navigation .nav li.active>a {
    border-bottom: 2px solid #f32323
}

.sub-navigation .nav li a:hover {
    border-bottom: 2px solid #f32323
}

.bottom-menu-sec {
    min-height: 35px;
    width: 100%;
    background-color: #0c466f
}

.bottom-nav {
    float: right
}

.bottom-nav a {
    color: #FFF;
    padding: 12px 10px 11px 10px;
    display: block
}

.bottom-nav ul li {
    display: inline-block;
    font-size: 12px
}

.bottom-nav a:hover {
    background-color: #f32323
}

.bottom-nav .nav li.active a {
    background-color: #f32323
}

.inner-banner {
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.banner-title {
    background-color: #0c4b78;
    background-color: rgba(12,75,120,0.8);
    position: absolute;
    font-weight: normal
}

.banner-title h1 {
    font-size: 21px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: normal;
    margin: 0
}

.banner-title span {
    display: block
}

.breadcrumb-sec {
    min-height: 40px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #d3d3d3
}

.breadcrumb {
    padding: 11px 3px;
    line-height: 18px
}

.breadcrumb li {
    float: left;
    color: #61676b;
    margin-right: 3px;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 2px
}

.breadcrumb li:last-child:after {
    content: ''
}

.breadcrumb li a {
    color: #61676b
}

.breadcrumb li a,.divider {
    font-weight: bold
}

.breadcrumb li {
    font-weight: bold
}

.about-overview-top {
    padding-top: 30px
}

.common-left-content-area {
    width: 70%;
    float: left;
    border-right: 1px solid #c4c2c2;
    padding-right: 20px
}

.common-left-content-area em {
    font-style: italic;
    font-size: 12px
}

.common-left-content-area p a {
    color: #3aa0e8
}

.common-sidebar {
    width: 30%;
    float: right;
    padding-left: 8px
}

.read-more {
    color: #f32323;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    padding-bottom: 1px;
    border-bottom: 1px solid
}

.overview-chairperson-message {
    background-color: #e7e7e7;
    padding: 10px 25px 25px 10px;
    margin-top: 40px;
    position: relative
}

.overview-chairperson-message img {
    float: left;
    width: 40%;
    padding-right: 25px;
    padding-bottom: 20px
}

.overview-chairperson-message h5 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 26px
}

.overview-chairperson-message p {
    font-size: 18px;
    color: #44484a;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    line-height: 28px !important;
    min-height: 215px
}

.overview-chairperson-message p:before {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/quote.png');
    position: relative;
    top: -15px
}

.overview-upcoming-meetings {
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
    padding-left: 20px
}

.overview-upcoming-meetings h4 {
    border-bottom: 3px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 0
}

.overview-upcoming-meetings span {
    width: 100%;
    height: 3px;
    background-color: #cecece;
    display: block
}

.overview-upcoming-meetings ul {
    margin-top: 10px
}

.overview-upcoming-meetings ul li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #2f5d83;
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic
}

.overview-upcoming-meetings ul li p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #2f5d83;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic
}

.description-section .button-bar.paddings-20 {
    padding: 5px 0 0 0 !important
}

.system-messages-alerts {
    min-width: 240px;
    position: absolute;
    right: 135px;
    z-index: 10
}

.alert h4 {
    margin-bottom: 5px
}

.error {
    color: #f43a55;
    font-size: 11px
}

.overview-upcoming-meetings ul li a {
    color: #2f5d83
}

.overview-upcoming-meetings ul li:last-child {
    border-bottom: 0
}

.about-overview-bottom-item {
    width: 31%;
    float: left;
    margin-right: 22px;
    margin-bottom: 40px;
    min-height: 505px
}

.about-overview-bottom-item img {
    width: 100%;
    padding-bottom: 15px
}

.about-overview-bottom-item h4 {
    text-transform: uppercase
}

.read-more.explore {
    float: none;
    margin-top: 25px
}

.about-overview-bottom {
    margin-top: 40px
}

.overview-members {
    margin-top: 35px;
    padding-left: 15px
}

.overview-members a {
    margin-right: 7px;
    margin-bottom: 7px;
    display: inline-block
}

.overview-members a:nth-of-type(3n) {
    margin-right: 0
}

.top-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.margin-top-30 {
    margin-top: 30px
}

.message-from-chair-in img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px
}

.margin-none {
    margin: 0
}

.message-from-chair-in-bottom {
    margin-top: 30px
}

.inner-para-separator {
    margin-top: 30px
}

.leaderdership-name-item {
    background-color: #126199;
    width: 46%;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #FFF
}

.leaderdership-name-item a {
    color: #FFF;
    display: block;
    padding: 10px 25px;
    line-height: 22px
}

.leaderdership-name-item:hover a {
    background-color: #063d64
}

.leaderdership-name-list {
    padding-top: 30px
}

.link-list {
    background-color: #eee;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-top: 40px
}

.link-list a {
    float: left;
    width: 31%;
    color: red;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    margin-right: 10px;
    margin-right: 20px;
    text-decoration: underline;
    min-height: 32px;
    margin-bottom: 10px
}

.link-list a:hover {
    text-decoration: none
}

.link-list a:nth-of-type(3n) {
    margin-right: 0
}

.duration-sec {
    border-bottom: 1px solid #999;
    margin-bottom: 15px
}

.duration-sec p {
    display: inline-block
}

.duration-sec p.duration-item {
    margin-right: 30px;
    min-width: 144px
}

.duration-sec span {
    font-weight: bold;
    margin-right: 10px
}

.duration-line {
    border-bottom: 1px solid #999;
    margin-bottom: 15px
}

.project-program-item {
    border: 1px solid #d9d9d9;
    padding: 20px
}

.project-program-item h4 {
    color: #464646;
    font-size: 18px
}

.project-program-sec {
    margin-top: 30px
}

.achievement-item {
    width: 31%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

.achievement-item:nth-of-type(3n) {
    margin-right: 0
}

.achievement-item img {
    width: 100%
}

.achievement-item h5 {
    color: #464646;
    margin-top: 10px
}

li.resp-tab-active {
    border: 0 !important
}

.resp-tab-content {
    border: 0 !important
}

.horizontal-tab-list {
    border-bottom: 2px solid #126199;
    font-size: 20px;
    color: #126199
}

.horizontal-tab-list li {
    font-size: 20px !important;
    background: none !important
}

.horizontal-tab-list li.resp-tab-active {
    color: #f32323;
    border-bottom: 5px solid #f32323 !important;
    position: relative;
    top: 2px
}

.horizontal-tab-list li.resp-tab-active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f32323;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px
}

.horizontal-tab-list li.pub-tab-active {
    color: #f32323;
    border-bottom: 5px solid #f32323 !important;
    position: relative;
    top: 2px
}

.horizontal-tab-list li.pub-tab-active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f32323;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px
}

.resp-tabs-list li a {
    color: #126199
}

.resp-tab-content {
    padding: 30px 0 !important
}

.members-vertical-inner.resp-tab-content {
    padding: 15px 0 30px 30px !important
}

.members-horizontal-inner .resp-vtabs li.resp-tab-active {
    border: 0 !important;
    margin-bottom: 0 !important;
    color: #f32323;
    border-right: 4px solid #f32323 !important;
    position: relative;
    margin-right: -3px !important
}

.members-horizontal-inner .resp-vtabs li.resp-tab-active span {
    color: #f32323 !important
}

.members-horizontal-inner .resp-vtabs li.resp-tab-active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #f32323;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px
}

.members-horizontal-inner .resp-vtabs ul.resp-tabs-list {
    width: 24% !important;
    background-color: #f5f5f5;
    border-right: 3px solid #0c4b78
}

.members-horizontal-inner .resp-vtabs .resp-tabs-container {
    width: 76% !important;
    border: 0
}

.members-horizontal-inner .resp-vtabs .resp-tabs-list li {
    padding: 0 !important;
    height: 50px;
    margin: 0;
    background: none !important
}

.flag-list-item {
    float: left;
    background-color: #e7e7e7;
    padding: 8px
}

.members-horizontal-inner .resp-vtabs .resp-tabs-list li:last-of-type .flag-list-item {
    padding-bottom: 20px
}

.flag-list-item img {
    width: 48px
}

.members-horizontal-inner .resp-vtabs .resp-tabs-list li span {
    border-bottom: 1px solid #b3b3b3;
    display: block;
    padding: 15px 20px;
    margin: 0 5px;
    float: right;
    width: 68%;
    font-size: 18px;
    color: #5b5b5b;
    font-weight: 400
}

.members-horizontal-inner .resp-vtabs .resp-tabs-list li:last-of-type span {
    border-bottom: 0
}

.members-horizontal-inner p {
    margin-bottom: 15px
}

.members-content-right {
    float: right;
    width: 30%
}

.members-content-middle-wysywig {
    float: left;
    width: 70%;
    padding-right: 20px
}

.members-right-flag {
    width: 57%;
    float: left
}

.members-right-flag img {
    width: 100%
}

.members-right-flag-logo {
    width: 37%;
    float: right
}

.members-right-flag-logo img {
    width: 100%
}

.members-contact-details {
    background-color: #e7e7e7;
    padding: 14px 20px;
    padding-bottom: 20px;
    margin-top: 15px
}

.members-contact-details h4 {
    color: #363636;
    font-weight: 400
}

.members-contact-details span {
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
    color: #606060;
    display: block
}

.members-contact-details p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px
}

.members-details-box {
    border: 1px solid #a5a5a5;
    padding: 14px 20px;
    margin-top: 20px
}

.members-details-box span {
    font-weight: bold;
    display: block;
    font-size: 12px;
    line-height: 21px;
    color: #8a8a8a;
    padding: 10px 0
}

.members-details-box strong {
    color: #363636;
    font-weight: 700;
    margin-right: 5px
}

.members-content-middle-wysywig h6,.members-content-full-wysywig h6 {
    color: #545454;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

table {
    width: 100%;
    border: 0;
    font-size: 12px;
    text-align: left;
    margin-bottom: 30px
}

table,th,td {
    border: 4px solid white
}

table tr th {
    background-color: #0c4b78 !important;
    color: #FFF;
    text-transform: uppercase;
    padding: 6px 10px;
    font-weight: bold
}

table tr td {
    font-weight: bold;
    background-color: #e0e2e4;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #747272
}

table tr td p {
    font-weight: bold;
    background-color: #e0e2e4;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    color: #747272
}

.description-section table tr td {
    font-weight: bold;
    background-color: #e0e2e4;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #747272
}

.description-section table tr td p {
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #e0e2e4;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    color: #747272
}

.right-panel .description-section table tr td {
    font-weight: bold;
    background-color: #e0e2e4;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #747272
}

.right-panel .description-section table tr td p {
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #e0e2e4;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    color: #747272
}

.wysiwig .description-section table p a {
    text-decoration: none;
    color: #1a7ec6 !important
}

table a {
    color: #f32323;
    text-transform: uppercase;
    text-decoration: underline
}

table tr td ul {
    padding: 0 0 0 25px
}

table tr td ul li {
    list-style: square;
    width: 100%;
    clear: left;
    color: #747272
}

.alert-message h4 {
    margin-bottom: 5px
}

.meeting-module small {
    color: #65696c;
    font-size: 11px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic
}

.overview-upcoming-meetings ul li small {
    float: left;
    line-height: 13px;
    clear: left;
    color: #65696c;
    font-size: 11px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic
}

.overview-upcoming-meetings ul li span {
    float: left;
    clear: left
}

table a.url {
    position: relative;
    padding-left: 29px;
    display: block;
    margin-bottom: 5px
}

.url:before {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/url.png');
    position: absolute;
    top: -7px;
    left: 0
}

table a.download {
    position: relative;
    padding-left: 29px;
    display: block;
    margin-bottom: 5px
}

.download:before {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/download.png');
    position: absolute;
    top: -7px;
    left: 0
}

.members-content-full-wysywig {
    width: 100%;
    float: left
}

.members-publicatin-report h5 {
    color: #545454
}

.members-publicatin-report-item {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin: 10px 0 28px 0;
    min-height: 160px
}

.members-publicatin-report-item img {
    width: 24%;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    border: 1px solid #d4d4d4
}

.members-publicatin-report-item h6 {
    font-size: 12px;
    color: #555;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: capitalize
}

.members-publicatin-report-item span {
    font-size: 10px;
    color: #868686;
    font-weight: 700;
    display: block;
    margin-bottom: 20px
}

.btn-download {
    font-size: 10px;
    color: #FFF !important;
    background-color: #f32323;
    padding: 4px 8px;
    border-radius: 5px
}

.btn-link {
    background-color: #145e93 !important
}

.only-upcoming-meetings {
    border-bottom: 0 !important
}

.meetings-item {
    width: 48%;
    float: left;
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 35px;
    border: 1px solid #c7c7c7
}

.meetings-item:nth-child(2n) {
    margin-left: 2%
}

.meetings-item:nth-child(2n+1) {
    margin-right: 2%
}

.meetings-item h1 {
    color: #61676b;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 30px
}

.meetings-item h1 a {
    color: #61676b
}

.meetings-item span {
    color: gray;
    font-size: 14px;
    margin-bottom: 5px;
    display: block
}

.meetings-item p {
    color: #61676b;
    font-size: 14px;
    line-height: 23px;
    font-weight: 700
}

.gray-section {
    background-color: #f3f3f3;
    border-top: 1px solid #c7c7c7
}

.meetings-section .common-left-content-area {
    border-right: 0
}

.col-half {
    float: left;
    width: 50%
}

.thumb-gallery {
    float: left
}

.thumb-gallery.image01 {
    width: 100%;
    margin-bottom: 10px
}

.thumb-gallery.image02 {
    width: 32%;
    margin-right: 10px
}

.thumb-gallery.image03 {
    width: 32%;
    margin-right: 10px
}

.thumb-gallery.image04 {
    width: 32%
}

.members-inner-top-content {
    padding-right: 40px
}

.button-bar .button {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 15px
}

.dark-tabs .button {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 15px
}

.dark-tabs .resp-tabs-list h4 {
    float: left;
    color: #feffff;
    font-size: 14px;
    margin: 0;
    line-height: 34px
}

.main-button {
    background-color: #f32323;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 15px;
    padding-right: 30px;
    border-radius: 4px;
    margin-top: 24px
}

.main-button:after {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/button-down-icon.png');
    position: absolute;
    margin-left: 5px;
    margin-top: -1px
}

.right {
    float: right
}

.left {
    float: left
}

.meeting-inner-top {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 40px
}

.download-pdf {
    width: 47%;
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #4b575e !important;
    padding-left: 30px;
    margin-bottom: 20px;
    margin-right: 3%
}

.download-pdf:hover {
    color: #d52626;
    text-decoration: underline
}

.download-pdf:before {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/download-pdf.png');
    position: absolute;
    margin-left: -30px;
    margin-top: -4px
}

.meeting-inner-middle h1 {
    margin-bottom: 35px
}

.right-panel {
    padding: 15px 0 0 0
}

.vertical-tab-cover .resp-vtabs ul.resp-tabs-list {
    width: 24% !important;
    background-color: #f5f5f5
}

.vertical-tab-cover .resp-vtabs .resp-tabs-list li {
    padding: 0 !important;
    margin: 0;
    background: none !important;
    border-bottom: 1px solid #b3b3b3;
    padding: 15px 20px !important;
    font-size: 18px;
    color: #5b5b5b;
    font-weight: 700
}

.vertical-tab-cover .resp-vtabs li.resp-tab-active {
    border: 0 !important;
    border-bottom: 1px solid #b3b3b3 !important;
    margin-bottom: 0 !important;
    color: #f32323;
    border-right: 4px solid #f32323 !important;
    position: relative;
    margin-right: -3px !important
}

.vertical-tab-cover .resp-vtabs li.resp-tab-active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #f32323;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px
}

.vertical-tab-cover .resp-vtabs .resp-tabs-container {
    width: 76% !important;
    border: 0;
    border-left: 3px solid #0c4b78 !important;
    background-color: transparent;
    border-radius: 0
}

.common-vertical-inner.resp-tab-content {
    padding: 15px 0 30px 30px !important
}

.meetings-tab-inner .text-area {
    width: 50%
}

.meetings-tab-inner .thumb-images-sec {
    width: 40%
}

.meetings-gallery {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%
}

.meetings-gallery img {
    width: 100%
}

.tab-document-sec {
    background-color: #FFF;
    border: 1px solid #dadada;
    padding: 20px
}

.tab-document-sec h4 {
    color: #65696c;
    margin-bottom: 25px
}

.common-vertical-inner p {
    margin-bottom: 10px
}

.gray-section.gray-tab {
    border-top: 0
}

.meetings-item-sec.rcp-item-sec h1 {
    margin-bottom: 22px
}

.padding-bottom-none {
    padding-bottom: 0
}

.border-right-none {
    border-right: 0
}

.individual-meetings {
    margin-bottom: 45px;
    padding-left: 20px
}

.individual-meetings h4 {
    border-bottom: 3px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 0
}

.individual-meetings ul {
    margin-top: 15px
}

.individual-meetings ul li {
    border-bottom: 1px solid #cecece;
    padding: 10px 0 16px
}

.individual-meetings ul li h6 {
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    color: #2f5d83;
    margin-bottom: 4px;
    font-weight: 400
}

.individual-meetings ul li span {
    color: #bcb8b8;
    font-size: 12px
}

.meeting-key-hilights {
    padding-left: 20px
}

.meeting-key-hilights h4 {
    border-bottom: 3px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 0
}

.meeting-key-hilights ul li {
    font-size: 18px;
    line-height: 24px;
    color: #2f5d83;
    border-bottom: 1px solid #cecece;
    padding: 10px 0 16px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic
}

.flag-vertical-tab-cover .resp-vtabs .resp-tabs-list li span {
    border-bottom: 1px solid #b3b3b3;
    display: block;
    padding: 15px 20px;
    margin: 0 5px;
    float: right;
    width: 68%;
    font-size: 18px;
    color: #5b5b5b;
    font-weight: 400
}

.flag-vertical-tab-cover .resp-vtabs li.resp-tab-active span {
    color: #f32323 !important
}

.flag-vertical-tab-cover .resp-vtabs li.resp-tab-active span {
    color: #f32323 !important
}

.flag-vertical-tab-cover .resp-vtabs ul.resp-tabs-list {
    width: 24% !important;
    background-color: #f5f5f5;
    border-right: 3px solid #0c4b78
}

.flag-vertical-tab-cover .resp-vtabs ul.resp-tabs-list {
    width: 24% !important;
    background-color: #f5f5f5;
    border-right: 3px solid #0c4b78
}

.flag-vertical-tab-cover .resp-vtabs .resp-tabs-list li {
    padding: 0 !important;
    height: 49px;
    margin: 0;
    background: none !important
}

.flag-vertical-tab-cover .resp-vtabs li.resp-tab-active {
    border: 0 !important;
    margin-bottom: 0 !important;
    color: #f32323;
    border-right: 4px solid #f32323 !important;
    position: relative;
    margin-right: -3px !important
}

.flag-vertical-tab-cover .resp-vtabs .resp-tabs-list li:last-of-type .flag-list-item {
    padding-bottom: 80px
}

.flag-vertical-tab-cover .resp-vtabs .resp-tabs-list li:last-of-type span {
    border-bottom: 0
}

.flag-vertical-tab-cover .resp-vtabs li.resp-tab-active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #f32323;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px
}

.flag-vertical-tab-cover .resp-vtabs .resp-tabs-container {
    width: 76% !important;
    border: 0
}

.maket-research-contact {
    border: 1px solid #bebebe;
    padding: 15px 20px 10px 20px;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left
}

.maket-research-contact h2 {
    text-transform: uppercase
}

.maket-research-contact p {
    font-size: 14px
}

.maket-research-contact span {
    font-size: 15px;
    color: #65696c;
    line-height: 23px;
    display: block
}

.maket-research-contact a {
    color: #65696c
}

.maket-research-contact a:hover {
    text-decoration: underline
}

.maket-research-contact.migrant-resource-contact {
    width: 31%
}

.reports-and-publication-search-cover {
    width: 30%;
    float: right;
    margin-top: 15px
}

.reports-and-publication {
    width: 70%;
    float: left;
    padding-right: 30px
}

.reports-and-publication-item {
    padding-bottom: 50px;
    margin-top: 35px;
    border-bottom: 1px solid #a7a7a7
}

.reports-and-publication-item img {
    width: 20%;
    float: left;
    margin-right: 20px;
    margin-left: 10px;
    border: 1px solid #e4e4e4
}

.reports-and-publication-item span {
    font-size: 12px;
    color: #7891a3;
    line-height: 24px;
    font-weight: bold
}

.reports-and-publication-item p {
    margin-bottom: 25px
}

.blue-button {
    font-size: 14px;
    color: #FFF;
    background-color: #126199;
    padding: 10px 28px;
    margin-right: 10px
}

.pagination-sec {
    margin-top: 20px
}

.pagination-sec .pagination {
    display: inline-block;
    border: 1px solid #87a9c4;
    padding: 6px 11px;
    color: #87a9c4
}

.reports-and-publication-search-cover {
    margin: 85px 0 0 0;
    background-color: #e7e7e7;
    padding: 15px 20px
}

.reports-and-publication-search-cover h5 {
    color: #353535;
    margin-bottom: 15px
}

.reports-and-publication-search-cover input {
    background-color: #e7e7e7;
    border: 1px solid #757575;
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 20px
}

.reports-and-publication-search-cover select {
    background-color: #e7e7e7;
    border: 1px solid #757575;
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 20px;
    color: #65696c
}

.reports-and-publication-search-cover option {
    color: #65696c
}

.reports-and-publication-search-cover input::-webkit-input-placeholder {
    color: #65696c
}

.reports-and-publication-search-cover input::-moz-placeholder {
    color: #65696c
}

.reports-and-publication-search-cover input:-ms-input-placeholder {
    color: #65696c
}

.reports-and-publication-search-cover input:-moz-placeholder {
    color: #65696c
}

.submit-button {
    font-size: 14px;
    color: #FFF;
    background-color: #126199 !important;
    padding: 10px 28px !important;
    width: auto !important;
    border: 0
}

.search-field {
    padding-right: 27px !important
}

.reports-and-publication-search-cover span {
    position: relative
}

.reports-and-publication-search-cover span::after {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/search-icon.png');
    position: absolute;
    right: 3px;
    top: -1px
}

.contact-details-sec {
    width: 30%;
    float: left;
    border-right: 1px solid #7e7e7e
}

.contact-form-sec {
    width: 70%;
    float: right;
    padding-left: 30px
}

.contact-details-sec h4 {
    text-transform: uppercase;
    line-height: 24px;
    font-size: 18px
}

.contact-details-sec p {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: bold
}

.contact-details-sec span {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #65696c;
    display: block;
    font-weight: bold
}

.contact-details-sec a {
    color: #65696c
}

.contact-details-sec a:hover {
    text-decoration: underline
}

.contact-details-sec ul li {
    display: inline-block;
    font-size: 12px;
    color: #126199;
    padding: 0 10px;
    border-right: 1px solid #126199
}

.contact-details-sec ul li:first-of-type {
    padding-left: 0
}

.contact-details-sec ul li:last-of-type {
    border-right: 0
}

.contact-details-sec ul li a {
    color: #126199
}

.contact-details-sec ul li a:hover {
    text-decoration: underline
}

.contact-form-left {
    width: 50%;
    float: left;
    padding-right: 20px
}

.contact-form-right {
    width: 50%;
    float: right;
    padding-left: 20px
}

.contact-form-sec h1 {
    margin-bottom: 22px;
    font-size: 24px
}

.contact-form-sec .field-cover {
    margin-bottom: 30px
}

.contact-form-sec input {
    width: 100%;
    padding: 12px
}

.contact-form-sec .error {
    color: red;
    font-size: 12px;
    margin-top: 6px;
    display: block
}

.contact-form-sec textarea {
    width: 100%;
    padding: 12px
}

.contact-form-sec button {
    width: 100% !important
}

.contact-form-sec input,.contact-form-sec textarea {
    border: 1px solid #969696;
    font-size: 14px;
    font-family: 'Oxygen',sans-serif
}

.contact-submit-button {
    margin-top: 34px;
    padding: 13px 28px !important
}

.contact-top-section {
    border-bottom: 1px solid #969696;
    position: relative
}

.contact-top-section:after,.contact-top-section:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1
}

.contact-top-section:before {
    border-top-color: #969696;
    border-width: 26px;
    margin-left: -26px
}

.contact-top-section:after {
    border-top-color: #fff;
    border-width: 25px;
    margin-left: -25px
}

.contact-map-section {
    height: 360px;
    float: left;
    width: 100%
}

.media-search {
    width: 95%;
    float: left;
    padding: 15px 0
}

.media-search-center {
    background-color: #e8e8e8
}

.media-search span {
    position: relative
}

.media-search input {
    background-color: #e7e7e7;
    border: 1px solid #b4b8ba;
    width: 100%;
    padding: 7px 15px;
    font-size: 12px;
    display: inline-block
}

.media-search span.search::after {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/search-icon.png');
    position: absolute;
    right: 3px;
    top: -1px
}

.media-search span.calender::after {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/calender-icon.png');
    position: absolute;
    right: 23px;
    top: -1px
}

.media-search input::-webkit-input-placeholder {
    color: #65696c
}

.media-search input::-moz-placeholder {
    color: #65696c
}

.media-search input:-ms-input-placeholder {
    color: #65696c
}

.media-search input:-moz-placeholder {
    color: #65696c
}

.media-search .input-from {
    width: 23%;
    margin-right: 2%
}

.media-search .input-to {
    width: 23%;
    margin-right: 2%
}

.media-search .search-field {
    width: 25%;
    padding: 7px 15px !important;
    padding-right: 30px !important
}

.news-side-bar {
    border-bottom: 0 !important
}

.news-side-bar-category {
    border-bottom: 0 !important
}

.news-side-bar-category ul li:last-child {
    border-bottom: 1px solid #cecece !important
}

.news-side-bar-archive {
    border-bottom: 0 !important;
    margin-top: 30px
}

.news-side-bar-archive ul li:last-child {
    border-bottom: 1px solid #cecece !important
}

.news-side-bar-archive ul li ul li:last-child {
    border-bottom: 0 !important
}

.overview-upcoming-meetings ul li a {
    color: #2f5d83
}

.news-side-bar-archive ul li ul {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    display: none
}

.news-side-bar-archive ul li ul li {
    font-size: 16px;
    line-height: 24px;
    color: #2f5d83;
    border-bottom: 0;
    padding: 1px 0;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic
}

.news-section .common-left-content-area {
    border-right: 0
}

.news-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 30px;
    margin-bottom: 28px
}

.news-item h1 {
    margin-bottom: 11px;
    line-height: 32px
}

.news-item span {
    font-weight: bold;
    font-size: 12px;
    color: #b2b2b2;
    margin-bottom: 15px;
    display: block
}

.news-item img {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 15px
}

.news-item video {
    width: 100%
}

.news-item h4 {
    margin-bottom: 15px
}

.photo-gallery-item {
    border-bottom: 0
}

.news-item .button-bar .buttons.downloads {
    width: 25%
}

.oparation-modalities table a {
    color: #f32323
}

.gallery-cover #ninja-slider {
    width: 517px;
    height: 343px
}

#thumbnail-slider {
    width: 170px !important;
    height: 343px !important
}

.gallery-cover #thumbnail-slider ul li {
    width: 73px !important;
    height: 54px !important;
    float: left
}

.gallery-cover #ninja-slider ul {
    padding-top: 66% !important
}

.gallery-cover #thumbnail-slider div.inner {
    background: none;
    padding: 0 4px
}

.gallery-cover #thumbnail-slider-prev,.gallery-cover #thumbnail-slider-next {
    width: 73px;
    height: 22px;
    background-color: #0c4b78
}

.gallery-cover #thumbnail-slider-prev {
    top: auto;
    bottom: -22px;
    left: 7px
}

.gallery-cover #thumbnail-slider-next {
    bottom: -22px;
    left: 50%;
    margin-left: 1px
}

.menu-down {
    padding-right: 23px !important
}

.menu-down:after {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/menu-down.png');
    position: absolute;
    margin-left: 5px;
    margin-top: -1px
}

.meeting-flexslider-cover .flexslider {
    margin: 0 !important;
    border: 0
}

.meeting-flexslider-cover #slider {
    margin-bottom: 5px !important
}

.drop-down ul {
    display: none
}

.drop-down {
    position: relative
}

.drop-down ul {
    position: absolute;
    top: 35px;
    left: 0
}

.drop-down ul li {
    background-color: #f32323;
    min-width: 200px;
    float: none
}

.bottom-nav .drop-down.active ul li a:hover {
    background-color: #0c466f
}

.bottom-nav .drop-down.active ul li.active a {
    background-color: #0c466f
}

.drop-down ul li:last-of-type {
    border-bottom: 0
}

.drop-down ul li a {
    padding: 10px;
    background-color: transparent;
    display: block
}

.cancel-btn {
    background: #d0cccc;
    color: #5c5657;
    float: right;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    width: 125px;
    margin: 125px 13px 15px
}

.content-desc table tr td ul li {
    font-size: 12px
}

#ninja-slider {
    background: none !important
}

.gallery-cover #ninja-slider {
    width: 510px !important;
    height: 329px !important
}

.gallery-cover #thumbnail-slider ul li {
    height: 51px !important
}

.gallery-cover #thumbnail-slider-prev {
    bottom: -8px !important
}

.gallery-cover #thumbnail-slider-next {
    bottom: -8px !important
}

.pagination-sec li {
    display: inline-block;
    margin-right: 3px
}

.pagination-sec li .pagenav {
    border: 1px solid #87a9c4;
    padding: 6px 11px;
    color: #87a9c4
}

.pagination-sec li a.pagenav:hover {
    background-color: #87a9c4;
    color: #FFF
}

.news-item h1 a {
    color: #0c4b78
}

footer {
    float: left;
    width: 100%;
    border-top: 2px solid #126199
}

.copyrights {
    float: left;
    width: 100%;
    background: #0c4b78;
    min-height: 30px;
    padding: 10px 0 0 0;
    margin: 15px 0 0 0
}

.copyrights p {
    text-align: center;
    color: #769db8;
    font-size: 12px
}

.copyrights a {
    color: #769db8;
    font-size: 12px
}

footer .links-area {
    float: left;
    width: 60%
}

footer .links-area a {
    color: #777e6e;
    font-size: 12px;
    margin: 3px 0;
    line-height: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

footer .links-area a:hover {
    color: #183a53
}

footer .common-links {
    float: left;
    width: 25%
}

footer .common-links nav a {
    float: left;
    clear: left
}

footer .member-links {
    float: left;
    width: 40%
}

footer .member-links nav a {
    float: left;
    width: 50%
}

footer .footer-partners {
    float: left;
    width: 40%
}

footer .footer-partners nav {
    float: right;
    margin: 0 0 10px 0
}

footer .footer-partners nav a {
    font-size: 12px;
    color: #777e6e;
    text-transform: uppercase;
    margin: 0 0 0 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

footer .footer-partners nav a:hover {
    color: #183a53
}

footer .footer-partners img {
    float: right;
    margin: 0 0 0 10px
}

.links-area h6 {
    color: #1d6aa0;
    font-size: 14px;
    text-transform: uppercase;
    margin: 4px 0 15px
}

.gallery-cover {
    width: 100%
}

.gallery-cover .slider {
    width: 70%;
    float: left
}

.gallery-cover .carousel {
    width: 30%;
    float: right
}

.gallery-cover .carousel .flex-viewport {
    height: 358px !important
}

.gallery-cover .carousel .flex-viewport ul li {
    float: none !important
}

.gallery-cover .carousel .flex-viewport ul li:nth-of-type(2n) {
    margin-left: 0 !important
}

.gallery-cover .carousel .flex-viewport ul li:nth-of-type(2n+1) {
    margin-right: 5px !important
}

.gallery-cover .carousel ul {
    width: 220px !important
}

.gallery-cover .carousel ul li {
    float: left !important;
    display: inline-block !important;
    margin-bottom: 0
}

.news-item .gallery-cover img {
    margin-top: 0;
    margin-bottom: 5px
}

.gallery-cover .carousel .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 103px;
    height: 22px;
    background-color: #0c4b78;
    position: absolute;
    top: 100%;
    opacity: 1;
    text-indent: 3000px
}

.gallery-cover .carousel .flex-direction-nav .flex-next {
    right: 3px
}

.gallery-cover .carousel .flex-direction-nav .flex-prev {
    left: 0
}

.gallery-cover .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0
}

.gallery-cover .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0
}

.gallery-cover .flex-direction-nav .flex-disabled {
    filter: alpha(opacity=0);
    cursor: default;
    z-index: 1
}

.gallery-cover .carousel .flex-direction-nav .flex-prev {
    background-image: url('/web/20220901035137im_/http://colomboprocess.org/images/thumbnail-slider-next.png');
    background-position: center;
    background-repeat: no-repeat
}

.gallery-cover .carousel .flex-direction-nav .flex-next {
    background-image: url('/web/20220901035137im_/http://colomboprocess.org/images/thumbnail-slider-prev.png');
    background-position: center;
    background-repeat: no-repeat
}

.cp-pop-up {
    display: none
}

.main-navigation .nav li a {
    border-bottom: 2px solid transparent
}

.sub-navigation .nav li a {
    border-bottom: 2px solid transparent
}

.overview-discription {
    padding-right: 25px
}

.divider {
    margin-left: 0;
    font-size: 10px;
    letter-spacing: -1px
}

.common-left-content-area ul {
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 10px
}

.common-left-content-area ul li {
    color: #65696c;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 4px
}

.common-left-content-area ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0c4b78;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    margin-top: 9px
}

.horizontal-tab-list {
    margin: 0;
    padding: 0
}

.horizontal-tab-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left
}

.horizontal-tab-list li a {
    color: #126199
}

.oparation-modalities a {
    color: #0c4b78
}

.oparation-modalities a:hover {
    text-decoration: underline
}

.meeting-module {
    padding-bottom: 30px;
    padding-left: 20px
}

.meeting-module h4 {
    border-bottom: 3px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 0
}

.meeting-module p {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #2f5d83;
    padding: 0;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic
}

section.news {
    width: 67%;
    float: left;
    margin-right: 30px
}

.detail-panel article {
    float: left;
    width: 70%;
    padding-right: 30px
}

.detail-panel .side-bar {
    float: left;
    width: 30%
}

.detail-panel article h2 {
    font-size: 24px;
    color: #0c4b78;
    font-weight: bold;
    margin-bottom: 20px
}

p {
    color: #65696c;
    font-size: 15px;
    line-height: 25px
}

.home-cp-members {
    float: left;
    width: 100%
}

.home-gray-section {
    background-color: #f5f5f5;
    margin-top: 30px;
    padding: 10px 0
}

.home-cp-members figure {
    float: left;
    width: 25%
}

.home-cp-members .members-list {
    float: left;
    width: 100%;
    padding: 20px 0
}

.home-cp-members .members-list h1 {
    font-size: 24px;
    margin-left: 0
}

.home-cp-members .members-list ul li {
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px
}

.home-cp-members .members-list ul li a {
    font-size: 16px;
    color: #78c104;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 1px;
    border-bottom: 1px solid #78c104;
    position: relative;
    top: -6px
}

.home-cp-members .members-list ul li img {
    width: 40px;
    margin-right: 15px
}

.common-left-content-area h1 {
    font-size: 24px
}

.meeting-inner-top h1,.meeting-inner-middle h1,.common-vertical-inner h1 {
    font-size: 24px
}

.tab-document-sec h4 {
    font-size: 18px
}

.pagination-sec ul {
    padding-left: 0
}

.pagination-sec ul li:before {
    width: 0
}

.news-side-bar-archive ul li {
    cursor: pointer
}

.news-side-bar ul li a:hover {
    color: #f32323
}

.news-side-bar-category ul li a:hover {
    color: #f32323
}

.news-side-bar-archive ul li:hover {
    color: #f32323
}

.news-side-bar-archive ul li ul li a:hover {
    color: #f32323
}

.reports-and-publication-item h4 {
    font-size: 18px;
    margin-bottom: 5px
}

.highlighted-news {
    border-bottom: 1px solid #c6ced4;
    padding-bottom: 30px;
    margin-right: 30px
}

.highlighted-news img {
    float: left;
    padding-right: 20px;
    width: 40%
}

.highlighted-news-inner {
    float: right;
    width: 60%
}

.highlighted-news-inner h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.highlighted-news-inner h4 a {
    color: #0c4b78
}

.highlighted-news-inner time {
    font-size: 14px;
    color: #76c000;
    line-height: 24px
}

.highlighted-news-inner p {
    font-size: 15px;
    color: #65696c;
    line-height: 23px
}

section.news h1 {
    font-size: 24px
}

section.news .news-list {
    border-bottom: 1px solid #c6ced4;
    float: left;
    width: 48%;
    min-height: 165px
}

section.news .news-list:nth-of-type(2n+1) {
    margin-right: 2%
}

section.news .news-list:nth-of-type(2n) {
    margin-left: 2%
}

section.news .news-list h4 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 15px
}

section.news .news-list h4 a {
    color: #0c4b78
}

section.news .news-list time {
    font-size: 14px;
    color: #76c000;
    line-height: 24px
}

.news-list-cover {
    margin-right: 30px
}

.explore-news-readmore {
    display: block;
    margin-top: 20px;
    margin-right: 30px
}

.home-readmore {
    font-size: 14px
}

.home-ceo-msg img {
    padding-bottom: 20px
}

.home-ceo-msg p {
    font-size: 18px;
    color: #44484a;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    line-height: 28px;
    min-height: 215px;
    margin-top: 14px
}

.home-ceo-msg p:before {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/quote.png');
    position: relative;
    top: -15px
}

.home-bottom-detail-panel {
    margin-bottom: 45px;
    margin-top: 30px
}

.common-left-content-area .gallery-cover ul li:before {
    width: 0;
    position: static
}

.common-left-content-area .gallery-cover ul {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0
}

.maket-research-contact.migrant-resource-contact {
    min-height: 212px
}

.maket-research-contact {
    min-height: 175px
}

.site-map {
    padding: 30px 0
}

.site-map a {
    color: #276c9d
}

.site-map ul li {
    line-height: 24px
}

.site-map ul li a {
    padding-bottom: 1px;
    border-bottom: 1px solid transparent
}

.site-map ul li a:hover {
    border-bottom: 1px solid #276c9d
}

.project-program-item h4 a {
    color: #464646
}

.read-more:hover {
    border-bottom: 1px solid transparent
}

.submit-button {
    cursor: pointer
}

.submit-button:hover {
    background-color: #0c4b78 !important
}

.drop-down ul {
    z-index: 100
}

.footer-left ul li a {
    float: left
}

.footer-left ul {
    float: left
}

.input-from {
    position: relative
}

.input-from:after {
    content: ''
}

.media-search .submit {
    width: 9%;
    margin-left: 1%;
    background: #0c4b78;
    color: #fff;
    cursor: pointer
}

.media-search .submit.reset {
    width: 9%;
    margin-left: 1%;
    background: #787878;
    color: #fff;
    cursor: pointer
}

.submit-button.reset {
    background: #787878
}

.pagination-sec.single-pagination li a {
    border: 1px solid #87a9c4;
    padding: 6px 11px;
    color: #87a9c4
}

.pagination-sec.single-pagination li a {
    color: #87a9c4
}

.pagination-sec.single-pagination li a:hover {
    background-color: #87a9c4;
    color: #FFF
}

.pagination-sec .counter {
    display: none
}

.news-item iframe {
    width: 100% !important;
    height: auto !important;
    min-height: 418px !important
}

.reports-and-publication-item-right {
    width: 75%;
    float: right
}

.pagination-sec.report-pagination {
    margin-bottom: 35px;
    margin-top: 24px
}

.fancybox-margin {
    margin-right: 0 !important
}

.common-left-content-area p {
    margin-bottom: 15px;
    line-height: 24px
}

.common-left-content-area ul {
    padding-bottom: 22px
}

.links-cover a {
    padding-right: 13px
}

.no-border-bottom {
    border-bottom: 0
}

.right-panel .description-section:last-of-type {
    border-bottom: 0
}

.description-bottom-none .description-section:last-of-type {
    border-bottom: 0
}

.wysiwig .description-section ul {
    color: #65696c;
    font-size: 15px;
    line-height: 18px;
    list-style-type: none;
    padding-left: 25px;
    padding-bottom: 22px;
    margin-top: 15px
}

.wysiwig .description-section ul li {
    margin-bottom: 10px
}

.wysiwig .description-section ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0c4b78;
    border-radius: 100%;
    position: absolute;
    margin-left: -17px;
    margin-top: 9px
}

.wysiwig.description-section-cover .description-section:last-of-type {
    border-bottom: 0
}

.dark-tabs h5 {
    line-height: 24px
}

.no-result {
    padding-top: 30px
}

.news-item img {
    width: 300px;
    float: left
}

.country-contact .country-header .flags img {
    width: 100px
}

.contact-form-sec input::-webkit-input-placeholder {
    color: #65696c
}

.contact-form-sec input::-moz-placeholder {
    color: #65696c
}

.contact-form-sec input:-ms-input-placeholder {
    color: #65696c
}

.contact-form-sec input:-moz-placeholder {
    color: #65696c
}

.contact-form-sec textarea::-webkit-input-placeholder {
    color: #65696c
}

.contact-form-sec textarea::-moz-placeholder {
    color: #65696c
}

.contact-form-sec textarea:-ms-input-placeholder {
    color: #65696c
}

.contact-form-sec textarea:-moz-placeholder {
    color: #65696c
}

.contact-form-sec input:focus {
    outline: #41a7d8 auto 5px !important
}

.message.success {
    background-color: green;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-size: 14px
}

.message.error {
    background-color: #f70505;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-size: 14px
}

.country-header.left-side-flag .country-flag {
    width: 75px
}

.meeting-info-join .member-non-member {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px
}

.meeting-info-join-row {
    margin-top: 20px
}

.meeting-info-join-row .form-group {
    padding-bottom: 20px
}

.meeting-info-join-row .form-group label {
    margin-bottom: 6px;
    display: inline-block;
    color: #65696c;
    font-size: 15px;
    line-height: 23px
}

.meeting-info-join .member-non-member ol li {
    color: #65696c;
    font-size: 15px;
    line-height: 23px
}

.icon-chevron-right {
    display: none
}

.news-side-bar-archive ul li ul {
    padding-left: 10px
}

.pagination-sec li span.pagenav {
    background-color: #87a9c4;
    color: #FFF
}

.pagination-sec li.pagination-start span.pagenav {
    background-color: transparent;
    color: #87a9c4
}

.pagination-sec li.pagination-prev span.pagenav {
    background-color: transparent;
    color: #87a9c4
}

.pagination-sec li.pagination-next span.pagenav {
    background-color: transparent;
    color: #87a9c4
}

.pagination-sec li.pagination-end span.pagenav {
    background-color: transparent;
    color: #87a9c4
}

.right-panel.wysiwig table a {
    text-transform: capitalize
}

.meetings-item-sec.rcp-item-sec .meetings-item {
    min-height: 220px
}

.common-sidebar .individual-meetings ul li a {
    cursor: pointer
}

.cp-pop-up.wysiwyg ul {
    padding-left: 30px;
    padding-bottom: 20px;
    position: relative
}

.cp-pop-up.wysiwyg ul li {
    color: #65696c;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 8px
}

.cp-pop-up.wysiwyg ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0c4b78;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    margin-top: 9px
}

.meeting-cover .meeting h5 {
    color: #2d3438;
    line-height: 24px;
    font-size: 15px;
    margin: 0
}

.mobile_link_secondnav {
    width: 100%;
    padding: 10px 20px 10px 20px !important;
    display: none !important;
    background-color: #0c466f
}

.mobile_link_secondnav:hover {
    background-color: #0c466f !important
}

.mobile-menu-text {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase
}

.mobile-menu-plus {
    color: #FFF;
    font-size: 30px;
    line-height: 10px;
    float: right;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu-plus.activee {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.meetings-tab-inner .text-area.full-text-area {
    width: 100%
}

.bottom-nav .nav li.menu-active a {
    background-color: #f32323
}

.meeting-flexslider-cover #carousel ul li {
    opacity: .6
}

.meeting-flexslider-cover #carousel ul li.flex-active-slide {
    opacity: 1
}

#osmap ul li {
    float: none
}

#osmap ul li a {
    text-decoration: none
}

#osmap ul li ul {
    padding-left: 40px
}

.country-contact .country-header .flags img:last-of-type {
    width: 9%
}

.dark-tabs .external-link {
    color: transparent !important;
    text-indent: -9999px
}

.dark-tabs .external-link:after {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/external-link.png')
}

.right-panel .description-section h5 a:after {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/external-link.png');
    padding-left: 20px
}

.main-description ul {
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 22px
}

.main-description ul li {
    color: #65696c;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4px;
    position: relative
}

.main-description ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0c4b78;
    border-radius: 100%;
    position: absolute;
    margin-left: -17px;
    margin-top: 9px
}

.description-section ul li {
    color: #65696c;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4px;
    position: relative
}

.description-section ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0c4b78;
    border-radius: 100%;
    position: absolute;
    left: 0;
    margin-top: 9px
}

.description-section ul {
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 22px
}

.wysiwig .description-section p a.external-link {
    position: relative;
    color: transparent
}

.wysiwig .description-section p a.external-link:after {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/external-link-wy.png');
    position: absolute;
    left: 9px
}

.newsletter.newsletters-blog .items-leading {
    border-bottom: 1px solid #b2b2b2;
    padding: 0 0 20px 0
}

.newsletter.newsletters-blog .items-row {
    border-bottom: 1px solid #b2b2b2;
    padding: 20px 0
}

.newsletter.newsletters-blog .items-row:last-of-type {
    border-bottom: 0
}

.newsletter.newsletters-blog .newsletter-info .newsletter-info-term {
    display: none
}

.newsletter.newsletters-blog .newsletter-info .create {
    display: none
}

.newsletter.newsletters-blog .newsletter-info .modified {
    display: none
}

.newsletter.newsletters-blog .newsletter-info .createdby {
    display: none
}

.newsletter.newsletters-blog .newsletter-info .hits {
    display: none
}

.newsletter.newsletters-blog .newsletter-info .published {
    font-size: 12px;
    color: #b2b2b2;
    margin-bottom: 15px;
    display: block
}

.newsletter.newsletters-blog h2 {
    margin-bottom: 8px
}

.newsletter.newsletters-blog .newsletter_rating {
    display: none
}

.newsletter.newsletters-blog p.readmore {
    line-height: 12px;
    font-size: 11px;
    display: inline-block;
    display: none
}

.newsletter.newsletters-blog p.readmore a {
    color: #f32323
}

.link-button {
    background-color: #f32323;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 15px;
    border-radius: 4px;
    margin-top: 24px
}

.popup .table-of-content ul li {
    line-height: 24px;
    margin-bottom: 5px
}

.popup .overflow {
    overflow-y: auto;
    height: 100%
}

.news-item.photo-gallery-item {
    padding-bottom: 0;
    margin-bottom: 0
}

.readmore.mar {
    margin-left: 10px
}

.cp-focal-point .adress-details p {
    margin-bottom: 0
}

.cp-focal-point .country-contact .country-header h5 {
    float: left;
    padding-top: 10px;
    padding-right: 10px
}

.popup table,.popup th,.popup td,.popup tbody th,.popup tbody td {
    border: 4px solid rgba(30,105,144,.87)
}

.popup table.dataTable.row-border tbody th,.popup table.dataTable.row-border tbody td,.popup table.dataTable.display tbody th,.popup table.dataTable.display tbody td {
    border: 4px solid rgba(30,105,144,.87) !important
}

.popup table tr td {
    background-color: #e0e2e4 !important;
    color: #403c3c !important
}

.popup table tr td p {
    font-size: 12px;
    line-height: 18px;
    color: #403c3c !important;
    margin-bottom: 0
}

.flag-pop-up-item {
    width: 25%;
    float: left;
    margin-bottom: 30px
}

.popup table a {
    color: #f32323;
    text-decoration: underline
}

.meeting-shedule.meeting.full-wide .readmore {
    margin-right: 10px
}

.flag-pop-up-item .has-popup:hover h3 {
    color: #d13d3d;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.home-meeting-module p:last-of-type {
    border-bottom: 0
}

.adress-details a {
    color: #419cdc
}

table p a {
    color: #f32323 !important;
    text-decoration: underline;
    font-size: 12px
}

.assesments .readmore {
    margin-right: 12px
}

.restricted-publication {
    padding: 24px 0
}

.restricted-publication .assesments:last-of-type {
    border-bottom: 0
}

.photo-gallery-item .gallery-cover .flexslider:hover .flex-direction-nav .flex-next {
    right: 3px
}

.tot-records {
    font-size: 18px;
    font-weight: 600;
    color: #0c4b78;
    margin-top: 26px;
    display: none
}

.create-memo .upload-field {
    padding-left: 15px;
    padding-top: 1px
}

.search-entry .read-more {
    float: left;
    margin-bottom: 15px
}

.search-empty {
    margin-bottom: 100px
}

#filter_dto:after {
    content: ''
}

.media-search span.calender::after {
    z-index: 0
}

.media-search .input-to,.media-search .input-from {
    position: relative;
    z-index: 1;
    background-color: transparent !important
}

.widgets.right-align p {
    margin-bottom: 8px !important
}

.widgets.right-align {
    margin-left: 10px
}

.scroll-link {
    display: inline-block;
    font-size: 12px;
    padding: 2px 15px;
    margin-bottom: 10px;
    background-color: #0c4b78;
    color: #FFF !important;
    border-radius: 5px
}

.btn-left-margin {
    margin-left: 5px
}

.common.wysiwig a {
    color: #0c79c5
}

.footer-bottom span {
    font-size: 12px !important
}

.footer-bottom span a {
    font-size: 12px !important
}

.wysiwig .description-section table p a.download {
    color: #f32323 !important
}

.wysiwig .description-section table p a.url {
    color: #f32323 !important
}

.dark-tabs .resp-tab-content table a {
    color: #f32323 !important
}

.meeting-flexslider-cover {
    margin-top: 68px
}

.meetings-gallery {
    position: relative
}

.magnifier-icon:after {
    content: url('/web/20220901035137im_/http://colomboprocess.org/images/zoom-in.png');
    position: absolute;
    bottom: 2px;
    right: 0;
    z-index: 1;
    background-color: #0c4b78;
    padding: 3px 1px 1px 3px
}

.rcp-button {
    margin-top: 15px;
    display: inline-block
}

.button.twocol-button {
    padding: 4px 10px;
    font-size: 12px
}

.dark-tabs-heading-tab {
    display: none
}

.tawg-date-location small {
    font-weight: bold;
    font-size: 12px;
    color: #b2b2b2;
    margin-bottom: 15px;
    display: inline-block
}

.widgets,.adress-details {
    word-wrap: break-word
}

.communication-search-area {
    margin-bottom: 25px;
    float: right;
    margin-top: -60px
}

.communication-search-area .button {
    border: 0
}

.communication-pagination {
    float: left;
    width: 100%
}

.event-upcoming {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    margin-left: 10px;
    font-style: normal;
    margin-bottom: 10px
}

.callbacks_tabs {
    width: auto !important;
    float: right !important
}

.callbacks_tabs li {
    float: left !important
}

.callbacks_tabs li a {
    float: right !important
}

.red-button {
    background: #e33a3a
}

.fifth-level-hide {
    display: none
}

.description .highlight {
    background-color: #1a96ef;
    color: #FFF;
    padding: 0 2px;
    border-radius: 3px
}

.communication-pagination .page_info {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold
}

.safari .footer-bottom span {
    font-size: 12px !important
}

.safari .footer-bottom span a {
    font-size: 12px !important
}

.footer-text {
    font-size: 12px
}

.iee #fileField {
    border: 0;
    background-color: #FFF;
    outline: 0;
    box-shadow: 0
}

.iee .datepicker--day-name {
    float: left;
    display: inline-block;
    padding: 5px 8px;
    margin: 1px
}

.iee .datepicker--cell {
    float: left;
    display: inline-block;
    padding: 5px
}

.iee .datepicker--days-names {
    width: 100%;
    float: left
}

.iee .datepicker--cells.datepicker--cells-days {
    width: 100%;
    float: left
}

.iee .datepicker--nav-action {
    float: left
}

.iee .datepicker--nav-title {
    float: left;
    min-width: 160px;
    line-height: 20px
}

.iee .datepicker--nav {
    float: left;
    width: 100%
}

.news-item.photo-gallery-item {
    padding-bottom: 40px
}

.footer-links.quick-links ul li a {
    clear: both
}

.widgets.mobile {
    display: none
}

.tor-buton.mobile {
    display: none
}

.create-meeting-button.mobile {
    display: none
}

.popup table tr td span,.popup table tr td strong {
    color: #403c3c !important
}

.restricted-publication .btn {
    margin-right: 9px;
    background: #0c4b78;
    color: #fff;
    cursor: pointer;
    border: 1px solid #b4b8ba;
    padding: 7px 15px;
    font-size: 12px;
    display: inline-block;
    border-radius: 0;
    float: right
}

.restricted-publication .reset {
    margin-right: 1%;
    background: #787878;
    color: #fff;
    cursor: pointer;
    border: 1px solid #b4b8ba;
    padding: 7px 15px;
    font-size: 12px;
    display: inline-block;
    float: right
}

#adminForm .input-box {
    font-size: 12px
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 12px !important
}

.reports-and-publication-search-cover .error {
    padding-bottom: 4px;
    display: block
}

.downloads {
    font-family: "georgia",arial;
    font-size: 12px;
    font-style: italic
}

.text-btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold
}

.filter-cover .button {
    margin: 32px 5px 0 0;
    float: left;
    padding: 4px 15px;
    border: 0
}

.meeting-shedule .meta-data {
    color: #6b757b;
    font-size: 12px;
    font-weight: bold
}

.newsletters h3 {
    margin-bottom: 10px
}

.newsletters .subcribe_input {
    width: 65%
}

.newsletters .button {
    background: #0e6db0;
    padding: 1px 14px
}

.new-meeting {
    padding: 25px 0 0 0
}

.input-box {
    color: #848f97
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    color: #848f97;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

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

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ccd1d5;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #29618a;
    color: #fff;
    font-size: 12px;
    border: 1px solid #265c83;
    border-radius: 3px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ccd1d5 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    color: #6f8191;
    font-size: 12px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: 0;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: 0;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: 0
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: 0
}

.select2-container--classic .select2-dropdown--below {
    border-top: 0
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

textarea.input-box {
    font-family: "Oxygen",sans-serif;
    font-size: 12px
}

.squere-button {
    font-family: "Oxygen",sans-serif
}

.meeting-inner-middle h1 {
    font-size: 24px
}

.input-box.search {
    float: right;
    height: 22px;
    margin: 0 10px 0 0;
    width: 170px;
    background: url(/web/20220901035137im_/http://colomboprocess.org/images/search-icon-main.png) no-repeat 100% center;
    padding: 1px 23px 1px 1px
}

.head-right-section {
    width: 62%
}

.search-div {
    background: rgba(12,75,119,0.9);
    right: 0;
    overflow: auto;
    position: absolute;
    margin: 28px 10px 0 1px;
    max-width: 560px;
    max-height: 400px;
    z-index: 9999;
    border-radius: 10px
}

.search-div .search {
    float: left;
    width: 100%;
    padding: 0 15px
}

.search-div .search h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.search-result {
    border-bottom: 1px dashed #779ab5;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.search-result a {
    float: right;
    padding: 5px 0 5px 0;
    color: #ff3232
}

.search-result h3 {
    float: left;
    text-transform: none;
    font-size: 14px;
    color: #c7d9e7;
    line-height: 16px;
    margin-bottom: 2px
}

.search-result h3 a {
    color: #c7d9e7
}

.search-result small {
    color: #e8c36a;
    font-size: 11px;
    font-weight: bold;
    float: left;
    clear: left
}

.search-div .highlight {
    background: #1a96ef;
    padding: 0 2px;
    border-radius: 3px;
    margin: 0 2px
}

.search-text {
    text-transform: none;
    font-size: 12px;
    line-height: 18px;
    color: #e2eef8;
    margin: 10px 0;
    float: left;
    width: 100%
}

#no_items_text {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    float: left;
    padding: 15px
}

.login-panel {
    background: #d7dcdf;
    padding: 25px;
    border-radius: 15px;
    float: left;
    width: 100%
}

.login-panel .login label {
    color: #0b4e79;
    font-size: 15px;
    margin-bottom: 10px;
    float: left
}

.login-panel .login .star {
    color: #ff3b3f
}

.login-panel .login input {
    border: 1px solid #bfc7cd;
    color: #7e7f81;
    padding: 5px;
    border-radius: 5px;
    width: 100%
}

.login-panel .control-group {
    float: left;
    min-width: 22%;
    padding-right: 15px
}

.login-panel .login input.inputbox {
    width: 20px;
    border: 1px solid #bfc7cd
}

.login-panel .control-group:nth-child(3) {
    margin: 30px 0 0 0;
    min-width: 15%
}

.login-panel .login .btn {
    height: 75px;
    width: 150px;
    cursor: pointer
}

.login-panel ul li {
    float: left;
    margin: 0 10px 0 0
}

.login-panel ul li a {
    font-size: 12px;
    text-decoration: underline
}

.login-panel ul {
    float: left;
    width: 100%
}

.alert.alert-danger,.alert.alert-error {
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442
}

.alert.alert-success {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d
}

.alert.alert-info {
    background: #d9edf7;
    border: 1px solid #bce8f1;
    color: #31708f
}

.alert.alert-warning,.alert.alert-notice,.alert.alert-message {
    background: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b
}

.alert {
    float: left;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 5px 0
}

.alert .close {
    float: right;
    color: #fff;
    margin-right: 5px;
    cursor: pointer
}

.alert.alert-danger .alert-heading,.alert.alert-error .alert-heading {
    color: #a94442
}

.alert.alert-success .alert-heading {
    color: #3c763d
}

.alert.alert-info .alert-heading {
    color: #31708f
}

.alert.alert-warning .alert-heading,.alert.alert-notice .alert-heading,.alert.alert-message .alert-heading {
    color: #8a6d3b
}

.stick {
    position: fixed;
    top: 0
}

.content-for-popup {
    display: none
}

.popup {
    padding: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,105,144,.87);
    z-index: 9999
}

.popup .column-6 {
    padding: 0 15px
}

.close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(/web/20220901035137im_/http://colomboprocess.org/images/cross.png) center no-repeat
}

.popup * {
    color: #fff
}

.popup p {
    color: #fff
}

.overlay-scale {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease-in-out,visibility 0s .4s;
    transition: transform .4s ease-in-out,visibility 0s .4s
}

.overlay-scale.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out
}

.dark-tabs .resp-tab-content a {
    color: #1a7ec6
}

.popup .table-of-content ul {
    padding-left: 20px;
    list-style: square;
    margin-bottom: 8px
}

.popup .table-of-content ul li ul {
    padding-left: 30px
}

.popup h5 {
    text-transform: uppercase
}

.footer-bottom a {
    color: #769db8
}

.footer-bottom a:hover {
    color: #769db8
}

.wysiwig .description-section p a {
    color: #0c79c5
}

.wysiwig .description-section ul li a {
    color: #3aa0e8
}

.resp-tab-content p a {
    color: #3aa0e8
}

.main-description p a {
    color: #3aa0e8
}

.resp-tab-content h3 {
    color: #29618a;
    font-size: 14px;
    text-transform: uppercase
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #0c4b78
}

.right-panel .description-section p {
    margin-bottom: 25px
}

.right-panel .description-section h5 {
    margin: 0 0 5px 0;
    color: #0d2c42
}

.assesments .image-column img {
    border: 1px solid #ccc
}

.tg-wrap {
    float: left;
    width: 100%;
    padding: 5px
}

.mail-box {
    background: #f6f6f6;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d8cece;
    padding: 10px 0 8px 10px;
    margin-bottom: 10px;
    border-left: 3px solid #0e6db0
}

.mail-box h4 {
    font-size: 12px;
    color: #424547;
    font-weight: normal;
    margin: 1px 0;
    line-height: 14px
}

.mail-box h3 {
    font-size: 12px;
    color: #424547;
    font-weight: normal;
    text-transform: none;
    margin: 1px 0;
    line-height: 20px;
    font-weight: bold
}

.mail-box span {
    float: right;
    font-size: 11px;
    color: #4f4f4f;
    margin: -10px 15px 0 0
}

.mail-box:hover {
    border-left: 3px solid #d13d3d
}

.oparation-modalities .btn-download {
    background: #d13d3d;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    font-family: georgia;
    float: right;
    color: #fff !important;
    padding: 5px 20px;
    font-size: 12px
}

.doc-download li {
    margin-bottom: 10px
}

.dark-tabs .resp-tab-content a.button {
    color: #fff;
    border-radius: 0;
    margin-top: 20px
}

.resp-tab-content h5 {
    color: #29618a;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 12px 0
}

.resp-tab-content .meeting-shedule h5 {
    margin: 0
}

.tog {
    float: left;
    margin: 0 5px 0 0;
    padding: 2px 0 0 0
}

.content-header {
    padding: 2px;
    cursor: pointer;
    font-weight: bold
}

.content-desc {
    display: none;
    padding: 5px
}

.content-desc:nth-of-type(1) {
    display: block
}

.members-vertical-inner .content-desc:nth-of-type(1) {
    display: none
}

.dark-tabs .resp-tab-content {
    padding: 30px 0 0 0 !important
}

.load-other-countries+[data-readmore-toggle] {
    height: auto !important
}

.load-other-countries.overflows {
    overflow: auto !important
}

.login-button.member-button {
    background: #d94b4b !important
}

#osmap ul li .osmapexcl {
    display: none
}

#osmap ul li {
    list-style: square;
    color: #10578a
}

#osmap ul {
    padding-left: 25px
}

.meeting-module p a {
    color: #44484a
}

.memo small {
    background: #c73737;
    padding: 2px 8px;
    border-radius: 4px
}

.main-navigation .nav li:hover .nav-child {
    display: block
}

.sub-navigation .nav li:hover .nav-child {
    display: block
}

.nav-child {
    display: none;
    position: absolute;
    background-color: #0c4b78;
    width: 260px;
    z-index: 5;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)
}

.nav-child a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: none
}

.nav-child a:hover {
    background-color: #0a436c
}

.nav-child li {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #2e648b
}

.common-left-content-area.full-wide {
    width: 100%
}

.common-left-content-area.full-area {
    width: 100% !important;
    border: 0
}

.adress-details a {
    color: #287fbb
}

.description-section.iom {
    padding: 20px 0 10px 0;
    margin-bottom: 10px
}

.description-section.iom h2 {
    margin: 0
}

.cp-focal-point .adress-details p {
    line-height: 27px
}

.meeting .readmore {
    margin-right: 3px
}

.doc-download a:hover {
    color: #85b4d6
}

.text-section ul {
    color: #65696c;
    font-size: 15px;
    line-height: 18px;
    list-style-type: none;
    margin-top: 15px;
    padding-bottom: 22px;
    padding-left: 25px
}

.text-section ul li {
    color: #65696c;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 4px;
    position: relative
}

.text-section ul li::before {
    background-color: #0c4b78;
    border-radius: 100%;
    content: "";
    height: 6px;
    margin-left: -17px;
    margin-top: 9px;
    position: absolute;
    width: 6px
}

.reset p {
    color: #276c9d
}

.reset label {
    color: #0b4e79;
    float: left;
    font-size: 15px;
    margin-bottom: 10px
}

.reset label .star {
    color: #ff3b3f
}

.reset input {
    border: 1px solid #bfc7cd;
    border-radius: 5px;
    color: #7e7f81;
    padding: 5px;
    width: 100%
}

.reset fieldset {
    float: left
}

.reset .btn {
    margin: -26px -133px 0;
    float: right;
    cursor: pointer
}

.remind p {
    color: #276c9d
}

.remind label {
    color: #0b4e79;
    float: left;
    font-size: 15px;
    margin-bottom: 10px
}

.remind label .star {
    color: #ff3b3f
}

.remind input {
    border: 1px solid #bfc7cd;
    border-radius: 5px;
    color: #7e7f81;
    padding: 5px;
    width: 100%
}

.remind fieldset {
    float: left
}

.remind .btn {
    margin: -26px -132px 0;
    float: right;
    cursor: pointer
}

.reset-confirm p {
    color: #276c9d
}

.reset-confirm label {
    color: #0b4e79;
    float: left;
    font-size: 15px;
    margin-bottom: 10px
}

.reset-confirm label .star {
    color: #ff3b3f
}

.reset-confirm input {
    border: 1px solid #bfc7cd;
    border-radius: 5px;
    color: #7e7f81;
    padding: 5px;
    width: 100%
}

.reset-confirm fieldset {
    float: left
}

.reset-confirm .btn {
    margin: -28px -330px 0;
    float: right;
    cursor: pointer
}

.reset-confirm .control-group:nth-child(3) {
    margin: 0
}

.members-contact-details span a {
    color: #4e606e
}

.footer-top .sitemap a {
    font-weight: bold
}

.main-description p b {
    font-weight: bold
}

.main-description p strong {
    font-weight: bold
}

.main-description p em {
    font-style: italic
}

.mobile-search {
    display: none
}

.mobile-sidebar .login-button {
    padding: 10px 15px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: #c4243e;
    float: left
}

.head-right-section ul li.item-214:hover .nav-child {
    display: none
}

.head-right-section ul li.item-156:hover .nav-child {
    display: none
}

.meeting-summery {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid #d9dee0;
    padding: 20px 0
}

.meeting-summery h2 {
    font-size: 20px
}

.info-box {
    float: left;
    width: 23.33%;
    padding: 10px;
    border-radius: 6px;
    margin-right: 10px;
    background: #dbe0e3
}

.info-box small {
    text-transform: uppercase;
    font-size: 12px;
    color: #333b3f;
    font-weight: bold;
    float: left;
    width: 100%
}

.info-box span {
    float: left;
    clear: left;
    color: #1c4960;
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold
}

.meeting-members {
    float: left;
    width: 100%;
    border-top: 1px solid #d9dee0;
    padding: 15px 0
}

.meeting-members h2 {
    font-size: 20px
}

.meeting-members h3 {
    color: #545454;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    line-height: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.meeting-members .member-non-member {
    width: 50%;
    float: left
}

.meeting-members .member-non-member ol {
    float: left;
    width: 100%
}

.meeting-members .member-non-member ol li {
    float: left;
    width: 100%;
    margin: 5px 0;
    color: #d92c34
}

.meeting-info-join-row {
    float: left;
    width: 100%
}

.tawg-meeting-show {
    float: left;
    width: 100%;
    border: 0
}

.meeting-min {
    border-top: 1px solid #d9dee0
}

.meeting-min h2 {
    font-size: 20px
}

.agenda-show {
    float: left;
    width: 100%;
    margin: 0
}

.common-left-content-area li a {
    color: #3aa0e8
}

strong {
    font-weight: bold
}

.mobile_link_secondnav {
    font-weight: bold
}

.members-publicatin-report-item h6 {
    line-height: 18px
}

.overview-upcoming-meetings.news-side-bar ul li p {
    font-size: 15px;
    color: #65696c
}

.common-left-content-area .gallery-cover ul li {
    line-height: 38px
}

.right-panel .parent .subject {
    font-size: 18px;
    color: #0c4b78;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px
}

.right-panel .parent {
    padding: 15px;
    background: #f6f6f6
}

.right-panel .parent .sender {
    color: #424547;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    margin: 1px 0 12px 0;
    font-weight: bold
}

.right-panel .parent .button {
    font-size: 12px;
    font-style: italic;
    font-family: georgia;
    padding: 2px 8px;
    color: #e33a3a;
    background: none
}

.right-panel .parent .description {
    color: #424547;
    font-size: 13px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold
}

.right-panel .parent .child {
    padding: 10px;
    background: #eaeaea;
    margin: 0 0 10px 15px;
    border-radius: 5px
}

.right-panel .replay h2 {
    font-size: 20px
}

.right-panel .replay {
    padding: 15px 0
}

.right-panel .replay textarea {
    font-family: "Oxygen",sans-serif;
    font-size: 12px;
    width: 85%;
    margin: 10px 0;
    border: 1px solid #ccd1d5
}

.right-panel .replay .squere-button {
    margin-top: 10px
}

.popup table a {
    text-transform: none
}

.search-entry {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.mobile-sidebar ul li.active a {
    color: #80bbe5
}

.no-border {
    border: 0
}

.description-section .readmore {
    float: right
}

.null_padding {
    padding: 0
}

.button-bar .button {
    color: #fff !important
}

.column-6.black-text .readmore {
    float: right;
    margin-left: 10px
}

.dark-tabs .resp-tab-content {
    float: left;
    margin-bottom: 20px;
    width: 100%
}

.content-desc ul li {
    color: #65696c;
    font-size: 15px;
    line-height: 25px
}

.content-desc ul {
    padding-left: 25px;
    list-style: square
}

.dark-tabs .resp-tabs-container ul li {
    color: #65696c;
    font-size: 15px;
    line-height: 25px
}

.dark-tabs .resp-tabs-container ul {
    padding-left: 25px;
    list-style: square
}

.tawg-meeting-show div.col-sm-offset-2.col-md-6 {
    min-height: 135px;
    float: left;
    width: 80%
}

.common-left-content-area ul ul li::before {
    left: 45px
}

.common-left-content-area ul li ul {
    padding-bottom: 0
}

.new-mail.mail-box {
    background: #efefef;
    float: left;
    width: 100%;
    border-bottom: 3px solid #d8cece;
    padding: 10px 0 8px 10px;
    margin-bottom: 10px;
    border-left: 5px solid #d13d3d
}

.new-mail.mail-box h4 {
    font-weight: bold
}

.new-mail.mail-box span {
    font-weight: bold
}

.update-date {
    font-size: 12px;
    font-weight: bold
}

.filter-cover .button.reset {
    background: #787878
}

.meeting-info-join-row.meeting-min .btn {
    cursor: pointer
}

.meeting-min {
    padding: 10px 0
}

.members-content-full-wysywig .inner-para-separator {
    margin-top: 1px
}

.main-description h5 {
    color: #0d2c42
}

.button-bar .button {
    margin: 0 5px 0 0
}

.dark-tabs .resp-tab-content strong a {
    font-weight: normal
}

.project-docs li:before {
    background-color: #fff !important
}

.callbacks_nav {
    display: none
}

.stacktable {
    width: 100%
}

.st-head-row {
    padding-top: 5px
}

.st-head-row a {
    color: #fff
}

.st-head-row p {
    color: #fff;
    margin: 0 !important
}

.st-head-row.st-head-row-main {
    font-size: 12px;
    padding-top: 5px
}

.st-key {
    width: 49%;
    text-align: left;
    padding-right: 10px
}

.st-val {
    width: 49%;
    padding-left: 10px
}

.stacktable.large-only {
    display: table
}

.stacktable.small-only {
    display: none
}

@media(max-width: 800px) {
    .stacktable.large-only {
        display:none
    }

    .stacktable.small-only {
        display: table
    }
}

.bluejeans {
    float: right;
    margin: 21px 0 0 0
}

.tooltip .tooltiptext {
    background: rgba(18,121,198,.8);
    visibility: hidden;
    width: 200px;
    top: 320px;
    color: #fff;
    text-align: left;
    padding: 8px;
    border-radius: 3px;
    position: absolute;
    z-index: 1
}

.tooltip .tooltiptext h4 {
    font-size: 12px;
    text-transform: uppercase;
    float: left;
    clear: left;
    color: #fff;
    margin: 0
}

.tooltip .tooltiptext span {
    font-size: 11px;
    float: left;
    clear: left;
    margin: 3px 0
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #1279c6 transparent transparent transparent
}

.wysiwig .description-section table .st-head-row p a {
    color: #fff !important;
    text-decoration: underline !important
}

.search-entry h4 .highlight {
    background-color: #1a96ef;
    border-radius: 3px;
    color: #fff;
    padding: 0 2px
}

.meeting-shedule .start-time p {
    font-size: 14px
}

.meeting-shedule .timezone {
    color: #0c4b77
}

.meeting-shedule .timezone:before {
    content: "("
}

.meeting-shedule .timezone:after {
    content: ")"
}

.links-cover a.active {
    color: #d13d3d
}

.footer-social {
    background: #f1f1f1;
    padding: 10px 0
}

.icons-social {
    margin: 0 auto;
    width: 190px
}

.icons-social p {
    display: inline-block
}

.icons-social img {
    display: inline-block
}

.icons-social a {
    display: inline-block;
    margin: 0 2px
}

.meeting-shedule p {
    font-weight: bold
}

.input_fields_wrap table {
    margin: 0 0 0 -4px !important;
    border: 0
}

.input_fields_wrap table td {
    background: none;
    padding: 0
}

.input_fields_wrap table td a {
    font-size: 11px
}

#osmap {
    padding: 10px 15px
}

#osmap h2.menutitle {
    margin: 30px 0 0 0
}

.search-result a {
    font-size: 12px
}

small.required {
    font-size: 11px;
    color: #f32323
}

.communication-search-area {
    width: 45%
}

.communication-search-area .input-box {
    float: left;
    width: 70%;
    margin-right: 3px
}

.members-vertical-inner h5.content-header {
    float: left;
    width: 100%
}

.mail-box .mail-line {
    float: left;
    width: 94%
}

.mail-box .mail-close {
    float: left;
    width: 40px;
    height: 40px;
    background: url(/web/20220901035137im_/http://colomboprocess.org/templates/main/css/delete.png) no-repeat;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 5px 0 0 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%
}

.closing-downloads {
    float: left;
    margin: 0 15px 0 0
}

.down-button {
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    color: #413637;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px 0 0 3px;
    float: left
}

.btn-delete {
    background: #e91524;
    border-radius: 0 3px 3px 0;
    float: left;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px
}

.btn-delete.mail-close {
    float: left;
    width: 40px;
    height: 40px;
    background: url(/web/20220901035137im_/http://colomboprocess.org/templates/main/css/delete.png) no-repeat;
    background-size: 30px !important;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 2px;
    font-weight: bold;
    text-align: center;
    text-indent: -9999px;
    border-radius: 50%
}

@media screen and (max-width : 480px) {
    .description-section.goodPractTopCont {
        margin-bottom:0
    }

    .mail-box .mail-line {
        float: left;
        width: 75%
    }

    .mail-box .mail-close {
        float: right;
        margin: 5px 5px 0 5px
    }

    .mail-box span {
        float: none
    }

    .communication-search-area {
        width: 100%
    }

    .communication-search-area .input-box {
        float: left;
        width: 65%;
        margin-right: 3px
    }

    .new-meeting .form-text {
        padding: 0 5px 0 0
    }

    .cancel-btn {
        background: #d0cccc;
        color: #5c5657;
        float: right;
        font-size: 13px;
        padding: 5px;
        text-align: center;
        width: 100%;
        margin: 15px 0
    }

    .description-section.iom {
        float: none
    }

    .cp-focal-point .country-contact .country-header h5 {
        padding-left: 10px
    }

    .flag-pop-up-item {
        min-height: 110px
    }

    .input_fields_wrap table td {
        float: left;
        width: 100%
    }

    .tawg-meeting-show div.col-sm-offset-2.col-md-6 {
        float: none;
        width: 100%
    }

    .description-section {
        float: left;
        width: 100%;
        padding: 20px 0 15px 0
    }

    .reset .btn {
        margin: 0
    }

    .remind .btn {
        margin: 0
    }

    .button.twocol-button {
        float: left;
        width: 100%;
        margin: 7px 0
    }

    .bluejeans {
        float: none
    }

    .tooltip .tooltiptext {
        top: auto;
        bottom: 33.5%
    }

    .country-contact .country-header .flags img:last-of-type {
        width: 74px
    }

    .dark-tabs-heading-tab {
        display: block
    }

    .about-overview-top {
        padding-top: 10px
    }

    .second-navigation .right-section {
        display: none
    }

    .login-panel .control-group {
        min-width: 100%
    }

    .main-content {
        float: left;
        width: 100%
    }

    .mail-box h3 {
        margin: 7px 0
    }

    .mail-box span {
        margin: -10px 15px 0 0
    }

    .meetings-item-sec {
        float: left
    }

    .gray-section {
        float: left
    }

    .media-center-cover .column-8 {
        width: 100%
    }

    .media-center-cover .column-4 {
        width: 100%;
        padding-left: 0
    }

    .filter-cover .column-9 {
        padding: 0
    }

    .filter-cover .column-3 {
        padding: 0
    }

    .filter-cover .column-9 .form-text {
        width: 100%
    }

    .filter-cover .button {
        margin: 5px 10px 0 0;
        float: right
    }

    .login .control-group {
        padding: 0
    }

    .system-messages-alerts {
        position: relative;
        min-width: 100%;
        right: 0
    }

    .second-navigation {
        float: left;
        width: 100%;
        padding: 0 10px
    }

    .footer-top .sitemap {
        background: #f5f5f5
    }

    .mobile-search {
        display: block;
        float: left;
        width: 100%;
        background: #0e6db0;
        padding: 5px
    }

    .input-box.search {
        width: 95%;
        color: #fff;
        border: 0
    }

    .slider-area {
        margin: 0 0 30px 0
    }

    #main-header {
        float: left;
        width: 100%
    }

    .slider-area .caption-area {
        transform: none;
        width: 100%;
        position: relative
    }

    .home-cp-members .members-list h1 {
        margin-left: 0;
        font-size: 22px
    }

    .home-cp-members .members-list ul li {
        margin-bottom: 20px
    }

    .home-cp-members .members-list ul li {
        width: 48%
    }

    .home-cp-members .members-list ul li a {
        top: 2px;
        float: left;
        clear: left
    }

    .home-cp-members .members-list ul li img {
        width: 65%;
        float: left
    }

    .home-bottom-detail-panel {
        padding: 0 15px
    }

    section.news {
        width: 100%;
        margin: 0
    }

    .highlighted-news-inner {
        width: 100%
    }

    .news-list-cover {
        margin: 0
    }

    .highlighted-news {
        margin: 0
    }

    section.news .news-list {
        min-height: 100px;
        padding-bottom: 5px
    }

    .highlighted-news img {
        width: 100%;
        padding: 0 0 15px 0
    }

    .explore-news-readmore {
        margin: 10px 0
    }

    .footer-left ul li a {
        width: 100%
    }

    .footer-left ul {
        width: 100%
    }

    .main-banner {
        float: left
    }

    .overview-members {
        margin-bottom: 20px
    }

    .about-overview-top {
        float: left
    }

    section.news .news-list {
        width: 100%
    }

    .slider-area .captions {
        transform: none;
        padding: 15px
    }

    .slider-area .captions h1 {
        font-size: 16px;
        line-height: 24px
    }

    .slider-area .captions time {
        font-size: 15px
    }

    .slider-area .captions p {
        font-size: 13px;
        margin: 15px 0
    }

    .slider-area .caption-area {
        min-height: 325px
    }

    .detail-panel article {
        width: 100%;
        padding: 0 15px
    }

    .detail-panel .side-bar {
        width: 100%;
        padding: 0 15px
    }

    .meeting-module {
        padding: 20px 0
    }

    .home-cp-members {
        padding: 0 15px
    }

    .rslides figure {
        width: 100%
    }

    .right-panel .column-6.black-text {
        width: 100%;
        margin: 15px 0;
        padding-right: 0
    }

    .main-description.border-bottom .column-8 {
        width: 100%
    }

    .main-description.border-bottom .column-4 {
        width: 100%
    }

    .main-description.border-bottom .column-4 .widgets {
        margin: 15px 0
    }

    .contents {
        float: left;
        width: 100%
    }

    .description-section p img {
        width: 100%
    }

    .dark-tabs .resp-tab-content::after {
        background: #fff
    }

    .dark-tabs .resp-tabs-container {
        padding: 0 !important
    }

    .dark-tabs .resp-tab-content {
        padding: 30px 10px 0 !important
    }

    .dark-tabs h5 {
        line-height: 19px
    }

    .description-section .button {
        float: left;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    .button-bar .readmore {
        margin-bottom: 15px
    }

    .logo {
        width: 200px
    }

    .logo img {
        width: 100%
    }

    .column-3,.column-9 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px
    }

    .contents {
        padding: 10px 0
    }

    .breadcrum {
        display: none
    }

    .banner-text-layer {
        position: static;
        padding: 15px 15px 0 15px
    }

    .slider-text {
        position: static;
        padding: 10px
    }

    .head-right-section {
        display: none
    }

    #main-header {
        padding: 15px;
        border-bottom: 1px solid #d6d6d6
    }

    .tabsWithPointer .resp-tab-content {
        padding: 0 16px;
        border: 1px solid #c1c1c1
    }

    .meeting-shedule {
        padding: 15px
    }

    .join-meeting {
        position: static;
        width: 100%;
        margin-top: 10px;
        display: block;
        height: auto;
        padding: 10px;
        font-size: 16px
    }

    .footer-left .footer-links {
        width: 100%;
        padding: 10px;
        text-align: center
    }

    .footer-left .footer-links.members-links {
        width: 100%;
        padding: 10px;
        text-align: center
    }

    .footer-links.members-links ul li {
        width: 100%
    }

    .footer-links.members-links ul li a {
        padding: 5px
    }

    .footer-top .sitemap {
        width: 100%;
        padding: 10px
    }

    .sitemap ul li {
        display: block;
        text-align: center
    }

    .footer-right {
        width: 100%
    }

    .slider-text h3 {
        font-size: 15px;
        line-height: 20px
    }

    .slider-text h6 {
        font-size: 12px;
        line-height: 17px
    }

    h1 {
        font-size: 22px;
        line-height: 25px
    }

    h2 {
        font-size: 20px;
        line-height: 22px
    }

    h3 {
        font-size: 19px;
        line-height: 21px
    }

    h4 {
        font-size: 17px;
        line-height: 20px
    }

    h5 {
        font-size: 16px;
        line-height: 22px
    }

    h6 {
        font-size: 15px;
        line-height: 18px
    }

    .description-section p {
        font-size: 13px;
        line-height: 20px
    }

    p {
        font-size: 14px;
        line-height: 24px
    }

    .sidebar>a.accordion {
        margin-top: 2px
    }

    .new-memo-button {
        display: block
    }

    .mobile-menu {
        display: block
    }

    .adress-details {
        width: 98%;
        margin: 1%
    }

    .meeting {
        width: 100%
    }

    .meeting .readmore {
        margin-right: 10px
    }

    .assesments .image-column,.assesments .column-10 {
        width: 100%
    }

    .filter-cover .column-6 {
        width: 100%
    }

    .filter-cover .btn {
        margin: 10px 0
    }

    .form-text.column-2 {
        width: 100%
    }

    .create-memo .column-10,.create-memo .input-cover {
        width: 100%
    }

    .sidebar {
        margin-top: 0 !important
    }

    header {
        min-height: auto
    }

    .breadcrumb-sec {
        display: none
    }

    .footer-bottom {
        line-height: 20px
    }

    .common-left-content-area {
        width: 100%;
        border-right: 0;
        padding-right: 0;
        padding: 10px 20px 20px
    }

    .overview-discription {
        padding-right: 0
    }

    .overview-chairperson-message {
        padding: 20px
    }

    .overview-chairperson-message img {
        float: left;
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px
    }

    .common-sidebar {
        width: 100%;
        padding-left: 0;
        padding: 0 20px
    }

    .overview-upcoming-meetings {
        padding-left: 0;
        margin-top: 30px
    }

    .overview-members {
        padding-left: 0
    }

    .about-overview-bottom {
        padding: 0 20px
    }

    .about-overview-bottom-item {
        width: 100%;
        margin-right: 0
    }

    .common-left-content-area ul {
        padding-left: 12px
    }

    .common-left-content-area ul li {
        font-size: 12px;
        line-height: 19px
    }

    .common-left-content-area ul li:before {
        left: 20px;
        margin-top: 6px
    }

    .overview-upcoming-meetings ul li {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0 10px
    }

    .content-description {
        padding: 0 20px
    }

    .flag-list-item {
        float: left;
        background-color: transparent;
        padding: 0;
        margin-top: -6px
    }

    .flag-list-item img {
        width: 48px;
        margin-right: 8px
    }

    .members-horizontal-inner .resp-vtabs .resp-tabs-container {
        padding: 10px;
        width: 100% !important
    }

    .resp-tabs-container {
        padding: 0 10px !important
    }

    .members-content-right {
        width: 100%;
        margin-top: 12px
    }

    .members-content-middle-wysywig {
        width: 100%;
        padding-right: 0;
        margin-top: 25px
    }

    .members-vertical-inner.resp-tab-content {
        padding: 0 10px !important
    }

    .members-horizontal-inner h2.resp-accordion {
        background-color: #FFF !important
    }

    .members-vertical-inner.resp-tab-content.resp-tab-content-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 0 solid #FFF !important
    }

    h2.resp-accordion.resp-tab-active {
        border-bottom: 1px solid #c1c1c1
    }

    .members-publicatin-report-item {
        width: 100%;
        float: left;
        padding-right: 0;
        margin: 0 0 28px 0
    }

    .members-publicatin-report {
        margin-bottom: 30px
    }

    .resp-tab-active {
        border: 1px solid #9b9797 !important;
        border-top: 4px solid #9b9797 !important
    }

    .leaderdership-name-item {
        width: 100%;
        margin-right: 0
    }

    .achievement-item {
        width: 100%;
        margin-right: 0
    }

    .message-from-chair-in img {
        float: none;
        margin-left: 0
    }

    .meetings-item-sec {
        padding: 0 10px
    }

    .meetings-item {
        width: 100%
    }

    .meetings-item:nth-child(2n) {
        margin-left: 0
    }

    .meetings-item h1 {
        font-size: 20px
    }

    .meetings-item span {
        font-size: 12px
    }

    .meetings-item p {
        font-size: 13px
    }

    .media-search {
        width: 100%;
        padding: 15px 20px
    }

    .media-search .input-from {
        width: 100%;
        margin-right: 0
    }

    .media-search .input-to {
        width: 100%;
        margin-right: 0
    }

    .media-search .search-field {
        width: 100%
    }

    .media-search input {
        margin-bottom: 10px
    }

    .news-item h1 {
        font-size: 16px;
        line-height: 22px
    }

    .pagination-sec ul li {
        margin-bottom: 14px
    }

    .reports-and-publication {
        width: 100%;
        padding-right: 0;
        padding: 0 20px
    }

    .reports-and-publication .resp-tabs-container {
        padding-top: 30px !important
    }

    .reports-and-publication-search-cover {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px
    }

    .reports-and-publication .blue-button {
        display: block;
        margin-bottom: 10px;
        text-align: center
    }

    .flag-vertical-tab-cover .resp-vtabs .resp-tabs-container {
        width: 100% !important
    }

    .flag-vertical-tab-cover .common-vertical-inner.resp-tab-content {
        padding: 0 20px !important
    }

    .maket-research-contact.migrant-resource-contact {
        width: 100%;
        margin-right: 0
    }

    .maket-research-contact.migrant-resource-contact:first-of-type {
        margin-top: 20px
    }

    .maket-research-contact.migrant-resource-contact:last-of-type {
        margin-bottom: 20px
    }

    .maket-research-contact {
        width: 100%;
        margin-right: 0
    }

    .maket-research-contact:first-of-type {
        margin-top: 20px
    }

    .maket-research-contact:last-of-type {
        margin-bottom: 20px
    }

    .contact-details-sec {
        width: 100%;
        border-right: 0;
        padding: 0 20px
    }

    .contact-form-sec {
        width: 100%;
        float: right;
        padding-left: 0;
        margin-top: 30px;
        padding: 0 20px
    }

    .contact-form-left {
        width: 100%;
        float: left;
        padding-right: 0
    }

    .contact-form-right {
        width: 100%;
        float: right;
        padding-left: 0
    }

    .members-horizontal-inner .resp-tab-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 4px solid #c1c1c1 !important;
        border-bottom: 0 #fff solid !important
    }

    #parentHorizontalTab .resp-tab-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 4px solid #c1c1c1 !important;
        border-bottom: 0 #fff solid !important
    }

    .members-horizontal-inner {
        border: 1px solid #c1c1c1 !important;
        border-top: 0 solid #FFF !important
    }

    .flag-vertical-tab-cover .resp-tab-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 4px solid #c1c1c1 !important;
        border-bottom: 0 #fff solid !important
    }

    .flag-vertical-tab-cover .resp-tab-content.resp-tab-content-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 0 solid #FFF !important
    }

    .vertical-tab-cover .resp-vtabs .resp-tabs-container {
        width: 100% !important;
        border-left: 0 !important
    }

    .common-vertical-inner.resp-tab-content {
        padding: 15px 20px 30px 20px !important
    }

    .vertical-tab-cover .resp-tab-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 4px solid #c1c1c1 !important;
        border-bottom: 0 #fff solid !important;
        background-color: #f3f3f3 !important
    }

    .vertical-tab-cover .resp-tab-content.resp-tab-content-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 0 solid #FFF !important
    }

    .meetings-tab-inner .text-area {
        width: 100%
    }

    .meetings-tab-inner .thumb-images-sec {
        width: 100%
    }

    .download-pdf {
        width: 100%
    }

    .individual-meetings {
        padding-left: 0
    }

    .reports-and-publication-item img {
        width: 150px;
        margin: 0 auto;
        float: none;
        margin-bottom: 15px;
        display: block
    }

    .reports-and-publication-item {
        padding: 0 0 50px 0
    }

    .reports-and-publication-item-right {
        width: 100%;
        float: none
    }

    .reports-and-publication .members-horizontal-inner {
        border: 0 !important
    }

    .pagination-sec li .pagenav {
        padding: 1px 7px;
        font-size: 13px
    }

    .reports-and-publication .blue-button {
        margin: 0 auto 10px
    }

    .reports-and-publication-section .top-30 {
        padding-top: 0;
        padding-bottom: 0
    }

    .no-result {
        padding-bottom: 30px;
        padding-top: 0
    }

    .footer-bottom span {
        display: block
    }

    .mobile_link_secondnav {
        display: block !important
    }

    .bottom-nav ul {
        display: none;
        width: 100%
    }

    .bottom-nav {
        width: 100%
    }

    .bottom-nav ul {
        position: absolute;
        z-index: 10;
        background-color: #0c466f
    }

    .bottom-nav ul li {
        width: 100%;
        background-color: #0c466f;
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-top: 1px solid rgba(255,255,255,.1)
    }

    .menu-down:after {
        right: 20px
    }

    .drop-down ul {
        display: block !important
    }

    .drop-down ul li {
        padding-left: 10px
    }

    .meeting-inner-top {
        padding: 0 20px
    }

    .col-half {
        float: none;
        width: 100%
    }

    .members-inner-top-content {
        padding-right: 0
    }

    .members-inner-top-content {
        margin-bottom: 30px
    }

    .meeting-flexslider-cover {
        padding-bottom: 20px
    }

    .meeting-inner-middle {
        padding: 30px 20px
    }

    .media-search-center {
        margin-top: 15px
    }

    .media-search span.calender::after {
        right: 3px
    }

    .media-search .submit {
        width: 100%;
        margin-left: 0
    }

    .news-item img {
        width: 100% !important
    }

    .fancybox-wrap {
        width: 280px !important;
        left: 50% !important;
        margin-left: -140px !important
    }

    .fancybox-inner {
        width: 100% !important
    }

    .login-panel {
        width: 80%;
        margin: 10px 10%
    }

    .login-panel .control-group:nth-child(3) {
        margin: 16px 0 0 0
    }

    .login-panel .control-group:nth-child(3) .control-label {
        float: right
    }

    .login-panel .control-group:nth-child(3) .controls {
        float: left
    }

    .login-panel ul {
        margin-top: 10px
    }

    .login-panel ul li {
        line-height: 26px
    }

    .gallery-cover .slider {
        width: 100%;
        float: none;
        margin-bottom: 0
    }

    .gallery-cover .carousel {
        width: 100%;
        float: none
    }

    .gallery-cover .carousel .flex-viewport {
        height: 165px !important
    }

    .gallery-cover .carousel ul {
        width: 280px !important
    }

    .gallery-cover .carousel .flex-viewport ul li {
        width: 130px !important
    }

    .gallery-cover .carousel .flex-direction-nav a {
        width: 130px
    }

    .news-item.photo-gallery-item {
        padding-bottom: 0;
        margin-bottom: 40px
    }

    .news-item.photo-gallery-item .gallery-cover .flexslider {
        margin: 0
    }

    .drop-down ul li a {
        background-color: #0c466f !important
    }

    .drop-down ul li.active a {
        background-color: #f32323 !important
    }

    .bottom-nav .drop-down ul {
        display: block !important
    }

    .login-panel .login .btn {
        height: 50px;
        width: 206px
    }

    .common {
        padding: 0 20px
    }

    .flag-pop-up-item img {
        width: 100px
    }

    .popup {
        padding: 66px 20px 20px 20px
    }

    .members-publicatin-report-item img {
        margin-bottom: 72px
    }

    .rowspantable-cover {
        width: 100%;
        overflow-x: auto
    }

    .media-search .submit.reset {
        width: 100%;
        margin-left: 0
    }

    section.reports-and-publication-section {
        float: left
    }

    .communication-search-area {
        margin-top: 0
    }

    #inbox .input {
        border: 1px solid #b3b3b3
    }

    .meeting-summery .info-box {
        width: 100%;
        margin-bottom: 10px
    }

    .home-testimonial {
        margin-top: 30px
    }

    section.news .news-list:nth-of-type(2n+1) {
        margin-right: 0
    }

    section.news .news-list:nth-of-type(2n) {
        margin-left: 0
    }

    .gray-section.gray-tab {
        width: 100%
    }

    .restricted-publication .btn {
        margin-bottom: 10px
    }

    .assesments .image-column img {
        margin-bottom: 10px
    }

    .technical-main-description .column-8,.technical-main-description .column-4 {
        width: 100%
    }

    .memo-button {
        float: none !important;
        padding: 0 !important;
        margin-bottom: 5px;
        display: inline-block
    }

    .right-panel .parent .sender {
        margin: 1px 0 0 0
    }

    #inbox input {
        display: inline-block
    }

    .communication-search-area .button {
        padding: 5px 11px;
        margin-left: 4px
    }

    .communication-pagination ul li a {
        padding: 1px 7px;
        font-size: 13px
    }

    .column-4.file-upload-cover {
        width: 100%;
        margin-top: 12px
    }

    .column-4.file-upload-cover .upload-field {
        padding-left: 0
    }

    .search-div {
        right: auto;
        border-bottom: 5px solid #FFF
    }

    .input-box.search::-webkit-input-placeholder {
        color: #FFF
    }

    .input-box.search:-moz-placeholder {
        color: #FFF
    }

    .input-box.search::-moz-placeholder {
        color: #FFF
    }

    .input-box.search:-ms-input-placeholder {
        color: #FFF
    }

    .description-section ul li {
        font-size: 13px;
        line-height: 22px
    }

    .widgets.mobile {
        width: 100%;
        display: block
    }

    .widgets.desktop {
        display: none
    }

    .button.twocol-button {
        text-align: center
    }

    .tor-buton.mobile {
        display: block
    }

    .tor-buton.desktop {
        display: none
    }

    .create-meeting-button.desktop {
        margin: 0 0 25px
    }

    .restricted-publication .btn {
        margin-right: 0;
        margin-left: 10px
    }

    .news-item.photo-gallery-item {
        padding-bottom: 0;
        margin-bottom: 40px
    }

    .news-item.photo-gallery-item .gallery-cover .flexslider {
        margin: 0
    }

    .drop-down ul li a {
        background-color: #0c466f !important
    }

    .drop-down ul li.active a {
        background-color: #f32323 !important
    }

    .bottom-nav .drop-down ul {
        display: block !important
    }

    .new-meeting .form-text {
        padding: 0;
        margin-bottom: 5px
    }

    .new-meeting .column-9 {
        padding: 0
    }

    .select2-container {
        width: 100% !important
    }

    .g-recaptcha,.g-recaptcha div {
        width: 100% !important
    }
}

@media screen and (min-width : 320px) and (max-width :400px) {
    .flag-pop-up-item {
        width:50%
    }

    .flag-pop-up-item {
        min-height: 110px
    }
}

@media screen and (min-width : 401px) and (max-width :480px) {
    .flag-pop-up-item {
        width:33%
    }
}

@media screen and (min-width : 481px) and (max-width :568px) {
    .gallery-cover .carousel .flex-direction-nav a.flex-next {
        width:98px !important
    }

    .gallery-cover .carousel .flex-direction-nav a.flex-prev {
        width: 103px !important
    }
}

@media screen and (min-width : 481px) and (max-width :550px) {
    .button-bar .button {
        float:left;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px
    }
}

@media screen and (min-width : 481px) and (max-width :580px) {
    .reports-and-publication-search-cover {
        width:100%;
        float: none;
        margin-bottom: 30px
    }

    .reports-and-publication {
        width: 100%;
        float: none;
        padding-right: 0
    }

    .reports-and-publication-section .top-30 {
        padding-top: 0;
        padding-bottom: 0
    }

    .no-result {
        padding-bottom: 30px;
        padding-top: 0
    }

    .reports-and-publication-item-right {
        width: 73%
    }

    .mobile-sidebar {
        overflow-y: auto
    }

    .mobile_link_secondnav {
        display: block !important
    }

    .bottom-nav ul {
        display: none;
        width: 100%
    }

    .bottom-nav {
        width: 100%
    }

    .bottom-nav ul {
        position: absolute;
        z-index: 10;
        background-color: #0c466f
    }

    .bottom-nav ul li {
        width: 100%;
        background-color: #0c466f;
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-top: 1px solid rgba(255,255,255,.1)
    }

    .common-left-content-area {
        width: 100%;
        float: left;
        border-right: 0;
        padding-right: 0
    }

    .overview-chairperson-message {
        margin-top: 20px;
        margin-bottom: 40px
    }

    .common-sidebar {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .overview-upcoming-meetings {
        padding-left: 0
    }

    .about-overview-bottom-item {
        width: 45% !important;
        min-height: 420px !important
    }

    .overview-members a:nth-of-type(3n) {
        margin-right: 7px
    }

    .overview-members a img {
        width: 73px
    }

    .common-left-content-area {
        margin-bottom: 30px
    }

    .meetings-item {
        width: 100%;
        min-height: auto !important
    }

    .meetings-item:nth-child(2n+1) {
        margin-right: 0
    }

    .meetings-item:nth-child(2n) {
        margin-left: 0
    }

    .media-search input {
        float: left
    }

    .media-search span.calender {
        width: 50%;
        float: left;
        display: block;
        margin-bottom: 10px
    }

    .media-search span.search {
        width: 50%;
        float: left;
        display: block
    }

    .media-search .input-from {
        width: 98% !important;
        margin-right: 2%
    }

    .media-search .input-to {
        width: 98% !important;
        margin-right: 2%
    }

    .media-search span.calender::after {
        right: 10px;
        top: 1px
    }

    .media-search .search-field {
        width: 98% !important;
        margin-right: 2%
    }

    .media-search span.search::after {
        right: 9px;
        top: 1px
    }

    .media-search .submit {
        width: 49%;
        margin-left: 0
    }

    .fancybox-wrap {
        width: 460px !important;
        left: 50% !important;
        margin-left: -230px !important
    }

    .fancybox-inner {
        width: 100% !important
    }

    .login-panel .control-group:nth-child(3) {
        margin: 44px 0 0 0;
        min-width: 50%
    }

    .login-panel .control-group {
        min-width: 50%
    }

    .login-panel .login .btn {
        margin-top: 15px
    }

    .login-panel ul {
        margin-top: 15px
    }

    .gallery-cover .slider {
        width: 59%
    }

    .gallery-cover .carousel {
        width: 41%
    }

    .news-item.photo-gallery-item .gallery-cover .carousel ul {
        width: 216px !important
    }

    .gallery-cover .carousel .flex-direction-nav .flex-next {
        right: -1px !important
    }

    .gallery-cover .carousel .flex-direction-nav a {
        width: 103px !important
    }

    .drop-down ul li a {
        background-color: #0c466f !important
    }

    .drop-down ul li.active a {
        background-color: #f32323 !important
    }

    .bottom-nav .drop-down ul {
        display: block !important
    }

    .drop-down ul li {
        padding-left: 10px
    }

    .meeting-summery .info-box {
        width: 46%;
        margin-bottom: 10px
    }

    .popup {
        padding: 40px 80px 30px 40px
    }

    .flag-pop-up-item {
        width: 33%;
        min-height: 140px
    }

    .column-4.input-cover.input-checkbox {
        width: 66%
    }

    .footer-links.members-links ul li {
        width: 36% !important
    }

    .footer-links.members-links ul li:nth-child(3n) {
        width: 28% !important
    }

    .home-cp-members .members-list ul li img {
        width: 65%;
        float: left
    }

    .home-cp-members .members-list ul li a {
        top: 3px;
        float: left;
        clear: left
    }

    .adress-details {
        min-height: 332px
    }

    .slider-area .caption-area {
        transform: none;
        width: 100% !important;
        position: relative;
        min-height: 250px
    }

    .slider-area .captions {
        transform: none;
        padding: 15px
    }

    .rslides figure {
        width: 100% !important
    }
}

@media screen and (min-width : 601px) and (max-width :768px) {
    .button.twocol-button {
        padding:4px 6px;
        font-size: 10px
    }
}

@media screen and (min-width : 581px) and (max-width :600px) {
    .mobile_link_secondnav {
        display:block !important
    }

    .bottom-nav ul {
        display: none;
        width: 100%
    }

    .bottom-nav {
        width: 100%
    }

    .bottom-nav ul {
        position: absolute;
        z-index: 10;
        background-color: #0c466f
    }

    .bottom-nav ul li {
        width: 100%;
        background-color: #0c466f;
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-top: 1px solid rgba(255,255,255,.1)
    }

    .g-recaptcha {
        transform: scale(0.86) !important;
        transform-origin: 0 0 !important
    }

    .drop-down ul li a {
        background-color: #0c466f !important
    }

    .drop-down ul li.active a {
        background-color: #f32323 !important
    }

    .bottom-nav .drop-down ul {
        display: block !important
    }

    .drop-down ul li {
        padding-left: 10px
    }

    .meeting-inner-middle .download-pdf {
        min-height: 36px
    }

    .meetings-item {
        width: 100%
    }

    .meetings-item:nth-child(2n+1) {
        margin-right: 0
    }

    .meetings-item:nth-child(2n) {
        margin-left: 0
    }

    .meetings-item {
        min-height: auto
    }

    .reports-and-publication-search-cover {
        width: 100%;
        float: none;
        padding: 25px 20px;
        margin-top: 0;
        margin-bottom: 30px
    }

    .reports-and-publication {
        width: 100%;
        float: none;
        padding-right: 0
    }

    .reports-and-publication-item-right {
        width: 73%
    }

    .common-left-content-area {
        width: 100%;
        float: left;
        border-right: 0;
        padding-right: 0
    }

    .overview-chairperson-message {
        margin-top: 20px;
        margin-bottom: 40px
    }

    .common-sidebar {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .overview-upcoming-meetings {
        padding-left: 0
    }

    .about-overview-bottom-item {
        width: 45% !important;
        min-height: 440px !important
    }

    .overview-members a:nth-of-type(3n) {
        margin-right: 7px
    }

    .overview-members a img {
        width: 73px
    }

    .common-left-content-area {
        margin-bottom: 30px
    }

    .photo-gallery-item .gallery-cover .slider {
        width: 60%
    }

    .photo-gallery-item .gallery-cover .carousel {
        width: 40%
    }

    .photo-gallery-item .gallery-cover .carousel ul {
        width: 251px !important
    }

    .photo-gallery-item .gallery-cover .carousel .flex-viewport {
        height: 239px !important
    }

    .photo-gallery-item .gallery-cover .carousel .flex-direction-nav a {
        width: 103px
    }

    .photo-gallery-item .gallery-cover .carousel .flex-direction-nav .flex-next {
        right: 1px
    }

    .reset .btn {
        margin: -20px 0 0 !important
    }

    .remind .btn {
        margin: -20px 0 0 !important
    }

    .focal-point-container .resp-tab-content {
        padding: 0 10px !important
    }

    .login-panel .login .btn {
        height: 48px;
        margin-bottom: 12px
    }

    .rslides figure {
        width: 100% !important
    }

    section.news .news-list {
        min-height: 168px
    }

    .explore-news-readmore {
        margin-bottom: 15px
    }

    .dark-tabs-heading-tab {
        display: block
    }

    .button.twocol-button {
        margin-bottom: 6px;
        display: inline-block
    }

    .due-to-cover {
        width: 100% !important;
        float: left
    }

    .due-to-cover,.date-from-cover {
        margin-top: 15px
    }

    .meeting-summery .info-box {
        width: 48%;
        margin-bottom: 10px
    }

    .adress-details {
        min-height: 332px
    }

    .slider-area .caption-area {
        transform: none;
        width: 100% !important;
        position: relative;
        min-height: 220px
    }

    .slider-area .captions {
        transform: none;
        padding: 15px
    }

    .rslides figure {
        width: 100% !important
    }
}

@media screen and (min-width : 361px) and (max-width :640px) {
    .description-section.goodPractTopCont {
        margin-bottom:0
    }

    section.news .news-list {
        min-height: 215px
    }

    .home-cp-members .members-list ul li {
        width: 32%
    }

    .new-meeting .form-text {
        padding: 0;
        margin-bottom: 5px;
        width: 25%
    }

    .new-meeting .column-9 {
        padding: 0;
        width: 75%
    }

    .new-meeting .column-10.input-cover {
        width: 100%
    }

    .select2-container {
        width: 100% !important
    }

    .reports-and-publication {
        width: 100%;
        padding-right: 0;
        padding: 0 20px
    }

    .reports-and-publication .resp-tabs-container {
        padding-top: 30px !important
    }

    .reports-and-publication-search-cover {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px
    }

    .reports-and-publication .blue-button {
        display: block;
        margin-bottom: 10px;
        text-align: center
    }

    .reports-and-publication-item img {
        margin-left: 0;
        margin-right: 0
    }

    .login-panel .control-group {
        min-width: 100%
    }

    .login-panel .control-group:nth-child(3) {
        min-width: 35%
    }

    .media-center-cover .column-8 {
        width: 100%
    }

    .media-center-cover .column-4 {
        width: 100%;
        padding-left: 0
    }

    .mail-box .mail-line {
        width: 88%
    }

    .bottom-nav {
        width: 100%
    }

    .members-content-right {
        width: 100%;
        margin-top: 12px
    }

    .members-content-middle-wysywig {
        width: 100%;
        padding-right: 0;
        margin-top: 25px
    }

    .members-vertical-inner.resp-tab-content {
        padding: 0 10px !important
    }

    .members-horizontal-inner h2.resp-accordion {
        background-color: #FFF !important
    }

    .members-vertical-inner.resp-tab-content.resp-tab-content-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 0 solid #FFF !important
    }

    h2.resp-accordion.resp-tab-active {
        border-bottom: 1px solid #c1c1c1
    }

    .members-publicatin-report-item {
        width: 100%;
        float: left;
        padding-right: 0;
        margin: 0 0 28px 0
    }

    .members-publicatin-report {
        margin-bottom: 30px
    }

    .bottom-nav ul {
        display: none
    }

    .mobile_link_secondnav {
        display: block !important
    }

    .button.twocol-button {
        float: left;
        clear: left;
        margin: 5px 0
    }
}

@media screen and (min-width : 768px) and (max-width :1024px) {
    .new-meeting .form-text {
        padding:0;
        margin-bottom: 5px;
        width: 25%
    }

    .new-meeting .column-9 {
        padding: 0;
        width: 75%
    }

    .new-meeting .column-10.input-cover {
        width: 100%
    }

    .select2-container {
        width: 100% !important
    }

    .reports-and-publication-item img {
        margin-left: 0
    }

    .reset .btn {
        margin: -26px -160px 0
    }

    .remind .btn {
        margin: -26px -160px 0
    }

    section.news .news-list {
        min-height: 170px
    }

    .slider-area .captions p:first-of-type {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .slider-area .captions h1 {
        font-size: 18px
    }

    .slider-area .captions time {
        font-size: 16px
    }
}

@media screen and (min-width : 481px) and (max-width :768px) {
    .description-section.goodPractTopCont {
        margin-bottom:0
    }

    .dark-tabs-heading-tab {
        display: block
    }

    .create-memo .column-4.input-cover {
        width: 100%
    }

    .communication-search-area {
        width: 100%
    }

    .communication-search-area .input-box {
        float: left;
        width: 70%;
        margin-right: 3px
    }

    .tawg-meeting-show div.col-sm-offset-2.col-md-6 {
        float: none;
        width: 100%
    }

    .country-contact .country-header .flags img:last-of-type {
        width: 80px
    }

    .bluejeans {
        float: none
    }

    .logo {
        width: 200px
    }

    .logo img {
        width: 100%
    }

    .column-3,.column-9 {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 15px
    }

    .contents {
        padding: 10px 10px
    }

    .breadcrum {
        display: none
    }

    .banner-text-layer {
        position: static
    }

    .slider-text {
        position: static;
        padding: 10px
    }

    .head-right-section {
        display: none
    }

    #main-header {
        padding: 15px
    }

    .tabsWithPointer .resp-tab-content {
        padding: 0 16px;
        border: 1px solid #c1c1c1
    }

    .meeting-shedule {
        padding: 15px
    }

    .join-meeting {
        position: static;
        width: 100%;
        margin-top: 10px;
        display: block;
        height: auto;
        padding: 10px;
        font-size: 16px
    }

    .footer-left .footer-links {
        width: 50%;
        padding: 10px;
        text-align: center
    }

    .footer-left .footer-links.members-links {
        width: 50%;
        padding: 10px;
        text-align: center
    }

    .footer-links.members-links ul li {
        width: 100%
    }

    .footer-links.members-links ul li a {
        padding: 5px
    }

    .footer-top .sitemap {
        width: 100%;
        padding: 10px
    }

    .footer-right {
        width: 100%
    }

    .slider-text h3 {
        font-size: 15px;
        line-height: 20px
    }

    .slider-text h6 {
        font-size: 12px;
        line-height: 17px
    }

    h1 {
        font-size: 22px;
        line-height: 25px
    }

    h2 {
        font-size: 20px;
        line-height: 22px
    }

    h3 {
        font-size: 19px;
        line-height: 21px
    }

    h4 {
        font-size: 17px;
        line-height: 20px
    }

    h5 {
        font-size: 16px;
        line-height: 19px
    }

    h6 {
        font-size: 15px;
        line-height: 18px
    }

    .description-section p {
        font-size: 13px;
        line-height: 20px
    }

    p {
        font-size: 13px;
        line-height: 21px
    }

    .sitemap ul,.footer-logo {
        text-align: center
    }

    .sidebar>a.accordion {
        margin-top: 2px
    }

    .new-memo-button {
        display: block
    }

    .mobile-menu {
        display: block
    }

    .meeting {
        width: 100%
    }

    .sidebar {
        margin-top: 0 !important
    }

    .breadcrumb-sec {
        padding: 0 20px
    }

    .about-overview-top {
        padding: 30px 20px 0 20px
    }

    .overview-chairperson-message img {
        padding-bottom: 5px
    }

    .overview-chairperson-message p {
        font-size: 16px;
        min-height: 202px
    }

    .overview-chairperson-message {
        padding: 10px 25px 22px 10px
    }

    .overview-upcoming-meetings ul li {
        font-size: 16px;
        padding: 10px 0 10px
    }

    .overview-members a img {
        width: 55px
    }

    .about-overview-bottom {
        padding: 0 20px
    }

    .about-overview-bottom-item {
        width: 30%;
        min-height: 450px
    }

    .main-content {
        padding: 0 20px
    }

    .common-left-content-area.full-area {
        width: 100%;
        border: 0
    }

    .common-left-content-area.full-area img {
        width: 100%
    }

    .common-left-content-area ul li {
        font-size: 13px;
        line-height: 21px
    }

    .common-left-content-area ul li:before {
        left: 2px;
        margin-top: 6px
    }

    .common-left-content-area ul {
        padding-left: 12px
    }

    .members-horizontal-inner .resp-tab-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 4px solid #c1c1c1 !important;
        border-bottom: 0 #fff solid !important
    }

    #parentHorizontalTab .resp-tab-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 4px solid #c1c1c1 !important;
        border-bottom: 0 #fff solid !important
    }

    .flag-vertical-tab-cover .resp-tab-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 4px solid #c1c1c1 !important;
        border-bottom: 0 #fff solid !important
    }

    .vertical-tab-cover .resp-tab-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 4px solid #c1c1c1 !important;
        border-bottom: 0 #fff solid !important;
        background-color: #f3f3f3 !important
    }

    .vertical-tab-cover .resp-tab-content.resp-tab-content-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 0 solid #FFF !important
    }

    .flag-vertical-tab-cover .resp-tab-content.resp-tab-content-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 0 solid #FFF !important
    }

    .flag-list-item {
        background-color: transparent;
        padding: 0;
        margin-top: -6px;
        margin-right: 15px
    }

    .members-horizontal-inner h2.resp-accordion {
        background-color: #FFF !important
    }

    .members-horizontal-inner .resp-vtabs .resp-tabs-container {
        width: 100% !important;
        border: 0;
        padding: 0 20px
    }

    .members-vertical-inner.resp-tab-content.resp-tab-content-active {
        border: 1px solid #c1c1c1 !important;
        border-top: 0 solid #FFF !important
    }

    .members-horizontal-inner {
        border: 1px solid #c1c1c1 !important;
        border-top: 0 solid #FFF !important
    }

    .members-vertical-inner.resp-tab-content {
        padding: 15px 20px 30px 20px !important
    }

    .leaderdership-name-item {
        width: 45%
    }

    .achievement-item {
        width: 30%
    }

    .gray-section.meetings-gray {
        padding: 0 20px
    }

    .meetings-item {
        min-height: 248px
    }

    .media-search-center {
        padding: 0 20px
    }

    .media-search {
        width: 100%
    }

    .gallery-cover .carousel ul {
        width: 103px !important
    }

    .gallery-cover .carousel .flex-direction-nav a {
        width: 50px
    }

    .gallery-cover .carousel .flex-viewport {
        height: 242px !important
    }

    .gallery-cover .carousel .flex-direction-nav .flex-next {
        right: 35px
    }

    .reports-and-publication .members-horizontal-inner {
        border: 0 !important
    }

    .reports-and-publication-section {
        padding: 0 20px
    }

    .maket-research-contact.migrant-resource-contact {
        min-height: 200px
    }

    .maket-research-contact {
        min-height: 175px
    }

    .flag-vertical-tab-cover .resp-vtabs .resp-tabs-container {
        width: 100% !important
    }

    .contact-details-sec {
        width: 100%;
        border-right: 0
    }

    .contact-form-sec {
        width: 100%;
        padding-left: 0;
        padding-top: 35px
    }

    .gray-section.gray-tab {
        padding: 0 20px
    }

    .vertical-tab-cover .resp-vtabs .resp-tabs-container {
        width: 100% !important;
        border-left: 0 !important
    }

    .common-vertical-inner.resp-tab-content {
        padding: 15px 20px 30px 20px !important
    }

    .mobile-search {
        display: block;
        float: left;
        width: 100%;
        background: #0e6db0;
        padding: 5px
    }

    #main-header {
        float: left;
        width: 100%
    }

    .input-box.search {
        width: 95%;
        color: #fff;
        border: 0
    }

    .second-navigation {
        float: left;
        width: 100%;
        padding: 0 10px
    }

    .main-banner {
        float: left
    }

    .breadcrumb {
        float: left
    }

    .reset .btn {
        margin: -26px -220px 0
    }

    .remind .btn {
        margin: -26px -220px 0
    }

    .reports-and-publication-search-cover {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px
    }

    .reports-and-publication {
        width: 100%;
        padding-right: 0;
        padding: 0 20px
    }

    .focal-point-container .resp-tab-content {
        padding: 0 10px !important
    }

    .communication-search-area {
        margin-top: 0
    }

    .description-section ul li {
        font-size: 13px;
        line-height: 22px
    }

    .restricted-publication .btn {
        margin-right: 14px
    }

    #main-header {
        min-height: auto
    }

    .slider-area {
        margin: 0 0 30px 0
    }

    .rslides figure {
        width: 72%
    }

    .slider-area .caption-area {
        width: 34%
    }

    .slider-area .captions h1 {
        font-size: 16px;
        line-height: 24px
    }

    .slider-area .captions time {
        font-size: 12px
    }

    .slider-area .captions {
        padding: 15px
    }

    .detail-panel {
        float: left;
        padding: 0 15px
    }

    .slider-area .captions p {
        margin: 10px 0;
        font-size: 12px;
        line-height: 20px
    }

    .home-gray-section {
        float: left;
        width: 100%;
        padding: 15px
    }

    section.news {
        width: 100%;
        margin: 0
    }

    .home-bottom-detail-panel .side-bar {
        width: 100%
    }

    .home-ceo-msg img {
        float: left;
        margin: 0 15px 0 0
    }

    .home-ceo-msg p {
        margin: 30px 0
    }

    .footer-left h6 {
        text-align: left
    }

    .footer-left .footer-links {
        width: 25%
    }

    .footer-left .footer-links.members-links {
        width: 75%
    }

    .footer-links.members-links ul li {
        width: 30%
    }

    .footer-top .sitemap {
        background: #f5f5f5
    }

    .second-navigation .left-section {
        padding: 10px
    }

    .bottom-nav a {
        padding: 12px 3px 11px
    }

    .media-search .input-from,.media-search .input-to {
        width: 30%
    }

    .media-search .search-field {
        width: 34%
    }

    .media-search .submit,.media-search .submit.reset {
        width: 14%;
        margin: 7px 5px 0 0;
        float: right
    }
}

@media screen and (min-width : 361px) and (max-width :640px) {
    .slider-area .caption-area {
        transform:none;
        width: 100%;
        position: relative;
        min-height: 250px
    }

    .rslides figure {
        width: 100%
    }

    .slider-area .captions {
        padding: 15px;
        transform: none
    }

    .slider-area .captions h1 {
        font-size: 16px;
        line-height: 24px
    }

    .slider-area .captions time {
        font-size: 15px
    }

    .slider-area .captions p {
        font-size: 13px;
        margin: 15px 0
    }

    .reset .btn {
        margin: 0
    }

    .remind .btn {
        margin: 0
    }

    .flag-pop-up-item {
        width: 33%;
        min-height: 140px
    }
}

@media screen and (min-width : 769px) and (max-width :1024px) {
    .main-content .container {
        padding:30px 20px
    }

    .about-overview-bottom-item {
        min-height: 510px
    }

    .slider-area .captions {
        padding: 25px 25px 20px
    }

    .slider-area .captions h1 {
        font-size: 18px
    }

    .head-right-section {
        width: 67%
    }

    .slider-area {
        margin: 10px 0 30px 0
    }

    .overview-members a img {
        width: 80px
    }

    .bottom-menu-sec .container {
        padding: 0 20px
    }

    .second-navigation .container {
        padding: 0 20px
    }

    .breadcrumb-sec .container {
        padding: 0 20px
    }

    .detail-panel .container {
        padding: 0 20px
    }

    .home-gray-section .container {
        padding: 0 20px
    }

    .detail-panel.home-bottom-detail-panel .container {
        padding: 0 20px
    }

    .detail-panel.home-bottom-detail-panel .side-bar {
        width: 28%
    }

    section.news .news-list h4 {
        font-size: 16px
    }

    #main-footer .container {
        padding: 0 20px
    }

    #main-header .container {
        padding: 0 15px
    }

    .slider-text {
        left: 20px
    }

    .gray-section.meetings-gray .container {
        padding: 30px 20px
    }

    .members-publicatin-report-item {
        min-height: 180px
    }

    .members-horizontal-inner .resp-vtabs .resp-tabs-list li span {
        width: 67%
    }

    .flag-vertical-tab-cover .resp-vtabs .resp-tabs-list li span {
        width: 67%
    }

    .gallery-cover .slider {
        width: 66%
    }

    .gallery-cover .carousel {
        width: 34%
    }

    .gallery-cover .carousel .flex-viewport {
        height: 300px !important
    }

    .gallery-cover .carousel .flex-direction-nav .flex-next {
        right: 5px
    }

    .meeting-flexslider-cover .flexslider .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .meeting-flexslider-cover .flexslider .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }

    .reports-and-publication-section {
        padding: 0 20px
    }

    .gray-section.gray-tab .container {
        padding: 30px 20px
    }

    .button.twocol-button {
        padding: 4px 6px;
        font-size: 10px
    }

    .contents .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .login-panel .control-group:nth-child(3) {
        min-width: 17%
    }

    .head-right-section ul li {
        padding: 0 1px
    }

    section.news .news-list {
        min-height: 175px
    }
}

@media screen and (min-width : 770px) and (max-width :1000px) {
    .slider-text {
        top:130px
    }
}

@media screen and (min-width : 770px) and (max-width :1230px) {
    .slider-text {
        top:140px
    }
}

#inboxmsgs tr td {
    padding: 0 !important;
    background: transparent !important
}

#outboxmsgs tr td {
    padding: 0 !important;
    background: transparent !important
}

#inboxmsgs tr td .mail-box {
    margin-bottom: 0
}

#inboxmsgs tr td .mail-box a {
    text-decoration: none
}

#outboxmsgs tr td .mail-box {
    margin-bottom: 0
}

#outboxmsgs tr td .mail-box a {
    text-decoration: none
}

#inboxmsgs_wrapper #inboxmsgs_length {
    display: none
}

#inboxmsgs thead {
    display: none
}

#outboxmsgs_wrapper #outboxmsgs_length {
    display: none
}

#outboxmsgs thead {
    display: none
}

ul.resp-tabs-list {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border: 1px solid #5ab1d0 !important;
    border-bottom: 0;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px !important;
    border-top: 4px solid #5ab1d0 !important;
    border-bottom: 0 #fff solid !important;
    border-bottom: 0;
    background-color: #fff
}

.resp-content-active,.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5ab1d0
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: 0;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5ab1d0 !important;
    border-left: 4px solid #5ab1d0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797
}

h2.resp-tab-active {
    background: #dbdbdb
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display:none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1
    }

    .resp-vtabs .resp-tabs-container {
        border: 0;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

/*
     FILE ARCHIVED ON 03:51:37 Sep 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:06:39 Jul 24, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.093
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.009
  esindex: 0.009
  cdx.remote: 44.64
  LoadShardBlock: 158.171 (3)
  PetaboxLoader3.datanode: 261.385 (5)
  load_resource: 223.838
  PetaboxLoader3.resolve: 110.16
  loaddict: 31.587
*/