/*---------------------------------------------------------------------*/
/* RESET */
/*---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------------------------------------------------*/
/* HEADER: General Tags &amp; Text */
/*---------------------------------------------------------------------*/

body {
	min-width: 1145px;
	height: 100%;
	margin: 0;
	padding: 0;
    background-color: #ebebeb;
	color: #565656;
	font-family: 'usual', sans-serif;
    font-size: 100%;
	line-height: 1.5;
}

body.page {
	background-color: #fff;
}

a {
    color: #222220;
}

a:hover {
	color: #d61e44;
}

 h1, .h1, h2, .h2, h3, .h3 {
    clear: both;
    color: #222220;
	font-size: 1.87em;
    font-weight: 700;
}

h1 {
    margin: 0 0 15px;
}

.h2, h2 {
    margin: 0 0 15px;
	font-size: 1.5em;
	font-weight: 700;
}

.h2.purple, h2.purple {
    height: 39px;
    margin: 0 0 10px;
    padding: 0 10px;
    background-color: #46539c;
    color: #c6cae0;
    font-size: 1.75em;
    font-weight: 500;
    line-height: 39px;
}

h1+h2 {
    margin-top: 10px;
}

.article-testimonials h2 {
	color: #d61e44;
}

h3 {
    margin: 0 0 10px;
    font-size: 1.25em;
}

hr {
	width: 100%;
	height: 0;
	margin: 30px 0;
	border: none;
	border-top: 1px solid #d9d6d6;
}

p + hr {
	margin: 20px 0;
}

blockquote, p, ul {
    margin: 0 0 15px;
    font-size: .875em;
    line-height: 1.7;
}

p.article-date {
	color: #616160;
	font-size: 0.75em;
}

blockquote {
	padding: 15px 0;
	background: url(../img/quote.png) 0 0 no-repeat;
	border-top: 1px solid #d6d9e4;
	border-bottom: 1px solid #d6d9e4;
	font-style: italic;
}

.col-content ul {
    margin: 0 0 10px;
    list-style-type: none;
    font-size: .875em;
    line-height: 1.2;
}

.col-content ul li {
    margin: 0 0 7px;
    padding: 0 0 0 17px;
    background: url(../img/bullet.png) 0 4px no-repeat;
}

strong {
    font-weight: 700;
}

iframe {
    margin: 0 0 15px;
}

