/**
 * @file
 * Subtheme specific CSS.
 */
body {
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.42857143;
}
#main-wrapper a:visited {
	text-decoration: none;
	color: #99c;
}
#main-wrapper a:link {
	text-decoration: none;
	color: #36c;
}
#main-wrapper a:hover {
	text-decoration: none;
	color: #c33;
}
.topbar-wrapper {
	background: linear-gradient(to bottom, #eef0ef 1%, #cdced0 100%) !important;
}
.google-cse .btn {
	padding: 2px 5px;
	font-size: 11px;
	border-radius: 0;
	border: 0;
	height: 22px;
}
#acronym-helper-search-form {
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	width: 190px;
}
#acronym-helper-search .form-group {
	margin-bottom: -6px;
}
#acronym-helper-search > div {
	display: inline-block;
	padding-bottom: 0;
}

/* logo-area styles */
.navbar .logo {
	margin: 0 0 0 -15px;
}
.name {
	background: #fff url("/themes/ccnso_theme/images/header-new.png") no-repeat top right;
}
.name a, .name a:hover, .name a:visited {
	color: #f90;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

/* CCNSO-394 - Start*/
.site-footer {
	background: #FFF;
	padding: 0;
}
.site-footer .container {
	padding: 0;
}
.site-footer .content {
	color: #000;
	font-size: 13px;
}
.site-footer .block {
	padding: 4.5px 14px 0px;
	margin: 0;
}
.site-footer .content a, .site-footer .content a.is-active {
	color: #337ab7;
	text-decoration: none;
}
.site-footer .content a:hover, .site-footer .content a:focus {
	color: #23527c;
	text-decoration: underline;
}
.site-footer__top p {
	margin-top: 28px;
}
.site-footer__top {
	margin-top: 2px;
}

@media all and (min-width: 320px) {
.site-footer__top .region {
	width: 100%;
	padding: 0 0.65%;
	border-top: 1px solid #E5E5E5;
	margin: 30px 0px 0px;
}
}
/* CCNSO-394 - End*/

/* CCNSO-393 - Start*/
.nav-wrapper {
	background: #3E3E40;
	background: -moz-linear-gradient(top, #3E3E40 1%, #909295 100%);
	background: -webkit-linear-gradient(top, #3E3E40 1%, #909295 100%);
	background: linear-gradient(to bottom, #3E3E40 1%, #909295 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E3E40', endColorstr='#909295', GradientType=0 );
}
.navbar-nav li {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.navbar-nav li a {
	color: #fff;
	padding: 6px 20px !important;
}
.navbar-nav {
	flex-direction: row;
}
.navbar-nav li {
	border: 1px solid #ccc;
	border-width: 0 1px;
}
.dropdown-item a {
}
.navbar-nav li .dropdown-menu li a, .navbar-nav li .dropdown-menu li a:visited {
	color: #5566d0;
	width: 100%;
}
.navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-nav li .dropdown-menu li {
	border-bottom: 1px solid #d1d1d1;
}
.dropdown-toggle::after {
	display: none;
}
.navbar-nav li .dropdown-menu li:first-child, .navbar-nav li .dropdown-menu li:first-child a:hover, .navbar-nav li .dropdown-menu li:first-child a:focus, .groups .nav li .dropdown-menu li.first, .groups .nav li .dropdown-menu li.first a:hover, .groups .nav li .dropdown-menu li.first a:focus {
	border-radius: 15px 15px 0 0;
}
.navbar-nav li > .dropdown-menu > li a:hover, .navbar-nav > li > .dropdown-menu > li:hover, .navbar-nav > li > .dropdown-menu li > a:focus, .navbar-nav > .dropdown-menu > .active > a:hover, .navbar-nav > .dropdown-menu > .active a:focus {
	background-color: #dce9d8;
	color: #000;
}
ul.dropdown-menu li {
	white-space: normal;
	font-size: 14px !important;
	padding: 0px;
}
.navbar-nav > li > a.is-active {
	background: #f06c3c !important;
	background: -moz-linear-gradient(top, #f06c3c 1%, #fcddb9 100%) !important;
	background: -webkit-linear-gradient(top, #f06c3c 1%, #fcddb9 100%) !important;
	background: linear-gradient(to bottom, #f06c3c 1%, #fcddb9 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06c3c', endColorstr='#fcddb9', GradientType=0 );
}
.navbar-nav > li:last-child:hover {
	background: #91a9cc !important;
	background: -moz-linear-gradient(top, #91a9cc 0%, #d5dbeb 100%)!important;
	background: -webkit-linear-gradient(top, #91a9cc 0%, #d5dbeb 100%) !important;
	background: linear-gradient(to bottom, #91a9cc 0%, #d5dbeb 100%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91a9cc', endColorstr='#d5dbeb', GradientType=0 )!important;
}
.main-nav .navbar-nav > li:last-child > a {
    background: #B0D18D !important;
    background: -moz-linear-gradient(top,  #B0D18D 0%, #C9D73B 100%) !important;
    background: -webkit-linear-gradient(top,  #B0D18D 0%,#C9D73B 100%) !important;
    background: linear-gradient(to bottom,  #B0D18D 0%,#C9D73B 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B0D18D', endColorstr='#C9D73B',GradientType=0 ) !important;
}
.main-nav .navbar-nav > li:last-child > a:hover {
    background: #91A9CC !important;
    background: -moz-linear-gradient(top,  #91A9CC 0%, #D5DBEB 100%) !important;
    background: -webkit-linear-gradient(top,  #91A9CC 0%,#D5DBEB 100%) !important;
    background: linear-gradient(to bottom,  #91A9CC 0%,#D5DBEB 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91A9CC', endColorstr='#D5DBEB',GradientType=0 ) !important;
}
.navbar-nav > li > .dropdown-menu li a:hover, .navbar-nav > li > .dropdown-menu li a:focus, .navbar-nav .dropdown-menu > .active > a:hover, .navbar-nav .dropdown-menu > .active > a:focus {
	background-color: #dce9d8;
	color: #000;
	text-decoration: none;
}
.navbar-nav > li > .dropdown-menu li a, .navbar-nav > li > .dropdown-menu li a:visited {
	color: #5566d0;
	width: 100%;
}
/* CCNSO-393 - End*/

/* CCNSO-438-css - Start*/
input {
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	color: -internal-light-dark-color(black, white);
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
	-webkit-rtl-ordering: logical;
	cursor: text;
	margin: 0em;
	font: 400 13.3333px Arial;
	padding: 1px 2px;
	border-width: 2px;
	border-style: inset;
	border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
	border-image: initial;
}
.acronym-helper-search {
	background: #ccc;
	background-color: #E8E9EB;
	border-style: outset;
	border-width: 1px;
	clear: left;
	float: left;
	margin-left: 0;
	padding: 0 18px 0 15px;
	padding-right: 18px !important;
	position: absolute;
	text-align: left;
	z-index: 50;
	width: auto;
}
.form-text {
	margin: 0px;
}
#acronym-helper-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
.region-header-left {
	padding: 0 15px 0px;
}
.acroform {
	color: #000;
	font-size: 13px;
}
.acroform input[type] {
	line-height: 19px;
	padding: 0 10px;
	font-size: 13px;
}
.acroform #acronym-helper-search-form {
	font-weight: bold;
	font-style: italic;
	border: 1px solid;
	border-radius: 3px;
	border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
}
#cse-search-box input {
	color: #555;
	font-size: 12px;
	border-radius: 0;
	border: 0;
	height: 22px;
	padding: 5px 10px;
	z-index: 1000;
}
#acronym-helper-search-form {
	width: 167px;
	padding: 0 11px;
	margin-left: 3px;
}
#block-cse-search-ccnso {
	padding: 0 15px 5px;
}
/* CCNSO-438-css - End*/

/* CCNSO-439-css - Start*/
#logo {
	margin: 0 0 0 -12px;
}
a[href^="https:"] img {
	padding: 0;
	background: none;
}
/* CCNSO-439-css - End*/

/* CCNSO-437-css - Start*/
.sidebar .block {
	border-style: none;
	background-color: transparent !important;
}
.main-nav {
	padding: 0;
}
.navbar-nav > li.last {
	background: #b0d18d !important;
	background: -moz-linear-gradient(top, #b0d18d 0%, #c9d73b 100%) !important;
	background: -webkit-linear-gradient(top, #b0d18d 0%, #c9d73b 100%) !important;
	background: linear-gradient(to bottom, #b0d18d 0%, #c9d73b 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d18d', endColorstr='#c9d73b', GradientType=0 );
}
.navbar-nav > li.last a.is-active {
	background: #b0d18d !important;
	background: -moz-linear-gradient(top, #b0d18d 0%, #c9d73b 100%) !important;
	background: -webkit-linear-gradient(top, #b0d18d 0%, #c9d73b 100%) !important;
	background: linear-gradient(to bottom, #b0d18d 0%, #c9d73b 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d18d', endColorstr='#c9d73b', GradientType=0 );
}
.navbar-nav > li.leaf > a.active, .navbar-nav > li.active-trail > a.active {
	background: #f06c3c !important;
	background: -moz-linear-gradient(top, #f06c3c 1%, #fcddb9 100%) !important;
	background: -webkit-linear-gradient(top, #f06c3c 1%, #fcddb9 100%) !important;
	background: linear-gradient(to bottom, #f06c3c 1%, #fcddb9 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06c3c', endColorstr='#fcddb9', GradientType=0 );
}
.navbar-nav > li > a:hover {
	-webkit-box-shadow: 0px 5px 0px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(50, 50, 50, 1);
	box-shadow: 0px 5px 0px 0px rgba(50, 50, 50, 1);
	background: none;
}
.navbar-nav > li.last:last-child:hover {
	background: #91a9cc !important;
	background: -moz-linear-gradient(top, #91a9cc 0%, #d5dbeb 100%)!important;
	background: -webkit-linear-gradient(top, #91a9cc 0%, #d5dbeb 100%) !important;
	background: linear-gradient(to bottom, #91a9cc 0%, #d5dbeb 100%)!important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91a9cc', endColorstr='#d5dbeb', GradientType=0 )!important;
}
.navbar-nav .dropdown-menu {
	background-color: #fdfedb;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
	padding: 0;
	margin-top: 0px;
	width: 270px;
}
.navbar-nav > li > .dropdown-menu li:nth-child(even) {
	background-color: #f5f3f0;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px !important;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/*working groups menu Start*/
.navbar-nav li .menu li a, .navbar-nav li .menu li a:visited {
	color: #5566d0;
	width: 100%;
}
.navbar-nav .menu {
	position: absolute;
}
.navbar-nav li .menu li {
	border-bottom: 1px solid #d1d1d1;
}
.dropdown-toggle::after {
	display: none;
}
.navbar-nav li .menu li.first, .navbar-nav li .menu li.first a:hover, .navbar-nav li .menu li.first a:focus, .groups .nav li .menu li.first, .groups .nav li .menu li.first a:hover, .groups .nav li .menu li.first a:focus {
	border-radius: 15px 15px 0 0;
}
.navbar-nav li > .menu > li a:hover, .navbar-nav > li > .menu > li:hover, .navbar-nav > li > .menu li > a:focus, .navbar-nav > .menu > .active > a:hover, .navbar-nav > .menu > .active a:focus {
	background-color: #dce9d8;
	color: #000;
}
ul.menu li {
	width: 255px;
	white-space: normal;
	font-size: 14px !important;
	padding: 0px;
}
.navbar-nav > li > .menu li a:hover, .navbar-nav > li > .menu li a:focus, .navbar-nav .menu > .active > a:hover, .navbar-nav .menu > .active > a:focus {
	background-color: #dce9d8;
	color: #000;
}
.navbar-nav > li > .menu li a, .navbar-nav > li > .menu li a:visited {
	color: #5566d0;
	width: 100%;
}
.navbar-nav .menu {
	background-color: #fdfedb;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
	padding: 0;
	margin-top: 0px;
}
.navbar-nav > li > .menu li:nth-child(even) {
	background-color: #f5f3f0;
}
.menu > li > a {
	display: block;
	padding: 3px 20px !important;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.groups li.menu-item--expanded {
	background: url(/themes/ccnso_theme/images/arrow-right.png) no-repeat scroll left center transparent;
	position: relative;
	display: block;
}

/*15jun2020 updates start*/
.sidebar_first .block li.menu-item--expanded > a {
	font-size: 18px;
	color: #000 !important;
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 1.2;
}
.groups li .dropdown-menu {
	position: absolute;
	background-color: #fdfedb;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
	padding: 0;
	margin-top: -10px;
}
/*15jun2020 updates End*/

.groups li .dropdown-menu li.first, .groups li .dropdown-menu li.first a:hover, .groups li .dropdown-menu li.first a:focus {
	border-radius: 15px 15px 0 0;
}
.groups li .dropdown-menu li {
	border-bottom: 1px solid #d1d1d1;
}
.groups .dropdown-menu li a, .groups .dropdown-menu li a:visited {
	color: #5566d0;
	width: 100%;
}
.groups.work ul.dropdown-menu li a {
	width: 400px;
	white-space: normal;
}
.groups ul.dropdown-menu li a {
	font-size: 12px;
}
.groups .dropdown-menu li:nth-child(even) {
	background-color: #f5f3f0;
}
.groups .dropdown-menu li a:hover, .groups .dropdown-menu li a:focus, .groups .dropdown-menu > .active > a:hover, .groups .dropdown-menu > .active > a:focus {
	background-color: #dce9d8;
	color: #000;
}
/* working groups menu End */
/* CCNSO-437-css - End */

/* CCNSO-440-css - Start */
.sidebar_first .section {
	background: #eef2fa;
	background: -moz-linear-gradient(top, #eef2fa 1%, #eef2fa 62%, #fdfffe 100%);
	background: -webkit-linear-gradient(top, #eef2fa 1%, #eef2fa 62%, #fdfffe 100%);
	background: linear-gradient(to bottom, #eef2fa 1%, #eef2fa 62%, #fdfffe 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef2fa', endColorstr='#fdfffe', GradientType=0 );
	border: none;
	border-radius: 0;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.block-gtranslate {
	margin-top: 15px;
	margin-bottom: 30px;
	border: 2px solid #000 !important;
	background: #8e8e8e;
	background: -moz-linear-gradient(top, #8e8e8e 0%, #616161 100%);
	background: -webkit-linear-gradient(top, #8e8e8e 0%, #616161 100%);
	background: linear-gradient(to bottom, #8e8e8e 0%, #616161 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#616161', GradientType=0 );
	padding: 10px;
	text-align: center;
	display: block;
}
select {
	max-width: 100%;
	width: auto;
}
.block-gtranslate h2 {
	background-color: #fff;
	text-align: center;
	font-size: 14px !important;
	border: 1px solid #111;
	padding: 4px 0px 5px;
	margin: 10px 30px;
	margin-top: 0;
	text-shadow: none;
}
.sidebar .block {
	padding: 10px 7px !important;
	margin: 10px 0 0px !important;
}
.sidebar .block .content {
	font-size: 13px !important;
}
/* CCNSO-440-css - End */

/* CCNSO-466-css - Start */
/* Council Activities menu Start */
.menu--council-activities-menu li.menu-item--expanded {
	background: url(/themes/ccnso_theme/images/arrow-right.png) no-repeat scroll left center transparent;
	position: relative;
	display: block;
}
li .dropdown-menu {
	background-color: #fdfedb;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #d1d1d1;
	padding: 0;
	margin-top: -10px;
}
li .dropdown-menu li.first, li .dropdown-menu li.first a:hover, li .dropdown-menu li.first a:focus {
	border-radius: 15px 15px 0 0;
}
li .dropdown-menu li {
	border-bottom: 1px solid #d1d1d1;
}
.dropdown-menu li a, .dropdown-menu li a:visited {
	color: #5566d0;
	width: 100%;
}
ul.dropdown-menu li a {
	white-space: normal;
}
ul.dropdown-menu li a {
	font-size: 12px;
}
.dropdown-menu li:nth-child(even) {
	background-color: #f5f3f0;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #dce9d8;
	color: #000 !important;
}
/*Council Activities menu End*/

/*ccNSO as Decisional Participant menu Start*/
.menu--menu-ccnso-as-decisional-partici li.menu-item--expanded {
	background: url(/themes/ccnso_theme/images/arrow-right.png) no-repeat scroll left center transparent;
	position: relative;
	display: block;
}
.dropdown-menu li a, .dropdown-menu li a:visited {
	color: #5566d0;
	width: 100%;
}
/*ccNSO as Decisional Participant menu End*/

a[href$='.pdf'] {
	padding: 0 25px 0 0 !important;
	background: transparent url(/themes/ccnso_theme/images/pdf.png) no-repeat center right;
	word-break: break-word;
}

a[href^="http:"] {
	padding: 0 25px 0 0 !important;
	background: transparent url(/themes/ccnso_theme/images/external.png) no-repeat center right;
}
p {
	margin-bottom: 10px;
}
.block h2 {
	font-size: 19px;
	text-align: center;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	border-bottom: none;
	color: #000;
}
#block-localcctldevents {
	background-image: url(/themes/ccnso_theme/images/calendar-map.png);
	padding: 20px !important;
	color: #fff;
}
li .dropdown-menu li:last-child, li .dropdown-menu li:last-child a:hover, li .dropdown-menu li:last-child a:focus {
	border-radius: 0 0 15px 15px;
}
h5 {
	font-size: 14px;
}
a.buttonwide {
	display: block;
	width: 186px;
	height: 25px;
	margin: 1em auto 1.5em auto;
	background: url(https://ccnso.icann.org/files/ccnso/images/button-green-wide.png) 0 0 no-repeat !important;
	padding: .2em 0 0 0;
	color: #ffffff;
	font-size: 90%;
	text-align: center;
}
a.buttonwide:hover {
	display: block;
	width: 186px;
	height: 25px;
	margin: 1em auto 1.5em auto;
	background: url(https://ccnso.icann.org/files/ccnso/images/button-purple-wide.png) 0 0 no-repeat !important;
	padding: .2em 0 0 0;
	color: #ffffff;
	font-size: 90%;
	text-align: center;
}
#block-ccnso-theme-ccnso-theme-menu-ccnso-activities-menu ul, #block-ccnso-theme-ccnso-theme-menu-library-menu ul, #block-ccnso-theme-ccnso-theme-menu-about-menu ul, #block-ccnso-theme-ccnso-theme-menu-memberhsip-menu ul, #block-ccnso-theme-ccnso-theme-menu-who-council-menu ul {
	padding-left: 25px;
	display: block;
}
#block-ccnso-theme-ccnso-theme-menu-ccnso-activities-menu ul li, #block-ccnso-theme-ccnso-theme-menu-library-menu ul li, #block-ccnso-theme-ccnso-theme-menu-about-menu ul li, #block-ccnso-theme-ccnso-theme-menu-memberhsip-menu ul li, #block-ccnso-theme-ccnso-theme-menu-who-council-menu ul li {
	display: list-item;
	list-style: disc;
	font-size: 13px;
}
#block-ccnso-theme-ccnso-theme-menu-ccnso-activities-menu ul li a, #block-ccnso-theme-ccnso-theme-menu-library-menu ul li a, #block-ccnso-theme-ccnso-theme-menu-about-menu ul li a, #block-ccnso-theme-ccnso-theme-menu-memberhsip-menu ul li a, #block-ccnso-theme-ccnso-theme-menu-who-council-menu ul li a {
	line-height: 1.2;
	padding: 0px;
	margin: 0px 0 0 -5px;
}
#block-ccnso-theme-ccnso-theme-menu-ccnso-activities-menu a:hover, #block-ccnso-theme-ccnso-theme-menu-library-menu a:hover, #block-ccnso-theme-ccnso-theme-menu-about-menu a:hover, #block-ccnso-theme-ccnso-theme-menu-memberhsip-menu a:hover, #block-ccnso-theme-ccnso-theme-menu-who-council-menu a:hover {
	color: #c33 !important;
}
#block-resourcesmenublock-2 ul, #block-resourcesmenublock ul {
	padding-left: 25px;
	display: block;
}
#block-resourcesmenublock-2 ul li, #block-resourcesmenublock ul li {
	display: list-item;
	list-style: disc;
	font-size: 13px;
}
#block-resourcesmenublock-2 ul li a, #block-resourcesmenublock ul li a {
	line-height: 1.2;
	padding: 0px;
	margin: 0px 0 0 -5px;
}
#block-resourcesmenublock-2 a:hover, #block-resourcesmenublock a:hover {
	color: #c33 !important;
}
#block-ccnsoprimarycontactlink h2 {
	font-size: 19px;
	text-shadow: none;
}
#block-localcctldevents h2 {
	font-size: 19px;
	color: #FFFFFF;
	text-shadow: none;
}
/* CCNSO-466-css - End*/

/* CCNSO-467-css - Start*/
#block-welcomefromthechair, #block-latestccnsoyoutubeclip, #block-ccnsoflickrstream {
	background: #fed9b0;
	background: -moz-linear-gradient(top, #fed9b0 0%, #fed9b0 60%, #fff7ef 100%);
	background: -webkit-linear-gradient(top, #fed9b0 0%, #fed9b0 60%, #fff7ef 100%);
	background: linear-gradient(to bottom, #fed9b0 0%, #fed9b0 60%, #fff7ef 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed9b0', endColorstr='#fff7ef', GradientType=0 );
	padding-top: 15px;
	text-align: center;
	color: #000;
}
#block-welcomefromthechair h3 {
	font-size: 20px;
}
.orange {
	border-top: 10px solid #f59331;
	margin: 30px 0 10px;
}
.sidebar_second h2 {
	font-size: 19px;
}
.sidebar_second h4 {
	font-size: 18px;
}
/* CCNSO-467-css - End*/

/* CCNSO-468-css - Start*/
.main-content section.section {
	padding-top: 20px;
}
.main-content h2 {
	font-size: 26px;
}
.main-content .block {
	margin-bottom: 25px;
}

/*Table view from production site start*/
table {
	width : 100%;
	font-size: 13px;
}
th {
	background-color: #ffffd8 !important;
	color: #000 !important;
}
td, th {
	padding: 5px 10px;
}
tr.even {
	background-color: #ffffd8;
}
table.views-table.cols-50 {
	margin: 15px 0;
}
table.views-table.cols-50 th {
	padding: 10px 5px;
}
table.views-table.cols-50 td, table.views-table.cols-50 th {
	padding: 5px;
}
table.views-table.cols-50 tr:nth-child(even) {
	background-color: #ffffd8 !important;
}
/* Table view from production site End */
/* CCNSO-468-css - End */

.view-frontpage .feed-icons {
	display: none;
}
.main-content .view-content {
	display: block;
	margin: auto;
}
.main-content .views-row {
	padding: 7px 0;
}
.main-content .more-link {
	text-align: right;
}
.search-form .form-control {
	color: #555;
	font-size: 12px;
	border-radius: 0;
	border: 0;
	height: 24px;
	padding: 5px 10px;
}
header #search-block-form {
	padding: 0px 9px 5px;
	float: right;
    margin-right: -17px;
}
.form-row .form-actions {
	align-self: center !important;
}
.form-row>fieldset, .form-row>div {
	padding-left: 0px !important;
}
/* -CCNSO-1645 start */
.navbar-header .icann_logo {
	position: relative;
}
.navbar-header .icann_logo a{
	position: absolute;
	right: 0;
}
/* -CCNSO-1645 end */
.icann_logo {
	padding-top: 18px;
}
.node__content {
	font-size: 13px;
}
.block-page-title-block h1.title {
	font-size: 30px;
	text-align: center;
	border-bottom: none;
}
a[href^="mailto:"] {
	padding: 0 25px 0 0;
	background: transparent url(/themes/ccnso_theme/images/email.png) no-repeat center right;
}
#block-resourcesmenublock-2 {
	background-repeat: no-repeat;
    background: #283891;
    background: -webkit-gradient(linear, left top, left bottom, from(#283891), to(#6F87C4));
    background: -moz-linear-gradient(top, #283891, #6F87C4);
	border-radius: 10px;
	width: 551px;
	height: auto;
	font-family: "liberation sans", helvetica, arial, sans-serif;
	margin-left: -11px;
}
#block-resourcesmenublock-2 ul {
	padding-top: 20px;
	margin-left: 10px;
}
#block-resourcesmenublock-2 ul.nav li {
	list-style: none;
	list-style-image: none;
	background: url(/themes/ccnso_theme/images/resources_menu/bkg-li-rest.png) no-repeat;
	width: 251px;
	height: 51px;
	float: left;
	margin-left: -14px;
	margin-right: 21px;
	margin-bottom: 10px;
	padding-top: 7px;
}
#block-resourcesmenublock-2 ul.nav li:hover {
	background: url("/themes/ccnso_theme/images/resources_menu/bkg-li-roll.png") no-repeat;
}
#block-resourcesmenublock-2 ul li a {
	color: white !important;
	font-size: 1.25em;
	text-decoration: none;
	padding-left: 49px;
	padding-bottom: 15px;
	padding-top: 0px;
}
#block-resourcesmenublock-2 ul li a:hover {
	color: #FFFFFF !important;
}
#block-resourcesmenublock-2 ul li:nth-of-type(1) a {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-travel-rest.png") no-repeat 10px top;
	padding-right: 80px;
}
#block-resourcesmenublock-2 ul li:nth-of-type(1) a:hover, #block-resourcesmenublock-2 ul li:nth-of-type(1) a:focus {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-travel-roll.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(2) a {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-marketing-rest.png") no-repeat 10px top;
	padding-right: 40px;
}
#block-resourcesmenublock-2 ul li:nth-of-type(2) a:hover, #block-resourcesmenublock-2 ul li:nth-of-type(2) a:focus {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-marketing-roll.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(3) a {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-tech-rest.png") no-repeat 10px top;
	padding-right: 40px;
}
#block-resourcesmenublock-2 ul li:nth-of-type(3) a:hover, #block-resourcesmenublock-2 ul li:nth-of-type(3) a:focus {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-tech-roll.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(4) a {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-gov-rest.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(4) a:hover, #block-resourcesmenublock-2 ul li:nth-of-type(4) a:focus {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-gov-roll.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(5) a {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-cyber-rest.png") no-repeat 10px top;
	padding-right: 35px;
}
#block-resourcesmenublock-2 ul li:nth-of-type(5) a:hover, #block-resourcesmenublock-2 ul li:nth-of-type(5) a:focus {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-cyber-roll.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(6) a {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-email-rest.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(6) a:hover, #block-resourcesmenublock-2 ul li:nth-of-type(6) a:focus {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-email-roll.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(7) a {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-legal-rest.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(7) a:hover, #block-resourcesmenublock-2 ul li:nth-of-type(7) a:focus {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-legal-roll.png") no-repeat 10px top;
}
#block-resourcesmenublock-2 ul li:nth-of-type(8) a {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-ssac-rest.png") no-repeat 10px top;
	padding-right: 70px;
}
#block-resourcesmenublock-2 ul li:nth-of-type(8) a:hover, #block-resourcesmenublock-2 ul li:nth-of-type(8) a:focus {
	background: url("/themes/ccnso_theme/images/resources_menu/icon-ssac-roll.png") no-repeat 10px top;
}
table.views-table.cols-50 th {
	padding: 10px 5px;
}
tr.odd {
	background: none;
}
td, th {
	padding: 5px 10px;
}
.h3, h3 {
	font-size: 20px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.sidebar nav .nav {
	margin: -5px 0px !important;
}

/*ISTACC Page start*/ 
h4, .h4 {
	font-size: 18px;
}
.block div {
	
	display: block;
	margin: auto;
}
/*ISTACC Page End*/

/* CCNSO-1661 code start*/
#search-form .js-form-wrapper{
	display: flex !important;
}
#edit-basic .form-type-search{
	flex: 1;
}
/* CCNSO-1661 code end*/

.field--label-inline .field__label {
	font-weight: bold;
}

/* CCNSO-484-css - start*/
.google-cse .btn-primary, .google-cse .btn-primary:focus, .google-cse .btn-primary:hover {
	background-color: #fff;
	color: #79726c;
}
.gsc-url-top, .gsc-thumbnail-inside > .gs-title, .js-form-type-search > label, #block-mainpagecontent h2:nth-child(2), #edit-help-link, .gsc-tabsAreaInvisible {
	display: none!important;
}
#edit-keys {
	border: 1px solid rgb(126, 157, 185);
	padding: 2px;
	background: url(https://www.google.com/cse/intl/en/images/google_custom_search_watermark.gif) left center no-repeat rgb(255, 255, 255);
}
#edit-keys:focus {
	background-image: none;
}
a.gs-title:hover, a.gs-title {
	color: #0000CC!important;
}
.gs-image[href$='.pdf'] {
	border: none;
	background: none;
	padding: 0;
}
/* CCNSO-484-css - end*/

/*Google search result page Start*/
form.gsc-search-box {
	font-size: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	width: 100%;
}
.js-form-wrapper .form-control {
	border: 1px solid #dfe1e5;
	min-height: 28px;
}
.js-form-wrapper fieldset.js-form-type-search {
	width: 83.5%;
	float: left;
	margin-left: 20px;
}
#search-form .js-form-wrapper #edit-submit {
	margin-left: 20px;
}
#search-form .js-form-wrapper #edit-submit, #search-form .js-form-wrapper #edit-submit:hover, #search-form .js-form-wrapper #edit-submit:focus {
	border-color: #666666;
	background-color: #CECECE;
	background-image: none;
	filter: none;
}
#search-form .js-form-wrapper #edit-submit {
	font-size: 0;
	padding: 6px 27px 20px;
	width: auto;
	vertical-align: middle;
	border: 1px solid #666;
	border-radius: 2px;
	border-color: #666666;
	background-color: #CECECE;
	background-image: none;
	filter: none;
}
#search-form .js-form-wrapper #edit-submit svg {
	fill: #FFFFFF;
}
.gsc-option-menu-invisible div {
	display: none;
}
.gsc-above-wrapper-area tr {
	background: none;
}
/*Google search result page End;*/

.alert-danger {
	background-color: #f2dede !important;
	color: #a94442 !important;
	border-color: #ebccd1 !important;
}
.alert-dismissible {
	padding-right: 35px !important;
}
.alert {
	padding: 5px 15px 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert a {
	font-weight: bold;
	color: #36c !important;
	padding: 0px;
}

/* CCNSO-1084 start */
.view-id-handyview > .js-form-item {
	width: 48% !important;
	float: left;
}
.fieldset-legend{
	font-size: 13px !important;
    line-height: 1.42857143;
}

.view-id-handyview .fieldset-wrapper .js-form-item {
	width: 48% !important;
	float: left;
}
.view-id-handyview .form-item-tid {
	width: 90% !important;
}
.view-id-handyview .js-form-item-status-1 {
	width: 100% !important;
}
.view-id-handyview label {
    font-weight: bold;
    margin-top: 15px;
}
.view-id-handyview .form-item-field-official-date-value-value{
	margin-top: 0px;
}

/* CCNSO-1084 end */
.form-item-title label, .form-item-field-file-name-value label, .form-item-body-value label, .form-item-type label {
	visibility: hidden;
}
.form-item-field-official-date-value-value {
	margin-top: 26px;
}
.view-id-handyview .table-responsive {
	padding: 0;
}
.view-id-handyview table th {
	border-top: none;
}
.view-id-handyview table td {
	border: none;
	border-top: 1px solid #dee2e6;
}
.view-id-handyview table ul {
	list-style: square outside none;
}
.view-id-handyview .list-group-item {
	display: list-item;
	background-color: inherit;
	border: none;
}
.view-id-handyview tr:nth-of-type(even) {
	background-color: #ffffd8;
}
[aria-label="Page navigation"] {
	text-align: center;
}
[aria-label="pagination-heading"] {
	text-align: center;
	overflow-x: auto;
}
ul.pagination {
	display: inline-flex;
}
.cookie-notification {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 20px 0 18px;
	box-shadow: 0 -1px 3px rgba(0,0,0,0.05);
	background: #EFF6FB;
	border-top: 1px solid #E6E6E6;
	line-height: 1.6;
	font-weight: 400;
	max-height: 9999px;
	z-index: 9998;
	-webkit-transition: opacity 0.3s, max-height 0 0.3s, padding 0 0.3s;
	-moz-transition: opacity 0.3s, max-height 0 0.3s, padding 0 0.3s;
	transition: opacity 0.3s, max-height 0 0.3s, padding 0 0.3s
}
.cookie-notification .ctitle {
	margin: 0 0 6px;
	font-size: 16px
}
.cookie-notification p {
	margin: 0 0 8px;
	font-size: 15px
}
.cookie-notification span {
	background: #C6DFF1;
	border-radius: 4px;
	font-weight: 400;
	padding: 3px 6px 3px;
	margin-left: 5px;
	border: 1px solid #75B1DC;
	cursor: pointer;
	font-size: 11px
}
.cookie-notification-notice {
	font-size: 12px;
	font-weight: 400
}
.cookie-notification .wrapper {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
.close-icon {
	display: inline;
	font-style: normal;
	font-size: 12px;
	margin: 0 4px 0 0px;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}
.cookie-notification.is-closed {
	display: none;
}
.responsive-menus.responsified .responsive-menus-simple li a {
	white-space: pre-wrap;
	word-wrap: break-word;
}
.view-id-library .js-form-item {
	width: 50% !important;
	float: left;
}
.view-id-library .fieldset-wrapper .js-form-item {
	width: 100% !important;
	float: left;
}
.view-id-library .table-responsive {
	padding: 0;
}
.view-id-library table th {
	border-top: none;
	padding: .75rem .50rem;
}
.view-id-library table td {
	border: none;
	border-top: 1px solid #dee2e6;
}
.view-id-library table ul {
	list-style: square outside none;
}
.view-id-library .list-group-item {
	display: list-item;
	background-color: inherit;
	border: none;
}
.view-id-library tr:nth-of-type(even) {
	background-color: #ffffd8;
}
.view-id-library tr:nth-of-type(odd) {
	background-color: #fff !important;
}
.search-form.google-cse + h2 {
	display: none;
}

/*Application Form page start*/
.webform-submission-form .custom-control-input {
	position: initial;
	opacity: 1;
	cursor: auto;
}
.webform-submission-form legend {
	font-size: 13px;
}
/*Application Form page end*/

/*ccNSO Members Start*/
b, strong {
	font-weight: bold;
}
.field--type-text-with-summary tr {
	background: #fff !important;
}
/*ccNSO Members End*/

.view-nodetranslationslist .views-row {
	display: inline-block;
}
.responsive-menus.responsified .responsive-menus-simple li ul li a:hover {
	background-color: #fdfedb;
	color: #5566d0;
	font-weight: bold;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	color: #495057;
	border: 1px solid #ced4da !important;
}

/* Library page Type of Content Start */
.view-library legend {
	font-size: 13px;
	vertical-align: top;
	font-weight: bold;
}
.view-library .checkbox .bef-nested ul {
	list-style: none;
}
.view-library .js-form-type-checkbox .form-checkbox {
	position: initial;
	opacity: 1;
	margin-left: -59px;
	cursor: auto;
	border-color: #666666;
}
.view-library .js-form-type-checkbox label {
	margin-left: -36.5px;
    margin-bottom: 0px;
    margin-top: 1px;
}
.view-id-library #edit-submit-library {
	float: right;
}
/*Library page Type of Content End*/

/*Announcements page Start*/
.view-id-ccnso_news .table-responsive {
	padding: 0;
}
.view-id-ccnso_news table th {
	border-top: none;
	padding: .75rem;
	border-bottom: 2px solid #dee2e6 !important;
}
.view-id-ccnso_news table td {
	border: none;
	border-top: 1px solid #dee2e6;
	padding: .75rem;
}
.view-id-ccnso_news table ul {
	list-style: square outside none;
}
.view-id-ccnso_news tr:nth-of-type(even) {
	background-color: #ffffd8;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}
/*Announcements page End*/

/*Language translations list Start*/
.view-nodetranslationslist .views-field-langcode {
	margin-right: 5px;
}
/*Language translations list End*/

.main-content .block-page-title-block {
	width: 100%
}
nav.tabs {
	width: 100%;
}
#block-welcomefromthechair p {
	text-align: left;
}
#block-mainmenu .dropdown-menu li a{
	font-size: 14px;
	text-decoration: none;
}

@media all and (max-width: 768px) {
	div.main-nav {
		margin-left: 0px;
			
	}
	#menu-first-3 {
		display: none;
	}
	.sidebar_first .section {
		margin-top: 5px;
	}
	.row {
		background: transparent;
	}
	.main-nav {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.navbar-header .col-sm-3 {
		display: none;
	}
	.navbar-header .name {
		width: 80%;
		background: #fff url(/themes/ccnso_theme/images/header-new.png) no-repeat top left;
		padding-top: 60px;
		margin-left: -10px;
		padding-bottom: 15px;
		flex: 0 0 80%;
		max-width: 80%;
		/* -CCNSO-1645 start */
		background-size: contain;
    	background-repeat: no-repeat;
		/* -CCNSO-1645 end */
	}
	.navbar-header .icann_logo {
		width: 20%;
		margin-left: -15px;
	}
	/* -CCNSO-1645 start */
	.navbar-header .icann_logo a{
    	top: 0;
	}
	/* -CCNSO-1645 end */
	.acronym-helper-search {
		position: relative;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.topbar-wrapper .form-group {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.topbar-wrapper #search-block-form {
		padding: 0px 15px 5px 20px;
	}
	.topbar-wrapper .float-right {
		position: relative;
		right: 30%;
	}
	/* -CCNSO-1645 start */
	#logo img {
		width: 100%;
	}
	/* -CCNSO-1645 end */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	/* -CCNSO-1645 start */
	.main-nav .navbar-nav {
		width: 100%;
	}
	#block-latestccnsoyoutubeclip object{
		width: 100%;
	}
	/* CCNSO-1645 end */
	.main-nav .navbar-nav li a {
		padding: 6px 18px !important;
	}
	.float-right {
		margin-left: -20px;
	}
}

@media screen and (max-width: 991px) and (min-width: 769px) {
	.page-view-frontpage .main-nav .navbar-nav {
		margin-left: 0px !important;
	}
}

@media all and (max-width: 1000px) {
	.js-form-type-checkbox {
		display: contents !important; 
	}
	.view-library .js-form-type-checkbox .form-checkbox {
		margin-left: -20px;
	}
	.view-library .js-form-type-checkbox label {
		margin-left: 2px;
	}
	.block-gtranslate h2 {
		margin: 10px 0px;
	}
	#block-resourcesmenublock-2 {
		background: linear-gradient(to bottom, #283891 1%, #6F87C4 100%);
		width: 290px;
		height: auto;
		border-radius: 10px;
		margin: 0 auto !important;
	}
}

/* CCNSO-586 start */
.js-form-item-field-official-date-value-min:before {
   content: "Date";
   font-weight: bold;
}
label[for=edit-field-official-date-value-min]
{
   display:block ;
   margin-top:15px;
}
/* CCNSO-586 end */

.custom-control-input {
    height: 0.9rem;
}
.custom-control {
    padding-left: 1rem;
}
.form-item-acronym-helper .form-control {
    height: 21px;
}
.form-check-input {
    margin-top: 1px;
	cursor: auto;
	position: initial;
    margin-left: -0.5rem;
}
#meetings-menu {
	display: flex;
    align-items: center;
    justify-content: center;	
}
div[data-drupal-messages] {
	width: 100%;
	padding: 0; /*ccnso-1198*/
}

/* CCNSO-610 start */
#block-quicklinks ul {
	padding-left: 25px;
	display: block;
}
#block-quicklinks ul li {
	display: list-item;
	list-style: disc;
	font-size: 13px;
}
#block-quicklinks ul li a {
	line-height: 1.2;
	padding: 0px;
	margin: 0px 0 0 -5px;
}
#block-quicklinks a:hover {
	color: #c33 !important;
}
/* CCNSO-610 end */

/* CCNSO-701 start */
.node--unpublished, .node--unpublished * {
    background-color: #FFF4F4;
}
/* CCNSO-701 end */

/* CCNSO-677 start */
.field--name-field-file-name > .field__label,.field--name-field-official-date > .field__label,.field--name-field-ref-entities > .field__label,.field--name-field-ref-clas > .field__label,.field--name-field-redirect-link > .field__label {
    margin-top:8px;
    font-weight:bold;
}
.field--name-field-file-name > .field__label:after,.field--name-field-official-date > .field__label:after,.field--name-field-ref-entities > .field__label:after,.field--name-field-ref-clas > .field__label:after,.field--name-field-redirect-link > .field__label:after {
    content: ":";
}
/* CCNSO-677 end */

/* CCNSO-596 start */
#block-resources ul {
	padding-left: 25px;
	display: block;
}
#block-resources ul li {
	display: list-item;
	list-style: disc;
	font-size: 13px;
}
#block-resources ul li a {
	line-height: 1.2;
	padding: 0px;
	margin: 0px 0 0 -5px;
}
#block-resources a:hover {
	color: #c33 !important;
}
/* CCNSO-596 end */

