 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

html, body {
	height				:100%;
}

strong, b {
    font-weight: 600;
}


body {
	font-family			: 'Open Sans', sans-serif;
	font-size			:14px;
	margin				:0;
	padding				:0;
	color				:#222;
}

.fon1{
	background			:url('/files/fons/1.jpg');
	background-repeat	:no-repeat;
	background-size		:cover;
	background-attachment:fixed;
	background-position	:0% 0%;
	transition			:background-position 0.5s;
}

h1, .title {
	font-family			: 'Open Sans', sans-serif;
	font-size			:32px !important;
	font-weight			:normal !important;
	margin				:0px;
}

td {
	vertical-align		:top;
	font-family			: 'Open Sans', sans-serif;
	font-size			:14px;
}

a.seo163:link, a.seo163:visited, a.seo163:hover {
	color: #000000;
	padding: 20px 0;
}

a:link, a:visited {
	color				:#000000;
	text-decoration		:underline;
}

a:hover {
	text-decoration		:none;
}

img {
	border				:0px;
}

p {
	padding				:0px;
	margin				:0px;
}

.icon_p {
	display				:inline-block;
	margin-right		:5px;
}

/**/

#top_main {
	width				:100%;
	position			:fixed;
	z-index				:999;
}

#top_main .flex_row {
	justify-content		:space-around;
	align-items			:center;
	overflow			:unset !important;
}

#top_main .flex_row > div > .mod-main {
	text-align			:left;
	vertical-align		:middle;
}

#top_main .flex_row > div:last-child {
	text-align			:right;
}

#top_main #topmenu_wrap {
	margin				:0px 10px 0px 10px;
	text-align			:right;
}

#top {
	color				:#B8B8B8 !important;
	background			:transparent;
	position			:relative;
	top					:0px;
	transition			:all 1s;
}

#top a:link, #top a:visited, #top a:hover {
	color				:#B8B8B8 !important;
}

#header {
	color: #222 !important;
	background: rgba(255 255 255);
	/* transition          :background 1s; */
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

.top_main_def #header {
	color				:#222 !important;
}

#header a:link, #header a:visited, #header a:hover {
	color: #000;
}

#top > div, #header > div {
	max-width			:1200px;
	margin				:0 auto;
}

#header #topmenu_tab {
	display				:inline-block;
}

.logo {
	display				:block;
	height: 60px;
	width				:auto;
	transition			:all 1s;
}

.logo_text {
	display				:inline-block;
	font-size			:28px;
	text-decoration		:none !important;
	/* border-bottom: 2px solid #222; */
	transition			:border-color 0.3s, font-size 1s;
}



.logo_text:hover {
	border-color		:rgba(0, 0, 0, 0);
}

/**/

#top_height_def {
	background			:#FFFFFF;
}

.top_main_def {
	position			:relative !important;
}

.top_main_def #top_wrap {
	overflow			:hidden;
	background			:#000000;
}

.top_main_def #header {
	background			:#fff;
}

.top_main_def .topmenu {
    color: #222 !important;
}

.top_main_def .logo_text {
    color: #222 !important;
}

/**/

.top_main_fixed {
	position			:fixed !important;
}

.top_main_fixed #top {

}

.top_main_fixed .logo {
	height: 40px;
}

.top_main_fixed .logo_text {
	font-size: 20px;
}

/**/

.content-def {
	box-sizing			:border-box;
}


.body_def {
	min-height          :100vh;
    display             :flex;
    flex-direction      :column;
	background			:#fff;
}

.flex-def {
    flex                :1;
}

/**/

#slider {
	overflow			:hidden;
}

.label_skitter {
	padding				:10px !important;
	margin-bottom		:20px !important;
	opacity				:1 !important;
	color				:#B8B8B8 !important;
	background			:rgba(0, 0, 0, 0.7) !important;
	font-size			:28px;
	text-align			:center;
}

/**/

.white {
	background			:#FFFFFF;
	overflow			:hidden;
}

.white2 {
	background			:#EEEEEE;
	overflow			:hidden;
}

.light_beige {
	background: #f7f3eb;
	overflow			:hidden;
}

.beige {
	background			:#f00e0e00;
	overflow			:hidden;
}

.light_grey {
	background			:#fff;
	overflow			:hidden;
} 

