/*
Theme Name: Joerns Resource Centre
Author: Traffic
Author URI: http://www.thisistraffic.co.uk
Version: 1.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.

*/

body {
	word-wrap: break-word;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {
	padding-bottom:50px; /* Height of the footer element */
}

#footer {
	background:#ffffff;
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* JS Added */

@media(min-width: 783px) {
	.sticky {
	    position: fixed;
	    width: 100%;
	    left: 0;
	    top: 0;
	    z-index: 100;
	    border-top: 0;
	}

	.adminsticky {
	    position: fixed;
	    width: 100%;
	    left: 0;
	    top: 32px;
	    z-index: 100;
	    border-top: 0;
	}

	.spacer {
		margin-top: 140px;
	}

	.adminspacer {
		margin-top: 172px;
	}
}

@media(max-width: 782px) {
	.sticky {
	    position: fixed;
	    width: 100%;
	    left: 0;
	    top: 0;
	    z-index: 100;
	    border-top: 0;
	}

	.adminsticky {
    	position: fixed;
    	width: 100%;
    	left: 0;
    	top: 46px;
    	z-index: 100;
    	border-top: 0;
	}


	.spacer {
		margin-top: 140px;
	}

	.adminspacer {
		margin-top: 172px;
	}
}

@media(max-width: 600px) {
	.sticky {
	    position: relative;
	    width: 100%;
	    left: 0;
	    top: 0;
	    z-index: 100;
	    border-top: 0;
	}

	.adminsticky {
    	position: relative;
    	width: 100%;
    	left: 0;
    	top: 0px;
    	z-index: 100;
    	border-top: 0;
	}

	.adminspacer {
		margin-top: 0px;
	}

	.spacer {
		margin-top: 0px;
	}
}


/* Personalized Login */

.profile-info .recaptcha-container {
	margin: 0 0 15px 0;
}

input:focus {
    outline: 0 none;
}

.minimum-site-header-inner {
	margin: 40px 0;
}

.password-lost-form-container p,
.login-form-container p {
	margin: 0 0 25px 0;
}

.register-form-container p:last-child,
.password-lost-form-container p:last-child,
.password-reset-form-container p:last-child, 
.login-form-container p:last-child {
	margin: 0px;
}

.register-form-container,
.password-lost-container,
.password-reset-container, 
.login-form-container,
.profile-info {
	padding: 50px;
	background-color: #DFDFDF;
    overflow: hidden;
}

.register-form-container input,
.password-lost-form-container input,
.password-reset-form-container input,
.login-form-container input,
.profile-info input {
	width: 100%;
	padding: 10px 20px;
	margin: 0px;
	text-align: left;
	background-color: #F1F1F1;
	border: none;
}

.register-form-container label,
.password-lost-form-container label,
.password-reset-form-container label,
.login-form-container label ,
.profile-info label {
	display: none;
}

.loginform p {
	margin: 0px;
}

.register-form-container input[type="submit"], 
.password-lost-form-container input[type="submit"], 
.password-reset-form-container input[type="submit"],
.login-form-container input[type="submit"],
.profile-info input[type="submit"] {
	background-color: #4A3966;
	color: #FFFFFF;
}
.register-form-container input[type="submit"]:hover, 
.password-lost-form-container input[type="submit"]:hover, 
.password-reset-form-container input[type="submit"]:hover,
.login-form-container input[type="submit"]:hover,
.profile-info input[type="submit"]:hover {
	background-color: #24005A;
	color: #FFFFFF;
}

.register-form-container input[disabled], 
.password-lost-form-container input[disabled], 
.password-reset-form-container input[disabled],
.login-form-container input[disabled],
.profile-info input[disabled] {
	background-color: #C1C1C1;
}

.register-form-container input[disabled], 
.password-lost-form-container input[disabled], 
.password-reset-form-container input[disabled],
.login-form-container input[disabled],
.profile-info input[disabled] {
	background-color: #C1C1C1;
	color: #777777;
}

.register-form-container input::-webkit-input-placeholder,
.password-lost-form-container input::-webkit-input-placeholder,
.password-reset-form-container input::-webkit-input-placeholder,
.login-form-container input::-webkit-input-placeholder,
.profile-info input::-webkit-input-placeholder {
	color: #000 !important;
}

.register-form-container input:-moz-placeholder,
.password-lost-form-container input:-moz-placeholder,
.password-reset-form-container input:-moz-placeholder, 
.login-form-container input:-moz-placeholder,
.profile-info input:-moz-placeholder { /* Firefox 18- */
	color: #000 !important; 
}

.register-form-container input::-moz-placeholder,
.password-lost-form-container input::-moz-placeholder,
.password-reset-form-container input::-moz-placeholder,
.login-form-container input::-moz-placeholder,
.profile-info input::-moz-placeholder {  /* Firefox 19+ */
	color: #000 !important; 
}
 
.register-form-container input:-ms-input-placeholder,
.password-lost-form-container input:-ms-input-placeholder,
.password-reset-form-container input:-ms-input-placeholder,
.login-form-container input:-ms-input-placeholder,
.profile-info input:-ms-input-placeholder {  
	color: #000 !important; 
}

.login-options {
	display:flex;
	margin: 20px 0;
    height: 20px;
}

p.login-info {
	border: 3px solid #4A3966;
    padding: 5px 50px;
    margin: 0 -15px 0 -15px;
}

p.login-error {
	border: 3px solid #E62C2C;
    padding: 5px 50px;
    margin: 40px -15px 0 -15px;
}

/* Header */

@media(max-width: 768px){
	#below-header-1-menu {
		display: block;
	}
}