/* CCNSO-700 start */
#main-wrapper {
	min-height: 350px;
}
/* CCNSO-700 End */

/* CCNSO-681 start */
blockquote {
    border-left: 5px solid #eee;
    padding: 10px 20px;
    margin: 0 0 20px;
}
/* CCNSO-681 End */

#views-exposed-form-handyview-page .form-group-widget {
	float: left;
	margin-right: 15px;
	width: auto;
	padding: 0;
	max-width: 100%;
}
.view-id-handyview label {
	margin-bottom: 0.5rem;
}
#views-exposed-form-handyview-page .custom-select {
    display: block;
}
.view-id-handyview .form-item-tid-1 {
	width: 99% !important;
}
.view-id-handyview .js-form-item-status {
	width: 100% !important;
}
#views-exposed-form-handyview-page #edit-field-official-date-value-value {
	height: 38px;
}
#views-exposed-form-handyview-page label {
    font-weight: bold;
}
#views-exposed-form-handyview-page .fieldset-legend {
    font-weight: bold;
}
#views-exposed-form-handyview-page #edit-type {
	width: 300px;
}
#views-exposed-form-handyview-page .js-form-type-textfield {
	width: 52% !important;
}
.clear {
	clear: both;
}
#views-exposed-form-handyview-page form.type {
	width: 300px;
}
#views-exposed-form-handyview-page .hadyview-buttons {
	float: right;
    margin-top: -55px;
}
@media (min-width: 1200px) {
	 #edit-field-file-name-value {
		    width: 315px;
	}	
}

