.header {
    background: #fcd646;
    border-bottom: 0px;
}

.headbar {
    height: 60px;
    margin-top: 17px;
}

.header .navbar-collapse {
    position: relative;
    margin-top: -4px;
}

.header .navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 600;
}

.header .navbar .nav > li > .search {
    color: #fff;
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
    background: #263c8b;
    padding: 11px 0 12px;
    display: inline-block;
    border-bottom: solid 2px #aaa;
}

.title {
    font-size: 20px;
    color: #263c8b;
    text-align: right;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 14px;
}

.orange-bg {
    background: #f3754f;
    text-align: center;
    padding: 40px 0px;
}

.box-shadow h3 {
    /*font-size: 26px;*/
	font-size: 30px;
    color: #263c8b;
	font-family: "Times New Roman", Times, serif!important;
    /*text-transform: uppercase;*/
    font-weight: 600;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    /*padding-bottom: 10px;*/
	padding: 10px 0!important;
	border:3px solid #FFDB38!important;
	border: 0 0 2px 0!important;
	width:35%;
	border-radius:5px!important;
	
}
    .box-shadow h3:after, .box-shadow h3:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        top: 40%;
        background: #fff;
    }

    .box-shadow h3:after {
        right: -50px;
    }

    .box-shadow h3:before {
        left: -50px;
    }
.orange-bg p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 25px;
}

.grey-bg {
    background: #eee;
    padding: 40px 0px;
    text-align: center;
}

    .grey-bg h3 {
        font-size: 20px;
        color: #525252;
        text-transform: uppercase;
        font-weight: 500;
        /* border-bottom: 1px solid #333; */
        margin-bottom: 6px;
        padding-bottom: 10px;
    }

.convenr-container {
    text-align: center;
}

.white-bg {
    background: #fff;
    padding: 40px 0px;
}

    .white-bg h2 {
        font-size: 25px;
        color: #333;
        text-transform: uppercase;
        font-weight: 600;
        /* border-bottom: 1px solid #333;*/
        margin-bottom: 20px;
        padding-bottom: 10px;
        text-align: center;
        position: relative;
        display: inline-block;
    }

        .white-bg h2:after, .white-bg h2:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 2px;
            top: 40%;
            background: #333;
        }

        .white-bg h2:after {
            right: -50px;
        }

        .white-bg h2:before {
            left: -50px;
        }

.grey-bg h2 {
    font-size: 30px;
    color: #263c8b;
    text-transform: uppercase;
    font-weight: 600;
    /* border-bottom: 1px solid #333; */
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    display: inline-block;
}


    .grey-bg h2:after, .grey-bg h2:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        top: 40%;
        background: #263c8b;
    }

    .grey-bg h2:after {
        right: -50px;
    }

    .grey-bg h2:before {
        left: -50px;
    }


.chairing-commitee ul li {
    margin-right: 20px;
}

    .chairing-commitee ul li img {
        background: #fff;
        /*border: 1px solid #dadada;*/
        padding: 10px;
    }

	.chairing-commitee h3 { border-bottom: 1px solid #263c8b!important;color:#0070c0;font-weight:700}
	/*.video-thumb iframe { width:560px; height:315px!important}*/
.un-logo-img img {
    background: #fff;
    /*border: 1px solid #ccc8c8;*/
}

.unw-txt p {
    color: #6d6d6d !important;
    margin-left: 22px;
    text-align: left;
    line-height: 25px;
    font-size: 16px;
}

.btn-u i {
    margin-right: 5px;
    font-size: 16px;
}

.box-shadow {
    /*background: #f3754f;*/
    position: relative;
    color: #ffe1d8;
    text-align: center;
}

.tag-box-v1 {
    border-top: solid 2px #4456ca;
}

.btn-u {
    background: #263c8b;
    border-radius: 4px !important;
    padding: 10px 16px;
    -webkit-box-shadow: 1px 1px 3px 0px #333333;
    -moz-box-shadow: 1px 1px 3px 0px #333333;
    box-shadow: 1px 1px 3px 0px #333333;
}

    .btn-u:hover {
        background: #4456ca;
    }

.convenr-internal {
    display: table;
}

.un-logo-img {
    width: 12%;
    float: left;
    display: table-cell;
}

.unw-txt {
    color: #009ddc;
    vertical-align: top;
    display: table-cell;
    font-size: 1em;
    line-height: 20px;
}

.chairing-commitee {
    margin: 20px 0px;
    /*background: #e6e6e6;*/
    padding: 10px 10px 30px 20px;
    text-align: left;
    /*border: 1px solid #dcdcdc;*/ 
}
    /*.chairing-commitee h3{
font-family: 'Unilever DIN Offc Pro', sans-serif;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom:1px solid #333;
    margin-bottom:12px;
}*/
    .chairing-commitee ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
		text-align:center;
    }

        .chairing-commitee ul li {
            display: inline-block;
            margin-bottom: 20px;
            width: 16%;
        }




            .chairing-commitee ul li img {
                width: 100%;
            }

