
/* :::. BROWSER RESET .::: */


/* :::. BLOCK ELEMENTS .::: */
body, p, pre {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}
dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}
a {
    outline: none;
}
img, iframe {
    border: none;
}
th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}
form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}
fieldset {
    border: none;
}
input, textarea, select {
    font-size: 1em;
    font-family: inherit;
    outline: none;
}
/* address, cite, code, dfn, em, strong, var { */
address, cite, code, dfn, var {
    font-style: normal;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
}
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.container_100 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* :::. HIDE .::: */
.hide {
    display: none;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_medium_12,
.grid_small_12,
.gridlist_item {
	display:inline;
	float: left;
	position: relative;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_100 .grid_1,
.container_12 .grid_1 {
	width: 8.33333%;
}

.container_100 .grid_2,
.container_12 .grid_2 {
	width: 16.66667%;
}

.container_100 .grid_3,
.container_12 .grid_3 {
	width: 25%;
}

.container_100 .grid_4,
.container_12 .grid_4 {
	width: 33.33333%;
}

.container_100 .grid_5,
.container_12 .grid_5 {
	width: 41.66667%;
}

.container_100 .grid_6,
.container_12 .grid_6 {
	width: 50%;
}

.container_100 .grid_7,
.container_12 .grid_7 {
	width: 58.33333%;
}

.container_100 .grid_8,
.container_12 .grid_8 {
	width: 66.66667%;
}

.container_100 .grid_9,
.container_12 .grid_9 {
	width: 75%;
}

.container_100 .grid_10,
.container_12 .grid_10 {
	width: 83.33333%;
}

.container_100 .grid_11,
.container_12 .grid_11 {
	width: 91.66667%;
}

.container_100 .grid_12,
.container_12 .grid_12 {
	width: 100%;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.container_100 .grid_hide,
.container_12 .grid_hide {
	display: none;
}

.container_100 .grid_show,
.container_12 .grid_show {
	display: block;
}

@media only screen and (max-width : 1000px){
	.container_100 .grid_small_1,
	.container_12 .grid_small_1 {
		width: 8.33333%;
	}

	.container_100 .grid_small_2,
	.container_12 .grid_small_2 {
		width: 16.66667%;
	}

	.container_100 .grid_small_3,
	.container_12 .grid_small_3 {
		width: 25%;
	}

	.container_100 .grid_small_4,
	.container_12 .grid_small_4 {
		width: 33.33333%;
	}

	.container_100 .grid_small_5,
	.container_12 .grid_small_5 {
		width: 41.66667%;
	}

	.container_100 .grid_small_6,
	.container_12 .grid_small_6 {
		width: 50%;
	}

	.container_100 .grid_small_7,
	.container_12 .grid_small_7 {
		width: 58.33333%;
	}

	.container_100 .grid_small_8,
	.container_12 .grid_small_8 {
		width: 66.66667%;
	}

	.container_100 .grid_small_9,
	.container_12 .grid_small_9 {
		width: 75%;
	}

	.container_100 .grid_small_10,
	.container_12 .grid_small_10 {
		width: 83.33333%;
	}

	.container_100 .grid_small_11,
	.container_12 .grid_small_11 {
		width: 91.66667%;
	}

	.container_100 .grid_small_12,
	.container_12 .grid_small_12 {
		width: 100%;
	}
	
	.container_12 .grid_small_show,
	.container_100 .grid_small_show {
		display: block;
	}
	
	.container_12 .grid_small_hide,
	.container_100 .grid_small_hide {
		display: none;
	}
	
}
/* :::. HORIZONTAL NAVIGATION .::: */

/*
 * This is a general guide on building drop down menus using ex-menu.
 * The code below can be modified to work with the default joomla menu system (mainmenu)
 * basically just replace .main-menu .joomla-nav with ul.menu or whatever class / id you are using
 * 
 * Note the use of li:hover for hover elements - this is because IE6 does not support the
 * li:hover pseudo class.  Instead of doubling up each reference to hover with li:hover, li:hover
 * I have decided to just support li:hover
 * 
*/

/* Floating */

.floating #header {
}

.brand-search {
	overflow: hidden;
	height: 45px;
	-webkit-transition: height 0.3s ease-out;
		 -moz-transition: height 0.3s ease-out;
			-ms-transition: height 0.3s ease-out;
			 -o-transition: height 0.3s ease-out;
				  transition: height 0.3s ease-out;
}

.floating .brand-search {
	height: 0;
	-webkit-transition: height 0.3s ease-out;
		 -moz-transition: height 0.3s ease-out;
			-ms-transition: height 0.3s ease-out;
			 -o-transition: height 0.3s ease-out;
				  transition: height 0.3s ease-out;
}

.brand-phone {
	overflow: hidden;
	height: 39px;
	-webkit-transition: height 0.3s ease-out;
		 -moz-transition: height 0.3s ease-out;
			-ms-transition: height 0.3s ease-out;
			 -o-transition: height 0.3s ease-out;
				  transition: height 0.3s ease-out;
}

.floating .brand-phone {
	height: 0px;
	-webkit-transition: height 0.3s ease-out;
		 -moz-transition: height 0.3s ease-out;
			-ms-transition: height 0.3s ease-out;
			 -o-transition: height 0.3s ease-out;
				  transition: height 0.3s ease-out;
}

.site-logo img {
	height: auto;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

.floating .site-logo img {
	width: 90px;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

/* End Floating */
                
#navigation_wrapper {
	background-color: #181818;
	border-top: 1px #fefefe solid;
	border-bottom: 1px #fefefe solid;
	height: 50px;
	line-height: 0;
}

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

#navigation_wrapper {
	border-top: none;
	border-bottom: 2px #fefefe solid;
}

}

.main-menu { margin-top: 15px; }

.main-menu .joomla-nav > li.selected > a {
	border: 2px #9ebe3b solid;
}

.main-menu .joomla-nav li.selected > a {
	color: #9ebe3b;
}

#navigation { line-height: 1; }
                
    #navigation {
       
    }
        #navigation #mainlevel {
            margin:0px;
        }
        .main-menu .joomla-nav {
            margin: 0;
            padding: 0;
            list-style: none;
            z-index: 90;
            float: left;
        }
            /* Style all li tags like this */
            #navigation li {
                margin: 0; /* 0 10px 0 0; */
                padding: 0;
                float: left;
                position: relative;
                list-style: none;
            }
                /* 1st level - horizontal menu */
                .main-menu .joomla-nav li a, .main-menu .joomla-nav li span, .main-menu .joomla-nav li span.mainlevel_active {
                    padding: 8px 14px; /* Padding specific to 1st level */
                    display: block;
                    cursor: pointer;
                    color: #fff;
										font-size: 16px;
										font-weight: bold;
										text-decoration: none;
										line-height: 1;
										text-transform: uppercase;
                }
                @media screen and (max-width: 1180px) {
                
                .main-menu .joomla-nav li a, .main-menu .joomla-nav li span, .main-menu .joomla-nav li span.mainlevel_active {
                  padding: 8px 8px;
                }
                
                }
                @media screen and (max-width: 1060px) {
                
                .main-menu .joomla-nav li a, .main-menu .joomla-nav li span, .main-menu .joomla-nav li span.mainlevel_active {
                  padding: 8px 7px;
                  font-size: 15px;
                }
                
                }
                    .main-menu .joomla-nav li {
                      display: inline-block;
                      position: relative;
                    }
                        .main-menu .joomla-nav li.first {
                            background-image: none; /* This removes the separator image from the first item */
                        }
                /* 2nd level - drop down */
                .main-menu .joomla-nav ul {
                    width: 215px;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    top: 100%; /* Positions second level below first level - will be equal to height of #nav_box */
                    left: 0;
										z-index: 99999;
                }
                    .main-menu .joomla-nav ul li {
                        width: 100%;
                        /* if you need to add an icon to the front
                        padding: 0 0 0 30px;
                        background: url(../images/3nd-level-icon.jpg) left center no-repeat; */
                        /clear: both; /* IE6 sends next item to next line */
                    }
                    .main-menu .joomla-nav ul li a { background: #181818; }
                        .main-menu .joomla-nav li li a, .main-menu .joomla-nav li li span {
                            padding: 13px 10px 13px 15px; /* Padding specific to 2nd level - define or otherwise will inherit from .main-menu .joomla-nav li */
                            display: block;
                            color: #fff; /* text color for 2nd & 3rd level - delete if you want it to inherit from .main-menu .joomla-nav */
                            line-height: 1.4;
                        }
                    /* 3rd level - drop down */
                    .main-menu .joomla-nav ul ul {
                        position: absolute;
                        top: 0;
                        left: 100%; /* Positions the ul next to its parent li */
                    }
                        .main-menu .joomla-nav ul ul li {
                            width: 100%;
                            /* if you need to add an icon to the front
                            padding: 0 0 0 30px;
                            background: url(../images/3nd-level-icon.jpg) left center no-repeat; */
                            background: #666; /* 3rd level default background color */
                        }
                            .main-menu .joomla-nav li:hover > a { color: #9ebe3b; }
/* Active menu item */
span.mainlevel_active, a#active_menu {
    background: #ccc; /* active menu items */
}
/* Hide menus - do not change */
.main-menu .joomla-nav ul, .main-menu .joomla-nav li:hover ul, .main-menu .joomla-nav li:hover ul ul {
    display: none;
}
/* Show Menu on Hover - do not change */
.main-menu .joomla-nav li:hover ul, .main-menu .joomla-nav li li:hover ul {
    display: block;
    border-bottom: 2px #fff solid;
}

/* :::. BREADCRUMBS .::: */
span.breadcrumbs {
    display:block;
    padding: 13px 0px;
}

/* :::. PAGINATION .::: */
ul.pagination {
}


.pagination li {
	border-left: 1px solid #cfcfcf;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style: none;
	float: left;
	font-size: 16px;
}

.pagination li span {
	padding: 2px 10px 2px 8px;
	color: #353534;
	font-weight: bold;
	display: inline-block;
}

.pagination li a  {
	display: inline-block;
	padding: 2px 10px 2px 8px;
	text-decoration: none;
	line-height: 1.35;
}

.pagination .pagination-prev, .pagination .pagination-prev + li {
	border-left: none;
}

.pagination .pagination-prev span, .pagination .pagination-next span {
	color: #6e9c40;
	font-weight: normal;
}

.pagination .pagination-next, .pagination .pagination-prev {
	border-left: none;
	font-weight: bold;
}

.pagination li a:hover {
	text-decoration: underline;
}

.pagination .pagination-start { display: none; }

.pagination .pagination-end { display: none; }
 /**
 * responsive template css
 * ---------------------------------
 * This template is also the default template
 *
 * @author Nicholas Jephcott <Nicholas.Jephcott@ifactory.com.au>
 * @version 2.1.0
 * @copyright (C) 2006-2014 iFactory Pty Ltd
 * @license all rights reserved
 */

/* General Formatting 
-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
	-webkit-appearance: none !important;
     -moz-appearance: none !important;
      -ms-appearance: none !important;
       -o-appearance: none !important;
					appearance: none !important;

*/

body {
  font-family: 'Ubuntu', Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
}

h1, h2, h3, h4 { text-transform: uppercase; }

.mceContentBody {
	color: #333;
	font-size: 1em;
	line-height: 1.25em;
}
.content-inner {
	color: #333;
	font-size: 16px;
	line-height: 1.4em;
}

.item-page { margin-bottom: 65px; }

h1 {
	font-size: 40px;
  line-height: 1.125em;
	font-weight: bold;
	color: #6e9c40;
	margin-top: 5px;
	margin-bottom: 30px;
}

h2 {
	font-size: 30px;
	font-weight: bold;
  line-height: 1.176em;
	color: #353534;
}

.mceContentBody h2 , .content-inner h2  {
	margin-top: 10px;
	margin-bottom: 30px;
}

h3 {
	font-size: 24px;
  line-height: 1.2em;
  color: #353534;
  font-weight: bold;
}

.mceContentBody h3, .content-inner h3 {
	margin-top: 10px;
	margin-bottom: 25px;
}

h4 {
	font-size: 18px;
  line-height: 1.273em;
  font-weight: bold;
}

.mceContentBody h4, .content-inner h4 {
	margin-top: 10px;
	margin-bottom: 25px;
}

h5 {
	font-size: 16px;
	color: #353534;
	font-weight: bold;
}

.mceContentBody p, .content-inner p {
	padding-bottom: 10px;
}

.mceContentBody table tr th, .mceContentBody table tr td,
.content-inner .item-page table tr th, .content-inner .item-page table tr td {
	border: solid 1px #333;
	padding: 5px;
	border-spacing: 0px;
}

.mceContentBody table tbody:first-child tr:first-child td, .content-inner .item-page table tbody:first-child tr:first-child td,
.mceContentBody table tr th, .content-inner .item-page table tr th {
	color: #fff;
	background-color: #9ebe3b;
	font-weight: bold;
}

.mceContentBody ul, .content-inner ul {
	list-style: disc;
	padding-top: 32px;
	padding-bottom: 32px;
	color: #6e9c40;
}

.mceContentBody ol, .content-inner ol {
	list-style: decimal;
}

.mceContentBody li, .content-inner li {
	list-style-position: inside;
	margin-bottom: 12px;
	line-height: 1.4;
}

#mod-right {
	font-size: 1.6em;
	line-height: 1.375em;
}