/* CCNSO-711 start */
.responsive-menus.responsified .responsive-menus-simple li ul li a {
    padding: 1em 2em 1em 10% !important;
}
/* CCNSO-711 end*/

/* CCNSO-687 start */
#block-views-block-nodetranslationslist-block-1 {
	margin-bottom: 0px !important;
}
/* CCNSO-687 end*/

/* CCNSO-743 start */
#block-searchform #edit-keys {
	width: 122px; /*for the firefox*/
}
.gs-web-image-box {
	width: 70px !important;
}
/* CCNSO-743 end*/

@media (min-width: 991px) {
	.webform-submission-form .form-date {
		width: 22%;
	}
}
@media (max-width: 991px) {
	.webform-submission-form .form-date {
		width: 35%;
	}
}
.webform-submission-form textarea.form-control {
    height: auto;
	margin-bottom: 5px;
}
#mtg-docs {
	height: 240px !important;
}

@media (max-width: 768px) {
	#views-exposed-form-handyview-page .custom-select {
			display: block;
			width: 100% !important;
	}
	#latest-docs {
		width: 85% !important;
		height: auto !important;
	}
	.latest-docs-right {
		width: 100% !important;
		height: auto;
	}
		#other {
			height: auto !important;
	}
		#other .other-button {
			width: 88% !important;
			margin: 10px 30px !important;
	}
}