.unw-txt a {
    color: #f3754f;
    text-decoration: underline;
}

    .unw-txt a:hover {
        color: #009ddc;
        text-decoration: underline;
    }


.headline {
    border: 0px;
}

.convenr-container h3 {
    font-size: 26px;
    color: #2b3f86;
    text-transform: uppercase;
    font-weight: 600;
    /* border-bottom: 1px solid #333; */
    margin-top: 60px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    border: none;
}

    .convenr-container h3:after, .convenr-container h3:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        top: 40%;
        background: #2b3f86;
    }

    .convenr-container h3:after {
        right: -50px;
    }

    .convenr-container h3:before {
        left: -50px;
    }

.slide-internal {
    text-align: center;
}

    .slide-internal h2 {
        font-size: 30px;
        color: #2b3f86;
        text-transform: uppercase;
        font-weight: 600;
        /* border-bottom: 1px solid #333; 
        margin-top: 100px;*/
		margin-top: 40px;
        position: relative;
        display: inline-block;
        border: none;
    }
    .slide-internal h2.subtitle {
        font-size: 24px!important;		
        color: #2a3d85!important;
        text-transform: none!important;
        font-weight: 700;
        /* border-bottom: 1px solid #333; 
        margin-top: 100px;*/
		margin-top: 40px;
        position: relative;
        display: inline-block;
        border: none;
    }
        .slide-internal h2.subtitle:after, .slide-internal h2.subtitle:before {
		content: none!important;
		 clear: both!important;
        }

        .slide-internal h2:after, .slide-internal h2:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 2px;
            top: 40%;
            background: #2b3f86;
        }

        .slide-internal h2:after {
            right: -50px;
        }

        .slide-internal h2:before {
            left: -50px;
        }

.blog-medium .headline h2 {
    font-size: 20px;
    color: #2b3f86;
    text-transform: uppercase;
    font-weight: 600;
    /* border-bottom: 1px solid #333; */
    margin-left: 0;
    padding: 0 40px 0 40px;
    position: relative;
    display: inline-block;
    border: none;
}

    .blog-medium .headline h2:after, .blog-medium .headline h2:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        top: 40%;
        background: #2b3f86;
    }

    .blog-medium .headline h2:after {
        right: 0;
    }

    .blog-medium .headline h2:before {
        left: 0;
    }

.blog-medium {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.headline h2 {
    font-size: 20px;
    color: #2b3f86;
    text-transform: uppercase;
    font-weight: 600;
    /* border-bottom: 1px solid #333; */
    margin-left: 40px;
    padding-bottom: 0px;
    position: relative;
    display: inline-block;
    border: none;
}

    .headline h2:after, .headline h2:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        top: 40%;
        background: #2b3f86;
    }

    .headline h2:after {
        right: -50px;
    }

    .headline h2:before {
        left: -50px;
    }


.C_mt10 {
    margin-top: 10px;
}

.C_mr20 {
    margin-right: 20px;
}

.Forms_customBlock {
    width: 100%;
    float: left;
    margin-top: 20px !important;
    padding: 10px 25px !important;
}

.Forms_heading {
    font-size: 19px;
    color: #5bc8dc;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0px;
}

.msg-error {
    color: red;
}

.dp-none {
    display: none;
}

.d-inline {
    display: inline-block
}



.customRadio [type="radio"]:checked,
.customRadio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .customRadio [type="radio"]:checked + label,
    .customRadio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .customRadio [type="radio"]:checked + label:before,
        .customRadio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #707070;
            border-radius: 100%;
            background: #fff;
        }

        .customRadio [type="radio"]:checked + label:after,
        .customRadio [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #2a60d9;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .customRadio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .customRadio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }



.recent-resource-block .headline h2 {
    font-size: 20px;
    color: #5bc8dc;
    text-transform: uppercase;
    font-weight: 600;
    /* border-bottom: 1px solid #333; */
    margin-left: 40px;
    padding-bottom: 0px;
    position: relative;
    display: inline-block;
    border: none;
}

    .recent-resource-block .headline h2:after, .recent-resource-block .headline h2:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        top: 40%;
        background: #5bc8dc;
    }

    .recent-resource-block .headline h2:after {
        right: -50px;
    }

    .recent-resource-block .headline h2:before {
        left: -50px;
    }

