/*
/* Shameful CSS
/* -------------------------------------------------- */

/*
.rwd-video embed, .allvideos_player embed, .rwd-video iframe, .allvideos_player iframe, .rwd-video object, .allvideos_player object, .rwd-video video, .allvideos_player video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
*/

.soapbox-logo-font {
	font-size: 42px;
	font-weight: 600;
	font-family: proxima-nova;
	font-stretch: condensed;
	line-height: 24px;
}

div.com_sbxEvents div#sectDetails-content ul li {
	padding-left: 25px;
	padding-bottom: 20px;
	line-height: 22px;
}

div.com_sbxEvents div#sectDetails-content ul li:before {
	color: #2e5798;
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f054";
	display: inline-block;
	margin-right: 15px;
	margin-left: -25px;
}

.rwd-video, .allvideos_player {
    height: 0;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 25px;
    position: relative;
}
.rwd-video.widescreen {
    padding-bottom: 57.25%;
}
.rwd-video.vimeo {
    padding-top: 0;
}
.rwd-video embed, .allvideos_player embed, .rwd-video iframe, .allvideos_player iframe, .rwd-video object, .allvideos_player object, .rwd-video video, .allvideos_player video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.allvideos_player {
    display: block;
    height: 0 !important;
    width: 100% !important;
}
.allvideos_player embed, .allvideos_player iframe, .allvideos_player object, .allvideos_player video {
    height: 100% !important;
    width: 100% !important;
}
  
select[multiple], select[size] {
  height: auto; }
  
.compPlgTerms-content {
	display: none;
}

@media (max-width: 768px) {
  .item-351 .menu-item-351 {
    display: block; } 
  .item-372 .menu-item-372 {
    display: block; } 
  .item-410 .menu-item-410 {
    display: block; } 
  .item-411 .menu-item-411 {
    display: block; } 
}

@media (min-width: 768px) {
  .item-351 .menu-item-351 {
    display: none; } 
  .item-372 .menu-item-372 {
    display: none; } 
  .item-410 .menu-item-410 {
    display: none; } 
  .item-411 .menu-item-411 {
    display: none; } 
}

/*VST start edit style*/
.guide-cont {
	padding-top: 48px;
	padding-bottom: 48px;
}

#discover.guide-cont {
	padding-top: 0;
}

.guide-cont h2 {
	border-bottom: 3px solid #2d5798;
	font-size: 32px;
	margin-bottom: 75px;
	position: relative;
	text-align: center;
}

.guide-cont h2:after {
	content: "";
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #2d5798;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -20px;
}

.guide-cont h2 span {
	background: #2d5798;
	border-radius: 30px 30px 0 0;
	color: #fff;
	display: inline-block;
	padding: 24px 60px;
}

.guide-cont .component-block {
	padding-top: 50px;
	position: relative;
}

.guide-cont .component-block img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -45px;
}

.guide-cont .component-block h5 {
	font-size: 18px;
	padding-top: 50px;
	padding-bottom: 18px;
	border: 2px solid #7f32bf;
	margin-bottom: 30px;
}

.guide-cont .component-block h5 a {
	color: #434a54;
}

.guide-cont .component-block.relationships-block h5 {
	border-color: #9ab800;
}

.guide-cont .component-block.optimization-block h5 {
	border-color: #7f32bf;
}

.guide-cont .component-block.storytelling-block:before,
.guide-cont .component-block.relationships-block:before {
	background: #000;
	content: "";
	height: 15px;
	position: absolute;
	right: -17px;
	bottom: 38px;
	width: 3px;
}

.guide-cont .component-block.storytelling-block:after,
.guide-cont .component-block.relationships-block:after {
	background: #000;
	content: "";
	height: 3px;
	right: -23px;
	position: absolute;
	bottom: 44px;
	width: 15px;
}

.section-grey {
	background: #f8f8f8;
}

.guide-cont .key-comp-content {
	background: #fff;
	border: 1px solid #e0e0e0;
	max-width: 790px;
	margin: 0 auto 100px;
	padding: 40px 55px;
	position: relative;
	text-align: center;
}

.guide-cont .key-comp-content.has-btn {
	margin-bottom: 40px;
	padding-bottom: 70px;
}

.guide-cont .key-comp-content:before, .guide-cont .key-comp-content:after {
	background: url(img/wrap-left.png) no-repeat;
	content: "";
	height: 23px;
	width: 25px;
	position: absolute;
	top: -13px;
	left: -13px;
}

.guide-cont .key-comp-content:after {
	background: url(img/wrap-right.png) no-repeat;
	top: auto;
	left: auto;
	bottom: -13px;
	right: -13px;
}

.guide-cont .key-comp-content p {
	margin: 0;
}