/* Avoid cases of above being applied multiple times */
p a, p span, span a, a span, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: 1em;
}

/* End General Formatting */

/* Links */
a, a:visited, a:link, a:active {
  color: #6e9c40;
  text-decoration: none;
}
a:hover { text-decoration: underline; }

.content-inner a {
	text-decoration: underline;
}

.content-inner a:hover {
	text-decoration: none;
}

a.button, .button {
	padding: 8px 15px;
	background-color: #9ebe3b;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border: none;
	font-size: 18px;
	line-height: 1.5;
}

a.button:hover, .button:hover {
	cursor: pointer;
}

/* End Links */

/* Misc */

.tip {
	background-color: #fff;
	padding: 10px;
	border: 1px #eee solid;
}
.tip-title { font-weight: bold; }

.left { float: left; }

.right { float: right; }

.breadcrumb {
	margin-top: 35px;
	margin-bottom: 35px;
}

.breadcrumb li a { font-weight: bold; }

.breadcrumb li {
	display: inline;
	color: #6e9c40;
	font-weight: 300;
}

.breadcrumb .divider {
	padding-left: 5px;
	padding-right: 5px;
}

.uppercase {
	text-transform: uppercase;
	font-size: 18px;
}

.blockquote, p.blockquote {
	font-weight: 300;
	font-style: italic;
	font-size: 25px;
	color: #9ebe3b;
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
}