.dark {
	color				:#fff !important;
	background			:#003a8a;
	overflow			:hidden;
}

.dark a {
	color				:#fff !important;
}

.dark-color, .dark.dark-color {
	color:#222 !important;
}


.dark-red {
	color				:#fff !important;
	background			:#6d1f09;
	overflow			:hidden;
}

.transparent {
	overflow			:hidden;
	box-shadow			:inset 0px 0px 20px #000;
	background			:url(images/grid.png);
}

.white > div, .light_beige > div, .beige > div, .dark > div, .dark-red > div, .transparent > div, .fon1 > div, .light_gray > div {
	max-width			:1200px;
	margin				:0 auto;
	box-sizing			:border-box;
}

.wide > div {
	max-width			:100%;
	box-sizing			:border-box;
	align-items         :center !important;
}

/**/

.block-border/* {
	padding:0 10px; 
}*/

.block-border > div {
	margin: 60px auto;
	box-shadow			:rgba(54,50,56,0.3) 1px 1px 1px;
	background			:#FFFFFF;
}

.block-border .mod-main:nth-child(2) .mod-content {
	background-image	:url('/files/main/photo.jpg');
	background-position	:center;
	background-repeat	:no-repeat;
	background-size		:cover;
}

/**/

#footer {
	padding: 40px 20px;
	background: #35393C;
	text-align			:center;
}


/* ======= МЕНЮ ВЕРХНЕЕ ===================================================================== */

.tab {
	border-collapse		:collapse;
	border-spacing		:0px;
	margin				:0 auto;
}

.tab td {
	padding				:0px;
	vertical-align		:top;
	white-space			:nowrap;
}

.topmenu-0, .topmenu-1, .topmenu-3, .activetopmenu-1, .activetopmenu-3, .topmenu-4 {
	display				:none;
}

.topmenu-2, .activetopmenu-2 {
	display				:inline-block;
}

.topmenu, .activetopmenu {
	display				:block;
	font-size: 14px;
	font-weight			:normal;
	text-decoration		:none !important;
	color: #000000 !important;
    padding: 8px 10px;
    margin: 3px;
}

.activetopmenu, .topmenu:hover {
	background: #C93428;
	color				:#FFFFFF !important;
	border-radius       :5px;
}

/* Выпадающее меню */

.menutop_sub {
	display				:block;
	border-top			:1px solid rgba(0, 0, 0, 0);
	border-bottom       :1px solid #f5f5f5;
	font-size			:16px;
	font-weight			:normal;
	text-decoration		:none;
	padding				:5px 10px;
}

.menutop_lvl_2_block > .topmenu-2-parent:last-child > div > .menutop_sub, .menutop_lvl_3_block > .menutop_sub:last-child {
	border-top			:1px solid rgba(0, 0, 0, 0);
	border-bottom		:1px solid rgba(0, 0, 0, 0);
}

#header a.menutop_sub:link, #header a.menutop_sub:visited {
	color				:#424242;
	text-decoration		:none;
}

#header a.menutop_sub:hover {
	color				:#ffffff;
	background			:#C93428;
	text-decoration		:none;
}

/* Уровень 2 */

.topmenu-2	{
	position			:relative;
}

.activetopmenu-2	{
	position			:relative;
}

.topmenu-2-parent	{
	position			:relative;
}

.menutop_lvl_2_block	{
	position			:absolute;
	text-align			:left;
	display				:none;
	background			:#FFFFFF;
	z-index				:100;
	box-shadow          :0px 3px 10px rgba(0,0,0,0.1);
}

/* Уровень 3 */

.menutop_lvl_3_block	{
	position			:absolute;
	top					:-1px;
	left				:100%;
	display				:none;
	background			:#FFFFFF;
    box-shadow          :0px 3px 10px rgba(0,0,0,0.1);
}

/* --------------- */

/**/

.icon_spec {
	display				:block;
	position			:relative;
	border				:1px solid #E2EBF5;
	box-sizing			:border-box;
}

.icon_spec .hr_1 {
	max-width			:140px;
	margin				:40px auto;
	opacity				:0.3;
	background			:#515860 !important;
	transition			:all 0.8s;
}