.two-column-blocks {
    border-bottom: 1px solid #d4d4d4;
    padding: 30px 0px 30px 0px;
}

.side-column-blocks {
    padding: 30px 0px 0px 40px;
}

.recent-resource-block {
    background: #ddfaff;
    padding: 10px 25px;
    margin-bottom: 35px;
}



.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: #f3754f;
    border-top: solid 1px #f3754f;
}

.slide-contact, .slide-contact a {
    font-size: 15px;
}

.terms-container a {
    color: #a0320f;
    font-size: 13px;
    text-decoration: underline;
}

.slide-contact, .slide-contact a {
    color: #fff;
}

    .slide-contact a:hover, .terms-container a:hover {
        color: #263c8b;
    }

a {
    color: #f3754f;
    text-decoration: none;
}

li a {
    color: #f3754f;
}

    li a:hover, a:hover {
        color: #263c8b;
    }
.video-thumb {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-thumb iframe,.video-thumb object,.video-thumb embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-container {
    /*background: #e6e6e6;
    margin: 50px auto 80px auto;*/
    margin: 20px 0px auto 0px auto;
    padding: 8px 0px 28px 0px;
}

.video-desc {
    background: #fff;
    margin-top: -5px;
    padding: 15px 10px;
    text-align: left;
}

.head-video {
    font-size: 18px;
    color: #000;
}

.video-thumb-container a:hover {
    text-decoration: none;
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: right;
}

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        background: #263c8b !important;
        border-radius: 4px !important;
        position: absolute;
        width: 32px;
        height: 40px;
        outline: none;
    }

    .owl-carousel .owl-nav button.owl-next {
        top: 35%;
        /*right: -30px;*/
        right: -4%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 35%;
        left: -4%;
    }

.owl-theme .owl-nav {
    margin-top: -12px;
    margin-right: 12px;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    font-size: 37px !important;
    /* padding: 0px 10px; */
    color: #fff;
    height: 12px;
    display: block;
    margin-top: -33px;
}


legend {
    font-size: 19px !important;
    color: #5bc8dc !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    /* border-bottom: 1px solid #333; */
    padding-top: 110px !important;
    position: relative !important;
    display: inline-block !important;
    border: none !important;
    width: auto !important;
    /* margin-left: 56px; */
}



/*legend:after, legend:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
   top: 40%;
    background: #333333;
}
legend:after{
     
    right: -50px;
}
legend:before{
     
    left: -50px;
}*/

fieldset {
    min-width: 0 !important;
    padding: 10px 25px !important;
    margin-top: -50px !important;
    border: 0 !important;
    background: #eee !important;
}

.form-submit-border .btn {
    background: #263c8b;
    border-radius: 4px !important;
    padding: 10px 16px;
    -webkit-box-shadow: 1px 1px 3px 0px #333333;
    -moz-box-shadow: 1px 1px 3px 0px #333333;
    box-shadow: 1px 1px 3px 0px #333333;
    color: #fff;
    border: 0px;
    outline: 0px;
    margin-top: 10px;
    float: right;
}
.imagewidth300 img {
    max-width: 300px;
    margin-right: 20px
}

.common_blueheading {
    font-size: 24px;
    color: #2b3f86;
}

.common_orangeheading {
    font-size: 24px;
    color: #f79646;
}
.form-control {
    border-radius: 4px !important;
    height: 38px;
}

.copyright .container .row .col-md-4 {
    display: none;
}

.copyright .container .row .col-md-8 {
    width: 100%;
}

/* ====================== */
.fa {
    font-family: FontAwesome !important;
}

.header .dropdown-menu li a {
    font-size: 15px !important;
}

.header .title {
    visibility: hidden;
}
.member-promo
{
    background-color: #c1edff;
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #01a1e7;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
}

.convenr-internal {
    display: flex;
}

.convenr-internal .unsta-logo-img {
    float: left;
    margin: 0 25px 0 6px;
}

.convenr-internal .unsta-home-txt p {
    color: #6d6d6d !important;
    text-align: left;
    line-height: 25px;
    font-size: 16px;
}

@media (max-width: 992px) {
    .header .navbar-brand {
        top: -10px;
        height: 60px;
    }

    .header .title {
        display: none;
    }

    .header .navbar-collapse {
        background-color: #fcd646;
        position: relative;
        margin-top: 5px;
    }
	
    .owl-carousel .owl-nav button.owl-next {
        top: 35%;
        /*right: -30px;*/
        right: -4%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 35%;
        left: -4%;
    }

}