.recaptchatable a, .recaptchatable a:hover { color: #9ebe3b; }

.blog h2 { margin-bottom: 10px; }

.blog img {
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 200px;
}

.items-row { clear: both; }

.published { font-weight: bold; }

.article-info-term { display: none; }

.k2Pagination {
  clear: both;
  text-align: center;
}

.k2Pagination li {
  display: inline-block;
}

.k2Pagination .pagination-start, .k2Pagination .pagination-end {
  display: none;
}

.k2Pagination span, .k2Pagination a {
  display: inline-block;
  padding: 5px 6px;
  border: 2px transparent solid;
  min-width: 20px;
  text-align: center;
}

.k2Pagination a:hover {
  border-color: #9ebe3b;
}

.tooltip {
  display: none !important;
}

.itemListCategory > img {
  display: none;
}

.item-page ul {
  padding-top: 10px;
  padding-bottom: 15px;
}

.item-page li {
  list-style-position: outside;
  margin-left: 17px;
}

.button.special {
  width: 130px;
  display: block;
  margin: auto;
}

.button.special:hover {
  background-color: #6e9c40 !important;
  color: #fff !important;
}

@media screen and (max-width: 540px) {

.img-fulltext-left img { max-width: 100%; }

h1 { font-size: 36px; }

}

/* End Misc */

/* Sidebar */

#right-inner {
	padding-left: 20px;
	margin-bottom: 65px;
}