.icon_spec > div:nth-child(1) {
	height				:80%;
	width				:80%;
	position			:absolute;
	top					:0;
	right				:0;
	bottom				:0;
	left				:0;
	margin				:auto;
	color				:#515860;
	background			:#FFFFFF;
	border				:1px solid #E2E2E2;
	box-shadow			:1px 1px 3px rgba(0, 0, 0, 0.5);
	opacity				:0;
	transition			:all 0.9s;
}

.icon_spec > div:nth-child(1) > div {
	display				:table;
	height				:100%;
	width				:100%;
}

.icon_spec > div:nth-child(1) > div > div {
	display				:table-cell;
	vertical-align		:middle;
}

.icon_spec > div:nth-child(1) > div > div > div {
	text-align			:center;
}

.icon_spec > div:nth-child(1) > div > div > div > div:nth-child(1) {
	padding				:0px 15px;
	font-size			:24px;
	color				:#EEA63A;
}

.icon_spec > div:nth-child(1) > div > div > div > div:nth-child(3) {
	padding				:0px 15px;
	font-size			:16px;
}

.icon_spec > div:nth-child(2) > img {
	display				:block;
	width				:100%;
}

.icon_spec:hover > div:nth-child(1) {
	opacity				:0.9;
}

.icon_spec:hover .hr_1 {
	margin				:10px auto;
}

/**/

input[type='radio'].input_1 + label:hover, input[type='radio'].input_1:checked + label {
	background			:#60ba62 !important;
}

#route_button {
	border				:1px solid #60ba62 !important;
	background			:#60ba62 !important;

}

#route_button:hover {
	border				:1px solid #9d1937 !important;
	background			:#9d1937 !important;
}

/**/

#scroll_main {
	margin				:80px 20px !important;
}

/**/

.mod_form_content {
	margin				:5px auto !important;
}

/**/

.show {
	border-radius		:10px !important;
	box-shadow			:0 0 0 !important;
}
.show:hover {
	opacity				:0.8 !important;
	animation-name		:none !important;
}

.overlay {
	background:transparent;
	position:relative;
	width:100%;
	height:550px;
	top:550px;
	margin-top:-550px;
}

img.show, img.show:hover {
	box-shadow			:0px 0px 0px !important;
	border-radius		:3px !important;
	background-color    :#ffffff !important;
}

a.show img {
	border-radius		:0px !important;
	display			:block;
}


.photo_item_title_0 {
    display: none;
}

/**/

.title_c {
	display				:block;
	padding				:7px 20px;
	background			:#F3F3F3;
	border-left			:10px solid #315BA2;
}

.title_ci {
	display				:block;
	padding				:7px 20px;
	color				:#ededed;
	background			:#6c6c6c;
	border-left			:10px solid #f47920;
}

.title_c2 {
	display				:block;
}


/**/

.mod-main .mod-article-container {
	display				:inline-block;
	width				:33.33%;
	box-sizing			:border-box;
	vertical-align		:top;
	padding				:30px 10px !important;
}

.mod-main .mod-article-title a {
	font-size			:20px;
	text-decoration		:none;
	color				:#315BA2;
}

.mod-main .mod-article-readmore {
	display				:block;
	padding				:10px 0px 0px 0px;
	color				:#315BA2;
}

@media screen and (max-width: 820px) {

	.mod-main .mod-article-container {
		width			:100%;
	}

}

/**/

.button_blue {
    border: 1px solid #C93428 !important;
    background: #C93428 !important;
}

.button_blue:hover {
    border: 1px solid #3ca3f5 !important;
    background: #3ca3f5 !important;
}

.button_grey:hover {
    color               :#222 !important;
    background          :#f6f6f6;
    border              :solid 2px #f6f6f6;
}

.button_grey {
    cursor              :pointer;
    display             :inline-block;
    border              :solid 2px #F3F3F3;
    padding             :0 20px;
    line-height         :36px;
    text-decoration     :none !important;
    font-size           :20px;
    color               :#222 !important;
    background          :#F3F3F3;
}

.button_grey_2:hover {
    color               :#ededed !important;
    background          :#737373;
    border              :solid 2px #737373;
}

.button_grey_2 {
    cursor              :pointer;
    display             :inline-block;
    border              :solid 2px #6c6c6c;
    padding             :0 20px;
    line-height         :36px;
    text-decoration     :none !important;
    font-size           :20px;
    color               :#ededed !important;
    background          :#6c6c6c;
}