@media(min-width: 768px) {
	#below-header-1-menu {
		display: none;
	}
}

.site-header-inner {
	margin: 50px 0;
}

p.lead {
	color: #ABABAB;
    margin: 0px 0px 0px 3.5%;
}

.joerns-logo {
	max-width: 200px;
	max-height: 100px;
}

/* Navigation */

.site-navigation .navbar-nav {
    margin: 0px -15px;
}

.site-navigation .navbar-nav>li>a {
    padding: 10px 20px;
    line-height: 20px;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: right;
	    margin: 0;
	}
	.categorynav .navbar-nav {
	    float: left;
	    margin: 0;
	}

	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.site-navigation .container {
	padding: 0px 15px;
}

.navbar {
    position: relative;
    min-height: 40px;
    margin: 0px;
    border: none;
}

.navbar-main {
	background-color: transparent;
	border-color: transparent;
}

.nav li.dropdown:hover .dropdown-menu {
    display: block;    
}

.widget {
	margin-bottom: 2em;
}
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
	padding-left: 15px;
}

.site-navigation .navbar-nav>li>a {
    color: #000000;
}

/*- Category Navigation -*/

.categorynav {
	background-color: #4A3966;
}

.categorynav .navbar-nav>li>a {
    color: #FFFFFF;
}

.categorynav .nav>li>a:focus, .categorynav .nav>li>a:hover {
    text-decoration: none;
    background-color: #24005A;
}

.categorynav .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #4A3966;
	box-shadow: none;
	border: none;
	border-radius: 0px;
}

.categorynav .dropdown-menu>li>a {
    display: block;
    padding: 15px 25px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
	color: #FFFFFF;
    white-space: nowrap;
}

.categorynav .dropdown-menu>li>a:hover {
    background-image: none;
	background-color: #24005A;
	color: #FFFFFF;
}

.navbar-toggle {
	background-color: transparent;
    border-radius: 0px;
}

.categorynav .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

@media(max-width: 768px) {
	.categorynav .dropdown-menu {
		padding-left: 20px;
		width: 100%;
	}
}

@media (min-width:768px) {

	.categorynav .sub-menu {
        background: #4A3966;	
	}
    .sub-menu {
        display: none;
        position: absolute;
        padding: 0px;
        width: 250px;   
        z-index: 999;  
    }

    .sub-menu li {
        padding: 0px;
        list-style: none;
        z-index: 5;
    }

    .sub-menu li a {
        padding: 10px 20px;
    	position: relative;
    	display: block;
    }

    li:hover .sub-menu {
        display: block;
    }

    .sub-menu li:hover, .sub-menu li:focus {
        background-color: transparent;
    }

    .sub-menu a  {
        color: #FFF;
        text-decoration: none;
        text-transform: none;
    }

	.categorynav .sub-menu li a:hover {
		background-color: #24005A;
	}

    .sub-menu li a:hover{
        text-decoration: none;
    }
}