.sidebar a {
	font-size: 18px;
	color: #353534;
	text-transform: uppercase;
	font-family: 'Ubuntu', Tahoma, sans-serif;
	font-weight: 500;
	display: block;
	background-color: #f3f2f0;
	padding: 12px 20px;
	margin-bottom: 5px;
	line-height: 1.1;
	-webkit-box-shadow: inset 0 0 0 #f3f2f0, inset 3px 0 0 #9ebe3b;
		 -moz-box-shadow: inset 0 0 0 #f3f2f0, inset 3px 0 0 #9ebe3b;
					box-shadow: inset 0 0 0 #f3f2f0, inset 3px 0 0 #9ebe3b;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}

.sidebar a:hover, .sidebar li#current > a {
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: inset 3px 0 0 #6e9c40, inset 375px 0 0 #9ebe3b;
		 -moz-box-shadow: inset 3px 0 0 #6e9c40, inset 375px 0 0 #9ebe3b;
					box-shadow: inset 3px 0 0 #6e9c40, inset 375px 0 0 #9ebe3b;
}

a.side-feature {
	display: block;
	color: #fff;
	background-image: url('../images/side-feature.jpg');
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 30px 25px 30px 20px;
	height: 547px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: inset 0px 0 0 #6e9c40, inset 3px 0 0 #6e9c40;
		 -moz-box-shadow: inset 0px 0 0 #6e9c40, inset 3px 0 0 #6e9c40;
					box-shadow: inset 0px 0 0 #6e9c40, inset 3px 0 0 #6e9c40;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out;
}

a.side-feature:hover {
	text-decoration: none;
	-webkit-box-shadow: inset 3px 0 0 #6e9c40, inset 375px 0 0 rgba(158, 190, 59, 0.85);
		 -moz-box-shadow: inset 3px 0 0 #6e9c40, inset 375px 0 0 rgba(158, 190, 59, 0.85);
					box-shadow: inset 3px 0 0 #6e9c40, inset 375px 0 0 rgba(158, 190, 59, 0.85);
}

.side-feature h4 {
	font-size: 30px;
	margin-bottom: 4px;
}

.side-feature p {
	font-size: 18px;
	line-height: 1.3;
}

.sidebar ul ul { margin-left: 25px; }

@media screen and (max-width: 1200px) {

.side-feature h4 { font-size: 25px; }

.side-feature p { font-size: 17px; }

}
@media screen and (max-width: 1000px) {

#right-inner { padding-left: 0; }

.side-feature {
	background-size: cover;
	background-position: center;
}

a.side-feature:hover, .sidebar a:hover, .sidebar li#current > a {
	-webkit-box-shadow: inset 3px 0 0 #6e9c40, inset 942px 0 0 #9ebe3b;
		 -moz-box-shadow: inset 3px 0 0 #6e9c40, inset 942px 0 0 #9ebe3b;
					box-shadow: inset 3px 0 0 #6e9c40, inset 942px 0 0 #9ebe3b;
}

}
@media screen and (max-width: 550px) {

a.side-feature {
	padding: 20px 20px 20px 15px;
	height: 380px;
}

.side-feature h4 { font-size: 23px; }

.side-feature p { font-size: 16px; }

}
/* End Sidebar */

/* Header */

#header_container {
	position: fixed;
	z-index: 99999;
}

#header {
	background-color: #353534;
	background-color: rgba(53,53,52,0.85);
	padding-top: 18px;
	padding-bottom: 22px;
}

@media screen and (max-width: 1000px) {

#header_mobile_container {
	background-color: #353534;
	
}

#header_mobile_container .site-logo {
	float: none;
	display: block;
	width: 141px;
	margin: 0 auto;
}

#header_mobile_container .site-logo img {
	padding: 20px 0;
}

}

/* End Header */

/* Breadcrumbs */

.breadcrumbs {
  display:block;
  padding: 13px 0px;
}

/* End Breadcrumbs */

/* Branding */

.site-logo {
	float: left;
}

#branding {

}

#mod-branding {
	float: right;
}

.brand-phone {
	margin-top: 4px;
	float: right;
	font-family: 'Ubuntu', arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #9ebe3b;
}

.brand-phone p {
	float: left;
	padding-right: 25px;
}

.brand-phone .fa {
	margin-right: 8px;
}

.search .searchbox-btn {
	line-height: 1.3;
	height: 43px;
	vertical-align: top;
	padding: 7px 15px 9px;
}

@media screen and (max-width: 1060px) {

.brand-phone p { padding-right: 20px; }

.brand-phone { font-size: 28px; }

}
@media screen and (max-width: 1000px) {

#mobile_branding_inner { padding-top: 12px; }

.brand-phone {
	float: left;
}

.brand-phone a { display: inline-block; }

.moduletable.brand-search {
	position: relative;
	text-align: right;
	height: auto;
	overflow: visible;
}

.sd-holder.brand-search {
	position: absolute;
	right: 0;
	height: auto;
	margin-bottom: 0;
}

.brand-search .fa-search {
	background-color: #9ebe3b;
	width: 18px;
	padding: 11px 13px;
	font-size: 18px;
	color: #fff;
}

.brand-search .fa-search:hover { cursor: pointer; }

.brand-search .fa-search.arrow:before { content: "\f077"; }

.brand-search .button {
	padding: 3px 0px 2px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}

#mod-search-searchword {
	width: 200px;
	border-radius: 0;
}

}

/* End Branding */

/* Banner */