@media (max-width: 480px) {
	#mtg-docs {
	height: 345px !important;
	}
	.mtg {
	height: auto !important;
	}
	.text-formatted{
		overflow-x: auto;
	}
	/* start CCNSO-1645 */
	table a[href$='.pdf'] {
		word-break: inherit !important;
	}
	/* end CCNSO-1645 */
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	#other {
	height: auto !important;
	}
	#other .other-button {
		width: 45% !important;
		margin: 5px 12px !important;
	}
	.main-nav .navbar-nav li a {
    padding: 6px 18px !important;
	}
}

@media (max-width: 1024px) {
	.sidebar_first .block li.menu-item--expanded > a {
	pointer-events: none;
	}
}

#close_acronym_helper {
	float: right;
    margin-top: -23px;
    margin-right: -16px;
	cursor: pointer;
}
/* CCNSO-903 start */
/* CCNSO-898 start */
html[dir="rtl"] .main-content .content * {
    text-align: right;
	direction: rtl;
}
/* CCNSO-898 end */
html[dir="rtl"] .view-library .js-form-type-checkbox .form-checkbox {
	margin-left: 10px;
}
html[dir="rtl"] .groups.work ul.dropdown-menu li a {
	width: 340px;
}
/* CCNSO-903 end */

/*CCNSO-1012 start*/
#acronym-helper-search .mb-3,#acronym-helper-search .my-3 {
    margin-bottom: 0px;
}
#acronym-helper-search > div {
    margin-bottom: -6px !important;
}
/*CCNSO-1012 end*/