@media (max-width: 768px) {

	.menunav {
		display: none;
	}

    .sub-menu{
        list-style-type: none;
        padding-left: 30px;
    }

    .sub-menu li {
        padding: 0px;
        line-height: 20px;
    }

    .categorynav .sub-menu li a {
    	color: #FFFFFF;
    }

    .sub-menu li a {
    	text-transform: none;
	    display: block;
	    position: relative;
    	padding: 10px 20px;
    }

    .sub-menu {
    	background-color: transparent;
    }

    .sub-menu li a:hover{
        background-color: #24005A;
        text-decoration: none;
    }

}

.navbar-default .navbar-toggle {
    border-color: rgb(255, 255, 255);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}

.navbar-toggle {
	position: relative;
    float: left;
    padding: 13px 9px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-color: #fff !important;
    border-radius: 0px;
    margin-right: 15px;
}


/*Dropdown fades in desktop only*/

@media screen and (min-width: 750px) {
li:hover > ul, .vat-hover-panel, .workforce-hover-panel {
    -webkit-animation: fadein 0.2s; /* Safari and Chrome */
    -moz-animation: fadein 0.2s; /* Firefox */
    -ms-animation: fadein 0.2s; /* Internet Explorer */
    -o-animation: fadein 0.2s; /* Opera */
    animation: fadein 0.2s;

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

}

/*End Dropdown fade*/


/* Content */

.main-content {
}

.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}

.category-items, 
.recommended-items, 
.latest-videos, 
.latest-images,
.latest-documents {
	overflow: hidden;
}

.joerns-button {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}

.joerns-button button {
	display: block;
	background-color: #4A3966;
    color: #FFFFFF;
    width: 200px;
    height: 40px;
    padding: 10px 20px;
    float: right;
    border: none;
    vertical-align: bottom;
}

.joerns-button button:hover {
	background-color: #24005A;
}

@media(max-width: 480px) {
	.joerns-button button {
		width: 100%;
	}
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #eee;
}

/* Clearing */
.clear {
	clear: both;
}


/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.entry-meta {
	clear: both;
}

/* Search Bar */

.search-bar {
	margin: 0px auto;
	padding: 50px 15px;
	background-color: #FFFFFF;
}

.cat-search {

	margin: 25px 0px 50px;
}

.cat-search, .site-search {
	background-color: #DFDFDF;
	padding: 0px 15px;
    max-height: 40px;
    overflow: hidden;
}

.cat-search input[type="search"], .site-search input[type="search"] {
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    height: 40px;
    padding: 0px;
}

.cat-search span, .site-search span {
	font-size: 18px;
}

.search-field {
	float: left;
	position: relative;
	width: 80%;
	display: block;
	overflow: hidden;
}

.search-button {
	float: left;
	position: relative;
	display: block;
	width: 40px;
	margin: 0px;
}

.cat-search > div > button, .site-search > div > button {
	background-color: transparent;
	border: 0px;
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
    width: 40px;
    padding: 0px;
}

.cat-search > div > button:hover, .site-search > div > button:hover {
    color: #333;
    background-color: transparent;
    border: none;
}

/* Dashboard */

.preview-image {
	width: 41.66666667%;
	height: 100%;
	float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
}

.post-content {
	width: 58.33333333%;
	height: 100%;
	position: relative;
	min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
}

@media (min-width: 992px) {
	.category-item {
	    width: 25%;
	}
}

@media (max-width: 991px) {
	.category-item {
	    width: 50%;
	}
}

@media (max-width: 480px) {
	.category-item {
	    width: 100%;
	}

	.post-content {
		width: 100%;
		height: 41.66666667%;
	}

	.preview-image {
		width: 100%;
		height: 58.33333333%;
	}

	.preview-image img {
		width: auto !important;
		height: auto;
		max-height: 232.5px !important;
	}

	.item-content {
		height: 450px !important;
	}
}

	.category-item {
		position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-bottom: 30px;
	    float: left;
	}