.bannergroup {
	position: relative;
	width: 100%;
	height: 390px;
	overflow: hidden;
}

.bannergroup img {
	margin-left: 50%;
	position: absolute;
	left: -960px;
}

@media screen and (max-width: 1000px) {

.bannergroup {
	height: 200px;
}

.bannergroup img {
	width: 985px;
	height: auto;
	margin-left: 50%;
	position: absolute;
	left: -489px;
}

}

/* End Banner */

/* Slider */

.main_images_wrapper {
	overflow: hidden;
	float: none !important;
	margin: 0 auto !important;
	height: 805px;
}

div.main_slideshow_buttons {
  position: absolute;
  top: 0;
  width: 100%;
}

a.imglink img {
  display: none !important;
}


td.active_thumb a.imglink:before,
td.inactive_thumb a.imglink:before {
	font: normal normal normal 14px/1 FontAwesome;
	position: relative;
	top: 5px;
	left: 6px;
}

td.active_thumb a.imglink:before,
td.inactive_thumb a.imglink:hover:before {
  content: "\f111";
  color: #9ebe3b;
}

td.inactive_thumb a.imglink:before {
  content: "\f10c";
  color: #d7d5d5;
}

a.imglink:hover { text-decoration: none; }

.main_thumbs_arrow_wrapper {
  float: none !important;
  position: absolute;
  bottom: 40px;
  margin-bottom: -25px;
  z-index: 9998;
  width: 100%;
}

div.main_thumb_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: auto !important;
}

table.main_thumb_table {
  margin: 0 auto !important;
  width: auto !important;
}

td.inactive_thumb a.imglink, td.active_thumb a.imglink {
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  display: block;
}

table.main_thumb_table td:first-child {
  padding-left: 25px !important;
}

table.main_thumb_table td {
  width: 20px !important;
}

.large_img {
	width: 1920px;
	height: 805px;
	max-width: none !important;
	position: absolute;
	margin-left: 50% !important;
	left: -960px;
}

.des_container_above {
	z-index: 9999;
	position: absolute;
	height: auto !important;
	margin-top: 300px !important;
	overflow: visible !important;
	max-width: 1920px;
}

@media screen and (max-width: 1180px) {

.large_img {
	width: 1180px;
	height: 495px;
	left: -590px;
}

.des_container_above {
	max-width: 1180px;
	margin-top: 175px !important;
}

}

@media screen and (max-width: 1000px) {

.des_container_above {
	margin-top: 100px !important;
}

}

@media screen and (max-width: 506px) {

.large_img {
	width: 506px;
	height: 212px;
	left: -253px;
}

.des_container_above {
	max-width: 506px;
	margin-top: 20px !important;
}

}

.main_des_container .des_div {
	text-align: center;
	-webkit-transition: all 1.3s ease-out;
			-ms-transition: all 1.3s ease-out;
				  transition: all 1.3s ease-out;
	position: relative;
	height: 0;
	display: block !important;
}

.des_div h2 {
	opacity: 0;
  font-size: 40px !important;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px 30px;
  background-color: rgba(53,53,52,0.75);
	text-transform: uppercase;
	font-weight: bold;
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

.des_div h3 {
	opacity: 0;
  font-size: 60px !important;
  color: #fff;
  clear: both;
  margin-bottom: 20px;
  padding: 20px 30px;
  background-color: #353534;
	background-color: rgba(53,53,52,0.75);
	text-transform: uppercase;
	font-weight: bold;
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

@media screen and (max-width: 1180px) {

.main_images_wrapper { height: 495px; }

div.main_large_image {
	height: 495px !important;
}

.des_div h2 {
	font-size: 32px !important;
	padding: 16px 25px;
	margin-bottom: 16px;
}

.des_div h3 {
	font-size: 36px !important;
	padding: 16px 22px;
	margin-bottom: 16px;
}

}

@media screen and (max-width: 650px) {

.des_div h2 {
	font-size: 28px !important;
	padding: 16px;
	margin-bottom: 16px;
}

.des_div h3 {
	font-size: 28px !important;
	padding: 16px;
	margin-bottom: 16px;
}

}

@media screen and (max-width: 506px) {

.main_images_wrapper { height: 212px; }

div.main_large_image {
	height: 212px !important;
}

.des_div h2 {
	font-size: 20px !important;
	padding: 10px 7px;
	margin-bottom: 10px;
}

.des_div h3 {
	font-size: 20px !important;
	padding: 10px 7px;
	margin-bottom: 10px;
}

.main_thumbs_arrow_wrapper { display: none; }

}

.des_div.on {
	z-index: 99999;
}

.des_div.off {
	z-index: 99999;
}

.des_div.on h2 {
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
				  transition: all 0.6s ease-out;
}

@media (min-width: 1025px) {
.des_div.on h2 {
  top: 319px;
}
}

.des_div.off h2 {
	/*opacity: 0;
  top:-100px; */
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
				  transition: all 0.6s ease-out;
				  -webkit-transform: translateY(-100%) rotateX(90deg);
-moz-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}

.des_div.on h3 {
	opacity: 1;
	/*top: 0;*/
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
				  transition: all 0.6s ease-out;
	/*-webkit-transition-delay: 0.13s;
	transition-delay: 0.13s;*/
	-webkit-transform: translateY(0%) rotateX(0deg);
-moz-transform: translateY(0%) rotateX(0deg);
transform: translateY(0%) rotateX(0deg);
}

.des_div.off h3 {
	/*opacity: 0;
  top:-70px;*/
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
				  transition: all 0.6s ease-out;
	/*-webkit-transition-delay: 0.13s;
	transition-delay: 0.13s;*/
	-webkit-transform: translateY(-100%) rotateX(90deg);
-moz-transform: translateY(-100%) rotateX(90deg);
transform: translateY(-100%) rotateX(90deg);
}

.des_div.on h3 + h3 {
	/*opacity: 1;
	top: 0;*/
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
				  transition: all 0.6s ease-out;
	/*-webkit-transition-delay: 0.26s;
	transition-delay: 0.26s;*/
	-webkit-transform: translateY(0%) rotateX(0deg);
-moz-transform: translateY(0%) rotateX(0deg);
transform: translateY(0%) rotateX(0deg);
}

.des_div.off h3 + h3 {
	/*opacity: 0;
  top:-40px;*/
	-webkit-transition: all 0.6s ease-out;
		 -moz-transition: all 0.6s ease-out;
			-ms-transition: all 0.6s ease-out;
			 -o-transition: all 0.6s ease-out;
				  transition: all 0.6s ease-out;
	/*-webkit-transition-delay: 0.26s;
	transition-delay: 0.26s;*/
}



/* End Slider */

/* Precontent */


.home #pre-content {
	background-image: url('../images/pre-pattern.jpg');
	border-top: 2px #fff solid;
	padding-top: 65px;
	padding-bottom: 65px;
	color: #fff;
}

.home #pre-content a {
	display: block;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
		 -moz-transition: all 0.2s ease-out;
			-ms-transition: all 0.2s ease-out;
			 -o-transition: all 0.2s ease-out;
				  transition: all 0.2s ease-out;
}