/*CCNSO-1042 start*/
@media screen and (max-width: 991px) and (min-width: 768px) {
	.sidebar a[href^="https:"] img {
		width: 100px !important;
	}
	a.buttonwide {
		width: 120px !important;
		height: auto !important;
		padding: 0.4em !important;
		background: linear-gradient(to bottom, #99CA92 1%, #BED32D 100%) !important;
		border: 1px solid black !important;
		border-radius: 5px !important;
		margin: auto !important;
	}
	a.buttonwide:hover {
		width: 120px !important;
		height: auto !important;
		padding: 0.4em !important;
		background: linear-gradient(to bottom, #A6BAD7 1%, #DFE3F1 100%) !important;
		border: 1px solid black !important;
		border-radius: 5px !important;
		margin: auto !important;
	}
	/* CCNSO-1644 start 1723 */
	#latest-docs {
		width: 75% !important;
		height: auto !important;
	}
	.latest-docs-left{
		width: 100% !important;
		height: 50px !important;
	}
	.latest-docs-right{
		padding: 1em 5px 0 !important;
	}
	/* start CCNSO-1644 */
	table td a:link {
		word-break: break-all;
	}
	/* start CCNSO-1644 */
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
	.sidebar a[href^="https:"] img {
	width: 175px !important;
	}
}

@media (max-width: 320px) {
	.navbar-header .icann_logo {
		margin-left: -20px;
	}
}

.google-cse .mb-3 {
    margin-bottom: 0rem !important;
}
#edit-field-official-date-value-wrapper {
	margin-bottom: 0px !important;
	margin-top: -8px;
}
label {
	margin-bottom: 0.5rem;
}
.page-link {
	white-space: nowrap;
}
/*CCNSO-1042 end*/