.category-item p {
	background-color: #DFDFDF;
	color: black;
	padding: 10px 0px;
	text-align: center;
	margin: 0px;
}

.item-content {
	height: 240px;
	background-color: #EAEAEA;
	margin-bottom: 30px;
}

.post-item > p {
	background-color: #424242;
	color: #FFFFFF;
	padding: 15px;
	margin: 0px;
	display: inline-block;
    width: 100%;
}

.post-title {
	margin: 10px 0px;
	font-weight: bold;
}

.category-item a:hover, .category-item a:active, .post-item a:hover, .post-item a:active {
	text-decoration: none;
}

.category-image {
	height: 120px;
	line-height: 170px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-icon {
	font-size: 60px;
	color: rgba(0,0,0,0.3);
	/* Remove any margin or alignment that could offset centering */
	margin: 0;
}

.preview-image img {
	display: block;
	width: auto;
	height: auto;
	max-height: 210px;
	margin: 15px auto;
	text-align: center;
}



.post-actions {
	position: absolute;
    bottom: 0px;
    margin-bottom: 15px;
}

.post-actions button {
	background-color: transparent;
    border-color: transparent;
    outline: none;
    width: 35px;
    height: 35px;
    font-size: 22px;
    color: rgba(0,0,0,0.3)
}

.post-download {
	display: inline-block;
    text-align: center;
}

.share-content {
	display: inline-block;
    text-align: center;
    margin-left: 15px;
}

.post-favorite {
	display: inline-block;
    text-align: center;
    margin-left: 15px;
}

.post-view {
	display: inline-block;
    text-align: center;
    margin-left: 15px;
}

.post-favorite #favorite-image {
	height: 30px;
    position: absolute;
    right: -19px;
    top: -28px;
    display: none;
}

.file-bookmark #favorite-image {
    height: 30px;
    width: auto;
    position: absolute;
    display: none;
    margin-top: -66px;
    margin-left: -17px;
}

.hover-display {
	display: block !important;
}


/* Post Page */

p.embed_download { /* Hides Default Content */
	display: none !important;
}

.file {
	display: block;
	text-align: center;
	margin: 10px 0px;
}

.file img.file-image {
	max-height: 500px;
	width: auto;
}

.file-info {
	display: inline-block;
	width: 75%;
}

.file-actions {
    display: inline-block;
    float: right;
    width: 25%;
}

@media(max-width: 768px){
	.file-info {
		display: inline-block;
		width: 100%;
	}
	.file-actions {
    	display: inline-block;
    	float: left;
    	width: 100%;
	}
}

@media(max-width: 480px) {
	.file-info {
		width: 100%;
	}

	.file-actions {
		width: 100%;
	}
}

.file-bookmark {
	display: inline-block;
    text-align: center;
    margin-left: 15px;
    width: 40px;
    height: 40px;
}

.file-actions button {
	background-color: transparent;
    border-color: transparent;
    outline: none;
    width: 40px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    color: rgba(0,0,0,0.3);
}

.file-download {
	display: inline-block;
    text-align: center;
}

.file-email {
	display: inline-block;
    text-align: center;
    margin-left: 15px;
}

.simplefavorite-button.has-count {
  position: relative; }

.simplefavorites-loading {
  margin-left: 8px; }

@font-face {
  font-family: 'favorites';
  src: url('fonts/favorites.eot'); }