.home #pre-content a:hover {
	text-decoration: none;
	-webkit-transform: scale(1.1,1.1);
			-ms-transform: scale(1.1,1.1);
					transform: scale(1.1,1.1);
}

.home #pre-content h3 {
	color: #fff;
	margin-bottom: 30px;
}

.home #pre-content h4 {
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: 'Ubuntu', Tahoma, sans-serif;
	font-weight: 500;
}

#pre-content .fa {
	font-size: 50px;
}

.home #pre-content .moduletable {
	width: 25%;
	float: left;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (max-width: 1000px) {

.home #pre-content {
	padding-bottom: 45px;
}

.home #pre-content h3 + div + div + div {
	clear: both;
}

.home #pre-content .moduletable {
	width: 50%;
	margin-bottom: 30px;
	padding-right: 30px;
}

}
@media screen and (max-width: 650px) {

.home #pre-content h3 { text-align: center; }

}
@media screen and (max-width: 506px) {

.home #pre-content .moduletable {
	width: 100%;
	padding-right: 0;
	text-align: center;
}

}

.home #pre-content .moduletable.outbound {
	padding-right: 10px;
}

/* End Precontent */

/* Precomponent */

.home #mod-precomponent {
	padding-top: 60px;
	padding-bottom: 60px;
}

#mod-precomponent h3 {
	font-size: 30px;
}

.home #mod-precomponent .moduletable:first-child {
	float: left;
}

.handy-blurb {
	float: right;
	width: 580px;
	margin-bottom: 30px;
	color: #353534;
	font-size: 18px;
	text-align: right;
	font-weight: 300;
}

.first-brochure { clear: both; }

.handy-brochure {
	position: relative;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}

.end-brochure { margin-right: 0; }

.handy-brochure p { padding-bottom: 0; }

.handy-brochure a {
	display: block;
	line-height: 0;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

.handy-brochure p:first-child a {
	background-color: #6e9c40;
}

.handy-brochure a {
	text-decoration: none;
}

.handy-brochure a img {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;
		 -moz-transition: opacity 0.3s ease-out;
			-ms-transition: opacity 0.3s ease-out;
			 -o-transition: opacity 0.3s ease-out;
				  transition: opacity 0.3s ease-out;
}

.handy-brochure:hover a img {
	opacity: 0.15;
}

.handy-brochure p:last-child a {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	position: absolute;
	bottom: 25px;
	padding-left: 25px;
	width: 80%;
	line-height: 1.1;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

.handy-brochure:hover p:last-child a {
	color: #fff;
}

.handy-brochure p:last-child a:before {
	display: block;
	color: #353534;
	margin-bottom: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f1c1";
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

.handy-brochure:hover p:last-child a{
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

.handy-brochure:hover p:last-child a:before {
	opacity: 1;
	margin-bottom: 10px;
	font-size: 61px;
	color: #fff;
}

@media screen and (max-width: 1215px) {

.handy-brochure {
	margin-right: 0;
	width: 33.3333%;
}

.first-brochure { clear: both; }

.handy-brochure a { max-width: 270px; }

}
@media screen and (max-width: 960px) {

.handy-brochure { width: 50%; }

.handy-blurb {
	clear: both;
	text-align: left;
	width: auto;
}

}
@media screen and (max-width: 650px) {

#mod-precomponent h3 { text-align: center; }

.home #mod-precomponent .moduletable:first-child { float: none; }

.handy-blurb { display: none; }

.handy-brochure { margin-bottom: 10px; }

.handy-brochure a img {
	width: 100%;
}

.handy-brochure a { margin: 0 10px 0 0; }

.handy-brochure p:last-child {
	bottom: 12px;
	padding-left: 12px;
	font-size: 15px;
}

.handy-brochure a:hover p:last-child:before { font-size: 40px; }

}

/* End Precomponent */

/* Postcomponent */

.home #post-content .custom {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	color: #353534;
}

.home #post-content .custom:hover { text-decoration: none; }

.text-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	padding: 65px 20px;
}

.text-wrapper h3 {
	width: 45%;
	font-size: 30px;
	margin-bottom: 40px;
	color: #6e9c40;
}

.text-wrapper p {
	width: 44%;
	font-size: 20px;
	line-height: 1.7;
}

@media screen and (max-width: 1180px) {

.home #post-content .custom {
	background-position: 43% 50%;
}

.text-wrapper p {
	width: 50%;
	font-size: 18px;
}

}
@media screen and (max-width: 960px) {

.home #post-content .custom {
	background-image: none !important;
	background-color: #d7d5d5;
	text-align: center;
}

.text-wrapper h3, .text-wrapper p { width: auto; }

}