.button_light {
    color: #222 !important;    
    background: #fff !important;
    border: 1px solid #E3E3E3;
    box-shadow: none !important;
}

.button_light:hover {
    color: #222 !important;
    border: 1px solid #eee !important;
    background: #eee !important;
}

.button_custom {
    color: #fff !important;
    border: 1px solid #a05d31 !important;
    background: #a05d31 !important;
    display: block !important;
    text-align:center;
    border-radius:0px !important;
}

.button_custom:hover {
    border: 1px solid #b16737 !important;
    background: #b16737 !important;
}

/**/


.top_main_fixed #header {
}

.top_main_fixed .topmenu, .top_main_fixed .activetopmenu {
    color: #222 !important;
}

.top_main_fixed .activetopmenu, .top_main_fixed .topmenu:hover {
    color: #FFFFFF !important;
}

.top_main_fixed .logo_text {
    color               :#222 !important;
}

.section_item {
    margin: 5px 12px 25px 12px !important;

}

.table_contacts {
    width: auto !important;
	margin:auto;
}    

.table_contacts .fa {
    font-size: 20px;
    color: #ffffff !important;
    background: #003a8a;
    width: 32px;
    padding: 6px 0px;
    text-align: center;
    border-radius:3px;
}

.y-center > div {
    align-items: center !important;
}

/**/

#mod_cart {
	height				:auto !important;
	max-width			:100% !important;
	margin				:10px;
	border				:0 !important;
	background			:none !important;
	box-shadow			:0 0 0 !important;
}

#mod_cart_main #mod_cart:hover {
	background			:none !important;
	box-shadow			:0 0 0 !important;
}

#mod_cart td {
	/*height				:auto !important;*/
	font-size			:12px !important;
}

#mod_cart_img {
	height				:42px !important;
	width				:42px !important;
	padding				:0px !important;
	background-image	:url('/tmp/images/cart.png') !important;
/*	background-color	:#EAEAEA !important;*/
	background-position	:center !important;
	border				:0 !important;
	border-radius		:4px !important;
}

#mod_cart:hover #mod_cart_img {
	background-color	:#F0F0F0 !important;
}

#mod_cart_quantity, #mod_cart_summa {
	font-size			:12px !important;
}

/**/

.section_item_price {
    font-size: 28px !important;
    font-weight: normal !important;
    font-family: Montserrat-Bold;
    color: #f00;
}

a.section_item_title {
    font-size: 16px !important;
}

/**/

#dan_framework_popup {
    position: fixed !important;
}

/**/

.dark-color {
    color: #222;
}

.button_white:hover {
    color               :#000 !important;
    background          :#fff;
}

.button_white {
    cursor              :pointer;
    display             :inline-block;
    color               :#fff !important;
    border              :solid 2px #fff;
    padding             :0 20px;
    line-height         :36px;
    text-decoration     :none !important;
    font-size           :20px;
}

/**/

.button_green {
    border: 1px solid #60ba62 !important;
    background: #60ba62 !important;
}

/**/

.leftmenu-1, .activeleftmenu-1 {
	display				:block;
	padding				:15px 15px;
	font-size: 16px;
	font-weight			:normal;
	text-decoration		:none !important;
	color				:#383838;
	background			:#F5F5F5;
	border-top			:1px solid #EAEAEA;
	border-left			:1px solid #EAEAEA;
	border-right		:1px solid #EAEAEA;
	transition			:all 0.3s;
}

.activeleftmenu-1 {
	color: #ff0000 !important;
	background: #FAFAFA !important;
	/* border-top: 1px solid #ff0000; */
	border-left: 1px solid #ff0000;
	/* border-right: 1px solid #ff0000; */
}

.leftmenu-1:last-child, .activeleftmenu-1:last-child {
	border-bottom		:1px solid #EAEAEA;
}

.leftmenu-1:hover, .activeleftmenu-1:link, .activeleftmenu-1:visited, .activeleftmenu-1:hover {
	color: #ff0000;
	background			:#FAFAFA;
	border-left: 6px solid #ff0000;
}