@font-face {
  font-family: 'favorites';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAysAAAC8AAAAYGNtYXAaVcxYAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgGop6UAAAFwAAAA6GhlYWQFNtkfAAACWAAAADZoaGVhB6IDxwAAApAAAAAkaG10eAoAAEAAAAK0AAAAGGxvY2EAnABsAAACzAAAAA5tYXhwAAkAIAAAAtwAAAAgbmFtZbpPhHMAAAL8AAABV3Bvc3QAAwAAAAAEVAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYB//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAg//YD4AOKABIAHQAAAR8BMw8BHwEvAQ8BPwEvATM/ATUDIQUDJQUDLQEDAgAzDdaJJw0ziScmijcNJ4nWEEBz/pMBJnABKgEmcAEq/pNzAr2jLWMaLaNjGhpjoy0dZi2dzf6j2v6j19cBXdcDAV0AAAABACD/9gPgA4oACQAAAQ0BEyUFEyUhEwJzAW3+1nD+2v7WcP7aAW1zAi0D1/6j19MBXNcBXQAAAAEAAAABAABEdGn6Xw889QALBAAAAAAA0RvKUQAAAADRG8pRAAD/9gPgA4oAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA+AAAQAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAACAAAABAAAIAQAACAAAAAAAAoAFAAeAFgAdAAAAAEAAAAGAB4AAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQASAAAAAQAAAAAAAgAOAFUAAQAAAAAAAwASACgAAQAAAAAABAASAGMAAQAAAAAABQAWABIAAQAAAAAABgAJADoAAQAAAAAACgA0AHUAAwABBAkAAQASAAAAAwABBAkAAgAOAFUAAwABBAkAAwASACgAAwABBAkABAASAGMAAwABBAkABQAWABIAAwABBAkABgASAEMAAwABBAkACgA0AHUAZgBhAHYAbwByAGkAdABlAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAGYAYQB2AG8AcgBpAHQAZQBzZmF2b3JpdGVzAGYAYQB2AG8AcgBpAHQAZQBzAFIAZQBnAHUAbABhAHIAZgBhAHYAbwByAGkAdABlAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATAAAsAAAAABHQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIDK2NtYXAAAAFoAAAATAAAAEwaVcxYZ2FzcAAAAbQAAAAIAAAACAAAABBnbHlmAAABvAAAAOgAAADoAainpWhlYWQAAAKkAAAANgAAADYFNtkfaGhlYQAAAtwAAAAkAAAAJAeiA8dobXR4AAADAAAAABgAAAAYCgAAQGxvY2EAAAMYAAAADgAAAA4AnABsbWF4cAAAAygAAAAgAAAAIAAJACBuYW1lAAADSAAAAVcAAAFXuk+Ec3Bvc3QAAASgAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gEDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmAf/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAIP/2A+ADigASAB0AAAEfATMPAR8BLwEPAT8BLwEzPwE1AyEFAyUFAy0BAwIAMw3WiScNM4knJoo3DSeJ1hBAc/6TASZwASoBJnABKv6TcwK9oy1jGi2jYxoaY6MtHWYtnc3+o9r+o9fXAV3XAwFdAAAAAQAg//YD4AOKAAkAAAENARMlBRMlIRMCcwFt/tZw/tr+1nD+2gFtcwItA9f+o9fTAVzXAV0AAAABAAAAAQAARHRp+l8PPPUACwQAAAAAANEbylEAAAAA0RvKUQAA//YD4AOKAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAPgAAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAgAAAAQAACAEAAAgAAAAAAAKABQAHgBYAHQAAAABAAAABgAeAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEAEgAAAAEAAAAAAAIADgBVAAEAAAAAAAMAEgAoAAEAAAAAAAQAEgBjAAEAAAAAAAUAFgASAAEAAAAAAAYACQA6AAEAAAAAAAoANAB1AAMAAQQJAAEAEgAAAAMAAQQJAAIADgBVAAMAAQQJAAMAEgAoAAMAAQQJAAQAEgBjAAMAAQQJAAUAFgASAAMAAQQJAAYAEgBDAAMAAQQJAAoANAB1AGYAYQB2AG8AcgBpAHQAZQBzAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAGEAdgBvAHIAaQB0AGUAc2Zhdm9yaXRlcwBmAGEAdgBvAHIAaQB0AGUAcwBSAGUAZwB1AGwAYQByAGYAYQB2AG8AcgBpAHQAZQBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal; }

[class^="sf-icon-"], [class*=" sf-icon-"] {
  font-family: 'favorites';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tooltip.top {
  margin-top: -12px;
}

/* Personalize Login */

form.personalize-login h3 {
	display: none;
}