/* End Postcomponent */

/* Prefooter */

.home #pre-footer {
	background-image: url('../images/pre-pattern.jpg');
	border-top: 2px #fff solid;
	padding-top: 65px;
	padding-bottom: 65px;
	color: #fff;
}

#mod-prefooter p {
	width: 50%;
	font-size: 28px;
	font-weight: 300;
	float: left;
}

#mod-prefooter a {
	display: inline-block;
	position: relative;
	font-size: 25px;
	color: #353534;
	font-weight: bold;
	text-transform: uppercase;
	border: 3px #353534 solid;
	padding: 15px 125px;
	margin-left: 125px;
	z-index: 0;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

#mod-prefooter a:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: left;
	transition-property: left;
	top: calc(50%);
	left: 3px;
	border-width: 0;
	border-color: transparent transparent transparent transparent;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

#mod-prefooter a:hover:before {
	left: -17px;
	top: calc(50% - 18px);
	border-color: transparent #353534 transparent transparent;
	border-width: 18px 18px 18px 0;
}

#mod-prefooter a:hover {
	background-color: #353534;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1180px) {

#mod-prefooter a {
	margin-left: 70px;
	padding: 15px 70px;
}

}
@media screen and (max-width: 860px) {

#mod-prefooter p {
	width: 100%;
}

#mod-prefooter a {
	margin-top: 25px;
	margin-left: 0;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
}

#mod-prefooter a:hover:before { content: initial; }

}

/* End Prefooter */

/* Footer */

#footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color:#353534;
	border-top: 2px #fff solid;
}

#footer .foot-exclude, #footer .foot-exclude + ul { display: none !important; }

#mod-footer .joomla-nav > li {
	width: 20%;
	display: block;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#mod-footer .joomla-nav > li > a {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}

#mod-footer a {
	color: #fff;
	display: inline-block;
	font-weight: 300;
	margin-bottom: 4px;
}

@media screen and (max-width: 750px) {

#mod-footer .joomla-nav > li {
	width: 50%;
	margin-bottom: 20px;
}

}
@media screen and (max-width: 560px) {

#footer {
	padding-top: 0;
	padding-bottom: 0;
}

#footer .container_12 {
	padding-left: 0;
	padding-right: 0;
}

#footer .joomla-nav { display: none; }

.accordeonck.foot-menu {
	display: block;
}

#accordeonck128 .item-122, #accordeonck128 .item-101, #accordeonck128 .item-128, #accordeonck128 .item-129 {
	display: none;
}

}

/* End Footer */

/* Post Footer */

#post-footer {
	padding-top: 65px;
	padding-bottom: 20px;
	background-color: #d7d5d5;
}

#post-footer .moduletable {
	float: left;
	margin-right: 40px;
	margin-bottom: 65px;
}

#post-footer .moduletable p {
	font-weight: 300;
	margin-bottom: 5px;
}

#post-footer .moduletable p:first-child { margin-bottom: 12px; }

#post-footer .moduletable a { font-weight: bold; }

#post-footer .right p {
	display: inline;
}

#post-footer .right a {
	color: #353534;
}

.a2a_kit {
	float: right;
}

.a2a_kit a {
	color: #353534;
	font-size: 30px;
	padding: 5px 17px 5px 0;
	display: inline-block;
}

.a2a_kit a:hover { color: #9ebe3b; }

@media screen and (max-width: 750px) {

#post-footer .right {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	line-height: 1.5;
}

}
@media screen and (max-width: 700px) {

#post-footer { padding-top: 30px; }

#post-footer .moduletable {
	margin-right: 0;
	margin-bottom: 25px;
	width: 100%;
}

.a2a_kit {
	float: left;
	margin-bottom: 20px;
}

}

/* End Post Footer */

/* Categories */

#k2Container {
	margin-bottom: 65px;
}

#k2Container .full-link {
	display: block;
	color: #353534;
	text-decoration: none;
	border: 2px #fff solid;
	padding: 20px 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

#k2Container .full-link:hover {
	border-color: #d7d7d5;
}

#k2Container .button, .btn-toolbar .button {
	background-color: #fff;
	padding: 12px 60px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	border: 2px #6e9c40 solid;
	color: #6e9c40;
	-webkit-transition: all 0.3s ease-out;
		 -moz-transition: all 0.3s ease-out;
			-ms-transition: all 0.3s ease-out;
			 -o-transition: all 0.3s ease-out;
				  transition: all 0.3s ease-out;
}

.catItemFullText .hovery {
	margin-top: 20px;
}

@media screen and (max-width: 1180px) {

#k2Container .button { padding: 12px 40px; }

}