/*CCNSO-1153 start*/
html[dir="rtl"] .name a {
    float: left;
}
html[dir="rtl"] #block-mainmenu .navbar-nav {
	margin-right: -18px;
}
html[dir="rtl"] #logo {
	float: left;
}
html[dir="rtl"] .sidebar_first {
	text-align: left;
}
html[dir="rtl"] .sidebar_first ol, ul {
    padding-left: 0rem;
}
.cookie-notification {
	text-align: left;
}
.cookie-notification a {
	text-decoration: none;
}
.cookie-notification a:hover {
	text-decoration: underline;
	color: #008ee2;
}
/*CCNSO-1153 end*/

.row>*{
    padding-left: 15px;
    padding-right: 15px;
}
.region-header-left {
    padding: 0px 12px 0px;
}
#logo {
    margin: 0 0 0 -15px;
}
.main-nav {
    margin-left: -18px;
    padding: 0;
}
ol, ul {
    padding-left: 2.5rem;
}
.view-id-library .fieldset-wrapper .form-checkboxes .js-form-item {
    width: 50% !important;
}
.view-id-library th {
	border-bottom: 2px solid #dee2e6 !important;
}
.view-id-library .fieldset-wrapper .form-checkboxes .js-form-item {
    width: 50% !important;
    min-height: 19px;
}
.view-id-library {
     margin-top: -16px !important;
}
.view-id-library .bef-exposed-form .js-form-item .bef-checkboxes{
    min-height: 200px;
}
@media (max-width: 1000px) {
	.view-library .checkbox .bef-nested ul {
		padding-left: 1.3rem;
	}
}
@media (max-width: 750px) {
	html[dir="rtl"] .sidebar_first #block-workinggroups ul.nav,
	html[dir="rtl"] .sidebar_first #block-councilactivities ul.nav,
	html[dir="rtl"] .sidebar_first #block-ccnsoasdecisionalparticipant ul.nav {
		float: left;
		clear: both;
		padding: 0px;
	}
	html[dir="rtl"] .sidebar_first #block-applywhyjoinbutton {
		clear: both;
	}
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
	html[dir="rtl"] .sidebar_first nav .nav {
		margin: 0 -30px !important;
	}
}

.hide_redirect {
	display:none;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: none; 
    background-image: none;   
}
/* css code end */

/*CCNSO-1197 start*/
#views-exposed-form-handyview-page #edit-field-official-date-value-wrapper {
	margin-top: 0px;
}
/*CCNSO-1197 end*/

/*CCNSO-1213 start*/
.nav-link:focus, .nav-link:hover {
    color: #fff;
}
.table>:not(:first-child) {
    border-top: none;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: none;
}
/*CCNSO-1213 end*/

/*CCNSO-1645 start*/
.responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
	position: inherit !important;
}
/*CCNSO-1645 end*/

/*CCNSO-1773 start*/
.google-cse .form-row>div {
	padding-right: 5px;
   }
/*CCNSO-1773 end*/