.leftmenu-2, .activeleftmenu-2,
.leftmenu-3, .activeleftmenu-3,
.leftmenu-4, .activeleftmenu-4,
.leftmenu-5, .activeleftmenu-5 {
	display				:block;
	padding				:8px 10px 8px 35px;
	text-decoration		:none !important;
	font-size			:12px;
	color				:#383838;
	background-image	:url("/tmp/images/li.png");
	background-position	:15px center;
	background-repeat	:no-repeat;
	background-color	:#F5F5F5;
	border-top			:1px solid #EAEAEA;
	border-left			:1px solid #EAEAEA;
	border-right		:1px solid #EAEAEA;
	overflow			:hidden;
	transition			:all 0.3s;
}

.leftmenu-4, .activeleftmenu-4,
.leftmenu-5, .activeleftmenu-5 {
	background-image	:url("/tmp/images/minili.png");
}

.leftmenu-2:last-child, .activeleftmenu-2:last-child,
.leftmenu-3:last-child, .activeleftmenu-3:last-child,
.leftmenu-4:last-child, .activeleftmenu-4:last-child,
.leftmenu-5:last-child, .activeleftmenu-5:last-child {
	border-bottom		:1px solid #EAEAEA;
}

.leftmenu-2:hover, .activeleftmenu-2:link, .activeleftmenu-2:visited, .activeleftmenu-2:hover,
.leftmenu-3:hover, .activeleftmenu-3:link, .activeleftmenu-3:visited, .activeleftmenu-3:hover,
.leftmenu-4:hover, .activeleftmenu-4:link, .activeleftmenu-4:visited, .activeleftmenu-4:hover,
.leftmenu-5:hover, .activeleftmenu-5:link, .activeleftmenu-5:visited, .activeleftmenu-5:hover {
	color				:#60ba62;
	background-color	:#FAFAFA;
}

.leftmenu-3, .activeleftmenu-3 {
	padding				:8px 10px 8px 55px;
	background-position	:30px center;
}

.leftmenu-4, .activeleftmenu-4 {
	padding				:4px 10px 4px 75px;
	background-position	:50px center;
}

.leftmenu-5, .activeleftmenu-5 {
	padding				:4px 10px 4px 95px;
	background-position	:70px center;
}

/**/

**/

.two_columns > div {
	margin				:0px 10px;
}

.two_columns > div:first-child {
	flex-basis			:230px;
	margin				:20px 10px;
}

.two_columns > div:last-child {
	width				:calc(100% - 270px);
	flex-grow			:1;
	margin				:20px 10px;
}

/**/

.content {
	width				:100%;
	max-width			:1240px !important;
	padding				:20px;
	margin				:0 auto !important;
	box-sizing			:border-box;
	justify-content		:normal !important;
}

.content > div:first-child .mod-title {
	padding-bottom		:10px;
	font-size			:24px;
}

.content > div:last-child .mod-title {
	padding-bottom		:10px;
	font-size			:32px;
}

@media screen and (max-width: 767px) {

	.two_columns > div:first-child {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 767px) {

	.two_columns > div:last-child {
		margin-top: 0px;
	}

}

/**/
 /*
#mod_143, #mod_144 {
    border-right: 1px solid #ffffff;
}
*/

/*

.mod_flat_shadow_button_white {
    box-shadow: rgba(54, 50, 56, 0.29) 0px 2px 5px !important;
}

.mod_flat_shadow_button_white img {
    width: 110% !important;
    max-width: none !important;
    margin: -10px !important;
}

*/

.mod_flat_shadow_button_white {
	padding: 20px !important;
    outline: 1px solid #e7e7e7 !important;
	box-shadow: none !important;
}


.button_red {
    border: 1px solid #ff0000 !important;
    background: #ff0000 !important;
}
.button_red:hover {
    border: 1px solid #e30000 !important;
    background: #e30000 !important;
}

/**/

.fon1 {
	color				:#ffffff;
	box-shadow			:inset 0px 0px 20px #000000;
	background			:url(images/grid.png), url('/files/fons/1.jpg');
	background-repeat	:repeat, no-repeat;
	background-size		:auto, cover;
	background-attachment:scroll, fixed;
	background-position	:0 0, center;
	transition			:background-position 0.5s;
}

.body_main .mod-title {
    font-size: 36px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
}

#mod_167 {
	background: #f7f3eb;
	color: #222;
}