input, select, textarea, .sbSelector {
    margin: 0;
    background-color: #FFF;
    border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    color: #222;
    font-family: 'usual', sans-serif;
    font-weight: 400;
	font-size: 13px;
	width: 100%;
    padding: 11px 15px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

.checkbox {
    position: relative;
    top: 2px;
    border: 0;
}

.form li input, .form li select, .form li textarea, .sbSelector {
    width: 100%;
    padding: 11px 15px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}

a,
input {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button,
.form-submit input.submit {
    height: 32px;
    margin: 0;
    padding: 0 18px;
	display: inline-block;
    color: #fff !important;
    border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    font-weight: 700;
    font-size: 0.56em;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
    line-height: 32px;
    cursor: pointer;
}

.form-submit input.submit {
	width: auto;
	float: left;
	font-size: 0.87em;
}

.button-tall,
.form-submit input.submit {
	height: 50px;
	line-height: 50px;
}

.button-xlarge {
	height: 54px;
	padding: 0 27px;
	font-size: 0.75em;
	font-weight: 500;
	line-height: 54px;
}

.button-pill {
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
}

.button-section {
	margin-bottom: 5px;
	background: #f4f4f4;
	border: 1px solid #dbdbd9;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #d61e44 !important;
	font-size: 0.81em;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

	.button-section:hover {
		background: #e4e4e4;
	}

.button-blue,
.form-submit input.submit {
	background: #2e8cca;
	background: -moz-linear-gradient(top,  #2e8cca 0%, #1473b1 100%);
	background: -webkit-linear-gradient(top,  #2e8cca 0%,#1473b1 100%);
	background: linear-gradient(to bottom,  #2e8cca 0%,#1473b1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e8cca', endColorstr='#1473b1',GradientType=0 );
}

.button-black {
	background: #393937;
	background: -moz-linear-gradient(top,  #393937 0%, #1f1f1d 100%);
	background: -webkit-linear-gradient(top,  #393937 0%,#1f1f1d 100%);
	background: linear-gradient(to bottom,  #393937 0%,#1f1f1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393937', endColorstr='#1f1f1d',GradientType=0 );
}

.button-pink {
	background: #e63f6c;
	background: -moz-linear-gradient(top,  #e63f6c 0%, #cc2552 100%);
	background: -webkit-linear-gradient(top,  #e63f6c 0%,#cc2552 100%);
	background: linear-gradient(to bottom,  #e63f6c 0%,#cc2552 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e63f6c', endColorstr='#cc2552',GradientType=0 );
}

.button-hr {
	margin: -30px auto 0;
	position: relative;
	top: -25px;
	z-index: 10;
	display: table;
}

	.button-hr:before,
	.button-hr:after {
		content: '';
		width: 10px;
		height: 10px;
		display: block;
		position: absolute;
		top: 20px;
		z-index: 9;
		background: #fff;
	}

	.button-hr:before {
		left: -10px;
	}

	.button-hr:after {
		right: -10px;
	}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.button-blue:hover,
.form-submit input.submit:hover {
    background: #0b5c91;
	background: -moz-linear-gradient(top,  #0b5c91 0%, #0b5c91 100%);
	background: -webkit-linear-gradient(top,  #0b5c91 0%,#0b5c91 100%);
	background: linear-gradient(to bottom,  #0b5c91 0%,#0b5c91 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5c91', endColorstr='#0b5c91',GradientType=0 );
}

.button-black:hover {
	background: #1f1f1d;
	background: -moz-linear-gradient(top,  #1f1f1d 0%, #1f1f1d 100%);
	background: -webkit-linear-gradient(top,  #1f1f1d 0%,#1f1f1d 100%);
	background: linear-gradient(to bottom,  #1f1f1d 0%,#1f1f1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1d', endColorstr='#1f1f1d',GradientType=0 );
}

.button-pink:hover {
	background: #cc2552;
	background: -moz-linear-gradient(top,  #cc2552 0%, #cc2552 100%);
	background: -webkit-linear-gradient(top,  #cc2552 0%,#cc2552 100%);
	background: linear-gradient(to bottom,  #cc2552 0%,#cc2552 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2552', endColorstr='#cc2552',GradientType=0 );
}

.button-dark:hover {
    background-color: #545874;
}

.button-light:hover {
    background-color: #4c5d8e;
}

.error-text, .required {
    font-weight: 700;
    color: #c00;
}

.center {
    width: 978px;
    margin: 0 auto;
}

.body-home .center {
	width: 1145px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fri {
    float: right !important;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cf:after, .cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*---------------------------------------------------------------------*/
/*  FRAMEWORK  */
/*---------------------------------------------------------------------*/

.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col {
	clear: none;
	display: inline;/* IE double margin fix. Feel free to move this to your IE specific stylesheets. */
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
}

.one-col {
	width: 54px;
}

.two-col {
	width: 138px;
}

.three-col {
	width: 222px;
}

.four-col {
	width: 306px;
}

.five-col {
	width: 390px;
}

.six-col {
	width: 474px;
}

.seven-col {
	width: 558px;
}

.eight-col {
	width: 642px;
}

.nine-col {
	width: 726px;
}

.ten-col {
	width: 810px;
}

.eleven-col {
	width: 894px;
}

.twelve-col {
	width: 978px;
	margin-right: 0;
}

.colend {
    margin-right: 0 !important;
}

.content-sep {
    margin: 10px 0;
    clear: both;
    border-top: 1px solid #999;
}

.desktop {
    display: block;
}

.mobile {
    display: none !important;
}

.wrap {
    width: 978px;
}

.body-home .wrap {
    width: 1145px;
}

.article-content {
	padding-top: 60px;
	padding-bottom: 80px;
}

.sidebar {
	margin-top: 80px;
}

/*---------------------------------------------------------------------*/
/* HEADER: Page Header */
/*---------------------------------------------------------------------*/

.header {
    height: 104px;
    background-color: #d61e44;
	line-height: 104px;
}

#header a {
    color: #fff;
}

.logo {
    width: 236px;
    height: 104px;
    float: left;
}

.logo img {
    width: 236px;
    height: 104px;
}

.header-contact {
    margin: 0;
	color: #fff;
    font-size: 1em;
	font-weight: 700;
}

	.header-contact span {
		font-weight: 200;
	}

	@keyframes bounce-email {
	    from {
	        top: 0;
	    }
	    50% {
	        top: -3px;
	    }
	    to {
	        top: 0;
	    }
	}

	.header-contact a {
		margin: 0 0 0 10px;
		padding: 0 0 0 15px;
		position: relative;
		top: 3px;
		display: inline-block;
		border-left: 1px solid #ee7a99;
	    color: #fff;
		line-height: 1;
	    text-decoration: none;
	}

	.header-contact a:hover img {
		position: relative;
		animation-name: bounce-email;
		animation-timing-function: ease-in-out;
		animation-duration: 0.6s;
		animation-iteration-count: infinite;
		-webkit-animation-name: bounce-email;
		-webkit-animation-timing-function:ease-in-out;
		-webkit-animation-duration:0.6s;
		-webkit-animation-iteration-count:infinite;
	}

div.search {
    width: 286px;
    margin: 30px 10px 0 30px;
	padding: 0 20px;
    border: 1px solid #f29cb3;
    --webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

div.search input {
    float: left;
	background: none;
    border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.search input.search-box {
    width: 265px;
	height: 40px;
    padding: 0;
    border: none;
	color: #fff;
	font-size: 12px;
    font-weight: 300;
}

div.search input.search-box::-webkit-input-placeholder {
  color: #fff;
}
div.search input.search-box::-moz-placeholder {
  color: #fff;
}
div.search input.search-box:-ms-input-placeholder {
  color: #fff;
}
div.search input.search-box:-moz-placeholder {
  color: #fff;
}

div.search.search input#searchsubmit {
	width: 17px;
	margin-top: 11px;
	padding: 0;
}

.mini-cart {
    margin: 0;
    float: right;
	font-size: .87em;
    text-align: right;
}

@keyframes bounce-background {
    from {
        background-position: 30px center;
    }
    50% {
        background-position: 30px 45%;
    }
    to {
        background-position: 30px center;
    }
}

.mini-cart a {
	padding: 0 40px 0 68px;
	display: block;
	background: url(../img/header-cart.png) 30px center no-repeat;
	-webkit-background-size: 26px;
	background-size: 26px;
    color: #fff;
    text-decoration: none;
}

.mini-cart a:hover {
	background-color: #c71c3f;
	animation-name: bounce-background;
	animation-timing-function: ease-in-out;
	animation-duration: 0.6s;
	animation-iteration-count: infinite;
	-webkit-animation-name: bounce-background;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-duration:0.6s;
	-webkit-animation-iteration-count:infinite;
}

/*---------------------------------------------------------------------*/
/* HEADER: MAIN NAV */
/*---------------------------------------------------------------------*/

.nav {
    height: 40px;
	background: #474744;
    position: relative;
    z-index: 100;
}

.body-home .nav {
	margin-bottom: -40px;
	background-color: #222220;
    background-color: rgba(34, 34, 32, 0.7);
}

.nav ul.nav-level1 {
    width: 100%;
    height: 40px;
	position: relative;
	font-size: 1em;
	text-align: center;
}

.nav ul li, .nav ul li a {
    display: inline-block;
}

.nav ul li {
    margin: 0;
	position: relative;
}

.nav ul li.nav-products {
	position: static;
}

.nav ul li a {
    padding: 0 24px;
    display: block;
    color: #fff;
    font-weight: 400;
	font-size: 0.75em;
    line-height: 40px;
    text-decoration: none;
	text-transform: uppercase;
}

.nav ul li.parent a.nav-level1 {
    padding: 0 30px 0 10px;
    background: url(../images/parent.png) right 9px no-repeat;
}

.nav ul li.nav-level1:hover a.nav-level1 {
	background: #fff;
    color: #1a1a18;
}

.nav ul ul.nav-level2 {
    width: 200px;
    padding: 20px;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    --webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	font-size: 1em;
}

.nav ul li:hover ul {
    display: block;
}

.nav ul ul li.nav-level2 {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    font-size: 1em;
    font-weight: 700;
	text-align: left;
}

.nav ul ul li a.nav-level2 {
    width: auto;
    height: auto;
    padding: 0;
    display: block;
	color: #565656;
    text-transform: none;
	line-height: normal;
}

.nav ul ul li a.nav-level2:hover {
    color: #d61e44;
}

.nav ul ul.subnav-products {
    width: 100%;
    padding: 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nav ul ul.subnav-products li.nav-level2 {
    width: 50%;
    float: left;
    clear: none;
    border: none;
    font-size: 1em;
}

.nav ul ul.subnav-products li div {
    margin: 0 10px 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid #dbdbd9;
	color: #222220;
	font-size: 1.12em;
	font-weight: 600;
}

.nav ul ul.subnav-products li ul.nav-level3 {
    width: 50%;
    margin: 0;
    padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    display: block;
    position: static;
	font-size: 1em;
}

.nav ul ul.subnav-products li ul li {
    width: 100%;
    margin: 0;
    padding: 6px 0;
    font-size: 1em;
    font-weight: 700;
	line-height: 1;
}

.nav ul ul.subnav-products li ul li a {
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    color: #565656;
	font-weight: 700;
    text-transform: none;
	line-height: normal;
}

.nav ul ul.subnav-products li ul li a:hover {
    color: #d61e44;
}

.nav ul ul.subnav-products ul.nav-level4 {
	margin: 0;
    padding: 0;
    clear: both;
    background-color: transparent;
    border: none;
	font-size: 1em;
}

.nav ul ul.subnav-products ul.nav-level4 li:first-child {
	margin-top: 5px;
}

.nav ul ul.subnav-products ul.nav-level4 li {
    width: auto;
    margin: 0;
    padding: 5px 0;
    float: left;
    clear: left;
    border: none;
    color: #565656;
}

.nav ul ul.subnav-products ul.nav-level4 li a {
    display: inline;
    float: none;
    clear: none;
    font-weight: 400;
}

/*---------------------------------------------------------------------*/
/* HEADER: Page Footer */
/*---------------------------------------------------------------------*/

.footer {
    padding: 50px 0 70px;
    clear: both;
    position: relative;
    background: #222220 url(../img/footer.png) 0 bottom no-repeat;
    color: #919190;
    line-height: 1.5;
}

.footer .center {
	width: 978px;
}

.footer p, .footer ul {
	margin: 0 0 20px;
    font-size: .81em;
	line-height: 1.6;
}

.footer a {
    color: #919190;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-social {
    width: 100%;
    height: 28px;
    margin: 17px 0 18px;
}

.footer-social a {
    width: 28px;
    height: 0;
    margin: 0 8px 0 0;
    padding: 28px 0 0;
    display: block;
    overflow: hidden;
    background-image: url(../img/social-footer.png?3);
    background-repeat: no-repeat;
}

.footer-social a.facebook {
    background-position: 0 0;
}

.footer-social a.twitter {
    background-position: -84px 0;
}

.footer-social a.linkedin {
    background-position: -56px 0;
}

.footer-social a.instagram {
    background-position: -112px 0;
}

.footer-logos {
	width: 510px;
	margin-top: 40px;
    position: relative;
}

.footer-logo {
    margin: 0 15px 0 0;
    float: left;
}

.footer .wdl {
    font-size: 12px;
}

/*---------------------------------------------------------------------*/
/* HEADER: Right Boxes */
/*---------------------------------------------------------------------*/

.right-box {
	width: 100%;
	margin: 0 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.right-box .h2 {
		margin: 0 0 10px;
		font-size: 1.75em;
		line-height: 0.8;
		text-transform: lowercase;
	}

.right-contact-us,
.right-download-brochure {
	width: 270px;
	height: 39px;
	padding: 0 10px;
	display: block;
	background-color: #676e8e;
	color: #c7c9d5;
	letter-spacing: 1px;
	font-size: 1.75em;
	font-weight: 500;
	text-transform: lowercase;
	line-height: 39px;
	text-decoration: none;
}

.right-download-brochure {
	height: 58px;
	padding-top: 6px;
	background: #676e8e url('/templates/default/images/download-brochure.png') right 0 no-repeat;
	line-height: 0.9;
}

	.right-contact-us:hover,
	.right-download-brochure:hover {
		background-color: #535973;
		color: #c7c9d5;
		text-decoration: none;
	}

.collection {
	width: 120px;
	height: 118px;
	padding: 10px;
	background: #595d80 url(../img/collection-desktop.png) 0 0 no-repeat;
	text-decoration: none;
}

	.collection:hover {
		text-decoration: none;
	}

	.collection .h2 {
		color: #ccccd4;
	}

.cal-search,
.need-help {
	padding: 10px;
	background-color: #373f6b;
}

	.cal-search .h2,
	.need-help .h2 {
		color: #bbbdca;
	}

	.cal-search ul {
		color: #fff;
		font-size: 0.75em;
	}

		.cal-search li {
			width: 50%;
			float: left;
			margin: 0 0 10px;
		}

			.cal-search label {
				margin: 0 0 5px;
				display: block;
				color: #fff;
				font-weight: bold;
			}

			.cal-search select {
				width: 120px;
			}

.latest-news .h2 {
	color: #7c92ba;
}

.latest-news a {
	color: #375da5;
	font-weight: bold;
}

.latest-news a:hover {
	text-decoration: underline;
}

.latest-news ul {
	margin: 0 0 10px;
}

	.latest-news ul li {
		padding: 10px 0;
		border-bottom: 1px solid #878ca6;
	}

		.latest-news ul li a {
			font-size: 0.95em;
			text-decoration: none;
		}

			.latest-news ul li a.button {
				margin: 5px 0 0;
				font-size: 0.75em;
			}

		.latest-news ul li p {
			margin: 6px 0 0;
			color: #3c3c3c;
			font-size: 0.875em;
		}

	.latest-news .see-all {
		padding: 0 10px 0 0;
		background: url(../img/see-all.png) right 4px no-repeat;
		font-size: 0.875em;
		text-decoration: none;
		text-transform: lowercase;
	}

.right-image {
	height: 138px;
	background-color: #eee;
}

.similar-calendars {
	padding: 10px 4px;
	border: 1px solid #b7bac3;
}

	.similar-calendars .h2 {
		padding: 0 5px;
		color: #a1aacc;
	}

	.similar-calendars p {
		padding: 0 5px;
	}

.need-help p {
	margin: 0;
}

	.need-help a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

	.need-help a:hover {
		text-decoration: underline;
	}

.view-collection {
	width: 270px;
	height: 39px;
	padding: 0 10px;
	display: block;
	background-color: #5c70ab;
	color: #c3c8db;
	letter-spacing: 1px;
	font-size: 1.75em;
	font-weight: 500;
	text-transform: lowercase;
	line-height: 39px;
	text-decoration: none;
}

	.view-collection:hover {
		background-color: #4c5d8e;
		color: #c3c8db;
		text-decoration: none;
	}

/*---------------------------------------------------------------------*/
/* HEADER: JQuery Selects */
/*---------------------------------------------------------------------*/

.sbHolder {
    width: 100%;
    height: 40px;
    position: relative;
    background-color: #fff;
    font-size: .9em;
}

.sbSelector {
    width: 100%;
    height: 40px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    outline: 0;
    overflow: hidden;
    text-indent: 5px;
    line-height: 40px;
}

.home-search-box .sbHolder,
.home-search-box .sbSelector {
	height: 50px;
	line-height: 50px;
}

.sbSelector:hover, .sbSelector:link, .sbSelector:visited {
    color: #3c3c3c;
    outline: 0;
    text-decoration: none;
}

.sbToggle {
    width: 16px;
    height: 9px;
	margin: -5px 0 0;
    position: absolute;
    right: 13px;
    top: 50%;
	z-index: 9;
    display: block;
    outline: 0;
    background: url(../img/select.png) 0 0 no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
}

.sbToggle:hover {
    background: url(../img/select.png) 0 0 no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
}

.sbToggleOpen, .sbToggleOpen:hover {
    background: url(../img/select.png) 0 -44px no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbOptions {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 10;
    background-color: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    list-style: none;
    overflow-y: auto;
}

.home-search-box .sbOptions {
	width: 100%;
	top: 50px !important;
}

.cal-search .sbOptions li, .home-content .cal-search .sbOptions li {
    width: 100%;
    margin: 0;
}

.sbOptions a {
    padding: 10px 20px;
    display: block;
    outline: 0;
    font-size: 1.2em;
	line-height: 1;
	text-decoration: none;
}

.sbOptions a:hover {
    color: #d61e44;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: 700;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */

.widget-area .widget {
	margin: 0 0 20px;
}

	.widget-area .widget h3 {

	}

	.right-box {
	    margin: 0 0 20px;
		padding: 20px;
	}

	.right-box h3 {
		margin: 0 0 20px;
		color: #222220;
		font-size: 1.12em;
		font-weight: 500;
	}

	.right-contact-us, .right-download-brochure {
	    width: 270px;
	    height: 39px;
	    padding: 0 10px;
	    display: block;
	    background-color: #676e8e;
	    color: #c7c9d5;
	    font-size: 1.75em;
	    font-weight: 500;
	    text-transform: lowercase;
	    line-height: 39px;
	    text-decoration: none;
	}

	.right-download-brochure {
	    height: 58px;
	    padding-top: 6px;
	    background: #676e8e url(../img/download-brochure.png) right 0 no-repeat;
	    line-height: .9;
	}

	.right-contact-us:hover, .right-download-brochure:hover {
	    background-color: #535973;
	    color: #c7c9d5;
	    text-decoration: none;
	}

	.collection {
	    width: 120px;
	    height: 118px;
	    padding: 10px;
	    background: #595d80 url(../img/collection-desktop.png) 0 0 no-repeat;
	    text-decoration: none;
	}

	.collection:hover {
	    text-decoration: none;
	}

	.collection .h2 {
	    color: #ccccd4;
	}

	.side-box,
	.cal-search {
		background: #fff;
		border: 1px solid #d9d6d6;
	}

	.side-box-red,
	.cal-search-type {
		background: #fff url(../img/rose-faded-red.png) -15px -35px no-repeat;
		border-bottom: 3px solid #d61e44;
	}

	.side-box-blue,
	.cal-search-category {
		background: #fff url(../img/rose-faded-blue.png) -15px -35px no-repeat;
		border-bottom: 3px solid #2e8cca;
	}

	.side-box-shadow {
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
		box-shadow: 0 0 7px rgba(0,0,0,0.2);
	}

	.side-box img {
		max-width: 100%;
	}

	.cal-search .h3, .need-help .h3 {
	    color: #bbbdca;
	}

	.cal-search ul {
	    color: #fff;
	    font-size: .75em;
	}

	.cal-search li {
	    width: 50%;
	    float: left;
	    margin: 0 0 10px;
	}

	.cal-search label {
	    margin: 0 0 5px;
	    display: block;
	    color: #fff;
	    font-weight: 700;
	}

	.cal-search select {
	    width: 120px;
	}

	.right-link-brochure {
		background: #5c70ab url(../img/rose-faded-white.png) -15px 0 no-repeat;
	}

		.right-link-brochure img {
			margin: 0 auto 20px;
			display: block;
		}

	.right-link-collection {
		background: #d61e44 url(../img/rose-faded-white.png) -15px -35px no-repeat;
	}

	.right-link h3 {
		color: #fff;
	}

	.right-image {
	    height: 138px;
	    background-color: #eee;
	}

/* ==========================================================================
   WIDGETS
   ========================================================================== */

.widget_categories {
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

	.widget-area .widget_categories h3 {

	}

	.widget-area .widget_categories ul,
	.widget-area .widget_categories ul li {
		width: 100%;
		margin: 0;
	}

		.widget_categories a {
			padding: 5px 0 5px 15px;
			display: block;
			background: url(../img/breadcrumb.png) left center no-repeat;
			border-top: 1px solid #edecec;
			font-size: 0.875em;
			text-decoration: none;
		}

		.widget_categories a:hover {
			text-decoration: none;
		}

		.widget-area .widget_categories ul li:first-child a {
			border: none;
		}

.widget_recent_entries {
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}

	.widget-area .widget_recent_entries li {
		padding: 10px 0;
		border-top: 1px solid #b7bac3;
	}

		.widget-area .widget_recent_entries h3 {

		}

		.widget-area .widget_recent_entries a.list-title {
			margin: 0 0 5px;
			display: block;
			color: #222220;
			font-size: 1em;
			font-weight: bold;
			text-decoration: none;
		}

		.widget-area .widget_recent_entries .entry-meta {
			line-height: 1.2;
		}

		.widget-area .widget_recent_entries p {
			margin: 5px 0 0;
			font-size: 0.75em;
		}

.widget-area .widget ul ul {
	margin-left: 12px;
}

.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}

.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
	padding: 20px;
	background-color: #888;
}

	.site-footer a {
		color: #222;
	}

	.site-footer a:hover {
		color: #222;
	}

/* ==========================================================================
   MAIN CONTENT & COMMENTS
   ========================================================================== */

.product-share {
	width: 100%;
	margin: 10px 0 8px;
	float: left;
}

	.product-share span {
		margin: 0 10px 0 0;
		float: left;
		color: #4b4a4a;
		font-weight: bold;
		font-size: 0.875em;
	}

	.addthis_toolbox,
	.addthis_toolbox span {
		margin: 0;
	}

.entry-meta {
	clear: both;
}

.entry-header {
	margin-bottom: 10px;
}

.page-header {
	margin-bottom: 7px;
}

	.entry-header img.wp-post-image {
		margin-bottom: 20px;
	}

	.entry-header .entry-title {
		font-size: 1.75em;
		line-height: 1.2;
		font-weight: 700;
	}

		.entry-header .entry-title a {
			font-weight: 700;
			text-decoration: none;
		}

		.entry-header .entry-title a:hover {
			text-decoration: underline;
		}

	.entry-header .entry-format {
		margin-top: 24px;
		font-weight: normal;
	}

	.entry-header .comments-link {
		margin-top: 24px;
		font-size: 13px;
		line-height: 1.846153846;
		color: #d61e44;
	}

	.comments-link a,
	.entry-meta a {
		color: #d61e44;
		text-decoration: none;
	}

	.comments-link a:hover,
	.entry-meta a:hover {
		color: #d61e44;
		text-decoration: underline;
	}

.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.4;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 15px;
	line-height: 1.4;
}

.entry-content p:last-child,
.entry-summary p:last-child,
.comment-content p:last-child,
.entry-content p:last-of-type,
.entry-summary p:last-of-type,
.comment-content p:last-of-type {
	margin: 0;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.4;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

	.entry-content li,
	.comment-content li,
	.mu_register li {
		margin: 0 0 0 36px;
	}

		.entry-content ul ul,
		.comment-content ul ul,
		.entry-content ol ol,
		.comment-content ol ol,
		.entry-content ul ol,
		.comment-content ul ol,
		.entry-content ol ul,
		.comment-content ol ul {
			margin-bottom: 0;
		}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}

	.entry-content blockquote p:last-child,
	.comment-content blockquote p:last-child {
		margin-bottom: 0;
	}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.4;
	margin: 0 0 24px;
}


.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}

	.entry-content dt,
	.comment-content dt {
		font-weight: bold;
		line-height: 1.4;
	}

	.entry-content dd,
	.comment-content dd {
		line-height: 1.4;
		margin-bottom: 24px;
	}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

	.entry-content table caption,
	.comment-content table caption {
		font-size: 16px;
		margin: 24px 0;
		margin: 1.714285714rem 0;
	}

	.entry-content td,
	.comment-content td {
		border-top: 1px solid #ededed;
		padding: 6px 10px 6px 0;
	}

.site-content article {
	margin: 0 0 30px;
	padding: 0 0 50px;
	border-bottom: 1px solid #d9d6d6;
}

.single .site-content article {
	padding: 0;
	border-bottom: none;
}

.page-links {
	clear: both;
	line-height: 1.4;
}

.entry-meta {
	font-size: 0.8em;
}

	.entry-meta a {
		color: #d61e44;
		font-weight: bold;
	}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

.page-navigation {
	font-size: 0.87em;
}

.page-navigation li {
    margin: 0 4px 0 0;
    padding: 0;
    float: left;
    color: #222220;
    list-style-type: none;
}

.page-navigation span,
.page-navigation a {
	width: 26px;
	height: 26px;
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
	display: block;
	border: 1px solid #dbdbd9;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
    color: #222220;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
}

.page-navigation span {
    background-color: #f4f4f4;
}

.page-navigation a {
    background-color: #fff;
	text-decoration: none;
}

.page-navigation a:hover {
    background-color: #f4f4f4;
}

.page-navigation .nav-previous a,
.page-navigation .nav-next a {
	width: auto;
	padding: 0 15px;
}

/* ==========================================================================
   COMMENTS
   ========================================================================== */

.comments-area {
	padding: 35px 25px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.comments-title {

}

.comments-area article,
.single .comments-area article {
	padding: 10px 0;
	border-top: 1px solid #b7bac3;
}

.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
	display: block;
}

.comments-area article header cite {
	margin: 0 0 5px;
	color: #5b6ead;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}

.comments-area article header time {
	line-height: 1.4;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
}

.comments-area article header a {
	text-decoration: none;
}

.comments-area article header a:hover {
	text-decoration: underline;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}

.comments-area article .comment-content p {
	font-size: 0.8em;
}

a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}

a.comment-reply-link {
	margin: 5px 0 0;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}

.comments-area li ol li {
	padding: 0 0 0 100px;
}

.commentlist .pingback {
	line-height: 1.4;
	margin-bottom: 24px;
}

/* Comment form */
.comment-respond {

}

#respond h3#reply-title {
	font-size: 1.4em;
	line-height: 1;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}

#respond form {

}

#respond form p {
	font-size: 13px;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
}

#respond form label {
	width: 100%;
    margin: 0 0 5px;
    display: block;
    color: #222220;
    font-size: 1em;
    font-weight: 600;
}

#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f6fbfe;
		border: 1px solid #cecece;
		font-size: 13px;
}

.form-allowed-tags {
	display: none;
}

.required {
	color: red;
}

/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 0 0 15px;
	padding: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	color: #c00;
	font-weight: bold;
	font-size: 0.75em;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .placeheld {
	color: #888;
}

/* ==========================================================================
   GRAVITY FORMS
   ========================================================================== */

.eshot_form_wrapper:before,.eshot_form_wrapper:after { content: ""; display: table; }
.eshot_form_wrapper:after { clear: both; }
.eshot_form_wrapper { zoom: 1;}

.gform_wrapper {
	margin: 14px 0 0 0;
	border-top: 1px solid #868ca5;
	padding: 10px 0 0 0;
}

ul.gform_fields {
	list-style: none;
}

ul.gform_fields li {
	background: none;
	list-style: none;
	padding: 0;
}

div.calendar-name {
	white-space: nowrap;
}

.calendar-image {
	border: 1px solid #b2b4c0;
	margin: 15px 0 5px 0;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.3);
	text-align: center;
	height: 195px;
}

.calendar-image img {
	width: 183px;
	height: auto;
}

.calendar-image-title {
	color: #3a60a5;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e3;
	padding-bottom: 12px;
	height: 42px;
	overflow: hidden;
}

.ginput_container ul.gfield_radio li {
	float: left;
	width: 186px;
	height: 290px;
	padding: 5px 0 0 15px;
}

.ginput_container ul {
	list-style: none;
	margin: 0;
}

.ginput_container ul li {
	list-style: none;
	padding: 0;
}

.ginput_container ul li input {
	float: left;
	margin: 0 8px 0 0;
}

.ginput_container {
	position: relative;
}

.company-details p, .your-details p, ul.gform_fields li.your-message label {
	font-size: 1.1em;
	font-weight: bold;
}

.gfield_label {
	color: #464646;
	font-size: 0.9em;
}

.ginput_container input {
	font-size: 0.9em;
	margin: 3px 0 0 0;
}

.eshot-single, .your-message {
	float: left;
}

ul.gform_fields li.eshot-single {
	padding-right: 10px;
}

ul.gform_fields li.eshot-single input {
	width: 295px;
}

ul.gform_fields li textarea {
	width: 602px;
	resize: none;
	font-size: 0.9em;
}

ul.gform_fields li.your-message {
	padding: 7px 0 0 0;
}

ul.gform_fields li.your-message .ginput_container {
	padding: 3px 0 0 0;
}

ul.gform_fields li.your-details {
	padding: 8px 0 4px 0;
}

span.form-footer-text {
	font-size: 0.8em;
}

.gform_footer input[type="submit"] {
	background: #37416A;
	height: 33px;
	width: 100px;
	float: right;
	font-weight: 400;
}

div.validation_message {
	font-size: 0.9em;
	padding-top: 2px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 63, ../scss/partials/_hamburger.scss */
.hamburger {
	width: 56px;
	height: 42px;
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/* line 81, ../scss/partials/_hamburger.scss */
.hamburger:hover {
  opacity: 1;
}

/* line 91, ../scss/partials/_hamburger.scss */
.hamburger-box {
  width: 26px;
  height: 19px;
  display: inline-block;
  position: relative;
}

/* line 98, ../scss/partials/_hamburger.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
/* line 103, ../scss/partials/_hamburger.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 116, ../scss/partials/_hamburger.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
/* line 122, ../scss/partials/_hamburger.scss */
.hamburger-inner::before {
  top: -8px;
}
/* line 126, ../scss/partials/_hamburger.scss */
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */
/* line 136, ../scss/partials/_hamburger.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 140, ../scss/partials/_hamburger.scss */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
/* line 145, ../scss/partials/_hamburger.scss */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 152, ../scss/partials/_hamburger.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 157, ../scss/partials/_hamburger.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
/* line 164, ../scss/partials/_hamburger.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/*

@media screen and (min-width: 600px) {

	.author-avatar {
		float: left;
		margin-top: 8px;
	}

	.author-description {
		float: right;
		width: 80%;
	}

	.wrap {
		margin: 0 auto;
		max-width: 960px;
		overflow: hidden;
	}

	.site-content {
		float: left;
		width: 65.104166667%;
	}

	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}

	.widget-area {
		float: right;
		width: 26.041666667%;
	}

	.site-header h1,
	.site-header h2 {
		text-align: left;
	}

	.site-header h1 {
		font-size: 26px;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	.site-nav ul.nav-menu,
	.site-nav div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}

	.site-nav ul {
		margin: 0;
		text-indent: 0;
	}

	.site-nav li a,
	.site-nav li {
		display: inline-block;
		text-decoration: none;
	}

	.site-nav li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.site-nav li a:hover {
		color: #000;
	}

	.site-nav li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}

	.site-nav li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}

	.site-nav li ul ul {
		top: 0;
		left: 100%;
	}

	.site-nav ul li:hover > ul {
		border-left: 0;
		display: block;
	}

	.site-nav li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		line-height: 2.181818182;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}

	.site-nav li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}

	.site-nav .current-menu-item > a,
	.site-nav .current-menu-ancestor > a,
	.site-nav .current_page_item > a,
	.site-nav .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}

	.menu-toggle {
		display: none;
	}

	.entry-header .entry-title {
		font-size: 22px;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}

	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}

	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}

	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}

	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}

	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}

	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}

	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}

	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}

	.commentlist .children {
		margin-left: 48px;
	}

}

*/


.subnav-notepads .nav-level2 {
    width: 20% !important;
}
.nav ul ul.subnav-notepads li ul li a {
    width: 250px !important;
}
.nav.desktop .center {
    width: 1210px !important; 
}
.nav .custom-menu-heading {
    color: #222220;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    padding: 0;
}

.author-info {
	margin-bottom: 50px;
}

.author-info .author-description {
	display: flex;
	flex-flow: row wrap;
}

.author-info .author-description h1,
.author-info .author-description h2 {
	width: 100%;
}

.author-info .author-description .author-avatar {
	width: 100px;
}

.author-info .author-description .author-avatar img {
	display: block;
}

.author-info .author-description p {
	width: calc( 100% - 100px );
	padding-left: 30px;
	box-sizing: border-box;
}

.author-archive-posts {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.author-archive-posts article {
	width: calc( 50% - 12px );
	overflow: hidden;
}

.author-archive-posts article img {
	max-width: 100%;
	height: auto;
}