#k2Container .button.hovery:hover, .btn-toolbar .button:hover {
	color: #fff;
	background-color: #6e9c40;
}

#k2Container .full-link:hover .button {
	background-color: #6e9c40;
	color: #fff;
}

#k2Container .itemContainer {
	text-align: center;
	float: left;
}

#k2Container strong {
	clear: both;
	float: left;
	width: 150px;
}

#k2Container th strong {
  float: none;
}

.single .itemContainer { width: auto !important; }

@media screen and (max-width: 1182px){

#k2Container .itemContainer{
	width: 100% !important;
}

}

#k2Container .fields span {
  display: table;
}



.catItemReadMore, .catItemTitle {
	clear: both;
}

h3.catItemTitle {
	margin-bottom: 0;
	min-height: 56px;
}

.single h3.catItemTitle {
	min-height: 0;
}

#k2Container .fields {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
  min-height: 110px;
}

.dimensions {
  height: 0;
  overflow: visible;
}

.single .catItemView {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

#k2Container.single .fields {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 1.6;
	display: table;
}

.catItemIntroText {
	display: table;
	text-align: left;
}

.catItemFullText {
	clear: both;
}

.catItemFullText table {
	width: 100%;
}

.catItemFullText th {
	padding: 8px 10px 5px;
	background-color: #9ebe3b;
	color: #fff;
}

.catItemFullText td {
	padding: 5px 10px 5px;
	font-size: 15px;
}

.catItemFullText tr:nth-child(even) td {
	background-color: #d7d5d5;
}

.mob-show { display: none; }

@media screen and (max-width: 550px) {

#header_mobile_container ~ .container_12 {
	padding-left: 17px;
}

.catItemFullText th {
	padding: 8px 6px 5px 5px;
	font-size: 14px;
}

.catItemFullText td {
	padding: 5px 4px;
	font-size: 14px;
	letter-spacing: -1px;
}

.desk-show { display: none; }

.mob-show { display: inline; }

.catItemFullText td ~ td ~ td, .catItemFullText td:first-child {
	text-transform: lowercase;
}

.single .catItemView {
	float: none;
	margin-right: 0;
}

#k2Container.single .fields {
	margin-left: 0;
	font-size: 15px;
}

#k2Container strong { width: 140px; }

}

/* End Categories */

/* Form */

.system-message .message ul {
  color: #000;
  padding-bottom: 0;
  margin-left: 0;
}

.gbs3 .btn.btn-primary {
  border: 2px #9ebe3b solid;
  text-transform: uppercase;
  background: #fff;
  height: auto;
  color: #9ebe3b;
  background-color: #fff;
  margin-top: 20px;
  padding: 10px 30px;
  transition: all 0.3s ease-out;
  font-family: 'Ubuntu', Tahoma, sans-serif;
  border-radius: 0;
  font-size: 18px;
}

.gbs3 .btn.btn-primary:hover {
  background-color: #9ebe3b;
  border-color: #9ebe3b;
  color: #fff;
}

/* End Form */

/* News */

.blog {
	margin-bottom: 65px;
}

.blog h2 a { text-decoration: none; }

.blog h2 a:hover { text-decoration: underline; }

/* End News */

/* Search */

.search-results {
	margin-bottom: 65px;
}

.brand-search {
	float: right;
}

#searchForm { margin-bottom: 20px; }

#mod-search-searchword {
	font-style: italic;
	font-size: 15px;
	color: #525252;
	padding: 13px 10px;
	border: none;
	height: 17px;
	width: 160px;
}

.searchintro { clear: both; }

.btn-toolbar input { margin-right: 20px; }

.search .btn-toolbar .button { padding-bottom: 11px; }

/* End Search */

/* Mobile Menu */

div.accordeonck { display: none; min-height: 0; }

a.menu_opener {
  display: block;
  padding: 20px 14px;
  color: #fff;
  background-color: #6e9c40;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu_opener .fa { margin-right: 20px; }

a.menu_opener:hover {
  background-color: #000;
  cursor: pointer;
  text-decoration: none;
}

.mobile-menu-btn { float: left; }

.mob-menu { clear: both; }

#header_mobile #navigation_wrapper { height: auto; }

#header_mobile .nav-search {
	margin-top: 12px;
	margin-right: 4px;
}

a.menu_opener img { vertical-align: middle; margin-right: 15px; }

li.accordeonck.level1 {
  float: none !important;
  font-size: 14px !important;
  border-top-width: 1px;
  border-top-style: solid;
}

li.accordeonck.level1 { border-top-color: #fff; }

#accordeonck126 li {
	float: none;
}

#accordeonck126 li a, #accordeonck128 li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#accordeonck126 li.level1 a:hover, #accordeonck126 li.level1 img:hover + a, #accordeonck128 li.level1 a:hover, #accordeonck128 li.level1 img:hover + a {
  background: #000;
}

ul#accordeonck126 li a { color: #fff; }

#accordeonck126 li.level1 a, #accordeonck128 li.level1 a { padding: 15px 15px; }

#accordeonck126 li.level1 { background-color: #6e9c40; }
#accordeonck126 li.level1 ul {
	background: #828081;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
		 -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
			    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
}

#accordeonck126 li a { line-height: 1.33; }

.accordeonck.level1 img {
	cursor: pointer;
	padding: 16px 8px 15px 40px;
}

ul#accordeonck126 { padding: 0; }

.mob-menu p { padding-bottom: 0; }
/* End Mobile Menu */

a.chronoforms6_credits {
    display: none;
}