.mod-content img, #content {
    max-width:100% !important;
}

/**/

/*.mod_form_content_2,
.mod_form_content_2 a {
	color:#FFFFFF;
}*/

.photo_item_title_a {
	border:0 !important;
}

/*icons*/

.mod_icon_content {
	color 				:#ffffff !important;
	background-color	:transparent !important;
}

.mod_icon_content > .mod_icon_frame > b {
	background-color	:#003a8a !important;
}


/**/

#mod_132 {
	padding:0 10px;
}

#header h1 {
	font-size:20px !important;
	font-weight: 600 !important;
	padding: 0px !important;
	margin: 0px !important;
}

.mod_form_button_2 {
    color: #fff;
}






/* Базовый контейнер табов */
.tabs {
	min-width: 320px;
	max-width: 800px;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ccc;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #C93428;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
/* .tabs>label[for*="1"]:before {
	content: "\f18a";
}
.tabs>label[for*="2"]:before {
	content: "\f17a";
}
.tabs>label[for*="3"]:before {
	content: "\f13b";
}
.tabs>label[for*="4"]:before {
	content: "\f13c"; */
}
/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
	color: #555;
	border-top: 1px solid #F09E0E;
	border-bottom: 1px solid #fff;
	background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 10px;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}

@charset "UTF-8";
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #111433;
  background-color: #ffffff;
}

a {
  color: #3f8654;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input {
  font-family: sans-serif;
  font-size: 1.6rem;
}

/* remove “X” from search input field */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
header {
  height: 100px;
  background: #ffffff;
}

.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 30px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  line-height: 40px;
  background-color: #111433;
  color: #ffffff;
  border-radius: 3px;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: #171b46;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-trigger {
    font-size: 1.5rem;
  }
  .cd-dropdown-trigger.dropdown-is-active {
    background-color: #3f8654;
  }
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
    background-color: #47975f;
  }
  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
  }
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111433;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #111433;
  border-bottom: 1px solid #242643;
}
.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    /* reset style*/
    height: auto;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #111433;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  }
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 60px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    color: #111433;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    border-color: #ebebeb;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}
.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #111433;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
  background-image: url("../img/nucleo-icon-1.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
  background-image: url("../img/nucleo-icon-2.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
  background-image: url("../img/nucleo-icon-3.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
  background-image: url("../img/nucleo-icon-4.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
  background-image: url("../img/nucleo-icon-5.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
  background-image: url("../img/nucleo-icon-6.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
  background-image: url("../img/nucleo-icon-7.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
  background-image: url("../img/nucleo-icon-8.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
  background-image: url("../img/nucleo-icon-9.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
  background-image: url("../img/nucleo-icon-10.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
  background-image: url("../img/nucleo-icon-11.svg");
}
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
  background-image: url("../img/nucleo-icon-12.svg");
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown-content {
    /* reset mobile style */
    position: static;
    height: auto;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
  }
  .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #111433;
  }
  .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
    border: none;
  }
  .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
    padding: 20px 30px 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
    width: 50%;
    float: left;
  }
  .cd-dropdown-content .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
  }
  .cd-dropdown-content .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a {
    color: #3f8654;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown-content .cd-secondary-dropdown > li {
    margin: 20px 0;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 0 30px;
    height: 250px;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown-content .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
    color: #3f8654;
  }
  .cd-dropdown-content .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown-content .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown-content .cd-dropdown-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #3f8654;
    margin-bottom: 2em;
  }
  .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown-content .cd-dropdown-icons {
    width: 600px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    color: #3f8654;
    font-weight: bold;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    display: block;
    font-size: 1.2rem;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    left: 25px;
  }
  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.cd-search input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #242643;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.cd-search input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]::-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-moz-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:-ms-input-placeholder {
  color: #ffffff;
}
.cd-search input[type="search"]:focus {
  background: #ffffff;
  color: #111433;
  outline: none;
}
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus::-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-moz-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
.cd-search input[type="search"]:focus:-ms-input-placeholder {
  color: rgba(17, 20, 51, 0.4);
}
@media only screen and (min-width: 1024px) {
  .cd-search input[type="search"] {
    background-color: #ebebeb;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
  }
}

.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown-content > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}






  