.guide-cont .key-comp-content .btn-primary {
	border: 2px solid #fff;
	border-radius: 0;
	box-shadow: none;
	font-size: 28px;
	font-weight: 700;
	padding: 15px 25px; 
	bottom: -32px;
	position: absolute;
	white-space: nowrap;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.guide-cont .key-comp-content .btn-primary:hover {
	background: #a3c200;
	text-decoration: none;
}

.guide-cont .img-border {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 8px;
}

.guide-cont h3 {
	font-size: 28px;
	padding-bottom: 10px;
	position: relative;
}

.guide-cont h3:after {
	background: #000;
	content: "";
	height: 4px;
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.guide-cont .text-center h3:after {
	left: 50%;
	margin-left: -17px;
}

.guide-cont .has-pb {
	padding-bottom: 72px;
}

.guide-cont .has-pt {
	padding-top: 42px;
}

.guide-cont ul {
	list-style: square outside url("img/checked.png");
}

.guide-cont .download-btn, .guide-cont .jump-to {
	border: 2px solid #a1a1a1;
	max-width: 590px;
	margin: 0 auto;
	padding: 32px 80px;
	position: relative;
}

.guide-cont .jump-to {
	max-width: 350px;
}

.guide-cont .download-btn.long-text {
	padding: 32px 80px;
}

.guide-cont .download-btn h5, .guide-cont .jump-to h5 {
	font-size: 22px;
	font-weight: normal;
	margin-top: -46px;
}

.guide-cont .download-btn h5 span, .guide-cont .jump-to h5 span {
	background: #f8f8f8;
	display: inline-block;
	padding: 0 28px;
}

.guide-cont .jump-to h5 span {
	background: #fff;
}

.guide-cont .download-btn a {
	background: #9ab800;
	color: #fff;
	display: block;
	font-size: 28px;
	font-weight: bold;
	padding: 18px 30px;
}

.guide-cont .download-btn a:hover {
	background: #a3c200;
	text-decoration: none;
}

.guide-cont .jump-to a {
	color: #434a54;
}

.guide-cont .engagement-levels img {
    float: left;
}

.guide-cont .engagement-level {
    margin-left: 140px;
}

.guide-cont .engagement-level h4 {
	color: #020202;
	font-family: proxima-nova;
	font-weight: 600;
}

.guide-cont .engagement-levels .download-btn {
	margin-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
}

.guide-cont .engagement-levels .download-btn h5 span {
	background: #fff;
}

.guide-cont .engagement-levels > div:before {
	border-left: 1px dashed #7f32bf;
	content: "";
	position: absolute;
	left: 62px;
	top: 94px;
	bottom: 0;
}

.guide-cont .engagement-levels.last > div:before,
.guide-cont .engagement-levels > .events-level:before {
	display: none;
}

.guide-cont hr {
	border-top: 1px solid #8c8c8c;
	margin-top: 56px;
	margin-bottom: 56px;
}

.guide-cont .stakeholder-block {
	background: #fafafa;
	border: 1px solid #e2e2e2;
	margin-bottom: 30px;
	padding: 40px;
}

.guide-cont .stakeholder-block h4 {
	color: #020202;
	font-family: proxima-nova;
	font-weight: 600;
}

.guide-cont .stakeholder-block p:last-child {
	margin: 0;
}

.guide-cont .recommendations-block {
	border: 1px solid #e2e2e2;
	max-width: 910px;
	margin: 0 auto;
	padding: 40px;
}

.guide-cont .recommendations-block ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.guide-cont .recommendations-block ol span {
	background: #9ab800;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	margin-right: 7px;
	text-align: center;
	vertical-align: center;
}

.guide-cont .list-questions ol {
	list-style: none;
	padding: 0;
}

.guide-cont .list-questions ol li {
	padding: 5px 0 5px 18px;
	position: relative;
}

.guide-cont .list-questions ol li:before {
	border: 2px solid #9ab800;
	border-radius: 5px;
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 15px;
}

.guide-cont .grey-block {
	background: #ececec;
	border: 1px solid #d9d9d9;
	margin-top: 86px;
	padding: 72px;
}

.guide-cont .grey-block ul {
	list-style: none;
	padding-left: 0;
}

.guide-cont .grey-block ul li {
	background: #fff;
	border: 2px solid #7f32bf;
	color: #7f32bf;
	display: inline-block;
	margin: 0 8px;
	padding: 15px 30px;
}

.guide-cont .grey-block .download-btn h5 span {
	background: #ececec;
}

.guide-cont .plan-block {
	border: 2px solid #7f32bf;
	margin-top: 57px;
	padding: 65px 20px;
	position: relative;
	text-align: center;
}

.guide-cont .plan-block img {
	position: absolute;
	top: -57px;
	left: 50%;
	margin-left: -57px;
}

.guide-cont .plan-block h4 {
    color: #020202;
    font-family: proxima-nova;
	font-size: 22px;
    font-weight: 600;
	margin-top: 18px;
	text-transform: uppercase;
}

.guide-cont .plan-block p:last-child {
	margin: 0;
}

.guide-cont .img-block {
	max-width: 100%;
    height: auto;
}

.navbar-default .navbar-nav .toggle-open .dropdown-menu {
	display: block;
}

.navbar-default .navbar-nav .dropdown-menu li a {
    padding: 6px 20px 6px 36px;
    line-height: 20px;
    color: #434a54;
	display: block;
    font-weight: 400;
    border-bottom: none;
}

.navbar-default .navbar-nav .dropdown-menu li a:hover {
	color: #396fc1;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.guide-cont .stakeholder-row, .guide-cont .row-plan, .guide-cont .row-plan > div {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.guide-cont .stakeholder-block {
		height: calc(100% - 30px);
	}
	.navbar-default .navbar-nav .dropdown-menu .active > a, .navbar-default .navbar-nav .dropdown-menu .active > a:hover{
		background-color: unset !important;
		color: #396fc1 !important;
	}
	.navbar-default .navbar-collapse {
		background: none;
		position: relative;
		float:right;
	}
	
	.navbar-default .navbar-nav > li.item-145 {
		/*position: static;*/
	}
	
	.navbar-default .navbar-nav .dropdown-menu {
		background: #fff;
		box-shadow: 0 31px 81px -9px rgba(46,46,46,0.15);
		display: -ms-flexbox;
		display: flex !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: -2;
		transition: opacity .15s ease-in-out,transform 0s linear .15s;
		opacity: 0;
		transform: translateY(calc(-100% - 142px));
		transform-origin: 50% 0;
		will-change: opacity;
		min-width: 320px;
		padding: 24px;
	}
	
	/*.top-menu-test .navbar-default .navbar-nav li.item-79 .dropdown-menu {
		width: 640px;
	}*/
	
	.navbar-default .navbar-nav > li:hover > .dropdown-menu {
		transform: translateY(0);
		transition: opacity .15s ease-in-out;
		opacity: 1;
		z-index: -1;
	}
	
	/*.top-menu-test .navbar-default .navbar-nav li.item-145 .dropdown-menu .col-wrap {
		width: 25%;
	}
	.top-menu-test .navbar-default .navbar-nav li.item-79 .dropdown-menu .col-wrap {
		width: 50%;
	}
	*/
	.navbar-default .navbar-nav li.item-91 .dropdown-menu {
		width: 385px;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu .col-wrap:first-child {
		width: 145px;
	}	
	.navbar-default .navbar-nav li.item-91 .dropdown-menu .col-wrap:nth-child(2) {
	  width: 190px;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li a{  
	  padding-left: 40px;  
	  padding-bottom: 20px;
	  padding-top: 20px;
	  display: inline-block;	  
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-donations {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="60px" height="52px" viewBox="0 0 60 52" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-donations</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-1198.000000, -1357.000000)" fill="#434a54">            <g id="icon-donations" sketch:type="MSLayerGroup" transform="translate(1198.000000, 1357.000000)">                <path d="M28.9346,10.002 C28.3826,10.039 27.9656,10.515 28.0016,11.066 C28.0386,11.617 28.5266,12.032 29.0656,11.998 C33.2636,11.72 37.8626,13.144 41.3996,15.8 C41.5796,15.935 41.7896,16 41.9986,16 C42.3026,16 42.6036,15.862 42.7996,15.601 C43.1306,15.159 43.0416,14.532 42.6006,14.2 C38.6916,11.265 33.5776,9.694 28.9346,10.002" id="Fill-1694" sketch:type="MSShapeGroup"></path>                <path d="M30,44 C19.82,44 12.135,39.843 8.914,32.594 C8.753,32.233 8.396,32 8,32 L2,32 L2,24 L6,24 C6.498,24 6.921,23.633 6.99,23.14 C7.757,17.713 11.334,12.583 16.559,9.418 C16.9,9.21 17.086,8.819 17.03,8.422 C16.694,6.046 15.515,3.923 13.718,2.387 C14.497,2.132 15.312,2 16.132,2 C18.941,2 21.551,3.526 22.941,5.981 C23.157,6.365 23.6,6.562 24.031,6.464 C25.936,6.036 27.941,6 30,6 C42.658,6 52.956,14.489 52.956,24.924 C52.956,35.442 42.658,44 30,44 M60,20 C60,19.448 59.553,19 59,19 C58.447,19 58,19.448 58,20 C58,21.922 56.706,23.479 54.925,23.887 C54.278,12.829 43.346,4 30,4 C28.143,4 26.186,4.031 24.296,4.371 C22.48,1.658 19.416,0 16.132,0 C14.414,0 12.715,0.459 11.216,1.326 C10.907,1.504 10.717,1.834 10.717,2.191 C10.717,2.549 10.907,2.878 11.217,3.057 C13.129,4.163 14.459,5.968 14.935,8.075 C9.789,11.399 6.2,16.515 5.152,22 L1,22 C0.447,22 0,22.448 0,23 L0,33 C0,33.552 0.447,34 1,34 L7.362,34 C9.801,39.035 14.21,42.636 20,44.512 L20,51 C20,51.552 20.447,52 21,52 C21.553,52 22,51.552 22,51 L22,45.081 C24.465,45.681 27.139,46 30,46 C32.798,46 35.487,45.604 38,44.883 L38,51 C38,51.552 38.447,52 39,52 C39.553,52 40,51.552 40,51 L40,44.228 C48.453,41.093 54.471,34.114 54.926,25.924 C57.834,25.49 60,23.048 60,20" id="Fill-1695" sketch:type="MSShapeGroup"></path>                <path d="M16,22 C15.448,22 15,21.551 15,21 C15,20.449 15.448,20 16,20 C16.552,20 17,20.449 17,21 C17,21.551 16.552,22 16,22 M16,18 C14.346,18 13,19.346 13,21 C13,22.654 14.346,24 16,24 C17.654,24 19,22.654 19,21 C19,19.346 17.654,18 16,18" id="Fill-1696" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-donations:hover, .navbar-default .navbar-nav li.item-91 .dropdown-menu li.active.icon-donations{	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="60px" height="52px" viewBox="0 0 60 52" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-donations</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-1198.000000, -1357.000000)" fill="#396FC1">            <g id="icon-donations" sketch:type="MSLayerGroup" transform="translate(1198.000000, 1357.000000)">                <path d="M28.9346,10.002 C28.3826,10.039 27.9656,10.515 28.0016,11.066 C28.0386,11.617 28.5266,12.032 29.0656,11.998 C33.2636,11.72 37.8626,13.144 41.3996,15.8 C41.5796,15.935 41.7896,16 41.9986,16 C42.3026,16 42.6036,15.862 42.7996,15.601 C43.1306,15.159 43.0416,14.532 42.6006,14.2 C38.6916,11.265 33.5776,9.694 28.9346,10.002" id="Fill-1694" sketch:type="MSShapeGroup"></path>                <path d="M30,44 C19.82,44 12.135,39.843 8.914,32.594 C8.753,32.233 8.396,32 8,32 L2,32 L2,24 L6,24 C6.498,24 6.921,23.633 6.99,23.14 C7.757,17.713 11.334,12.583 16.559,9.418 C16.9,9.21 17.086,8.819 17.03,8.422 C16.694,6.046 15.515,3.923 13.718,2.387 C14.497,2.132 15.312,2 16.132,2 C18.941,2 21.551,3.526 22.941,5.981 C23.157,6.365 23.6,6.562 24.031,6.464 C25.936,6.036 27.941,6 30,6 C42.658,6 52.956,14.489 52.956,24.924 C52.956,35.442 42.658,44 30,44 M60,20 C60,19.448 59.553,19 59,19 C58.447,19 58,19.448 58,20 C58,21.922 56.706,23.479 54.925,23.887 C54.278,12.829 43.346,4 30,4 C28.143,4 26.186,4.031 24.296,4.371 C22.48,1.658 19.416,0 16.132,0 C14.414,0 12.715,0.459 11.216,1.326 C10.907,1.504 10.717,1.834 10.717,2.191 C10.717,2.549 10.907,2.878 11.217,3.057 C13.129,4.163 14.459,5.968 14.935,8.075 C9.789,11.399 6.2,16.515 5.152,22 L1,22 C0.447,22 0,22.448 0,23 L0,33 C0,33.552 0.447,34 1,34 L7.362,34 C9.801,39.035 14.21,42.636 20,44.512 L20,51 C20,51.552 20.447,52 21,52 C21.553,52 22,51.552 22,51 L22,45.081 C24.465,45.681 27.139,46 30,46 C32.798,46 35.487,45.604 38,44.883 L38,51 C38,51.552 38.447,52 39,52 C39.553,52 40,51.552 40,51 L40,44.228 C48.453,41.093 54.471,34.114 54.926,25.924 C57.834,25.49 60,23.048 60,20" id="Fill-1695" sketch:type="MSShapeGroup"></path>                <path d="M16,22 C15.448,22 15,21.551 15,21 C15,20.449 15.448,20 16,20 C16.552,20 17,20.449 17,21 C17,21.551 16.552,22 16,22 M16,18 C14.346,18 13,19.346 13,21 C13,22.654 14.346,24 16,24 C17.654,24 19,22.654 19,21 C19,19.346 17.654,18 16,18" id="Fill-1696" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  }
	
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-events {	  
	  background-image: url('data:image/svg+xml;utf8,<svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-events</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-1087.000000, -1353.000000)" fill="#434a54">            <g id="icon-events" sketch:type="MSLayerGroup" transform="translate(1087.000000, 1353.000000)">                <path d="M59,60 L1,60 C0.448,60 0,59.553 0,59 L0,7 C0,6.447 0.448,6 1,6 L11.087,6 C11.639,6 12.087,6.447 12.087,7 C12.087,7.553 11.639,8 11.087,8 L2,8 L2,58 L58,58 L58,8 L49,8 C48.448,8 48,7.553 48,7 C48,6.447 48.448,6 49,6 L59,6 C59.552,6 60,6.447 60,7 L60,59 C60,59.553 59.552,60 59,60" id="Fill-715" sketch:type="MSShapeGroup"></path>                <path d="M12,10 L18,10 L18,2 L12,2 L12,10 Z M19,12 L11,12 C10.448,12 10,11.553 10,11 L10,1 C10,0.447 10.448,0 11,0 L19,0 C19.552,0 20,0.447 20,1 L20,11 C20,11.553 19.552,12 19,12 L19,12 Z" id="Fill-716" sketch:type="MSShapeGroup"></path>                <path d="M42,10 L48,10 L48,2 L42,2 L42,10 Z M49,12 L41,12 C40.448,12 40,11.553 40,11 L40,1 C40,0.447 40.448,0 41,0 L49,0 C49.552,0 50,0.447 50,1 L50,11 C50,11.553 49.552,12 49,12 L49,12 Z" id="Fill-717" sketch:type="MSShapeGroup"></path>                <path d="M41,8 L19,8 C18.448,8 18,7.553 18,7 C18,6.447 18.448,6 19,6 L41,6 C41.552,6 42,6.447 42,7 C42,7.553 41.552,8 41,8" id="Fill-718" sketch:type="MSShapeGroup"></path>                <path d="M59,20 L1,20 C0.448,20 0,19.553 0,19 C0,18.447 0.448,18 1,18 L59,18 C59.552,18 60,18.447 60,19 C60,19.553 59.552,20 59,20" id="Fill-719" sketch:type="MSShapeGroup"></path>                <path d="M23,49.9131 C22.448,49.9131 22,49.4661 22,48.9131 L22,31.4141 L18.707,34.7071 C18.316,35.0981 17.684,35.0981 17.293,34.7071 C16.902,34.3161 16.902,33.6841 17.293,33.2931 L22.293,28.2931 C22.58,28.0061 23.008,27.9181 23.383,28.0761 C23.756,28.2301 24,28.5961 24,29.0001 L24,48.9131 C24,49.4661 23.552,49.9131 23,49.9131" id="Fill-720" sketch:type="MSShapeGroup"></path>                <path d="M28,50 L18,50 C17.448,50 17,49.553 17,49 C17,48.447 17.448,48 18,48 L28,48 C28.552,48 29,48.447 29,49 C29,49.553 28.552,50 28,50" id="Fill-721" sketch:type="MSShapeGroup"></path>                <path d="M35.043,49.9131 C34.919,49.9131 34.794,49.8911 34.672,49.8421 C34.16,49.6371 33.91,49.0551 34.115,48.5421 L41.523,30.0001 L32,30.0001 L32,31.2611 C32,31.8131 31.552,32.2611 31,32.2611 C30.448,32.2611 30,31.8131 30,31.2611 L30,29.0001 C30,28.4471 30.448,28.0001 31,28.0001 L43,28.0001 C43.332,28.0001 43.642,28.1641 43.828,28.4391 C44.014,28.7141 44.052,29.0621 43.929,29.3711 L35.972,49.2841 C35.816,49.6751 35.44,49.9131 35.043,49.9131" id="Fill-722" sketch:type="MSShapeGroup"></path>                <path d="M41.3477,40 L33.7827,40 C33.2297,40 32.7827,39.553 32.7827,39 C32.7827,38.447 33.2297,38 33.7827,38 L41.3477,38 C41.8997,38 42.3477,38.447 42.3477,39 C42.3477,39.553 41.8997,40 41.3477,40" id="Fill-723" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-events:hover, .navbar-default .navbar-nav li.item-91 .dropdown-menu li.active.icon-events{	  
	  background-image: url('data:image/svg+xml;utf8,<svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-events</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-1087.000000, -1353.000000)" fill="#396fc1">            <g id="icon-events" sketch:type="MSLayerGroup" transform="translate(1087.000000, 1353.000000)">                <path d="M59,60 L1,60 C0.448,60 0,59.553 0,59 L0,7 C0,6.447 0.448,6 1,6 L11.087,6 C11.639,6 12.087,6.447 12.087,7 C12.087,7.553 11.639,8 11.087,8 L2,8 L2,58 L58,58 L58,8 L49,8 C48.448,8 48,7.553 48,7 C48,6.447 48.448,6 49,6 L59,6 C59.552,6 60,6.447 60,7 L60,59 C60,59.553 59.552,60 59,60" id="Fill-715" sketch:type="MSShapeGroup"></path>                <path d="M12,10 L18,10 L18,2 L12,2 L12,10 Z M19,12 L11,12 C10.448,12 10,11.553 10,11 L10,1 C10,0.447 10.448,0 11,0 L19,0 C19.552,0 20,0.447 20,1 L20,11 C20,11.553 19.552,12 19,12 L19,12 Z" id="Fill-716" sketch:type="MSShapeGroup"></path>                <path d="M42,10 L48,10 L48,2 L42,2 L42,10 Z M49,12 L41,12 C40.448,12 40,11.553 40,11 L40,1 C40,0.447 40.448,0 41,0 L49,0 C49.552,0 50,0.447 50,1 L50,11 C50,11.553 49.552,12 49,12 L49,12 Z" id="Fill-717" sketch:type="MSShapeGroup"></path>                <path d="M41,8 L19,8 C18.448,8 18,7.553 18,7 C18,6.447 18.448,6 19,6 L41,6 C41.552,6 42,6.447 42,7 C42,7.553 41.552,8 41,8" id="Fill-718" sketch:type="MSShapeGroup"></path>                <path d="M59,20 L1,20 C0.448,20 0,19.553 0,19 C0,18.447 0.448,18 1,18 L59,18 C59.552,18 60,18.447 60,19 C60,19.553 59.552,20 59,20" id="Fill-719" sketch:type="MSShapeGroup"></path>                <path d="M23,49.9131 C22.448,49.9131 22,49.4661 22,48.9131 L22,31.4141 L18.707,34.7071 C18.316,35.0981 17.684,35.0981 17.293,34.7071 C16.902,34.3161 16.902,33.6841 17.293,33.2931 L22.293,28.2931 C22.58,28.0061 23.008,27.9181 23.383,28.0761 C23.756,28.2301 24,28.5961 24,29.0001 L24,48.9131 C24,49.4661 23.552,49.9131 23,49.9131" id="Fill-720" sketch:type="MSShapeGroup"></path>                <path d="M28,50 L18,50 C17.448,50 17,49.553 17,49 C17,48.447 17.448,48 18,48 L28,48 C28.552,48 29,48.447 29,49 C29,49.553 28.552,50 28,50" id="Fill-721" sketch:type="MSShapeGroup"></path>                <path d="M35.043,49.9131 C34.919,49.9131 34.794,49.8911 34.672,49.8421 C34.16,49.6371 33.91,49.0551 34.115,48.5421 L41.523,30.0001 L32,30.0001 L32,31.2611 C32,31.8131 31.552,32.2611 31,32.2611 C30.448,32.2611 30,31.8131 30,31.2611 L30,29.0001 C30,28.4471 30.448,28.0001 31,28.0001 L43,28.0001 C43.332,28.0001 43.642,28.1641 43.828,28.4391 C44.014,28.7141 44.052,29.0621 43.929,29.3711 L35.972,49.2841 C35.816,49.6751 35.44,49.9131 35.043,49.9131" id="Fill-722" sketch:type="MSShapeGroup"></path>                <path d="M41.3477,40 L33.7827,40 C33.2297,40 32.7827,39.553 32.7827,39 C32.7827,38.447 33.2297,38 33.7827,38 L41.3477,38 C41.8997,38 42.3477,38.447 42.3477,39 C42.3477,39.553 41.8997,40 41.3477,40" id="Fill-723" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  }
	
	
	
	
	
	
	
		.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-classes {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg   width="48"   height="48"   viewBox="0 0 12.7 12.7"   version="1.1"   id="svg127095"   inkscape:version="1.2.2 (732a01da63, 2022-12-09)"   sodipodi:docname="icon-classes-white.svg"   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"   xmlns="http://www.w3.org/2000/svg"   xmlns:svg="http://www.w3.org/2000/svg">  <sodipodi:namedview     id="namedview127097"     pagecolor="#ffffff"     bordercolor="#ffffff"     borderopacity="0.25"     inkscape:showpageshadow="2"     inkscape:pageopacity="0.0"     inkscape:pagecheckerboard="0"     inkscape:deskcolor="#d1d1d1"     inkscape:document-units="mm"     showgrid="false"     inkscape:zoom="5.9651515"     inkscape:cx="62.529845"     inkscape:cy="81.473203"     inkscape:window-width="1080"     inkscape:window-height="1857"     inkscape:window-x="1912"     inkscape:window-y="-8"     inkscape:window-maximized="1"     inkscape:current-layer="layer1" />  <defs     id="defs127092" />  <g     inkscape:label="Layer 1"     inkscape:groupmode="layer"     id="layer1">    <path       id="path25856"       style="fill:none;stroke:#434a54;stroke-width:0.415046;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 5.3544736,12.442046 H 2.454521 V 0.38339408 h 2.8999526 z" />    <path       id="path25858"       style="fill:none;stroke:#2D5798;stroke-width:0.415046;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 8.2544248,12.442046 H 5.3544736 V 4.5415495 h 2.8999512 z" />    <g       transform="matrix(0.20713942,0,0,-0.20790778,6.1830304,11.610415)"       id="g25860">      <path         id="path25862"         style="fill:none;stroke:#434a54;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="M 0,0 H 6" />    </g>    <g       transform="matrix(0.20713942,0,0,-0.20790778,3.6973575,1.6308405)"       id="g25864">      <path         id="path25866"         style="fill:none;stroke:#434a54;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="M 0,0 V -32" />    </g>    <path       id="path25868"       style="fill:none;stroke:#434a54;stroke-width:0.415046;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 4.5259151,11.610415 H 3.2830785 V 9.1155191 h 1.2428366 z" />    <g       transform="matrix(0.20713942,0,0,-0.20790778,6.5973088,5.788996)"       id="g25870">      <path         id="path25872"         style="fill:none;stroke:#434a54;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="M 0,0 V -22" />    </g>    <g       transform="matrix(0.20713942,0,0,-0.20790778,1.2116844,3.7099177)"       id="g25874">      <path         id="path25876"         style="fill:none;stroke:#434a54;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="M 0,0 V -34" />    </g>    <path       id="path25878"       style="fill:none;stroke:#434a54;stroke-width:0.415046;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 0.3831268,12.442046 H 2.454521 V 2.046656 H 0.3831268 Z" />    <g       transform="matrix(0.20713942,0,0,-0.20790778,12.397213,11.931216)"       id="g25880">      <path         id="path25882"         style="fill:none;stroke:#434a54;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="m 0,0 -7,-2.457 -16,47.698 7,2.459 z" />    </g>  </g></svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-classes:hover, .navbar-default .navbar-nav li.item-91 .dropdown-menu li.active.icon-classes{	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg   width="48"   height="48"   viewBox="0 0 12.7 12.7"   version="1.1"   id="svg127095"   inkscape:version="1.2.2 (732a01da63, 2022-12-09)"   sodipodi:docname="icon-classes-white.svg"   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"   xmlns="http://www.w3.org/2000/svg"   xmlns:svg="http://www.w3.org/2000/svg">  <sodipodi:namedview     id="namedview127097"     pagecolor="#ffffff"     bordercolor="#ffffff"     borderopacity="0.25"     inkscape:showpageshadow="2"     inkscape:pageopacity="0.0"     inkscape:pagecheckerboard="0"     inkscape:deskcolor="#d1d1d1"     inkscape:document-units="mm"     showgrid="false"     inkscape:zoom="5.9651515"     inkscape:cx="62.529845"     inkscape:cy="81.473203"     inkscape:window-width="1080"     inkscape:window-height="1857"     inkscape:window-x="1912"     inkscape:window-y="-8"     inkscape:window-maximized="1"     inkscape:current-layer="layer1" />  <defs     id="defs127092" />  <g     inkscape:label="Layer 1"     inkscape:groupmode="layer"     id="layer1">    <path       id="path25856"       style="fill:none;stroke:#2D5798;stroke-width:0.415046;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 5.3544736,12.442046 H 2.454521 V 0.38339408 h 2.8999526 z" />    <path       id="path25858"       style="fill:none;stroke:#2D5798;stroke-width:0.415046;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 8.2544248,12.442046 H 5.3544736 V 4.5415495 h 2.8999512 z" />    <g       transform="matrix(0.20713942,0,0,-0.20790778,6.1830304,11.610415)"       id="g25860">      <path         id="path25862"         style="fill:none;stroke:#2D5798;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="M 0,0 H 6" />    </g>    <g       transform="matrix(0.20713942,0,0,-0.20790778,3.6973575,1.6308405)"       id="g25864">      <path         id="path25866"         style="fill:none;stroke:#2D5798;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="M 0,0 V -32" />    </g>    <path       id="path25868"       style="fill:none;stroke:#2D5798;stroke-width:0.415046;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 4.5259151,11.610415 H 3.2830785 V 9.1155191 h 1.2428366 z" />    <g       transform="matrix(0.20713942,0,0,-0.20790778,6.5973088,5.788996)"       id="g25870">      <path         id="path25872"         style="fill:none;stroke:#2D5798;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="M 0,0 V -22" />    </g>    <g       transform="matrix(0.20713942,0,0,-0.20790778,1.2116844,3.7099177)"       id="g25874">      <path         id="path25876"         style="fill:none;stroke:#2D5798;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="M 0,0 V -34" />    </g>    <path       id="path25878"       style="fill:none;stroke:#2D5798;stroke-width:0.415046;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 0.3831268,12.442046 H 2.454521 V 2.046656 H 0.3831268 Z" />    <g       transform="matrix(0.20713942,0,0,-0.20790778,12.397213,11.931216)"       id="g25880">      <path         id="path25882"         style="fill:none;stroke:#2D5798;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="m 0,0 -7,-2.457 -16,47.698 7,2.459 z" />    </g>  </g></svg>');
	  }
	
	
	
	
	
	
	
	
	
	
	
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-forms {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="44px" height="60px" viewBox="0 0 44 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-forms</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-992.000000, -1353.000000)" fill="#434a54">            <g id="icon-forms" sketch:type="MSLayerGroup" transform="translate(992.000000, 1353.000000)">                <path d="M43,6 L39.956,6 C39.404,6 38.956,6.447 38.956,7 C38.956,7.553 39.404,8 39.956,8 L42,8 L42,58 L2,58 L2,8 L4.652,8 C5.205,8 5.652,7.553 5.652,7 C5.652,6.447 5.205,6 4.652,6 L1,6 C0.448,6 0,6.447 0,7 L0,59 C0,59.553 0.448,60 1,60 L43,60 C43.552,60 44,59.553 44,59 L44,7 C44,6.447 43.552,6 43,6" id="Fill-1088" sketch:type="MSShapeGroup"></path>                <path d="M10,8 L17.261,8 C17.813,8 18.261,7.553 18.261,7 C18.261,4.749 20.127,2 22.305,2 C24.482,2 26.348,4.749 26.348,7 C26.348,7.553 26.795,8 27.348,8 L34,8 L34,10.087 L10,10.087 L10,8 Z M9,12.087 L35,12.087 C35.552,12.087 36,11.64 36,11.087 L36,7 C36,6.447 35.552,6 35,6 L28.268,6 C27.803,3.036 25.362,0 22.305,0 C19.247,0 16.806,3.036 16.341,6 L9,6 C8.448,6 8,6.447 8,7 L8,11.087 C8,11.64 8.448,12.087 9,12.087 L9,12.087 Z" id="Fill-1089" sketch:type="MSShapeGroup"></path>                <path d="M4,11.0869 L4,54.9999 C4,55.5529 4.448,55.9999 5,55.9999 L39,55.9999 C39.552,55.9999 40,55.5529 40,54.9999 L40,11.0869 C40,10.5339 39.552,10.0869 39,10.0869 C38.448,10.0869 38,10.5339 38,11.0869 L38,53.9999 L6,53.9999 L6,11.0869 C6,10.5339 5.552,10.0869 5,10.0869 C4.448,10.0869 4,10.5339 4,11.0869" id="Fill-1090" sketch:type="MSShapeGroup"></path>                <path d="M32.3911,20 L17.2611,20 C16.7081,20 16.2611,20.447 16.2611,21 C16.2611,21.553 16.7081,22 17.2611,22 L32.3911,22 C32.9431,22 33.3911,21.553 33.3911,21 C33.3911,20.447 32.9431,20 32.3911,20" id="Fill-1091" sketch:type="MSShapeGroup"></path>                <path d="M32.3911,28 L17.2611,28 C16.7081,28 16.2611,28.447 16.2611,29 C16.2611,29.553 16.7081,30 17.2611,30 L32.3911,30 C32.9431,30 33.3911,29.553 33.3911,29 C33.3911,28.447 32.9431,28 32.3911,28" id="Fill-1092" sketch:type="MSShapeGroup"></path>                <path d="M32.3911,36 L17.2611,36 C16.7081,36 16.2611,36.447 16.2611,37 C16.2611,37.553 16.7081,38 17.2611,38 L32.3911,38 C32.9431,38 33.3911,37.553 33.3911,37 C33.3911,36.447 32.9431,36 32.3911,36" id="Fill-1093" sketch:type="MSShapeGroup"></path>                <path d="M32.3911,44 L17.2611,44 C16.7081,44 16.2611,44.447 16.2611,45 C16.2611,45.553 16.7081,46 17.2611,46 L32.3911,46 C32.9431,46 33.3911,45.553 33.3911,45 C33.3911,44.447 32.9431,44 32.3911,44" id="Fill-1094" sketch:type="MSShapeGroup"></path>                <path d="M12.2168,20 L10.9558,20 C10.4038,20 9.9558,20.447 9.9558,21 C9.9558,21.553 10.4038,22 10.9558,22 L12.2168,22 C12.7688,22 13.2168,21.553 13.2168,21 C13.2168,20.447 12.7688,20 12.2168,20" id="Fill-1095" sketch:type="MSShapeGroup"></path>                <path d="M12.2168,28 L10.9558,28 C10.4038,28 9.9558,28.447 9.9558,29 C9.9558,29.553 10.4038,30 10.9558,30 L12.2168,30 C12.7688,30 13.2168,29.553 13.2168,29 C13.2168,28.447 12.7688,28 12.2168,28" id="Fill-1096" sketch:type="MSShapeGroup"></path>                <path d="M12.2168,36 L10.9558,36 C10.4038,36 9.9558,36.447 9.9558,37 C9.9558,37.553 10.4038,38 10.9558,38 L12.2168,38 C12.7688,38 13.2168,37.553 13.2168,37 C13.2168,36.447 12.7688,36 12.2168,36" id="Fill-1097" sketch:type="MSShapeGroup"></path>                <path d="M12.2168,44 L10.9558,44 C10.4038,44 9.9558,44.447 9.9558,45 C9.9558,45.553 10.4038,46 10.9558,46 L12.2168,46 C12.7688,46 13.2168,45.553 13.2168,45 C13.2168,44.447 12.7688,44 12.2168,44" id="Fill-1098" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-forms:hover, .navbar-default .navbar-nav li.item-91  .dropdown-menu li.active.icon-forms {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="44px" height="60px" viewBox="0 0 44 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-forms</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-992.000000, -1353.000000)" fill="#396fc1">            <g id="icon-forms" sketch:type="MSLayerGroup" transform="translate(992.000000, 1353.000000)">                <path d="M43,6 L39.956,6 C39.404,6 38.956,6.447 38.956,7 C38.956,7.553 39.404,8 39.956,8 L42,8 L42,58 L2,58 L2,8 L4.652,8 C5.205,8 5.652,7.553 5.652,7 C5.652,6.447 5.205,6 4.652,6 L1,6 C0.448,6 0,6.447 0,7 L0,59 C0,59.553 0.448,60 1,60 L43,60 C43.552,60 44,59.553 44,59 L44,7 C44,6.447 43.552,6 43,6" id="Fill-1088" sketch:type="MSShapeGroup"></path>                <path d="M10,8 L17.261,8 C17.813,8 18.261,7.553 18.261,7 C18.261,4.749 20.127,2 22.305,2 C24.482,2 26.348,4.749 26.348,7 C26.348,7.553 26.795,8 27.348,8 L34,8 L34,10.087 L10,10.087 L10,8 Z M9,12.087 L35,12.087 C35.552,12.087 36,11.64 36,11.087 L36,7 C36,6.447 35.552,6 35,6 L28.268,6 C27.803,3.036 25.362,0 22.305,0 C19.247,0 16.806,3.036 16.341,6 L9,6 C8.448,6 8,6.447 8,7 L8,11.087 C8,11.64 8.448,12.087 9,12.087 L9,12.087 Z" id="Fill-1089" sketch:type="MSShapeGroup"></path>                <path d="M4,11.0869 L4,54.9999 C4,55.5529 4.448,55.9999 5,55.9999 L39,55.9999 C39.552,55.9999 40,55.5529 40,54.9999 L40,11.0869 C40,10.5339 39.552,10.0869 39,10.0869 C38.448,10.0869 38,10.5339 38,11.0869 L38,53.9999 L6,53.9999 L6,11.0869 C6,10.5339 5.552,10.0869 5,10.0869 C4.448,10.0869 4,10.5339 4,11.0869" id="Fill-1090" sketch:type="MSShapeGroup"></path>                <path d="M32.3911,20 L17.2611,20 C16.7081,20 16.2611,20.447 16.2611,21 C16.2611,21.553 16.7081,22 17.2611,22 L32.3911,22 C32.9431,22 33.3911,21.553 33.3911,21 C33.3911,20.447 32.9431,20 32.3911,20" id="Fill-1091" sketch:type="MSShapeGroup"></path>                <path d="M32.3911,28 L17.2611,28 C16.7081,28 16.2611,28.447 16.2611,29 C16.2611,29.553 16.7081,30 17.2611,30 L32.3911,30 C32.9431,30 33.3911,29.553 33.3911,29 C33.3911,28.447 32.9431,28 32.3911,28" id="Fill-1092" sketch:type="MSShapeGroup"></path>                <path d="M32.3911,36 L17.2611,36 C16.7081,36 16.2611,36.447 16.2611,37 C16.2611,37.553 16.7081,38 17.2611,38 L32.3911,38 C32.9431,38 33.3911,37.553 33.3911,37 C33.3911,36.447 32.9431,36 32.3911,36" id="Fill-1093" sketch:type="MSShapeGroup"></path>                <path d="M32.3911,44 L17.2611,44 C16.7081,44 16.2611,44.447 16.2611,45 C16.2611,45.553 16.7081,46 17.2611,46 L32.3911,46 C32.9431,46 33.3911,45.553 33.3911,45 C33.3911,44.447 32.9431,44 32.3911,44" id="Fill-1094" sketch:type="MSShapeGroup"></path>                <path d="M12.2168,20 L10.9558,20 C10.4038,20 9.9558,20.447 9.9558,21 C9.9558,21.553 10.4038,22 10.9558,22 L12.2168,22 C12.7688,22 13.2168,21.553 13.2168,21 C13.2168,20.447 12.7688,20 12.2168,20" id="Fill-1095" sketch:type="MSShapeGroup"></path>                <path d="M12.2168,28 L10.9558,28 C10.4038,28 9.9558,28.447 9.9558,29 C9.9558,29.553 10.4038,30 10.9558,30 L12.2168,30 C12.7688,30 13.2168,29.553 13.2168,29 C13.2168,28.447 12.7688,28 12.2168,28" id="Fill-1096" sketch:type="MSShapeGroup"></path>                <path d="M12.2168,36 L10.9558,36 C10.4038,36 9.9558,36.447 9.9558,37 C9.9558,37.553 10.4038,38 10.9558,38 L12.2168,38 C12.7688,38 13.2168,37.553 13.2168,37 C13.2168,36.447 12.7688,36 12.2168,36" id="Fill-1097" sketch:type="MSShapeGroup"></path>                <path d="M12.2168,44 L10.9558,44 C10.4038,44 9.9558,44.447 9.9558,45 C9.9558,45.553 10.4038,46 10.9558,46 L12.2168,46 C12.7688,46 13.2168,45.553 13.2168,45 C13.2168,44.447 12.7688,44 12.2168,44" id="Fill-1098" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  }
	  
	  
	  
	  
	  
	  
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-directories {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-directories</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-1310.000000, -1353.000000)" fill="#434a54">            <g id="icon-directories" sketch:type="MSLayerGroup" transform="translate(1310.000000, 1353.000000)">                <path d="M58,58 L2,58 L2,2 L58,2 L58,58 Z M59,0 L1,0 C0.447,0 0,0.447 0,1 L0,59 C0,59.553 0.447,60 1,60 L59,60 C59.553,60 60,59.553 60,59 L60,1 C60,0.447 59.553,0 59,0 L59,0 Z" id="Fill-1499" sketch:type="MSShapeGroup"></path>                <path d="M16,16 L27,16 C27.553,16 28,15.553 28,15 C28,14.447 27.553,14 27,14 L16,14 C15.447,14 15,14.447 15,15 C15,15.553 15.447,16 16,16" id="Fill-1500" sketch:type="MSShapeGroup"></path>                <path d="M7,22 L27,22 C27.553,22 28,21.553 28,21 C28,20.447 27.553,20 27,20 L7,20 C6.447,20 6,20.447 6,21 C6,21.553 6.447,22 7,22" id="Fill-1501" sketch:type="MSShapeGroup"></path>                <path d="M7,28 L27,28 C27.553,28 28,27.553 28,27 C28,26.447 27.553,26 27,26 L7,26 C6.447,26 6,26.447 6,27 C6,27.553 6.447,28 7,28" id="Fill-1502" sketch:type="MSShapeGroup"></path>                <path d="M7,34 L52,34 C52.553,34 53,33.553 53,33 C53,32.447 52.553,32 52,32 L7,32 C6.447,32 6,32.447 6,33 C6,33.553 6.447,34 7,34" id="Fill-1503" sketch:type="MSShapeGroup"></path>                <path d="M7,40 L52,40 C52.553,40 53,39.553 53,39 C53,38.447 52.553,38 52,38 L7,38 C6.447,38 6,38.447 6,39 C6,39.553 6.447,40 7,40" id="Fill-1504" sketch:type="MSShapeGroup"></path>                <path d="M7,46 L39,46 C39.553,46 40,45.553 40,45 C40,44.447 39.553,44 39,44 L7,44 C6.447,44 6,44.447 6,45 C6,45.553 6.447,46 7,46" id="Fill-1505" sketch:type="MSShapeGroup"></path>                <path d="M34,10 L50,10 L50,26 L34,26 L34,10 Z M33,28 L51,28 C51.553,28 52,27.553 52,27 L52,9 C52,8.447 51.553,8 51,8 L33,8 C32.447,8 32,8.447 32,9 L32,27 C32,27.553 32.447,28 33,28 L33,28 Z" id="Fill-1506" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-directories:hover, .navbar-default .navbar-nav  li.item-91 .dropdown-menu li.active.icon-directories {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-directories</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-1310.000000, -1353.000000)" fill="#396FC1">            <g id="icon-directories" sketch:type="MSLayerGroup" transform="translate(1310.000000, 1353.000000)">                <path d="M58,58 L2,58 L2,2 L58,2 L58,58 Z M59,0 L1,0 C0.447,0 0,0.447 0,1 L0,59 C0,59.553 0.447,60 1,60 L59,60 C59.553,60 60,59.553 60,59 L60,1 C60,0.447 59.553,0 59,0 L59,0 Z" id="Fill-1499" sketch:type="MSShapeGroup"></path>                <path d="M16,16 L27,16 C27.553,16 28,15.553 28,15 C28,14.447 27.553,14 27,14 L16,14 C15.447,14 15,14.447 15,15 C15,15.553 15.447,16 16,16" id="Fill-1500" sketch:type="MSShapeGroup"></path>                <path d="M7,22 L27,22 C27.553,22 28,21.553 28,21 C28,20.447 27.553,20 27,20 L7,20 C6.447,20 6,20.447 6,21 C6,21.553 6.447,22 7,22" id="Fill-1501" sketch:type="MSShapeGroup"></path>                <path d="M7,28 L27,28 C27.553,28 28,27.553 28,27 C28,26.447 27.553,26 27,26 L7,26 C6.447,26 6,26.447 6,27 C6,27.553 6.447,28 7,28" id="Fill-1502" sketch:type="MSShapeGroup"></path>                <path d="M7,34 L52,34 C52.553,34 53,33.553 53,33 C53,32.447 52.553,32 52,32 L7,32 C6.447,32 6,32.447 6,33 C6,33.553 6.447,34 7,34" id="Fill-1503" sketch:type="MSShapeGroup"></path>                <path d="M7,40 L52,40 C52.553,40 53,39.553 53,39 C53,38.447 52.553,38 52,38 L7,38 C6.447,38 6,38.447 6,39 C6,39.553 6.447,40 7,40" id="Fill-1504" sketch:type="MSShapeGroup"></path>                <path d="M7,46 L39,46 C39.553,46 40,45.553 40,45 C40,44.447 39.553,44 39,44 L7,44 C6.447,44 6,44.447 6,45 C6,45.553 6.447,46 7,46" id="Fill-1505" sketch:type="MSShapeGroup"></path>                <path d="M34,10 L50,10 L50,26 L34,26 L34,10 Z M33,28 L51,28 C51.553,28 52,27.553 52,27 L52,9 C52,8.447 51.553,8 51,8 L33,8 C32.447,8 32,8.447 32,9 L32,27 C32,27.553 32.447,28 33,28 L33,28 Z" id="Fill-1506" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  }
	  
	  
	  
	  
	  
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-shop {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg   width="48"   height="48"   viewBox="0 0 12.7 12.7"   version="1.1"   id="svg127216"   inkscape:version="1.2.2 (732a01da63, 2022-12-09)"   sodipodi:docname="icon-shop-white.svg"   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"   xmlns="http://www.w3.org/2000/svg"   xmlns:svg="http://www.w3.org/2000/svg">  <sodipodi:namedview     id="namedview127218"     pagecolor="#ffffff"     bordercolor="#000000"     borderopacity="0.25"     inkscape:showpageshadow="2"     inkscape:pageopacity="0.0"     inkscape:pagecheckerboard="0"     inkscape:deskcolor="#d1d1d1"     inkscape:document-units="mm"     showgrid="false"     inkscape:zoom="8.4359982"     inkscape:cx="39.473693"     inkscape:cy="45.756293"     inkscape:window-width="1080"     inkscape:window-height="1857"     inkscape:window-x="1912"     inkscape:window-y="-8"     inkscape:window-maximized="1"     inkscape:current-layer="layer1" />  <defs     id="defs127213" />  <g     inkscape:label="Layer 1"     inkscape:groupmode="layer"     id="layer1">    <path       id="path7878"       style="fill:none;stroke:#434a54;stroke-width:0.460179;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="m 12.455481,0.38164046 h -1.36161 c -0.134009,0 -0.247336,0.11891409 -0.264219,0.27720206 L 10.651115,2.3581806 C 10.61777,2.6747673 10.391329,2.9120841 10.1231,2.9120841 H 1.0136881 c -0.25429958,0 -0.49277138,0.1434863 -0.6434518,0.3868278 C 0.22018899,3.5422489 0.17587122,3.8560758 0.25163351,4.1435644 L 1.0833303,7.3066807 c 0.1040413,0.3966138 0.4710346,0.666289 0.8203008,0.6008149 H 9.528609 c 0.2937638,0.065469 0.3944284,0.4031346 0.3944284,0.752587 0,0.349449 -0.1006647,0.5782346 -0.3944284,0.7525851 H 2.0779477" />    <g       transform="matrix(0.21103701,0,0,-0.25086186,9.9230326,11.419651)"       id="g7884">      <path         id="path7886"         style="fill:none;stroke:#434a54;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="m 0,0 c 0,-2.21 -1.791,-4 -4,-4 -2.209,0 -4,1.79 -4,4 0,2.208 1.791,4 4,4 2.209,0 4,-1.792 4,-4 z" />    </g>    <g       transform="matrix(0.21103701,0,0,-0.25086186,4.0139967,11.419651)"       id="g7888">      <path         id="path7890"         style="fill:none;stroke:#434a54;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="m 0,0 c 0,-2.21 -1.791,-4 -4,-4 -2.209,0 -4,1.79 -4,4 0,2.208 1.791,4 4,4 2.209,0 4,-1.792 4,-4 z" />    </g>  </g></svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%;
	}
	
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-shop:hover, .navbar-default .navbar-nav li.item-91 .dropdown-menu li.active.icon-shop {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg   width="48"   height="48"   viewBox="0 0 12.7 12.7"   version="1.1"   id="svg127216"   inkscape:version="1.2.2 (732a01da63, 2022-12-09)"   sodipodi:docname="icon-shop-white.svg"   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"   xmlns="http://www.w3.org/2000/svg"   xmlns:svg="http://www.w3.org/2000/svg">  <sodipodi:namedview     id="namedview127218"     pagecolor="#ffffff"     bordercolor="#000000"     borderopacity="0.25"     inkscape:showpageshadow="2"     inkscape:pageopacity="0.0"     inkscape:pagecheckerboard="0"     inkscape:deskcolor="#d1d1d1"     inkscape:document-units="mm"     showgrid="false"     inkscape:zoom="8.4359982"     inkscape:cx="39.473693"     inkscape:cy="45.756293"     inkscape:window-width="1080"     inkscape:window-height="1857"     inkscape:window-x="1912"     inkscape:window-y="-8"     inkscape:window-maximized="1"     inkscape:current-layer="layer1" />  <defs     id="defs127213" />  <g     inkscape:label="Layer 1"     inkscape:groupmode="layer"     id="layer1">    <path       id="path7878"       style="fill:none;stroke:#2D5798;stroke-width:0.460179;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="m 12.455481,0.38164046 h -1.36161 c -0.134009,0 -0.247336,0.11891409 -0.264219,0.27720206 L 10.651115,2.3581806 C 10.61777,2.6747673 10.391329,2.9120841 10.1231,2.9120841 H 1.0136881 c -0.25429958,0 -0.49277138,0.1434863 -0.6434518,0.3868278 C 0.22018899,3.5422489 0.17587122,3.8560758 0.25163351,4.1435644 L 1.0833303,7.3066807 c 0.1040413,0.3966138 0.4710346,0.666289 0.8203008,0.6008149 H 9.528609 c 0.2937638,0.065469 0.3944284,0.4031346 0.3944284,0.752587 0,0.349449 -0.1006647,0.5782346 -0.3944284,0.7525851 H 2.0779477" />    <g       transform="matrix(0.21103701,0,0,-0.25086186,9.9230326,11.419651)"       id="g7884">      <path         id="path7886"         style="fill:none;stroke:#2D5798;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="m 0,0 c 0,-2.21 -1.791,-4 -4,-4 -2.209,0 -4,1.79 -4,4 0,2.208 1.791,4 4,4 2.209,0 4,-1.792 4,-4 z" />    </g>    <g       transform="matrix(0.21103701,0,0,-0.25086186,4.0139967,11.419651)"       id="g7888">      <path         id="path7890"         style="fill:none;stroke:#2D5798;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"         d="m 0,0 c 0,-2.21 -1.791,-4 -4,-4 -2.209,0 -4,1.79 -4,4 0,2.208 1.791,4 4,4 2.209,0 4,-1.792 4,-4 z" />    </g>  </g></svg>');
	  }
	  
	  
	  
	  
	  
	  
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-petitions {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-petitions</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-881.000000, -1353.000000)" fill="#434a54">            <g id="icon-petitions" sketch:type="MSLayerGroup" transform="translate(881.000000, 1353.000000)">                <path d="M44,21.5859 L38.414,15.9999 L50.707,3.7069 L52,2.4139 L57.586,7.9999 L44,21.5859 Z M19,46.5859 L13.414,40.9999 L37,17.4139 L42.586,22.9999 L19,46.5859 Z M14.293,53.2929 C12.779,54.8069 7.88,56.3089 4.168,57.2459 L9.707,51.7069 C10.098,51.3159 10.098,50.6839 9.707,50.2929 C9.316,49.9019 8.684,49.9019 8.293,50.2929 L2.754,55.8319 C3.691,52.1199 5.193,47.2219 6.707,45.7069 C7.856,44.5579 9.168,43.9499 10.5,43.9499 C11.832,43.9499 13.144,44.5579 14.293,45.7069 C16.632,48.0469 16.632,50.9539 14.293,53.2929 L14.293,53.2929 Z M59.707,7.2929 L52.707,0.2929 C52.316,-0.0981 51.684,-0.0981 51.293,0.2929 L49.939,1.6469 C48.93,0.9199 47.74,0.5229 46.5,0.5229 C44.928,0.5229 43.434,1.1509 42.293,2.2929 L28.293,16.2929 C27.902,16.6839 27.902,17.3159 28.293,17.7069 C28.488,17.9019 28.744,17.9999 29,17.9999 C29.256,17.9999 29.512,17.9019 29.707,17.7069 L43.708,3.7069 C44.99,2.4239 46.973,2.2329 48.482,3.1039 L36.293,15.2929 L11.293,40.2929 C10.902,40.6839 10.902,41.3159 11.293,41.7069 L11.647,42.0609 C11.269,41.9929 10.886,41.9499 10.5,41.9499 C8.627,41.9499 6.826,42.7599 5.293,44.2929 C2.429,47.1579 0.258,57.6189 0.019,58.8029 C0.009,58.8549 0.01,58.9079 0.008,58.9609 C0.007,58.9799 0.003,58.9979 0.003,59.0179 C0.005,59.1299 0.028,59.2389 0.067,59.3439 C0.076,59.3679 0.086,59.3889 0.097,59.4119 C0.146,59.5189 0.207,59.6199 0.292,59.7059 C0.292,59.7059 0.292,59.7069 0.293,59.7069 C0.312,59.7269 0.338,59.7329 0.359,59.7509 C0.44,59.8199 0.524,59.8849 0.621,59.9249 C0.742,59.9749 0.871,59.9999 1,59.9999 C1.065,59.9999 1.132,59.9939 1.197,59.9809 C2.381,59.7419 12.843,57.5719 15.707,54.7069 C17.594,52.8199 18.33,50.5409 17.93,48.3449 L18.293,48.7069 C18.488,48.9019 18.744,48.9999 19,48.9999 C19.256,48.9999 19.512,48.9019 19.707,48.7069 L44.707,23.7069 L59.707,8.7069 C60.098,8.3159 60.098,7.6839 59.707,7.2929 L59.707,7.2929 Z" id="Fill-1374" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-petitions:hover, .navbar-default .navbar-nav li.item-91 .dropdown-menu li.active.icon-petitions {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">    <!-- Generator: Sketch 3.0.3 (7891) - http://www.bohemiancoding.com/sketch -->    <title>icon-petitions</title>    <desc>Created with Sketch.</desc>    <defs></defs>    <g id="Elements" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">        <g id="Style-Guide" sketch:type="MSArtboardGroup" transform="translate(-881.000000, -1353.000000)" fill="#396FC1">            <g id="icon-petitions" sketch:type="MSLayerGroup" transform="translate(881.000000, 1353.000000)">                <path d="M44,21.5859 L38.414,15.9999 L50.707,3.7069 L52,2.4139 L57.586,7.9999 L44,21.5859 Z M19,46.5859 L13.414,40.9999 L37,17.4139 L42.586,22.9999 L19,46.5859 Z M14.293,53.2929 C12.779,54.8069 7.88,56.3089 4.168,57.2459 L9.707,51.7069 C10.098,51.3159 10.098,50.6839 9.707,50.2929 C9.316,49.9019 8.684,49.9019 8.293,50.2929 L2.754,55.8319 C3.691,52.1199 5.193,47.2219 6.707,45.7069 C7.856,44.5579 9.168,43.9499 10.5,43.9499 C11.832,43.9499 13.144,44.5579 14.293,45.7069 C16.632,48.0469 16.632,50.9539 14.293,53.2929 L14.293,53.2929 Z M59.707,7.2929 L52.707,0.2929 C52.316,-0.0981 51.684,-0.0981 51.293,0.2929 L49.939,1.6469 C48.93,0.9199 47.74,0.5229 46.5,0.5229 C44.928,0.5229 43.434,1.1509 42.293,2.2929 L28.293,16.2929 C27.902,16.6839 27.902,17.3159 28.293,17.7069 C28.488,17.9019 28.744,17.9999 29,17.9999 C29.256,17.9999 29.512,17.9019 29.707,17.7069 L43.708,3.7069 C44.99,2.4239 46.973,2.2329 48.482,3.1039 L36.293,15.2929 L11.293,40.2929 C10.902,40.6839 10.902,41.3159 11.293,41.7069 L11.647,42.0609 C11.269,41.9929 10.886,41.9499 10.5,41.9499 C8.627,41.9499 6.826,42.7599 5.293,44.2929 C2.429,47.1579 0.258,57.6189 0.019,58.8029 C0.009,58.8549 0.01,58.9079 0.008,58.9609 C0.007,58.9799 0.003,58.9979 0.003,59.0179 C0.005,59.1299 0.028,59.2389 0.067,59.3439 C0.076,59.3679 0.086,59.3889 0.097,59.4119 C0.146,59.5189 0.207,59.6199 0.292,59.7059 C0.292,59.7059 0.292,59.7069 0.293,59.7069 C0.312,59.7269 0.338,59.7329 0.359,59.7509 C0.44,59.8199 0.524,59.8849 0.621,59.9249 C0.742,59.9749 0.871,59.9999 1,59.9999 C1.065,59.9999 1.132,59.9939 1.197,59.9809 C2.381,59.7419 12.843,57.5719 15.707,54.7069 C17.594,52.8199 18.33,50.5409 17.93,48.3449 L18.293,48.7069 C18.488,48.9019 18.744,48.9999 19,48.9999 C19.256,48.9999 19.512,48.9019 19.707,48.7069 L44.707,23.7069 L59.707,8.7069 C60.098,8.3159 60.098,7.6839 59.707,7.2929 L59.707,7.2929 Z" id="Fill-1374" sketch:type="MSShapeGroup"></path>            </g>        </g>    </g></svg>');
	  }
	  
	  
	  
	  
	  
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-actions {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  --><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 width="66.247px" height="56.927px" viewBox="0 0 66.247 56.927" enable-background="new 0 0 66.247 56.927" xml:space="preserve"><path fill="#434a54" d="M57.894,18.896h-1V4.983c0-0.346-0.18-0.668-0.474-0.85c-0.294-0.183-0.662-0.199-0.972-0.045L54.863,4.38	c-9.83,4.894-19.115,9.517-40.969,9.517h-3c-4.486,0-8,3.953-8,9v5c0,4.711,3.29,8,8,8h3c2.498,0,4.823,0.066,7.006,0.19	c0.066,7.668,4.085,14.604,10.286,17.704c0.144,0.072,0.296,0.105,0.446,0.105c0.367,0,0.72-0.202,0.896-0.553	c0.247-0.494,0.047-1.095-0.447-1.342c-5.409-2.705-9.063-9.021-9.176-15.785c14.813,1.12,22.595,5.022,30.757,9.115l1.787,0.895	c0.141,0.07,0.293,0.104,0.445,0.104c0.184,0,0.365-0.05,0.527-0.149c0.293-0.183,0.473-0.504,0.473-0.851V30.896h1	c2.804,0,5-1.967,5-4.479v-2.521C62.894,21.233,60.558,18.896,57.894,18.896z M10.894,33.896c-3.645,0-6-2.355-6-6v-5	c0-3.44,2.244-7,6-7h3c2.489,0,4.812-0.061,7-0.173V34.09c-2.19-0.125-4.514-0.193-7-0.193H10.894z M54.894,43.713l-0.336-0.168	c-8.021-4.022-16.275-8.16-31.664-9.324V15.606c15.565-1.062,23.726-4.896,32-9.008v13.298v10V43.713z M60.894,26.418	c0,1.551-1.525,2.479-3,2.479h-1v-8h1c1.542,0,3,1.458,3,3V26.418z"/></svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-actions:hover, .navbar-default .navbar-nav li.item-91 .dropdown-menu li.active.icon-actions {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  --><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 width="66.247px" height="56.927px" viewBox="0 0 66.247 56.927" enable-background="new 0 0 66.247 56.927" xml:space="preserve"><path fill="#396FC1" d="M57.894,18.896h-1V4.983c0-0.346-0.18-0.668-0.474-0.85c-0.294-0.183-0.662-0.199-0.972-0.045L54.863,4.38	c-9.83,4.894-19.115,9.517-40.969,9.517h-3c-4.486,0-8,3.953-8,9v5c0,4.711,3.29,8,8,8h3c2.498,0,4.823,0.066,7.006,0.19	c0.066,7.668,4.085,14.604,10.286,17.704c0.144,0.072,0.296,0.105,0.446,0.105c0.367,0,0.72-0.202,0.896-0.553	c0.247-0.494,0.047-1.095-0.447-1.342c-5.409-2.705-9.063-9.021-9.176-15.785c14.813,1.12,22.595,5.022,30.757,9.115l1.787,0.895	c0.141,0.07,0.293,0.104,0.445,0.104c0.184,0,0.365-0.05,0.527-0.149c0.293-0.183,0.473-0.504,0.473-0.851V30.896h1	c2.804,0,5-1.967,5-4.479v-2.521C62.894,21.233,60.558,18.896,57.894,18.896z M10.894,33.896c-3.645,0-6-2.355-6-6v-5	c0-3.44,2.244-7,6-7h3c2.489,0,4.812-0.061,7-0.173V34.09c-2.19-0.125-4.514-0.193-7-0.193H10.894z M54.894,43.713l-0.336-0.168	c-8.021-4.022-16.275-8.16-31.664-9.324V15.606c15.565-1.062,23.726-4.896,32-9.008v13.298v10V43.713z M60.894,26.418	c0,1.551-1.525,2.479-3,2.479h-1v-8h1c1.542,0,3,1.458,3,3V26.418z"/></svg>');
	  }
	  
	  
	  
	
		.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-popups {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="48"   height="48"   viewBox="0 0 12.7 12.7"   version="1.1"   id="svg126923"   sodipodi:docname="icon-popups-white.svg"   inkscape:version="1.2.2 (732a01da63, 2022-12-09)"   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"   xmlns="http://www.w3.org/2000/svg"   xmlns:svg="http://www.w3.org/2000/svg">  <sodipodi:namedview     id="namedview126925"     pagecolor="#ffffff"     bordercolor="#000000"     borderopacity="0.25"     inkscape:showpageshadow="2"     inkscape:pageopacity="0.0"     inkscape:pagecheckerboard="0"     inkscape:deskcolor="#d1d1d1"     inkscape:document-units="mm"     showgrid="false"     inkscape:zoom="2.1089995"     inkscape:cx="178.28359"     inkscape:cy="137.98012"     inkscape:window-width="1080"     inkscape:window-height="1857"     inkscape:window-x="1912"     inkscape:window-y="-8"     inkscape:window-maximized="1"     inkscape:current-layer="layer1" />  <defs     id="defs126920" />  <g     inkscape:label="Layer 1"     inkscape:groupmode="layer"     id="layer1">    <path       id="path262"       style="fill:none;stroke:#434a54;stroke-width:0.312291;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="m 5.6835811,5.3198432 c 0,-0.3005928 0.3165507,-0.562921 0.6629271,-0.562921 0.3502296,0 0.6776725,0.2589801 0.6776725,0.562921 v 2.1824295 l 1.8579054,0.5568086 c 0.4179329,0.1165508 0.521159,0.5456078 0.422455,0.9172025 L 8.8675084,10.994157 H 5.5160051 L 3.811097,8.7926703 C 3.6192239,8.5380519 3.5997862,8.0590813 4.0224078,8.0590813 c 0.4224602,0 0.8159254,0.058632 1.6611733,1.189134 z" />    <path       id="path266"       style="fill:none;stroke:#434a54;stroke-width:0.312291;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 4.3429819,6.9202848 H 3.672682 c -0.7002969,0 -1.3405992,-0.4102984 -1.3405992,-1.0184674 V 3.7193893 c 0,-0.6077342 0.6403023,-1.1639621 1.3405992,-1.1639621 h 5.3624019 c 0.7001264,0 1.3406001,0.5562279 1.3406001,1.1639621 v 2.1824281 c 0,0.608169 -0.6404737,1.0184674 -1.3406001,1.0184674 H 8.364785" />  </g></svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%; 
	}
	
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-popups:hover, .navbar-default .navbar-nav li.item-91 .dropdown-menu li.active.icon-popups {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg width="48"   height="48"   viewBox="0 0 12.7 12.7"   version="1.1"   id="svg126923"   sodipodi:docname="icon-popups-white.svg"   inkscape:version="1.2.2 (732a01da63, 2022-12-09)"   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"   xmlns="http://www.w3.org/2000/svg"   xmlns:svg="http://www.w3.org/2000/svg">  <sodipodi:namedview     id="namedview126925"     pagecolor="#ffffff"     bordercolor="#000000"     borderopacity="0.25"     inkscape:showpageshadow="2"     inkscape:pageopacity="0.0"     inkscape:pagecheckerboard="0"     inkscape:deskcolor="#d1d1d1"     inkscape:document-units="mm"     showgrid="false"     inkscape:zoom="2.1089995"     inkscape:cx="178.28359"     inkscape:cy="137.98012"     inkscape:window-width="1080"     inkscape:window-height="1857"     inkscape:window-x="1912"     inkscape:window-y="-8"     inkscape:window-maximized="1"     inkscape:current-layer="layer1" />  <defs     id="defs126920" />  <g     inkscape:label="Layer 1"     inkscape:groupmode="layer"     id="layer1">    <path       id="path262"       style="fill:none;stroke:#2D5798;stroke-width:0.312291;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="m 5.6835811,5.3198432 c 0,-0.3005928 0.3165507,-0.562921 0.6629271,-0.562921 0.3502296,0 0.6776725,0.2589801 0.6776725,0.562921 v 2.1824295 l 1.8579054,0.5568086 c 0.4179329,0.1165508 0.521159,0.5456078 0.422455,0.9172025 L 8.8675084,10.994157 H 5.5160051 L 3.811097,8.7926703 C 3.6192239,8.5380519 3.5997862,8.0590813 4.0224078,8.0590813 c 0.4224602,0 0.8159254,0.058632 1.6611733,1.189134 z" />    <path       id="path266"       style="fill:none;stroke:#2D5798;stroke-width:0.312291;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"       d="M 4.3429819,6.9202848 H 3.672682 c -0.7002969,0 -1.3405992,-0.4102984 -1.3405992,-1.0184674 V 3.7193893 c 0,-0.6077342 0.6403023,-1.1639621 1.3405992,-1.1639621 h 5.3624019 c 0.7001264,0 1.3406001,0.5562279 1.3406001,1.1639621 v 2.1824281 c 0,0.608169 -0.6404737,1.0184674 -1.3406001,1.0184674 H 8.364785" />  </g></svg>');
	  }
	  
	  
	  
	  
	  
	
	
	  
	  
	  
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-addons {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg"  width="779.000000pt" height="772.000000pt" viewBox="0 0 779.000000 772.000000" preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,772.000000) scale(0.100000,-0.100000)" fill="#434A54" stroke="none"> <path d="M2674 7208 l-34 -30 0 -1059 0 -1060 -907 3 c-680 2 -949 0 -1073 -10 -91 -8 -166 -15 -168 -16 -11 -11 -24 -446 -29 -979 -5 -588 6 -1242 25 -1397 l7 -55 65 -8 c36 -5 454 -10 930 -12 520 -2 911 -7 980 -14 63 -6 128 -11 143 -11 l28 0 -2 -872 c-1 -820 8 -1228 29 -1250 30 -31 1683 -46 2182 -19 135 7 245 13 246 14 1 1 7 88 14 192 9 130 12 468 11 1072 l-2 881 993 6 c908 5 1135 10 1152 27 30 29 44 1794 18 2223 -6 109 -13 200 -14 202 -2 1 -59 8 -128 16 -95 10 -307 12 -873 10 -678 -2 -1004 5 -1115 24 l-33 6 2 867 c1 581 -3 928 -11 1056 -6 105 -14 192 -16 194 -17 17 -336 23 -1292 26 l-1093 3 -35 -30z m2196 -1299 c0 -590 1 -1073 3 -1075 1 -2 79 -9 172 -16 124 -9 419 -12 1083 -10 l912 3 0 -986 0 -985 -1085 0 -1085 0 -2 -1087 -3 -1088 -985 0 -985 0 -3 1088 -2 1087 -1085 0 -1085 0 0 985 0 985 1074 0 1074 0 6 43 c21 152 27 447 21 1037 -6 589 0 899 21 1048 l6 42 974 0 974 0 0 -1071z"/> </g> </svg>');
	  background-repeat: no-repeat;
	  background-position: left;
	  margin-left: 5px;
	  background-size: 15%;
	}
	.navbar-default .navbar-nav li.item-91 .dropdown-menu li.icon-addons:hover, .navbar-default .navbar-nav li.item-91 .dropdown-menu li.active.icon-addons {	  
	  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"  "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg version="1.0" xmlns="http://www.w3.org/2000/svg"  width="779.000000pt" height="772.000000pt" viewBox="0 0 779.000000 772.000000" preserveAspectRatio="xMidYMid meet"> <g transform="translate(0.000000,772.000000) scale(0.100000,-0.100000)" fill="#396FC1" stroke="none"> <path d="M2674 7208 l-34 -30 0 -1059 0 -1060 -907 3 c-680 2 -949 0 -1073 -10 -91 -8 -166 -15 -168 -16 -11 -11 -24 -446 -29 -979 -5 -588 6 -1242 25 -1397 l7 -55 65 -8 c36 -5 454 -10 930 -12 520 -2 911 -7 980 -14 63 -6 128 -11 143 -11 l28 0 -2 -872 c-1 -820 8 -1228 29 -1250 30 -31 1683 -46 2182 -19 135 7 245 13 246 14 1 1 7 88 14 192 9 130 12 468 11 1072 l-2 881 993 6 c908 5 1135 10 1152 27 30 29 44 1794 18 2223 -6 109 -13 200 -14 202 -2 1 -59 8 -128 16 -95 10 -307 12 -873 10 -678 -2 -1004 5 -1115 24 l-33 6 2 867 c1 581 -3 928 -11 1056 -6 105 -14 192 -16 194 -17 17 -336 23 -1292 26 l-1093 3 -35 -30z m2196 -1299 c0 -590 1 -1073 3 -1075 1 -2 79 -9 172 -16 124 -9 419 -12 1083 -10 l912 3 0 -986 0 -985 -1085 0 -1085 0 -2 -1087 -3 -1088 -985 0 -985 0 -3 1088 -2 1087 -1085 0 -1085 0 0 985 0 985 1074 0 1074 0 6 43 c21 152 27 447 21 1037 -6 589 0 899 21 1048 l6 42 974 0 974 0 0 -1071z"/> </g> </svg>');
	  }
	.nav-apps > .icon-addons > a > span {
	  background-image: url(../images/icon-addons.svg);
	}
	.navbar-default .navbar-nav .dropdown-menu li a {
		border-bottom: none;		
		color: #434a54;
		display: block;
		font-weight: normal;
		line-height: 20px;
		padding: 6px 20px;
	}
}

@media only screen and (min-width: 992px) {
	.guide-cont {
		padding-top: 72px;
		padding-bottom: 72px;
	}
	
	.guide-cont .engagement-levels {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.guide-cont .engagement-level {
		padding-bottom: 5px;
	}
	
	.guide-cont .engagement-levels > .events-level:before {
		display: block;
	}
	
	.guide-cont .grey-block ul li {
		display: block;
		margin: 0 0 15px;
	}
	
	.guide-cont .download-btn {
		padding-left: 70px;
		padding-right: 70px;
	}
	
	/*.top-menu-test .navbar-default .navbar-nav li.item-79 .dropdown-menu {
		left: auto;
		right: 0;
	}*/
}

@media only screen and (max-width: 767px) {
	.guide-cont h2 span {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.guide-cont .download-btn, 
	.guide-cont .download-btn.long-text,
	.guide-cont .engagement-levels .download-btn {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.guide-cont .key-comp-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.guide-cont .stakeholder-block {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.guide-cont .engagement-level {
		margin-left: 110px;
		padding-bottom: 5px;
	}
	
	.guide-cont .engagement-levels > .events-level:before {
		display: block;
	}
	
	.guide-cont .recommendations-block {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.guide-cont .grey-block {
		padding: 40px 15px;
	}
	
	.guide-cont .grey-block ul li {
		display: block;
		margin: 0 0 15px;
		padding: 15px;
	}
	
	.guide-cont .key-comp-content .btn-primary {
		white-space: normal;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		left: 15px;
		right: 15px;
		bottom: -62px;
	}
	
	.guide-cont .component-block.storytelling-block:before, .guide-cont .component-block.relationships-block:before {
		bottom: -20px;
		left: 50%;
		right: auto;
	}
	
	.guide-cont .component-block.storytelling-block:after, .guide-cont .component-block.relationships-block:after {
		bottom: -14px;
		left: 50%;
		right: auto;
		margin-left: -6px;
	}
	
	.navbar-default .navbar-nav > li.dropdown > a > span {
		background: url(../images/arrow-dropdown.svg) no-repeat right center;
		display: inline-block;
		padding-right: 18px;
	}
}
.navbar-default .navbar-nav  .item-275 .dropdown-menu {
 display:none!important;
}
.popup_style1{
  background-color: #ebebeb;
  border-radius: 10px;
  font-family: proxima-nova-soft, arial;
  width: 60%;
  top:30%;
  left: 20%;
  height: auto;
  padding: 20px;
  border: 0px solid black;
  z-index: 2001;
  overflow: auto;
  font-size: 14px;
  position: fixed;
}
.popup_style1 .popup_heading{
  font-size: 20px; 
  line-height: 24px; 
  color: #434a54;  
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
 }
.popup_style1 .popup_text {
  color: #434a54;
  text-align: left;
  margin: 0 0 10px;
}
.popup_style1 .popup_button{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #893acb;  
  background: #893acb;  
  border-radius: 10px;
  font-size: 16px; 
  line-height: 30px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.popup_style1 .popup_close{
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: bold;
  font-size: 20px;  
}
.popup_style1 .popup_close:hover, .popup_style1 .popup_button:hover{
  text-decoration: none;
}
.popup_style2{
  background-color: #ebebeb;
  border-radius: 10px;
  font-family: proxima-nova-soft, arial;
  width: 60%;
  top:30%;
  left: 20%;
  height: auto;
  padding: 20px;
  border: 0px solid black;
  z-index: 2001;
  overflow: auto;
  font-size: 14px;
  position: fixed;
}
.popup_style2 .popup_heading{
  font-size: 20px; 
  line-height: 24px; 
  color: #434a54;  
  font-weight: bold;
  text-align: left;
  margin: 0 0 10px;
 }
.popup_style2 .popup_image {
  width: 30%;  
  float:right;
}
.popup_style2 .popup_image img{
  max-width: 100%;
}
.popup_style2 .popup_text {
  float:left;
  color: #434a54;
  text-align: left;
  margin: 0 0 10px;
  width: 70%;
  padding-right:15px;
  height: 100%;
}
.popup_style2 .popup_button{
  display: block;  
  width: 50%;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  border: 2px solid #893acb;  
  background: #893acb;  
  border-radius: 10px;
  font-size: 16px; 
  line-height: 30px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}
.popup_style2 .popup_close{
  position: absolute;
  top: 5px;
  right: 10px;
  font-weight: bold;
  font-size: 20px;  
}
.popup_style2 .popup_close:hover, .popup_style2 .popup_button:hover{
  text-decoration: none;
}

/* nonprofit-salesforce-consulting-solutions */
.section-hero-solution {
	background: url(../images/hero-home.jpg) center top no-repeat #2d5798;
	background-size: cover;
	height: auto;
}

.section-hero-solution .btn {
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	padding: 17px 60px;
}

.section-who-serve .section-heading {
	font-family: proxima-nova;
}

.section-who-serve .section-subheading {
	color: #8B8B8B;
}

.section-who-serve h5 {
	color: #2d5798;
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	max-width: 562px;
	margin-left: auto;
	margin-right: auto;
}

h3.solution-heading {
	color: #000;
	font-family: 'proxima-nova';
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	margin: 0 0 25px;
}

.section-customers-saying h3.solution-heading {
	margin: 0 0 105px;
}

.col-sm-20 {
	position: relative;
	min-height: 1px;
	padding: 15px;
}

.icon-box-solution {
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	box-shadow: 0px 0px 24px 4px rgba(0, 152, 6, 0.12);
	border-radius: 6px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	padding: 15px;
}

.icon-box-solution p:last-child {
	margin: 0;
}

.section-what-do {
	background: rgba(0, 152, 6, 0.08);
}

.section-what-do h3.solution-heading {
	color: #2D5798;
}

ul.two-column {
	list-style: none;
	margin: 0;
	padding: 0;
}

.section-what-do ul.two-column {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

ul.two-column li {
	padding: 10px 0 10px 30px;
	position: relative;
}

ul.two-column li:before {
	color: #7F32BF;
	content: "\f192";
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	left: 0;
}

.grid-areas {
	max-width: 1010px;
	margin: 0 auto;
	padding-top: 40px;
}

.grid-areas p {
	color: #000;
	font-weight: 600;
}

.quote-box {
	border-radius: 12px;
	padding: 60px 30px;
	position: relative;
}

.quote-box:before {
	content: '“';
	font-size: 250px;
	font-weight: bold;
	font-style: italic;
	line-height: 170px;
	position: absolute;
	top: -40px;
	z-index: 999;
	left: 0;
}

.quote-box.blue-quote-box {
	background: rgba(45, 87, 152, 0.8);
	color: #FFFFFF;
}

.quote-box.blue-quote-box a {
	color: #fff;
}

.quote-box.green-quote-box {
	background: #9AB800;
	color: #FFFFFF;
}

.quote-box.blue-quote-box:before {
	color: #2D5798;
}

.quote-box.green-quote-box:before {
	color: #7EAC2F;
}

.quote-box .quote-text {
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}

.quote-box .quote-author {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

.section-highlights-soapbox {
	background: rgba(127, 50, 191, 0.09);
}

.section-highlights-soapbox ul.two-column {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.section-highlights-soapbox a {
	color: #0012B6;
}

.cta-get-started {
  box-shadow: 0px 0px 19px 14px rgba(239, 239, 239, 0.8);
  border-radius: 12px;
  padding: 50px 30px 92px;
  position: relative;
}

.cta-quickstart {
	background: #EBF7EB;
}

.cta-consulting {
	
}

.cta-get-started strong {
	color: #7F32BF;
}

.cta-get-started.cta-quickstart strong {
	color: #2D5798;
}

.cta-get-started.cta-consulting strong {
	color: #3D5164;
}

.btn-secondary {
	background: #3D5164;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #2d5798;
	color: #fff;
}

.cta-get-started .btn {
	border: none;
	border-radius: 0;
	font-family: 'proxima-nova';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 30px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
}


@media (min-width: 768px) {
	.row-who-serve, .row-quote, .row-cta-get-started {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	
	.col-sm-20 {
		float: left;
		width: 20%;
	}
	
	.icon-box-solution, .quote-box, .cta-get-started {
		height: 100%;
	}
	
	ul.two-column {
		column-count: 2;
	}
}

@media (min-width: 992px) {
	.section-hero-solution {
		text-align: left;
	}
	
	.icon-box-solution {
		padding: 25px;
	}
}

@media (min-width: 1199px) {
	.cta-get-started .btn {
		left: 80px;
		right: 80px;
	}
}

@media (max-width: 767px) {
	.quote-box {
		margin-bottom: 50px;
	}
	
	.cta-get-started {
		margin-bottom: 30px;
	}
}

/* Donations app new 2023 style */
.section.no-mrg {
	margin: 0;
}

.section-heading.heading-mrg-top {
	margin-top: 40px;
}

.donations-app-new .section-heading, .home-new .section-heading {
	margin-bottom: 32px;
}

.section-hero-donations-app {
	background: url(../images/hero-applanding-23.svg)  no-repeat center bottom;
	background-size: cover;
	color: #fff;
	margin-bottom: 60px;
	padding-top: 50px;
	padding-bottom: 70px;
	text-align: center;
}

.section-hero-donations-app .hero-heading {
	margin-bottom: 36px;
}

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

.section-hero-donations-app ul.list-style-arrow {
    font-size: 24px;
    line-height: 36px;
}

ul.list-style-arrow li {
	padding-left: 25px;
	padding-bottom: 20px;
	line-height: 22px;
}

ul.list-style-arrow li:before {
	color: #2e5798;
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f054";
	display: inline-block;
	margin-right: 15px;
	margin-left: -25px;
}

.section-hero-donations-app ul.list-style-arrow li:before {
	color: #fff;
}

.btn-light-blue {
	background: #6e99d2;
	color: #fff;
}

.btn-light-blue:hover {
  background: #5d9fdb;
  color: #fff;
}

.btn-pill-shaped {
	border: none;
	border-radius: 50px;
	font-size: 28px;
}

.section-separator {
	border-bottom: 1px solid #e1e9f2;
	display: block;
	height: 60px;
}

.crm-cta-box {
	border-left: 1px solid #e1e9f2;
	padding-left: 35px;
}

.crm-cta-box strong {
	color: #2d5798;
	display: inline-block;
}

.crm-cta-box .fa {
	font-size: 44px;
}

.crm-cta-box .fa.fa-facebook-square {
	color: #3d578f;
}

.crm-cta-box .fa.fa-twitter {
	color: #28aae1;
}

ul.social-media {
	margin-bottom: 48px;
}

.section-in-action, .section-crm-support {
	background: url(../images/blue-bg-lower23.svg)  no-repeat center top;
	background-size: cover;
	color: #fff;
	padding-top: 148px;
}

.section-in-action .section-heading, .section-in-action .section-subheading,
.section-crm-support .section-heading, .section-crm-support .section-subheading {
	color: #fff;
}

.section-in-action .section-subheading {
	margin-top: 0;
}

.donation-testimonial {
	background: url(../images/left-quote.png) no-repeat;
	margin-top: 5px;
	padding-left: 75px;
}

.donation-testimonial > p {
	margin-bottom: 15px;
}

.testimonial-image-box {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
}

.testimonial-image-box-img {
	margin-right: 15px;
}

.testimonial-image-box-content > * {
	margin: 0;
}

.testimonial-image-box-title {
	margin: 0;
	font-size: 22px;
	font-family: proxima-nova;
	font-weight: normal;
}

.testimonial-image-box-description {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.donations-action {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-top: 48px;
	padding-bottom: 60px;
}

.donations-action .crm-cta-box {
	border-color: rgba(255,255,255,0.2);
}

.donations-action .btn-quote {
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	padding: 10px 40px;
	line-height: 1.5;
	border-radius: 30px;
}

.section-actioncta, .section-appsplaynice, .section-playsnicely {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 48px;
}

.section-appsplaynice {
	margin-bottom: 0;
}

.section-actioncta .text-left, .section-actioncta .cta-actions {
	text-align: center;
}

.cta-appsplaynice {
  background: #fff;
  border-radius: 12px;
  padding: 40px 40px 10px;
  color: #2d5798;
}

.cta-appsplaynice .cta-box-heading {
	margin-bottom: 20px;
}

.grid-logos {
	font-size: 0;
}

.grid-logos .grid-logo {
	padding: 10px;
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.grid-logos .grid-logo img {
	max-width: 100%;
	height: auto;
}

.migrate-from-elevate .section-heading {
	margin-bottom: 32px;
}

.migrate-from-elevate ol {
	max-width: 600px;
	margin: 0 auto 30px;
	text-align: left;
}

.compare-elevate {
	border-collapse: collapse;
	border: 1px solid #ccc;
	table-layout: fixed;	
	width: 100%;
}

.compare-elevate th, .compare-elevate td {
	border: 1px solid #dbe3ee;
	padding: 10px;
	text-align: center;
}

.compare-elevate th:first-child, .compare-elevate td:first-child {
	text-align: left;
}

.compare-elevate .fa-check-square {
	color: #9ab800;
}

.compare-elevate .fa-times {
	color: #ff0000;
}

.migrate-from-elevate .section {
	text-align: left;
}

.cta-step-migrate {
	box-shadow: 0 0 19px 14px rgba(239,239,239,.8);
	border-radius: 12px;
	margin-bottom: 30px;
	padding: 30px 15px;
}

.cta-step-migrate p:last-child {
	margin: 0;
}

.section-logos .btn-quote {
  border: 1px solid #7f32bf;
  color: #7f32bf;
  font-size: 18px;
  padding: 10px 40px;
  line-height: 1.5;
  border-radius: 30px;
}

.section-logos .btn-quote:hover {
  background: #7f32bf;
  color: #fff;
}

.home-new .testimonial-box, .home-new .cta-box {
	font-size: 18px;
	line-height: 30px;
}

.section.has-padt {
	padding-top: 44px;
}

ul.large-list {
	font-size: 24px;
}

.section-logos .crm-cta-box {
	padding-bottom: 50px;
	position: relative;
}

.section-logos .crm-cta-box .btn-quote {
	position: absolute;
	bottom: 0;
}

.section-logos .crm-cta-box strong {
	font-size: 24px;
}

.section-cta-new {
	background: #2d5798;
}

.section-cta-new .section-heading {
	color: #fff;
}

.section-cta-new .cta-box {
	border: none;
	box-shadow: none;
	border-radius: 12px;
}

.section-cta-new .btn-primary {
	font-size: 24px;
}

.section-crm-support ul.list-style-arrow li:before {
	color: #fff;
}

@media (min-width: 768px) {
	.row-flex, .row-flex > div {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.row-flex-center {
		align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	
	.section-logos .row-flex {
		flex-wrap: wrap;
	}
	
}

@media (min-width: 992px) {
	.section-hero-donations-app {
		text-align: left;
	}
	
	.section-hero-donations-app .hero-heading {
		margin-top: 80px;
	}
	
	.section-hero-donations-app p.hero-actions .btn:last-child {
		margin-right: 0;
	}
	
	.section-in-action, .section-crm-support {
		padding-top: 160px;
	}
	
	.donations-action {
		padding-top: 60px;
		padding-bottom: 72px;
	}
	
	.section-actioncta, .section-appsplaynice, .section-playsnicely {
		padding-bottom: 60px;
	}
	
	.section-actioncta {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.section-actioncta > * {
		flex: 50%;
	}
	
	.section-actioncta .text-left {
		text-align: left;
	}
	
	.section-actioncta .cta-actions {
		text-align: right;
	}
	
	.cta-actions .btn-light-blue {
		margin-right: 15px;
	}
	
	.grid-logos {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.section-hero-donations-app {
		margin-bottom: 130px;
	}
	
	.section-separator {
		height: 96px;
	}
	
	.section-in-action, .section-crm-support {
		padding-top: 184px;
	}
	
	.donations-action {
		padding-top: 84px;
		padding-bottom: 96px;
	}
	
	.section-actioncta, .section-appsplaynice, .section-playsnicely {
		padding-bottom: 84px;
	}
}

@media (max-width: 991px) {
	.btn-pill-shaped {
		font-size: 24px;
	}
	
	.section-hero p.hero-actions .btn {
		min-width: 191px;
	}
	
	.cta-actions .btn {
		margin: 5px 10px;
		min-width: 191px;
	}
	
	.section-playsnicely .section-heading {
		text-align: center;
	}
	
	.grid-logos .grid-logo {
		padding: 20px 10px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.grid-logos .grid-logo {
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.donations-action .crm-cta-box, .section-logos .crm-cta-box {
		margin-bottom: 40px;
	}
	
	.cta-appsplaynice {
		margin-bottom: 15px;
	}
	
	.m-text-center {
		text-align: center;
	}
}

/* End Donations app new 2023 style */

/*VST end edit style*/