/* Admin styles for mega menu */

/*#navigation ul {
	float: left;
	width: 1012px;
}

#navigation ul li {
	float: left;
	padding: 0;
	margin: 8px 0 0 0;
	position: relative;
	z-index: 1000;
}

#navigation ul li a .arrow {
	background: url(../images/nav-arrow.png) no-repeat 0 0;
	width: 9px;
	height: 8px;
	display: inline-block;
	margin: 0 0 2px 6px;
}

#navigation ul li a {
	font-size: 1.33em;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	padding: 5px 18px 9px 18px;
}

#navigation ul li a:hover,
#navigation ul li.sfHover a,
#navigation ul li.active a.active {
	text-decoration: none;
	background: url(../images/nav-hover-bck.png) repeat-x 0 0;
}

#navigation ul li.active.first a,
#navigation ul li.first a:hover,
#navigation ul li.first.sfHover a {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#navigation ul li.active.last a,
#navigation ul li.last a:hover,
#navigation ul li.last.sfHover a {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#navigation .white {
	background: none;
}

#navigation li .mega-menu {
	position: absolute;
	top: 29px;
	left: -70px;
	width: 1000px;
	color: #232321;
	border: 1px solid #021b36;
	background-color: #f8f8ed;
	padding: 0 0 12px 0;
	display: none;
}

#navigation li .mega-menu.get-inspired {
	left: -70px;
}

#navigation li .mega-menu.get-ready {
	left: -209px;
}

#navigation li .mega-menu.gear-up {
	left: -331px;
}

#navigation li .mega-menu.on-the-road {
	left: -439px;
}

#navigation li .mega-menu.connect {
	left: -578px;
}

#navigation li .mega-menu .sublinks {
	background-color: #021b36;
	width: 100%;
	height: 35px;
	line-height: 33px;
	margin: 0;
}

#navigation li .mega-menu .sublinks li {
	display: inline;
	float: none;
	margin: 0;
	padding: 0 13px;
	background: url(../images/sublinks-divider.gif) no-repeat right 4px;
}

#navigation li .mega-menu .sublinks li a {
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	color: #fff;
	text-transform: none;
	padding: 0;
	background: none;
}

#navigation li .mega-menu .sublinks li a:hover {
	color: #c25407;
	text-decoration: none;
	background: none;
}*/

#admin-menu ul a {
	font-size: 11px !important;
	line-height: 1.6em;
}

.cke_show_borders .col-wrapper {
  display: block;
}

.cke_show_borders .col-wrapper .col {
	float: left;
	width: 310px;
	margin: 18px 0 0 17px;
}

.cke_show_borders .col-wrapper .col-2 {
	background-color: #edede0;
	margin: 8px 0 0 17px;
}

.cke_show_borders .col-wrapper .title {
	font-family: 'Oswald', sans-serif;
	letter-spacing: -0.03em;
    font-size: 1.75em;
    font-weight: 400;
    color: #232321;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d7d7bb;
    margin: 0 0 10px 0;
}

.cke_show_borders .col-wrapper h4 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: -0.03em;
	font-weight: 400;
	color: #232321;
	font-size: 1.33em;
	float: left;
	width: 100%;
	padding: 0 0 8px 0;
}

.cke_show_borders .col-wrapper .col-2 h4 {
	margin: 0 12px;
}

.cke_show_borders .col-wrapper h4 a {
	font-family: 'Oswald', sans-serif;
	letter-spacing: -0.03em;
	font-weight: 400;
	padding: 0;
	background: none;
	color: #232321;
	margin: 0;
}

.cke_show_borders .col-wrapper h4 a:hover {
	background: none;
}

.cke_show_borders .col-wrapper p {
	padding: 0 0 8px 0;
	line-height: 1.6em;
}

.cke_show_borders .col-wrapper li {
	float: left;
	margin: 0 0 5px 0;
	line-height: 1.6em;
	width: 99%;
}

.cke_show_borders .col-wrapper .two-column li {
	width: 48%;
}

.cke_show_borders .col-wrapper li img {
	float: left;
	margin: 0 12px 0 0;
}

.cke_show_borders .col-wrapper img.right {
	float: right;
	margin: 5px 0 5px 8px;
}

.cke_show_borders .col-wrapper .col-2 .title {
	margin: 10px 12px;
}

.cke_show_borders .col-wrapper .col-2 p,
.cke_show_borders .col-wrapper .col-2 ul {
	margin: 0 12px;
}

.cke_show_borders .col-wrapper ul,
.cke_show_borders .col-wrapper .col-2 ul {
	margin-bottom: 12px;
}

.cke_show_borders .col-wrapper .col-2 ul {
	width: auto;
}

.cke_show_borders .col-wrapper p a {
	font-weight: normal;
	font-size: 1em;
	padding: 0 0 0 0;
	color: #c25407;
	font-family: Verdana, sans-serif;
	background: none;
	text-transform: none;
}

.cke_show_borders .col-wrapper p a:hover {
	background: none;
	text-decoration: underline;
}

.cke_show_borders .col-wrapper li a {
	font-weight: normal;
	font-size: 1em;
	padding: 0 0 0 12px;
	color: #c25407;
	font-family: Verdana, sans-serif;
	background: url(../images/link-arrow.png) no-repeat left 4px transparent;
	text-transform: none;
}

.cke_show_borders .col-wrapper li a:hover {
	background: url(../images/link-arrow.png) no-repeat left 4px transparent;
	text-decoration: underline;
}

.cke_show_borders .col-wrapper a.large {
	font-size: 1.17em;
	background: none;
	padding: 0;
}