@media (min-width:320px) and (max-width: 768px) {
    .header .navbar-collapse {
        background-color: #fcd646;
        position: relative;
        margin-top: 10px;
    }

    .header .title {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
        border-top: solid 3px #72c02c;
    }

    .navbar-default {
        background-color: #fcd646 !important;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            background-color: #fcd646;
            color: #333 !important;
        }

    .title {
        font-size: 11px;
        margin-top: 10px !important;
    }

    .btn-u {
        padding: 7px 16px;
    }
	
    .box-shadow h3 {
	width:75%;
	border-radius:5px!important;
	
}

    .owl-carousel .owl-nav button.owl-next {
        top: 18%;
        right: -4%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 18%;
        left: -4%;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 
    .owl-carousel .owl-nav button.owl-next {
        top: 35%;
        right: -4%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 35%;
        left: -4%;
    }
	.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: block!important;
}
	
	}

.videoheight {
    height: 300px;
}

@media screen and (min-width: 991px) {
    .videoheight {
        height: 650px;
    }
}

.w-100 {
    width: 100% !important;
}

.g-absolute-bottom {
    position: absolute;
    bottom: 5px;
}

.g-color-white {
    color: #fff !important;
}

.block_categorytitle {
    position: absolute;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #F3754F;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}



.g-pr-1--md {
    padding-right: 0.07143rem !important;
}

.g-mb-15 {
    margin-bottom: 1.07143rem !important;
}

.g-mt-10 {
    margin-top: 0.71429rem !important;
}

.g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
}

.g-color-white {
    color: #fff !important;
}

[class*="u-block-hover"] {
    position: relative;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    [class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.u-block-hover--uncroped {
    overflow: visible;
}

    .u-block-hover--uncroped:hover {
        z-index: 2;
    }

.u-shadow-v25 {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
}

.u-bg-overlay {
    position: relative;
}

figure {
    margin: 0;
}

.u-bg-overlay::before, .u-bg-overlay::after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100px;
}

.g-bg-white-gradient-opacity-v1, .g-bg-white-gradient-opacity-v1--after::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.u-block-hover:hover .u-block-hover__main--zoom-v1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.BlueFont_heading {
    color: #2b3f86;
}

.btnSearch_resource {
    background: #EE493D;
    border: 1px solid #E82B1E
}

.b-b-blue {
    border-bottom: 1px solid #304fbe;
}

.g-font-weight-600 {
    font-weight: 600 !important;
}

.g-font-size-12 {
    font-size: 0.85714rem !important;
}

.text-dark {
    color: #343a40 !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.text-left {
    text-align: left !important;
}

.w-100.g-absolute-bottom h6.g-mt-10 {
    font-size: 15px
}

.float-right {
    float: right !important;
}

@media screen and (min-width: 0px) {
    .g-mb-30 {
        margin-bottom: 2.14286rem !important;
    }

    .g-px-10 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .g-mt-30 {
        margin-top: 2.14286rem !important;
    }

    .g-mb-15 {
        margin-bottom: 1.07143rem !important;
    }
}

figure.height250px {
    height: 250px;
}

.object-fit {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media (min-width:320px) and (max-width: 480px) {

    .chairing-commitee ul {
        padding-top: 10px;
    }

        .chairing-commitee ul li {
            display: inline-block;
            width: 50%;
        }

            .chairing-commitee ul li img {
                padding: 0px;
            }
    .convenr-internal {
        display: table;
        padding: 0 20px 0 20px;
    }

    .convenr-internal .unsta-logo-img {
        float: left;
        margin: 0 25px 0 6px;
    }

    .convenr-internal .unsta-home-txt p {
        color: #6d6d6d !important;
        text-align: left;
        line-height: 25px;
        font-size: 16px;
    }
}

@media (min-width:481px) and (max-width: 768px) {

    .chairing-commitee ul {
        padding-top: 10px;
    }

        .chairing-commitee ul li {
            display: inline-block;
            width: 33%;
        }

            .chairing-commitee ul li img {
                padding: 0px;
            }
}
/*Topbar*/
.topbar ul.loginbar li a {
    color: #242d7b;
}

.topbar ul.lenguages li a {
    color: #7c8082;
}

.topbar ul.loginbar li i.fa {
    color: #242d7b;
}

.header .navbar-default .navbar-nav>.open>a,
.header .navbar-default .navbar-nav>.open>a:focus{ color: #333;}
.topbar{padding-bottom: 0px;}
.header .topbar .container{position:relative}
.header .topbar .container ul.loginbar{ position: absolute;right: 14px;}
img.logo-custom {max-width: 96%;}
@media (min-width: 320px) and (max-width: 660px){
img.logo-custom {width: 190px;max-width: 96%;}
}